* {
    margin: 0;
    border: 0;
    padding: 0;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: #25056b;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.lbv {
    background-color: #22272c;
}

#landscape-overlay {
    background-color: black;
}

/* ../images/landing/black.jpg  */
#overlay-background {
    opacity: 0;
}

.ieCookie {
    position: absolute;
    top: -1000px;
}

/* Fix position of popups during scroll */
#top-bar-container .overlay-container {
    position: fixed;
}

/* Special Text Colors */
.yellowTxt {
    color: #f59d2f;
}

.blueTxt {
    color: #05bfc8;
}

.greenTxt {
    color: #00b92a;
}

/* CTA style */
.cta {
    width: 20.25rem;
    height: 2.813rem;
    border-radius: 1.438rem;
    font-family: 'Noto Sans', 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 1.063rem;
    letter-spacing: 0.028rem;
    cursor: pointer;
}

.cta:hover {
    filter: brightness(120%);
}

.lbv .cta:hover {
    filter: brightness(100%);
}

/* Top Navigation Bar */
.top-nav {
    display: flex;
    position: fixed;
    z-index: 2;
    justify-content: center;
    width: 100%;
    min-width: 64rem;
    height: 4rem;
    margin: 0;
    background-color: #25056b;
}

.lbv .top-nav {
    background-color: #22272c;
}

.top-nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 79.25rem;
}

.top-nav .h5c-logo {
    width: 10.125rem;
    height: 2.625rem;
    margin-left: 4.625rem;
    background-image: url("../images/sweeps-landing/h5c-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0.5rem;
}

.lbv .top-nav .h5c-logo {
    background-image: url("../images/lbv-landing/lbv-logo.png")
}

.nav-btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-right: 4.625rem;
    width: 14.063rem;
}

.nav-btns.with-menu {
    width: 16.8125rem;
}

.signup-btn,
.login-btn {
    color: white;
    height: 1.875rem;
    border-radius: 0.938rem;
    font-size: 0.75rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.33;
    font-family: 'Noto Sans', 'Roboto', sans-serif;
}

.signup-btn,
.contact-btn {
    width: 7.188rem;
    background-color: #ff7b1b;
}

.lbv .signup-btn,
.lbv .contact-btn {
    background-color: #efb433;
    color: #5a2b07;
}

.lbv .signup-btn:hover,
.lbv .contact-btn:hover {
    background-color: #f3c766;
}

.login-btn {
    width: 5.625rem;
    background-color: #ac1eff;
}

.lbv .login-btn {
    background-color: #454f59;
}

.menu-btn {
    width: 1.5rem;
    background-color: transparent;
    cursor: pointer;
}

.menu-btn img {
    width: 100%;
}

.side-nav-menu {
    width: 100%;
    height: calc(100% - 4rem);
    position: fixed;
    z-index: 100;
    pointer-events: none;
    top: 4rem;
}

.side-nav-menu.open {
    pointer-events: all;
}

.side-nav-menu .side-nav-cover {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
}

.side-nav-menu.open .side-nav-cover {
    display: block;
}

.side-nav-menu .side-nav-menu-contents {
    width: 0%;
    height: 100%;
    background-color: #25056b;
    position: absolute;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: -3px 0 4px 0 rgba(22, 14, 68, 0.24);
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}

.lbv .side-nav-menu .side-nav-menu-contents {
    background-color: #22272c;
}


.side-nav-menu.open .side-nav-menu-contents {
    width: 21.5rem;
    max-width: calc(100% - 2.875rem);
}

.side-nav-menu .side-nav-menu-contents a {
    text-decoration: none;
}

.side-nav-menu .side-nav-menu-contents .side-nav-menu-item {
    color: white;
    height: 2.6875rem;
    font-family: 'Noto Sans', 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 17px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.45px;
    text-align: left;
    padding: 0 1.5rem;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.side-nav-menu .side-nav-menu-contents .side-nav-menu-item:hover {
    background-color: #8c77ff;
}

.lbv .side-nav-menu .side-nav-menu-contents .side-nav-menu-item:hover {
    background-color: #454f59;
}

/* Section 1 Hero Header */
.section1 {
    position: relative;
    padding-top: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    width: 100%;
    min-width: 64rem;
    height: 100%;
    overflow: hidden;
}

.lbv .section1 {
    background-image: none;
    background-color: #14171a;
}

.sub1 {
    position: relative;
    width: 100%;
}

.section1 .sub1 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 0;
}

.section1 .left {
    position: relative;
    left: 3%;
    max-width: 32rem;
}

/* Font styles for sections 1 and 3 */
.section1 .fstyle,
.section3 .fstyle {
    overflow-wrap: break-word;
    font-family: 'Noto Sans', 'Roboto', sans-serif;
    color: #431aa2;
    font-stretch: normal;
    font-style: normal;
}

.lbv .section1 .fstyle,
.lbv .section3 .fstyle {
    color: white;
}

.section1 .fstyle {
    color: #ffffff;
}

.section1 .line1 {
    margin: 0;
    font-size: 1.3125rem;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.0288rem;
}

.lbv .section1 .line1 {
    margin: 0;
    font-size: 1.3125rem;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
}

.section1 .line2 {
    margin: 0;
    font-size: 3.125rem;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0.0238rem;
}

.lbv .section1 .line2 {
    margin: 0;
    font-size: 3.125rem;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
}

.section1 .line3 {
    margin: 0.25rem 0 0 0;
    font-size: 2.313rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.0581rem;
}

.lbv .section1 .line3 {
    margin: 0.25rem 0 0 0;
    font-size: 6.25rem;
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: normal;
}

.section1 .line4 {
    width: 26.375rem;
    margin: 0.25rem 0 0 0;
    font-size: 1.3125rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.0344rem;
}

