/* ==========================================================================
   IMOX 2026 Custom CSS
   ========================================================================== */

/* General List and Layout Customizations */
ul.li {
    margin-left: 1.5em;
    list-style: none;
}
ul.li li {
    padding-bottom: 10px;
}
ul.li li:before {    
    content: '\f061'; /* fa-star */
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #35a498;
}
#rev_slider_one_wrapper, #rev_slider_one, .tp-fullwidth-forcer {
    height: 550px !important;
    min-height: 550px !important;
    max-height: 550px !important;
}
@media only screen and (max-width: 550px) {
    #rev_slider_one_wrapper, #rev_slider_one, .tp-fullwidth-forcer {
        height: 700px !important;
        min-height: 700px !important;
        max-height: 700px !important;
    }
}
.home-google-map .google-map {
    height: 350px !important;
}

.custom-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1250px;
}

.bgGradient {
    background: rgb(15,186,175);
    background: linear-gradient(40deg, rgba(15,186,175,1) 0%, rgba(15,173,186,0.6838936258096988) 29%, rgba(15,186,175,1) 100%); 
    position: relative;
}
.bgGradient::after {
    content: '';
    background: url(https://fireworksbi.com/img/file/E1UVT0=qTTFPRGTVRVMU1d4TlRjN.png);
    position: absolute;
    bottom: -43px;
    height: 43px;
    width: 100%;
}
.sec-title.white h2 {
    color: #fff;
}
.sec-title.white::before {
    background-image: url(https://fireworksbi.com/img/file/056ST0=qTTFPRETVRVMU1V5TmpNd.png);
}

/* 5 Columns Layout grid */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.owl-dot-style-one .owl-dots .owl-dot.active span, 
.owl-dot-style-one .owl-dots .owl-dot:hover span {
    background: #ffffff !important;
    border-color: #ffffff !important;
}
.owl-dot-style-one .owl-dots .owl-dot span {
    border: 1px solid #fff !important;
}
.owl-dot-style-one .owl-dots {
    margin-top: 20px;
}

.errorfill {
    border-color: #ea6666;
}

/* Header Info Padding and Vertical Alignment overrides */
.main-header .header-info {
    padding: 12px 0 !important;
}
.main-header .header-info .clearfix {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}
.main-header .header-info .clearfix::before,
.main-header .header-info .clearfix::after {
    display: none !important;
}
.main-header .header-info .float-left,
.main-header .header-info .float-right {
    float: none !important;
}
.main-header .header-info .header-contact-info {
    padding-top: 0 !important;
}

/* Custom Off-Canvas Mobile Menu Styles */
#mobile-offcanvas-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.45) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    z-index: 9999 !important;
    display: none !important;
    transition: all 0.3s ease !important;
}
#mobile-offcanvas-overlay.active {
    display: block !important;
}
#mobile-offcanvas-menu {
    position: fixed !important;
    top: 0 !important;
    right: -300px !important;
    width: 300px !important;
    height: 100vh !important;
    background: #0f172a !important;
    z-index: 10000 !important;
    box-shadow: -4px 0 25px rgba(0, 0, 0, 0.35) !important;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 24px 24px 80px 24px !important;
    box-sizing: border-box !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
}
#mobile-offcanvas-menu.active {
    right: 0 !important;
}
#mobile-offcanvas-menu a:hover {
    background: rgba(255, 255, 255, 0.06) !important;
    color: #00bda9 !important;
    padding-left: 22px !important;
}

.custom-mobile-burger-btn {
    display: none !important;
}
.mobile-contact-bar {
    display: none !important;
}

