<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*================================================================== RED ==================================================================*/
body {
    background-color: white;
    font-family: 'Prompt' !important;
}
.-bg-title {
    background-color: rgba(0, 0, 0, 0.86) !important;
}

.modern-header{
    background-image: url('./img/3410403-scaled.jpg');
    background-position: center center;
    background-size: cover;
    position: relative;
}
.background-overlay {
    background-color: #000000;;
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.super-btn{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #740202;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFD501;
    border-radius: 5px 5px 5px 5px;
    color: white;
}
.modern-menu{
    background-color: #830000;
}
.super-body{
    background-image: url('./img/2207_w018_n002_1058a_p30_1058.webp');
    background-position: center center;
    background-size: cover;
}
.footer{
    background-color: #000000;
}
.copy-r{
    background-color: #830000;
}

.b-color{
    color: #FFD501;
}
.d-color{
    color:white;
}
.fw-bold{
    font-weight: 400 !important;
}
.fs-5{
    font-size: 1.15rem !important;
}
h1{
    font-weight: 600 !important;
    font-size: 1.8rem !important;
}
h2{
    font-weight: 600 !important;
    font-size: 1.7rem !important;
}
.v-content{
    background-color: #0000008f;
    border-radius: 1rem;
    padding: 1rem;
}
.fags{

}
.bg-faq{
    background-color: rgba(250, 250, 250, 0.226);
}</pre></body></html>