.lbv .section1 .line4 {
    width: 26.375rem;
    margin: 0.25rem 0 0 0;
    font-size: 2.3125rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.section1 .line5 {
    width: 20.9375rem;
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
}

.lbv .section1 .line5 {
    width: 26.375rem;
    margin: 0.25rem 0 0 0;
    font-size: 2.3125rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

.lbv .section1 .line6 {
    width: 26.375rem;
    margin: 1rem 0 0 0;
    font-size: 0.875rem;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
}

.section1 .img1 {
    position: relative;
    display: block;
    width: 38.75rem;
    height: 34.25rem;
    background-image: url("../images/sweeps-landing/hero-header-image-desktop-egr.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: -2.5rem;
    left: 6.8rem;
}

.lbv .section1 .img1 {
    background-image: url("../images/lbv-landing/hero-image-desktop.jpg");
    margin-top: 0;
}

.section1 .img2 {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    width: 90rem;
    height: 7.4375rem;
    background-image: url("../images/sweeps-landing/usa-desktop.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.lbv .section1 .img2 {
    background-image: url("../images/sweeps-landing/spinback-desktop.png");
}

.section1 .cta {
    color: white;
    background-color: #ff7b1b;
    margin: 1.75rem 0 0 0;
    padding: 0.5rem 2.75rem 0.5rem 2.813rem;
}

.lbv .section1 .cta {
    color: #5a2b07;
    background-color: #efb433;
    margin: 1rem 0 0 0;
}

.lbv .section1 .cta:hover {
    background-color: #f3c766;
}

/* Animation Background */
.section1 .animBG {
    position: absolute;
    top: 0;
    z-index: -1;
}

.section1 .animBG .mediaContainer {
    width: 100%;
}

.section1 .animBG .videoContainer {
    width: 100%;
}

.section1 .animBG video {
    min-width: 120%;
    height: auto;
}

/* Section 2 Exclusive Offer */
.section2 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 64rem;
    height: 36.375rem;
    background-image: linear-gradient(to bottom, #62058e, #62058e 81%);
    overflow: clip;
}

.lbv .section2 {
    height: auto;
    padding-bottom: 6.25rem;
    background-image: none;
    background-color: #14171a;
    overflow: hidden;
}

.section2 .sub1 {
    display: block;
    width: 100%;
    overflow: clip;
}

.lbv .section2 .sub1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section2 .center {
    position: relative;
    max-width: 64rem;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}

/* Font styles for sections 2 and 4 */
.section2 .fstyle,
.section4 .fstyle {
    overflow-wrap: break-word;
    font-family: 'Noto Sans', 'Roboto', sans-serif;
    color: white;
    font-stretch: normal;
    font-style: normal;
}

.section2 .fstyle {
    color: #ffffff;
}

.section2 .sub1 {
    overflow: clip;
}

.section2 .line1 {
    margin: 0 0 1rem;
    font-size: 2.875rem;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.022rem;
}

.section2 .line2 {
    margin: 0 auto;
    font-size: 1.3125rem;
    font-weight: bold;
    line-height: 1.41;
    letter-spacing: 0.028rem;
    max-width: 46.75rem;
}

.section2 .img1 {
    position: relative;
    display: block;
    margin-top: 2.4375rem;
    width: 100%;
    min-width: 90rem;
    height: 17.9375rem;
    background-image: url("../images/sweeps-landing/games-list-desktop.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.lbv .section2 .img1 {
    margin-top: 0;
    width: 100%;
    height: 50rem;
    background-image: url("../images/lbv-landing/lbv-play-perks-2-desktop.png");
}

.section2 .cta {
    color: white;
    background-color: #ff7b1b;
    margin: 1rem 0 2rem 0;
    padding: 0.5rem 2.75rem 0.5rem 2.813rem;
}

.lbv .section2 .cta {
    background-color: #efb433;
}

.lbv .section2 .cta:hover {
    background-color: #f3c766;
}

/* Call Out Section */

.call-out {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 43rem;
    background-image: url("../images/sweeps-landing/call-out-bg.png"), linear-gradient(to bottom, #62058e 60%, #edf4ff 100%);
    background-position: top;
    background-size: 135.5rem;
    background-repeat: no-repeat;
    overflow: hidden;
}

.lbv .call-out {
    background-image: none;
    background: #14171a;
    height: auto;
}

.call-out .sub1 {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 64rem;
}

.call-out .img1 {
    position: relative;
    display: block;
    width: 40rem;
    min-width: 40rem;
    height: 40rem;
    background-image: url("../images/sweeps-landing/rtp-providers-desktop.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.lbv .call-out .img1 {
    width: 35.375rem;
    min-width: 35.375rem;
    height: 32.375rem;
    background-image: url("../images/lbv-landing/play-more-games.jpg");
    overflow: visible;
    margin-right: 1.4375rem;
}

.call-out .fstyle {
    overflow-wrap: break-word;
    font-family: 'Noto Sans', 'Roboto', sans-serif;
    color: #ffffff;
    font-stretch: normal;
    font-style: normal;
    margin-bottom: 10%;
}

.call-out .line1 {
    width: 20rem;
    font-size: 2.875rem;
    font-weight: 800;
    line-height: 1.35;
}

.lbv .call-out .line1 {
    width: 23.75rem;
}

.call-out .line2 {
    width: 23rem;
    font-size: 1.0625rem;
    font-weight: bold;
    line-height: 1.41;
    letter-spacing: 0.0281rem;
}

.lbv .call-out .line2 {
    width: 23.75rem;
    padding-top: 1.5rem;
}

.lbv .call-out .line2 .cta {
    width: 20.25rem;
    height: 2.8125rem;
    margin-top: 2rem;
    background-color: #efb433;
    color: #5a2b07;
}

.lbv .call-out .line2 .cta:hover {
    background-color: #f3c766;
}


.call-out .swoosh {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-width: 64rem;
    background-image: url("../images/sweeps-landing/swoosh.png");
    background-size: 135.5rem;
    background-repeat: repeat-x;
    background-position: center 150%;
}

.lbv .call-out .swoosh {
    background-image: url('../images/lbv-landing/lbv-swoosh.png');
}

/* Section 3 Big Win */

.section3 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 64rem;
    width: 100%;
    height: 48.8125rem;
    /* background-image: url("../images/sweeps-landing/big-win-section-bg.png"); */
    background-color: #edf4ff;
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    overflow: hidden;
    z-index: 0;
}

.lbv .section3 {
    background-image: none;
    background-color: #14171a;
    height: 100%;
}

.section3 .center {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.lbv .section3 .left {
    min-width: 27.9375rem;
    margin-left: 14.625rem;
    padding-bottom: 4.375rem;
}

.lbv .section3 .sub1 {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 64rem;
    overflow: visible;
}

.section3 .line1 {
    margin-top: 0;
    font-size: 2.313rem;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.058rem;
}

.lbv .section3 .line1 {
    font-size: 2.875rem;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: -0.0375rem;
    width: 100%;
}

.section3 .line2 {
    margin-bottom: 1.75rem;
    font-size: 1.563rem;
    font-weight: 900;
    line-height: 1.28;
    letter-spacing: 0.029rem;
    text-transform: uppercase;
}

.lbv .section3 .line2 {
    width: 22.75rem;
    font-size: 1.0625rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: 0.0281rem;
    text-transform: none;
    padding-top: 1.5rem;
}

.section3 .img1 {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 33.25rem;
    background-image: url("../images/sweeps-landing/bigcheck-desktop.png");
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}

.lbv .section3 .img1 {
    position: relative;
    display: block;
    margin: 0;
    min-width: 40.1875rem;
    height: 44.625rem;
    background-image: url("../images/lbv-landing/lbv-rtp-img-desktop.png");
    background-size: 2560p;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
}

.section3 .mediaContainer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.section3 .videoContainer {
    width: 100%;
    max-width: 64rem;
}

.section3 video {
    width: 100%;
    height: 100%;
}

.section3 .sub2 {
    position: relative;
    width: 79.25rem;
}

.section3 .cta,
.section4 .cta {
    position: relative;
    display: block;
    margin: 1.25rem auto;
    padding: 0.5rem 2.75rem;
    width: 22.75rem;
    height: 2.8125rem;
    color: white;
    background-color: #ff7b1b;
}

.lbv .section3 .cta,
.lbv .section4 .cta {
    background-color: #efb433;
    color: #5a2b07;
}

.lbv .section3 .cta:hover,
.lbv .section4 .cta:hover {
    background-color: #f3c766;
}

/* Section 4  Multi Sub-sections */
.section4 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 64rem;
    height: 100%;
    background-image: linear-gradient(to bottom, #25056b, #431aa2, #431aa2, #431aa2);
}

.lbv .section4 {
    background-image: none;
    background-color: #14171a;
    height: 100%;
}

.lbv .section4 .bolt-img {
    position: relative;
    top: -3.125rem;
    width: 32.3125rem;
    height: 44.125rem;
    background-image: url("../images/lbv-landing/bolt-image.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.lbv .section4 .s4-bg {
    position: absolute;
    top: 10.5rem;
    width: 100%;
    height: 88%;
    max-width: 71.25rem;
    min-width: 61.5rem;
    background-color: #2d343c;
    border-radius: 2.5rem;
    -webkit-transform: skewY(-6deg);
    -ms-transform: skewY(-6deg);
    transform: skewY(-6deg);
}

.lbv .section4 .title-section {
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 64rem;
    height: auto;
    top: 27.5rem;

}

.lbv .section4 .s4-title {
    position: relative;
    font-family: 'Noto Sans', 'Roboto', sans-serif;
    font-size: 2.875rem;
    font-weight: 900;
    line-height: 1.09;
    text-align: center;
    text-transform: uppercase;
    color: #edf4ff;
    background-image: linear-gradient(to bottom, #ffe65f 60%, #ffbe00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: 36.875rem;
    width: 100%;
    z-index: 1;
}

.lbv .section4 .s4-subtitle {
    position: relative;
    margin-top: 1rem;
    font-family: 'Noto Sans', 'Roboto', sans-serif;
    font-size: 1.0625rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.41;
    letter-spacing: 0.0281rem;
    text-align: center;
    color: white;
    width: 100%;
    max-width: 32rem;
    height: auto;
    z-index: 1;
}

/* Section 4 Sub-section 1 Two Ways To Play */

.section4 .sub1 {
    position: relative;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    max-width: 64rem;
    height: 100%;
    padding-top: 5rem;
}

.lbv .section4 .sub1 {
    position: relative;
    display: flex;
    flex-flow: row;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 0;
    width: 100%;
    max-width: 64rem;
    height: 22.438rem;
}

.section4 .sub1 .img1 {
    position: relative;
    padding-left: 6%;
    padding-top: 5rem;
    display: inline-block;
    width: 26.75rem;
    height: 22.438rem;
    background-image: url("../images/sweeps-landing/two-ways-to-play-image-desktop.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.lbv .section4 .sub1 .img1 {
    position: relative;
    left: auto;
    display: block;
    width: 26.75rem;
    height: 22.438rem;
    background-image: url("../images/lbv-landing/ways-to-play-image.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.section4 .sub1 .right {
    position: relative;
    padding-right: 6%;
    width: 27rem;
    max-width: 32rem;
}

.lbv .section4 .sub1 .right {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 27rem;
    max-width: 32rem;
    padding: 0;
    margin: 0;
}

.section4 .sub1 .line1 {
    font-size: 2.875rem;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.022rem;
}

.lbv .section4 .sub1 .line1 {
    font-size: 2.875rem;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.022rem;
}

.section4 .sub1 .line2 {
    display: block;
    padding-top: 1.875rem;
    width: 26rem;
    font-size: 1.3125rem;
    font-weight: bold;
    line-height: 1.41;
    letter-spacing: 0.028rem;
}

.lbv .section4 .sub1 .line2 {
    display: block;
    padding-top: 1.875rem;
    width: 26rem;
    font-size: 1.0625rem;
    font-weight: bold;
    line-height: 1.41;
    letter-spacing: 0.0281rem;
}

/* Section 4 Sub-section 2 Redeem Your Winnings */
.section4 .sub2 {
    position: relative;
    width: 100%;
    max-width: 64rem;
    height: 22.438rem;
}

.lbv .section4 .sub2 {
    position: relative;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    max-width: 64rem;
    height: 22.438rem;
    padding-top: 8rem;
}

.section4 .sub2 .img1 {
    position: absolute;
    right: 6%;
    display: inline-block;
    width: 26.75rem;
    height: 22.438rem;
    background-image: url("../images/sweeps-landing/redeem-your-winnings-image-desktop.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.lbv .section4 .sub2 .img1 {
    position: relative;
    display: block;
    right: 5%;
    width: 26.75rem;
    height: 22.438rem;
    background-image: url("../images/lbv-landing/redeem-image.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.section4 .sub2 .left {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
    width: 26rem;
    max-width: 32rem;
    padding: 0;
    margin: 0;
}

.lbv .section4 .sub2 .left {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 26rem;
    max-width: 32rem;
    padding: 0;
    margin: 0;
    margin-left: 1.25rem;
}

.section4 .sub2 .line1 {
    font-size: 2.875rem;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.022rem;
}

.lbv .section4 .sub2 .line1 {
    font-size: 2.875rem;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.022rem;
}

.section4 .sub2 .line2 {
    padding-top: 1.875rem;
    width: 25rem;
    font-size: 1.3125rem;
    font-weight: bold;
    line-height: 1.41;
    letter-spacing: 0.028rem;
}

.lbv .section4 .sub2 .line2 {
    padding-top: 1.875rem;
    width: 25rem;
    font-size: 1.0625rem;
    font-weight: bold;
    line-height: 1.41;
    letter-spacing: 0.0281rem;
}

/* Section 4 Sub-section 3 Supercharge */
.section4 .sub3 {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    /* top: 6.25rem; */
}

.lbv .section4 .sub3 {
    position: relative;
    display: flex;
    flex-flow: row;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 0;
    width: 100%;
    max-width: 64rem;
    height: 22.438rem;
    padding-top: 8rem;
}

.section4 .sub3 .center {
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
}

.lbv .section4 .sub3 .right {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    width: 27rem;
    max-width: 32rem;
    padding: 0;
    margin: 0;
}

.section4 .sub3 .line1 {
    font-size: 2.875rem;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.022rem;
}

.section4 .sub3 .line2 {
    padding-top: 1.875rem;
    width: 49rem;
    margin: 0 auto;
    font-size: 1.0625rem;
    font-weight: bold;
    line-height: 1.41;
    letter-spacing: 0.028rem;
}

.lbv .section4 .sub3 .line1 {
    font-size: 2.875rem;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.022rem;
}

.lbv .section4 .sub3 .line2 {
    display: block;
    padding-top: 1.875rem;
    width: 26rem;
    font-size: 1.0625rem;
    font-weight: bold;
    line-height: 1.41;
    letter-spacing: 0.0281rem;
}

.section4 .sub3 .img1 {
    position: absolute;
    display: inline-block;
    top: 17.063rem;
    width: 100%;
    height: 24rem;
    background-image: url("../images/sweeps-landing/supercharge-image-desktop.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.lbv .section4 .sub3 .img1 {
    position: relative;
    left: auto;
    top: auto;
    width: 26.5rem;
    height: 24.5rem;
    background-image: url("../images/lbv-landing/boost-image.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.section4 .sub3 .mediaContainer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.section4 .sub3 .videoBG {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 107.5rem;
    min-width: 107.5rem;
    background-image: url("../images/sweeps-landing/boost-bg-desktop.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.section4 .sub3 .videoContainer {
    width: 100%;
    max-width: 57.75rem;
    max-height: 32.375rem;
}

.section4 .sub3 video {
    width: 100%;
    height: 100%;
    border-radius: 0.625rem;
    border: solid 2px #8c77ff;
}

/* Section 4 Sub-section 4 Button */
.section4 .sub4 {
    position: relative;
    justify-content: center;
    display: flex;
    width: 100%;
    max-width: 79.25rem;
}

.lbv .section4 .sub4 {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 79.25rem;
    padding-top: 5rem;
    padding-bottom: 12.5rem;
}

.section4 .cta {
    margin-top: 0;
    margin-bottom: 2.75rem;
}

.lbv .section4 .cta {
    width: 30.625rem;
    height: 3.5rem;
    border-radius: 1.75rem;
    font-size: 1.3125rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.0344rem;
}

/* Section 5 H5C Overview */
.section5,
.section7 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 64rem;
    width: 100%;
    height: auto;
    padding: 4rem 0;
    background-color: #fbfcff;
    overflow: hidden;
}


.lbv .section5 {
    background-color: #22272c;
    padding: 0;
}

.lbv .section6,
.lbv .section7 {
    background-color: #22272c;
    padding: 4rem 0;
}

.section5 .sub1,
.section6 .sub1,
.section7 .sub1 {
    position: relative;
    width: 100%;
    max-width: 64rem;
}

.section5 .fstyle,
.section7 .fstyle {
    overflow-wrap: break-word;
    font-family: 'Noto Sans', 'Roboto', sans-serif;
    color: #431aa2;
    font-stretch: normal;
    font-style: normal;
}

.lbv .section5 .fstyle,
.lbv .section7 .fstyle {
    color: white;
}

.section5 .center,
.section6 .center,
.section7 .center {
    top: 0;
    max-width: 64rem;
    padding: 0 3.5rem 0 3.5rem;
    margin: 0;
    text-align: left;
}

.lbv .section5 .center {
    padding: 0 4.625rem;
}

.section5 .h1,
.section6 .h1,
.section7 .h1 {
    margin: 0.8125rem 0 1.875rem 0;
    font-size: 1.5625rem;
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: 0.0288rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.section5 .h2,
.section6 .h2,
.section7 .h2 {
    font-size: 1.0625rem;
    font-weight: 800;
    line-height: 1.41;
    letter-spacing: normal;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 0.9375rem;

}


.section5 .p1,
.section6 .p1,
.section7 .p1 {
    font-size: 0.9375rem;
    line-height: 1.33;
    letter-spacing: 0.0294rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.lbv .section5 h1 {
    margin: 0;
    padding: 0;
    margin-block-start: 3.375rem;
    margin-block-end: 0;
    font-size: 1.5625rem;
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: 0.0288rem;
}

.lbv .section5 h2 {
    margin: 0;
    padding: 0;
    margin-block-start: 3.125rem;
    margin-block-end: 0;
    font-size: 1.375rem;
    font-weight: 800;
    line-height: 1.41;
    letter-spacing: normal;
}

.lbv .section5 p {
    margin: 0;
    padding: 0;
    margin-block-start: 1.5625rem;
    margin-block-end: 0;
    font-size: 0.9375rem;
    line-height: 1.33;
    letter-spacing: 0.0294rem;
}

.lbv .section5 ul {
    margin: 0.8125rem 0 0 2rem;
    padding: 0;
    font-size: 0.9375rem;
    line-height: 1.33;
    letter-spacing: 0.0294rem;
}


.section5 .img1,
.section6 .img1,
.section6 .img2,
.section7 .img1 {
    position: relative;
    z-index: 0;
    display: inline-block;
    margin: 0 3.5rem 0 3.5rem;
    width: 100%;
    max-width: 36.4375rem;
    height: 9.375rem;
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
}

.section6 .img2 {
    margin-top: 3.875rem;
    margin-bottom: 1.875rem;
}

.section5 .img1 {
    background-image: url("../images/sweeps-landing/info-art-high-5-casino-3-x.png");
}

.lbv .section5 .img1 {
    background-image: none;
    width: auto;
    height: auto;
}

/* Section 6 Slot Games */
.section6 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    min-width: 64rem;
    width: 100%;
    height: auto;
    padding: 4rem 0;
    background-color: #25056b;
    overflow: hidden;
}

.section6 .fstyle {
    overflow-wrap: break-word;
    font-family: 'Noto Sans', 'Roboto', sans-serif;
    color: #fbfcff;
    font-stretch: normal;
    font-style: normal;
}

.section6 ul {
    margin: 1.125rem 0;
}

.section6 li {
    margin-left: 2.25rem;
}

.section6 .img1 {
    background-image: url("../images/sweeps-landing/info-art-slot-games-desktop-3-x.png");
}

.lbv .section6 .img1 {
    background-image: none;
    width: auto;
    height: auto;
    margin: auto;
}

.section6 .img2 {
    background-image: url("../images/sweeps-landing/info-art-table-games-3-x.png");
}

.lbv .section6 .img2 {
    background-image: none;
    width: auto;
    height: auto;
    margin: auto;
}

/* Section 7 Table Games */
.section7 .img1 {
    background-image: url("../images/sweeps-landing/info-art-faq.png");
}

.lbv .section7 .img1 {
    background-image: none;
    width: auto;
    height: auto;
    margin: auto;
}

#react-iframe-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

/* Testimonial Section */
.section-testimonials {
    position: relative;
    display: block;
    flex-direction: row;
    justify-content: center;
    min-width: 64rem;
    width: 100%;
    background-image: url("../images/sweeps-landing/testimonial-bg-image-desktop.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: clip;
}

.section-testimonials .title {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 4.125rem;
    font-family: 'Noto Sans', 'Robot', sans-serif;
    font-size: 2.875rem;
    font-weight: 800;
    letter-spacing: 0.0219rem;
    text-align: center;
    color: #431aa2;
}

.section-testimonials .testimonials {
    max-width: 64rem;
    padding: 1.5rem 1.5rem 0 1.5rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: white;
}

.section-testimonials .testimonials .testimonial {
    background-image: linear-gradient(to bottom, #4f24cb 46%, #a91add);
    border-radius: 0.625rem;
    margin: 2rem 0.625rem 0.625rem 0.625rem;
    height: auto;
}

/* .section-testimonials .testimonials .testimonial .testimonial-pic {
    position: relative;
    padding-top: 0.625rem;
    left: 25%;
    width: 50%;
} */

/* .section-testimonials .testimonials .testimonial .testimonial-pic img {
    width: 100%;
    border-radius: 50%;
} */

.section-testimonials .testimonials .testimonial .testimonial-img {
    margin: -3rem auto 0 auto;
    width: 9.75rem;
    height: 9.75rem;
    background-image: url("../images/sweeps-landing/high-5-image.png");
}

.section-testimonials .testimonials .testimonial .testimonial-text {
    margin-top: 1rem;
    padding: 0 1rem;
    font-family: 'Noto Sans', 'Robot', sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: 0.0275rem;
    text-align: center;
    color: #fff;
}

.section-testimonials .testimonials .testimonial .testimonial-name {
    margin: 1rem 0 1.5rem 0;
    font-family: 'Noto Sans', 'Robot', sans-serif;
    font-size: 1.0625rem;
    font-weight: 800;
    line-height: 1.41;
    letter-spacing: 0.0281rem;
    text-align: center;
    color: #fbfcff;
}

.section-testimonials .testimonials .testimonial .testimonial-check-img {
    margin: 5% 5% 0 5%;
    width: 90%;
    height: 90%;
    border-radius: 0.625rem;
}

.section-testimonials .testimonials .testimonial .check-amount {
    margin-top: 1rem;
    padding: 0 1rem;
    font-family: 'Noto Sans', 'Robot', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: 0.0275rem;
    text-align: center;
    color: #fff;
}

.section-testimonials .testimonials .testimonial .check-description {
    padding: 0 1rem;
    font-family: 'Noto Sans', 'Robot', sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.43;
    letter-spacing: 0.0275rem;
    text-align: center;
    color: #fff;
}

.section-testimonials .sub2 {
    position: relative;
    width: 100%;
    height: 4.375rem;
    margin: 0 auto;
}

.section-testimonials .cta {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0.5rem 2.75rem 0.5rem 2.813rem;
    width: 22.75rem;
    height: 2.8125rem;
    color: white;
    background-color: #ff7b1b;
}

.section-testimonials .cta {
    background-color: #efb433;
}

/* Slick Theme Overrides */
/* Arrows */

.testimonials .slick-prev.slick-disabled,
.testimonials .slick-next.slick-disabled,
.testimonials .slick-prev,
.testimonials .slick-next {
    position: absolute;
    top: 50%;
    width: 3.5rem;
    height: 3.5rem;
    display: block;
    border: solid 0.25rem white;
    border-radius: 50%;

    background-image: linear-gradient(199deg, rgb(82, 52, 249) 0%, rgb(224, 31, 236) 100%);
    opacity: 1;
    z-index: 1;
}

.testimonials .slick-next:before,
.testimonials .slick-prev:before,
[dir='rtl'] .testimonials .slick-next:before,
[dir='rtl'] .testimonials .slick-prev:before {
    display: block;
    position: relative;
    width: 3.5rem;
    height: 3.5rem;
    content: url("../images/sweeps-landing/carousel-arrow.png");
    transform: scale(0.73) translate(-1.125rem, -0.9625rem);
    opacity: 0.75;
}

.testimonials .slick-prev:before {
    transform: scale(-0.73, 0.73) translate(-0.3375rem, -0.9625rem);
}

.testimonials .slick-prev {
    left: auto;
    right: min(calc(100vw - 3.5rem), 64rem);
}

.testimonials .slick-next {
    left: min(calc(100vw - 3.5rem), 64rem);
    right: auto;
}

.testimonials .slick-prev:hover,
.testimonials .slick-prev:focus,
.testimonials .slick-next:hover,
.testimonials .slick-next:focus {

    background-image: linear-gradient(199deg, rgb(82, 52, 249) 0%, rgb(224, 31, 236) 100%);
    opacity: 1;
}

.testimonials .slick-prev.slick-disabled,
.testimonials .slick-next.slick-disabled,
.testimonials .slick-prev.slick-disabled:before,
.testimonials .slick-next.slick-disabled:before {
    opacity: 0.5;
}

.contact-us {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: top;
    align-items: center;
    min-width: 23rem;
    height: 21.875rem;
    background-size: auto 100%;
    background-color: #431aa2;
    background-position: top;
}

.lbv .contact-us {
    background-color: #22272c;
    background-image: url("../images/lbv-landing/contact-us-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-width: 100%;
    height: 40.625rem;
}

.contact-us .cta {
    color: white;
    background-color: #ff7b1b;
    margin: 1.875rem 14.5rem 0 0;
    padding: 0.5rem 2.75rem 0.5rem 2.813rem;
}

.lbv .contact-us .cta {
    background-color: #efb433;
    color: #5a2b07;
}

.lbv .contact-us .cta:hover {
    background-color: #f3c766;
}

.contact-us .fstyle {
    overflow-wrap: break-word;
    font-family: 'Noto Sans', 'Roboto', sans-serif;
    color: white;
    font-stretch: normal;
    font-style: normal;
}

.contact-us .sub {
    position: relative;
    width: 100%;
    max-width: 64rem;
    height: 22.438rem;
}

.lbv .contact-us .sub {
    position: relative;
    width: 100%;
    max-width: 64rem;
    height: 100%;
}

.contact-us .sub .img1 {
    position: absolute;
    right: 6%;
    display: inline-block;
    width: 26.75rem;
    height: 22.438rem;
    background-image: url("../images/sweeps-landing/contact-us-graphic-desktop.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.lbv .contact-us .sub .img1 {
    position: absolute;
    left: 6%;
    bottom: 0;
    display: inline-block;
    width: 25.1875rem;
    height: 35.375rem;
    background-image: url("../images/lbv-landing/contact-us-desktop.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-us .sub .left {
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
    width: 26rem;
    max-width: 32rem;
    padding: 0;
    margin: 0;
}

.lbv .contact-us .sub .right {
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
    width: 26rem;
    max-width: 32rem;
    padding: 0;
    margin: 0;
}

.contact-us .sub .title1,
.contact-us .sub .title2 {
    font-size: 2.875rem;
    font-weight: 800;
    line-height: 1.17;
}

.lbv .contact-us .sub .title1,
.lbv .contact-us .sub .title2 {
    font-size: 2.875rem;
    font-weight: 800;
    line-height: 1.17;
}

.contact-us .sub .line1 {
    padding-top: 1.875rem;
    width: 25rem;
    font-size: 1.3125rem;
    font-weight: bold;
    line-height: 1.14;
    letter-spacing: 0.0344rem;
}

.lbv .contact-us .sub .line1 {
    padding-top: 1.875rem;
    width: 25rem;
    font-size: 1.3125rem;
    font-weight: bold;
    line-height: 1.14;
    letter-spacing: 0.0344rem;
}

.disclaimer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    min-width: 64rem;
    background-color: #25046b;
}

.lbv .disclaimer {
    background-color: #22272c;
}

.disclaimer .sub1 {
    margin: 1.25rem auto;
    width: 67%;
    min-width: 0;
}

.lbv .disclaimer .sub1 {
    margin: 0;
    width: 100%;
    max-width: 64rem;
}

.disclaimer .line1 {
    font-family: 'Noto Sans', 'Roboto', sans-serif;
    color: white;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1.33;
}

.lbv .disclaimer .line1 {
    padding: 4.125rem 4.625rem 0 4.625rem;
}

/* Custom Sweeps Footer */
footer {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 64rem;
    height: 18.4375rem;
    margin: 0;
    background-color: #25056b;
}

.lbv footer {
    background-color: #22272c;
}

.footer {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 67%;
    margin-top: 1.25rem;
}

footer .links-container {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 79.2rem;
    height: 5.3125rem;
}

footer .nav-links {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 60%;
}

footer .h5c-logo {
    min-width: 12.5rem;
    width: 15.5625rem;
    height: 5.3125rem;
    background-image: url("../images/sweeps-landing/h5c-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.lbv footer .h5c-logo {
    background-image: url("../images/lbv-landing/lbv-logo.png")
}

.footer-icons {
    display: flex;
    flex-flow: row;
    justify-content: space-evenly;
    align-items: center;
    width: 10rem;
}

.age-rating-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.9375rem;
    height: 1.9375rem;
    border-radius: 50%;
    border: solid 0.125rem rgb(255, 255, 255);
    background-color: #25056b;
    color: rgb(255, 255, 255);
    font-family: 'Noto Sans', 'Roboto', sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
}

.lbv .age-rating-icon {
    background-color: #22272c;
}

.rgf-icon {
    display: flex;
    justify-content: center;
    width: 2.1875rem;
    height: 2.1875rem;
    align-items: center;
    background-image: url("../images/sweeps-landing/rgf-logo.webp");
    background-size: contain;
    background-repeat: no-repeat;
}

.age-rating a,
.rgf-icon a {
    margin-top: 0;
}

footer a {
    text-align: center;
    color: white;
    opacity: 0.7;
    width: 6.75rem;
    height: 2.0625rem;
    margin-top: 1.125rem;
    font-family: 'Noto Sans', 'Roboto', sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: 0.0275rem;
    text-decoration: none;
}

footer .terms {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    max-width: 79.2rem;
    height: 9.1875rem;
}

footer .terms p,
footer .terms a {
    text-align: left;
    opacity: 0.7;
    font-family: 'Noto Sans', 'Robot', sans-serif;
    font-size: 0.625rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: white;
}

footer .terms a {
    opacity: 1;
    color: white;
    text-decoration: underline;
}

.jackpots {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    background-color: #edf4ff;
    font-family: 'Noto Sans', 'Roboto', sans-serif;
}

.lbv .jackpots {
    justify-content: flex;
    align-items: flex-start;
    background-color: #14171a;
    min-width: 64rem;
}

.lbv .jp-bg-top {
    background-image: url("../images/lbv-landing/jackpot-bg-top-desktop.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 136.5rem;
    overflow: hidden;
}

.lbv .jp-bg-bottom {
    width: 100%;
    height: 50.25rem;
    background-image: url("../images/lbv-landing/jackpot-bg-bottom-desktop.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 136.5rem;
}

.jpContent {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    background-image: url("../images/sweeps-landing/jackpot-bg-desktop.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 41.25rem;
    max-width: 57.875rem;
    margin: 4.6875rem auto;
}

.lbv .jpContent {
    background-image: none;
    width: 100%;
    height: 27.8125rem;
    padding-top: 2.4375rem;
}

.jpTitle {
    font-size: 2.875rem;
    font-weight: 800;
    line-height: 1.13;
    text-align: center;
    text-transform: uppercase;
    color: #edf4ff;
    background-image: linear-gradient(to bottom, #edf4ff 60%, #91eaf5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 3rem;
    max-width: 43.4375rem;
    width: 100%;
}

.lbv .jpTitle {
    position: relative;
    font-size: 2.875rem;
    font-weight: 800;
    line-height: 1.13;
    text-align: center;
    text-transform: uppercase;
    color: #edf4ff;
    background-image: linear-gradient(to bottom, #ffe65f 60%, #ffbe00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 0;
    max-width: 100%;
    width: 100%;
    white-space: nowrap;
}

.jpMeter {
    margin-top: 22%;
    background-image: url("../images/sweeps-landing/jackpot-meter-desktop.png");
    background-size: 98%;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 21%;
}

.lbv .jpMeter {
    margin-top: 2.4375rem;
    background-image: url("../images/lbv-landing/jackpot-meter-desktop.png");
    background-size: 98%;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 35%;
}

.jpMeterAmounts {
    display: flex;
    flex-flow: column;
    position: relative;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    width: 100%;
    height: 0%;
    margin-top: 6.5%;
}

.lbv .jpMeterAmounts {
    display: flex;
    flex-flow: column;
    position: relative;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    width: 100%;
    height: 0%;
    margin-top: 17%;
}

.jpMeterLower {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    height: 0%;
}

.lbv .jpMeterLower {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    width: 100%;
    height: 0%;
}

#majorText,
#minorText {
    color: white;
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 1.28;
    letter-spacing: 0.0288rem;
    width: 32%;
    height: 0%;
}

#grandText {
    text-shadow: 0 0.125rem 0.25rem #160e44;
    color: white;
    font-size: 2.3125rem;
    font-weight: 800;
    line-height: 0.86;
    letter-spacing: 0.0431rem;
    width: 100%;
    height: 0%;
}

.jpContent .cta {
    color: white;
    background-color: #ff7b1b;
    margin-top: 0.8rem;
    padding: 0.5rem 2.75rem 0.5rem 2.813rem;
}

.lbv .jpContent .cta {
    background-color: #efb433;
    color: #5a2b07;
}

.lbv .jpContent .cta:hover {
    background-color: #f3c766;
}

.jpParagraph {
    color: white;
    font-size: 1.5625rem;
    font-weight: bold;
    text-align: center;
    width: 70%;
}

.lbv .jpParagraph {
    width: 76%;
}

.offers {
    position: relative;
    width: 100%;
    height: 22.125rem;
    background: #62058e;
}

.package-buttons {
    display: flex;
    flex-flow: row;
    justify-content: space-evenly;
    gap: 10%;
    align-items: center;
    position: absolute;
    bottom: 0.625rem;
    width: 100%;
    max-width: 57.0625rem;
    height: 2.8125rem;
}

.green-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10rem;
    height: 2.8125rem;
    background: #00b92a;
    border-radius: 1.4375rem;
    font-family: 'Noto Sans', 'Roboto', sans-serif;
    font-size: 1.0625rem;
    font-weight: bold;
    line-height: 1.71;
    letter-spacing: 0.0281rem;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

.green-button:hover {
    filter: brightness(110%);
}

.offers-content {
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 22.125rem;
    max-width: 64rem;
}

.offers-title {
    font-family: 'Noto Sans', 'Roboto', sans-serif;
    font-size: 2.875rem;
    font-weight: 800;
    text-align: center;
    color: #ffffff;
    width: 100%;
    max-width: 30.75rem;
    height: 5.75rem;
    background-image: url("../images/sweeps-landing/offers-title-stars.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom 0.625rem right 0.5rem;
}

.packages {
    width: 100%;
    max-width: 57.0625rem;
    height: 12.625rem;
    background-image: url("../images/sweeps-landing/packages-desktop.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.player-notice {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 54.75rem;
    margin-top: 1.75rem;
    margin-bottom: 0.1875rem;
    padding: 1rem;
    border-radius: 0.5rem;
    border: solid 0.0625rem #8c77ff;
    background-color: #fff;
}

.lbv .player-notice {
    border: solid 0.0625rem white;
    background-color: #343d46;
    margin-top: 0.5625rem;
    margin-bottom: 3.875rem;
}

.location-permissions {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.location-permissions .pin {
    background-image: url("../images/sweeps-landing/pin.png");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    min-width: 2.75rem;
    margin: 0rem 0.5rem 0.25rem 0;
}

.lbv .location-permissions .pin {
    background-image: url("../images/lbv-landing/lbv-pin.png");
}

.location-permissions .perm-desc {
    width: auto;
    font-family: 'Noto Sans', 'Roboto', sans-serif;
    font-size: 1.0625rem;
    font-weight: bold;
    line-height: 1.41;
    color: #431aa2;
}

.lbv .location-permissions .perm-desc {
    color: white;
}

.player-notice hr.solid {
    border-top: 0.0625rem solid #8c77ff;
    width: 100%;
    margin: 1rem auto;
    opacity: 30%;
}

.mobile-app {
    display: flex;
    flex-flow: row;
    width: 100%;
}

.mobile-app .sub {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.mobile-app .fstyle {
    overflow-wrap: break-word;
    font-family: 'Noto Sans', 'Roboto', sans-serif;
    color: #431aa2;
    font-size: 1.0625rem;
    font-weight: 800;
    line-height: 1.18;
}

.mobile-app .line1 {
    width: auto;
    font-family: 'Noto Sans', 'Roboto', sans-serif;
    font-size: 1.0625rem;
    font-weight: bold;
    line-height: 1.41;
    color: #431aa2;
}

.mobile-app .appIcon {
    background-image: url("../images/sweeps-landing/mobile-app.png");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.75rem;
    margin: 0rem 0.5rem 0.25rem 0;
}

.mobile-app .cta {
    color: white;
    background-color: #ff7b1b;
    width: 10.8125rem;
    height: 2.5rem;
    margin: 0 0 0 1.5rem;
    padding: 0;
    font-size: 1.0625rem;
    font-weight: bold;
    line-height: 0.94;
}

.mobile-app a {
    text-decoration: none;
}

/* Switch to mobile view when width is equal to or less than 1024px (64rem) */
@media (max-width: 64rem) {

    /* Top Navigation Bar */
    .top-nav {
        width: 100%;
        min-width: auto;
    }

    .top-nav .h5c-logo {
        width: 7.25rem;
        height: 1.875rem;
        margin-left: 0.9375rem;
        margin-bottom: 0.8125rem;
        background-image: url("../images/sweeps-landing/h5c-logo.png");
        background-size: contain;
        background-repeat: no-repeat;
        margin-right: 0.5rem;
    }

    .nav-btns {
        margin-right: 1rem;
        width: 11rem;
    }

    .nav-btns.with-menu {
        width: 13rem;
    }

    .signup-btn,
    .login-btn {
        font-size: 0.75rem;
        width: 5rem;
        height: 1.875rem;
    }

    /* General properties for all mobile sub classes */
    .sub1,
    .sub2,
    .sub3,
    .sub4 {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        min-width: 0;
        width: 22rem;
        height: 100%;
        padding: 0;
        margin: 0;
    }

    /* Section 1 Hero Header */
    .section1 {
        position: relative;
        padding-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        min-width: 23rem;
        height: auto;
        background-size: auto 100%;
        background-position: top left 25%;
    }

    .section1 .sub1 {
        flex-direction: column-reverse;
    }

    .section1 .left {
        position: relative;
        text-align: center;
        z-index: 1;
        top: 0;
        left: 0;
        width: 21.5625rem;
        transform: none;
        max-width: none;
    }

    .lbv .section1 {
        overflow: hidden;
    }

    .section1 .line1 {
        margin: 0 0 0.5625rem;
        padding: 0;
        font-size: 1.0625rem;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: 0.0344rem;
    }

    .lbv .section1 .line1 {
        margin: 0 0 0.5625rem;
        padding: 0;
        font-size: 1.0625rem;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: 0.0344rem;
    }

    .section1 .line2 {
        margin: 0.5rem auto 0.3125rem;
        width: 20rem;
        font-size: 2.5rem;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: 0.0625rem;
    }

    .lbv .section1 .line2 {
        margin: 0.5625rem auto 0.3125rem;
        width: 20rem;
        font-size: 2.5rem;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1;
        letter-spacing: 0.0625rem;
    }

    .section1 .line3 {
        margin: 0;
        font-size: 1.5625rem;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.28;
        letter-spacing: 0.0288rem;
    }

    .lbv .section1 .line3 {
        margin: 0;
        font-size: 4.8125rem;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.04;
        letter-spacing: normal;
    }


    .section1 .line4 {
        margin: 0 0 0 0;
        width: 20.9375rem;
        font-size: 1.0625rem;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.41;
        letter-spacing: 0.0281rem;
    }

    .lbv .section1 .line4 {
        margin: 0.625rem 0 0 0;
        width: 20.9375rem;
        font-size: 1.5625rem;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.12;
        letter-spacing: 0.0394rem;
    }

    .lbv .section1 .line5 {
        margin: 0.625rem 0 0 0;
        width: 20.9375rem;
        font-size: 1.5625rem;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.12;
        letter-spacing: 0.0394rem;
    }

    .lbv .section1 .line6 {
        width: 100%;
        margin: 1rem 0 0 0;
        font-size: 0.875rem;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.41;
        letter-spacing: 0.0281rem;
    }

    .section1 .img1 {
        position: relative;
        z-index: 0;
        display: block;
        margin-top: 3.875rem;
        top: 0;
        left: 0;
        right: 0;
        width: 24.3125rem;
        height: 20.75rem;
        background-image: url("../images/sweeps-landing/hero-header-image-mobile-egr.png");
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        margin-bottom: 0.25rem;
    }

    .lbv .section1 .img1 {
        position: relative;
        z-index: 0;
        display: block;
        margin-top: 3.875rem;
        top: 0;
        left: 0;
        right: 0;
        width: 42.8125rem;
        height: 14.5625rem;
        background-image: url("../images/lbv-landing/hero-image-mobile.jpg");
        background-size: contain;
        background-position: top;
        background-repeat: no-repeat;
        margin-bottom: 0.25rem;
        overflow: hidden;
    }

    .section1 .img2 {
        position: relative;
        display: block;
        padding: 0;
        margin-top: 1.25rem;
        min-width: 24.375rem;
        height: 15rem;
        background-image: url("../images/sweeps-landing/usa-mobile.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .section1 .cta {
        margin: 1rem 0 0 0;
        width: 20.9375rem;
    }

    /* Animation Background */
    .section1 .animBG {
        position: absolute;
        right: 25%;
        top: 0;
    }

    .section1 .animBG video {
        min-height: 100%;
    }

    /* Section 2 Exclusive Offer */
    .section2 {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: top;
        align-items: center;
        min-width: 23rem;
        min-height: 49.625rem;
        background-image: linear-gradient(to bottom, #62058e, #62058e 81%);
    }

    .section2 .sub1 {
        width: 100%;
    }

    .lbv .section2 {
        padding-top: 4.6875rem;
    }

    .lbv .section2 .sub1 {
        display: flex;
        justify-content: centercenter;
        align-items: center;
    }

    .section2 .center {
        width: 21.5rem;
        padding: 0;
        margin: 0 auto;
    }

    .section2 .line1 {
        margin: 0;
        font-size: 2.3125rem;
        line-height: normal;
        letter-spacing: normal;
        min-width: 20.9375rem;
    }

    .section2 .line2 {
        font-size: 1.0625rem;
        text-align: left;
        margin: 1rem 0 0 0.5rem;
        min-width: 20.9375rem;
    }

    .section2 .img1 {
        position: relative;
        margin-top: 1.5625rem;
        background-image: url("../images/sweeps-landing/games-list-mobile.png");
        width: 100%;
        min-width: 0;
        min-height: 25.75rem;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .lbv .section2 .img1 {
        position: relative;
        margin-top: 0;
        background-image: url("../images/lbv-landing/lbv-play-perks-mobile.png");
        max-width: 23.125rem;
        min-height: 63rem;
    }

    /* .section2 .img2 {
        top: -9%;
        left: 13.375rem;
        width: 9.4375rem;
        height: 9.4375rem;
    } */

    .section2 .cta {
        min-width: 20.9375rem;
        margin: 1.5rem 0 0 0;
        padding: 0.5rem 2.75rem 0.5rem 2.813rem;
    }

    /* Call Out Section */

    .call-out {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
        width: 100%;
        height: 65rem;
        background-image: url("../images/sweeps-landing/call-out-bg.png"), linear-gradient(to bottom, #62058e 85%, #edf4ff 150%);
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
    }

    .call-out .sub1 {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        max-width: 64rem;
    }

    .call-out .img1 {
        position: relative;
        display: block;
        width: 100%;
        max-width: 40rem;
        height: 34rem;
        background-image: url("../images/sweeps-landing/rtp-providers-desktop.png");
        background-size: contain;
        background-repeat: no-repeat;
    }

    .lbv .call-out .img1 {
        max-width: 23.375rem;
        height: 24.6875rem;
        overflow: visible;
    }

    .call-out .fstyle {
        width: 20.9375rem;
        text-align: center;
    }

    .lbv .call-out .fstyle {
        padding-top: 2.1875rem;
        margin-bottom: 0;
        width: 20.9375rem;
        text-align: center;
    }

    .call-out .line1 {
        width: 100%;
        font-size: 2.3125rem;
        font-weight: 800;
        line-height: normal;
        letter-spacing: 0.0581rem;
    }

    .lbv .call-out .line1 {
        width: 100%;
        font-size: 2.3125rem;
        font-weight: 800;
        line-height: normal;
        letter-spacing: 0.0581rem;
    }

    .call-out .line2 {
        margin-top: 0.75rem;
        width: 100%;
        font-size: 1.0625rem;
        font-weight: bold;
        line-height: 1.41;
        letter-spacing: 0.0281rem;
    }

    .lbv .call-out .line2 {
        margin-top: 0;
        padding-top: 1.5rem;
        width: 100%;
        font-size: 1.0625rem;
        font-weight: bold;
        line-height: 1.41;
        letter-spacing: 0.0281rem;
    }

    .call-out .swoosh {
        position: absolute;
        display: block;
        top: 0;
        width: 100%;
        height: 100%;
        min-width: 23rem;
        background-image: url("../images/sweeps-landing/swoosh.png");
        background-size: 84rem;
        background-repeat: repeat-x;
        background-position: bottom;
    }

    /* Section 3 Big Win */

    .section3 {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: top;
        align-items: center;
        min-width: 23rem;
        height: auto;
        background-position: center;
        background-size: contain;
    }

    .lbv .section3 {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: top;
        align-items: center;
        min-width: 23rem;
        height: 100%;
        background-position: center;
        background-size: contain;
    }

    .section3 .sub1 {
        width: 100%;
    }

    .lbv .section3 .sub1 {
        display: flex;
        flex-flow: column-reverse;
        justify-content: center;
        align-items: center;
        width: 100%;
        overflow: hidden;
    }

    .section3 .center {
        position: relative;
        width: 21.5rem;
    }

    .lbv .section3 .left {
        position: relative;
        width: 70%;
        min-width: 20.9375rem;
        text-align: center;
        margin: auto;
    }

    .section3 .line1 {
        margin: 0 0 0 0;
        line-height: 1.19;
    }

    .lbv .section3 .line1 {
        margin: 0 0 0 0;
        width: 100%;
        line-height: 1.19;
    }

    .section3 .line2 {
        font-size: 1.0625rem;
        width: 17rem;
        margin: 1rem auto 1rem auto;
    }

    .lbv .section3 .line2 {
        font-size: 1.0625rem;
        width: 100%;
        margin: 1rem;
    }

    .section3 .img1 {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        max-width: 36.4375rem;
        background-image: url("../images/sweeps-landing/bigcheck-mobile.jpg");
    }

    .lbv .section3 .img1 {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 24.375rem;
        height: 31.9375rem;
        max-width: 36.4375rem;
        background-image: url("../images/lbv-landing/lbv-rtp-img-mobile.png");
        background-size: 24.375rem 31.9375rem;
    }

    .section3 .videoContainer {
        width: 90%;
    }

    .section3 .cta,
    .section4 .cta {
        margin-bottom: 3.75rem;
        width: 20.9375rem;
    }

    .section4 .cta {
        margin-top: 0;
    }

    .lbv .section3 .cta,
    .lbv .section4 .cta {
        margin-bottom: 3.75rem;
        width: 20.9375rem;
    }

    /* Section 4  Multi Sub-sections */
    .section4 {
        min-width: 23rem;
        height: auto;
        padding: 2rem 0;
    }

    .lbv .section4 {
        min-width: 23rem;
        height: auto;
        padding: 2rem 0;
        overflow: hidden;
    }

    .lbv .section4 .s4-bg {
        width: 95%;
        max-width: 61.5rem;
        min-width: 20rem;
        border-radius: 1.25rem;
        -webkit-transform: skewY(0);
        -ms-transform: skewY(0);
        transform: skewY(0);
    }

    /* Section 4 Sub-section 1 Two Ways To Play */
    .lbv .section4 .bolt-img {
        position: relative;
        top: -3.125rem;
        width: 23.475rem;
        height: 32.0625rem;
        z-index: 1;
    }

    .lbv .section4 .title-section {
        position: relative;
        top: auto;
        margin-top: -12.5rem;
        margin-bottom: 3rem;
    }

    .lbv .section4 .s4-title {
        font-size: 2.3125rem;
        line-height: 1.14;
        text-align: center;
        min-width: 20.9375rem;
        max-width: calc(100% - 10%);
    }

    .lbv .section4 .s4-subtitle {
        font-size: 1.0625rem;
        text-align: center;
        min-width: 20.9375rem;
        max-width: calc(100% - 10%);
    }

    .section4 .sub1 {
        flex-flow: column;
        padding: 0;
    }

    .lbv .section4 .sub1 {
        position: relative;
        display: flex;
        flex-flow: column;
        height: auto;
    }

    .section4 .sub1 .img1 {
        position: relative;
        left: 0;
        width: 20.9375rem;
        height: 17.125rem;
        padding: 0;
    }

    .lbv .section4 .sub1 .img1 {
        position: relative;
        left: 0;
        width: 20.9375rem;
        height: 17.125rem;
    }

    .section4 .sub1 .right {
        position: relative;
        transform: none;
        width: 21.5rem;
        padding: 0;
    }

    .lbv .section4 .sub1 .right {
        position: relative;
        top: 0;
        right: 0;
        padding-top: 1.0625rem;
        transform: none;
        width: 21.5rem;
        text-align: center;
    }

    .section4 .sub1 .line1 {
        font-size: 2.3125rem;
        line-height: 1.14;
        letter-spacing: 0.0581rem;
    }

    .lbv .section4 .sub1 .line1 {
        margin: 0 auto;
        width: 70%;
        font-size: 2.3125rem;
        line-height: 1.14;
        letter-spacing: 0.0581rem;
    }

    .section4 .sub1 .line2 {
        font-size: 1.0625rem;
        width: 20.9375rem;
    }

    .lbv .section4 .sub1 .line2 {
        padding-top: 1rem;
        font-size: 1.0625rem;
        width: 20.9375rem;
    }

    /* Section 4 Sub-section 2 Redeem Your Winnings */
    .section4 .sub2 {
        position: relative;
        justify-content: column-reverse;
        height: 50rem;
    }

    .lbv .section4 .sub2 {
        position: relative;
        display: flex;
        flex-flow: column-reverse;
        height: 100%;
        padding-top: 3rem;
    }

    .section4 .sub2 .img1 {
        position: relative;
        right: 0;
        top: 5rem;
        width: 20.9375rem;
        height: 17.125rem;
    }

    .lbv .section4 .sub2 .img1 {
        position: relative;
        right: 0;
        top: 0;
        width: 20.9375rem;
        height: 17.125rem;
    }


    .section4 .sub2 .left {
        position: relative;
        top: 5rem;
        left: 0;
        transform: none;
        width: 21.5rem;
    }

    .lbv .section4 .sub2 .left {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 21.5rem;
        text-align: center;
        padding-top: 1rem;
        margin: 0;
    }

    .section4 .sub2 .line1 {
        font-size: 2.3125rem;
        letter-spacing: 0.0581rem;
    }

    .lbv .section4 .sub2 .line1 {
        font-size: 2.3125rem;
        letter-spacing: 0.0581rem;
    }

    .section4 .sub2 .line2 {
        font-size: 1.0625rem;
        padding-top: 1.875rem;
        width: 20.9375rem;
    }

    .lbv .section4 .sub2 .line2 {
        margin: 0 auto;
        padding-top: 1rem;
        width: 22rem;
    }

    /* Section 4 Sub-section 3 Supercharge */
    .section4 .sub3 {
        padding-top: 3rem;
        height: 100%;
    }

    .lbv .section4 .sub3 {
        position: reltaive;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        padding-top: 3rem;
    }

    .section4 .sub3 .center {
        position: relative;
        width: 20.9375rem;
    }

    .lbv .section4 .sub3 .right {
        position: relative;
        top: auto;
        right: auto;
        width: 20.9375rem;
        text-align: center;
        transform: none;
    }

    .section4 .sub3 .line1 {
        width: 20.9375rem;
        margin: 0 auto;
        font-size: 2.3125rem;
        letter-spacing: 0.0581rem;
    }

    .lbv .section4 .sub3 .line1 {
        width: 20.9375rem;
        margin: 0 auto;
        font-size: 2.3125rem;
        letter-spacing: 0.0581rem;
    }

    .section4 .sub3 .line2 {
        font-size: 1.0625rem;
        width: 20.9375rem;
    }

    .lbv .section4 .sub3 .line2 {
        font-size: 1rem;
        width: 20.9375rem;
    }

    .section4 .sub3 .img1 {
        position: relative;
        display: inline-block;
        top: 2rem;
        width: 100%;
        height: 9.75rem;
    }

    .lbv .section4 .sub3 .img1 {
        position: relative;
        display: block;
        top: auto;
        left: auto;
        width: 100%;
        height: 18.875rem;
    }

    .section4 .sub3 .mediaContainer {
        padding-bottom: 1.3125rem;
    }

    .section4 .sub3 .videoBG {
        width: 100%;
        min-width: 0;
        background-size: 140%;
    }

    .section4 .sub3 .videoContainer {
        width: 86%;
    }

    .section4 .sub4 {
        height: auto;
    }

    .lbv .section4 .sub4 {
        display: flex;
        flex-flow: column;
        height: auto;
        padding-top: 1.5rem;
        padding-bottom: 7rem;
    }

    .section4 .cta {
        margin-top: 0;
        margin: 0;
    }

    .lbv .section4 .cta {
        width: 20.9375rem;
        height: 2.8125rem;
        margin-top: 0;
    }

    /* Section 5 H5C Overview */
    /* Section 6 Slot Games */
    /* Section 7 Table Games */
    .section5,
    .section6,
    .section-testimonials,
    .section7 {
        min-width: 23rem;
        padding: 2rem 0;
    }

    .section5 .sub1,
    .section6 .sub1,
    .section7 .sub1 {
        width: 100%;
        max-width: 64rem;
    }

    .section5 .center,
    .section6 .center,
    .section7 .center {
        width: 100%;
        max-width: 36.4375rem;
    }

    .section6 ul {
        margin: 1.125rem 0;
    }

    .section6 li {
        margin-left: 2.25rem;
    }

    /* Testimonial Section */

    .section-testimonials .title {
        width: 80%;
        margin: 0 auto;
    }

    /* Slick Theme Overrides */
    /* Arrows */
    .testimonials .slick-prev.slick-disabled,
    .testimonials .slick-next.slick-disabled,
    .testimonials .slick-prev,
    .testimonials .slick-next {
        position: absolute;
        top: 50%;
        width: 2.75rem;
        height: 2.75rem;
        display: block;
        border: solid 0.1875rem white;
        border-radius: 50%;

        background-image: linear-gradient(199deg, rgb(82, 52, 249) 0%, rgb(224, 31, 236) 100%);
        opacity: 1;
        z-index: 1;
    }

    .testimonials .slick-next:before,
    .testimonials .slick-prev:before,
    [dir='rtl'] .testimonials .slick-next:before,
    [dir='rtl'] .testimonials .slick-prev:before {
        display: block;
        position: relative;
        width: 2.75rem;
        height: 2.75rem;
        content: url("../images/sweeps-landing/carousel-arrow.png");
        transform: scale(0.5) translate(-1.5rem, -1.375rem);
        opacity: 0.75;
    }

    .testimonials .slick-prev:before {
        transform: scale(-0.5, 0.5) translate(-0.75rem, -1.375rem);
    }

    .testimonials .slick-prev {
        left: auto;
        right: calc(100% - 2.75rem);
    }

    .testimonials .slick-next {
        left: calc(100% - 2.75rem);
        right: auto;
    }

    .testimonials .slick-prev:hover,
    .testimonials .slick-prev:focus,
    .testimonials .slick-next:hover,
    .testimonials .slick-next:focus {

        background-image: linear-gradient(199deg, rgb(82, 52, 249) 0%, rgb(224, 31, 236) 100%);
        opacity: 1;
    }

    .testimonials .slick-prev.slick-disabled,
    .testimonials .slick-next.slick-disabled,
    .testimonials .slick-prev.slick-disabled:before,
    .testimonials .slick-next.slick-disabled:before {
        opacity: 0.5;
    }

    .section-testimonials .sub2 {
        position: relative;
        width: 100%;
        height: 4.375rem;
        margin: 0 auto;
    }

    .section-testimonials .cta {
        position: relative;
        display: block;
        margin: 0 auto;
        padding: 0.5rem 2.75rem 0.5rem 2.813rem;
        width: 20.9375rem;
        height: 2.8125rem;
        color: white;
        background-color: #ff7b1b;
    }

    .lbv .section-testimonials .cta {
        background-color: #efb433;
    }

    .contact-us {
        min-width: 23rem;
        height: 30rem;
    }

    .lbv .contact-us {
        min-width: 23rem;
        height: 30rem;
    }

    .contact-us .cta {
        margin: 1.25rem auto 0 auto;
        width: 20.9375rem;
    }

    .lbv .contact-us .cta {
        margin: 1.25rem auto 0 auto;
        width: 20.9375rem;
    }

    .contact-us .sub {
        display: flex;
        flex-direction: column-reverse;
        position: relative;
        height: 30rem;
        align-items: center;
    }

    .lbv .contact-us .sub {
        display: flex;
        flex-direction: column-reverse;
        position: relative;
        height: 100%;
        align-items: center;
    }

    .contact-us .sub .img1 {
        position: relative;
        right: 0;
        background-image: url("../images/sweeps-landing/contact-us-graphic-mobile.png");
        bottom: 0;
        width: 23.4375rem;
        height: 13.0625rem;
        margin-top: 0.5625rem;
    }

    .lbv .contact-us .sub .img1 {
        position: relative;
        right: auto;
        left: auto;
        background-image: url("../images/lbv-landing/contact-us-mobile.png");
        background-size: contain;
        bottom: 0;
        width: 100%;
        height: 14.375rem;
        margin-top: 0;
    }

    .contact-us .sub .left {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 21.5rem;
        text-align: center;
    }

    .lbv .contact-us .sub .right {
        top: 3rem;
        right: auto;
        text-align: center;
    }

    .contact-us .sub .title1,
    .contact-us .sub .title2 {
        font-size: 2.3125rem;
        letter-spacing: 0.0581rem;
    }

    .lbv .contact-us .sub .title1,
    .lbv .contact-us .sub .title2 {
        font-size: 2.3125rem;
        font-weight: 800;
        letter-spacing: normal;
    }

    .contact-us .sub .line1 {
        font-size: 1.0625rem;
        padding-top: 1.5625rem;
        width: 20.9375rem;
    }

    .lbv .contact-us .sub .line1 {
        max-width: 21rem;
        font-size: 1.0625rem;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.41;
        letter-spacing: normal;
        margin: 0 auto;
    }

    .disclaimer {
        min-width: 23rem;
    }

    .disclaimer .sub1 {
        margin: 1.25rem auto;
        width: 54%;
        max-width: 26.25rem;
        min-width: 20.9375rem;
    }

    .lbv .disclaimer .sub1 {
        margin: 0;
        margin-top: 3.125rem;
        margin-bottom: 2rem;
        max-width: 36.4375rem;
    }

    .disclaimer .line1 {
        font-family: 'Noto Sans', 'Roboto', sans-serif;
        color: white;
        font-size: 0.625rem;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
    }

    .lbv .disclaimer .line1 {
        padding: 0;
    }

    /* Custom Sweeps Footer */
    footer {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        min-width: 23rem;
        height: 50rem;
        margin: 0;
        background-color: #25056b;
    }

    .footer {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 86%;
        margin-top: 1.25rem;
    }

    footer .links-container {
        flex-direction: column;
        justify-content: center;
        height: 14rem;
    }

    footer .nav-links {
        flex-flow: wrap;
        width: 18rem;
    }

    footer .h5c-logo {
        width: 100%;
        height: 4.3125rem;
        background-position: center;
        margin-bottom: 3rem;
    }

    .lbv footer .h5c-logo {
        width: auto;
        height: 4.375rem;
        content: url("/images/lbv-landing/lbv-logo.png")
    }

    .footer-icons {
        position: absolute;
        display: flex;
        flex-flow: row;
        justify-content: space-evenly;
        align-items: center;
        top: 110%;
        width: 27rem;
    }

    .age-rating-icon {
        width: 5.75rem;
        height: 5.75rem;
        border-radius: 50%;
        border: solid 0.3125rem rgb(255, 255, 255);
        font-size: 2.375rem;
        margin: 0;
        padding: 0;
    }

    .rgf-icon {
        width: 6.5625rem;
        height: 6.5625rem;
        margin: 0;
        padding: 0;
    }

    footer a {
        margin-top: 0.5rem;
    }

    footer .terms {
        top: 21%;
        width: 22rem;
        height: 25rem;
    }

    footer .terms p,
    footer .terms a {
        text-align: center;
        font-size: 0.75rem;
    }

    .jackpots {
        margin-left: 50%;
        transform: translateX(-50%);
        min-width: 23.4375rem;
    }

    .lbv .jackpots {
        margin-left: 50%;
        transform: translateX(-50%);
        min-width: 23rem;
    }

    .jpContent {
        background-image: url("../images/sweeps-landing/jackpot-bg-mobile.png");
        min-height: 40rem;
        max-width: 22rem;
    }

    .lbv .jpContent {
        background-image: url("../images/sweeps-landing/jackpot-bg-mobile.png");
        min-height: 40rem;
        max-width: 22rem;
    }

    .lbv .jp-bg-top {
        background-image: none;
        padding-top: 5.75rem;
    }

    .lbv .jp-bg-bottom {
        width: 100%;
        min-width: 32.4375rem;
        min-height: 55.4375rem;
        max-width: 64rem;
        background-image: url("../images/lbv-landing/jackpot-bg-mobile.png");
        background-size: contain;
        background-position: top;
    }

    .lbv .jpContent {
        background-image: none;
    }

    .jpTitle {
        font-size: 2.3125rem;
        line-height: 0.97;
        margin-top: 1.5rem;
        max-width: 19.56rem;
    }

    .lbv .jpTitle {
        font-size: 2.3125rem;
        line-height: 0.97;
        margin-top: 1.5rem;
        max-width: 22rem;
        white-space: wrap;
    }

    .jpMeter {
        margin-top: 35%;
        background-image: url("../images/sweeps-landing/jackpot-meter-mobile.png");
        height: 11.5rem;
    }

    .lbv .jpMeter {
        background-image: url("../images/lbv-landing/jackpot-meter-mobile.png");
        height: 14.5rem;
    }

    .jpMeterAmounts {
        justify-content: flex-start;
        height: 100%;
        margin-top: 13%;
    }

    .lbv .jpMeterAmounts {
        justify-content: flex-start;
        height: 100%;
        margin-top: 25%;
    }

    .jpMeterLower {
        width: 96%;
        height: 25%;
    }

    .lbv .jpMeterLower {
        width: 96%;
        height: 8%;
    }

    #majorText,
    #minorText {
        font-size: 1.3125rem;
        width: 100%;
        height: 100%;
    }

    #grandText {
        font-size: 2.3125rem;
        height: 48%;
    }

    .lbv #grandText {
        height: 37%;
    }

    .jpParagraph {
        font-size: 0.9375rem;
        width: 88%;
    }

    .offers {
        height: 58.1875rem;
        padding-bottom: 1.25rem;
    }

    .package-buttons {
        flex-direction: column;
        justify-content: space-around;
        gap: 24%;
        bottom: 0;
        top: 28%;
        width: 100%;
        max-width: 20.9375rem;
        height: auto;
    }

    .offers-content {
        width: 100%;
        height: 58.1875rem;
    }

    .offers-title {
        font-size: 2.3125rem;
        background-image: none;
        height: 3.1875rem;
        padding-bottom: 1.1875rem;
    }

    .packages {
        width: 100%;
        max-width: 20.9375rem;
        height: 48.75rem;
        background-image: url("../images/sweeps-landing/packages-mobile.png");
        background-size: cover;
    }

    .player-notice {
        width: 70%;
        margin: 1.25rem 1.6875rem 0 1.75rem;
    }

    .lbv .player-notice {
        width: 70%;
        margin: 2.5rem 1.6875rem 0 1.75rem;
    }

    .mobile-app {
        flex-direction: column;
        justify-content: center;
    }

    .mobile-app .cta {
        width: 10.8125rem;
        height: 2.5rem;
        margin: 0 0 0 1.5rem;
        padding: 0;
    }
}

/* Adjustments for devices with 375px width */
@media (max-width: 26.5625rem) {

    /* Top Navigation Bar */
    .top-nav {
        min-width: 18rem;
    }

    .top-nav .h5c-logo {
        width: 5rem;
        height: 1.875rem;
        margin-left: 1rem;
        margin-bottom: 0;
        margin-right: 0.5rem;
    }

    .player-notice {
        width: 80%;
        max-width: 20.9375rem;
    }

    .mobile-app .cta {
        width: 10.8125rem;
        height: 2.5rem;
        margin: 0 0 0 1.5rem;
        padding: 0;
    }

    /* Animation Background */
    .section1 .animBG {
        position: absolute;
        right: 25%;
        top: 0;
    }

    .section1 .animBG video {
        min-height: 100%;
    }
}