.elementor-29 .elementor-element.elementor-element-d80d41b{--display:flex;}/* Start custom CSS for html, class: .elementor-element-af8ba63 */@charset "UTF-8";
/* CSS Document */

html {background-color: #0F3460}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; cursor: pointer; }
a:active { text-decoration: none; }

html body  {
  max-width: 100%;
  max-height: 100%;
  max-width: 10000px;
  padding: 8px;
}

.betrivers-header-logo {
    display: block;

    width: 20vw;
    height: auto;
    margin: 10px auto;
}

.offer-header-text {
    display: block;
    width: auto;
    height: auto;
    margin: 2px auto;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 5vw;
    text-align: center;
    color: #ffffff;
    margin-top: 30px;
    text-transform: uppercase;
    line-height: 6vw;
}

.bonus-code-container {
    display: flex;
    align-items: center;
    justify-content: center; /* This centers the child elements horizontally */
    width: 100%;
    gap: 4px; 
}

.bonus-code, .code-VG {
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 4vw;
    text-align: center;
    text-transform: uppercase;
    line-height: 6vw;
    margin-bottom: 10px;
}

.bonus-code {
    color: #ffffff;
}

.code-VG {
    color: #f7b210;
    font-weight: 600;
}


.button-box {
    display: flex;
    flex-wrap: wrap;  /* Allow wrapping of items */
    align-items: center;    
    justify-content: center; 
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 4px;
}

.button-box a {
    text-decoration: none;  
    color: inherit;  
    display: block;  
    width: calc(30.33% - 12px);
    margin: 8px; 
}

.BR-Button {
    box-sizing: border-box;
    background-color: #FEB303;
    width: 100%; 
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 3.25vw;
    text-transform: uppercase;
    height: auto;
    padding: 6px;
    border-radius: 4px;
    margin: 0;  
    color: rgb(42, 44, 55);
}

.legal-box {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 25px;
    align-content: center;
    padding: 0px 8px;
}

.legal-main {
    display: block;
    width: auto;
    height: auto;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 3vw;
    line-height: 4vw;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.legal-small-print {
    display: block;
    width: auto;
    height: auto;
    margin: 6px auto;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 2vw;
    line-height: 2.5vw;
    text-align: center;
    color: #ffffff;
   
}

@media only screen and (max-width: 400px) {
    .button-box a {
        width: calc(49% - 12px);
        margin: 6px;
    }
}

@media only screen and (max-width: 10000px) {
    .BR-Button {
        font-size: 1vw;
    }

    .bonus-code, .code-VG {
        font-size: 1.5vw;
        line-height: 2.25vw;
    }

    .offer-header-text {
        font-size: 3vw;
        line-height: 4vw;
    }

    .legal-small-print {
        font-size: 1vw;
        line-height: 1.5vw;
    }

    .legal-main {
        font-size: 1.5vw;
    }


}

@media only screen and (max-width: 1100px) {
    .BR-Button {
        font-size: 2vw;
    }

    .bonus-code, .code-VG {
        font-size: 1.5vw;
        line-height: 2.25vw;

    }

    .offer-header-text {
        font-size: 3vw;
        line-height: 4vw;
    }

    .legal-small-print {
        font-size: 1vw;
        line-height: 1.5vw;
    }

    .legal-main {
        font-size: 1.3vw;
    }

}

@media only screen and (max-width: 800px) {
    .BR-Button {
        font-size: 3vw;
        line-height: 4vw;
    }

    .bonus-code, .code-VG {
        font-size: 3vw;
        line-height: 4vw;
    }

    .offer-header-text {
        font-size: 4vw;
        line-height: 5vw;
    }

    .legal-small-print {
        font-size: 1.5vw;
        line-height: 2vw;
    }

    .legal-main {
        font-size: 2vw;
    }



}/* End custom CSS */