*{
    color: #fff;
}
body p{
    color: #fff;

}
h2 {
    font-width: bold;
}
h3,h4{
    color: #fff;
    font-weight: 700;
}

li{
    margin-top: 20px;
}

header {
    position: absolute;
    z-index: 1000;
    top: 20px;
    border-radius: 50px;
    width: 100%;
    background: #fff;
    padding: 20px 40px !important;
    left: 50%;
    transform: translateX(-50%);
}

header a, header a strong {
    color: #000 !important;
    text-decoration: none;
}

.logos{
    display: flex;
    align-items: center;
}
.logos a{
    text-decoration: none;
    display: inline-block;

}

.logos img{
    max-height: 48px;
    display: inline-block;
}

.logos .logos_separator{
    margin: 0 30px;
    display: inline-block;
    width: 8px;
    background-color: black;
    height: 55px;
    transform: rotate(20deg);
}
.banner1{
    background-image: url('/assets/images/usau2/bg.jpg');
    min-height: 900px;
    height: 100vh;
    max-height: calc(100vh - 100px);
    position: relative;
}
.banner1 .container {
    z-index: 3;
}

.banner1{
    font-weight: bold;
}
.banner1 h1{
    text-shadow: 2px 2px 5px black;
    line-height: 1.1;
    font-size: 2.8rem;
    font-weight: 700;
}

.banner1 h1 span {
    color: #C1913E;
    font-weight: 700;
}

.banner1 h4{
    text-shadow: 2px 2px 5px black;
    line-height: 1.3;
    font-size: 1.4rem;
    font-weight: 500;
}


.banner1::after {
    background-image: linear-gradient(0deg, rgba(0,0,0,0.7) 50%, rgba(0,0,0,0.7) 50%);
    z-index: 2;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner1 .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.grecaptcha-badge {
    z-index: 10000;
}
.bg1{
    background-color: #000000;
}
.bg2{
    background-color: #0E0E0E; border-radius: 20px; padding: 40px 20px;
}
.bg2 strong,.bg2 p,.bg2 li{
    color: #fff;
}
.bg3{
    background-color: #F6EAD5;
}
.bg4{
    background-color: #565146;
}
.bg3 *{
    color: #565146;
}
.bg4 *{
    color: #fff;
}
.ticker{
    color: #C1913E;
    text-decoration: none;
}
.highlight{
    color: #C1913E;

}
a{

    color: #C1913E;
}
.cta{
    background-color: #C1913E;
    color: white;
    font-weight: bold;
    padding: 15px 30px;
    transition: all 0.3s ease;
}

.cta:hover {
    transform: translateY(-3px);
    background-color: #ecad0f;
}

.signup input[type=email]{
    border: solid 3px #B0995F;
    padding: 5px;
    color: #000;
    border-radius: 5px;
}

.signup input[type=submit]{
    border: solid 3px #B0995F;
    background-color: #B0995F;
    padding: 5px;
    color: #000;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px 20px;
}

.header_ticker{
    position: absolute;
    right: 0;

    top: 0;
    height: 100%;
    background-color: #C1913E;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: max-content;
    color: #000;
}
.header_ticker a{
    text-decoration: none;
    color: #000;
    padding: 0px 20px;
    font-weight: bold;
}
body::before {
    width: auto;
    height: auto;
    background-color: #565656;
    position: absolute;
    display: block;
    content: "Sponsored content";
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px;
    border-radius: 0 0 10px 10px;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    z-index: 10000;
    color: #fff;
}

.banner1 .cta {
    padding: 15px 30px;
    font-size: 1.4rem;
    font-weight: bold;
}

.list-checks { list-style: none; padding-left: 0; margin: 0 0 1rem 0; }
.list-checks li { position: relative; padding-left: 1.8rem; margin-bottom: .5rem; display: flex; align-items: center; gap: 10px; }
.list-checks li i { color: #198754; font-weight: 700; }

.table thead th {
    background-color: #C1913E !important;
    color: #fff !important;
}

.table tbody tr:nth-child(even), .table tbody tr td {
    background-color: #0E0E0E !important;
    color: #fff !important;
}

.table tbody tr:nth-child(odd), .table tbody tr td {
    background-color: #1A1A1A !important;
    color: #fff !important;
}

.table tbody tr td strong {
    color: #C1913E !important;
}

@media (max-width: 768px) {
    .banner1 h1{
        font-size: 2rem;
    }
}