/* Minification failed. Returning unminified contents.
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(27,28): run-time error CSS1039: Token not allowed after unary operator: '-dark-theme-site'
(34,28): run-time error CSS1039: Token not allowed after unary operator: '-dark-theme-site'
(35,17): run-time error CSS1039: Token not allowed after unary operator: '-bs-white'
(64,17): run-time error CSS1039: Token not allowed after unary operator: '-link-color'
(273,21): run-time error CSS1039: Token not allowed after unary operator: '-heading-1'
(283,17): run-time error CSS1039: Token not allowed after unary operator: '-small-headline-color'
(284,21): run-time error CSS1039: Token not allowed after unary operator: '-body-copy'
(311,21): run-time error CSS1039: Token not allowed after unary operator: '-headline'
 */

/*GLOBAL*/
/*:root {
    --main-site-color: #090241;
    --secondary-site-color: #090241;
    --btn-primary-color: #323232;
    --btn-hover-color: #323232;
    
}*/

/*GLOBAL*/
:root {
    --small-headline-color: #323232;
    --red-color: #ed2c24;
    --link-color: #ed2c24;
    --dark-theme-site: #282828;
}

html {
    position: relative;
    min-height: 100%;
    background-image: url("https://mediacdn.aent-m.com/prod-aent/hmbr-background-pattern.svg");
    background-repeat: repeat;
    background-size: 150px;
    clear: both;
    scroll-behavior: smooth;
    background-color: var(--dark-theme-site);
}

body {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    background-color: var(--dark-theme-site);
    color: var(--bs-white);
    overflow-x: hidden;
    max-width: 1920px !important;
    margin: auto;
    clear: both;
}

nav {
    background-color: #000;
}

nav img {
    max-width: 200px;
}

.row {
    /*margin-right: 0; 
     margin-left: 0; */
}

h1, h2, h3, h4, h5 {
    color: #000;
    font-weight: bold;
}
p, span, li, label, legend {
    color: #000;
}

a {
    color: var(--link-color);
}

.form-group {
    margin-bottom: 10px;
}

.btn-primary {
    background-color: #ed2c24;
    color: #fff;
    border: none;
    width: 100%;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    background-color: #272727;
    color: #fff;
}

.form-check-label {
    display: inline;
}

#bTOtherArea,
#rDOtherArea,
#HearAboutOtherArea {
    display: none;
}

#skiplink a {
    padding: 6px;
    position: absolute;
    color: #fff;
    background: #ed2c24;
    border: none;
    border-radius: 0;
    border-right: none;
    border-bottom: none;
    border-bottom-right-radius: 0;
    -webkit-transition: top .1s ease-out;
    transition: top .1s ease-out;
    z-index: 1060;
    opacity: 0;
}

#skiplink a:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-width: 1px !important;
    outline-style: solid !important;
    outline-offset: 1px !important;
    outline-color: #fff !important;
    opacity: 1;
}


/*element to auto-scroll top of the screen*/
#return-to-top {
    position: fixed;
    bottom: 75px;
    right: 25px;
    background: #ed2c24 !important;
    width: 45px;
    height: 45px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9;
}

#return-to-top i {
    color: #ffffff;
    margin: 0;
    position: relative;
    left: 14px;
    top: 12px;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #e71a13 !important;
}

#return-to-top:hover i {
    color: #fff !important;
}

footer {
    background-color: #282828;
    padding: 25px 15px;
    text-align: center;
    border-top: 2px solid #656565;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer div.row {
    width: 100%;
}

footer p,
footer span,
footer a {
    color: #fff;
    font-size: 14px;
    margin: 0;
    text-decoration: none;
}

footer p {
    float: right;
}

footer .img-responsive {
    object-fit: scale-down;
    width: 25px;
    margin-right: 15px;
}

.ae__privacy_policy_content {
    background-color: #fff;
    margin: auto;
    padding: 25px;
}

.hmbr_terms_use_span {
    margin-bottom: 10px;
}
.hmbr_privacy_policy_span {
    margin-bottom: 10px;
    margin-top: 10px;
}
.hmbr_terms_use_span span,
.hmbr_privacy_policy_span span {
    color: #000;
    font-weight: bold;
    font-size: 1rem
}

.ae__hmbr_container {
    align-items: center;
    padding: 0 10px;
}

