@media (min-width: 576px) {
    .row.sm-reset-all {
        margin-left: 0;
        margin-right: 0;
    }

    .row.sm-reset-all [class*=col-sm-].reset-padding-all {
        padding-left: 0;
        padding-right: 0;
    }

    .row.sm-reset-all [class*=col-sm-].reset-padding-left {
        padding-left: 0;
    }

    .row.sm-reset-all [class*=col-sm-].reset-padding-right {
        padding-right: 0;
    }

    .row.sm-reset-5 {
        margin-left: -5px;
        margin-right: -5px;
    }

    .row.sm-reset-5 [class*=col-sm-].padding-all-5 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .row.sm-reset-5 [class*=col-sm-].padding-left-5 {
        padding-left: 5px;
    }

    .row.sm-reset-5 [class*=col-sm-].padding-right-5 {
        padding-right: 5px;
    }

    .row.sm-reset-10 {
        margin-left: -10px;
        margin-right: -10px;
    }

    .row.sm-reset-10 [class*=col-sm-].padding-all-10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row.sm-reset-10 [class*=col-sm-].padding-left-10 {
        padding-left: 10px;
    }

    .row.sm-reset-10 [class*=col-sm-].padding-right-10 {
        padding-right: 10px;
    }
}

@media (min-width: 768px) {
    .row.md-reset-all {
        margin-left: 0;
        margin-right: 0;
    }

    .row.md-reset-all [class*=col-md-].reset-padding-all {
        padding-left: 0;
        padding-right: 0;
    }

    .row.md-reset-all [class*=col-md-].reset-padding-left {
        padding-left: 0;
    }

    .row.md-reset-all [class*=col-md-].reset-padding-right {
        padding-right: 0;
    }

    .row.md-reset-5 {
        margin-left: -5px;
        margin-right: -5px;
    }

    .row.md-reset-5 [class*=col-md-].padding-all-5 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .row.md-reset-5 [class*=col-md-].padding-left-5 {
        padding-left: 5px;
    }

    .row.md-reset-5 [class*=col-md-].padding-right-5 {
        padding-right: 5px;
    }

    .row.md-reset-10 {
        margin-left: -10px;
        margin-right: -10px;
    }

    .row.md-reset-10 [class*=col-md-].padding-all-10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row.md-reset-10 [class*=col-md-].padding-left-10 {
        padding-left: 10px;
    }

    .row.md-reset-10 [class*=col-md-].padding-right-10 {
        padding-right: 10px;
    }
}

@media (min-width: 992px) {
    .row.lg-reset-all {
        margin-left: 0;
        margin-right: 0;
    }

    .row.lg-reset-all [class*=col-lg-].reset-padding-all {
        padding-left: 0;
        padding-right: 0;
    }

    .row.lg-reset-all [class*=col-lg-].reset-padding-left {
        padding-left: 0;
    }

    .row.lg-reset-all [class*=col-lg-].reset-padding-right {
        padding-right: 0;
    }

    .row.lg-reset-5 {
        margin-left: -5px;
        margin-right: -5px;
    }

    .row.lg-reset-5 [class*=col-lg-].padding-all-5 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .row.lg-reset-5 [class*=col-lg-].padding-left-5 {
        padding-left: 5px;
    }

    .row.lg-reset-5 [class*=col-lg-].padding-right-5 {
        padding-right: 5px;
    }

    .row.lg-reset-10 {
        margin-left: -10px;
        margin-right: -10px;
    }

    .row.lg-reset-10 [class*=col-lg-].padding-all-10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row.lg-reset-10 [class*=col-lg-].padding-left-10 {
        padding-left: 10px;
    }

    .row.lg-reset-10 [class*=col-lg-].padding-right-10 {
        padding-right: 10px;
    }
}

@media (min-width: 1200px) {
    .row.xl-reset-all {
        margin-left: 0;
        margin-right: 0;
    }

    .row.xl-reset-all [class*=col-xl-].reset-padding-all {
        padding-left: 0;
        padding-right: 0;
    }

    .row.xl-reset-all [class*=col-xl-].reset-padding-left {
        padding-left: 0;
    }

    .row.xl-reset-all [class*=col-xl-].reset-padding-right {
        padding-right: 0;
    }

    .row.lg-reset-5 {
        margin-left: -5px;
        margin-right: -5px;
    }

    .row.lg-reset-5 [class*=col-xl-].padding-all-5 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .row.lg-reset-5 [class*=col-xl-].padding-left-5 {
        padding-left: 5px;
    }

    .row.lg-reset-5 [class*=col-xl-].padding-right-5 {
        padding-right: 5px;
    }

    .row.xl-reset-10 {
        margin-left: -10px;
        margin-right: -10px;
    }

    .row.xl-reset-10 [class*=col-xl-].padding-all-10 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row.xl-reset-10 [class*=col-xl-].padding-left-10 {
        padding-left: 10px;
    }

    .row.xl-reset-10 [class*=col-xl-].padding-right-10 {
        padding-right: 10px;
    }
}

