@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');

body {
    transition: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    color: #05253E;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden !important;
}
* {
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    transition: none;
    margin: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
img {
    border-style: none;
}
body {
    background: #fff;
}
#logo {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 2%;
}
#logo > img {
    width: 50%;
}
#copy {
    width: 40vw;
}
#copy > img {
    width: 100%;
}
#cta {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5%;
}
#cta > img {
    width: 60%;
    margin: 2% -7px 0 0;
}
#disclaimer {
    width: 50vw;
    display: none;
}
.odds {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    width: 100%;
    padding: 0 5vw;
}
.odds > .oddsLeft {
    text-align: center;
}
.odds > .oddsLeft > h2 {
    color: #05253E;
    margin: 0 0 3px 0;
    font-weight: 900;
    font-size: 1rem;
}
.odds > .oddsLeft > h3 {
    background: #05253E;
    color: #fff;
    margin: 0;
    font-weight: 600;
    padding: 4px 5px;
    border-radius: 2px;
    min-width: 60px;
}
.odds > .center {
    display: flex;
    flex-direction: column;
    width: 40vw;
    align-items: center;
}
.datebegin_hide {
    display: flex;
}
.odds > .center > p {
    text-align: center;
    font-size: 0.6rem;
    font-weight: 400;
    margin: 18px 0 0 0;
}
.odds > .center > .centerContent {
    display: flex;
    width: 40vw;
    align-items: center;
    justify-content: space-evenly;
}
.odds > .center > .centerContent > p {
    font-size: 0.6rem;
    text-align: center;
    font-weight: bold;
}
.odds > .center > p {
    font-size: 0.8rem;
    margin: 1vh 2vw;
    font-weight: bold;
    letter-spacing: 0;
}
.odds > .center > .centerContent > .centerImg {
    width: 40%;
    text-align: center;
}
.odds > .oddsRight {
    text-align: center;
}
.odds > .oddsRight > h2 {
    color: #05253E;
    margin: 0 0 3px 0;
    font-weight: 900;
    font-size: 1rem;
}
.odds > .oddsRight > h3 {
    background: #05253E;
    color: #fff;
    margin: 0;
    font-weight: 700;
    padding: 4px 5px;
    border-radius: 2px;
    min-width: 60px;
}
.titlelayercorner {
    color: #32b760;
    text-align: center;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    font-family: 'Lato';
}
#calculator{
    display:none;
}
.values_calc .odd-active {
    border: 1px solid #32B760;
    color: #32B760;
}
.result_calc {
    border: 1px solid #32B760!important;
    background: rgba(50, 184, 97, 0.13);
    color: #32B760;
}
@media (min-width: 250px) and (min-height: 250px) {
    .lpgif {
        display: none;
    }
    body {
        background-image: url(imgs/v9/300x250.jpg?v=11);
        background-position: center;
        justify-content: flex-end;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #logo {
        display: none;
    }
    #cta > img {
        width: 45%;
        margin: 0 0 5vh 0;
    }
    .titleodds > h1 {
        font-size: 1rem;
    }
    .odds {
        padding: 10vh 5vw 0;
    }
    .odds > .oddsLeft > h2 {
        font-size: 1.625rem;

    }
    .odds > .oddsLeft > h3 {
        font-size: 1.625rem;
        padding: 0;
    }
    .odds > .center > .centerContent > p {
        font-size: 1rem;
        font-weight: bold;
    }
    .odds > .oddsRight > h2 {
        font-size: 1.625rem;
    }
    .odds > .oddsRight > h3 {
        font-size: 1.625rem;
        padding: 0;
    }
    .titlelayercorner{
        font-size: .7rem;
    }
    .odds > .center > p {
        font-size: .7rem;
        margin-bottom: 10px;
    }
}
@media (min-width: 320px) and (min-height: 250px) {
    .lpgif {
        display: none;
    }
    body {
        background-image: url(imgs/v9/336x280.jpg?v=11);
        background-position: center top;
        justify-content: flex-end;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #logo {
        display: none;
    }
    #cta{
        padding: 2% 10% 11%;
    }
    #cta > img {
        width: 30%;
        margin: 0 0 3vh 0;
    }
    .titleodds > h1 {
        font-size: 1rem;
    }
    .odds {
        padding: 0 5vw 4vh;
    }
    .odds > .oddsLeft > h2 {
        font-size: 1.625rem;

    }
    .odds > .oddsLeft > h3 {
        font-size: 1.625rem;
        padding: 0;
    }
    .odds > .center > .centerContent > p {
        font-size: 0.8rem;
    }
    .odds > .oddsRight > h2 {
        font-size: 1.625rem;
    }
    .odds > .oddsRight > h3 {
        font-size: 1.625rem;
        padding: 0;
    }
}
@media (min-width: 220px) and (min-height: 400px) {
    .lpgif {
        display: none;
    }
    body {
        background-image: url(imgs/v9/300x600.jpg?v=11);
        background-position: center top;
        justify-content: flex-start;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .show-1260x200{
        display: none;
    }
    #logo > img {
        height: 5vh;
    }
    #logo {
        height: 7vh;
    }
    #logo > img {
        width: 85%;
    }
    #copy {
        display: none;
    }
    #cta {
        display: none;
    }
    #disclaimer {
        display: none;
    }
    .titleodds {
        margin: 1vh;
    }
    .titleodds > h1 {
        font-size: 1rem;
        font-weight: 300;
        letter-spacing: 0.05rem;
    }
    .odds {
        margin: 1vh 0;
        padding: 0;
    }
    .odds > .center {
        align-items: center;
        width: 60%;
        flex-direction: column;
        margin-top: -10px;
    }
    .odds > .center {
        margin: 0 15px;
        width: 50%;
    }
    .odds > .center > p {
        font-size: 0.8rem;
        margin: 1vh 2vw;
        font-weight: 400;
        letter-spacing: 0.05rem;
    }
    .odds > .center > .centerContent {
        align-items: center;
        width: 80%;
        height: auto;
    }
    .odds > .center > .centerContent > .centerImg {
        height: 80%;
        margin-left: 5px;
        margin-right: 5px;
    }
    .show-pushdownmobile {
        display: none !important;
    }

}
@media (min-width: 900px) and (min-height: 160px) {
    .lpgif {
        display: none;
    }
    body {
        background-image: none;
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 8vh 25vw;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    #logo {
        width: 20vw;
        height: 100vh;
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
    }
    #logo > img {
        height: 50vh;
    }
    #copy {
        display: none;
    }
    #copy > img {
        width: auto;
        height: 100%;
    }
    #cta {
        display: none;
    }
    #cta > img {
        width: auto;
        height: 100%;
    }
    #disclaimer {
        width: 28%;
        display: flex;
        justify-content: flex-end;
        position: absolute;
        bottom: 5vh;
        right: 25px;
    }
    .titleodds {
        display: none;
    }
    .odds {
        display: flex;
        justify-content: space-evenly;
        width: 25vw;
        height: 40vh;
        padding: 0;
        align-items: center;
        max-width: 500px;
    }
    .odds > .oddsLeft > h2 {
        margin: 0 0 5px 0;
    }
    .odds > .center {
        width: 35%;
        height: 35vh;
        justify-content: flex-start;
        margin: 0 1vw;
        flex-direction: column;
    }
    .odds > .center > p {
        font-size: 0.8rem;
        margin: 2% 0;
        font-weight: 400;
    }
    .odds > .center > .centerContent {
        width: 100%;
        height: 20vh;
        justify-content: space-around;
        margin: 0 2vw;
        align-items: end;
    }
    .odds > .center > .centerContent > p {
        width: auto;
        height: auto;
        font-size: 0.8rem;
    }
    .odds > .center > .centerContent > .centerImg {
        width: auto;
        height: 17vh;
    }
    .odds > .oddsRight > h2 {
        margin: 0 0 5px 0;
    }
    .odds > .oddsRight > h3 {
        padding: 4px 5px;
    }
    .odds > .oddsLeft > h3 {
        padding: 4px 5px;
    }
}
@media (min-width: 1450px) and (min-height: 200px) {
    .lpgif {
        display: none;
    }
    body {
        background: none;
        background: linear-gradient(180deg, #0c3e65 0%, #05253e 100%);
        background-position: right bottom;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 15vh 36vw;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #logo {
        width: 26vw;
        left: 4vw;
        display: flex;
        justify-content: flex-end;
    }
    #copy {
        right: 3vw !important;
    }
    #cta {
        right: 2.5vw !important;
    }
    #disclaimer {
        right: 3vw !important;
    }
    #disclaimer > img {
        width: 160px;
    }
    .titleodds {
        display: none;
    }
    .odds {
        padding: 0 20px;
    }
    .odds > .center {
        margin: 0 20px;
        width: 40%;
    }
    .background > img {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-56%);
        z-index: -1;
        height: 100%;
    }
}
@media (min-width: 600px) and (min-height: 400px) {
    .lpgif {
        display: none;
    }
    body {
        background: none;
        background-position: center bottom;
        padding: 15vh 20vw;
    }
    #copy {
        display: none;
    }
    #cta {
        display: none;
    }
    #disclaimer {
        display: none;
    }
    .odds {
        height: 15vh;

    }
    .odds > .center {
        width: 40%;
        height: 9vh;
        justify-content: left;
        margin: 0;
        flex-direction: column;
    }
    .odds > .center > .centerContent {
        height: 15vh;
    }
    .odds > .center > .centerContent > .centerImg {
        width: 20%;
        height: auto;
    }
}
.datebegin {
    text-transform: uppercase;
}
#odds {
    display: contents;
}
.titlelayercorner {
    color: #32b760;
    text-align: center;
    text-transform: uppercase;
}
@media (max-width: 550px) and (max-height: 399px) {
    .lpgif {
        display: none;
    }
    .odd-no-highlight {
        display: none;
    }
}
@media (max-width: 550px) and (max-height: 700px) {
    .lpgif {
        display: none;
    }
    .odd-no-highlight2 {
        display: none;
    }
}
@media (max-width: 550px) and (max-height: 700px) and (min-height: 400px) {
    .lpgif {
        display: none;
    }
    #cta {
        display: flex;
        padding: 3% 0;
    }
    #cta img{
        width: 27%;
        margin: 0 0 2vh 0;
    }
    .odds > .center{
        display: none;
    }
    .center2{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .centerContent2{
        display: flex;
        width: 100%;
        justify-content: space-around;
    }
    #odds {
        margin-top: 10.5vh;
        display: block;
        height: 34vh;
        overflow: hidden;
    }
    .odds {
        display: block;
        height: 34vh;
        width: 65vw;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .odds > .oddsLeft {
        width: 40%;
        display:inline-block;
    }
    .odds > .oddsRight{
        width: 40%;
        float: right;
    }
    .odds > .oddsLeft > h3 {
        font-size: 1.2rem;
        padding: 0;
    }
    .odds > .oddsRight > h3 {
        font-size: 1.2rem;
        padding: 0;
    }
    .titlelayercorner {
        font-size: 0.7rem;
    }
    .odds > .center2 > p {
        font-size: 0.8rem;
        margin: 0vh 2vw 4vh;
        font-weight: bold;
        letter-spacing: 0.05rem;
        color: #fff;
    }
    #calculator {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .claim{
        width: 60%;
    }
    .claim > img{
        width: 100%;
    }
    .values_calc {
        display: flex;
        justify-content: space-between;
        width: 72%;
    }
    .values_calc > p{
        border: 1px solid #05253E;
        padding: 5px 7px;
        border-radius: 5px;
        min-width: 43px;
        text-align: center;
        font-size: 1.2rem;
        font-weight: bold;
        margin: 20px 0 10px;
    }
    .values_calc > p:hover{
        border: 1px solid #32B760;
        color: #32B760;
    }
    .result_calc{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 70%;
        border: 1px solid #05253E;
        padding: 3px 14px;
        border-radius: 5px;
    }
    .result_calc > p{
        margin: 0;
        font-weight: bold;
    }
    .result_value{
        font-size: 1.6rem;
    }
    .values_calc:hover ~ .result_calc{
        border: 1px solid #32B760;
        background: rgba(50, 184, 97, 0.13);
        color: #32B760;
    }
}
.wrapper {
    display: contents;
    margin: 0 auto;
}
@media (min-width: 1450px) and (min-height: 400px) {
    .lpgif {
        display: none;
    }
    #copy {
        right: 10px;
    }
    body {
        padding: 20vh 35vw;
    }
    #disclaimer {
        right: 10px;
    }
    #logo {
        left: 0vw;
    }
}
@media (min-width: 1450px) and (min-height: 200px) and (max-height: 399px) {
    .lpgif {
        display: none;
    }
    .leftImg {
        padding-right: 7px;
    }
    .rightImg {
        padding-left: 7px;
    }
    .odds {
        width: 18vw;
    }
    .datebegin {
        min-width: 100px;
    }
    .show-pushdown {
        display: flex;
    }
    .show-pushdownLarge {
        display: none;
    }
    .odds > .center > p {
        font-size: 0.8rem;
        margin: 0 0 5% 0;
        font-weight: 400;
    }
    #disclaimer {
        right: 10px;
    }
    #copy {
        right: 10px;
    }
    #cta {
        right: 10px;
    }
    #logo {
        left: 0vw;
    }
    body {
        background: none;
        padding: 8vh 30vw;
    }
}
@media (max-width: 750px) and (max-height: 160px) and (min-height: 140px) {
    .lpgif {
        display: none;
    }
    body {
        background-image: url(imgs/v9/728x150.jpg?v=11);
        padding: 8vh 20vw;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    #logo {
        display: none;
    }
    #copy {
        display: none;
    }
    #cta {
        display: none;
    }
    #disclaimer {
        display: none;
    }
    #odds {
        height: 80vh;
        overflow: hidden;
    }
    .odds {
        width: 60vw;
        height: 75vh;
        position: relative;
        align-items: flex-end;
        margin: 0 16vw 20vh 0;
        padding: 0 5vw 0 13vw;
    }
    .titlelayercorner {
        font-size: 1rem;
    }
    .titleodds {
        display: none;
    }
    .odds > .oddsLeft > h2 {
        font-size: 36px;
    }
    .odds > .oddsLeft > h3 {
        font-size: 26px;
        padding: 3px;
        border-radius: 2px;
        min-width: 60px;
    }
    .odds > .center {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        width: 40%;
        height: 100%;
        align-items: center;
    }
    .odds > .center > .centerContent {
        height: 30vh;
        margin: 13vh 0 0 0;
    }
    .title300x100 {
        color: #32b760;
        text-align: center;
        text-transform: uppercase;
        font-size: 0.8rem;
    }
    .odds > .center > .centerContent > p {
        font-size: 0.8rem;
        font-weight: 700;
    }
    .odds > .center > .centerContent {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-evenly;
    }
    .odds > .center > .centerContent > .centerImg {
        width: 43%;
        text-align: center;
    }
    .odds > .oddsRight > h2 {
        font-size: 36px;
    }
    .odds > .oddsRight > h3 {
        font-size: 26px;
        padding: 3px;
        border-radius: 2px;
        min-width: 60px;
    }
    .odds > .center > p {
        text-align: center;
        font-size: 1rem;
        margin: 0;
        font-weight: 400;
    }
    .odd-no-highlight2 {
        display: none;
    }
    .titlelayercorner{
        position: absolute;
        top: 8vh;
        right: 45%;
        font-size: 0.9rem;
    }
    .odds > .center > p {
        position: absolute;
        top: 8vh;
        left: 57%;
        font-size: 0.9rem;
        font-weight: 400;
    }
}
@media (max-width: 1200px) and (max-height: 70px) {
    .lpgif {
        display: none;
    }
    .hide-odd-1060x60 {
        display: none;
    }
    body {
        background-image: url(imgs/v9/1160x60.jpg?v=11);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 0 24vw;
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    #logo {
        display: none;
    }
    #copy {
        display: none;
    }
    #cta {
        display: none;
    }
    #disclaimer {
        display: none;
    }
    .titleodds {
        display: none;
    }
    #odds {
        width: 50vw;
        height: 100vh;
        padding: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 2vw 0 -70px;
    }
    .oddline {
        width: 25vw;
    }
    .odds {
        padding: 0 1vw;
        align-items: flex-start;
        margin: 0 0 15vh 0;
    }
    .titleodds {
        display: none;
    }
    .odds > .oddsLeft > h2 {
        font-size: 1.5rem;
    }
    .odds > .oddsLeft > h3 {
        font-size: 1rem;
        padding: 2px 3px;
        border-radius: 2px;
        min-width: 45px;
    }
    .odds > .center {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
    .title300x100 {
        color: #32b760;
        text-align: center;
        text-transform: uppercase;
        font-size: 0.8rem;
    }
    .odds > .center > .centerContent > p {
        font-size: 0.6rem;
    }
    .odds > .center > .centerContent {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
    }
    .odds > .center > .centerContent > .centerImg {
        width: 23%;
        text-align: center;
    }
    .odds > .oddsRight > h2 {
        font-size: 1.5rem;
    }
    .odds > .oddsRight > h3 {
        font-size: 1rem;
        padding: 2px 3px;
        border-radius: 2px;
        min-width: 45px;
    }
    .odds > .center > p {
        text-align: center;
        font-size: 0.6rem;
        position: absolute;
        bottom: 25vh;
    }
    .titlelayercorner{
        margin-top: 25vh;
        font-size: 0.7rem;
    }
    .odd-no-highlight2 {
        display: none;
    }
    .center > div {
        margin: 0 0 -10px 0;
    }
    .odds > .center > .centerContent > p {
        display: none;
    }
}
@media (max-width: 200px) and (max-height: 650px) and (min-height: 550px) {
    .lpgif {
        display: none;
    }
    body {
        background-image: url(imgs/v9/160x600.jpg?v=11);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        padding: 0 0 25vh 0;
    }
    #calculator{
        display: none;
    }
    #logo {
        display: none;
    }
    #copy {
        display: none;
    }
    #cta {
        padding: 0;
        margin-bottom: -2vh;
    }
    #disclaimer {
        display: none;
    }
    .oddline {
        margin: 2vh 0;
    }
    .odds {
        padding: 1vh 3vw 2vh 3vw;
        height: 27vh;
        align-items: flex-start;
        position: relative;
        width: 94vw;
    }
    .odds > .center {
        width: 87vw;
        display: flex;
    }
    .odds > .center > .centerContent {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-evenly;
    }
    .odds > .center > .centerContent > .centerImg {
        width: 25%;
        margin: 5px 0;
    }
    .titlelayercorner {
        font-size: 1rem;
    }
    .odds > .center > p {
        display: flex;
        text-align: center;
        font-size: 0.7rem;
        margin: 2px 0 5px 0;
        font-weight: 400;
    }
    .odd-no-highlight2 {
        display: none;
    }
    .odds > .oddsRight {
        text-align: center;
        width: 40vw;
        position: absolute;
        bottom: 0;
        right: 5px;
    }
    .odds > .oddsLeft {
        text-align: center;
        width: 40vw;
        position: absolute;
        bottom: 0;
        left: 5px;
    }
    .odds > .oddsRight > h3 {
        color: #fff;
        margin: 0;
        border-radius: 2px;
        min-width: 40px;
        font-weight: 500;
        font-size: 1.5rem;
        padding: 4px;
    }
    .odds > .oddsLeft > h3 {
        color: #fff;
        margin: 0;
        border-radius: 2px;
        min-width: 40px;
        font-weight: 500;
        font-size: 1.5rem;
        padding: 4px;
    }
    .odds > .oddsRight > h2 {
        color: #05253E;
        margin: 0 0 3px 0;
        font-weight: 900;
        font-size: 1.5rem;
    }
    .odds > .oddsLeft > h2 {
        color: #05253E;
        margin: 0 0 3px 0;
        font-weight: 900;
        font-size: 1.5rem;
    }
    .odds > .center > .centerContent > p {
        font-size: 0.8rem;
        font-weight: 600;
    }
    #odds {
        height: 60vh;
        margin: 9vh 0 0 0;
        overflow: hidden;
        padding-top: 10px;
    }
}
@media (max-width: 690px) and (min-width: 670px) and (max-height: 102px) and (min-height: 98px) {
    .lpgif {
        display: none;
    }
    div#copy {
        display: none;
    }
    body {
        background-image: url(imgs/v9/680x100.jpg?v=11);
        padding: 8vh 22vw 8vh 30vw;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    #logo {
        width: 28vw;
        height: 100vh;
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }
    #logo > img {
        width: 58%;
        height: auto;
        margin: 5vh 0 0 0;
    }
    #copy {
        width: 14vw;
        position: absolute;
        right: 29px;
        margin: 5vh 0 0 0;
    }
    #cta {
        display: none;
    }
    #odds {
        width: 42vw;
        overflow: hidden;
        display: flex;
    }
    .odds {
        width: 42vw;
        height: 100%;
        position: relative;
        align-items: flex-end;
        padding: 6vh 2vw 0 2vw;
    }
    .titlelayercorner {
        font-size: 1rem;
    }
    .titleodds {
        display: none;
    }
    .odds > .oddsLeft > h2 {
        font-size: 1.5rem;
    }
    .odds > .oddsLeft > h3 {
        font-size: 1.3rem;
        padding: 2px 0;
        border-radius: 2px;
        min-width: 45px;
    }
    .odds > .center {
        display: flex;
        flex-direction: column;
        width: 43%;
        align-items: center;
    }
    .odds > .center > .centerContent {
        height: 60vh;
        margin: 9vh 0 0 0;
    }
    .title300x100 {
        color: #32b760;
        text-align: center;
        text-transform: uppercase;
        font-size: 0.8rem;
    }
    .odds > .center > .centerContent > p {
        font-size: 0.8rem;
    }
    .odds > .center > .centerContent {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-evenly;
    }
    .odds > .center > .centerContent > .centerImg {
        width: 43%;
        text-align: center;
    }
    .odds > .oddsRight > h2 {
        font-size: 1.5rem;
    }
    .odds > .oddsRight > h3 {
        font-size: 1.3rem;
        padding: 2px 0;
        border-radius: 2px;
        min-width: 45px;
    }
    .titlelayercorner {
        position: absolute;
        right: 52%;
        top: 0;
        font-size: 0.7rem;
        font-weight: 700;
    }
    .odds > .center > p {
        position: absolute;
        left: 47%;
        top: 0;
        font-size: 0.6rem;
        font-weight: 400;
    }
    .odd-no-highlight2 {
        display: none;
    }
}
@media (max-width: 1000px) and (min-width: 900px) and (max-height: 140px) and (min-height: 80px) {
    .lpgif {
        display: none;
    }
    h2 {
        margin: 0!important;
    }
    body {
        background-image: url(imgs/v9/980x120.jpg?v=11);
        padding: 8vh 20vw;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    #logo {
        display: none;
    }
    #copy {
        display: none;
    }
    #cta {
        display: none;
    }
    #disclaimer {
        display: none;
    }
    #odds {
        width: 55vw;
        overflow: hidden;
        display: flex;
        margin: 0 6vw 0 0;
    }
    .odds {
        width: 27vw;
        height: 79vh;
        position: relative;
        align-items: flex-end;
        padding: 0 1vw;
    }
    .titlelayercorner {
        font-size: 1rem;
    }
    .titleodds {
        display: none;
    }
    .odds > .oddsLeft > h2 {
        font-size: 1.5rem;
    }
    .odds > .oddsLeft > h3 {
        font-size: 1.3rem;
        padding: 3px;
        border-radius: 2px;
        min-width: 45px;
    }
    .odds > .center {
        display: flex;
        flex-direction: column;
        width: 43%;
        align-items: center;
    }
    .odds > .center > .centerContent {
        height: 46vh;
        margin: 0;
    }
    .title300x100 {
        color: #32b760;
        text-align: center;
        text-transform: uppercase;
        font-size: 0.8rem;
    }
    .odds > .center > .centerContent > p {
        font-size: 0.8rem;
    }
    .odds > .center > .centerContent {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-evenly;
    }
    .odds > .center > .centerContent > .centerImg {
        width: 45%;
        text-align: center;
    }
    .odds > .oddsRight > h2 {
        font-size: 1.5rem;
    }
    .odds > .oddsRight > h3 {
        font-size: 1.3rem;
        padding: 3px;
        border-radius: 2px;
        min-width: 45px;
    }
    .odd-no-highlight2 {
        display: none;
    }
    .titlelayercorner{
        position: absolute;
        top: 3%;
        right: 54%;
        font-size: 0.8rem;
    }
    .odds > .center > p {
        position: absolute;
        top: 3%;
        left: 48%;
        font-size: 0.8rem;
        margin: 0;
    }
}
@media (max-width: 1000px) and (min-width: 900px) and (max-height: 100px) and (min-height: 80px) {
    .lpgif {
        display: none;
    }
    body {
        background-image: url(imgs/v9/970x90.jpg?v=11);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    #copy {
        display: none;
    }
    #cta {
        display: none;
    }
    #disclaimer {
        display: none;
    }
    .odds > .center > .centerContent {
        height: 55vh;
        margin: 0;
    }
    .titlelayercorner{
        position: absolute;
        top: 3%;
        right: 54%;
        font-size: 0.6rem;
    }
    .odds > .center > p {
        position: absolute;
        top: 3%;
        left: 48%;
        font-size: 0.6rem;
        margin: 0;
    }
}
@media (max-width: 620px) and (max-height: 160px) and (min-height: 140px) {
    .lpgif {
        display: none;
    }
    body {
        background-image: url(imgs/v9/600x150.jpg?v=11);
        padding: 8vh 20vw;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    #logo {
        width: 170px;
        height: 100vh;
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #logo > img {
        width: auto;
        height: 57vh;
        margin: 15vh 0 0 0;
    }
    #copy {
        display: none;
    }
    #cta {
        display: none;
    }
    #disclaimer {
        display: none;
    }
    #odds {
        height: 80vh;
        overflow: hidden;
    }
    .odds {
        width: 58vw;
        height: 73vh;
        position: relative;
        align-items: flex-end;
        margin: 0 0 30vh;
        padding: 0 5vw 0 10vw;
    }
    .titleodds {
        display: none;
    }
    .odds > .oddsLeft > h2 {
        font-size: 28px;
    }
    .odds > .oddsLeft > h3 {
        font-size: 1.3rem;
        padding: 6px 3px;
        border-radius: 2px;
        min-width: 45px;
    }
    .odds > .center {
        display: flex;
        flex-direction: column;
        width: 40%;
        align-items: center;
    }
    .odds > .center > .centerContent {
        height: 30vh;
        margin: 20vh 0 0 0;
    }
    .title300x100 {
        color: #32b760;
        text-align: center;
        text-transform: uppercase;
        font-size: 0.8rem;
    }
    .titlelayercorner {
        font-size: 0.8rem;
        right: 46%;
    }
    .odds > .center > .centerContent > p {
        font-size: 0.8rem;

    }
    .odds > .center > .centerContent {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-evenly;
    }
    .odds > .center > .centerContent > .centerImg {
        width: 47%;
        text-align: center;
    }
    .odds > .oddsRight > h2 {
        font-size: 28px;
    }
    .odds > .oddsRight > h3 {
        font-size: 1.3rem;
        padding: 6px 3px;
        border-radius: 2px;
        min-width: 45px;
    }
    .odds > .center > p {
        font-size: 0.8rem;
        font-weight: 400;
        margin: 0;
        left: 55%;
    }
    .odd-no-highlight2 {
        display: none;
    }
}
@media (min-width: 1299px) and (max-width: 1301px) and (min-height: 279px) and (max-height: 301px) {
    .lpgif {
        display: none;
    }
    body {
        background-image: url(imgs/v9/1300x280.jpg?v=11);
    }
    #copy {
        right: 35px;
    }
    #cta {
        right: 30px;
    }
    #disclaimer {
        right: 35px;
    }
}
@media (min-width: 1139px) and (max-width: 1141px) and (min-height: 219px) and (max-height: 221px) {
    .lpgif {
        display: none;
    }
    .hide-odd-1140x220 {
        display: none;
    }

    body {
        background-image: url(imgs/v9/1140x220.jpg?v=11);
        background-position: center;
        justify-content: flex-start;
        padding: 8vh 26vw;
        background-size: cover;
    }
    .odds > .center > .centerContent {
        width: 85%;
        height: auto;
        justify-content: space-around;
        margin: 0 2vw;
        align-items: end;
    }
    .oddline{
        width: 30vw;
        overflow: hidden;
        height: 100vh;
    }
    #logo {
        display: none;
    }
    #copy {
        display: none;
    }
    #cta {
        display: flex;
        position: absolute;
        bottom: 14vh;
        left: 53vw;
        padding: 0;
        width: auto;
        height: 16vh;
    }
    #disclaimer {
        display: none;
    }
    #odds {
        height: 80vh;
        overflow: hidden;
    }
    .odds {
        width: 21vw;
        height: 88vh;
        margin: 0 0 5vh 0;
        position: relative;
        align-items: flex-start;
    }
    .odds > .center {
        width: 80%;
        margin: 0;
    }
    .odds > .oddsLeft {
        text-align: center;
        margin: 10px 0 0 0;
        position: absolute;
        bottom: 0;
        left: 35px;
    }
    .odds > .oddsRight {
        text-align: center;
        margin: 10px 0 0 0;
        position: absolute;
        bottom: 0;
        right: 35px;
    }
    .odds > .center > .centerContent > p {
        width: auto;
        height: auto;
        font-size: 1rem;
        font-weight: 600;
    }
    .odds > .center > .centerContent > .centerImg {
        width: auto;
        height: 28vh;
    }
    .odds > .oddsLeft > h3 {
        font-size: 2rem;
        padding: 2px 5px;
    }
    .odds > .oddsRight > h3 {
        font-size: 2rem;
        padding: 2px 5px;
    }
    .odds > .oddsRight > h2 {
        font-size: 2rem;
    }
    .odds > .oddsLeft > h2 {
        font-size: 2rem;
    }
    .titlelayercorner {
        font-size: 1rem;
    }
    .hide-odd-1260x200 {
        display: none;
    }
    .odds > .oddsLeft {
        text-align: center;
        margin: 10px 0 0 0;
    }
    .odds > .oddsRight {
        text-align: center;
        margin: 10px 0 0 0;
    }
    #calculator {
        position: absolute;
        top: 14vh;
        left: 37vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        width: 23vw;
        margin: 0 0 0 6vw;
    }
    .claim {
        width: 70%;
    }
    .claim > img{
        width: 100%;
    }
    .values_calc {
        display: flex;
        justify-content: space-between;
        width: 80%;
    }
    .values_calc > p{
        border: 1px solid #05253E;
        padding: 5px 4px;
        border-radius: 5px;
        min-width: 43px;
        text-align: center;
        font-size: 1.2rem;
        font-weight: bold;
        margin: 0.5rem 0;
    }
    .values_calc > p:hover{
        border: 1px solid #32B760;
        color: #32B760;
    }
    .result_calc{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 80%;
        border: 1px solid #05253E;
        padding: 3px 14px;
        border-radius: 5px;
    }
    .result_calc > p{
        margin: 0;
        font-weight: bold;
    }
    .result_value{
        font-size: 1.6rem;
    }
    .values_calc:hover ~ .result_calc{
        border: 1px solid #32B760;
        background: rgba(50, 184, 97, 0.13);
        color: #32B760;
    }
}
@media (min-width: 1259px) and (max-width: 1261px) and (min-height: 199px) and (max-height: 201px) {
    .lpgif {
        display: none;
    }
    body {
        background-image: url(imgs/v9/1260x200.jpg?v=11);
        background-position: center;
        justify-content: flex-start;
        padding: 8vh 26vw;
    }
    .oddline{
        width: 30vw;
    }
    #logo {
        display: none;
    }
    #copy {
        display: none;
    }
    #cta {
        display: flex;
        position: absolute;
        bottom: 5vh;
        padding: 0;
        left: 53vw;
        width: auto;
    }
    #disclaimer {
        display: none;
    }
    #odds {
        height: 80vh;
        overflow: hidden;
    }
    .odds {
        width: 21vw;
        height: 88vh;
        margin: 0 0 5vh 0;
        position: relative;
        align-items: flex-start;
    }
    .odds > .center {
        width: 80%;
        margin: 0;
    }
    .odds > .oddsLeft {
        text-align: center;
        margin: 10px 0 0 0;
        position: absolute;
        bottom: 0;
        left: 35px;
    }
    .odds > .oddsRight {
        text-align: center;
        margin: 10px 0 0 0;
        position: absolute;
        bottom: 0;
        right: 35px;
    }
    .odds > .center > .centerContent > p {
        width: auto;
        height: auto;
        font-size: 1rem;
        font-weight: 600;
    }
    .odds > .center > .centerContent > .centerImg {
        width: auto;
        height: 23vh;
    }
    .odds > .oddsLeft > h3 {
        font-size: 2rem;
        padding: 6px 5px;
    }
    .odds > .oddsRight > h3 {
        font-size: 2rem;
        padding: 6px 5px;
    }
    .odds > .oddsRight > h2 {
        font-size: 2rem;
    }
    .odds > .oddsLeft > h2 {
        font-size: 2rem;
    }
    .titlelayercorner {
        font-size: 1rem;
    }
    .hide-odd-1260x200 {
        display: none;
    }
    .odds > .oddsLeft {
        text-align: center;
        margin: 10px 0 0 0;
    }
    .odds > .oddsRight {
        text-align: center;
        margin: 10px 0 0 0;
    }
    #calculator {
        position: absolute;
        top: 10vh;
        left: 37vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        width: 23vw;
        margin: 0 0 0 6vw;
    }
    .claim.show-layercorner{
        width: 16%;
        position: absolute;
        left: 2vw;
        display: flex;
    }
    .claim > img{
        width: 100%;
    }
    .values_calc {
        display: flex;
        justify-content: space-between;
        width: 70%;
    }
    .values_calc > p{
        border: 1px solid #05253E;
        padding: 5px 7px;
        border-radius: 5px;
        min-width: 43px;
        text-align: center;
        font-size: 1.2rem;
        font-weight: bold;
        margin: 0.5rem 0;
    }
    .values_calc > p:hover{
        border: 1px solid #32B760;
        color: #32B760;
    }
    .result_calc{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 70%;
        border: 1px solid #05253E;
        padding: 3px 14px;
        border-radius: 5px;
    }
    .result_calc > p{
        margin: 0;
        font-weight: bold;
    }
    .result_value{
        font-size: 1.6rem;
    }
    .values_calc:hover ~ .result_calc{
        border: 1px solid #32B760;
        background: rgba(50, 184, 97, 0.13);
        color: #32B760;
    }
}
@media (max-width: 530px) and (min-width: 500px) and (max-height: 100px) {
    .lpgif {
        display: none;
    }
    body {
        background-image: url(imgs/v9/520x90.jpg?v=11);
        background-position: center;
        flex-direction: row;
        justify-content: space-between;
    }
    #odds {
        width: 50vw;
        padding: 0;
        display: flex;
        flex-direction: column;
        margin: 15vh 10vw 10vh auto;
        justify-content: center;
    }
    #logo {
        display: none;
    }
    #copy {
        display: none;
    }
    #cta {
        display: none;
    }
    #disclaimer {
        display: none;
    }
    .titleodds > h1 {
        font-size: 0.5rem;
    }
    .oddline {
        width: 100% !important;
    }
    #odds {
        width: 50vw;
        padding: 0;
        display: flex;
        flex-direction: column;
        margin: 10vh 8vw 10vh auto;
        justify-content: center;
    }
    .odds > .oddsLeft > h2 {
        font-size: 1.7rem;
    }
    .odds > .oddsLeft > h3 {
        font-size: 1rem;
        padding: 2px;
        border-radius: 2px;
        min-width: 48px;
    }
    .odds > .center {
        display: flex;
        flex-direction: column;
        width: 27vw;
        align-items: center;
    }
    .title300x100 {
        color: #32b760;
        text-align: center;
        text-transform: uppercase;
    }
    .odds > .center > .centerContent > p {
        font-size: 0.8rem;
    }
    .odds > .center > .centerContent > .centerImg {
        width: 23%;
    }
    .odds > .oddsRight > h2 {
        font-size: 1.7rem;
    }
    .odds > .oddsRight > h3 {
        font-size: 1rem;
        padding: 2px;
        border-radius: 2px;
        min-width: 48px;
    }
    .odds > .center > p {
        text-align: center;
        font-size: 0.8rem;
        margin: 1px 0 5px 0;
    }
    .datebegin_hide {
        display: block;
    }
    .titleodds {
        display: none;
    }
    .titlelayercorner{
        position: absolute;
        top: 8vh;
        right: 34%;
        font-size: 0.7rem;
    }
    .odds > .center > p {
        position: absolute;
        top: 8vh;
        left: 67%;
        font-size: 0.7rem;
    }
    .odds > .center > .centerContent {
        display: flex;
        width: 32vw;
        align-items: center;
        justify-content: space-evenly;
    }
}
@media (max-width: 645px) and (min-width: 635px) and (max-height: 325px) and (min-height: 315px) {
    .lpgif {
        display: none;
    }
    body {
        background-image: url(imgs/v9/640x320.jpg?v=11);
        padding: 11vh 48vw 5vh 3vw;
        background-position: right;
        background-size: cover;
        background-repeat: no-repeat;
        justify-content: flex-start;
    }
    #logo {
        display: none;
    }
    #copy {
        display: none;
    }
    #cta {
        display: flex;
        padding: 4% 15%;
    }
    #cta > img {
        width: 41%;
        margin: 0;
    }
    #odds {
        overflow: hidden;
        height: 36vh;
        display: flex;
        width: 61vw;
    }
    .odds {
        width: 58vw;
        height: 38vh;
        position: relative;
        align-items: center;
        margin: 0 ;
        padding: 0 5vw 0 10vw;
    }
    .titlelayercorner {
        font-size: 0.8rem;
    }
    .titleodds {
        display: none;
    }
    .odds > .oddsLeft > h2 {
        font-size: 36px;
    }
    .odds > .oddsLeft > h3 {
        font-size: 1.6rem;
        padding: 2px 6px;
        border-radius: 2px;
        min-width: 45px;
    }
    .odds > .center {
        display: flex;
        flex-direction: column;
        width: 40%;
        align-items: center;
    }
    .odds > .center > .centerContent {
        height: 30vh;
        margin: 0;
    }
    .title300x100 {
        color: #32b760;
        text-align: center;
        text-transform: uppercase;
        font-size: 0.8rem;
    }
    .odds > .center > .centerContent > p {
        font-size: 0.8rem;
    }
    .odds > .center > .centerContent {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-evenly;
    }
    .odds > .center > .centerContent > .centerImg {
        width: 35%;
        text-align: center;
    }
    .odds > .oddsRight > h2 {
        font-size: 36px;
    }
    .odds > .oddsRight > h3 {
        font-size: 1.6rem;
        padding: 2px 6px;
        border-radius: 2px;
        min-width: 45px;
    }
    .odds > .center > p {
        font-size: 0.7rem;
        font-weight: 600;
        margin: 0;
    }
    .odd-no-highlight2 {
        display: none;
    }
    .show-640x320{
        display: flex;
    }
    #calculator {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        width: 85%;
        margin: 0 0 0 12vw;
    }
    .claim{
        width: 16%;
        position: absolute;
        left: 6vw;
    }
    .claim > img{
        width: 100%;
    }
    .values_calc {
        display: flex;
        justify-content: space-between;
        width: 70%;
    }
    .values_calc > p{
        border: 1px solid #05253E;
        padding: 5px 6px;
        border-radius: 5px;
        min-width: 43px;
        text-align: center;
        font-size: 1rem;
        font-weight: bold;
        margin: 6px 0;
    }
    .values_calc > p:hover{
        border: 1px solid #32B760;
        color: #32B760;
    }
    .result_calc{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 69%;
        border: 1px solid #05253E;
        padding: 3px 14px;
        border-radius: 5px;
    }
    .result_calc > p{
        margin: 0;
        font-weight: bold;
    }
    .result_value{
        font-size: 1.2rem;
    }
    .values_calc:hover ~ .result_calc{
        border: 1px solid #32B760;
        background: rgba(50, 184, 97, 0.13);
        color: #32B760;
    }
    .show-1260x200{
        display: none;
    }
}
@media (max-width: 730px) and (min-width: 700px) and (max-height: 100px) {
    .lpgif {
        display: none;
    }
    div#copy {
        display: none;
    }
    body {
        background-image: url(imgs/v9/728x90.jpg?v=11);
        padding: 8vh 22vw 8vh 30vw;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    #logo {
        display: none;
    }
    #cta {
        display: none;
    }
    #odds {
        width: 50vw;
        overflow: hidden;
        display: flex;
    }
    .odds {
        width: 50vw;
        height: 100%;
        position: relative;
        align-items: flex-end;
        padding: 6vh 2vw 0 2vw;
    }
    .titlelayercorner {
        font-size: 1rem;
    }
    .titleodds {
        display: none;
    }
    .odds > .oddsLeft > h2 {
        font-size: 1.5rem;
    }
    .odds > .oddsLeft > h3 {
        font-size: 1.3rem;
        padding: 2px 0;
        border-radius: 2px;
        min-width: 45px;
    }
    .odds > .center {
        display: flex;
        flex-direction: column;
        width: 65%;
        align-items: center;
    }
    .odds > .center > .centerContent {
        height: 66vh;
        margin: 3vh 0 0 0;
    }
    .title300x100 {
        color: #32b760;
        text-align: center;
        text-transform: uppercase;
        font-size: 0.8rem;
    }
    .odds > .center > .centerContent > p {
        font-size: 0.8rem;
    }
    .odds > .center > .centerContent {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-evenly;
    }
    .odds > .center > .centerContent > .centerImg {
        width: 41%;
        text-align: center;
    }
    .odds > .oddsRight > h2 {
        font-size: 1.5rem;
    }
    .odds > .oddsRight > h3 {
        font-size: 1.3rem;
        padding: 2px 0;
        border-radius: 2px;
        min-width: 45px;
    }
    .titlelayercorner {
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        top: 25vh;
        font-size: 0.7rem;
        font-weight: 700;
    }
    .odds > .center > p {
        position: absolute;
        right: 50%;
        transform: translateX(75%);
        top: 38vh;
        font-size: 0.6rem;
        font-weight: 400;
    }
    .odd-no-highlight2 {
        display: none;
    }
    .odds > .center > .centerContent {
        justify-content: space-between;
    }
    .odds > .center > .centerContent > p {
        display: none;
    }
    .odds > .center > .centerContent > .centerImg {
        height: 100%;
        width: 24%;
    }
}
.show-smallsquaremobile {
    display: block;
}
.show-squaremobile {
    display: none;
}
.show-pushdownmobile {
    display: none;
}
.show-layercorner {
    display: none;
}
.show-pushdown {
    display: none;
}
.show-pushdownLarge {
    display: none;
}
.show-interstitial {
    display: none;
}
.show-300x100 {
    display: none;
}
.show-728x150 {
    display: none;
}
.show-1160x60 {
    display: none;
}
.show-980x120 {
    display: none;
}
.show-300x50 {
    display: none;
}
.show-520x90 {
    display: none;
}
.show-728x90 {
    display: none;
}
.show-160x600 {
    display: none;
}
.show-640x320 {
    display: none;
}
@media (min-width: 250px) and (max-width: 310px - 1) and (min-height: 250px) {
    .show-smallsquaremobile {
        display: none;
    }
    .show-squaremobile {
        display: flex;
    }
    .show-pushdownmobile {
        display: none;
    }
    .show-layercorner {
        display: none;
    }
    .show-pushdown {
        display: none;
    }
    .show-pushdownLarge {
        display: none;
    }
    .show-interstitial {
        display: none;
    }
    .show-300x100 {
        display: none;
    }
    .show-728x150 {
        display: none;
    }
    .show-1160x60 {
        display: none;
    }
    .show-980x120 {
        display: none;
    }
    .show-300x50 {
        display: none;
    }
    .show-520x90 {
        display: none;
    }
    .show-728x90 {
        display: none;
    }
    .show-160x600 {
        display: none;
    }
    .show-640x320 {
        display: none;
    }
}
@media (min-width: 310px) and (min-height: 130px) {
    .show-smallsquaremobile {
        display: none;
    }
    .show-squaremobile {
        display: none;
    }
    .show-pushdownmobile {
        display: flex;
    }
    .show-layercorner {
        display: none;
    }
    .show-pushdown {
        display: none;
    }
    .show-pushdownLarge {
        display: none;
    }
    .show-interstitial {
        display: none;
    }
    .show-300x100 {
        display: none;
    }
    .show-728x150 {
        display: none;
    }
    .show-1160x60 {
        display: none;
    }
    .show-980x120 {
        display: none;
    }
    .show-300x50 {
        display: none;
    }
    .show-520x90 {
        display: none;
    }
    .show-728x90 {
        display: none;
    }
    .show-160x600 {
        display: none;
    }
    .show-640x320 {
        display: none;
    }
}
@media (min-width: 220px) and (min-height: 400px) {
    .show-smallsquaremobile {
        display: none;
    }
    .show-squaremobile {
        display: none;
    }
    .show-pushdownmobile {
        display: none;
    }
    .show-layercorner {
        display: flex;
    }
    .show-pushdown {
        display: none;
    }
    .show-pushdownLarge {
        display: none;
    }
    .show-interstitial {
        display: none;
    }
    .show-300x100 {
        display: none;
    }
    .show-728x150 {
        display: none;
    }
    .show-1160x60 {
        display: none;
    }
    .show-980x120 {
        display: none;
    }
    .show-300x50 {
        display: none;
    }
    .show-520x90 {
        display: none;
    }
    .show-728x90 {
        display: none;
    }
    .show-160x600 {
        display: none;
    }
    .show-640x320 {
        display: none;
    }
}
@media (min-width: 750px) and (min-height: 160px) {
    .show-smallsquaremobile {
        display: none;
    }
    .show-squaremobile {
        display: none;
    }
    .show-pushdownmobile {
        display: none;
    }
    .show-layercorner {
        display: none;
    }
    .show-pushdown {
        display: flex;
    }
    .show-pushdownLarge {
        display: none;
    }
    .show-interstitial {
        display: none;
    }
    .show-300x100 {
        display: none;
    }
    .show-728x150 {
        display: none;
    }
    .show-1160x60 {
        display: none;
    }
    .show-980x120 {
        display: none;
    }
    .show-300x50 {
        display: none;
    }
    .show-520x90 {
        display: none;
    }
    .show-728x90 {
        display: none;
    }
    .show-160x600 {
        display: none;
    }
    .show-640x320 {
        display: none;
    }
}
@media (min-width: 1450px) and (min-height: 200px) {
    .show-smallsquaremobile {
        display: none;
    }
    .show-squaremobile {
        display: none;
    }
    .show-pushdownmobile {
        display: none;
    }
    .show-layercorner {
        display: none;
    }
    .show-pushdown {
        display: none;
    }
    .show-pushdownLarge {
        display: flex;
    }
    .show-interstitial {
        display: none;
    }
    .show-300x100 {
        display: none;
    }
    .show-728x150 {
        display: none;
    }
    .show-1160x60 {
        display: none;
    }
    .show-980x120 {
        display: none;
    }
    .show-300x50 {
        display: none;
    }
    .show-520x90 {
        display: none;
    }
    .show-728x90 {
        display: none;
    }
    .show-160x600 {
        display: none;
    }
    .show-640x320 {
        display: none;
    }
}
@media (min-width: 600px) and (min-height: 400px) {
    .show-smallsquaremobile {
        display: none;
    }
    .show-squaremobile {
        display: none;
    }
    .show-pushdownmobile {
        display: none;
    }
    .show-layercorner {
        display: none;
    }
    .show-pushdown {
        display: none;
    }
    .show-pushdownLarge {
        display: none;
    }
    .show-interstitial {
        display: flex;
    }
    .show-300x100 {
        display: none;
    }
    .show-728x150 {
        display: none;
    }
    .show-1160x60 {
        display: none;
    }
    .show-980x120 {
        display: none;
    }
    .show-300x50 {
        display: none;
    }
    .show-520x90 {
        display: none;
    }
    .show-728x90 {
        display: none;
    }
    .show-160x600 {
        display: none;
    }
    .show-640x320 {
        display: none;
    }
}
@media (max-width: 321px) and (max-height: 55px) {
    .show-smallsquaremobile {
        display: none;
    }
    .show-squaremobile {
        display: none;
    }
    .show-pushdownmobile {
        display: none;
    }
    .show-layercorner {
        display: none;
    }
    .show-pushdown {
        display: none;
    }
    .show-pushdownLarge {
        display: none;
    }
    .show-interstitial {
        display: none;
    }
    .show-300x50 {
        display: flex;
    }
    .show-300x100 {
        display: none;
    }
    .show-728x150 {
        display: none;
    }
    .show-1160x60 {
        display: none;
    }
    .show-980x120 {
        display: none;
    }
    .show-520x90 {
        display: none;
    }
    .show-728x90 {
        display: none;
    }
    .show-160x600 {
        display: none;
    }
    .show-640x320 {
        display: none;
    }
}
@media (max-width: 325px) and (max-height: 105px) {
    .show-smallsquaremobile {
        display: none;
    }
    .show-squaremobile {
        display: none;
    }
    .show-pushdownmobile {
        display: none;
    }
    .show-layercorner {
        display: none;
    }
    .show-pushdown {
        display: none;
    }
    .show-pushdownLarge {
        display: none;
    }
    .show-interstitial {
        display: none;
    }
    .show-300x50 {
        display: none;
    }
    .show-300x100 {
        display: flex;
    }
    .show-728x150 {
        display: none;
    }
    .show-1160x60 {
        display: none;
    }
    .show-980x120 {
        display: none;
    }
    .show-520x90 {
        display: none;
    }
    .show-728x90 {
        display: none;
    }
    .show-160x600 {
        display: none;
    }
    .show-640x320 {
        display: none;
    }
}
@media (max-width: 750px) and (max-height: 160px) and (min-height: 140px) {
    .show-smallsquaremobile {
        display: none;
    }
    .show-squaremobile {
        display: none;
    }
    .show-pushdownmobile {
        display: none;
    }
    .show-layercorner {
        display: none;
    }
    .show-pushdown {
        display: none;
    }
    .show-pushdownLarge {
        display: none;
    }
    .show-interstitial {
        display: none;
    }
    .show-300x50 {
        display: none;
    }
    .show-300x100 {
        display: none;
    }
    .show-728x150 {
        display: flex !important;
    }
    .show-1160x60 {
        display: none;
    }
    .show-980x120 {
        display: none;
    }
    .show-300x50 {
        display: none;
    }
    .show-520x90 {
        display: none;
    }
    .show-728x90 {
        display: none;
    }
    .show-160x600 {
        display: none;
    }
    .show-640x320 {
        display: none;
    }
}
@media (max-width: 1200px) and (max-height: 70px) {
    .show-smallsquaremobile {
        display: none;
    }
    .show-squaremobile {
        display: none;
    }
    .show-pushdownmobile {
        display: none;
    }
    .show-layercorner {
        display: none;
    }
    .show-pushdown {
        display: none;
    }
    .show-pushdownLarge {
        display: none;
    }
    .show-interstitial {
        display: none;
    }
    .show-300x50 {
        display: none;
    }
    .show-300x100 {
        display: none;
    }
    .show-728x150 {
        display: none;
    }
    .show-1160x60 {
        display: flex !important;
    }
    .show-980x120 {
        display: none;
    }
    .show-300x50 {
        display: none;
    }
    .show-520x90 {
        display: none;
    }
    .show-728x90 {
        display: none;
    }
    .show-160x600 {
        display: none;
    }
    .show-640x320 {
        display: none;
    }
}
@media (max-width: 321px) and (max-height: 51px) {
    .show-smallsquaremobile {
        display: none;
    }
    .show-squaremobile {
        display: none;
    }
    .show-pushdownmobile {
        display: none;
    }
    .show-layercorner {
        display: none;
    }
    .show-pushdown {
        display: none;
    }
    .show-pushdownLarge {
        display: none;
    }
    .show-interstitial {
        display: none;
    }
    .show-300x50 {
        display: none;
    }
    .show-300x100 {
        display: none;
    }
    .show-728x150 {
        display: none;
    }
    .show-1160x60 {
        display: none;
    }
    .show-980x120 {
        display: none;
    }
    .show-300x50 {
        display: flex;
    }
    .show-520x90 {
        display: none;
    }
    .show-728x90 {
        display: none;
    }
    .show-160x600 {
        display: none;
    }
    .show-640x320 {
        display: none;
    }
}
@media (max-width: 690px) and (min-width: 670px) and (max-height: 102px) and (min-height: 98px) {
    .show-smallsquaremobile {
        display: none;
    }
    .show-squaremobile {
        display: none;
    }
    .show-pushdownmobile {
        display: none;
    }
    .show-layercorner {
        display: none;
    }
    .show-pushdown {
        display: none;
    }
    .show-pushdownLarge {
        display: none;
    }
    .show-interstitial {
        display: none;
    }
    .show-300x50 {
        display: none;
    }
    .show-300x100 {
        display: none;
    }
    .show-728x150 {
        display: none;
    }
    .show-1160x60 {
        display: none;
    }
    .show-980x120 {
        display: flex;
    }
    .show-300x50 {
        display: none;
    }
    .show-520x90 {
        display: none;
    }
    .show-728x90 {
        display: none;
    }
    .show-160x600 {
        display: none;
    }
    .show-640x320 {
        display: none;
    }
}
@media (max-width: 1000px) and (min-width: 900px) and (max-height: 140px) and (min-height: 80px) {
    .show-smallsquaremobile {
        display: none;
    }
    .show-squaremobile {
        display: none;
    }
    .show-pushdownmobile {
        display: none;
    }
    .show-layercorner {
        display: none;
    }
    .show-pushdown {
        display: none;
    }
    .show-pushdownLarge {
        display: none;
    }
    .show-interstitial {
        display: none;
    }
    .show-300x50 {
        display: none;
    }
    .show-300x100 {
        display: none;
    }
    .show-728x150 {
        display: none;
    }
    .show-1160x60 {
        display: none;
    }
    .show-980x120 {
        display: flex;
    }
    .show-300x50 {
        display: none;
    }
    .show-520x90 {
        display: none;
    }
    .show-728x90 {
        display: none;
    }
    .show-160x600 {
        display: none;
    }
    .show-640x320 {
        display: none;
    }
}
@media (max-width: 530px) and (min-width: 500px) and (max-height: 100px) {
    .show-smallsquaremobile {
        display: none;
    }
    .show-squaremobile {
        display: none;
    }
    .show-pushdownmobile {
        display: none;
    }
    .show-layercorner {
        display: none;
    }
    .show-pushdown {
        display: none;
    }
    .show-pushdownLarge {
        display: none;
    }
    .show-interstitial {
        display: none;
    }
    .show-300x50 {
        display: none;
    }
    .show-300x100 {
        display: none;
    }
    .show-728x150 {
        display: none;
    }
    .show-1160x60 {
        display: none;
    }
    .show-980x120 {
        display: none;
    }
    .show-300x50 {
        display: none;
    }
    .show-520x90 {
        display: flex;
    }
    .show-728x90 {
        display: none;
    }
    .show-160x600 {
        display: none;
    }
    .show-640x320 {
        display: none;
    }
}
@media (max-width: 730px) and (min-width: 700px) and (max-height: 100px) {
    .show-smallsquaremobile {
        display: none;
    }
    .show-squaremobile {
        display: none;
    }
    .show-pushdownmobile {
        display: none;
    }
    .show-layercorner {
        display: none;
    }
    .show-pushdown {
        display: none;
    }
    .show-pushdownLarge {
        display: none;
    }
    .show-interstitial {
        display: none;
    }
    .show-300x50 {
        display: none;
    }
    .show-300x100 {
        display: none;
    }
    .show-728x150 {
        display: none;
    }
    .show-1160x60 {
        display: none;
    }
    .show-980x120 {
        display: none;
    }
    .show-300x50 {
        display: none;
    }
    .show-520x90 {
        display: none;
    }
    .show-728x90 {
        display: flex;
    }
    .show-160x600 {
        display: none;
    }
    .show-640x320 {
        display: none;
    }
}
@media (max-height: 650px) and (max-width: 200px) and (min-height: 550px) {
    .show-smallsquaremobile {
        display: none;
    }
    .show-squaremobile {
        display: none;
    }
    .show-pushdownmobile {
        display: none;
    }
    .show-layercorner {
        display: none;
    }
    .show-pushdown {
        display: none;
    }
    .show-pushdownLarge {
        display: none;
    }
    .show-interstitial {
        display: none;
    }
    .show-300x50 {
        display: none;
    }
    .show-300x100 {
        display: none;
    }
    .show-728x150 {
        display: none;
    }
    .show-1160x60 {
        display: none;
    }
    .show-980x120 {
        display: none;
    }
    .show-300x50 {
        display: none;
    }
    .show-520x90 {
        display: none;
    }
    .show-728x90 {
        display: none;
    }
    .show-160x600 {
        display: flex;
    }
    .show-640x320 {
        display: none;
    }
}
@media (max-width: 645px) and (min-width: 635px) and (max-height: 325px) and (min-height: 315px) {
    .show-smallsquaremobile {
        display: none;
    }
    .show-squaremobile {
        display: none;
    }
    .show-pushdownmobile {
        display: none;
    }
    .show-layercorner {
        display: none;
    }
    .show-pushdown {
        display: none;
    }
    .show-pushdownLarge {
        display: none;
    }
    .show-interstitial {
        display: none;
    }
    .show-300x50 {
        display: none;
    }
    .show-300x100 {
        display: none;
    }
    .show-728x150 {
        display: none;
    }
    .show-1160x60 {
        display: none;
    }
    .show-980x120 {
        display: none;
    }
    .show-300x50 {
        display: none;
    }
    .show-520x90 {
        display: none;
    }
    .show-728x90 {
        display: none;
    }
    .show-160x600 {
        display: none;
    }
    .show-640x320 {
        display: flex;
    }
}
@media (max-width: 325px) and (max-height: 105px) {
    .wrapper {
        display: none;
    }
    .lpgif {
        display: flex;
    }
    @keyframes lp1 {
        0% {
            opacity: 0;
        }
        5% {
            opacity: 1;
        }
        85% {
            opacity: 1;
        }
        88% {
            opacity: 0;
        }
        100% {
            opacity: 0;
        }
    }
    .iframe1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: url(imgs/v9/320x100_01.jpg?v=11);
        width: 100vw;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        animation-name: iframe1;
        animation-duration: 12s;
        animation-iteration-count: infinite;
        -webkit-animation-duration: 12s;
        -moz-animation-duration: 12s;
        -o-animation-duration: 12;
    }
    .iframe2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-image: url(imgs/v9/320x100_02.jpg?v=11);
        width: 100vw;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        animation-name: iframe2;
        animation-duration: 12s;
        animation-iteration-count: infinite;
        -webkit-animation-duration: 12s;
        -moz-animation-duration: 12s;
        -o-animation-duration: 12s;
    }
    .iframe3 {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        background-image: url(imgs/v9/320x100_03.jpg?v=11);
        background-size: contain;
        background-position: center;
        width: 100vw;
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        animation-name: iframe3;
        animation-duration: 12s;
        animation-iteration-count: infinite;
        -webkit-animation-duration: 12s;
        -moz-animation-duration: 12s;
        -o-animation-duration: 12s;
    }
    @keyframes iframe1 {
        0% {
            opacity: 1;
        }
        20% {
            opacity: 1;
        }
        23% {
            opacity: 0;
        }
        60% {
            opacity: 0;
        }
        66% {
            opacity: 0;
        }
        100% {
            opacity: 0;
        }
    }
    @keyframes iframe2 {
        0% {
            opacity: 0;
        }
        20% {
            opacity: 0;
        }
        23% {
            opacity: 1;
        }
        60% {
            opacity: 1;
        }
        63% {
            opacity: 0;
        }
        100% {
            opacity: 0;
        }
    }
    @keyframes iframe3 {
        0% {
            opacity: 0;
        }
        30% {
            opacity: 0;
        }
        33% {
            opacity: 0;
        }
        60% {
            opacity: 0;
        }
        63% {
            opacity: 1;
        }
        100% {
            opacity: 1;
        }
    }
    body {
        background: #fff;
        flex-direction: row;
        justify-content: space-between;
    }
    .oddline {
        width: 80% !important;
        height: 45vh;
        margin: 0 auto;
    }
    .odds > .oddsLeft > h2 {
        font-size: 1rem;
    }
    .odds > .oddsRight > h2 {
        font-size: 1rem;
    }
    .titlelayercorner{
        position: absolute;
        top: 8vh;
        right: 52%;
    }
    .odds > .center > p {
        position: absolute;
        top: 8vh;
        left: 52%;
    }
    .odds > .center > .centerContent > .centerImg {
        width: 36%;
        text-align: center;
    }
    .odds > .oddsLeft > h3 {
        font-size: 1rem;
        padding: 3px 4px;
        min-width: 55px;
    }
    .odds > .oddsRight > h3 {
        font-size: 1rem;
        padding: 3px 4px;
        min-width: 55px;
    }
    .odds > .center > .centerContent > p {
        font-weight: 600;
    }
    .titlelayercorner{
        top: 7vh;
        right: 50%;
        font-size: .7rem;
    }
    .odds > .center > p {
        top: 7vh;
        left: 50%;
        font-size: .7rem;
    }
}
@media (max-width: 305px) and (max-height: 105px) {
    .iframe1 {
        background-image: url(imgs/v9/300x100_01.jpg?v=11);
    }
    .iframe2 {
        background-image: url(imgs/v9/300x100_02.jpg?v=11);
    }
    .iframe3 {
        background-image: url(imgs/v9/300x100_03.jpg?v=11);
    }
    .oddline {
        width: 80% !important;
        height: 45vh;
        margin: 0 auto;
    }
    .odds > .oddsLeft > h2 {
        font-size: 1.1rem;
    }
    .odds > .oddsRight > h2 {
        font-size: 1.1rem;
    }
    .titlelayercorner{
        position: absolute;
        top: 7vh;
        right: 50%;
        font-size: .7rem;
    }
    .odds > .center > p {
        position: absolute;
        top: 7vh;
        left: 50%;
        font-size: .7rem;
    }
}
@media (max-width: 321px) and (max-height: 55px) {
    body {
        padding: 0;
        justify-content: flex-end;
    }
    .logo {
        width: 60vw;
    }
    .odds {
        align-items: center;
        display: flex;
        justify-content: flex-end;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .oddline {
        width: 70% !important;
        height: auto;
        margin: 0 auto;
    }
    .odds > .center {
        display: flex;
        flex-direction: column;
        width: 30%;
        align-items: center;
    }
    .odds > .oddsLeft > h2 {
        font-size: 1.1rem;
    }
    .odds > .oddsLeft > h3 {
        min-width: 33px;
        padding: 1px 2px;
        font-size: 0.7rem;
    }
    .odds > .oddsRight > h2 {
        font-size: 1.1rem;
    }
    .odds > .oddsRight > h3 {
        min-width: 33px;
        padding: 1px 2px;
        font-size: 0.7rem;
    }
    .odds > .center > .centerContent {
        padding: 0 5px;
    }
    .odds > .center > .centerContent > .centerImg {
        width: 46%;
        text-align: center;
    }
    .datebegin_hide {
        display: block;
    }
    .disclaimer {
        width: 5vw;
    }
    .titlelayercorner {
        position: absolute;
        left: -8px;
        top: 0;
        font-size: 0.8rem;
        font-weight: 700;
    }
    .datebegin {
        position: absolute;
        left: 22px;
        bottom: 10px;
        font-size: 0.7rem;
        font-weight: 400;
    }
    .odds > .center > .centerContent > p {
        font-size: 0.5rem;
        font-weight: bold;
    }
    .odds > .center > p {
        position: absolute;
        top: 54vh;
        left: 10%;
    }
    .iframe1 {
        background-image: url(imgs/v9/300x50_01.jpg?v=11);
        background-size: cover;
    }
    .iframe2 {
        background-image: url(imgs/v9/300x50_02.jpg?v=11);
        background-size: cover;
    }
    .iframe3 {
        background-image: url(imgs/v9/300x50_03.jpg?v=11);
        background-size: cover;
    }
}