/* Mobile Responsive Enterprise Standard styling */
@media (max-width: 767px) {
    /* Hide the default contact info inside the main header */
    .main-header .header-info .header-contact-info,
    .main-header .header-info .float-right {
        display: none !important;
    }
    
    /* Premium Mobile Contact Strip in Header */
    .mobile-contact-bar {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 8px 16px !important;
        background: #f8fafc !important;
        padding: 8px 12px !important;
        border-top: 1px solid #e2e8f0 !important;
        border-bottom: 1px solid #e2e8f0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
        margin-top: 6px !important;
    }
    .mobile-contact-item {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
        min-width: 0 !important;
    }
    .mobile-contact-item a {
        color: #475569 !important;
        text-decoration: none !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 5px !important;
        transition: color 0.3s ease !important;
    }
    .mobile-contact-item a:hover {
        color: #00bda9 !important;
    }
    .mobile-contact-item span {
        color: #00bda9 !important;
        font-size: 13px !important;
        flex-shrink: 0 !important;
    }
    .mobile-contact-text {
        font-size: 12px !important;
        font-weight: 600 !important;
    }
    
    /* Hide original Quincy menu collapse and toggle */
    .main-header .header-upper .navbar-collapse,
    .main-header .header-upper .navbar-toggle {
        display: none !important;
    }
    
    /* Hide the entire header upper container to shrink vertical height drastically */
    .main-header .header-upper {
        display: none !important;
    }
    
    /* Minimize vertical height of white bar and reset paddings */
    .main-header .header-info {
        padding: 4px 0 !important;
        height: auto !important;
        background: #ffffff !important;
    }

    /* Display custom burger button floated right in the white logo bar */
    .custom-mobile-burger-btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        align-self: center !important;
        background: #00bda9 !important;
        color: #ffffff !important;
        border: none !important;
        border-radius: 8px !important;
        width: 40px !important;
        height: 40px !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        box-shadow: 0 4px 12px rgba(0, 189, 169, 0.2) !important;
        margin: 0 !important;
        position: relative !important;
        z-index: 999999 !important;
    }
    .custom-mobile-burger-btn:hover {
        background: #008077 !important;
        transform: scale(1.05) !important;
    }
    
    /* Reposition Logo to the Left, vertically centered with the burger on the right */
    .main-header .header-info .clearfix {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
        padding: 0 15px !important;
        box-sizing: border-box !important;
    }
    .main-header .header-info .float-left {
        width: auto !important;
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
        float: left !important;
    }
    .main-header .header-info .main-logo {
        width: auto !important;
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
        padding: 0 !important;
        margin: 0 !important;
        height: auto !important;
    }
    .main-header .header-info .navbar-brand {
        padding-right: 0 !important;
        margin-right: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
        height: auto !important;
    }
    .main-header .header-info .navbar-brand img {
        margin: 0 !important;
        width: 175px !important;
        display: block !important;
    }
    
    /* Premium Header Top row of buttons */
    .main-header .header-top {
        padding: 6px 0 !important;
    }
    .main-header .header-top .container {
        text-align: center !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 4px !important;
    }
    .main-header .header-top .container > div,
    .main-header .header-top .container > a {
        margin: 0 !important;
    }
    .main-header .header-top .container a {
        font-size: 9px !important;
        padding: 4px 8px !important;
        border-radius: 12px !important;
    }
    .main-header .header-top .container span {
        height: 10px !important;
        width: 10px !important;
    }
}

.main-header .sticky-header .main-menu .navigation > li > a {
    padding: 27px 16px !important;
}
.main-menu .navigation > li > a {
    font-size: 15px;
}

/* Latest News Slider */
#news-slider {
    margin-top: 80px;
}
.post-slide {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 15px;
    padding-top: 1px;
    box-shadow: 0px 14px 22px -9px #bbcbd8;
}
.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}
.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}
.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1);
}
.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient( -45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100% );
    transition: all 0.5s linear;
}
.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}
.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}
.post-slide .post-content {
    background: #fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.post-slide .post-title a {
    font-size: 15px;
    font-weight: bold;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover {
    text-decoration: none;
    color: #3498db;
}
.post-slide .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
}
.post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i {
    font-size: 20px;
    margin-right: 8px;
    color: #cfdace;
}
.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196f3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover {
    background: #3498db;
    text-decoration: none;
    color: #fff;
}
.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: -13%;
    left: 15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: -13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after, 
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}
@media only screen and (max-width: 1280px) {
    .post-slide .post-content {
        padding: 0px 15px 25px 15px;
    }
}

