.section.section-bang-gia {
    padding: 40px 0 !important;
}

.section.bang-gia-1779870518002 {
    padding-bottom: 80px !important;

}

.row-1779870518002 {}


/* -----------------------------section-01 */
.bang-gia-1779870518002 {
    position: relative;

    background-image:
        linear-gradient(90deg,
            rgba(4, 22, 50, 0.98) 0%,
            rgba(4, 22, 50, 0.92) 30%,
            rgba(4, 22, 50, 0.58) 52%,
            rgba(4, 22, 50, 0.12) 74%),
        url(https://img.lightshot.app/fC6-V4ZtTmud3_wwnI_PWg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.row-1779870518002 .hero-floor {
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.row-1779870518002 .hero-content-wrapper {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
}

.row-1779870518002 .hero-main-block {
    max-width: 620px;
}

.row-1779870518002 .hero-main-block {
    color: var(--white);
}

.row-1779870518002 .hero-badge {
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background-color: rgba(255, 255, 255, 0.05);
    padding: 6px 12px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--white);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(4px);
}

.row-1779870518002 .hero-badge svg {
    height: 14px;
    width: 14px;
}

.row-1779870518002 .hero-main-block h1 {
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.12;
    letter-spacing: 0.05em;
    color: var(--white);
}

.row-1779870518002 .hero-main-block h1 span:nth-of-type(1) {
    display: block;
    margin-top: 8px;
    color: #ff2038;
}

/* .row-1779870518002 .hero-main-block h1 span:nth-of-type(2) {
    display: block;
    margin-top: 4px;
    color: #ff2038;
} */

.row-1779870518002 .hero-main-block ul {
    list-style: none;
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.row-1779870518002 .hero-main-block ul li {
    display: flex;
    gap: 10px;
    font-size: 18px;
}

.row-1779870518002 .hero-action-buttons {
    margin-top: 32px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.row-1779870518002 .hero-action-buttons a:nth-of-type(1) {
    text-decoration: none;
    display: inline-flex;
    height: 64px;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 8px;
    background-color: #ef1e35;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 13px;
    font-weight: 800;
    color: var(--white);
    box-shadow: 0 20px 25px -5px rgba(66, 6, 11, 0.25);
    transition: background-color 0.2s;
}

.row-1779870518002 .hero-action-buttons a:nth-of-type(1):hover {
    background-color: #d9152b;
}

.row-1779870518002 .hero-action-buttons a:nth-of-type(1) span:nth-of-type(1) {
    display: flex;
    height: 36px;
    width: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 0.15);
}

.row-1779870518002 .hero-action-buttons a:nth-of-type(1) span:nth-of-type(1) svg {
    height: 19px;
    width: 19px;
}

.row-1779870518002 .hero-action-buttons a:nth-of-type(1) span:nth-of-type(2) {
    line-height: 1.25;
}

.row-1779870518002 .hero-action-buttons a:nth-of-type(1) span:nth-of-type(2) span {
    display: block;
    font-size: 16px;
    font-weight: 800;
}


/* --- RESPONSIVE / TABLET & DESKTOP (BREAKPOINTS) --- */
@media (min-width: 640px) {
    .row-1779870518002 .hero-main-block h1 {
        font-size: 48px;
    }

    .row-1779870518002 .hero-action-buttons {
        grid-template-columns: auto auto;
        justify-content: start;
    }

    .row-1779870518002 .hero-action-buttons a:nth-of-type(1),
    .row-1779870518002 .hero-action-buttons a:nth-of-type(2) {
        width: auto;
    }
}

@media (min-width: 1024px) {
    .row-1779870518002 .hero-content-wrapper {
        grid-template-columns: 1fr;
    }

    .row-1779870518002 .hero-main-block h1 {
        font-size: 56px;
    }
}

/* --- DARK MODE --- */
/* @media (prefers-color-scheme: dark) {
        .hero-bg {
          background: var(--primary-deep);
        }
        .row-1779870518002 .hero-action-buttons   a:nth-of-type(2) {
          background-color: var(--bg-dark);
          color: var(--white);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5);
        }
        .row-1779870518002 .hero-action-buttons   a:nth-of-type(2):hover {
          background-color: var(--primary-dark);
        }
        .row-1779870518002 .hero-main-block   p {
          color: var(--text-light);
        }
        .row-1779870518002 .hero-feature-item   div:nth-of-type(2)   p {
          color: var(--text-light);
        }
      } */

/* -----------------------------------section-02 */
.bang-gia-1779873013258 {
    position: relative;
    z-index: 20;
    margin-top: -76px;
}

@media (max-width: 849px) {
    .bang-gia-1779873013258 {
        margin-top: -64px;
    }
}

/* -------------------------------section-03 */

.row-1779873326522 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}

.row-1779873326522>.col,
.row-1779873326522 .col-inner,
.row-1779873326522 .table-wrapper {
    min-width: 0;
}

.row-1779873326522 .table-wrapper {
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background-color: var(--white);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.row-1779873326522 .table-header-title {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    position: relative;
    z-index: 1;
    border-radius: 0 16px 0 0;
    background-color: #061b4e;
    padding: 16px 26px 16px 24px;
    color: var(--white);
}

.row-1779873326522 .table-header-title::after {
    content: "";
    position: absolute;
    top: 0;
    right: -26px;
    z-index: -1;
    width: 52px;
    height: 100%;
    border-radius: 0 16px 0 0;
    background-color: #061b4e;
    transform: skewX(22deg);
    transform-origin: left bottom;
}

.row-1779873326522 .table-header-title span {
    display: flex;
    height: 36px;
    width: 41px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: #ef1e35;
    color: var(--white);
}

.row-1779873326522 .table-header-title span svg {
    width: 20px;
    height: 20px;
}

.row-1779873326522 .table-header-title h2 {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.25;
    letter-spacing: 0.02em;
    color: var(--white);
}

.row-1779873326522 .table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.row-1779873326522 .table-responsive table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.row-1779873326522 .table-responsive table thead tr {
    background-color: #0a3d91;
    color: var(--white);
}

.row-1779873326522 .table-responsive table th {
    border: 1px solid #315fa5;
    padding: 12px 20px;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.row-1779873326522 .table-responsive table tbody {
    font-size: 14px;
    font-weight: 600;
    color: #334155;

}

.row-1779873326522 .table-responsive table tbody tr {
    transition: background-color 0.2s ease;
}

.row-1779873326522 .table-responsive table tbody tr:hover {
    background-color: #f8fafc;

}

.row-1779873326522 .table-responsive table td {
    border: 1px solid #e2e8f0;

    padding: 12px 20px;
}

.row-1779873326522 .table-responsive table td:nth-child(2),
.row-1779873326522 .table-responsive table td:nth-child(3) {
    text-align: center;
}


/* right */

.row-1779873326522 .note-sidebar {
    border-radius: 12px;
    border: 1px solid #f3c35b;
    background-color: #fff8e6;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    height: 100%;
}

.row-1779873326522 .note-sidebar h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.25;
    color: #ef1e35;
}

.row-1779873326522 .note-sidebar ul {
    margin-top: 24px;
    list-style: none;
    display: grid;
    gap: 16px;
}

.row-1779873326522 .note-sidebar ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.row-1779873326522 .note-sidebar ul li span {
    margin-top: 4px;
    display: flex;
    height: 28px;
    width: 28px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: #f5a400;
    color: var(--white);
}

.row-1779873326522 .note-sidebar ul li span svg {
    width: 16px;
    height: 16px;
}

.row-1779873326522 .note-sidebar ul li p {
    min-width: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #334155;
    overflow-wrap: anywhere;
}

@media (max-width: 639px) {
    .row-1779873326522 .table-header-title {
        padding: 14px 18px 14px 18px;
    }

    .row-1779873326522 .table-header-title h2 {
        font-size: 15px;
    }

    .row-1779873326522 .table-responsive table {
        min-width: 640px;
    }

    .row-1779873326522 .table-responsive table th,
    .row-1779873326522 .table-responsive table td {
        padding: 10px 12px;
        font-size: 12px;
    }

    .row-1779873326522 .note-sidebar {
        padding: 20px 16px;
    }
}

@media (min-width: 1024px) {
    .row-1779873326522 {
        grid-template-columns: 1fr 330px;
    }
}

/* -----------------------------------section-04 */
.bang-gia-1779886178173 .row-1779873326522 .table-header-title {
    background-color: #035342;
}

.bang-gia-1779886178173 .row-1779873326522 .table-header-title::after {
    background-color: #035342;
}

.bang-gia-1779886178173 .row-1779873326522 .table-responsive table thead tr {
    background-color: #046d56;
}


/* right */

.bang-gia-1779886178173 .note-sidebar-2 {
    overflow: hidden;
    border-radius: 12px;
    background-image: url("https://img.lightshot.app/Mir_uKs8T6SNzDl7zSdT4w.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 28px 32px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.16);
    height: 100%;
}

.bang-gia-1779886178173 .note-sidebar-2>p {
    max-width: 190px;
    color: var(--white);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.15;
    text-transform: uppercase;
}

.bang-gia-1779886178173 .note-sidebar-2>p span {
    display: inline-block;
    margin-top: 3px;
    color: #ffd21f;
}

.bang-gia-1779886178173 .note-sidebar-2>ul {
    margin-top: 22px;
    list-style: none;
    display: grid;
    gap: 12px;
}

.bang-gia-1779886178173 .note-sidebar-2>ul>li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: var(--white);
}

.bang-gia-1779886178173 .note-sidebar-2>ul>li>span {
    display: flex;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-top: 1px;
    border-radius: 999px;
    background-color: #3bbf4f;
    color: var(--white);
}

.bang-gia-1779886178173 .note-sidebar-2>ul>li>span svg {
    width: 11px;
    height: 11px;
    stroke-width: 3;
}

.bang-gia-1779886178173 .note-sidebar-2>ul>li>p {
    color: var(--white);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

/* ---------------------------------section-05 */
.row-1779889551881 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}


.row-1779889551881 .table-block {
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background-color: var(--white);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.row-1779889551881 .table-title-bar {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    z-index: 1;
    border-radius: 0 16px 0 0;
    padding: 16px 24px;
    color: var(--white);
}

.row-1779889551881 .block-blue .table-title-bar::after {
    content: "";
    position: absolute;
    top: 0;
    right: -26px;
    z-index: -1;
    width: 52px;
    height: 100%;
    border-radius: 0 16px 0 0;
    background-color: #0a3d91;
    transform: skewX(22deg);
    transform-origin: left bottom;
}

.row-1779889551881 .block-purple .table-title-bar::after {
    content: "";
    position: absolute;
    top: 0;
    right: -26px;
    z-index: -1;
    width: 52px;
    height: 100%;
    border-radius: 0 16px 0 0;
    background-color: #6b238e;
    transform: skewX(22deg);
    transform-origin: left bottom;
}

.row-1779889551881 .table-title-bar>span {
    display: flex;
    height: 36px;
    width: 41px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 0.12);
    color: var(--white);
}

.row-1779889551881 .table-title-bar>span>svg {
    width: 20px;
    height: 20px;
}

.row-1779889551881 .table-title-bar>h2 {
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.25;
    letter-spacing: 0.05em;
    color: var(--white);
}

.row-1779889551881 .table-scrollable {
    overflow-x: auto;
}

.row-1779889551881 .table-scrollable>table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.row-1779889551881 .table-scrollable>table th {
    padding: 12px 20px;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.row-1779889551881 .table-scrollable>table tbody {
    font-size: 14px;
    font-weight: 600;
    color: #334155;

}

.row-1779889551881 .table-scrollable>table tbody tr {
    transition: background-color 0.2s ease;
}

.row-1779889551881 .table-scrollable>table tbody tr:hover {
    background-color: #f8fafc;

}

.row-1779889551881 .table-scrollable>table td {
    border: 1px solid #e2e8f0;
    padding: 12px 20px;
}

.row-1779889551881 .table-scrollable>table td:nth-child(2),
.row-1779889551881 .table-scrollable>table td:nth-child(3) {
    text-align: center;
}

.row-1779889551881 .block-blue .table-title-bar {
    background-color: #0a3d91;
}

.row-1779889551881 .block-blue .table-scrollable>table thead tr {
    background-color: #0a3d91;
    color: var(--white);
}

.row-1779889551881 .block-blue .table-scrollable>table th {
    border: 1px solid #315fa5;
}

.row-1779889551881 .block-blue .table-scrollable>table tbody tr:last-of-type td:last-of-type {
    font-weight: 800;
    color: #061b4e;
}


.row-1779889551881 .block-purple .table-title-bar {
    background-color: #6b238e;
}

.row-1779889551881 .block-purple .table-scrollable>table thead tr {
    background-color: #6b238e;
    color: var(--white);
}

.row-1779889551881 .block-purple .table-scrollable>table th {
    border: 1px solid #8d57aa;
}

.row-1779889551881 .block-purple .table-scrollable>table tbody tr:last-of-type td:last-of-type {
    font-weight: 800;
    color: #061b4e;
}

@media (min-width: 1024px) {
    .row-1779889551881 {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* -------------------------------section-06 */

.row-1779892679080 .section-title-label {
    position: relative;
    z-index: -10;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border-radius: 16px 16px 0 0;
    background-color: var(--secondary);
    padding: 16px 24px;
    color: var(--white);
    box-shadow: 0 8px 22px rgba(223, 24, 40, 0.18);
}

.row-1779892679080 .section-title-label::after {
    content: "";
    position: absolute;
    top: 0;
    right: -26px;
    z-index: -1;
    width: 52px;
    height: 100%;
    border-radius: 0 16px 0 0;
    background-color: var(--secondary);
    transform: skewX(22deg);
    transform-origin: left bottom;
}

.row-1779892679080 .section-title-label>span {
    display: flex;
    height: 36px;
    width: 41px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 0.15);
}

.row-1779892679080 .section-title-label>span>svg {
    width: 20px;
    height: 20px;
}

.row-1779892679080 .section-title-label>h2 {
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.25;
    letter-spacing: 0.05em;
    color: var(--white);
}

/*  */
.row-1779891470568 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 1024px) {
    .row-1779891470568 {
        grid-template-columns: repeat(3, 1fr);
    }
}

.row-1779891470568 .package-card-item {
    overflow: hidden;
    height: 100%;
    display: grid;
    border-radius: 12px;
    border: 1px solid var(--text-muted);
    background-color: var(--white);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.row-1779891470568 .col:first-child .package-card-item {
    border-top-left-radius: 0;
}

.row-1779891470568 .package-card-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.12);
}


.row-1779891470568 .card-header-block {
    padding: 20px 20px 0 20px;
}

.row-1779891470568 .card-header-flex {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.row-1779891470568 .card-header-icon {
    display: flex;
    height: 48px;
    width: 48px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    color: rgba(6, 27, 78, 0.25);
}

.row-1779891470568 .card-header-icon>svg {
    width: 40px;
    height: 40px;
}

.row-1779891470568 .card-header-details>h3 {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.25;
    color: var(--primary);
}

.row-1779891470568 .card-header-details>p {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    color: var(--secondary);
}


.row-1779891470568 .card-header-details>p>span {
    font-size: 15px;
    font-weight: 700;
}


.row-1779891470568 .card-content-block {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 16px 20px 20px 20px;
}

@media (min-width: 640px) {
    .row-1779891470568 .card-content-block {
        grid-template-columns: 145px 1fr;
        align-items: flex-end;
    }

    .row-1779891470568 .card-header-details>p {
        font-size: 20px;
    }
}

.row-1779891470568 .card-image-wrapper {
    overflow: hidden;
    border-radius: 8px;
}

.row-1779891470568 .card-image-wrapper>img {
    height: 120px;
    width: 100%;
    object-fit: cover;
}


.row-1779891470568 .card-feature-list {
    list-style: none;
    padding-bottom: 4px;
    display: grid;
    gap: 12px;
}

.row-1779891470568 .card-feature-list>li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color: var(--text-slate);
}

.row-1779891470568 .card-feature-list>li>svg {
    margin-top: 2px;
    height: 16px;
    width: 16px;
    flex-shrink: 0;
    color: var(--secondary);
}


/* --------------------------section-07 */
.row-1779894164969 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
}

.row-1779894164969 .service-card {
    height: 100%;
    border-radius: 12px;
    border: 1px solid var(--border-slate);
    background-color: #dae9ff;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.row-1779894164969 .card-title-center {
    text-align: center;
}

.row-1779894164969 .card-title-center>h2 {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.25;
    letter-spacing: 0.05em;
    color: var(--primary-dark);
}

.row-1779894164969 .process-steps-grid {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.row-1779894164969 .step-item {
    position: relative;
    text-align: center;
}

.row-1779894164969 .step-icon-circle {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    height: 64px;
    width: 64px;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 1px solid var(--border-slate);
    background-color: var(--white);
    color: var(--accent-blue);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}

.row-1779894164969 .step-icon-circle>svg {
    width: 36px;
    height: 36px;
}

.row-1779894164969 .step-number {
    margin-top: 8px;
    font-size: 11px;
    font-weight: 800;
    color: var(--primary-dark);
}


.row-1779894164969 .step-title {
    margin-top: 4px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.375;
    color: var(--primary-dark);
}

.row-1779894164969 .step-arrow {
    display: none;
}

.row-1779894164969 .step-arrow>svg {
    width: 20px;
    height: 20px;
}

.row-1779894164969 .policy-content-grid {
    margin-top: 32px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.row-1779894164969 .policy-list {
    list-style: none;
    display: grid;
    gap: 12px;
}

.row-1779894164969 .policy-list>li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.row-1779894164969 .policy-list-left {
    border-color: var(--border-slate);
}

@media (min-width: 640px) {


    .row-1779894164969 .policy-list-right {
        padding-left: 12px;
    }

    .row-1779894164969 {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (min-width: 1024px) {
    .row-1779894164969 .step-arrow {
        position: absolute;
        top: 22px;
        right: -22px;
        display: inline-block;
        color: var(--text-slate-light);
    }

    .row-1779894164969 .policy-list-left {
        border-right-width: 1px;
        border-right-style: solid;
        padding-right: 28px;
    }

    .row-1779894164969 .process-steps-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .row-1779894164969 .policy-content-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


.row-1779894164969 .policy-icon-wrapper {
    margin-top: 2px;
    display: flex;
    height: 36px;
    width: 36px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    color: var(--primary-dark);
}

.row-1779894164969 .policy-icon-wrapper>svg {
    width: 24px;
    height: 24px;
}


.row-1779894164969 .policy-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: var(--text-slate-dark);
}

.row-1779894164969 .policy-text-sub {
    font-weight: 600;
    color: var(--text-slate-light);
}