/*
================================
HSAD BASE 2023
================================
*/
.section {
    font-family: 'LG Smart Regular';
    font-weight: 400;
    color:#1E1E1E;
    font-size: 20px;
    line-height: 28px;
}
.section .copyblock .eyebrow {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 10px;
    letter-spacing: 0.071em;
    text-transform: uppercase;
}
.section .copyblock .title h2 {
    font-family: 'LG Smart Regular';
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
}
.section .copyblock .copy {
    font-size: 20px;
    line-height: 26px;
    padding: 20px 0px 30px 0px;
}
.section .copyblock .fine {
    font-size: 12px;
    line-height: 18px;
    padding: 20px 0px;
}
.section sup {
    top: -1.5em;
    font-size: 30%;
}
.section .sectitle {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    padding: 40px 0px;
    color: #666666;
}
.section .sectitle h2 {
    font-family: 'LG Smart Regular';
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    padding-top: 25px;
    color: #000;
}
.section .sectitle h2 sup {
    top: -1.5em;
    font-size: 30%;
}
.section .cta {
    margin: 0px;
    padding: 0px;
    line-height: 0px;
}
.section a:hover {
    text-decoration: none;
}
.section img {
    max-width: 100%
}
.section ul {
    margin:0;
    padding:0;
}
.section ul li, ol li {
    margin-bottom: 0px;
    list-style: none;
}
.section .red, 
.red a {
    color:#a50034 !important;
    text-decoration: underline;
}
.section .italic {
    font-style: italic;
}
.section .bold,
.bold {
    font-family: 'LG Smart Bold';
}
.section .center {
    text-align: center;
}
.for-mobile {
    display: none !important;
}
.row-skel:after {
    content: "";
    display: table;
    clear: both;
    padding-bottom: 2%;
}
#respoiframe {
    min-height: 93vh!important;
}
video {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}
.section .inline-video {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%; /* 9 / 16 * 100 */
}
.section .inline-video > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    border-radius: 40px;
}
#sticky {
    top: 0px;
    position: -webkit-sticky;
    position: sticky;
    z-index: 100;
}
#hidden-lightbox .copy img {
    max-width: 100%;
}
.breadcrumb {
    color: #fff;
    display: none!important;
}
.container-skel .row { 
    margin: 0px; /* override bootstrap */
} 
ul.foot-disclaim {
}
ul.foot-disclaim li {
    list-style-position: inside;
    text-indent: -1em;
}
ul.foot-disclaim sup {
    color:#a50034;
}
.newbtn {
    display: inline-block;
    margin: 0;
    padding: 7px 14px !important;
    border-radius: 100vw;
    background-color: #A60032;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.05em;
    font-family: 'LG Smart Bold';
    font-size: 16px;
    line-height: 24px;
    border: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: all 0.2s ease-in-out;
    outline: none;
    border: 2px solid #FD312D;
}
.newbtn::before {
    content: "";
    position: absolute;
    border-radius: 30px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 2px solid transparent;
    background-color: #FD312D;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.newbtn:hover {
    border: 2px solid #A60032;
    color: #fff;
}
.newbtn:hover::before {
    background-color: #A60032;
    left: 100%;
}
.newbtn:active {
    background-color: white;
    color: black;
    border: 2px solid black;
}

