<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.similar-property-section {
    padding-bottom: 24px;

    .similar-property-container{
        border-top: 1px solid #E7E8EC;
        padding-top: 24px;
    }

    .section-heading.title {
        margin-bottom: 24px !important;
    }

    .section-title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 20px;

        @media screen and (max-width: 768px) {
            color: var(--Title-Text, #333);
            font-size: 18px !important;
            font-style: normal;
            font-weight: 600;
            line-height: 24px;
            letter-spacing: 0.25px;
        }
    }

    .card-wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .card-project-container {
        height: 100%;
        display: flex;
        flex-direction: column;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        border-radius: 8px;
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;

        &amp;:hover {
            transform: translateY(-5px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.15);
        }

        .card-img-top {
            height: 180px;
            object-fit: cover;
            width: 100%;
        }

        .card-body {
            flex: 1;
        }

        .card-title {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 8px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .card-text {
            font-size: 14px;
            color: #666;
            margin-bottom: 10px;
        }

        .property-price {
            font-size: 18px;
            font-weight: 700;
            color: #ff5a5f;
            margin-bottom: 10px;
        }

        .property-features {
            display: flex;
            justify-content: space-between;
            font-size: 13px;
            color: #777;
        }
    }

    img.img-fluid {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

    .card-project-container .img-container {
        height: 180px;
        overflow: hidden;
        position: relative;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }

    .similar-properties-mobile {
        display: flex;
        flex-direction: row;

        @media screen and (max-width: 768px) {
            flex-direction: column !important;
            gap: 1rem;
        }
    }

    .similar-property-item {
        min-width: 220px;
        margin-right: 10px;
        flex: 0 0 auto;
    }

    .similar-property-slider {
        .swiper-container {
            padding: 10px 0 30px;
        }

        .swiper-pagination {
            bottom: 0;

            .swiper-pagination-bullet-active {
                background: #ff5a5f;
            }
        }
    }
}

section.ldp .banner {
    background: none;
    padding-bottom: 24px;
}

section.ldp .banner .inner {
    height: 400px;
    border-radius: 8px;
}

section.ldp .banner .inner img,
section.ldp .banner .inner iframe {
    border-radius: 8px;
}

section.ldp .banner .inner iframe {
    width: 100%;
    height: 100%;
}

section.ldp .banner-photo {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

section.ldp .banner-photo figure.img-main {
    width: 66.666667%;
    height: 100%;
}

section.ldp .banner-photo figure.img-main-full {
    width: 100%;
    height: 100%;
}

section.ldp .banner-photo figure.img-side {
    width: 32.333333%;
    margin-bottom: 0;
}

section.ldp .banner-photo figure.img-side figure {
    width: 100%;
    height: 50%;
    margin-bottom: 0;
}

section.ldp .banner-photo figure.img-side figure:nth-child(1) {
    padding-bottom: 5px;
}

section.ldp .banner-photo figure.img-side figure:nth-child(2) {
    padding-top: 5px;
}

@media only screen and (max-width: 600px) {
    section.ldp .banner-photo {
        display: block;
    }
    section.ldp .banner-photo figure.img-main {
        width: 100%;
        height: 60%;
        margin-bottom: 10px;
    }
    
    section.ldp .banner-photo figure.img-side {
        display: flex;
        gap: 10px;
        width: 100%;
        height: 40%;
        padding-bottom: 10px;
    }

    section.ldp .banner-photo figure.img-side figure {
        padding: 0 !important;
        width: 50%;
        height: 100%;
    }
}

section.ldp .btn-banner {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

@media only screen and (max-width: 1024px) {
    section.ldp .btn-banner .wrap {
        width: 50%;
    }
}

@media only screen and (min-width: 1025px) {
    section.ldp .btn-banner .wrap {
        width: 49.9%;
    }
    .property-detail .rooms {
        width: 100%;
        margin: 12px 0;
        display: inline-block;
    }
}
@media only screen and (max-width: 550px) {
    section.ldp .btn-banner{
        flex-wrap: nowrap;
    }
}

section.ldp .btn-banner .wrap button {
    width: 95%;
}

section.ldp .btn-banner button {
    color: #848B99;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    border: 2px solid #D8D8D8;
    border-radius: 8px;
    text-transform: none;
    padding: 14px 0;
    margin-bottom: 8px;
    background: #FFFFFF;
}

section.ldp .btn-banner button.active {
    color: var(--primary-banner-bg);
    border: 2px solid var(--brand-color-primary-acf);
}

section.ldp .btn-banner button svg {
    vertical-align: sub;
    margin-right: 4px;
}
section.ldp .des-wrap{
    padding-bottom: 60px;
}
section.ldp .des-wrap .col{
    padding: 0 15px 0px;
}
section.ldp .agent-contact {
    position: sticky;
    position: -webkit-sticky;
    top: 15vh;
    box-shadow: 0px 0px 2px rgba(40, 41, 61, 0.04), 0px 4px 8px rgba(96, 97, 112, 0.16);
    border-radius: 8px;
    padding: 16px;
}

section.ldp .agent-contact .description {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
    color: #41454C;
}

section.ldp .agent-contact .agent {
    display: flex;
    gap: 16px;
    align-items: center;
    border-top: 1px solid #F5F5F5;
}
section.ldp .agent-contact .card-dev-logo{
    margin: 0px auto;
    text-align: center;
}
section.ldp .agent-contact .card-dev-logo img{
    margin-top: 8px;
    padding: 0px 8px;
    max-height: 48px;
}   

section.ldp .agent-contact .agent .name {
    font-size: 16px;
    line-height: 22px;
    color: #51abe9;
}

section.ldp .agent-contact .agent .date {
    font-size: 12px;
    line-height: 16px;
    color: #9197a4;
}

section.ldp .agent-contact .agent span {
    display: block;
}

section.ldp .agent-contact .agent .pp img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 32px;
}

section.ldp .btn-contact .btn-question {
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: var(--primary-banner-bg);
    background: #fff;
    width: 100%;
    border: 1px solid var(--primary-banner-bg);
    border-radius: 8px;
    padding: 6px;
    text-transform: none;
    margin-bottom: 16px;
}

section.ldp .btn-contact .btn-whatsapp {
    background: #01C851;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    padding: 6px;
    text-transform: none;
    margin-bottom: 18px;
}

.property-detail .discount {
    padding: 0 0 8px 0;
}

.property-detail .discount span {
    background: linear-gradient(90deg, #F95256 0%, #FF7B7E 106.23%);
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 4px 16px;
    color: var(--white);
}

.property-detail .price {
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: var(--primary-banner-bg);
}

.property-detail .headline h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #0A1208;
}

.property-detail .headline span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--neutral-90);
}

.property-detail hr {
    border: 1px solid #D8D8D8;
    height: 0;
    width: 100%;
}

.property-detail .rooms .item {
    width: 20%;
    float: left;
    font-size: 14px;
}

.property-detail .rooms .item span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: var(--neutral-90);
}

