body {
    background: #cccccc;
    color: #000000;
    font-family: "Bitter", Arial, "Helvetica Neue", Helvetica, sans-serif;
    letter-spacing: 0;
}

#main-footer {
    display: none;
}

#main-header,
#top-header {
    background: #000000;
}

#main-header {
    box-shadow: none;
}

.et_header_style_left #logo {
    max-height: 82px;
}

#top-menu a,
.et_mobile_menu li a {
    color: rgba(255, 255, 255, 0.72);
    font-family: "Bitter", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
}

#top-menu li.current-menu-item > a,
#top-menu a:hover {
    color: #ffffff;
}

.mobile_menu_bar::before {
    color: #ffffff;
}

.et_mobile_menu {
    border-top-color: #ffffff;
}

.tvn-section {
    background: #ffffff;
    color: #000000;
}

.tvn-dark,
.tvn-footer {
    background: #222222;
    color: #ffffff;
}

.tvn-section .et_pb_row,
.tvn-footer .et_pb_row {
    max-width: 1140px;
    width: 90%;
}

.tvn-section h1,
.tvn-section h2,
.tvn-section h3,
.tvn-footer h2,
.tvn-footer h3 {
    letter-spacing: 0;
    text-transform: uppercase;
}

.tvn-section h1,
.tvn-section h2,
.tvn-footer h2 {
    font-family: "Amatic SC", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 1;
}

.tvn-section h3,
.tvn-footer h3 {
    font-family: "Bitter", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.1;
}

.tvn-text,
.tvn-list,
.tvn-footer-text {
    font-family: "Bitter", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.8;
}

.tvn-list ul {
    padding-bottom: 0;
}

.tvn-list li {
    margin-bottom: 8px;
}

.tvn-hero {
    align-items: center;
    background: #111111 url("../images/21147168_1920x1280_500.jpg") center / cover no-repeat;
    display: flex;
    min-height: 720px;
    overflow: hidden;
    position: relative;
}

.tvn-hero::before {
    background: rgba(0, 0, 0, 0.46);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}

.tvn-hero .et_pb_row {
    position: relative;
    z-index: 2;
}

.tvn-hero-copy h2 {
    color: #ffffff;
    font-size: 104px;
}

.tvn-hero-copy h3 {
    color: #ffffff;
    font-size: 30px;
}

.tvn-button .et_pb_button,
.tvn-button.et_pb_button {
    border-radius: 6px;
    font-family: "Bitter", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0.45em 1.2em;
    text-transform: uppercase;
}

.tvn-button-red .et_pb_button {
    background: #e74c3c;
    border-color: #e74c3c;
    color: #ffffff;
}

.tvn-button-blue .et_pb_button {
    background: #3498db;
    border-color: #3498db;
    color: #ffffff;
}

.tvn-image img,
.tvn-card-image img,
.tvn-testimonial-image img {
    display: block;
    height: auto;
    width: 100%;
}

.tvn-card-image img,
.tvn-testimonial-image img {
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.18);
}

.tvn-guild-grid .et_pb_column {
    text-align: center;
}

.tvn-guild-grid h2 {
    font-size: 48px;
}

.tvn-video iframe {
    aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;
}

.tvn-contact-form .et_pb_contact_field {
    margin-bottom: 16px;
}

.tvn-contact-form .et_pb_contact_submit {
    border-radius: 6px;
    font-family: "Bitter", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
}

.tvn-footer a {
    color: rgba(255, 255, 255, 0.72);
}

.tvn-footer a:hover {
    color: #ffffff;
}

.tvn-social-icons {
    display: flex;
    gap: 8px;
}

.tvn-social-icons a {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #ffffff;
    display: inline-flex;
    font-family: Arial, sans-serif;
    font-size: 18px;
    height: 36px;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    width: 36px;
}

.tvn-social-icons a:hover {
    background: #ffffff;
    color: #222222;
}

.tvn-form-frame iframe {
    border: 0;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 640px;
}

@media (max-width: 980px) {
    .tvn-hero {
        min-height: 620px;
    }

    .tvn-hero-copy h2 {
        font-size: 76px;
    }

    .tvn-section h1,
    .tvn-section h2,
    .tvn-footer h2 {
        font-size: 54px;
    }
}

@media (max-width: 640px) {
    .tvn-hero {
        min-height: 560px;
    }

    .tvn-hero-copy h2 {
        font-size: 54px;
    }

    .tvn-hero-copy h3,
    .tvn-section h3,
    .tvn-footer h3 {
        font-size: 22px;
    }

    .tvn-section h1,
    .tvn-section h2,
    .tvn-footer h2 {
        font-size: 44px;
    }
}