.hmbr_be_customer {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.hmbr_be_customer img {
    width: 100%;
}

.hmbr_middle_section {
    padding: 0;
}

.hmbr_middle_section,
.hmbr_adzones {
    width: 100%;
    margin: 30px 0;
    padding: 0 35px;
}

.hmbr_middle_section .hmbr_be_customer,
.hmbr_middle_section .hmbr_about_us {
    padding: 0;
    margin-bottom: 25px;
}

.aent__container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.ae__headline {
    max-width: 48%;
    margin: auto;
}

.s__margin {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
}
.ae__section_rel {
    position: relative;
    text-align: center;
}

.ae__heading h2, .ae__heading legend, .aent__data_contact_us h3 {
    font-family: Fredoka, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: var(--heading-1);
}
.ae__heading p, 
.ae__heading label, 
.ae__heading input, 
.ae__heading select, 
.ae__heading option {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--small-headline-color);
    font-size: var(--body-copy);
}

.ae__headline h2, .ae__b_heading h2:not(.ae__gray_muted) {
    font-family: Fredoka, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 76px;
    text-align: center;
    padding: 0px 15px;
}


.hmbr_banner img {
    width: 100%;
}

.ae__hmbr_container {
    align-items: center;
}

.hmbr__headline h2 {
    font-family: "Fredoka", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #323232;
    font-size: var(--headline);
    padding: 0;
    text-align: initial;
    font-size: 40px;
}