.newbtn.inverse {
    display: inline-block;
    margin: 0;
    padding: 7px 14px !important;
    border-radius: 100vw;
    background-color: #fff;
    color: #A60032;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.05em;
    font-family: 'LG Smart Bold';
    font-size: 16px;
    line-height: 24px;
    border: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: all 0.2s ease-in-out;
    outline: none;
    border: 2px solid #fff;
}
.newbtn.inverse::before {
    content: "";
    position: absolute;
    border-radius: 30px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border: 2px solid transparent;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.newbtn.inverse:hover {
    border: 2px solid #fff;
    color: #A60032;
}
.newbtn.inverse:hover::before {
    background-color: #fff;
    left: 100%;
}
.newbtn.inverse:active {
    background-color: white;
    color: black;
    border: 2px solid black;
}


.newbtn-outline {
    display: inline-block;
    margin: 0;
    padding: 7px 14px !important;
    border-radius: 100vw;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.05em;
    font-family: 'LG Smart Bold';
    font-size: 16px;
    line-height: 24px;
    border: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: all 0.2s ease-in-out;
    outline: none;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
}
.newbtn-outline::before {
    content: "";
    position: absolute;
    border-radius: 30px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 0.2s ease-in-out;
    z-index: -1;
}
.newbtn-outline:hover {
    background-color: #A60032;
    border: 1px solid #A60032;
    color: #fff;
}
.newbtn-outline:hover::before {
    background-color: #A60032;
    left: 100%;
    border: 1px solid #A60032;
}






/*
================================
SLICK SLIDER
================================
*/
.slider.slick-carousel-wcard-d > slick-track:not(:first-child) {
    display: none;
  }
 /* remove pagination dots on sigle card */
  .slick-dots {
     > li {
         display: inline-block;
     }
     > li:only-child {
         display: none;
     }
 }
 
 .section.hero .slick-slide {
     margin: 0px;
 }
 .slick-slide {
     margin: 0 10px;
 }
 .slide-arrow { 
     position: absolute; 
     top: 50%; 
     margin-top: -15px; 
     margin: 0; 
     padding: 0; 
     background: none; 
     border: none; 
     border-radius: 0; 
     outline: none; -webkit-appearance: none; -moz-appearance: none; 
     appearance: none; 
 }
 .prev-arrow { 
     left: -40px; 
     z-index: 1; 
     border: solid #767676; 
     border-width: 0 3px 3px 0; 
     display: inline-block; 
     padding: 3px; 
     transform: rotate(135deg); -webkit-transform: rotate(135deg); 
     overflow: hidden; 
     width: 30px; 
     height: 30px; 
 }
 .next-arrow { 
     right: -40px; 
     border: solid #767676; 
     border-width: 0 3px 3px 0; 
     display: inline-block; 
     padding: 3px; 
     transform: rotate(-45deg); -webkit-transform: rotate(-45deg); 
     overflow: hidden; 
     box-sizing: border-box; 
     width: 30px; 
     height: 30px; 
 }
 .slider.slick-hero .prev-arrow { 
     left: 20px; 
 }
 .slider.slick-hero .next-arrow { 
     right: 20px;  
 }
 .next-arrow:hover, 
 .prev-arrow:hover { 
     border: solid #000; 
     border-width: 0 3px 3px 0;  
 }
 .slick-slide .slide-content {
     width: 100%;
     margin: 0 auto;
 }
 .slick-list {
     margin: 0px;
 }
 .slick-prev,
 .slick-next {
     position: absolute;
     right: calc(50% - 6.625rem);
     border: none;
     color: transparent;
     width: 30px;
     height: 30px;
     background-color: transparent;
     line-height: 0;
     position: absolute;
     top: 100%;
     display: block;
     z-index: 1;
     transform: translate(0px, -50%);
     cursor: pointer;
     border: none;
     outline: none;
     font-size: 1.5rem;
 }
 .slick-prev {
     left: calc(50% - 6.625rem);
 }
 .slick-next:before {
     content: '';
     background-image: url('data:image/svg+xml;utf8,<svg fill="%23a50034" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"/><path d="m12 4-1.41 1.41L16.17 11H4v2h12.17l-5.58 5.59L12 20l8-8-8-8z"/></svg>');
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     width: 1em;
     height: 1em;
     display: inline-block;
     fill: currentColor;
     -webkit-flex-shrink: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
     transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
     font-size: inherit;
 }
 .slick-prev:before {
     content: '';
     background-image: url('data:image/svg+xml;utf8,<svg fill="%23a50034" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/><path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/></svg>');
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     width: 1em;
     height: 1em;
     display: inline-block;
     fill: currentColor;
     -webkit-flex-shrink: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
     transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
     font-size: inherit;
 }
 .slick-dots {
     position: relative;
     display: block;
     padding: 0px;
     margin-top: 30px!important;
     transform: translateY(50%);
     list-style: none;
     text-align: center;
     line-height: 0;
     width: 100%;
     bottom: 0;
 }
 .slick-dots li {
     position: relative;
     display: inline-block;
     height: 20px;
     width: 12.5px;
     margin: 0px;
     padding: 0;
     cursor: pointer;
 }
 .slick-dots li button {
     position: relative;
     line-height: 0;
     width: 0.5rem;
     height: 0.5rem;
     padding: 0px;
     margin: 0.125rem;
     display: block;
     cursor: pointer;
     color: transparent;
     border: 0px;
     outline: none;
     background: transparent;
 }
 .slick-dots li button::before {
     line-height: 0;
     position: relative;
     display: block;
     width: 100%;
     height: 100%;
     content: "";
     border-radius: 50%;
     text-align: center;
     /* opacity: 0.26;
     background-color: rgb(27, 26, 30); */
 }
 .slick-dots li button:hover::before, 
 .slick-dots li button:focus::before, 
 .slick-dots li.slick-active button::before {
     opacity: 1;
     background-color: rgb(165, 0, 52);
 }
 .slick-dots li.slick-active button:before { 
     opacity: .75; 
     background-color: #a50034; 
     color: transparent; 
 }
 .slick-dots li button:before { 
     /* border: 1px solid rgba(0,0,0,.5);  */
     opacity: 1;
     background-color: #c4c4c5; 
     color: transparent; 
     width: 8px; 
     height: 8px; 
     border-radius: 50%; 
 }
 .gallery-carousel .slick-dots li {
     position: relative;
     display: inline-block;
     width: auto;
     margin: 0 5px;
     padding: 0;
     cursor: pointer;
     display: none;
     color: #737272;
     font-family: 'LG Smart Regular';
     font-weight: 700;
     font-size: 18px;
     letter-spacing: 0.05em;
 }
 .gallery-carousel .slick-dots a {
     color: #737272;
     transition: .3s all;
 }
 .gallery-carousel .slick-dots,
 .gallery-carousel .slick-dots .slick-active {
     display: block;
     padding-top: 5px;
 } 
 .gallery-carousel .slick-dots a {
     opacity: 1;
     display: block;
     transition: .3s all;
 }
 /* slick custom */
 .slick-hero .slick-dots {
     margin-top: -80px!important;
 }
 
 .slick-carousel-wcard-d .slick-dots {
     margin-top: 0px!important;
 }
 
 
 /* section products */
 .section.products .container-skel {
    padding-bottom: 50px;
}
.slick-carousel-products .product {
    background-color: #fff;
    border: 1px solid #6b6b6b;
    padding: 20px;
    margin: 0 10px;
    margin-bottom: 20px;
    text-align: center;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    z-index: 999999;
    position: relative;
}
.slick-carousel-products .product img {
    text-align: center;
    margin: 0 auto;
}
.slick-carousel-products .product h3 {
    font-size: 16px;
    padding: 10px 0px;
    letter-spacing: 0.071em;
    text-align: left;
}
.slick-carousel-products .product h2 {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    padding: 5px 0px 20px 0px;
    color: #000;
}
.slick-carousel-products .cta {
    text-align: left;
}
.slick-carousel-products .product .newbtn-outline {
    display: inline-block;
    margin: 0;
    padding: 7px 14px !important;
    border-radius: 100vw;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.05em;
    font-family: 'LG Smart Bold';
    font-size: 16px;
    line-height: 24px;
    border: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    z-index: 0;
    transition: all 0.3s ease-in-out;
    outline: none;
    color: #6b6b6d;
    border: 1px solid #6b6b6d;
    background-color: transparent;
}
.slick-carousel-products .product .newbtn-outline::before {
    content: "";
    position: absolute;
    border-radius: 30px;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.slick-carousel-products .product .newbtn-outline:hover {
    background-color: #A60032;
    border: 1px solid #A60032;
    color: #fff;
}
.slick-carousel-products .product .newbtn-outline:hover::before {
    background-color: #A60032;
    left: 100%;
    border: 1px solid #A60032;
}





/*
================================
OVERLAY CARDS
================================
*/
.overlaycard-wrap {
    position: relative;
}
.overlaycard-wrap.black {
    color: #000;
}
.overlaycard-wrap.white {
    color: #fff;
}
.overlaycard-wrap .copyblock .eyebrow {
    padding-bottom: 10px;
}
.overlaycard-wrap .copyblock .title h2 {
    /* font-family: 'LG Smart Regular';
    font-weight: 400; */
}
.overlaycard-wrap .copyblock .copy {
    padding: 20px 0px 30px 0px;
}
.overlaycard-wrap .copyblock .copy sup {
    top: -1em;
    font-size: 50%;
}
.overlaycard-wrap .copyblock .title h2 sup {
    top: -1.5em;
    font-size: 30%;
}
.overlaycard-image {
    display: block;
    width: 100%;
    height: auto;
}
.overlaycard-left {
    top: 50%;
    left: 29%;
    width: 620px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}
.overlaycard-right {
    top: 50%;
    left: 72%;
    width: 660px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}
.overlaycard-center {
    top: 50%;
    left: 50%;
    width: 600px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}









/*
================================================================================================================================
PACKAGE AREA
================================================================================================================================
*/
/* section hero */
.section.hero {
    padding: 0px 0px 0px 0px;
}
.section.hero video {
    width: 100%;
}
.section.hero .overlaycard-wrap .overlaycard-left {
    top: 66%;
    left: 24%;
    width: 490px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}
.section.hero .overlaycard-wrap .copyblock .title h2 {
    font-family: 'LG Smart Regular';
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
}


/* section two */
.section.two {
    padding: 75px 0px;
}
.section.two .copyblock .main {
    text-align: center;
}
.section.two .row.subhero {
    padding: 0px 0px 125px 0px;
    text-align: center;
}
.section.two .row.bestplay {
    padding: 0px 0px 50px 0px;
}
.section.two .row.rivalries {
    padding: 0px 0px 150px 0px;
}


/* section carousel */
.section.carousel {
    padding: 0px 0px 75px 0px;
}


/* section transparentconvo */
.section.transparentconvo .tout.large.copyblock {
    padding: 250px 130px 0 0px;
}
.section.transparentconvo .cta {
    clear: both;
}
.section.transparentconvo {
    padding: 75px 0px 0px 0px;
}
.bg-therivalries {
    background: url(../images/therivalries-bg.png) bottom center no-repeat; 
    background-size: cover;
    min-height: 755px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.bg-transparentconvo {
    background-size: cover;
    background-image: url("../images/transparentconvo-bg.png");
    min-height: 810px;
}



/* overlaycard-sidebubble */
.overlaycard-wrap-sidebubble {
    position: relative;
}
.overlaycard-wrap-sidebubble.black {
    color: #000;
}
.overlaycard-wrap-sidebubble.white {
    color: #fff;
}
.overlaycard-wrap-sidebubble .copyblock .eyebrow {
    padding-bottom: 10px;
}
.overlaycard-wrap-sidebubble.copyblock .title h2 {
    /* font-family: 'LG Smart Regular';
    font-weight: 400; */
}
.overlaycard-wrap-sidebubble .copyblock .copy {
    padding: 20px 0px 30px 0px;
}
.overlaycard-wrap-sidebubble .copyblock .copy sup {
    top: -1em;
    font-size: 50%;
}
.overlaycard-wrap-sidebubble .copyblock .title h2 sup {
    top: -1.5em;
    font-size: 30%;
}

.overlaycard-sidebubble-image {
    display: block;
    width: 100%;
    height: auto;
}
.overlaycard-sidebubble-left {
    top: 80%;
    left: 78%;
    width: 710px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    background-color: #F0ECE4;
    border-radius: 50px;
    padding: 50px;
}
.overlaycard-sidebubble-right {
    top: 50%;
    left: 75%;
    width: 600px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}
.overlaycard-sidebubble-center {
    top: 50%;
    left: 50%;
    width: 600px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}


.overlaycard-static .icon {
    display: block;
    padding: 0 0 20px 90px;
    z-index: 999;
}
.overlaycard-static {
    top: 55%;
    left: 82%;
    width: 590px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.overlaycard-static .copyblock {
    text-align: left;
    background-color: #F0ECE4;
    border-radius: 50px;
    padding: 50px;
    z-index: 999;
}

.fancybox-slide--iframe .fancybox-content, 
.fancybox-iframe {
	background: transparent;
}

.slogan {
    padding: 50px 0px;
    display: block;
    margin: 0 auto;
    text-align: center;
}



@media (min-width: 1200px) and (max-width: 1535px) {
   
}



/*
================================================================
TABLET LANDSCAPE 
================================================================
*/
@media (min-width: 900px) and (max-width: 1199px) {
    /*
    ================================
    GENERAL
    ================================
    */
    .section {
        font-family: 'LG Smart Regular';
        font-weight: 400;
        color:#1E1E1E;
        font-size: 16px;
        line-height: 26px;
    }
    .section .copyblock .eyebrow {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 0px;
        letter-spacing: 0.071em;
        text-transform: uppercase;
    }
    .section .copyblock .title h2 {
        font-family: 'LG Smart Regular';
        font-weight: 400;
        font-size: 25px;
        line-height: 30px;
    }
    .section .copyblock .copy {
        font-size: 15px;
        line-height: 19px;
    }
    .section .copyblock .fine {
        font-size: 12px;
        line-height: 18px;
    }
    .section .sectitle {
        text-align: center;
        font-size: 16px;
        line-height: 26px;
        padding: 40px 0px;
    }
    .section .sectitle h2 {
        font-family: 'LG Smart Regular';
        font-weight: 400;
        font-size: 30px;
        line-height: 34px;
        text-align: center;
        padding-top: 25px;
        color: #000;
    }
    .section .sectitle h2 sup {
        top: -1.5em;
        font-size: 30%;
    }
    

    .overlaycard-left {
        top: 50%;
        left: 26%;
        width: 450px;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: left;
    }
    .overlaycard-right {
        top: 50%;
        left: 72%;
        width: 480px;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: left;
    }
    .overlaycard-center {
        top: 50%;
        left: 50%;
        width: 600px;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

    /*
    ================================
    PACKAGE
    ================================
    */
    .overlaycard-wrap .copyblock .copy {
        padding: 10px 0px;
    }
    .overlaycard-sidebubble-left {
        top: 80%;
        left: 63%;
        width: 590px;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: left;
        background-color: #F0ECE4;
        border-radius: 50px;
        padding: 30px;
    }

    .overlaycard-static {
        left: 66%;
    }
    .overlaycard-static .icon {
        display: block;
        padding: 0 0 40px 350px;
        z-index: 999;
    }
    .slick-carousel-d .slick-dots {
        margin-top: 206px!important;
        z-index: 999;
    }
    
}





/*
================================================================
MOBILE LANDSCAPE 
================================================================
*/
@media (min-width: 600px) and (max-width: 899px) { 
    /*
    ================================
    GENERAL
    ================================
    */
    .for-mobile {
        display: none!important;
    }
    .for-desktop {
        display: inherit!important;
    }
    .section {
        font-family: 'LG Smart Regular';
        font-weight: 400;
        color:#1E1E1E;
        font-size: 16px;
        line-height: 26px;
    }
    .section .copyblock .eyebrow {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 0px;
        letter-spacing: 0.071em;
        text-transform: uppercase;
    }
    .section .copyblock .title h2 {
        font-family: 'LG Smart Regular';
        font-weight: 400;
        font-size: 25px;
        line-height: 30px;
    }
    .section .copyblock .copy {
        font-size: 11px;
        line-height: 14px;
    }
    .section .copyblock .fine {
        font-size: 10px;
        line-height: 12px;
    }
    .section .sectitle {
        text-align: center;
        font-size: 16px;
        line-height: 26px;
        padding: 40px 0px;
    }
    .section .sectitle h2 {
        font-family: 'LG Smart Regular';
        font-weight: 400;
        font-size: 30px;
        line-height: 34px;
        text-align: center;
        padding-top: 25px;
        color: #000;
    }
    .section .sectitle h2 sup {
        top: -1.5em;
        font-size: 30%;
    }
    .overlaycard-left {
        top: 54%;
        left: 27%;
        width: 350px;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: left;
    }
    .overlaycard-right {
        top: 53%;
        left: 72%;
        width: 370px;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: left;
    }
    .overlaycard-center {
        top: 65%;
        left: 50%;
        width: 600px;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }


    

    /*
    ================================
    PACKAGE
    ================================
    */
    .newbtn,
    .newbtn.inverse,
    .newbtn-outline {
        width: 100%;
        text-align: center;
    }
    .badge{
        position: relative;
        float: right;
        padding-bottom: 20px;
    }

    .section.hero .overlaycard-wrap .copyblock .title h2 {
        font-family: 'LG Smart Bold';
        font-weight: 400;
        font-size: 40px;
        line-height: 46px;
    }
    .section.hero .overlaycard-wrap .overlaycard-center {
        top: 48%;
        left: 50%;
        width: 600px;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .section.subhero {
        padding: 50px 0px;
    }
    .overlaycard-wrap .copyblock .copy {
        padding: 10px 0px;
    }
  
    .overlaycard-sidebubble-left {
        top: 80%;
        left: 60%;
        width: 588px;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: left;
        background-color: #F0ECE4;
        border-radius: 15px;
        padding: 15px;
    }

    .overlaycard-static {
        left: 54%;
        top: 49%;
    }
    .overlaycard-static .icon {
        display: block;
        padding: 0 0 40px 450px;
        z-index: 999;
    }
    .slick-carousel-d .slick-dots {
        margin-top: 206px!important;
        z-index: 999;
    }

    .section.transparentconvo .tout.large.copyblock {
        padding: 120px 130px 0 0px;
    }
    .bg-transparentconvo {
        min-height: 420px;
    }

  
}







/*
================================================================
MOBILE PORTRAIT 
================================================================
*/
@media (max-width: 599px) {
    /*
    ================================
    GENERAL
    ================================
    */
    .for-mobile {
        display: inherit!important;
    }
    .for-desktop {
        display: none!important;
    }

    .newbtn,
    .newbtn.inverse,
    .newbtn-outline {
        width: 100%;
        text-align: center;
    }
    .overlaycard-wrap  {
        /* min-height: 670px; */
    }
    .overlaycard-left,
    .overlaycard-right,
    .overlaycard-center {
        top: 37%;
        left: 50%;
        width: 90%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .gallery-carousel .slick-dots {
        margin-top: -20px!important;
    }
    .section {
        font-family: 'LG Smart Regular';
        font-weight: 400;
        color:#1E1E1E;
        font-size: 16px;
        line-height: 26px;
    }
    .section .copyblock .eyebrow {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 10px;
        letter-spacing: 0.071em;
        text-transform: uppercase;
    }
    .section .copyblock .title h2 {
        font-family: 'LG Smart Regular';
        font-weight: 400;
        font-size: 32px;
        line-height: 35px;
    }
    .section .copyblock .copy {
        font-size: 16px;
        line-height: 26px;
    }
    .section .copyblock .fine {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }
    .section .copyblock .fine .entries {
        padding: 20px 0 0 0;
        margin: 0 auto;
        clear: both;
        float: left;
        width: 100%;
    }
    .section .sectitle {
        text-align: center;
        font-size: 16px;
        line-height: 26px;
        padding: 40px 0px;
    }
    .section .sectitle h2 {
        font-family: 'LG Smart Regular';
        font-weight: 400;
        font-size: 30px;
        line-height: 34px;
        text-align: center;
        padding-top: 25px;
        color: #000;
    }
    .section .sectitle h2 sup {
        top: -1.5em;
        font-size: 30%;
    }


    /*
    ================================
    PACKAGE
    ================================
    */

    /* section hero */
    .section.hero {
        padding: 0px 0px 0px 0px;
    }
    .section.hero .container-skel,
    .section.thebesttv .container-skel,
    .section.bethefirst .container-skel,
    .section.sweepstakes .container-skel {
        padding: 0px 0px 0px 0px; /* full bleed */
    }
    .section.hero video {
        width: 100%;
    }
    .section.hero .overlaycard-wrap .copyblock .title h2 {
        font-family: 'LG Smart Regular';
        font-weight: 400;
        font-size: 33px;
        line-height: 36px;
        width: 90%;
        margin: 0 auto;
    }
    .section.subhero {
        padding: 75px 0px 0px 0px;
    }
    .section.two .row.subhero {
        padding: 0px 0px 50px 0px;
        text-align: center;
    }
    .section.transparentconvo {
        padding: 50px 0px 0px 0px;
        background-color: #f4eeea;
    }
    .section.transparentconvo .tout.large.copyblock {
        padding: 50px 0 0 0px;
    }
    
    .bg-therivalries {
        background: url(../images/therivalries-bg-m.png) bottom center no-repeat; 
        background-size: cover;
        min-height: 755px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    
    .copyblock.main {
        text-align: center;
    }

    .bg-transparentconvo {
        background-size: cover;
        background-image: url(../images/transparentconvo-bg-m.png);
        height: 700px;
        
    }

    .section .inline-video > iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border: 0;
        border-radius: 35px;
    }
  
}