.fa, .fas, .far, .fab {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
}
.home_logo {
    max-height: 44px !important;
}
.top_l_17 {
    border-top-left-radius: 17px;
}
.top_r_17 {
    border-top-right-radius: 17px;
}
.btm_l_17 {
    border-bottom-left-radius: 17px;
}
.btm_r_17 {
    border-bottom-right-radius: 17px;
}
.br_17 {
    border-radius: 17px;
}
.bg_grey_lite {
    background-color: #ededed;
}
.vdo_fx {
    width: 100%; height: auto;
}
.bg_bl_3 {
    background-color: #52a7ff;
}
.bg_bl_2 {
    background-color: #90c7ff;
}
.logo_embed_fit {
    background-image: url('/assets/img/home/logo_b_sm.png');
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 21px;
    margin-right: 20px;
}
.contact_art {
    background-image: url('/assets/img/home/contact_art.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#footer_logo {
    background-image: url('/assets/img/home/logo_b_sm.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 70px;
    width: 100%;
}