.property-detail .rooms .item span b {
    color: var(--black);
    font-weight: 600;
    line-height: 19px;
    padding-left: 4px;
}

.property-detail .rooms .item svg {
    vertical-align: middle;
}

.property-detail .rooms .item sup {
    font-size: 9px;
}

.property-detail .color-light {
    color: #9197a4;
}

.property-detail .color-bold {
    color: #41454c;
}

.property-detail .map {
    position: relative;
    padding: 16px 0;
    height: 400px;
}

.property-detail .map img {
    filter: blur(4px);
    -webkit-filter: blur(4px);
}

.property-detail .map button {
    background: #004183;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    line-height: 32px;
    color: #fff;
    text-transform: none;
    padding: 2px 24px;
    position: absolute;
    top: 50%;  
    left: 50%; 
    transform: translate(-50%, -50%);
}

.property-detail .map iframe {
    width: 100%;
    height: 100%;
}

.property-detail .description {
    font-size: 14px;
    line-height: 24px;
    color: #0A1208;
    margin: 16px 0;
    background: white;
    z-index: 1;
    position: relative;
    height: auto;
    overflow: hidden;
    flex-direction: column !important;
}

.property-detail .description:before,
.property-detail .description:after {
    -webkit-transiton: all 300ms ease;
    -moz-transiton: all 300ms ease;
    transition: all 300ms ease;
}

.property-detail .description.masked {
    height: 200px;
}

.property-detail .description.open {
    padding-bottom: 40px;
}