/* Fraud Notice */
.notice-container {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.notice-header {
    font-size: 24px;
    font-weight: bold;
    color: #d9534f;
    text-align: center;
    margin-bottom: 20px;
}
.notice-content {
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 20px;
}
.notice-content strong {
    color: #d9534f;
}
.contact-info {
    font-size: 16px;
    text-align: center;
}

/* Global Modern UI Styles */
.info-section {
    padding: 0 0 100px 0;
    overflow: hidden;
}
.modern-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.creative-header {
    margin-bottom: 60px;
    text-align: left;
}
.info-title-main {
    font-size: 48px;
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1.1;
    letter-spacing: -2px;
}
.event-fluid-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 60px;
}
.event-card-creative {
    position: relative;
    background: #fff;
    padding: 25px 20px;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: 0 15px 30px rgba(0,0,0,0.02);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    overflow: hidden;
}
.event-card-creative:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 30px 60px rgba(53, 164, 152, 0.15);
    border-color: rgba(53, 164, 152, 0.2);
}
.card-icon-new {
    width: 48px;
    height: 48px;
    background: #f4f9f9;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.card-icon-new svg {
    width: 22px;
    height: 22px;
    fill: #35a498;
}
.card-meta-label {
    font-size: 10px;
    font-weight: 800;
    color: #99a;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    margin-bottom: 8px;
}
.card-meta-value {
    font-size: 16px;
    font-weight: 800;
    color: #2c3e50;
}
.glass-panel {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border-radius: 32px;
    padding: 40px;
    border: 1px solid rgba(255,255,255,0.4);
    box-shadow: 0 30px 60px rgba(0,0,0,0.03);
    margin-bottom: 30px;
}
.panel-heading {
    font-size: 20px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.panel-heading::before {
    content: '';
    width: 6px;
    height: 20px;
    background: #35a498;
    border-radius: 3px;
}
.panel-body {
    color: #616172;
    font-size: 15px;
    line-height: 1.8;
}
.check-list-modern {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.check-list-modern li {
    background: #f8fbfb;
    border-radius: 12px;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
}
.check-icon {
    width: 20px;
    height: 20px;
    background: #35a498;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
}
@media (max-width: 768px) {
    .event-fluid-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .glass-panel {
        padding: 25px;
    }
}

/* Modern Footer Styles */
.modern-footer {
    background-color: #0c1a25;
    color: #b0b8c1;
    padding-top: 80px;
    font-family: 'Inter', sans-serif;
}
.footer-top {
    padding-bottom: 60px;
}
.footer-logo-box {
    margin-bottom: 25px;
}
.footer-logo-box img {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.footer-text {
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 14px;
}
.footer-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 12px;
}
.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #14baae;
}
.footer-event-list, .footer-links, .footer-contact {
    list-style: none;
    padding: 0;
}
.footer-event-list li, .footer-links li, .footer-contact li {
    margin-bottom: 18px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.footer-links li a {
    color: #b0b8c1;
    transition: all 0.3s ease;
    text-decoration: none;
}
.footer-links li a:hover {
    color: #14baae;
    padding-left: 5px;
}
.footer-icon {
    color: #14baae;
    font-size: 18px;
    width: 20px;
    text-align: center;
}
.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.social-links a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
}
.social-links a:hover {
    background: #14baae;
    transform: translateY(-3px);
}
.footer-bottom {
    background: #08121a;
    padding: 25px 0;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.footer-bottom .copyright {
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.footer-bottom .copyright span {
    color: #14baae;
}
@media (max-width: 767px) {
    .modern-footer {
        padding-top: 50px;
    }
    .footer-top {
        padding-bottom: 0px;
    }
    .footer-column {
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(255,255,255,0.05);
        padding-bottom: 30px;
    }
    .footer-column:last-child {
        border-bottom: none;
    }
    .footer-title {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .footer-event-list, .footer-links, .footer-contact {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 15px;
    }
    .footer-event-list li, .footer-links li, .footer-contact li {
        margin-bottom: 5px;
    }
}
@keyframes pulseBtn {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255,255,255,0.35);
    }
    70% {
        transform: scale(1.03);
        box-shadow: 0 0 0 18px rgba(255,255,255,0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(255,255,255,0);
    }
}

@keyframes pulseDot {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(239,68,68,0.7);
    }
    70% {
        transform: scale(1.15);
        box-shadow: 0 0 0 10px rgba(239,68,68,0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(239,68,68,0);
    }
}

/* Carousel Mobile Overlay & Controls */
.mobile-friendly-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 25px;
}
.mobile-friendly-nav .nav-btn {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 14px;
}
.mobile-friendly-nav .nav-btn:hover {
    background: #fff;
    color: #0fbaaf;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.img-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(8px);
}
.img-popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    transform: scale(0.9);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 3px solid #4ec4ca;
    border-radius: 12px;
    box-shadow: 0 0 30px rgba(78, 196, 202, 0.3);
}
.img-popup-overlay.active {
    display: flex;
}
.img-popup-overlay.active .img-popup-content {
    transform: scale(1);
}
.img-popup-content img {
    max-width: 100%;
    max-height: 80vh;
    display: block;
    border-radius: 8px;
}
.img-popup-close {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background: #4ec4ca;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

/* Enterprise Lazy Loading Styles */
img.lazyload {
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
img.lazyloaded {
    opacity: 1;
}

/* Lite YouTube Embeds */
.lite-youtube {
    position: relative;
    background-color: #000;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.lite-youtube::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
}

.lite-youtube:hover::before {
    background: rgba(0, 0, 0, 0.4);
}

.lite-youtube .play-button {
    width: 68px;
    height: 48px;
    background-color: #212121;
    z-index: 1;
    opacity: 0.9;
    border-radius: 14%;
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.lite-youtube .play-button::before {
    content: "";
    border-style: solid;
    border-width: 11px 0 11px 20px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
}

.lite-youtube:hover .play-button {
    background-color: #ef4444;
    transform: scale(1.1);
    opacity: 1;
    box-shadow: 0 6px 25px rgba(239, 68, 68, 0.5);
}

.lite-youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    z-index: 2;
}

/* Force FontAwesome and Flaticon to load using font-display swap to optimize invisible text during webfont load */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Flaticon';
    src: url('../fonts/Flaticon.eot');
    src: url('../fonts/Flaticon.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Flaticon.woff') format('woff'),
         url('../fonts/Flaticon.ttf') format('truetype'),
         url('../fonts/Flaticon.svg#Flaticon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Restrict lazy loaded images to have a min-height placeholder to prevent them from all firing at once due to viewport collapse */
img.lazyload {
    min-height: 120px;
    background: #f1f5f9;
    display: inline-block;
    content-visibility: auto;
}
