/*!
 * Font Awesome 6.4.0 (Optimized for HOTSPOT JA)
 */
@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../webfonts/fa-brands-400.woff2) format("woff2");
}
@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(../webfonts/fa-solid-900.woff2) format("woff2");
}

.fa, .fa-brands, .fa-solid, .fab, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}
.fa-solid, .fas {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400;
}

/* Background Floating Icon Rules */
.fa-ticket:before { content: "\f145"; }
.fa-music:before { content: "\f001"; }
.fa-location-dot:before { content: "\f3c5"; }
.fa-calendar-check:before { content: "\f274"; }

/* Page Icon Rules */
.fa-chevron-down:before { content: "\f078"; }
.fa-blog:before { content: "\f781"; }
.fa-circle-info:before { content: "\f05a"; }
.fa-apple:before { content: "\f179"; }
.fa-google-play:before { content: "\f3ab"; }
.fa-shield-halved:before { content: "\f3ed"; }
.fa-headset:before { content: "\f590"; }
.fa-user-xmark:before { content: "\f235"; }
.fa-handshake:before { content: "\f2b5"; }
.fa-instagram:before { content: "\f16d"; }
.fa-facebook:before { content: "\f09a"; }
.fa-whatsapp:before { content: "\f232"; }
.fa-tiktok:before { content: "\e07b"; }