.property-detail .description.masked:before {
    content: "Tampilkan lebih banyak \2228";
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    z-index: 3;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    line-height: 32px;
    color: var(--brand-color-primary-acf);
    font-weight: 600;
}

.property-detail .description.masked:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: -webkit-linear-gradient(rgba(255,255,255,0) 40%, rgba(255,255,255,1) 81%);
    background: -moz-linear-gradient(rgba(255,255,255,0) 40%, rgba(255,255,255,1) 81%);
    background: -o-linear-gradient(rgba(255,255,255,0) 40%, rgba(255,255,255,1) 81%);
    background: linear-gradient(rgba(255,255,255,0) 40%, rgba(255,255,255,1) 81%);
}

.property-detail .description.open:before {
    content: "Tampilkan lebih sedikit \2227";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    z-index: 3;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    line-height: 32px;
    color: var(--brand-color-primary-acf);
    font-weight: 600;
}

.property-detail .description.open:after {
    content: none;
}

.property-detail .info {
    padding: 16px 0 0px;
}

.property-detail .info h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: var(--primary-banner-bg);
}

.property-detail .info .detail .f-row {
    border-bottom: 1px solid #dedede;
    padding: 16px 0;
}

.property-detail .info .detail span {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #3D485D;
}

.property-detail .info .detail span:nth-child(2) {
    color: #0A1208;
}

.listing{
    position: relative;
    background: #FCF7F7;
}
.listing::before{
    content: '';
    position: absolute;
    background: #FCF7F7;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: 0;
    border-left: 9999px solid #FCF7F7;
    box-shadow: 9999px 0 0 #FCF7F7;
    z-index: -1;
}

.listing .price {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #074D92;
    margin-bottom: 0;
}

.listing .title {
    display: flex;
    align-items: center;
    padding: 40px 0 0;
    gap: 12px;
}

.listing .title h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: var(--primary-banner-bg);
    margin-bottom: 0;
}
.listing .title p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #525A80;
    margin: 0;
}