h2, h3 {
    font-family: "Fredoka", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.aent__content_in {
    /*position: absolute;
    float: left;
    text-align: left;*/
}

.hmbr__partners_logos {
    align-items: center;
    justify-content: space-around;
}

.hmbr__partners_logos img {
    margin: 0;
    border-radius: 0;
    min-height: 50px;
}

.hmbr__margin {
    margin-top: 70px !important;
    margin-bottom: 40px !important;
}

.ae__hmbr_container img {
    width: 100%;
    float: left;
}

.ae__hmbr_content {
    position: absolute;
    /*left: 10%;*/
    top: 15px;
    width: 85%;
}

.ae__hmbr_content h2 {
    color: #fff;
    font-size: 30px;
}

.ae__hmbr_content p {
    color: #fff;
    font-size: 16px;
}

.aent__rounded_btn {
    display: block;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-radius: 35px;
    width: fit-content;
    color: #fff;
    font-size: 16px;
    padding: 5px 20px;
    margin-top: 15px;
    text-decoration: none;
}

.ae-divider {
    color: #fff;
    margin: 0 5px;
    padding: 0;
}

.ae-divider:before {
    content: '|';
}

.footer_link_pages {
    display: block;
    text-align: center;
}

.container {
    max-width: 100%;
    min-height: 500px;
}



.slick-prev,
.slick-next {
    width: 40px;
    height: 50px;
    z-index: 999;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.slick-prev {
    left: -20px;
}

.slick-next {
    right: 20px;
}

.slick-prev:before, .slick-next:before {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 50px;
    line-height: 1;
    opacity: .75;
    color: white;
}

.slick-prev:before {
    content: '\f053';
}

.slick-next:before {
    content: '\f054';
}

.hmbr__partners_logos {
    /*display: flex;*/
    align-items: center;
    justify-content: space-around;
}

.hmbr__partners_logos img {
    margin: 0;
    border-radius: 0;
    min-height: 50px;
}

.thumb-partner img {
    /* border-radius: 50%; */
    margin: auto;
    max-width: 110px;
    max-height: 100px;
    position: absolute;
    top: 50%;
    transform: translate(50px, -50%);
    object-fit: scale-down;
}

.hmbr__partners_logos {
    max-width: 80%;
    margin: auto;
}

.hmbr__partners_logos .thumb-partner {
    min-height: 100px;
}

.hmbr__partners_logos .slick-prev:before, .hmbr__partners_logos .slick-next:before {
    color: #fff !important;
    font-size: 35px !important;
}

.hmbr__partners_logos .slick-prev, .hmbr__partners_logos .slick-next {
    width: 25px !important;
    height: 35px !important;
}

.form-vertical textarea {
    display: block;
    width: 100%;
    min-height: 150px;
}

.hmbr_white {
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hmbr_white p {
    font-size: 14px;
    color: #323232;
}

.ae__home_landing img {
    border-radius: 25px;
}

.hmbr_adzones .h_ad_img {
    text-align: center;
    padding: 0 10px;
    margin-bottom: 15px;
}

/*.hmbr_adzones .h_ad_img:first-child {
    padding-left: 0;
}
.hmbr_adzones .h_ad_img:last-child {
    padding-right: 0;
}*/
.hmbr_adzones img {
    object-fit: scale-down;
    width: 100%;
}

.hmbr_socials {
    padding: 0;
}

.hmbr_socials i {
    margin: 0 15px;
    font-size: 30px;
}

.hmbr_socials_container {
    padding: 0 30px;
}

.hmbr_socials_container h3 {
    font-family: "Open Sans", sans-serif;
    color: #fff;
    border-bottom: 1px solid #388abb;
    padding: 5px 0;
    margin-bottom: 15px;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: #ccc;
    color: #000;
}

legend {
    border-bottom: 1px solid #ccc;
    font-weight: bold;
}

#businessInformation,
#businessType,
#retailDistribution,
#iPLicenses,
#orderFulfillmentPreferences,
#additionalNotes {
    margin-bottom: 25px;
}

/*.hmbr_inline_input {
    display: inline;
    margin-right: 25px;
}*/
.hmbr_label_heading {
    display: block;
    font-size: 18px;
    font-weight: bold;
}
.hmbr_group_container {
    margin-bottom: 15px;
}
.hmbr_form_container h3.hmbr_heading,
.hmbr_form_container label {
    font-size: 16px;
}

.form-check-input {
    border: 1px solid #767676;
}
.form-check-input[type=checkbox] {
    border-radius: 3px;
    width: 13px;
    height: 13px;
}

.img-mobile{
    display: block;
}
.img-non-mobile {
    display: none;
}

footer div.row div {
    margin-bottom: 8px;
}


.hmbr_form_container h2 {
    font-size: 30px;
}

.ae__privacy_policy_content h2 {
    font-size: 30px;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .container {
        max-width: 80%;
    }
    .hmbr_form_container {
        max-width: 75%;
        margin: auto;
    }
    .img-mobile {
        display: none;
    }

    .img-non-mobile {
        display: block;
    }

    .hmbr_middle_section,
    .hmbr_adzones {
        /*margin: 35px 25px;*/
        padding: 0;
    }

    .hmbr_middle_section .hmbr_be_customer,
    .hmbr_middle_section .hmbr_about_us {
        padding: 0 5px;
        margin-bottom: 25px;
    }

    .ae__hmbr_content h2 {
        font-size: 35px;
    }

    .ae__hmbr_content p {
        font-size: 15px;
    }

    

    /*.ae__hmbr_content h2 {
        font-size: 35px;
    }

    .ae__hmbr_content p {
        font-size: 25px;
    }*/

    /*.aent__rounded_btn {
        display: block;
        text-align: center;
        border-width: 2px;
        border-style: solid;
        border-color: rgb(255, 255, 255);
        border-radius: 35px;
        width: fit-content;
        color: #fff;
        font-size: 20px;
        padding: 10px 20px;
        margin-top: 25px;
        text-decoration: none;
    }*/
    .aent__rounded_btn {
        font-size: 20px;
        padding: 5px 20px;
        margin-top: 25px;
        text-decoration: none;
    }

    .hmbr__headline h2 {
        font-size: 35px;
    }

    .hmbr_white p {
        font-size: 14px;
    }

    .hmbr_white {
        padding: 0 25px;
    }

    .hmbr_adzones {
        padding: 0 10px;
    }

    .hmbr_adzones .h_ad_img {
        margin-bottom: 0;
    }

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .container {
        max-width: 85%;
    }

    footer {
        padding: 8px 35px;
    }

    footer .img-responsive {
        object-fit: scale-down;
        width: 50px;
        margin-right: 20px;
    }

    footer div.row div {
        margin-bottom: 0;
    }

    

    .ae__hmbr_content {
        width: 85%;
        top: 35px;
    }

    .ae__hmbr_content h2 {
        font-size: 45px;
    }

    .ae__hmbr_content p {
        font-size: 25px;
    }

    .aent__rounded_btn {
        font-size: 20px;
        padding: 5px 20px;
        margin-top: 25px;
        text-decoration: none;
    }

    .hmbr__headline h2 {
        font-size: 45px;
    }

    .hmbr_white p {
        font-size: 16px;
    }

    .hmbr_white {
        padding: 0 30px;
    }

    .hmbr_form_container {
        max-width: 70%;
        margin: auto;
    }

    .ae__privacy_policy_content h2 {
        font-size: 35px;
    }
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .container {
        max-width: 75%;
    }

    .hmbr_form_container {
        max-width: 65%;
        margin: auto;
    }
    .hmbr_middle_section,
    .hmbr_adzones {
        width: 85%;
        margin: 45px auto;
        padding: 0 35px;
    }
    .hmbr_middle_section .hmbr_be_customer,
    .hmbr_middle_section .hmbr_about_us {
        padding: 0 10px;
        margin-bottom: 25px;
    }
}

/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
    .container {
        max-width: 65%;
        min-height: 600px;
    }
    .hmbr-container {
        max-width: 65%;
        margin: 50px auto;
    }

    .thumb-partner img {
        max-width: 190px;
    }

    .hmbr__headline h2 {
        font-size: 55px;
    }

    .hmbr_white p {
        font-size: 16px;
    }

    .hmbr_white {
        padding: 0 30px;
    }

    .hmbr_form_container {
        max-width: 50%;
        margin: auto;
    }

    .ae__privacy_policy_content h2 {
        font-size: 45px;
    }
}

