/* Start custom CSS for html, class: .elementor-element-900f6ce */.final-cta h2{
    background: linear-gradient(
        90deg,
        var(--orange),
        #FFD27A,
        var(--orange)
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: var(--orange);
}
/* FIX UKURAN LOGO HEADER */
header.site .brand-logo-img{
    height:35px !important;
    width:auto !important;
    max-width:180px !important;
    object-fit:contain;
}

/* Ukuran khusus HP */
@media(max-width:480px){
    header.site .brand-logo-img{
        height:30px !important;
        width:auto !important;
    }
}/* End custom CSS */