.listing .title a {
    white-space: nowrap;
    text-align: right;
    margin-left: auto;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: var(--primary-text);
}
.listing .unit {
    display: flex;
    gap: 24px;
    padding: 26px 0;
    overflow-x: hidden;
    float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1180px) {
    .card-project-container .card-extra-info .item .icon-label {
        font-size: 11px;
    }
}
@media only screen and (max-width: 1024px) {
    .row.listing{
        flex-flow: column;
    }
    .listing .unit {
        gap: 24px;
        padding: 20px 0 15px;
        overflow-x: scroll;
    }
    .listing .swiper-container{
        overflow: unset;
    }
    .listing .unit .card-project-container {
        width: 343px;
    }
    .listing .unit .card-project-container .card-extra-info {
        gap: 0;
    }
    .property-detail .rooms {
        width: 100%;
        margin: 12px 0;
        display: flex;
        flex-wrap: wrap;
    }
    .property-detail .rooms &gt; div {
        flex: 0 0 calc(50% - 12px);
        margin-right: 12px;
        margin-bottom: 12px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 767px) {
    .share-social .section-btn .heateor_sss_sharing_container{
        width: max-content !important;
    }
    section.ldp .agent-contact .description{
        display: none;
    }

    .separator {
        display: none;
    }
    .separator-mobile {
        align-self: stretch;
        height: 0px;
        border: 1px #DCDDE5 solid;
        width: 100%;
        height: 1px;
        margin-bottom: 16px;
    }
    .agent-contact-mobile {
        display: flex;
        flex-direction: column;
        gap: 16px;
        box-shadow: 0px 2px 4px rgba(96, 97, 112, 0.16);
        border-radius: 8px;
        padding: 16px;
        margin-inline: 16px;
        margin-top: 16px;
    }
    .breadcrumb-ldp {
        font-size: 14px;
        margin-bottom: 10px;
        color: #A5ADB5;
        padding-top: 16px;
        padding-inline: 16px;
        margin-bottom: -40px;
    }
    .breadcrumb-ldp a {
        text-decoration: none;
        color: #A5ADB5;
    }
    .breadcrumb-ldp span {
        color: #A5ADB5;
        margin: 0 5px;
    }
}

@media only screen and (min-width: 768px) {
    section.ldp .agent-contact .description{
        display: flex;
        align-items: center;
        gap: 16px;
        font-weight: 400;
        font-size: 13px;
        line-height: 26px;
        color: #3C4268;
    }
    .agent-contact-mobile {
        display: none;
    }
    .separator {
        align-self: stretch;
        height: 0px;
        border: 1px #DCDDE5 solid;
        width: 100%;
        height: 1px;
        margin-bottom: 16px;
    }
    .breadcrumb-ldp {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    
    

    .listing .unit .card {
        margin-bottom: 20px;
    }
    .property-detail .price {
        font-size: 24px;
        line-height: 32px;
    }
    .property-detail .headline h2 {
        font-size: 20px;
    }
    .property-detail .info .detail .f-row .f-col {
        margin-left: 1rem;
    }
    .card-project-container .card-extra-info .item .icon-label {
        font-size: 11px;
    }
}
@media only screen and (max-width: 550px) {
    section.ldp .des-wrap .col.agent-wrap{
        padding: 0px 0px;
    }
   
    section.ldp .agent-contact{
        position: relative;
        width: 100%;
        padding: 16px;
        top: unset;
        left: 0;
        bottom: 0;
        background-color: #fff;
        border-radius: 0;
        box-shadow: 0px -4px 8px rgba(96, 97, 112, 0.16);
        z-index: 2;
    }
    section.ldp .btn-contact{
        display: flex;
        justify-content: space-between;
    }
    section.ldp .btn-contact .btn-question,
    section.ldp .btn-contact .btn-whatsapp{
        margin: 0;
    }
    .page-template-page-property .section.footer-cta {
        display: none;
    }
    section.ldp .agent-contact .mb-contact-wrap {
        display: flex;
        flex-direction: row-reverse;
    }
    section.ldp .btn-contact {
        width: 100%;
        gap: 16px;
    }
    section.ldp .agent-contact .agent {
        display: none;
        width: 30%;
        border: none;
    }
    section.ldp .agent-contact .card-dev-logo img {
        margin-top: 0;
    }
}
.listing .unit-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding: 4px 0 18px;
}

.listing .description {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #575757;
}

.listing .unit .body {
    padding-bottom: 18px;
}

.listing .unit .card {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(40, 41, 61, 0.04), 0px 8px 16px rgba(96, 97, 112, 0.16);
    border-radius: 8px;
    width: 100%;
    margin: 0.5em;
}

.listing .unit .card .image {
    height: 200px;
}

.listing .unit .card img {
    border-radius: 8px 8px 0px 0px;
}

.listing .detail .item span {
    margin-left: 6px;
    font-size: 18px;
    line-height: 24px; 
    color: #575757;
}

.listing .detail {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
    
.listing .detail .item {
    width: 50%;
    padding: 0 0 10px;
}

#whatsapp-form .message p {
    padding: 0;
    font-size: smaller;;
}

#whatsapp-form label label.error {
    margin: -12px 0 12px;
}

.card-price-container {
    align-items: center;
}

.ldp .kpr .card-kpr-body .row {
    margin: 0;
}

h2.title-description {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #41454C;
}
.kpr-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 36.8px;
    color: var( --primary-banner-bg);
}
#kpr-notes {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #525A80;
}
.listing .unit .card-property-image-container {
    background: #fff;
}

.card-price-container {
    align-items: center;
    display: flex;
    font-size: 0.75em;
    font-weight: normal;
    color: #9197A4;
    margin-top: 10px;
}

.card-price-cross {
    text-decoration: line-through;
    font-weight: 500;
    font-size: 14px;
    color: #848B99;
}

.property-detail .info .detail .f-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #dedede;
    padding: 16px 0;
}

.f-col {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}

#ldp-banner-video .text-no-available {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
}

