<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.show-xs {
    display: none;
}

.hide-xs {
    display: block;
}

#inner-header {
    padding: 0 20px;
}

#icw .btn-green {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 48px;
    border-radius: 20px;
    display: block;
    text-align: center;
}

/*
#icw .btn-green span {
    vertical-align: middle;
}
*/

#icw .lower-badge {
    padding: 2px 0px;
    color: var(--red-color-6);
    background: transparent;
    text-align: left;
    font-size: 12px;
}

#icw .lower-badge p {
    margin-bottom: 0;
}

#icw .btn-plus .box-icon {
    vertical-align: middle;
    border: 2px solid var(--green-color-3);
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: -2px;

}

#icw .btn-plus .box-icon i {
    display: block;
    font-size: 10px;
    margin-top: 3px;
}

#icw .btn-green.white {
    color: var(--green-color-3);
    border: 1px solid var(--green-color-3);
    line-height: 32px;
    background: #FFF;
}

#icw .container {
    max-width: 1040px;
    padding: 26px 20px 60px;
    margin: 0 auto
}

#icw .breadcrumbs {
    color: var(--gray-color-2);
    font-size: 14px;
    font-weight: 400;
    display: flex;
    margin-top: 10px;
}

#icw .breadcrumbs a {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 21px;
}

#icw .breadcrumbs a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -4px;
    margin-top: -2px;
    width: 6px;
    height: 6px;
    border-right: 2px solid var(--gray-color-2);
    border-bottom: 2px solid var(--gray-color-2);
    transform: rotate(-45deg);
}

#icw .breadcrumbs .current-page {
    margin-bottom: 0;
    color: var(--green-color-3);
}

#icw .responsive-scroll {
    background-color: #F4F3F9;
    margin-bottom: 2rem;
    position: relative;
    width: 100%;
    height: 2px;
}

#icw .responsive-scroll .scroll {
    background-color: #00A850;
    position: absolute;
    border-radius: 4px;
    margin-top: -3px;
    display: block;
    height: 8px;
}

#icw .main-content {
    min-height: calc(100vh - 150px);
}

#icw .section-comparison {
    margin-top: 30px;
}

#icw .hint-scroll {
    font-size: 14px;
    font-weight: 400;
    color: var(--gray-color-2);
    text-align: center;
    margin-bottom: 10px;
}

#icw .hint-scroll i {
    font-size: 26px;
    color: var(--green-color-3);
    vertical-align: middle;
    margin-right: 6px;
}

#icw .hint-scroll span {
    vertical-align: middle;
}

#icw .table-bg-green {
    background: url("../img/bg-compare-desktop.jpg") no-repeat;
    background-position: top center;
    background-size: cover;
}

#icw .table-bg-white {
    background-color: #FFF;
}

#icw .comparison-table {
    margin-top: 30px;
    width: 100%;
    font-size: 16px;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 20px;
}

#icw .comparison-table .wrapper-table {
    overflow-x: auto;
    overflow-y: hidden;
}

#icw .comparison-table table {
    table-layout: fixed;
    margin: 0;
    border: 1px solid var(--light-gray-2);
    background-color: #FFF;
    color: var(--dark-color-1);
}

#icw .comparison-table table .head-img {
    padding: 10px;
    background-color: var(--light-green-1);
}

#icw .comparison-table table .head-img.empty {
    background-color: var(--light-gray-1);
    font-size: 14px;
}

#icw .comparison-table table .head-img.empty .box-add {
    border: 1px dashed rgba(0, 0, 0, .125);
    position: relative;
    cursor: pointer;
    width: 100%;
    padding: 24px;
    display: block;
}

#icw .comparison-table table .head-img.empty .icon-add {
    width: 30px;
    height: 30px;
    border: 2px solid var(--gray-color-1);
    border-radius: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 28px;
}

#icw .comparison-table table .head-img.empty .icon-add i {
    color: var(--gray-color-1);
    transform: unset;
}

#icw .comparison-table table .head-img.empty .text-add {
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
    color: var(--gray-color-1);
}

#icw .comparison-table table .head-img img {
    max-width: 190px;
    border-radius: 6px;
    width: 100%;
}

#icw .comparison-table table .head-img .text-more-detail {
    color: var(--green-color-3);
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    display: inline-block;
}

#icw .comparison-table table .head-img .text-more-detail::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -8px;
    margin-top: -4px;
    width: 6px;
    height: 6px;
    border-right: 1px solid var(--green-color-3);
    border-bottom: 1px solid var(--green-color-3);
    transform: rotate(-45deg);
}