@media (min-width: 768px) {
    .alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em;
        margin-top: 0;
        margin-bottom: 0;
    }

    .alignright {
        display: inline;
        float: right;
        margin-left: 1.5em;
        margin-top: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .alignleft {
        width: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .alignright {
        width: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: none;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 738px;
        width: 738px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px;
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        width: 1200px;
    }
}

@media (min-width: 992px) {
    .c-container-wrapper.is-frame {
        width: 1000px;
    }
}

@media (min-width: 1200px) {
    .c-container-wrapper.is-frame {
        width: 1230px;
    }
}

@media (min-width: 992px) {
    .c-menu-expand {
        width: 42px;
        height: 42px;
        border-radius: 3px;
        display: none;
    }

    .c-menu-expand span {
        top: 18px;
        left: 11px;
    }

    .l-nav {
        border-bottom: none;
        position: relative;
        z-index: 100;
    }

    .c-nav-inner__height {
        height: 100%;
    }

    .c-header-inner {
        height: 100px;
        position: relative;
        z-index: 10;
    }

    .c-header-inner__left {}

    .c-header-inner__right {
        width: calc(100% - 103px - 50px);
        padding-left: 20px;
    }

    .c-header-inner__right .c-search-expand {
        display: none;
    }

    .c-weather {
        display: block;
    }

    .c-logo img {
        height: 78px;
    }

    .c-search-expand {
        display: block;
    }

    .c-search-wrapper {
        padding: 0;
        height: auto;
        background-color: transparent;
        margin-right: 0;
        left: auto;
        top: auto;
        right: 25px;
        bottom: 5px;
    }

    .c-search {
        width: 250px;
        background-color: #fff;
    }

    .c-search .c-search__inner {
        padding-right: 0;
    }

    .c-header-menu {
        display: none;
    }

    .c-header-menu>ul>li>a:hover {
        color: #016e39;
    }

    .c-header-top {
        display: block;
    }

    .c-header-top-box__right .c-header-menu {
        display: block;
    }

    .c-hotline a:hover {
        color: #016e39;
    }
}

@media (min-width: 1200px) {
    .c-sologan {
        display: block;
    }

    .c-sologan p {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .c-menu-expand {
        background-image: url("../images/icons/icon24-menu-gray.svg");
        background-position: center center;
        background-repeat: no-repeat;
    }

    .c-menu-expand span {
        display: none;
    }

    .c-header-inner {
        height: 80px;
    }

    .c-header-inner__left {
        min-width: 0;
    }

    .c-header-inner__left .c-menu-expand {
        display: none;
    }

    .c-header-inner__center {
        flex-grow: 1;
    }

    .c-header-inner__right {
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        padding-top: 5px;
    }

    .c-header-inner__right .c-search-expand {
        border: none;
        display: none;
    }

    .c-header-inner__right .c-search-wrapper {
        opacity: 1;
        visibility: visible;
        z-index: 2;
        position: static;
        padding: 3px 0 0;
        margin-left: 10px;
    }

    .c-header-inner__right .c-search-wrapper.active {
        opacity: 1;
        visibility: visible;
        z-index: 2;
        display: block;
        bottom: 3px;
        right: 0;
    }

    .c-header-inner__right .c-search .c-search__close {
        display: none;
    }

    .c-logo {
        text-align: left;
    }

    .c-logo img {
        height: 60px;
        object-fit: contain;
    }
}

@media (max-width: 320px) {
    .c-logo img {
        height: 50px;
    }
}

@media (min-width: 768px) {
    .c-footer-main {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .c-footer-col {
        margin-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .c-footer-col:has(.c-footer-logo) {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .c-footer-row {
        margin-bottom: 20px;
    }

    .c-footer-logo {
        text-align: left;
        margin-right: 20px;
        min-width: 176px;
        margin-bottom: 0;
    }

    .c-footer-logo img {
        height: 90px;
    }
}

@media (min-width: 992px) {
    .l-footer {
        border-top: none;
    }

    .c-footer-main {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .c-footer-main .b-maincontent {
        font-size: 14px;
    }

    .c-footer-main .b-maincontent p {
        font-size: 13px;
    }

    .c-footer-main .b-maincontent p.is-big {
        font-size: 14px;
    }

    .c-footer-col {
        margin-bottom: 25px;
    }

    .c-footer-row {
        margin-bottom: 25px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        margin-left: -10px;
        margin-right: -10px;
    }

    .c-footer-row:has(.c-footer-col:nth-child(2)) .c-footer-col {
        margin-bottom: 0 !important;
    }

    .c-footer-row:has(.c-footer-col:nth-child(3)) .c-footer-col:nth-child(1) {
        width: 35%;
    }

    .c-footer-row:has(.c-footer-col:nth-child(3)) .c-footer-col:nth-child(2) {
        width: 40%;
        font-size: 20px;
    }

    .c-footer-row:has(.c-footer-col:nth-child(3)) .c-footer-col:nth-child(3) {
        width: 25%;
    }

    .c-social {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .c-social label {
        font-size: 14px;
        margin: 0 15px 0 0;
    }

    .c-footer-menu {
        margin-bottom: 10px;
    }

    .c-footer-menu ul li a {
        transition: all 0.2s ease;
    }

    .c-footer-menu ul li a:hover {
        color: #016e39;
    }

    .c-copyright {
        text-align: left;
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .c-footer-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    .c-footer-row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .c-footer-logo {
        margin-right: 30px;
    }
}

@media (max-width: 991px) {
    .l-footer {
        /* background-color: rgba(4, 73, 115, 0.3); */
    }

    .l-footer .c-menu-outer {
        display: block;
    }

    .l-footer .c-menu {
        margin-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .l-footer .c-menu>ul {
        flex-wrap: wrap;
        align-items: stretch;
    }

    .l-footer .c-menu>ul>li {
        width: 50%;
        margin-right: 0;
        border-left: none;
        border-right: none;
    }

    .l-footer .c-menu>ul>li:first-child {
        margin-left: 0;
    }

    .l-footer .c-menu>ul>li:first-child:before {
        display: none;
    }

    .l-footer .c-menu>ul>li:last-child:after {
        display: none;
    }

    .l-footer .c-menu>ul>li:nth-child(2n+1) {
        padding-right: 10px;
    }

    .l-footer .c-menu>ul>li:nth-child(2n) {
        padding-left: 10px;
    }

    .l-footer .c-menu>ul>li>a {
        padding: 10px 10px;
        font-size: 13px;
        line-height: 1.4;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        text-transform: none;
    }
}

@media (min-width: 992px) {
    .c-dropdown-menu>ul>li>a {
        font-size: 14px;
        transition: all 0.2s ease;
    }

    .c-dropdown-menu>ul>li>a:hover {
        background-color: #ddd;
    }

    .c-menu-outer {
        border-bottom: none;
        border-top: none;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        border-bottom: 4px solid #ed1d26;
    }

    .c-menu-outer .container {
        position: relative;
        z-index: 10;
    }

    .c-menu-outer .c-search-expand {
        display: block;
    }

    .c-menu {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    .c-menu>ul>li>a {
        font-size: 14px;
        padding: 0 5px;
        transition: all 0.2s ease;
    }

    .c-menu>ul>li .c-search-expand {
        border: none;
    }

    .c-menu>ul>li .c-menu-expand {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: auto;
        left: auto;
        margin-top: 0;
    }

    .c-menu>ul>li.is-search {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 48px;
        height: 41px;
        width: 48px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .c-menu>ul>li:hover>a {
        color: rgba(255, 255, 255, 0.8);
    }

    .l-nav.has-fixed .c-menu-outer {
        position: fixed;
        z-index: 9999;
    }

    .l-nav.has-fixed .c-menu>ul>li.is-search {
        display: none;
    }
}

@media (min-width: 1200px) {
    .c-menu>ul>li>a {
        padding: 0px 18px;
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .c-menu-outer {
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .c-menu-outer::-webkit-scrollbar {
        display: none;
        /* Hide scrollbar for Chrome, Safari and Opera */
    }
}

@media (min-width: 768px) {
    .c-category-menu>ul {
        margin: 0 -5px;
    }

    .c-category-menu>ul>li {
        width: 33.3333333333%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .c-category-menu>ul>li>a {
        font-size: 18px;
    }

    .c-category-menu>ul>li>ul>li>a {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .c-mega-menu {
        top: calc(100% - 0px);
        bottom: auto;
        position: absolute;
        max-height: calc(100vh - 120px);
    }

    body.has-padding .c-mega-menu {
        position: fixed;
        top: 49px !important;
        max-height: calc(100vh - 49px);
    }

    .c-mega-menu__close {
        display: none;
    }

    .c-mega-menu .c-mobile-user {
        display: none;
    }

    .c-mega-menu .c-mobile-menu {
        display: none;
    }

    body:has(.l-nav.is-transparent) .c-mega-menu {
        top: 100%;
    }

    .c-menu {
        position: relative;
        z-index: 1;
    }

    .c-menu>ul>li.is-menu {
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 46px;
    }

    .c-category-menu {
        padding: 0;
    }

    .c-category-menu__space {
        height: 30px;
    }

    .c-category-menu>ul {
        margin: 0 -10px;
    }

    .c-category-menu>ul>li {
        padding-left: 10px;
        padding-right: 10px;
        width: 25%;
    }

    .c-category-menu>ul>li:before {
        right: 10px;
    }

    .c-category-menu>ul>li>a {
        font-size: 16px;
        transition: all 0.2s ease;
    }

    .c-category-menu>ul>li>a:hover {
        color: #016e39;
    }

    .c-category-menu>ul>li>ul>li>a {
        font-size: 14px;
        transition: all 0.2s ease;
    }

    .c-category-menu>ul>li>ul>li>a:hover {
        color: #016e39;
    }

    .c-category-flex {
        margin-top: 0;
    }

    .c-category-flex .c-search-wrapper {
        display: none !important;
    }

    .c-category-flex .c-header-menu {
        display: none !important;
    }

    .c-local-tags ul li a {
        transition: all 0.2s ease;
    }

    .c-local-tags ul li a:hover {
        color: #016e39;
    }
}

@media (min-width: 1200px) {
    .c-category-menu>ul {
        margin: 0 -15px;
    }

    .c-category-menu>ul>li {
        padding-left: 15px;
        padding-right: 15px;
        width: 16.6666666667%;
    }

    .c-category-menu>ul>li:after {
        left: 15px;
        right: 15px;
    }
}

@media (max-width: 991px) {
    .c-mega-menu {
        top: 0 !important;
    }
}

@media (min-width: 992px) {
    .c-gotop {
        width: 50px;
        height: 50px;
        line-height: 48px;
        right: 30px;
        bottom: 40px;
    }

    .c-gotop [class*=icon24] {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 991px) {
    .c-banner-section {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (min-width: 768px) {
    .c-banner-bottom-fixed.h-show-mobile {
        display: none;
    }

    .c-banner-bottom-fixed.is-mobile {
        display: none;
    }

    .c-banner-bottom-fixed.h-show-pc {
        display: flex;
        height: auto;
        z-index: 96;
    }

    .c-banner-bottom-fixed.is-pc {
        display: flex;
        height: auto;
        z-index: 96;
    }
}

@media (min-width: 992px) {
    .c-banner-bottom-fixed .c-banner-item.is-custom-size {
        max-width: 980px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991px) {
    body:has(.c-header-sticky.is-mobile.has-fixed) .c-banner-bottom-fixed {
        bottom: 52px;
    }
}

@media (max-width: 767px) {
    .c-banner-bottom-fixed.is-pc {
        display: none;
    }

    .c-banner-bottom-fixed.h-show-mobile .c-banner-bottom-fixed__inner {
        background-color: #fff;
        width: 100%;
    }

    .c-banner-bottom-fixed.is-mobile .c-banner-bottom-fixed__inner {
        background-color: #fff;
        width: 100%;
    }

    .c-banner-bottom-fixed .c-banner-item {
        overflow: hidden;
    }
}

/*---------- end banner bottom css ----------*/
/*---------- banner after header css ----------*/
@media (max-width: 767px) {
    .c-banner-after-header {
        position: relative;
        z-index: 4;
        background-color: #fff;
    }
}

@media (min-width: 768px) {
    .c-news-detail .c-banner-inpage {
        height: 1px !important;
        max-height: 1px !important;
        overflow: hidden !important;
        visibility: hidden !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .entry .c-content-inpage {
        height: 1px !important;
        overflow: hidden;
        visibility: hidden !important;
    }

    .entry .c-banner-inpage-close {
        display: none;
    }
}

@media (max-width: 767px) {
    .entry .c-content-before {
        background: #fcfaf6;
        position: relative;
        z-index: 3;
        padding-bottom: 2px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .entry .c-content-after {
        background: #fcfaf6;
        position: relative;
        z-index: 3;
        padding-top: 5px;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .entry .c-content-inpage {
        position: relative;
        z-index: -1;
        overflow: hidden;
        margin-left: -15px;
        margin-right: -15px;
    }

    .entry .c-content-inpage.active {
        height: 667px;
    }

    .entry .c-content-inpage>* {
        width: 100%;
        height: 100%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .entry .c-content-inpage iframe {
        width: 100%;
        height: 100%;
        max-width: 100%;
        border: none;
    }

    .entry .c-content-inpage img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .entry .c-content-inpage .oneads {
        text-align: center;
    }

    .entry .c-banner-inpage-close {
        width: 24px;
        height: 24px;
        position: fixed;
        z-index: -1;
        top: 0;
        right: 0;
        cursor: pointer;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        font-family: Arial !important;
        padding: 5px 10px;
        background-color: #016e39;
        background-image: url("../images/icons/icon24-close-white.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 20px 20px;
        overflow: hidden;
        text-indent: -999px;
        border-radius: 0 0 0 6px;
        visibility: hidden;
    }

    .entry .c-banner-inpage-close.is-show {
        visibility: visible;
        z-index: 2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

    .c-banner-inpage.active {
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .c-banner-inpage.active>* {
        width: 100%;
        max-height: 100%;
    }

    .c-banner-inpage.active iframe {
        width: 100%;
        height: 100%;
        max-width: 100%;
        max-height: 100%;
        border: none;
    }

    .c-banner-inpage.active img {
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .c-banner-inpage.is-show {
        visibility: visible;
        z-index: 2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

    body:has(.c-banner-inpage) .c-detail-head {
        position: relative;
        z-index: 5;
        background-color: #fcfaf6;
        min-height: 15px;
    }

    body:has(.c-banner-inpage) .c-detail-head:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: -20px;
        left: -15px;
        right: -15px;
        bottom: -15px;
        background-color: #fcfaf6;
    }

    body:has(.c-banner-inpage) .c-news-detail .b-maincontent .desc {
        position: relative;
        z-index: 5;
        background-color: #fcfaf6;
    }

    body:has(.c-banner-inpage) .c-news-detail .b-maincontent .desc:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: -15px;
        right: -15px;
        bottom: -15px;
        background-color: #fcfaf6;
    }

    body:has(.c-banner-inpage) .c-online-tabs .c-online-tabs__title {
        position: relative;
        z-index: 5;
        background-color: #fcfaf6;
    }

    body:has(.c-banner-inpage) .c-online-tabs .c-online-tabs__title:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: -15px;
        right: -15px;
        bottom: 0;
        background-color: #fcfaf6;
    }

    body:has(.c-banner-inpage) .c-online-order {
        position: relative;
        z-index: 5;
        background-color: #fcfaf6;
    }

    body:has(.c-banner-inpage) .c-online-order:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: -15px;
        left: -15px;
        right: -15px;
        bottom: -10px;
        background-color: #fcfaf6;
    }

    body:has(.c-header-sticky.is-mobile.has-fixed) .c-banner-inpage.active {
        bottom: 52px;
    }
}

@media (max-width: 767px) and (min-width: 600px) {
    body:has(.c-banner-inpage) .l-content.bg-detail {
        overflow: hidden;
    }

    body:has(.c-banner-inpage) .l-content.bg-detail .c-detail-head:before {
        left: -84px;
        right: -84px;
    }

    body:has(.c-banner-inpage) .l-content.bg-detail .entry .c-content-before:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: -84px;
        right: -84px;
        background: #fcfaf6;
    }

    body:has(.c-banner-inpage) .l-content.bg-detail .entry .c-content-after:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: -84px;
        right: -84px;
        background: #fcfaf6;
    }
}

@media (min-width: 1200px) {
    .b-background .c-header-banner {
        display: none !important;
    }

    .b-background .c-container-wrapper:not(:has(.l-nav)):not(:has(.l-footer)) {
        background-color: #fff;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 4;
        width: 1240px;
    }

    .b-background .c-container-wrapper:has(.l-nav) {
        position: relative;
        z-index: 5;
    }

    .b-background .c-container-wrapper:has(.l-footer) {
        position: relative;
        z-index: 5;
    }

    .b-background .c-banner-center {
        position: relative;
        z-index: 2;
    }

    .b-background .c-banner-center.is-head {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .b-background .c-banner-center.is-foot {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .b-background .c-header-space {
        height: 250px;
    }

    .b-background .c-banner-bg {
        display: block;
    }

    .b-background .c-footer-space {
        height: 250px;
    }

    .b-background .l-footer {
        background-color: #fff;
    }

    .b-background .c-footer-line {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    #widget-weather .current-city i {
        font-size: 13px;
        transform: scale(1);
        margin-left: 8px;
    }
}

@media (min-width: 992px) {
    .c-header-sticky {
        transition: all 0.2s ease;
    }

    .c-header-sticky.has-fixed {
        top: 0;
        z-index: 200;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

    .c-sticky-cat a {
        transition: all 0.2s ease;
    }

    .c-sticky-cat a:hover {
        color: #007E00;
    }

    .c-share-scroll .c-dropdown-menu {
        top: calc(100% + 9px);
    }

    .c-share-scroll .c-dropdown-menu:before {
        content: "";
        height: 10px;
        background-color: transparent;
        position: absolute;
        z-index: 2;
        top: -10px;
        left: 0;
        right: 0;
    }

    .c-share-scroll>ul>li {
        position: relative;
        z-index: 1;
    }

    .c-share-scroll>ul>li:hover>.c-dropdown-menu {
        display: block;
    }

    .c-sticky-mobile {
        display: none;
    }
}

@media (min-width: 1200px) {
    .c-sticky-title {
        max-width: calc(100% - 480px);
    }

    .c-sticky-cat a {
        max-width: 170px;
    }
}

@media (max-width: 991px) {
    .c-header-sticky.is-mobile {
        transition: all 0.2s ease;
    }

    .c-header-sticky.is-mobile.has-fixed {
        top: auto;
        bottom: 0;
        z-index: 99;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
    }

    .c-header-sticky.is-mobile .c-logo {
        margin: 0;
    }

    .c-header-sticky.is-mobile .c-sticky-cat {
        display: none;
    }

    .c-header-sticky.is-mobile .c-sticky-title {
        display: none;
    }

    .c-header-sticky.is-mobile .c-share-scroll {
        display: none;
    }

    .c-header-sticky.is-mobile .c-sticky-mobile {
        justify-content: flex-end;
    }

    .c-header-sticky.is-mobile .c-sticky-mobile__left {
        display: none;
    }
}

@media (min-width: 768px) {
    .b-maincontent {
        font-size: 14px;
        line-height: 20px;
    }

    .b-maincontent p {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .h-show-pc {
        display: block;
    }

    .h-show-mobile {
        display: none;
    }
}

@media (min-width: 992px) {
    .c-powered .container {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .c-powered p {
        text-align: right;
    }

    .c-footer-link {
        margin-bottom: -6px;
        margin-top: -6px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .c-footer-link label {
        margin-bottom: 0;
        margin-right: 10px;
        white-space: nowrap;
    }

    .c-footer-link .form-select {
        width: 260px;
    }
}

@media (min-width: 768px) {
    .c-banner-center>ul {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .c-banner-center>ul>li {
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
        width: 50%;
    }

    .c-banner-center>ul>li:last-child {
        padding-bottom: 20px;
    }

    .c-banner-center.is-margin-bottom {
        margin-bottom: 25px;
    }

    .c-banner-center.is-margin-bottom:has(li) {
        margin-bottom: 5px;
    }
}

@media (min-width: 992px) {
    .c-header-banner .c-banner {
        max-width: 1920px;
        margin: 0 auto;
    }

    .c-banner-center.is-margin-bottom {
        margin-bottom: 30px;
    }

    .c-banner-center.is-margin-bottom:has(li) {
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .c-banner-center>ul {
        margin: 0 -15px;
    }

    .c-banner-center>ul>li {
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media (min-width: 768px) {
    .c-box {
        margin-bottom: 30px;
    }

    .c-box .c-box__title .c-box__title__name {
        font-size: 22px;
    }

    .c-box .c-box__title .c-box__title__cat ul li {
        margin-right: 15px;
    }
}

@media (min-width: 992px) {
    .c-box {
        margin-bottom: 20px;
    }

    .c-box .c-box__title .c-box__title__name {
        font-size: 22px;
    }

    .c-box .c-box__title .c-box__title__name a {
        transition: all 0.2s ease;
    }

    .c-box .c-box__title .c-box__title__name a:hover {
        color: #016e39;
    }

    .c-box .c-box__title a.c-box__title__name {
        transition: all 0.2s ease;
    }

    .c-box .c-box__title a.c-box__title__name:hover {
        color: #016e39;
    }

    .c-box .c-box__title .c-box__title__cat {
        margin-right: 0;
    }

    .c-box .c-box__title.is-flex-pc {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
    }

    .c-box .c-box__title.is-flex-pc .c-box__title__name {
        flex-basis: auto;
        flex-shrink: 0;
        margin-right: 10px;
    }

    .c-box .c-box__title.is-flex-pc .c-box__title__cat {
        padding-top: 0;
        padding-bottom: 3px;
    }

    .c-box .c-box__title.is-flex-pc .c-box__title__cat ul li {
        margin-right: 0;
        margin-left: 15px;
    }

    .c-box .c-box__title.is-flex-pc .c-box__title__cat ul li:first-child {
        margin-left: 0;
    }

    .c-box .c-box__title.is-flex .c-box__submenu {
        padding-top: 14px;
    }

    .c-box .c-box__title .c-box__submenu ul li a {
        transition: all 0.2s ease;
    }

    .c-box .c-box__title .c-box__submenu ul li a:hover {
        color: #007E00;
    }

    .c-cat-menu {
        margin-right: 0;
    }

    .c-cat-menu ul li a {
        transition: all 0.2s ease;
    }

    .c-cat-menu ul li a:hover {
        color: #016e39;
    }

    .c-more a {
        transition: all 0.2s ease;
    }

    .c-more a:hover {
        background-color: #016e39;
        color: #fff;
        border-color: #016e39;
    }

    .c-widget-tags a {
        transition: all 0.2s ease;
    }

    .c-widget-tags a:hover {
        background-color: #016e39;
        color: #fff;
        border-color: #016e39;
    }
}

@media (min-width: 1200px) {
    .c-box .c-box__title .c-box__title__cat ul li a {
        font-size: 14px;
    }

    .c-cat-menu ul li {
        margin-right: 20px;
    }
}

@media (max-width: 991px) {
    .c-box .c-box__title .c-box__title__cat {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .c-box .c-box__title .c-box__title__cat::-webkit-scrollbar {
        display: none;
        /* Hide scrollbar for Chrome, Safari and Opera */
    }

    .c-box.is-minus-mobile {
        margin-left: -15px;
        margin-right: -15px;
    }

    .c-box.is-minus-mobile .c-box__title .c-box__title__right {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .c-box.is-minus-mobile .c-box__title .c-box__title__right::-webkit-scrollbar {
        display: none;
        /* Hide scrollbar for Chrome, Safari and Opera */
    }

    .c-box.is-minus-mobile .c-box__title.is-flex {
        padding-right: 0 !important;
    }

    .c-box.is-minus-mobile .c-box__content {
        padding: 10px 15px;
    }

    .c-box.is-minus-mobile.is-border {
        border: none;
        border-radius: 0;
    }

    .c-story-backgrounds figure {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .c-story-backgrounds figure img {
        height: 100%;
        top: 0;
        margin-top: 0;
        width: auto;
        position: static;
    }
}

@media (min-width: 992px) {
    .c-news-topmore .b-grid .b-grid__title {
        font-size: 15px;
    }

    .c-news-topmore .b-grid .b-grid__title a {
        transition: all 0.2s ease;
    }

    .c-news-topmore .b-grid .b-grid__title a:hover {
        color: #016e39;
    }
}

@media (max-width: 767px) {
    body:has(.c-era-growth-box) .c-box:has(.c-news-topmore).is-border {
        border-color: #F43333;
    }
}

@media (min-width: 360px) {
    .c-comments {
        margin-bottom: 25px;
    }

    .c-comment-bar__count {
        font-size: 14px;
    }

    .c-comment-list .b-grid .b-grid__row {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .c-comments {
        margin-bottom: 30px;
    }

    .c-comment-bar__count {
        display: inline-block;
        vertical-align: middle;
    }

    .c-comment-bar__sort {
        float: right;
        padding-top: 0;
    }

    .c-comment-bar__sort label {
        font-size: 14px;
    }

    .c-comment-bar__sort ul li {
        font-size: 14px;
    }

    .c-comment-bar__sort ul li a {
        font-size: 14px;
    }

    .c-comment-list .b-grid .b-grid__row {
        font-size: 15px;
    }

    .c-comment-list .b-grid .b-grid__title {
        font-size: 15px;
    }

    .c-comment-list .b-grid .b-grid__time {
        font-size: 13px;
    }

    .c-comment-list .b-grid .c-comment-more a {
        font-size: 13px;
    }

    .c-comment-more a {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .c-comment-list .b-grid .b-grid__anwser {
        margin-right: 15px;
    }

    .c-comment-list .b-grid .b-grid__anwser:hover {
        color: #016e39;
    }

    .c-comment-list .b-grid .b-grid__like {
        margin-right: 15px;
    }

    .c-comment-list .b-grid .b-grid__like:hover {
        color: #016e39;
    }

    .c-comment-list .b-grid .b-grid__share {
        margin-right: 15px;
    }

    .c-comment-list .b-grid .b-grid__share:hover {
        color: #016e39;
    }

    .c-comment-more a {
        transition: all 0.2s ease;
    }

    .c-comment-more a:hover {
        color: #016e39;
    }
}

@media (min-width: 1200px) {
    .c-box.bg-primary .c-box__title {
        padding: 15px 0px 10px 0px;
        gap: 0px 10px;
        justify-content: space-between;
    }

    .c-box.bg-primary .c-box__content {
        padding: 10px 0px 12px;
    }

    .bg-box .c-slider-button .owl-carousel .owl-nav {
        top: -72px;
        right: -30px;
    }
}

@media (max-width: 767px) {
    .c-slider-over-mobile {
        overflow: hidden;
        margin-right: -15px;
    }

    .c-slider-over-mobile .c-template-slider {
        margin-right: -40%;
    }

    .c-slider-over-mobile .c-ocop-slider {
        margin-right: -40%;
    }

    .c-slider-over-mobile .c-slider-dots .owl-carousel .owl-dots {
        padding-right: 30%;
    }

    .c-box.bg-primary .c-slider-button .owl-carousel .owl-nav {
        position: static;
        text-align: center;
        padding-bottom: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .c-widget-stock-item .c-widget-stock-item__title {
        font-size: 11px;
        margin-right: 5px;
    }

    .c-widget-stock-item .c-widget-stock-item__title:last-child {
        margin-right: 0;
    }

    .c-widget-stock-item .c-widget-stock-item__price {
        font-size: 10px;
        margin-right: 5px;
    }

    .c-widget-stock-item .c-widget-stock-item__price:last-child {
        margin-right: 0;
    }

    .c-widget-stock-item .c-widget-stock-item__price-change {
        font-size: 10px;
        margin-right: 5px;
    }

    .c-widget-stock-item .c-widget-stock-item__price-change:last-child {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .c-widget-stock-box>ul {
        margin: 0 -15px;
    }

    .c-widget-stock-box>ul>li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .c-widget-stock-item .c-widget-stock-item__title {
        font-size: 14px;
    }

    .c-widget-stock-item .c-widget-stock-item__price {
        font-size: 13px;
    }

    .c-widget-stock-item .c-widget-stock-item__price-change {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .c-widget-stock-item {
        min-width: 210px;
    }

    .c-widget-stock-box {
        margin-right: -15px;
        overflow-x: auto;
        overflow-y: hidden;
        padding-left: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .c-weather-widget .c-widget-stock-box {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    .c-widget-stock.is-flex {
        display: flex;
        flex-direction: row;
        align-items: stretch;
    }

    .c-widget-stock .c-widget-stock__col {
        border-bottom: none;
        border-right: 1px solid #ddd;
        width: 100%;
    }

    .c-widget-stock .c-widget-stock__col:last-child {
        border-right: none;
    }

    .c-widget-stock.is-col-2 .c-widget-stock__col {
        width: 50%;
    }

    .c-widget-stock.is-col-3 .c-widget-stock__col {
        width: 33.3333333333%;
    }

    .c-widget-stock.c-template-list .b-grid .b-grid__img {
        width: 120px;
        margin-bottom: 0;
    }

    .c-widget-stock.c-template-list .b-grid .b-grid__content {
        margin-left: 120px;
    }

    .c-widget-stock.c-template-list .b-grid .b-grid__desc {
        clear: none;
        margin-left: 0;
    }

    .c-widget-stock-grid.is-margin-bottom {
        margin-bottom: 25px;
    }

    .c-widget-stock-grid>ul {
        margin: 0 -5px;
        display: flex;
        flex-direction: row;
        align-items: stretch;
    }

    .c-widget-stock-grid>ul>li {
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
        max-width: 100%;
        flex: 1 0 0%;
    }

    .c-widget-stock-grid>ul>li .c-box {
        height: 100%;
    }
}

@media (min-width: 992px) {

    .c-widget-stock table.table th,
    .c-widget-stock table.table td {
        font-size: 13px;
    }

    .c-widget-stock-grid.is-margin-bottom {
        margin-bottom: 30px;
    }

    .h-show-pc .c-widget-stock .table-responsive {
        overflow-x: initial;
    }
}

@media (max-width: 991px) {
    .c-widget-stock.is-minus-mobile {
        margin-left: -15px;
        margin-right: -15px;
    }

    .c-widget-stock.h-show-mobile {
        border: none;
    }

    .c-widget-stock table.table.is-table-bg th,
    .c-widget-stock table.table.is-table-bg td {
        padding: 5px 10px;
    }
}

@media (min-width: 768px) {
    .c-widget-iframe-grid>ul {
        margin: 0 -5px;
        display: flex;
        flex-direction: row;
        align-items: stretch;
    }

    .c-widget-iframe-grid>ul>li {
        padding-left: 5px;
        padding-right: 5px;
        width: 100%;
        max-width: 100%;
        flex: 1 0 0%;
    }
}

@media (min-width: 992px) {
    .c-small-tabs.is-minus-mobile {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    .c-menu-mobile {
        display: none;
    }
}

@media (min-width: 768px) {
    .bg-box {
        padding: 20px;
    }

    .bg-box.is-full {
        padding: 30px 0;
    }

    .bg-box.is-margin-bottom {
        margin-bottom: 30px;
    }

    .bg-box.is-margin-bottom-large {
        margin-bottom: 90px;
    }

    .l-content {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .bg-primary .c-template-grid .b-grid .b-grid__title a:hover {
        color: rgba(255, 255, 255, 0.8);
    }

    .bg-box.is-minus-mobile {
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
        border-radius: 20px 0px;
    }

    .bg-box.is-margin-bottom {
        margin-bottom: 35px;
    }

    .bg-box.is-margin-bottom-large {
        margin-bottom: 120px;
    }

    .l-content {
        padding-top: 10px;
        padding-bottom: 40px;
    }

    .l-content-flex {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .l-content-flex.is-none-flex {
        display: block;
    }

    .l-content-flex .l-main {
        width: calc(100% - 320px);
        margin-bottom: 0;
    }

    .l-content-flex .l-sidebar {
        width: 300px;
        margin-bottom: 0;
        position: sticky;
        top: 40px;
    }

    .l-content-flex.is-col-line-pc {
        position: relative;
        z-index: 1;
    }

    .l-content-flex.is-col-line-pc:before {
        content: "";
        position: absolute;
        z-index: 2;
        top: 0;
        right: 310px;
        bottom: 0;
        width: 1px;
        background-color: #E5E5E5;
    }

    .l-content-flex.is-margin-bottom {
        margin-bottom: 35px;
    }
}

@media (min-width: 1200px) {
    .bg-box {
        padding: 30px;
    }

    .l-content-flex .l-main {
        padding-top: 35px;
        width: calc(100% - 330px);
    }

    .l-content-flex.is-col-line-pc:before {
        right: 315px;
    }
}

@media (max-width: 991px) {
    .l-content.is-padding-top-none-mobile {
        padding-top: 0 !important;
    }

    .l-content.is-padding-bottom-none-mobile {
        padding-bottom: 0 !important;
    }
}

@media (min-width: 768px) {
    .c-template-grid .b-grid .b-grid__title {
        font-size: 20px;
    }

    .c-template-grid.is-col-2>ul {
        margin: 0 -10px;
    }

    .c-template-grid.is-col-2>ul>li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .c-template-grid.is-col-2-tablet>ul {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .c-template-grid.is-col-2-tablet>ul>li {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%;
    }

    .c-template-grid.is-col-3-tablet .b-grid .b-grid__title {
        font-size: 16px;
    }

    .c-template-grid.is-col-3-tablet>ul {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .c-template-grid.is-col-3-tablet>ul>li {
        padding-left: 10px;
        padding-right: 10px;
        width: 33.3333333333%;
    }

    .c-template-grid.is-column-reverse .b-grid {
        display: flex;
        flex-direction: column-reverse;
    }

    .c-template-grid.is-column-reverse .b-grid .b-grid__img {
        width: 100%;
        margin-bottom: 0;
    }

    .c-template-grid.is-column-reverse .b-grid .b-grid__content {
        width: 100%;
        margin-bottom: 12px;
    }

    .c-template-grid.is-border.is-col-3-tablet .b-grid {
        border-bottom: 1px solid #E5E5E5;
        padding-bottom: 20px;
        height: 100%;
    }

    .c-template-grid.is-border.is-col-3-tablet>ul>li {
        border-bottom: none;
        margin-bottom: 0;
    }

    .c-template-grid.is-border.is-col-3-tablet>ul>li:nth-last-child(1) .b-grid,
    .c-template-grid.is-border.is-col-3-tablet>ul>li:nth-last-child(2) .b-grid,
    .c-template-grid.is-border.is-col-3-tablet>ul>li:nth-last-child(3) .b-grid {
        border-bottom: none;
        padding-bottom: 0;
    }

    .c-template-grid.is-col-line-tablet.is-col-3-tablet>ul>li {
        border-right: 1px solid #E5E5E5;
        padding-right: 9px;
    }

    .c-template-grid.is-col-line-tablet.is-col-3-tablet>ul>li:nth-child(3n+3) {
        border-right: none;
        padding-right: 10px;
    }

    .c-template-grid.is-col-line-tablet.is-col-3-tablet>ul>li:nth-last-child(1),
    .c-template-grid.is-col-line-tablet.is-col-3-tablet>ul>li:nth-last-child(2),
    .c-template-grid.is-col-line-tablet.is-col-3-tablet>ul>li:nth-last-child(3) {
        padding-bottom: 0;
    }

    .c-template-grid.is-col-line-tablet.is-border>ul>li {
        border-bottom: none;
    }

    .c-template-list .b-grid .b-grid__img {
        width: 200px;
    }

    .c-template-list .b-grid .b-grid__content {
        width: calc(100% - 200px);
    }

    .c-template-list .b-grid .b-grid__title {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .c-template-grid.is-col-3-tablet.is-border-mobile>ul>li {
        border-bottom: none;
        margin-bottom: 0;
    }

    .c-template-grid.is-col-2-tablet-only:last-child {
        margin-bottom: -20px;
        min-height: 20px;
    }

    .c-template-grid.is-col-2-tablet-only>ul {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .c-template-grid.is-col-2-tablet-only>ul>li {
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .c-template-grid.is-col-2-tablet-only.is-border>ul>li {
        border-bottom: none;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .c-template-grid .b-grid .b-grid__desc {
        display: block;
        font-size: 16px;
    }

    .c-template-grid .b-grid .b-grid__title {
        font-size: 17px;
    }

    .c-template-grid .b-grid .b-grid__title a {
        transition: all 0.2s ease;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .c-template-grid .b-grid .b-grid__title a:hover {
        color: #016e39;
    }

    .c-template-grid .b-grid .b-grid__time {
        font-size: 14px;
    }

    .c-template-grid .b-grid .b-grid__space {
        font-size: 14px;
    }

    .c-template-grid .b-grid .b-grid__cat {
        font-size: 14px;
    }

    .c-template-grid .b-grid a.b-grid__cat {
        transition: all 0.2s ease;
    }

    .c-template-grid .b-grid a.b-grid__cat:hover {
        color: #016e39;
    }

    .c-template-grid .b-grid .b-grid__area {
        font-size: 14px;
    }

    .c-template-grid .b-grid .b-grid__area {
        transition: all 0.2s ease;
    }

    .c-template-grid .b-grid .b-grid__area:hover {
        color: #fff;
        background-color: #016e39;
    }

    .c-template-grid .b-grid .b-grid__ad {
        font-size: 14px;
    }

    .c-template-grid .b-grid a.b-grid__tag {
        font-size: 16px;
    }

    .c-template-grid .b-grid .h-show-pc {
        display: block;
    }

    .c-template-grid.is-title-first-mobile .b-grid .b-grid__row {
        margin-bottom: 0;
    }

    .c-template-grid.is-title-first-mobile .b-grid .b-grid__desc {
        display: none;
    }

    .c-template-grid.is-title-first-mobile.is-sapo-pc .b-grid .b-grid__row {
        margin-bottom: 10px;
    }

    .c-template-grid.is-title-first-mobile.is-sapo-pc .b-grid .b-grid__row:last-child {
        margin-bottom: 0;
    }

    .c-template-grid.is-title-first-mobile.is-sapo-pc .b-grid .b-grid__desc {
        display: block;
    }

    .c-template-grid.is-col-2-pc>ul {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .c-template-grid.is-col-2-pc>ul>li {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%;
    }

    .c-template-grid.is-col-3-pc .b-grid .b-grid__title {
        font-size: 16px;
    }

    .c-template-grid.is-col-3-pc>ul {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .c-template-grid.is-col-3-pc>ul>li {
        padding-left: 10px;
        padding-right: 10px;
        width: 33.3333333333%;
    }

    .c-template-grid.is-col-4-pc .b-grid .b-grid__title {
        font-size: 16px;
    }

    .c-template-grid.is-col-4-pc>ul {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .c-template-grid.is-col-4-pc>ul>li {
        padding-left: 10px;
        padding-right: 10px;
        width: 25%;
    }

    .c-template-grid.is-col-5-pc .b-grid .b-grid__title {
        font-size: 16px;
    }

    .c-template-grid.is-col-5-pc>ul {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .c-template-grid.is-col-5-pc>ul>li {
        width: 20%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .c-template-grid.is-list-pc .b-grid {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

    .c-template-grid.is-list-pc .b-grid .b-grid__img {
        width: 280px;
        margin-bottom: 0;
    }

    .c-template-grid.is-list-pc .b-grid .b-grid__content {
        width: calc(100% - 280px);
        padding-left: 15px;
    }

    .c-template-grid.is-list-pc .b-grid .b-grid__row {
        margin-bottom: 10px;
    }

    .c-template-grid.is-list-pc .b-grid .b-grid__row:last-child {
        margin-bottom: 0;
    }

    .c-template-grid.is-list-pc .b-grid .b-grid__title {
        font-size: 20px;
    }

    .c-template-grid.is-list-pc .b-grid .b-grid__desc {
        display: block;
    }

    .c-template-grid.is-border.is-col-3-pc .b-grid {
        border-bottom: 1px solid #E5E5E5;
        padding-bottom: 20px;
        height: 100%;
    }

    .c-template-grid.is-border.is-col-3-pc>ul>li {
        border-bottom: none;
        margin-bottom: 0;
    }

    .c-template-grid.is-border.is-col-3-pc>ul>li:nth-last-child(1) .b-grid,
    .c-template-grid.is-border.is-col-3-pc>ul>li:nth-last-child(2) .b-grid,
    .c-template-grid.is-border.is-col-3-pc>ul>li:nth-last-child(3) .b-grid {
        border-bottom: none;
        padding-bottom: 0;
    }

    .c-template-grid.is-col-line-pc.is-col-4-pc>ul>li {
        border-right: 1px solid #E5E5E5;
        padding-right: 9px;
    }

    .c-template-grid.is-col-line-pc.is-col-4-pc>ul>li:nth-child(4n+4) {
        border-right: none;
        padding-right: 10px;
    }

    .c-template-grid.is-col-line-pc.is-col-4-pc>ul>li:nth-last-child(1),
    .c-template-grid.is-col-line-pc.is-col-4-pc>ul>li:nth-last-child(2),
    .c-template-grid.is-col-line-pc.is-col-4-pc>ul>li:nth-last-child(3),
    .c-template-grid.is-col-line-pc.is-col-4-pc>ul>li:nth-last-child(4) {
        padding-bottom: 0;
    }

    .c-template-grid.is-col-line-pc.is-col-3-pc>ul>li {
        border-right: 1px solid #E5E5E5;
        padding-right: 9px;
    }

    .c-template-grid.is-col-line-pc.is-col-3-pc>ul>li:nth-child(3n+3) {
        border-right: none;
        padding-right: 10px;
    }

    .c-template-grid.is-col-line-pc.is-col-3-pc>ul>li:nth-last-child(1),
    .c-template-grid.is-col-line-pc.is-col-3-pc>ul>li:nth-last-child(2),
    .c-template-grid.is-col-line-pc.is-col-3-pc>ul>li:nth-last-child(3) {
        padding-bottom: 0;
    }

    .c-template-list .b-grid .b-grid__img {
        width: 160px;
    }

    .c-template-list .b-grid .b-grid__content {
        width: calc(100% - 160px);
    }

    .c-template-list .b-grid .b-grid__desc {
        display: block;
        font-size: 16px;
    }

    .c-template-list .b-grid .b-grid__title {
        font-size: 20px;
    }

    .c-template-list .b-grid .b-grid__title a {
        transition: all 0.2s ease;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .c-template-list .b-grid .b-grid__title a:hover {
        color: #016e39;
    }

    .c-template-list .b-grid .b-grid__time {
        font-size: 14px;
    }

    .c-template-list .b-grid .b-grid__space {
        font-size: 14px;
    }

    .c-template-list .b-grid .b-grid__cat {
        font-size: 14px;
    }

    .c-template-list .b-grid a.b-grid__cat {
        transition: all 0.2s ease;
    }

    .c-template-list .b-grid a.b-grid__cat:hover {
        color: #016e39;
    }

    .c-template-list .b-grid .b-grid__ad {
        font-size: 14px;
    }

    .c-template-list.is-grid-pc .b-grid {
        display: block;
    }

    .c-template-list.is-grid-pc .b-grid .b-grid__img {
        width: auto;
        margin-bottom: 10px;
    }

    .c-template-list.is-grid-pc .b-grid .b-grid__content {
        padding-left: 0;
        width: 100%;
    }

    .c-template-list.is-grid-pc .b-grid .b-grid__title {
        font-size: 18px;
    }

    .c-template-list.is-grid-pc.is-col-3>ul {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        margin: 0 -10px;
        flex-wrap: wrap;
    }

    .c-template-list.is-grid-pc.is-col-3>ul>li {
        width: 33.3333333333%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0;
        border-bottom: none;
    }

    .c-template-list.is-grid-pc.is-col-3>ul>li:last-child {
        padding-bottom: 20px;
    }

    .c-template-list.is-small-pc .b-grid .b-grid__img {
        width: 90px;
    }

    .c-template-list.is-small-pc .b-grid .b-grid__content {
        width: calc(100% - 90px);
    }

    .c-template-list.is-small-pc .b-grid .b-grid__title {
        font-size: 14px;
    }

    .c-template-list.is-small-pc>ul>li {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .c-template-list.is-large-pc .b-grid .b-grid__img {
        width: 240px;
    }

    .c-template-list.is-large-pc .b-grid .b-grid__content {
        width: calc(100% - 240px);
    }

    .c-template-list.is-large-pc .b-grid .b-grid__title {
        font-size: 20px;
    }

    .c-template-list.is-font-size-small-pc .b-grid .b-grid__title {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .c-template-grid.is-col-2>ul {
        margin: 0 -15px;
    }

    .c-template-grid.is-col-2>ul>li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .c-template-grid.is-col-2-tablet>ul {
        margin: 0 -15px;
    }

    .c-template-grid.is-col-2-tablet>ul>li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .c-template-grid.is-col-3-tablet>ul {
        margin: 0 -15px;
    }

    .c-template-grid.is-col-3-tablet>ul>li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .c-template-grid.is-col-2-pc>ul {
        margin: 0 -15px;
    }

    .c-template-grid.is-col-2-pc>ul>li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .c-template-grid.is-col-3-pc>ul {
        margin: 0 -15px;
    }

    .c-template-grid.is-col-3-pc>ul>li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .c-template-grid.is-col-4-pc>ul {
        margin: 0 -15px;
    }

    .c-template-grid.is-col-4-pc>ul>li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .c-template-grid.is-col-5-pc>ul {
        margin: 0 -15px;
    }

    .c-template-grid.is-col-5-pc>ul>li {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
    }

    .c-template-grid.is-list-pc .b-grid .b-grid__content {
        padding-left: 20px;
    }

    .c-template-grid.is-list-pc.is-thumb-large .b-grid .b-grid__img {
        width: 420px;
    }

    .c-template-grid.is-list-pc.is-thumb-large .b-grid .b-grid__content {
        width: calc(100% - 420px);
    }

    .c-template-grid.is-col-line-pc.is-col-4-pc>ul>li {
        padding-right: 14px;
    }

    .c-template-grid.is-col-line-pc.is-col-4-pc>ul>li:nth-child(4n+4) {
        padding-right: 15px;
    }

    .c-template-grid.is-col-line-pc.is-col-3-pc>ul>li {
        padding-right: 14px;
    }

    .c-template-grid.is-col-line-pc.is-col-3-pc>ul>li:nth-child(3n+3) {
        padding-right: 15px;
    }

    .c-template-grid.is-col-line-tablet.is-col-3-tablet>ul>li {
        padding-right: 14px;
    }

    .c-template-grid.is-col-line-tablet.is-col-3-tablet>ul>li:nth-child(3n+3) {
        padding-right: 15px;
    }

    .c-container-wrapper.is-max-width-xl .c-template-grid.is-col-2>ul {
        margin: 0 -15px;
    }

    .c-container-wrapper.is-max-width-xl .c-template-grid.is-col-2>ul>li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .c-container-wrapper.is-max-width-xl .c-template-grid.is-col-3-tablet>ul {
        margin: 0 -15px;
    }

    .c-container-wrapper.is-max-width-xl .c-template-grid.is-col-3-tablet>ul>li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .c-container-wrapper.is-max-width-xl .c-template-grid.is-col-2-pc>ul {
        margin: 0 -15px;
    }

    .c-container-wrapper.is-max-width-xl .c-template-grid.is-col-2-pc>ul>li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .c-container-wrapper.is-max-width-xl .c-template-grid.is-col-3-pc>ul {
        margin: 0 -15px;
    }

    .c-container-wrapper.is-max-width-xl .c-template-grid.is-col-3-pc>ul>li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .c-container-wrapper.is-max-width-xl .c-template-grid.is-col-4-pc>ul {
        margin: 0 -15px;
    }

    .c-container-wrapper.is-max-width-xl .c-template-grid.is-col-4-pc>ul>li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .c-container-wrapper.is-max-width-xl .c-template-grid.is-col-5-pc>ul {
        margin: 0 -15px;
    }

    .c-container-wrapper.is-max-width-xl .c-template-grid.is-col-5-pc>ul>li {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
    .c-template-grid.is-sapo-mobile .b-grid .b-grid__desc {
        display: block;
    }

    .c-template-grid.is-border-mobile>ul>li {
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .c-template-grid.is-border-mobile>ul>li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .c-template-grid.is-title-first-mobile .b-grid {
        display: flex;
        flex-direction: column;
        gap: 10px 0px;
    }

    .c-template-grid.is-title-first-mobile .b-grid .b-grid__img {
        width: 100%;
        margin-bottom: 0;
    }

    .c-template-grid.is-title-first-mobile .b-grid .b-grid__content {
        width: 100%;
        margin-bottom: 0px;
    }

    .c-template-grid.is-title-first-mobile .b-grid .b-grid__desc {
        display: none;
    }

    .c-template-grid.is-column-reverse-mobile .b-grid {
        display: flex;
        flex-direction: column-reverse;
    }

    .c-template-grid.is-column-reverse-mobile .b-grid .b-grid__img {
        width: 100%;
        margin-bottom: 0;
    }

    .c-template-grid.is-column-reverse-mobile .b-grid .b-grid__content {
        width: 100%;
        margin-bottom: 12px;
    }

    .c-template-list .b-grid .b-grid__row {
        font-size: 15px;
    }

    .c-template-list .b-grid .b-grid__title {
        font-size: 18px;
    }
}

@media (max-width: 320px) {
    .c-template-grid .b-grid .b-grid__time {
        font-size: 11px;
    }

    .c-template-grid .b-grid .b-grid__space {
        font-size: 11px;
    }

    .c-template-grid .b-grid .b-grid__cat {
        font-size: 11px;
    }

    .c-template-list .b-grid .b-grid__time {
        font-size: 11px;
    }

    .c-template-list .b-grid .b-grid__space {
        font-size: 11px;
    }

    .c-template-list .b-grid .b-grid__cat {
        font-size: 11px;
    }
}

@media (max-width: 991px) and (min-width: 767px) {

    .c-template-grid.is-title-first-mobile.is-col-2-tablet .b-grid,
    .c-template-grid.is-title-first-mobile.is-col-3-tablet .b-grid {
        flex-direction: column;
    }

    .c-template-grid.is-title-first-mobile.is-col-2-tablet .b-grid .b-grid__img,
    .c-template-grid.is-title-first-mobile.is-col-3-tablet .b-grid .b-grid__img {
        margin-bottom: 12px;
    }

    .c-template-grid.is-title-first-mobile.is-col-2-tablet .b-grid .b-grid__content,
    .c-template-grid.is-title-first-mobile.is-col-3-tablet .b-grid .b-grid__content {
        margin-bottom: 0;
    }

    .c-template-grid.is-title-first-mobile.is-col-2-tablet .b-grid .b-grid__desc,
    .c-template-grid.is-title-first-mobile.is-col-3-tablet .b-grid .b-grid__desc {
        display: none;
    }
}

@media (min-width: 1200px) {

    h1,
    .h1 {
        font-size: 2.5rem;
    }
}

@media (min-width: 1200px) {

    h2,
    .h2 {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {

    h3,
    .h3 {
        font-size: 1.75rem;
    }
}

@media (min-width: 1200px) {

    h4,
    .h4 {
        font-size: 1.5rem;
    }
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}

@media (min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
}

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

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333333%;
    }

    .offset-sm-2 {
        margin-left: 16.66666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333333%;
    }

    .offset-sm-5 {
        margin-left: 41.66666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333333%;
    }

    .offset-sm-8 {
        margin-left: 66.66666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333333%;
    }

    .offset-sm-11 {
        margin-left: 91.66666667%;
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

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

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333333%;
    }

    .offset-md-2 {
        margin-left: 16.66666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333333%;
    }

    .offset-md-5 {
        margin-left: 41.66666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333333%;
    }

    .offset-md-8 {
        margin-left: 66.66666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333333%;
    }

    .offset-md-11 {
        margin-left: 91.66666667%;
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

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

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333333%;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333333%;
    }

    .offset-lg-5 {
        margin-left: 41.66666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333333%;
    }

    .offset-lg-8 {
        margin-left: 66.66666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333333%;
    }

    .offset-lg-11 {
        margin-left: 91.66666667%;
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xl-11 {
        margin-left: 91.66666667%;
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-sm-end {
        --bs-position: end;
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-md-end {
        --bs-position: end;
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-lg-end {
        --bs-position: end;
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xl-end {
        --bs-position: end;
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }

    .dropdown-menu-xxl-end {
        --bs-position: end;
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (max-width: 575.98px) {
    .offcanvas-sm {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}

@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
        transition: none;
    }
}

@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }

    .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }

    .offcanvas-sm.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }

    .offcanvas-sm.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }

    .offcanvas-sm.showing,
    .offcanvas-sm.show:not(.hiding) {
        transform: none;
    }

    .offcanvas-sm.showing,
    .offcanvas-sm.hiding,
    .offcanvas-sm.show {
        visibility: visible;
    }
}

@media (min-width: 576px) {
    .offcanvas-sm {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }

    .offcanvas-sm .offcanvas-header {
        display: none;
    }

    .offcanvas-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}

@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
        transition: none;
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }

    .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }

    .offcanvas-md.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }

    .offcanvas-md.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }

    .offcanvas-md.showing,
    .offcanvas-md.show:not(.hiding) {
        transform: none;
    }

    .offcanvas-md.showing,
    .offcanvas-md.hiding,
    .offcanvas-md.show {
        visibility: visible;
    }
}

@media (min-width: 768px) {
    .offcanvas-md {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }

    .offcanvas-md .offcanvas-header {
        display: none;
    }

    .offcanvas-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
        transition: none;
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }

    .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }

    .offcanvas-lg.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }

    .offcanvas-lg.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }

    .offcanvas-lg.showing,
    .offcanvas-lg.show:not(.hiding) {
        transform: none;
    }

    .offcanvas-lg.showing,
    .offcanvas-lg.hiding,
    .offcanvas-lg.show {
        visibility: visible;
    }
}

@media (min-width: 992px) {
    .offcanvas-lg {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }

    .offcanvas-lg .offcanvas-header {
        display: none;
    }

    .offcanvas-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
        transition: none;
    }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }

    .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }

    .offcanvas-xl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }

    .offcanvas-xl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }

    .offcanvas-xl.showing,
    .offcanvas-xl.show:not(.hiding) {
        transform: none;
    }

    .offcanvas-xl.showing,
    .offcanvas-xl.hiding,
    .offcanvas-xl.show {
        visibility: visible;
    }
}

@media (min-width: 1200px) {
    .offcanvas-xl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }

    .offcanvas-xl .offcanvas-header {
        display: none;
    }

    .offcanvas-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}

@media (max-width: 1399.98px) {
    .offcanvas-xxl {
        position: fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition);
    }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
        transition: none;
    }
}

@media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
        top: 0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%);
    }

    .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%);
    }

    .offcanvas-xxl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%);
    }

    .offcanvas-xxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%);
    }

    .offcanvas-xxl.showing,
    .offcanvas-xxl.show:not(.hiding) {
        transform: none;
    }

    .offcanvas-xxl.showing,
    .offcanvas-xxl.hiding,
    .offcanvas-xxl.show {
        visibility: visible;
    }
}

@media (min-width: 1400px) {
    .offcanvas-xxl {
        --bs-offcanvas-height: auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent !important;
    }

    .offcanvas-xxl .offcanvas-header {
        display: none;
    }

    .offcanvas-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent !important;
    }
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .sticky-sm-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .sticky-md-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .sticky-lg-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .sticky-xl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .sticky-xxl-bottom {
        position: sticky;
        bottom: 0;
        z-index: 1020;
    }
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }

    .float-sm-end {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }

    .object-fit-sm-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important;
    }

    .object-fit-sm-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }

    .object-fit-sm-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important;
    }

    .object-fit-sm-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important;
    }

    .object-fit-sm-none {
        -o-object-fit: none !important;
        object-fit: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-grid {
        display: grid !important;
    }

    .d-sm-inline-grid {
        display: inline-grid !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: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }

    .d-sm-none {
        display: none !important;
    }

    .flex-sm-fill {
        flex: 1 1 auto !important;
    }

    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }

    .order-sm-first {
        order: -1 !important;
    }

    .order-sm-0 {
        order: 0 !important;
    }

    .order-sm-1 {
        order: 1 !important;
    }

    .order-sm-2 {
        order: 2 !important;
    }

    .order-sm-3 {
        order: 3 !important;
    }

    .order-sm-4 {
        order: 4 !important;
    }

    .order-sm-5 {
        order: 5 !important;
    }

    .order-sm-last {
        order: 6 !important;
    }

    .m-sm-0 {
        margin: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

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

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

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

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

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

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

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

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .me-sm-0 {
        margin-right: 0 !important;
    }

    .me-sm-1 {
        margin-right: 0.25rem !important;
    }

    .me-sm-2 {
        margin-right: 0.5rem !important;
    }

    .me-sm-3 {
        margin-right: 1rem !important;
    }

    .me-sm-4 {
        margin-right: 1.5rem !important;
    }

    .me-sm-5 {
        margin-right: 3rem !important;
    }

    .me-sm-auto {
        margin-right: auto !important;
    }

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

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

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

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ms-sm-0 {
        margin-left: 0 !important;
    }

    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }

    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }

    .ms-sm-3 {
        margin-left: 1rem !important;
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }

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

    .ms-sm-auto {
        margin-left: auto !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

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

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

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

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

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

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

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

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

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

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

    .pe-sm-0 {
        padding-right: 0 !important;
    }

    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pe-sm-3 {
        padding-right: 1rem !important;
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }

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

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

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

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

    .ps-sm-0 {
        padding-left: 0 !important;
    }

    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }

    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }

    .ps-sm-3 {
        padding-left: 1rem !important;
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }

    .ps-sm-5 {
        padding-left: 3rem !important;
    }

    .gap-sm-0 {
        gap: 0 !important;
    }

    .gap-sm-1 {
        gap: 0.25rem !important;
    }

    .gap-sm-2 {
        gap: 0.5rem !important;
    }

    .gap-sm-3 {
        gap: 1rem !important;
    }

    .gap-sm-4 {
        gap: 1.5rem !important;
    }

    .gap-sm-5 {
        gap: 3rem !important;
    }

    .row-gap-sm-0 {
        row-gap: 0 !important;
    }

    .row-gap-sm-1 {
        row-gap: 0.25rem !important;
    }

    .row-gap-sm-2 {
        row-gap: 0.5rem !important;
    }

    .row-gap-sm-3 {
        row-gap: 1rem !important;
    }

    .row-gap-sm-4 {
        row-gap: 1.5rem !important;
    }

    .row-gap-sm-5 {
        row-gap: 3rem !important;
    }

    .column-gap-sm-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }

    .column-gap-sm-1 {
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }

    .column-gap-sm-2 {
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }

    .column-gap-sm-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }

    .column-gap-sm-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }

    .column-gap-sm-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }

    .text-sm-start {
        text-align: left !important;
    }

    .text-sm-end {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }

    .float-md-end {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }

    .object-fit-md-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important;
    }

    .object-fit-md-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }

    .object-fit-md-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important;
    }

    .object-fit-md-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important;
    }

    .object-fit-md-none {
        -o-object-fit: none !important;
        object-fit: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-grid {
        display: grid !important;
    }

    .d-md-inline-grid {
        display: inline-grid !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: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }

    .d-md-none {
        display: none !important;
    }

    .flex-md-fill {
        flex: 1 1 auto !important;
    }

    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }

    .order-md-first {
        order: -1 !important;
    }

    .order-md-0 {
        order: 0 !important;
    }

    .order-md-1 {
        order: 1 !important;
    }

    .order-md-2 {
        order: 2 !important;
    }

    .order-md-3 {
        order: 3 !important;
    }

    .order-md-4 {
        order: 4 !important;
    }

    .order-md-5 {
        order: 5 !important;
    }

    .order-md-last {
        order: 6 !important;
    }

    .m-md-0 {
        margin: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

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

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

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

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

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

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

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

    .mt-md-auto {
        margin-top: auto !important;
    }

    .me-md-0 {
        margin-right: 0 !important;
    }

    .me-md-1 {
        margin-right: 0.25rem !important;
    }

    .me-md-2 {
        margin-right: 0.5rem !important;
    }

    .me-md-3 {
        margin-right: 1rem !important;
    }

    .me-md-4 {
        margin-right: 1.5rem !important;
    }

    .me-md-5 {
        margin-right: 3rem !important;
    }

    .me-md-auto {
        margin-right: auto !important;
    }

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

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

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

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ms-md-0 {
        margin-left: 0 !important;
    }

    .ms-md-1 {
        margin-left: 0.25rem !important;
    }

    .ms-md-2 {
        margin-left: 0.5rem !important;
    }

    .ms-md-3 {
        margin-left: 1rem !important;
    }

    .ms-md-4 {
        margin-left: 1.5rem !important;
    }

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

    .ms-md-auto {
        margin-left: auto !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

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

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

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

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

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

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

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

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

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pt-md-3 {
        padding-top: 1rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

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

    .pe-md-0 {
        padding-right: 0 !important;
    }

    .pe-md-1 {
        padding-right: 0.25rem !important;
    }

    .pe-md-2 {
        padding-right: 0.5rem !important;
    }

    .pe-md-3 {
        padding-right: 1rem !important;
    }

    .pe-md-4 {
        padding-right: 1.5rem !important;
    }

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

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

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

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

    .ps-md-0 {
        padding-left: 0 !important;
    }

    .ps-md-1 {
        padding-left: 0.25rem !important;
    }

    .ps-md-2 {
        padding-left: 0.5rem !important;
    }

    .ps-md-3 {
        padding-left: 1rem !important;
    }

    .ps-md-4 {
        padding-left: 1.5rem !important;
    }

    .ps-md-5 {
        padding-left: 3rem !important;
    }

    .gap-md-0 {
        gap: 0 !important;
    }

    .gap-md-1 {
        gap: 0.25rem !important;
    }

    .gap-md-2 {
        gap: 0.5rem !important;
    }

    .gap-md-3 {
        gap: 1rem !important;
    }

    .gap-md-4 {
        gap: 1.5rem !important;
    }

    .gap-md-5 {
        gap: 3rem !important;
    }

    .row-gap-md-0 {
        row-gap: 0 !important;
    }

    .row-gap-md-1 {
        row-gap: 0.25rem !important;
    }

    .row-gap-md-2 {
        row-gap: 0.5rem !important;
    }

    .row-gap-md-3 {
        row-gap: 1rem !important;
    }

    .row-gap-md-4 {
        row-gap: 1.5rem !important;
    }

    .row-gap-md-5 {
        row-gap: 3rem !important;
    }

    .column-gap-md-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }

    .column-gap-md-1 {
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }

    .column-gap-md-2 {
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }

    .column-gap-md-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }

    .column-gap-md-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }

    .column-gap-md-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }

    .text-md-start {
        text-align: left !important;
    }

    .text-md-end {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }

    .float-lg-end {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }

    .object-fit-lg-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important;
    }

    .object-fit-lg-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }

    .object-fit-lg-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important;
    }

    .object-fit-lg-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important;
    }

    .object-fit-lg-none {
        -o-object-fit: none !important;
        object-fit: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-grid {
        display: grid !important;
    }

    .d-lg-inline-grid {
        display: inline-grid !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: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }

    .d-lg-none {
        display: none !important;
    }

    .flex-lg-fill {
        flex: 1 1 auto !important;
    }

    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }

    .order-lg-first {
        order: -1 !important;
    }

    .order-lg-0 {
        order: 0 !important;
    }

    .order-lg-1 {
        order: 1 !important;
    }

    .order-lg-2 {
        order: 2 !important;
    }

    .order-lg-3 {
        order: 3 !important;
    }

    .order-lg-4 {
        order: 4 !important;
    }

    .order-lg-5 {
        order: 5 !important;
    }

    .order-lg-last {
        order: 6 !important;
    }

    .m-lg-0 {
        margin: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

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

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

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

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

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

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

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

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .me-lg-0 {
        margin-right: 0 !important;
    }

    .me-lg-1 {
        margin-right: 0.25rem !important;
    }

    .me-lg-2 {
        margin-right: 0.5rem !important;
    }

    .me-lg-3 {
        margin-right: 1rem !important;
    }

    .me-lg-4 {
        margin-right: 1.5rem !important;
    }

    .me-lg-5 {
        margin-right: 3rem !important;
    }

    .me-lg-auto {
        margin-right: auto !important;
    }

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

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

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

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ms-lg-0 {
        margin-left: 0 !important;
    }

    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }

    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }

    .ms-lg-3 {
        margin-left: 1rem !important;
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }

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

    .ms-lg-auto {
        margin-left: auto !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

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

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

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

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

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

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

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

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

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

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

    .pe-lg-0 {
        padding-right: 0 !important;
    }

    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pe-lg-3 {
        padding-right: 1rem !important;
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }

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

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

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

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

    .ps-lg-0 {
        padding-left: 0 !important;
    }

    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }

    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }

    .ps-lg-3 {
        padding-left: 1rem !important;
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }

    .ps-lg-5 {
        padding-left: 3rem !important;
    }

    .gap-lg-0 {
        gap: 0 !important;
    }

    .gap-lg-1 {
        gap: 0.25rem !important;
    }

    .gap-lg-2 {
        gap: 0.5rem !important;
    }

    .gap-lg-3 {
        gap: 1rem !important;
    }

    .gap-lg-4 {
        gap: 1.5rem !important;
    }

    .gap-lg-5 {
        gap: 3rem !important;
    }

    .row-gap-lg-0 {
        row-gap: 0 !important;
    }

    .row-gap-lg-1 {
        row-gap: 0.25rem !important;
    }

    .row-gap-lg-2 {
        row-gap: 0.5rem !important;
    }

    .row-gap-lg-3 {
        row-gap: 1rem !important;
    }

    .row-gap-lg-4 {
        row-gap: 1.5rem !important;
    }

    .row-gap-lg-5 {
        row-gap: 3rem !important;
    }

    .column-gap-lg-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }

    .column-gap-lg-1 {
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }

    .column-gap-lg-2 {
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }

    .column-gap-lg-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }

    .column-gap-lg-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }

    .column-gap-lg-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }

    .text-lg-start {
        text-align: left !important;
    }

    .text-lg-end {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }

    .float-xl-end {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }

    .object-fit-xl-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important;
    }

    .object-fit-xl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }

    .object-fit-xl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important;
    }

    .object-fit-xl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important;
    }

    .object-fit-xl-none {
        -o-object-fit: none !important;
        object-fit: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-grid {
        display: grid !important;
    }

    .d-xl-inline-grid {
        display: inline-grid !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: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }

    .d-xl-none {
        display: none !important;
    }

    .flex-xl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }

    .order-xl-first {
        order: -1 !important;
    }

    .order-xl-0 {
        order: 0 !important;
    }

    .order-xl-1 {
        order: 1 !important;
    }

    .order-xl-2 {
        order: 2 !important;
    }

    .order-xl-3 {
        order: 3 !important;
    }

    .order-xl-4 {
        order: 4 !important;
    }

    .order-xl-5 {
        order: 5 !important;
    }

    .order-xl-last {
        order: 6 !important;
    }

    .m-xl-0 {
        margin: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

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

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

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

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .me-xl-0 {
        margin-right: 0 !important;
    }

    .me-xl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xl-3 {
        margin-right: 1rem !important;
    }

    .me-xl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xl-5 {
        margin-right: 3rem !important;
    }

    .me-xl-auto {
        margin-right: auto !important;
    }

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

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ms-xl-0 {
        margin-left: 0 !important;
    }

    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xl-3 {
        margin-left: 1rem !important;
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xl-5 {
        margin-left: 3rem !important;
    }

    .ms-xl-auto {
        margin-left: auto !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

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

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

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

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

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pe-xl-0 {
        padding-right: 0 !important;
    }

    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xl-3 {
        padding-right: 1rem !important;
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xl-5 {
        padding-right: 3rem !important;
    }

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

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xl-0 {
        padding-left: 0 !important;
    }

    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xl-3 {
        padding-left: 1rem !important;
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xl-5 {
        padding-left: 3rem !important;
    }

    .gap-xl-0 {
        gap: 0 !important;
    }

    .gap-xl-1 {
        gap: 0.25rem !important;
    }

    .gap-xl-2 {
        gap: 0.5rem !important;
    }

    .gap-xl-3 {
        gap: 1rem !important;
    }

    .gap-xl-4 {
        gap: 1.5rem !important;
    }

    .gap-xl-5 {
        gap: 3rem !important;
    }

    .row-gap-xl-0 {
        row-gap: 0 !important;
    }

    .row-gap-xl-1 {
        row-gap: 0.25rem !important;
    }

    .row-gap-xl-2 {
        row-gap: 0.5rem !important;
    }

    .row-gap-xl-3 {
        row-gap: 1rem !important;
    }

    .row-gap-xl-4 {
        row-gap: 1.5rem !important;
    }

    .row-gap-xl-5 {
        row-gap: 3rem !important;
    }

    .column-gap-xl-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }

    .column-gap-xl-1 {
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }

    .column-gap-xl-2 {
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }

    .column-gap-xl-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }

    .column-gap-xl-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }

    .column-gap-xl-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }

    .text-xl-start {
        text-align: left !important;
    }

    .text-xl-end {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }

    .float-xxl-end {
        float: right !important;
    }

    .float-xxl-none {
        float: none !important;
    }

    .object-fit-xxl-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important;
    }

    .object-fit-xxl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }

    .object-fit-xxl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important;
    }

    .object-fit-xxl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important;
    }

    .object-fit-xxl-none {
        -o-object-fit: none !important;
        object-fit: none !important;
    }

    .d-xxl-inline {
        display: inline !important;
    }

    .d-xxl-inline-block {
        display: inline-block !important;
    }

    .d-xxl-block {
        display: block !important;
    }

    .d-xxl-grid {
        display: grid !important;
    }

    .d-xxl-inline-grid {
        display: inline-grid !important;
    }

    .d-xxl-table {
        display: table !important;
    }

    .d-xxl-table-row {
        display: table-row !important;
    }

    .d-xxl-table-cell {
        display: table-cell !important;
    }

    .d-xxl-flex {
        display: flex !important;
    }

    .d-xxl-inline-flex {
        display: inline-flex !important;
    }

    .d-xxl-none {
        display: none !important;
    }

    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }

    .flex-xxl-row {
        flex-direction: row !important;
    }

    .flex-xxl-column {
        flex-direction: column !important;
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }

    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }

    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xxl-center {
        justify-content: center !important;
    }

    .justify-content-xxl-between {
        justify-content: space-between !important;
    }

    .justify-content-xxl-around {
        justify-content: space-around !important;
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }

    .align-items-xxl-start {
        align-items: flex-start !important;
    }

    .align-items-xxl-end {
        align-items: flex-end !important;
    }

    .align-items-xxl-center {
        align-items: center !important;
    }

    .align-items-xxl-baseline {
        align-items: baseline !important;
    }

    .align-items-xxl-stretch {
        align-items: stretch !important;
    }

    .align-content-xxl-start {
        align-content: flex-start !important;
    }

    .align-content-xxl-end {
        align-content: flex-end !important;
    }

    .align-content-xxl-center {
        align-content: center !important;
    }

    .align-content-xxl-between {
        align-content: space-between !important;
    }

    .align-content-xxl-around {
        align-content: space-around !important;
    }

    .align-content-xxl-stretch {
        align-content: stretch !important;
    }

    .align-self-xxl-auto {
        align-self: auto !important;
    }

    .align-self-xxl-start {
        align-self: flex-start !important;
    }

    .align-self-xxl-end {
        align-self: flex-end !important;
    }

    .align-self-xxl-center {
        align-self: center !important;
    }

    .align-self-xxl-baseline {
        align-self: baseline !important;
    }

    .align-self-xxl-stretch {
        align-self: stretch !important;
    }

    .order-xxl-first {
        order: -1 !important;
    }

    .order-xxl-0 {
        order: 0 !important;
    }

    .order-xxl-1 {
        order: 1 !important;
    }

    .order-xxl-2 {
        order: 2 !important;
    }

    .order-xxl-3 {
        order: 3 !important;
    }

    .order-xxl-4 {
        order: 4 !important;
    }

    .order-xxl-5 {
        order: 5 !important;
    }

    .order-xxl-last {
        order: 6 !important;
    }

    .m-xxl-0 {
        margin: 0 !important;
    }

    .m-xxl-1 {
        margin: 0.25rem !important;
    }

    .m-xxl-2 {
        margin: 0.5rem !important;
    }

    .m-xxl-3 {
        margin: 1rem !important;
    }

    .m-xxl-4 {
        margin: 1.5rem !important;
    }

    .m-xxl-5 {
        margin: 3rem !important;
    }

    .m-xxl-auto {
        margin: auto !important;
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

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

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }

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

    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mt-xxl-3 {
        margin-top: 1rem !important;
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }

    .mt-xxl-5 {
        margin-top: 3rem !important;
    }

    .mt-xxl-auto {
        margin-top: auto !important;
    }

    .me-xxl-0 {
        margin-right: 0 !important;
    }

    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .me-xxl-3 {
        margin-right: 1rem !important;
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }

    .me-xxl-5 {
        margin-right: 3rem !important;
    }

    .me-xxl-auto {
        margin-right: auto !important;
    }

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

    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }

    .mb-xxl-auto {
        margin-bottom: auto !important;
    }

    .ms-xxl-0 {
        margin-left: 0 !important;
    }

    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }

    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }

    .ms-xxl-3 {
        margin-left: 1rem !important;
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }

    .ms-xxl-5 {
        margin-left: 3rem !important;
    }

    .ms-xxl-auto {
        margin-left: auto !important;
    }

    .p-xxl-0 {
        padding: 0 !important;
    }

    .p-xxl-1 {
        padding: 0.25rem !important;
    }

    .p-xxl-2 {
        padding: 0.5rem !important;
    }

    .p-xxl-3 {
        padding: 1rem !important;
    }

    .p-xxl-4 {
        padding: 1.5rem !important;
    }

    .p-xxl-5 {
        padding: 3rem !important;
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

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

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

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

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

    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pt-xxl-3 {
        padding-top: 1rem !important;
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }

    .pt-xxl-5 {
        padding-top: 3rem !important;
    }

    .pe-xxl-0 {
        padding-right: 0 !important;
    }

    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .pe-xxl-3 {
        padding-right: 1rem !important;
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }

    .pe-xxl-5 {
        padding-right: 3rem !important;
    }

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

    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }

    .ps-xxl-0 {
        padding-left: 0 !important;
    }

    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }

    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }

    .ps-xxl-3 {
        padding-left: 1rem !important;
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }

    .ps-xxl-5 {
        padding-left: 3rem !important;
    }

    .gap-xxl-0 {
        gap: 0 !important;
    }

    .gap-xxl-1 {
        gap: 0.25rem !important;
    }

    .gap-xxl-2 {
        gap: 0.5rem !important;
    }

    .gap-xxl-3 {
        gap: 1rem !important;
    }

    .gap-xxl-4 {
        gap: 1.5rem !important;
    }

    .gap-xxl-5 {
        gap: 3rem !important;
    }

    .row-gap-xxl-0 {
        row-gap: 0 !important;
    }

    .row-gap-xxl-1 {
        row-gap: 0.25rem !important;
    }

    .row-gap-xxl-2 {
        row-gap: 0.5rem !important;
    }

    .row-gap-xxl-3 {
        row-gap: 1rem !important;
    }

    .row-gap-xxl-4 {
        row-gap: 1.5rem !important;
    }

    .row-gap-xxl-5 {
        row-gap: 3rem !important;
    }

    .column-gap-xxl-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }

    .column-gap-xxl-1 {
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }

    .column-gap-xxl-2 {
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }

    .column-gap-xxl-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }

    .column-gap-xxl-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }

    .column-gap-xxl-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }

    .text-xxl-start {
        text-align: left !important;
    }

    .text-xxl-end {
        text-align: right !important;
    }

    .text-xxl-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }

    .fs-2 {
        font-size: 2rem !important;
    }

    .fs-3 {
        font-size: 1.75rem !important;
    }

    .fs-4 {
        font-size: 1.5rem !important;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-grid {
        display: grid !important;
    }

    .d-print-inline-grid {
        display: inline-grid !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }

    .d-print-none {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .c-template-grid.is-timeline.is-list-pc .b-grid {
        flex-direction: row-reverse;
    }

    .c-template-grid.is-timeline.is-list-pc .b-grid .b-grid__content {
        padding-left: 0;
        padding-right: 15px;
    }
}

@media (min-width: 1200px) {
    .c-template-grid.is-timeline.is-list-pc .b-grid .b-grid__content {
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .c-template-grid.is-news-short.is-border>ul>li {
        margin-bottom: 12px;
        padding-bottom: 12px;
    }

    .c-template-grid.is-news-short.is-border>ul>li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    .c-topevent {
        margin-bottom: 25px;
    }

    .c-topevent label {
        font-size: 13px;
    }

    .c-topevent__content a {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .c-topevent {
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        z-index: 1;
    }

    .c-topevent label {
        font-size: 14px;
    }

    .c-topevent__content a {
        margin-right: 10px;
        transition: all 0.2s ease;
    }

    .c-topevent__content a:hover {
        color: #016e39;
    }

    .c-topevent__scroll {
        padding-bottom: 5px;
    }
}

@media (min-width: 992px) {
    .c-statistic-box {
        display: flex;
        flex-direction: row;
        align-items: center;
        border-top: none;
        justify-content: space-between;
    }

    .c-statistic-box .c-statistic-box__left {
        width: 100%;
    }

    .c-statistic-box:has(.c-statistic-box__right) .c-statistic-box__left {
        width: calc(100% - 390px);
        min-width: calc(100% - 390px);
    }

    .c-statistic-box .c-statistic-box__right {
        width: 390px;
        max-width: 390px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }

    .c-statistic-box .c-statistic-box__right .c-sologan {
        display: block;
        position: static;
    }

    .c-statistic-box .c-statistic-box__right #widget-weather {
        border: none;
        height: 38px;
        line-height: 36px;
    }

    .l-content:has(.c-statistic-box) {
        padding-top: 0;
    }

    .l-content:has(.c-statistic-box) .c-statistic-box {
        margin-bottom: 30px;
    }

    .c-statistic-slider {
        width: calc(100% - 26px);
        height: 100%;
    }

    .c-statistic-slider .owl-carousel .owl-item a {
        transition: all 0.2s ease;
    }

    .c-statistic-slider .owl-carousel .owl-item a:hover {
        color: #016e39;
    }
}

@media (min-width: 768px) {
    .c-head {
        margin-bottom: 25px;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }

    .c-head .c-head__main {
        margin-bottom: 0;
        width: 60%;
        padding-left: 10px;
        padding-right: 10px;
        border-bottom: none;
        padding-bottom: 0;
    }

    .c-head .c-head__side {
        width: 40%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .c-head .c-head__side .c-template-list.is-small-pc .b-grid .b-grid__img {
        width: 100px;
    }

    .c-head .c-head__side .c-template-list.is-small-pc .b-grid .b-grid__content {
        width: calc(100% - 100px);
    }

    .c-head .c-head__side .c-template-list.is-small-pc .b-grid .b-grid__title {
        font-size: 13px;
    }

    .c-head .c-head__side .c-template-list.is-small-pc>ul>li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .c-head .c-head__side .c-template-list.is-small-pc>ul>li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .c-head-big .c-template-grid .b-grid .b-grid__img {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .c-head {
        padding-top: 20px;
    }
}

@media (min-width: 992px) {
    .c-head {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .c-head .c-head__side .c-template-list.is-small-pc>ul>li {
        padding-bottom: 7px;
        margin-bottom: 7px;
    }
}

@media (min-width: 1200px) {
    .c-head {
        margin-bottom: 30px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .c-head .c-head__main {
        padding-left: 15px;
        padding-right: 15px;
    }

    .c-head .c-head__side {
        padding-left: 15px;
        padding-right: 15px;
    }

    .c-head .c-head__side .c-template-list.is-small-pc .b-grid .b-grid__title {
        font-size: 16px;
    }

    .c-head-big .c-template-grid .b-grid .b-grid__img {
        margin-bottom: 15px;
    }

    .c-head-big .c-template-grid .b-grid .b-grid__row {
        margin-bottom: 15px;
    }

    .c-head-big .c-template-grid .b-grid .b-grid__row:last-child {
        margin-bottom: 0;
    }

    .c-head-big .c-template-grid .b-grid .b-grid__title {
        font-size: 21px;
    }
}

@media (min-width: 768px) {
    .c-era-growth-box {
        margin-bottom: 25px;
    }
}

@media (min-width: 992px) {
    .c-era-growth-box {
        margin-bottom: 30px;
        height: 100%;
    }

    .c-era-growth-box.h-show-pc {
        margin-bottom: 0;
    }

    .c-era-growth-box .c-template-grid>ul>li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .c-era-growth-box .c-template-grid>ul>li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .c-era-growth-box .c-template-list .b-grid .b-grid__title {
        font-size: 14px;
    }

    .c-era-growth-box .c-template-list>ul>li+li .b-grid .b-grid__title {
        font-size: 14px;
    }

    .c-era-growth-box .c-template-list.is-small-pc>ul>li {
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

    .c-era-growth-box .c-template-list.is-small-pc>ul>li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .c-era-growth-box {
        margin-bottom: 35px;
    }
}

@media (min-width: 768px) {
    .c-focus-box .c-template-grid.is-col-3-tablet>ul>li {
        border-right-color: rgba(0, 0, 0, 0.15);
    }
}

@media (min-width: 992px) {
    .c-focus-box .c-focus-box__content {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        margin-left: -10px;
        margin-right: -10px;
    }

    .c-focus-box:has(.c-template-grid:nth-child(2)) .c-template-grid.is-col-3-tablet {
        width: 75%;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
        padding-left: 10px;
        padding-right: 9px;
        border-right: 1px solid rgba(0, 0, 0, 0.15);
    }

    .c-focus-box:has(.c-template-grid:nth-child(2)) .c-template-grid.is-news-short {
        width: 25%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .c-magazine-area {
        height: 200px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .c-magazine-area.scrollbar-outer>.scroll-element {
        background-color: transparent;
    }

    .c-magazine-area.scrollbar-outer>.scroll-element .scroll-bar {
        background-color: #016e39;
    }

    .c-magazine-area.scrollbar-macosx>.scroll-element .scroll-bar {
        background-color: #016e39;
        height: 6px;
        top: -8px;
    }
}

@media (min-width: 1200px) {
    .c-focus-box .c-focus-box__title {
        top: -40px;
    }

    .c-focus-box .c-focus-box__content {
        padding-top: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    .c-focus-box .c-template-grid.is-col-3-tablet {
        padding-left: 15px;
        padding-right: 14px;
    }

    .c-focus-box .c-template-grid.is-news-short {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
    .c-focus-box .c-template-grid.is-border-mobile>ul>li {
        border-bottom-color: rgba(0, 0, 0, 0.15);
    }
}

@media (max-width: 767px) {
    .c-focus-box .c-template-grid .b-grid {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .c-focus-box .c-template-grid .b-grid .b-grid__img {
        width: 44.8275862069%;
        margin-bottom: 0;
    }

    .c-focus-box .c-template-grid .b-grid .b-grid__content {
        margin-left: 0;
        padding-left: 15px;
        width: 55.1724137931%;
    }

    .bg-box.bg-gray-medium:has(.c-focus-box) {
        background: linear-gradient(to bottom, #016e39, #0788d6);
        /* Firefox 3.6+ */
        /* IE 10 */
        /* Opera 11.10+ */
        background: -o-linear-gradient(to bottom, #016e39, #0788d6);
        margin-bottom: 20px;
    }

    .bg-box.bg-gray-medium:has(.c-focus-box) .c-focus-box .c-focus-box__title {
        position: static;
        background-color: transparent;
        margin-bottom: 5px;
        padding: 0;
        font-size: 20px;
    }

    .bg-box.bg-gray-medium:has(.c-focus-box) .c-focus-box .c-template-grid.is-col-3-tablet {
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .bg-box.bg-gray-medium:has(.c-focus-box) .c-focus-box .c-template-grid.is-col-3-tablet .b-grid {
        padding: 10px;
        background-color: #fff;
    }

    .bg-box.bg-gray-medium:has(.c-focus-box) .c-focus-box .c-template-grid.is-col-3-tablet .b-grid .b-grid__title {
        font-size: 16px;
    }

    .bg-box.bg-gray-medium:has(.c-focus-box) .c-focus-box .c-template-grid.is-col-3-tablet>ul>li {
        padding-bottom: 0;
        border-bottom: none;
    }

    .bg-box.bg-gray-medium:has(.c-focus-box) .c-focus-box .c-template-grid.is-news-short {
        padding: 10px;
        background-color: #fff;
    }
}

@media (min-width: 768px) {
    .c-trade-block .c-box .c-box__title .c-box__title__name {
        font-size: 17px;
    }

    .c-trade-grid {
        min-height: 20px;
    }

    .c-trade-grid:last-child {
        margin-bottom: -20px;
    }

    .c-trade-grid .c-trade-item {
        height: 100%;
    }

    .c-trade-grid>ul {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
    }

    .c-trade-grid>ul>li {
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
        width: 33.3333333333%;
    }
}

@media (min-width: 992px) {
    .c-trade-item .c-trade-item__row a:hover {
        text-decoration: underline;
    }
}

@media (min-width: 1200px) {
    .c-trade-block.bg-box {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .c-trade-slider-over-mobile {
        overflow: hidden;
        margin-right: -15px;
    }

    .c-trade-slider-over-mobile:has(.c-trade-grid) {
        margin-right: 0;
    }

    .c-trade-item {
        width: 224px;
    }

    .c-trade-grid .c-trade-item {
        width: auto;
    }

    .c-trade-grid>ul>li:last-child {
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    .c-news-topread {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }

    .c-news-topread__left {
        width: 50%;
        padding-right: 10px;
    }

    .c-news-topread__right {
        padding-left: 10px;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .c-news-topread__title {
        font-size: 15px;
    }

    .c-news-topread__title a {
        transition: all 0.2s ease;
    }

    .c-news-topread__title a:hover {
        color: #016e39;
    }
}

@media (min-width: 1200px) {
    .c-news-topread__left {
        padding-right: 15px;
    }

    .c-news-topread__right {
        padding-left: 15px;
    }
}

@media (min-width: 576px) {
    .c-topic-area .c-box .c-box__title .c-box__title__name {
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .c-topic-area {
        margin-bottom: -25px;
        min-height: 25px;
    }

    .c-topic-area.is-margin-bottom {
        margin-bottom: 10px;
    }

    .c-topic-area .c-box .c-box__title .c-box__title__cat {
        padding-top: 7px;
        min-height: 28px;
    }

    .c-topic-area .c-template-list .b-grid {
        flex-direction: row-reverse;
    }

    .c-topic-area .c-template-list .b-grid .b-grid__img {
        width: 150px;
    }

    .c-topic-area .c-template-list>ul>li {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .c-topic-area .c-template-list>ul>li:last-child {
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
    }

    .c-topic-area .c-template-list>ul>li:first-child .b-grid .b-grid__img {
        margin-bottom: 15px;
    }

    .c-topic-area .c-template-list>ul>li:first-child .b-grid .b-grid__title {
        min-height: 56px;
    }

    .c-topic-area>ul {
        margin: 0 -10px;
        display: flex;
        flex-direction: row;
        align-items: stretch;
        flex-wrap: wrap;
    }

    .c-topic-area>ul>li {
        padding-bottom: 0;
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        z-index: 1;
        margin-bottom: 25px;
    }

    .c-topic-area>ul>li:nth-child(2n+1) {
        border-right: 1px solid #E5E5E5;
        padding-right: 9px;
    }
}

@media (min-width: 992px) {
    .c-topic-area {
        margin-bottom: -30px;
        min-height: 30px;
    }

    .c-topic-area.c-box .c-box__title .c-box__title__cat ul {
        justify-content: flex-start;
    }

    .c-topic-area .c-box .c-box__title .c-box__title__cat ul {
        justify-content: flex-start;
    }

    .c-topic-area .c-template-list .b-grid .b-grid__img {
        width: 100px;
    }

    .c-topic-area .c-template-list .b-grid .b-grid__title {
        font-size: 16px;
    }

    .c-topic-area .c-template-list>ul>li:first-child .b-grid .b-grid__title {
        font-size: 20px;
        min-height: 30.8px;
    }

    .c-topic-area>ul>li {
        margin-bottom: 20px;
    }

    .c-topic-area>ul>li .c-box.is-title-line .c-box__title:before {
        display: none;
    }

    .c-topic-area>ul>li .c-box.is-title-line .c-box__title:after {
        display: none;
    }

    .c-topic-area>ul>li .c-box.is-title-line .c-box__title .c-box__title__name {
        padding-left: 0;
        padding-right: 0;
    }

    .c-topic-cat {
        display: block;
    }
}

@media (min-width: 1200px) {
    .c-topic-area>ul>li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .c-topic-area>ul>li:nth-child(2n+1) {
        padding-right: 14px;
    }

    .c-topic-qc {
        background-color: #F5F5F5;
        padding: 10px;
        border-radius: 10px;
    }

    .c-topic-qc .c-box.is-margin-small {
        margin-bottom: 10px;
    }

    .c-topic-qc .c-box.is-margin-small:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .c-topic-area>ul>li {
        position: relative;
        z-index: 1;
        margin-bottom: 20px;
    }

    .c-topic-area>ul>li:after {
        content: "";
        position: absolute;
        z-index: 2;
        bottom: -1px;
        left: -15px;
        right: -15px;
        height: 1px;
        background-color: #999;
    }
}

@media (min-width: 768px) {
    .c-category-box {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        margin-left: -10px;
        margin-right: -10px;
    }

    .c-category-box__left {
        width: 57.7777777778%;
        padding-left: 10px;
        padding-right: 9px;
        border-right: 1px solid #E5E5E5;
    }

    .c-category-box__left .c-template-grid .b-grid .b-grid__img {
        margin-bottom: 15px;
    }

    .c-category-box__right {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
        width: 42.2222222222%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .c-category-box__right .c-template-grid.is-news-short .b-grid .b-grid__title {
        font-size: 16px;
    }

    .c-category-box__right .c-template-grid.is-news-short.is-border>ul>li {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .c-category-box__right .c-template-grid.is-news-short.is-border>ul>li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .c-category-box {
        margin-left: -15px;
        margin-right: -15px;
    }

    .c-category-box__left {
        padding-left: 15px;
        padding-right: 14px;
    }

    .c-category-box__left .c-template-grid .b-grid .b-grid__title {
        font-size: 20px;
    }

    .c-category-box__right {
        padding-left: 15px;
        padding-right: 15px;
    }

    .c-category-group>ul>li {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .c-category-box__right .c-template-grid.is-news-short>ul>li:first-child .b-grid .b-grid__img {
        /* display: none; */
    }

    .c-category-box__right .c-template-grid.is-news-short>ul>li:first-child .b-grid .b-grid__title {
        font-weight: 400;
    }
}

@media (min-width: 992px) {
    .c-multimedia-box {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        margin-left: -10px;
        margin-right: -10px;
    }

    .c-multimedia-box .c-multimedia-box__left {
        margin-bottom: 0;
        width: 66.6666666667%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .c-multimedia-box .c-multimedia-box__right {
        width: 30.8943089431%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 1200px) {
    .c-multimedia-box {
        margin-left: -15px;
        margin-right: -15px;
    }

    .c-multimedia-box .c-multimedia-box__left {
        padding-left: 15px;
        padding-right: 15px;
    }

    .c-multimedia-box .c-multimedia-box__right {
        padding-left: 15px;
        padding-right: 15px;
    }

    .c-multimedia-box .c-multimedia-box__right .c-template-list.is-small-pc .b-grid .b-grid__img {
        width: 150px;
    }

    .c-multimedia-box .c-multimedia-box__right .c-template-list.is-small-pc .b-grid .b-grid__content {
        width: calc(100% - 150px);
    }

    .c-multimedia-box .c-multimedia-box__right .c-template-list.is-small-pc>ul>li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .c-multimedia-box .c-multimedia-box__right .c-template-list.is-small-pc>ul>li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 576px) {
    .c-cat-list__current {
        font-size: 28px;
    }

    .c-cat-three__left .c-template-grid .b-grid .b-grid__title {
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .c-cat-list {
        padding-top: 40px;
    }

    .c-cat-list.is-margin-bottom {
        margin-bottom: 30px;
    }

    .c-cat-list__current {
        font-size: 32px;
    }

    .c-cat-list__current.is-tag:before {
        margin-top: -14px;
    }

    .c-head-list__left .c-template-grid .b-grid .b-grid__title {
        font-size: 28px;
    }

    .c-cat-three__left .c-template-grid .b-grid .b-grid__title {
        font-size: 24px;
    }

    .c-cat-three__center .c-template-list>ul>li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .c-cat-three__center .c-template-list>ul>li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .c-cat-three__center .c-template-list>ul>li+li .b-grid .b-grid__img {
        display: none;
    }

    .c-cat-three__center .c-template-list>ul>li+li .b-grid .b-grid__row {
        margin-bottom: 0;
    }

    .c-cat-three__center .c-template-list>ul>li+li .b-grid .b-grid__desc {
        display: none;
    }

    .c-cat-three__center .c-template-list>ul>li+li .b-grid .b-grid__title {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .c-cat-list {
        padding-bottom: 5px;
        border-bottom: 1px solid #ddd;
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0;
        padding-top: 50px;
    }

    .c-cat-list__current {
        font-size: 36px;
        padding-right: 0;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .c-cat-list__desc {
        font-size: 16px;
    }

    .c-cat-list__sub {
        margin-right: 0;
    }

    .c-cat-list__sub ul li {
        margin-right: 25px;
    }

    .c-cat-list__sub ul li a {
        font-size: 16px;
        transition: all 0.2s ease;
    }

    .c-cat-list__sub ul li a:hover {
        color: #016e39;
    }

    .c-cat-list.is-center .c-cat-list__current {
        text-align: center;
    }

    .c-cat-list.is-center .c-cat-list__desc {
        max-width: 840px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .c-head-list {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        flex-wrap: wrap;
        padding-top: 20px;
    }

    .c-head-list__left {
        width: 64.8148148148%;
        border-right: 1px solid #E5E5E5;
        border-bottom: 1px solid #E5E5E5;
        padding-right: 14px;
        padding-bottom: 20px;
    }

    .c-head-list__left .c-template-grid {
        border-bottom: none;
        padding-bottom: 0;
    }

    .c-head-list__left .c-template-grid .b-grid .b-grid__img {
        margin-left: 0;
        margin-right: 0;
    }

    .c-head-list__left .c-template-grid .b-grid .b-grid__title {
        font-size: 30px;
    }

    .c-head-list__right {
        width: 35.1851851852%;
        padding-left: 15px;
        border-bottom: 1px solid #E5E5E5;
        padding-bottom: 20px;
    }

    .c-head-list__right .c-template-grid {
        border-bottom: none;
        padding-bottom: 0;
    }

    .c-head-list__right .c-template-grid .b-grid .b-grid__row {
        margin-bottom: 0;
        margin-top: 7px;
    }

    .c-head-list__right .c-template-grid .b-grid .b-grid__row:first-child {
        margin-top: 0;
    }

    .c-head-list__right .c-template-grid .b-grid .b-grid__title {
        font-size: 18px;
    }

    .c-head-list__bottom {
        width: 100%;
    }

    .c-cat-three {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        flex-wrap: wrap;
        margin: 0 -10px;
    }

    .c-cat-three__left {
        padding-left: 10px;
        padding-right: 10px;
        width: 50%;
        margin-bottom: 0;
    }

    .c-cat-three__left .c-template-grid .b-grid .b-grid__title {
        font-size: 28px;
    }

    .c-cat-three__center {
        padding-left: 10px;
        padding-right: 10px;
        width: 25%;
        margin-bottom: 0;
    }

    .c-cat-three__center .c-template-list {
        padding-bottom: 0;
        border-bottom: none;
    }

    .c-cat-three__right {
        padding-left: 10px;
        padding-right: 10px;
        width: 25%;
    }
}

@media (min-width: 1200px) {
    .c-cat-list__current {
        font-size: 30px;
        font-weight: 800;
    }

    .c-cat-list__current.is-tag:before {
        margin-top: -12px;
    }

    .c-cat-list:has(.is-tag) .c-cat-list__desc {
        padding-left: 27px;
    }

    .c-head-list__left {
        padding-right: 19px;
    }

    .c-head-list__left .c-template-grid .b-grid .b-grid__title {
        font-size: 22px;
    }

    .c-head-list__right {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .c-cat-list__sub {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }

    .c-cat-list__sub::-webkit-scrollbar {
        display: none;
        /* Hide scrollbar for Chrome, Safari and Opera */
    }
}

@media (max-width: 991px) {
    .c-share-scroll {
        top: 0 !important;
    }
}

@media (min-width: 360px) {
    .c-share-detail ul li a {
        font-size: 12px;
    }
}

@media (min-width: 576px) {
    .c-detail-head__title {
        font-size: 30px;
    }
}

@media (min-width: 768px) {
    .c-detail-head__title {
        font-size: 32px;
    }

    .c-news-detail .b-maincontent {
        margin-bottom: 25px;
    }

    .c-news-detail .c-template-list .b-grid .b-grid__img {
        width: 240px;
    }

    .c-news-detail .c-template-list .b-grid .b-grid__content {
        width: calc(100% - 240px);
        padding-left: 15px;
    }

    .c-news-readmore {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .c-author-page {
        margin-bottom: 25px;
        background-color: transparent;
        border: none;
        text-align: right;
    }

    .c-author-page__pc-pop {
        width: 325px;
    }

    .c-author-page__mobile-pop {
        display: none !important;
    }

    .c-author-page__right {
        display: inline-block;
        vertical-align: middle;
    }

    .c-author-page__right:hover .c-author-page__pc-pop {
        display: block;
    }

    .c-author-page__right .btn-light {
        border-color: #ddd;
        color: #666;
    }

    .c-author-page__copy {
        display: none;
    }
}

@media (min-width: 992px) {
    .c-detail-head {
        padding-left: 60px;
    }

    .c-detail-head__row {
        margin-bottom: 15px;
    }

    .c-detail-head__row .space {
        display: inline;
        font-size: 15px;
    }

    .c-detail-head__row .c-detail-head__author {
        display: inline;
        font-size: 15px;
    }

    .c-detail-head__row .c-detail-head__time {
        display: inline;
        font-size: 15px;
    }

    .c-detail-head__row.is-bar {
        position: initial;
    }

    .c-detail-head__cat {
        font-size: 12px;
        color: #016e39;
        transition: all 0.2s ease;
    }

    .c-detail-head__cat:hover {
        color: #000;
    }

    .c-detail-head__title {
        font-size: 24px;
    }

    .c-detail-head.is-full {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 60px;
    }

    .c-article .b-maincontent {
        font-size: 16px;
    }

    .c-article .b-maincontent img {
        max-width: 100%;
    }

    .c-article .b-maincontent p {
        font-size: 16px;
    }

    .c-article .b-maincontent .desc {
        font-size: 18px;
    }

    .c-article .b-maincontent table.picture[align=center] {
        max-width: 100%;
    }

    .c-news-detail {
        padding-left: 60px;
    }

    .c-news-detail .b-maincontent {
        font-size: 16px;
    }

    .c-news-detail .b-maincontent img {
        max-width: 100%;
    }

    .c-news-detail .b-maincontent p {
        font-size: 16px;
    }

    .c-news-detail .b-maincontent .desc {
        font-size: 18px;
    }

    .c-news-detail .b-maincontent table.picture[align=center] {
        max-width: 100%;
    }

    .c-news-detail.is-full {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 60px;
    }

    .c-news-detail.is-full table.picture[align=center] {
        width: 860px !important;
        margin-left: -140px !important;
        max-width: 860px;
    }

    .c-news-detail.is-full .c-box.h-show-mobile {
        display: block !important;
    }

    .c-news-detail.is-full .c-news-topmore .b-grid .b-grid__img {
        width: 130px;
    }

    .c-news-detail.is-full .c-news-topmore .b-grid .b-grid__content {
        margin-left: 142px;
    }

    .c-share-scroll {
        top: 8px;
        right: auto;
        margin-left: -60px;
        width: 32px;
        display: block;
    }

    .c-share-scroll>ul>li {
        margin-bottom: 10px;
        margin-left: 0;
        float: none;
    }

    .c-share-scroll>ul>li>a {
        width: 32px;
        height: 32px;
        line-height: 26px;
        margin: 0 auto;
        transition: all 0.2s ease;
    }

    .c-share-scroll>ul>li>a:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
    }

    .c-share-scroll.has-fixed {
        top: 10px;
        position: fixed;
    }

    .c-share-scroll.has-fixed.has-ab {
        position: absolute;
    }

    .c-news-other ul {
        margin-bottom: 15px;
    }

    .c-news-other ul li {
        margin-bottom: 8px;
    }

    .c-news-other ul li a {
        font-size: 15px;
        transition: all 0.2s ease;
    }

    .c-news-other ul li a:hover {
        color: #007E00;
    }

    .bg-detail.is-single .c-news-detail__line.h-show-mobile {
        display: block !important;
    }

    .bg-detail.is-single .c-share-scroll {
        margin-left: -190px;
    }

    .c-author-page__right .btn {
        font-size: 12px;
    }

    .c-share-detail ul li {
        margin-right: 10px;
    }

    .c-share-detail ul li a {
        font-size: 14px;
    }

    .c-share-detail ul li a span {
        display: inline;
    }

    .c-share-detail ul li a .icon12-link {
        margin-right: 5px;
    }

    .c-news-readmore .l-main .c-box {
        border-bottom: none;
    }

    .c-homepage-repeat-content {
        padding: 15px 0 25px;
        border-bottom: none;
    }

    .bg-detail .c-news-detail .c-template-list .b-grid .b-grid__title a:hover {
        color: #016e39;
    }

    .bg-detail .c-news-other ul li a:hover {
        color: #016e39;
    }

    .bg-detail .c-news-topmore .b-grid .b-grid__title a:hover {
        color: #016e39;
    }

    .c-font-box {
        width: 32px;
        border-radius: 16px;
    }

    .c-font-box__icon {
        display: none;
    }

    .c-font-box__btn {
        padding: 3px;
        height: auto;
        position: static;
        display: flex !important;
        flex-direction: column;
        background-color: transparent;
        border-radius: 0;
        box-shadow: none;
    }

    .c-font-box__btn span.font {
        margin: 10px auto;
    }

    .c-font-box__btn span.plus,
    .c-font-box__btn span.minus {
        transition: all 0.2s ease;
    }

    .c-font-box__btn span.plus:hover,
    .c-font-box__btn span.minus:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
    }

    .c-font-box__close {
        display: none;
    }
}

@media (min-width: 1200px) {
    .bg-detail .l-main {
        width: 869px !important;
    }

    .bg-detail .l-sidebar {}

    .bg-detail.is-single .c-share-scroll {
        margin-left: -320px;
    }

    .c-detail-head.is-full {
        padding-left: 75px;
    }

    .c-detail-head__title {
        font-size: 30px;
    }

    .c-detail-head__cat {
        font-size: 16px;
    }

    .c-detail-head__row .c-detail-head__author {
        font-size: 14px;
    }

    .c-detail-head__row .c-detail-head__time {
        font-size: 14px;
    }

    .c-detail-head__row .space {
        font-size: 14px;
    }

    .c-article .b-maincontent {
        font-size: 19px;
    }

    .c-article .b-maincontent p {
        font-size: 19px;
    }

    .c-article .b-maincontent .desc {
        font-size: 19px;
    }

    .c-news-detail.is-full {
        padding-left: 75px;
    }

    .c-news-detail.is-full .c-news-topmore {
        padding-bottom: 15px;
    }

    .c-news-detail.is-full .c-news-topmore .b-grid .b-grid__title {
        font-size: 18px;
    }

    .c-news-detail .b-maincontent {
        font-size: 19px;
    }

    .c-news-detail .b-maincontent p {
        font-size: 18px;
        margin: unset;
    }

    .c-news-detail .b-maincontent .desc {
        font-size: 19px;
    }

    .c-homepage-repeat-content {
        padding: 20px 0 30px;
    }

    .c-author-page__right .btn {
        font-size: 14px;
    }

    .c-share-detail ul li a {
        padding: 0 12px;
    }
}

@media (max-width: 991px) {
    .c-detail-head__row {
        position: relative;
    }
}

@media (max-width: 767px) {
    .c-news-readmore .c-template-grid>ul>li {
        border-bottom: 1px solid #ddd;
        margin-bottom: 15px;
    }

    .c-news-readmore .c-template-grid>ul>li:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .c-online-tabs__container {
        padding: 10px 0 0;
    }
}

@media (min-width: 768px) {
    .c-video-over-outer-5 .c-template-grid {
        margin-right: -20%;
    }

    .c-video-over-outer-5 .c-template-grid.c-template-dots .owl-carousel .owl-dots {
        margin-right: 16%;
    }

    .c-video-head__cat {
        right: auto;
        width: 620px;
    }

    .c-video-head__cat ul li {
        width: 33.3333333333%;
    }

    .c-video-head__cat ul li a {
        font-size: 16px;
    }

    .c-video-detail__title {
        margin-bottom: 20px;
    }

    .c-video-detail__title h1,
    .c-video-detail__title .h1 {
        font-size: 32px;
    }

    .c-video-detail__desc {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .c-video-detail__author {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .c-video-over-outer-5 {
        margin-right: 0;
    }

    .c-video-over-outer-5 .c-template-grid {
        margin-right: -18%;
    }

    .c-video-over-outer-5 .c-template-grid.c-template-dots .owl-carousel .owl-dots {
        margin-right: 15%;
    }

    .c-video-over-outer-5 .c-template-grid.c-template-button .owl-carousel .owl-nav {
        display: block;
    }

    .c-video-over-outer-5 .c-template-grid.c-template-button .owl-carousel .owl-nav .owl-next {
        right: calc(15% + 15px);
    }

    .c-video-outer {
        padding: 15px 0;
    }

    .c-video-outer .l-main {
        margin-bottom: 0;
    }

    .c-video-outer .c-share-detail {
        display: none;
    }

    .c-video-outer .c-cat-list {
        margin-top: 0;
        padding-top: 0;
    }

    .c-video-head {
        margin-top: -15px;
    }

    .c-video-head__cat>ul>li>a {
        transition: all 0.2s ease;
    }

    .c-video-head__cat>ul>li>a:hover {
        color: #016e39;
    }

    .c-video-view {
        margin-left: 0;
        margin-right: 0;
    }

    .c-video-detail__title h1,
    .c-video-detail__title .h1 {
        font-size: 24px;
    }

    .c-video-detail__desc {
        font-size: 16px;
    }

    .c-video-detail .b-maincontent {
        font-size: 16px;
    }

    .c-video-detail .b-maincontent img {
        max-width: 100%;
    }

    .c-video-detail .b-maincontent p {
        font-size: 16px;
    }

    .c-video-detail .b-maincontent .desc {
        font-size: 18px;
    }

    .c-video-detail .b-maincontent table.picture[align=center] {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .c-video-over-outer-5 .c-template-grid {
        margin-right: -12%;
    }

    .c-video-over-outer-5 .c-template-grid.c-template-dots .owl-carousel .owl-dots {
        margin-right: 10.5%;
    }

    .c-video-over-outer-5 .c-template-grid.c-template-button .owl-carousel .owl-nav {
        display: block;
    }

    .c-video-over-outer-5 .c-template-grid.c-template-button .owl-carousel .owl-nav .owl-next {
        right: calc(10.5% + 15px);
    }

    .c-video-detail__title h1,
    .c-video-detail__title .h1 {
        font-size: 30px;
    }

    .c-video-detail__desc {
        font-size: 19px;
    }

    .c-video-detail .b-maincontent {
        font-size: 19px;
    }

    .c-video-detail .b-maincontent p {
        font-size: 19px;
    }

    .c-video-detail .b-maincontent .desc {
        font-size: 19px;
    }
}

@media (max-width: 991px) {
    .c-video-outer .c-comments {
        display: none;
    }

    .c-video-outer .c-comment-click {
        display: block;
    }
}

@media (max-width: 991px) {
    .c-box.h-show-mobile:has(.c-news-topmore) {
        border-top: 1px solid #E5E5E5;
        padding-top: 12px;
        margin-top: -13px;
    }

    .c-box.h-show-mobile:has(.c-news-topmore):first-child {
        margin-top: 0;
    }

    .c-box.h-show-mobile:has(.c-news-topmore) .c-box__title {
        display: none;
    }

    .c-box.h-show-mobile .c-news-topmore .b-grid {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .c-box.h-show-mobile .c-news-topmore .b-grid .b-grid__img {
        width: 44.8275862069%;
        height: auto;
        float: none;
        position: relative;
        z-index: 1;
        border-radius: 5px;
    }

    .c-box.h-show-mobile .c-news-topmore .b-grid .b-grid__img a {
        display: block;
        padding-top: 66.6666666667%;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    .c-box.h-show-mobile .c-news-topmore .b-grid .b-grid__img img {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        min-height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .c-box.h-show-mobile .c-news-topmore .b-grid .b-grid__content {
        margin-left: 0;
        padding-left: 15px;
        width: 55.1724137931%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .c-box.h-show-mobile .c-news-topmore .b-grid .b-grid__img {
        width: 240px;
    }

    .c-box.h-show-mobile .c-news-topmore .b-grid .b-grid__content {
        width: calc(100% - 240px);
    }

    .c-box.h-show-mobile .c-news-topmore .b-grid .b-grid__title {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    body .popUp.binhLuan .popupContent {
        padding: 15px 20px 20px;
    }

    body .popUp.binhLuan .popupContent .form {
        margin: 15px -20px 0;
        padding: 15px 20px 5px;
    }
}

@media (max-width: 767px) {
    body .popUp.binhLuan .popupContent {
        width: 480px;
    }
}

@media (max-width: 414px) {
    body .popUp.binhLuan .popupContent {
        width: 384px;
    }
}

@media (max-width: 375px) {
    body .popUp.binhLuan .popupContent {
        width: 345px;
    }
}

@media (max-width: 360px) {
    body .popUp.binhLuan .popupContent {
        width: 330px;
    }
}

@media (max-width: 320px) {
    body .popUp.binhLuan .popupContent {
        width: 290px;
    }
}

@media (min-width: 768px) {
    .c-theme-video .c-template-grid.is-col-2-tablet .b-grid {
        height: 100%;
    }

    .c-theme-video .c-template-grid.is-col-2-tablet>ul>li:last-child {
        padding-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .c-theme-video .c-footer-logo {
        text-align: left;
    }

    .c-theme-video .c-footer-main:before {
        background-color: rgba(255, 255, 255, 0.06);
    }

    .c-theme-video .c-footer-category {
        border-top-color: rgba(255, 255, 255, 0.06);
    }

    .c-theme-video .c-template-grid.is-col-4-pc>ul>li:last-child {
        padding-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .c-theme-video .c-footer-category>ul>li {
        border-top-color: rgba(255, 255, 255, 0.06);
        border-bottom-color: rgba(255, 255, 255, 0.06);
    }
}

@media (min-width: 992px) {
    .bg-detail.is-single .c-share-scroll.has-fixed {
        /*position: absolute;*/
    }

    .entry .sc-longform-header-no-bg-img {
        padding-top: 150px;
    }
}

@media (min-width: 768px) {
    .doanhnghiep .c-topic-area.c-multimedia-box>ul {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .doanhnghiep .c-topic-area.c-multimedia-box>ul>li {
        padding: 20px 20px 30px !important;
    }
}

@media (min-width: 992px) {
    .c-header-inner__right {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
    }
}

@media (min-width: 992px) {
    .c-sologan {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
    }
}

@media (min-width: 992px) {
    .c-search-expand {
        display: none;
    }
}

@media (min-width: 992px) {
    .box-suckhoe .c-world-box.is-sort-pc .c-world-box__left {
        order: 2;
    }
}

@media (min-width: 1200px) {
    .box-suckhoe .c-world-box__left {
        padding-left: 15px;
        padding-right: 14px;
    }
}

@media (min-width: 992px) {
    .box-suckhoe .c-world-box__left {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
        padding-left: 10px;
        padding-right: 9px;
        border-right: 1px solid #E5E5E5;
        width: 45.5555555556%;
    }
}

@media (min-width: 992px) {
    .box-suckhoe .c-world-box.is-sort-pc .c-world-box__center {
        order: 1;
    }
}

@media (min-width: 1200px) {
    .box-suckhoe .c-world-box__center {
        padding-left: 15px;
        padding-right: 14px;
    }
}

@media (min-width: 992px) {
    .box-suckhoe .c-world-box__center {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
        padding-left: 10px;
        padding-right: 9px;
        border-right: 1px solid #E5E5E5;
        width: 22.6666666667%;
    }
}

@media (min-width: 992px) {
    .box-suckhoe .c-world-box.is-sort-pc .c-world-box__right {
        order: 3;
    }
}

@media (min-width: 1200px) {
    .box-suckhoe .c-world-box__right {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 992px) {
    .box-suckhoe .c-world-box__right {
        padding-left: 10px;
        padding-right: 10px;
        width: 31.7777777778%;
    }
}

@media (max-width: 968px) {
    .blog-video .news-container {
        flex-direction: column;
    }

    .blog-video .news-sidebar {
        width: 100%;
        max-height: none;
    }
}

@media (min-width: 992px) {
    .c-menu>ul>li.c-menu-child {
        position: relative;
        z-index: 10;
    }

    .c-menu>ul>li.c-menu-child>.c-dropdown-menu {
        width: 220px;
    }

    .c-menu>ul>li:hover>.c-dropdown-menu {
        display: block !important;
    }

    .c-menu {
        overflow: initial;
    }
}

@media (max-width: 991px) {
    .c-detail-head {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .c-detail-head .c-share-scroll {
        top: -34px !important;
    }
}

@media (max-width: 762px) {

    .binhluancomment,
    .popUp.binhLuan .popupContent {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .slider-container .brand-slider {
        padding: 0 40px;
    }

    .slider-container .slick-prev,
    .slider-container .slick-next {
        width: 40px;
        height: 40px;
    }

    .slider-container .brand-card {
        height: 150px;
        padding: 20px;
    }
}


@media (min-width: 992px) {

    .c-menu {
        display: flex;
        justify-content: space-between;
    }

    .doanhnghiep.box-item-news.c-box .c-focus-box {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .doanhnghiep.box-item-news.c-box .c-focus-box {
        margin-bottom: 25px;
    }
}

@media (min-width: 768px) {
    .doanhnghiep.box-item-news.c-box .c-focus-box__inner {
        position: relative;
        z-index: 1;
    }
}


@media (min-width: 768px) {
    .doanhnghiep.box-item-news.c-box .c-focus-box .c-box {
        position: relative;
        z-index: 3;
    }
}

@media(max-width:990px) {
    .header-mobile .menu-tabs-container div#category-tab ul.category-list li a img {
        height: 20px;
    }

    .nganhhang-desktop {
        display: none;
    }

    .chuyennganh-mobile {
        display: block;
    }

    .header-mobile {
        display: block;
    }

    .c-mega-menu.active .c-category-flex {
        display: none;
    }

    .header-mobile .dropdown-menu.show {
        right: 0;
        top: 0;
    }

    .header-mobile .dropdown-menu {
        max-width: 100%;
    }

    @media (max-width: 480px) {
        .header-mobile .dropdown-menu {
            top: 100%;
        }
    }

    .header-mobile .dropdown-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 100%;
        height: 100vh;
        background: #ffffff;
        box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15);
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        z-index: 999;
        overflow-y: auto;
        padding-top: 0;
    }

    .header-mobile .dropdown-menu.show {
        display: block;
    }

    .header-mobile .dropdown-menu {
        position: fixed;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 10rem;
        padding: 0.5rem 0;
        margin: 0.125rem 0 0;
        font-size: 1rem;
        color: #212529;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 0.25rem;
    }

    .header-mobile #wrapper_mn {
        background-color: #3aa54847;
        background-image: url(../img/dflag.webp), url(../img/trongdong3.webp);
        background-position: right -70px top -65px, center center;
        background-size: 450px 200px, 500px 500px;
        background-repeat: no-repeat, no-repeat;
        /* background: #000; */
    }

    .header-mobile .menu-tabs-container {
        background-image: url(dflag.webp), url(trongdong3.webp);
        background-position: right -70px top -65px, center center;
        background-size: 450px 200px, 500px 500px;
        background-repeat: no-repeat, no-repeat;
    }

    .header-mobile .menu-tabs.clearfix {
        padding: 0px 10px;
    }

    .header-mobile .menu-tabs-container ul.menu-tabs {
        background: #ffffff00;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .05);
    }

    .header-mobile .menu-tabs-container ul.menu-tabs li a.active {
        color: #e53c3d;
        border-bottom: 2px solid #3ca445;
    }

    .header-mobile .menu-tabs-container ul.menu-tabs li:last-child a {
        border-right: none !important;
    }

    .header-mobile .menu-tabs-container ul.menu-tabs li a {
        display: block;
        float: left;
        width: calc(100% / 3);
        text-align: center;
        font-size: 16px;
        height: 40px;
        color: #999;
        text-transform: uppercase;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
    }

    .header-mobile .menu-tabs-container .menu-content {

        padding: 15px;
    }

    .header-mobile #category-tab ul {
        text-align: left;
    }

    .header-mobile .menu-tabs-container .tab_danhmuc {
        display: grid;
        grid-template-columns: 47.5% 47.5%;
        justify-content: space-between;
        grid-row-gap: 15px;
        padding-left: 0px;
    }

    .header-mobile #category-tab ul li {
        display: inline-block;
    }

    .header-mobile .menu-tabs-container div#category-tab ul.category-list li a {
        position: relative;
        display: flex;
        float: left;
        width: 100%;
        height: 40px;
        border: 1px solid rgba(0, 0, 0, .1);
        border-radius: 8px;
        margin: 0;
        font-size: 11px;
        text-transform: uppercase;
        color: #555;
        line-height: 40px;
        box-sizing: border-box;
        white-space: nowrap;
        font-weight: 600;
        background: #fff;
        align-items: center;
        gap: 0px 10px;
        padding-left: 13px;
    }

    .header-mobile .l-footer {
        border-top: 2px solid #f00;
    }

    .c-mega-menu__close {
        z-index: 9999;
        right: 22px;
        left: unset;
        top: 22px;
        background: #4cb748;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .header-mobile .menu-logo img {
        height: 49px;
        width: auto;
    }

    .header-mobile .menu-header {
        background: rgb(255 255 255 / 55%);
        padding: 15px;
        padding-bottom: 20px;
    }

    .c-mega-menu__close span:before,
    .c-mega-menu__close span:after {
        background-color: #fff;
        width: 13px;
        height: 100%;
    }

    .c-mega-menu__close span {
        left: 9px;
    }

    /* header  */






















    .blog-video.video {
        margin-top: 20px;
    }

    .c-head-big .c-template-grid .b-grid .b-grid__img {
        margin: unset;
        margin-bottom: 10px;
    }

    .c-template-grid.is-col-line-tablet.is-col-3-tablet>ul>li {
        padding-bottom: 0px;
    }

    .bg-box.bg-gray-medium.is-minus-mobile.tieudiem ul li:nth-child(3) {
        /* margin-bottom: 0px; */
    }

    .c-more-pagination .pagination {
        width: 100%;
        min-width: max-content;
        max-width: fit-content;
    }

    .c-more-pagination nav {
        overflow-x: scroll;
    }

    p.sc-longform-header-sapo.block-sc-sapo {
        font-size: 16px;
    }

    .c-head-list__bottom {
        background: none;
        padding: unset;
    }

    .b-maincontent h1,
    .b-maincontent .h1 {
        font-size: 23px;
    }

    .content-lx {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .c-box.tin-moi-2 .banner.clearfix {
        display: none;
    }

    .c-box.tin-moi-2 .loaded.tindocnhieu {
        margin-bottom: 20px;
    }


    .c-box.tin-moi-2 .b-grid {
        display: block;
    }

    .c-box.tin-moi-2 .b-grid .b-grid__img {
        width: 100%;
    }

    .c-box.tin-moi-2 .b-grid .b-grid__content {
        width: 100%;
        margin-top: 10px;
        padding-left: 0px;
    }

    .c-box.tin-moi-2 .is-large-pc ul {
        padding-left: 0px;
    }

    .c-box.tin-moi-2 .is-large-pc ul:before {
        content: "";
        display: none;
    }

    .c-box.tin-moi-2 .is-large-pc ul li:before {
        content: "";
        display: none;
    }



    .banner.clearfix {
        display: none;
    }

    .loaded.tindocnhieu {
        margin-bottom: 20px;
    }

    .slider-container .slick-next {
        right: 0;
    }

    .slider-container .slick-prev {
        left: 0;
    }

    .titile-member-news .wrap-heading .subcate {
        display: none;
    }

    .search-desktop {
        display: none;
    }

    li.is-order.ISSN {
        display: none !important;
    }

    .tindocnhieu {
        background: #016e39;
    }

    .c-box.is-border.bg-gray-light.is-orange.onecms_load_view.loaded.tindocnhieu .c-box__title__name {
        color: #fff;
    }

    .c-box.is-border.bg-gray-light.is-orange.onecms_load_view.loaded.tindocnhieu .c-box__title {
        border-bottom: 1px solid #fff;
    }

    .c-box.is-border.bg-gray-light.is-orange.onecms_load_view.loaded.tindocnhieu .c-news-topread__title a {
        color: #fff;
    }

    .c-topic-area .c-template-list .b-grid .b-grid__img {
        display: block;
        width: 100%;
    }

    .c-topic-area .c-template-list .b-grid .b-grid__title {
        font-size: 18px;
        font-weight: 500;
    }

    .c-topic-area .c-template-list>ul>li:first-child .b-grid .b-grid__title {
        font-size: 18px;
    }

    @media (max-width: 991px) {
        .c-header-social ul li.is-order {
            display: block;
            margin-right: 0;
        }
    }

    @media (max-width: 991px) {
        .c-head-list__left .c-template-grid .b-grid .b-grid__title {
            font-size: 20px;
        }

        .c-header-social ul li {
            display: none;
        }
    }

    @media (max-width: 991px) {
        .c-menu-outer {
            overflow-y: hidden;
            overflow-x: auto;
            -ms-overflow-style: none;
            scrollbar-width: none;
            display: block;
        }
    }

    .c-search-expand {
        display: block;
        border: none;
    }

    .icon24-search-black {
        background-image: url(https://tttctt.1cdn.vn/assets/images/icons/icon24-search-black.svg);
    }

    button.c-menu-expand.js-menu-expand span:before {
        transform: translateY(-6px);
        width: 100%;
    }

    button.c-menu-expand.js-menu-expand span:before,
    button.c-menu-expand.js-menu-expand span:after {
        content: "";
        background-color: #666;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    button.c-menu-expand.js-menu-expand {
        display: block;
    }

    .c-menu-expand span {
        display: block !important;
    }

    .c-menu-expand span:before {
        content: "";
        background-color: #666;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        transition: all .4s ease;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    @media (max-width: 991px) {
        .c-header-inner__right {
            position: absolute;
            z-index: 2;
            bottom: -85px;
            left: 0;
            right: 0;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            padding: 0 15px;
        }
    }

    .c-header-inner {
        height: 87px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    @media (max-width: 991px) {
        .l-nav {
            padding-bottom: 54px;
        }
    }

    .c-sologan {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0px;
    }

    .c-sologan p {
        font-size: 13px;
    }

    .c-header-social ul li.is-order a {
        font-size: 13px;
    }

    .doanhnghiep.box-item-news.c-box .c-focus-slider.c-slider-button.c-slider-dots {
        grid-template-columns: 1fr 1fr;
    }

    .box-suckhoe .c-world-box {
        display: block;
        margin: unset;
    }

    .c-template-grid.is-news-short .b-grid .b-grid__img {
        display: block;
    }

    .c-template-grid .b-grid .b-grid__title a {
        font-size: 16px;
        font-weight: 500;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .c-world-box__left {
        padding-bottom: 20px;
    }

    .item-images-brand.item-bg-pages img {
        width: 100%;
    }

    .c-box.is-minus-mobile.bg-primary.onecms_load_view {
        margin: unset;
        margin-bottom: 20px;
    }

    .bg-box.bg-gray-medium.is-minus-mobile.tieudiem ul li:nth-child(n + 4) {
        display: block;
    }

    .bg-box.is-minus-mobile {
        margin: unset;
    }

    .c-container-wrapper {
        overflow: hidden;
    }

    .c-world-box__center {
        margin-bottom: 20px;
    }

    .c-logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .c-statistic-box {
        display: block;
    }

    .c-container-wrapper li.is-home {
        display: none;
    }
}