.property-detail .badge-lelang span {
    background: linear-gradient(54.12deg, #E26813 -7.11%, #F59823 79.84%);
    box-shadow: 0px 0px 1px rgb(40 41 61 / 4%), 0px 2px 4px rgb(96 97 112 / 16%);
    border-radius: 8px;
    color: #fff;
    padding: 4px 8px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}
@media screen and (max-width: 425px) {
    .kpr-title{
        font-size: 24px;
        line-height: 26px;
    }
}
@media screen and (max-width: 425px) {
    .property-detail .rooms {
        margin-top: -1vh;
        margin-bottom: -3vh;
    }
    .property-detail .rooms .item {
        width: 50% !important;
        margin-bottom: 15px;
    }
}


.card-project-container .card-price-tag{
    color: var(--brand-color-primary-acf);
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    word-wrap: break-word
}
.card-project-container .card-title-span{
    line-height: 24px;
}

.agent-contact {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.description {
    display: flex;
    flex-direction: row;
    gap: 2px;
}

.agent-picture {
    width: 80px;
    height: 80px;
    border-radius: 9999px;
    border: 1px #CFD0DA solid;
}

.agent-details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
    padding-left: 8px;
}

.agent-id {
    align-self: stretch;
    color: #989BB3;
    font-size: 14px;
  font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
}

.agent-name {
    align-self: stretch;
    height: 24px;
    color: #0B0E21;
    font-size: 18px;
  font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.25px;
    word-wrap: break-word;
}

.contact-options {
    display: flex;
    gap: 16px;
}

.contact-option {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    display: inline-flex;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.phone {
    border: 1px var(--brand-color-secondary-acf) solid;
}

.whatsapp {
    background: var(--brand-color-primary-acf);
    color: white;
}

.description-mobile {
    display: flex;
    align-items: center;
}

.agent-picture-mobile {
    width: 80px;
    height: 80px;
    border-radius: 9999px;
    border: 1px #CFD0DA solid;
}

.agent-details-mobile {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
    padding-left: 8px;
}

.agent-id-mobile {
    align-self: stretch;
    color: #989BB3;
    font-size: 14px;
  font-family: "IBM Plex Sans", sans-serif;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
}

.agent-name-mobile {
    align-self: stretch;
    height: 24px;
    color: #0B0E21;
    font-size: 18px;
  font-family: "IBM Plex Sans", sans-serif;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.25px;
    word-wrap: break-word;
}

.contact-options-mobile {
    display: flex;
    gap: 16px;
}

.contact-option-mobile {
    width: 100%;
    height: 100%;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    display: inline-flex;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.phone-mobile {
    border: 1px var(--brand-color-secondary-acf) solid;
}

.whatsapp-mobile {
    background: var(--brand-color-primary-acf);
    color: white;
}

.ldp .agent-contact {
    transition: opacity 0.3s ease-in-out;
    opacity: 1;
}

.ldp .agent-contact.hidden {
    opacity: 0;
    display: none;
    pointer-events: none;
}

.chips-property-ldp {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    background: var(--brand-color-secondary-acf);
    box-shadow: 0px 2px 4px rgba(96, 97, 112, 0.16);
    border-radius: 4px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    display: inline-flex
}

.label-property-ldp {
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    word-wrap: break-word
}
.contact-option.phone {
    color: var(--brand-color-secondary-acf);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.25px;
    word-wrap: break-word;
	cursor: pointer;
}
.contact-option.whatsapp {
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.25px;
    word-wrap: break-word;
	cursor: pointer;
}
#stickySection {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 10;
}
.share-social .section-btn .heateor_sss_sharing_container{
    position: absolute;
    width: auto;
    margin-top: 3rem;
    margin-left: -10rem;
    text-align: left;
    background: #FFFFFF;
    box-shadow: 0px 0px 2px rgb(40 41 61 / 4%), 0px 4px 8px rgb(96 97 112 / 16%);
    border-radius: 16px;
    padding: 16px;
    opacity: 0;
    z-index: 1;
}
.share-social .section-btn .heateor_sss_sharing_container.show {
    opacity: 1;
}
.share-social .section-btn .heateor_sss_sharing_container .heateor_sss_sharing_title {
    color: var(--Title-Text, #333);
    font-size: 14px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 24px;
    letter-spacing: 0.25px;
    text-align: left;
    padding-bottom: 1rem;
}
.share-social .section-btn .heateor_sss_sharing_container .heateorSssSharingRound i {
    width: 32px !important;
    height: 32px !important;
    margin-right: 0.8em !important;
}
.share-social .section-btn .heateor_sss_sharing_container .heateorSssSharingRound:last-of-type i {
    margin-right: 0px;
}
.section-share_btn {
    border-radius: 100px;
    border: none;
    background: #FFF;
    box-shadow: 0px 0px 2px 0px rgba(40, 41, 61, 0.04), 0px 4px 8px 0px rgba(96, 97, 112, 0.16);
    cursor: pointer;
}</pre></body></html>