#icw .comparison-table table .head-img .box-more-detial {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

#icw .comparison-table table .head-img .box-more-detial .box-delete {
    display: inline-block;
    border-left: 1px solid var(--light-gray-2);
    vertical-align: middle;
}

#icw .comparison-table table .head-img .box-more-detial .box-delete i {
    color: var(--red-color-8);
    margin-left: 8px;
    cursor: pointer;
    line-height: 24px;
}

#icw .comparison-table table.table-bordered th,
#icw .comparison-table table.table-bordered td {
    width: 166px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.5rem;
    text-align: center;
}

#icw .comparison-table table.table-bordered .td-location {
    vertical-align: top;
}

#icw .comparison-table table.table-bordered td .ic-npa {
    margin-right: 6px;
    vertical-align: middle;
}

#icw .comparison-table table.table-bordered td .ic-npa-icon-check {
    color: var(--green-color-3);
}

#icw .comparison-table table.table-bordered td .ic-npa-icon-pin {
    margin-top: 4px;
}

#icw .comparison-table table.table-bordered .name-prop {
    color: var(--green-color-3);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    vertical-align: top;
    text-align: center;
}

#icw .comparison-table table.table-bordered .table-head-name {
    padding: 10px 20px;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    vertical-align: top;
    background-color: var(--green-color-8);
    position: sticky;
    left: 0;
}

#icw .comparison-table table.table-bordered .special-badge {
    width: fit-content;
    padding: 2px 8px;
    background: linear-gradient(130deg, #fe1d1a, #c81814);
    border-radius: 5px;
    margin-bottom: 5px;
}

#icw .comparison-table table.table-bordered .special-badge p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}

#icw .comparison-table table.table-bordered .price {
    text-align: right;
}

#icw .comparison-table .head-add-prop {
    padding: 20px 15px;
    background-color: var(--green-color-7);
    position: sticky;
    left: 0;
    z-index: 9;
}

#icw .comparison-table .head-add-prop .ic-compare {
    color: #FFF;
    font-size: 40px;
    display: flex;
    text-align: center;
    margin-bottom: 10px;
    justify-content: center;
}

#icw .comparison-table table tbody + tbody {
    border-top-width: 1px
}

#icw .comparison-table table thead td {
    border-bottom-width: 1px;
    width: 210px;
}

#icw .comparison-table .table-bordered tr:nth-child(odd) td:not(:first-child) {
    background-color: var(--light-gray-1);
}

.table &gt; :not(:last-child) &gt; :last-child &gt; * {
    border: 1px solid var(--light-gray-6);
}

#icw .comparison-table .comparison-item {
    position: relative;
    padding: 10px;
    border: 1px solid var(--light-gray-6);
    background-color: #fff;
    border-radius: 6px;
}

#icw .comparison-table .comparison-item .comparison-item-thumb {
    display: block;
    width: 5rem;
    margin-right: auto;
    margin-bottom: .75rem;
    margin-left: auto;
}

#icw .comparison-table .comparison-item .comparison-item-thumb &gt; img {
    display: block;
    width: 100%;
}

#icw table th,
table td {
    border: 1px solid var(--light-gray-2);
}

#icw .bg-soft-green {
    background-color: #f7f7f7 !important;
}

#icw .clear-all {
    text-align: center;
    margin-top: 10px;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
}

#icw .clear-all a span {
    text-decoration: underline;
}


@media screen and (max-width: 767px) {
    .show-xs {
        display: block;
    }

    .hide-xs {
        display: none;
    }

    #icw .btn-green.white {
        font-size: 14px;
    }

    .box-add-prop {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid var(--light-gray-2);
    }

    #icw .comparison-table table.table-bordered th:not(:first-child),
    #icw .comparison-table table.table-bordered td:not(:first-child) {
        width: 160px;
    }

    #icw .comparison-table table.table-bordered .table-head-name {
        width: 140px;
        padding: 10px;
    }

    #icw .comparison-table table.table-bordered th:first-child {
        width: 140px;
    }

    #icw .comparison-table table.table-bordered td:first-child {
        width: 140px;
    }

    #icw .comparison-table .head-add-prop {
        padding: 20px 10px;
    }

    #icw .comparison-table table .head-img .box-more-detial {
        text-align: center;
    }

    #icw .comparison-table table .head-img .box-more-detial .box-delete {
        border: none;
    }
}

@media screen and (min-width: 583px) {
    #icw .responsive-scroll {
        display: none;
    }
}
</pre></body></html>