/*
================================
HSAD BASE 2023
================================
*/
.temporary {
    font-size: calc(3rem + 5vw);
    line-height: .8;
    font-weight: 900;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: -10px;
    margin: 0px;
    text-transform: uppercase;
    text-align: center;
    color: #ebebeb;
    height: 2000px;
    padding-top: 100px;
}
.hide {
    display: none; /* hide BS home drop menu*/
}

.section {
    font-family: 'LG Smart Regular';
    font-weight: 400;
    color:#1E1E1E;
    font-size: 18px;
    line-height: 24px;
}
.section .copyblock .eyebrow {
    font-size: 14px;
    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: 18px;
    line-height: 24px;
    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: 18px;
    line-height: 24px;
    padding: 40px 0px;
    color: #666666;
}
.section .sectitle .eyebrow {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 10px;
    letter-spacing: 0.071em;
    text-transform: uppercase;
}
.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;
}
#sticky {
    top: 0px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
}
#hidden-lightbox .copy img {
    max-width: 100%;
}
.fancybox-slide--iframe .fancybox-content, 
.fancybox-iframe {
	background: transparent;
}
.breadcrumb {
    color: #fff;
    display: none!important;
}
.container-skel .row { 
    margin: 0px; /* override bootstrap */
} 
ul.foot-disclaim li { 
    padding-bottom: 10px;
}
.zoom {
    display:inline-block;
    border:0;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   

}
.zoom:hover {
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.03);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.03);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.03);
    transition: all 200ms ease-in;
    transform: scale(1.03);
}
div.cta a.newbtn:not(:first-of-type) {
    margin-left: 1rem !important;
}

.newbtn {
    display: inline-block;
    margin: 0 0 10px 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: 14px;
    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: 14px;
    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: 14px;
    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;
}
.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;
}
.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;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
    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;
    min-height: 600px;
}
.slick-carousel-products .product img {
    text-align: center;
    margin: 0 auto;
}
.slick-carousel-products .product h3 {
    font-size: 14px;
    padding: 10px 0px;
    letter-spacing: 0.071em;
    text-align: left;
}
.slick-carousel-products .product h2 {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    padding: 5px 0px 20px 0px;
    color: #000;
}
.slick-carousel-products .cta {
    text-align: center;
}
.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: 14px;
    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;
}
.slick-carousel-products .copyblock {
    padding: 30px 30px 50px 30px;
}
.slick-carousel-products img {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}



/*
================================
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: 10px 0px 20px 0px;
    min-height: 100px;
}
.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
================================================================================================================================
*/

/*---------------------------------------------------------------- HOME ---------------------------------------------------------------*/
/* section hero */
.section.hero {
    padding: 0px 0px 0px 0px;
}
.section.hero video {
    width: 100%;
}
.section.hero .overlaycard-wrap .overlaycard-left {
    top: 44%;
    left: 23%;
    width: 590px;
    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: 48px;
    line-height: 48px;
}

/* section hero sso */
.section.hero.sso .cta.detect {
    float: unset !important;
    padding-right: unset !important;
}
.section.hero.sso .container-skel {
    display: flex;
    justify-content: center;
}

.section.hero.sso .container-skel .twelve.columns {
    max-width: 1200px;
}

.section.hero.sso .overlaycard-wrap .overlaycard-left {
    left: 38%;
}

@media screen and (min-width: 600px) and (max-width: 899px) {
    .section.hero.sso .title h1 {
        font-size: 28px;
    }
    .section.hero.sso .overlaycard-wrap .copyblock .copy {
        font-size: 15px;
        min-height: 70px;
    }
    .section.hero.sso .overlaycard-wrap .overlaycard-left {
        top: 52%;
        left: 51%;
        width: 550px;
    }
}

@media screen and (max-width: 599px) {
    .section.hero.sso .overlaycard-wrap .overlaycard-center {
        top: 48%;
    }
}

/* section subhero */
.section.subhero {
    padding: 75px 0px;
}
.section.subhero .copyblock {
    text-align: center;
    font-size: 24px;
    line-height: 27px;
}

/* section thinq-nav */
.section.thinq-nav {
    padding: 0px 0px 55px 0px;
}
.section.thinq-nav h3 {
    text-align: center;
    padding-top: 20px;
    font-size: 22px;
    padding-bottom: 26px;
}
.section.thinq-nav .twelve.columns {
    width: 95%;
    margin-left: 2.5%;
}

/* section thinq-sub-nav */
.section.thinq-sub-nav {
    background-color: #fff;
    box-shadow: 0px 21px 19px -11px rgba(0,0,0,0.2); /* BOTTOM */
}
.section.thinq-sub-nav .sub-nav-wrap {
    display: block;
    width: 300px;
    float: right;
}
.thinq-sub-nav .menu,
.gta-cta {
    display: inline-block;
    vertical-align: middle;
}
.thinq-sub-nav .menu-item {
    display: inline-block;
    position: relative;
}
.thinq-sub-nav .menu-item a {
    text-decoration: none;
    padding: 6px 25px;
    display: block;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.thinq-sub-nav .drop-menu {
    opacity: 0;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    min-width: 250px;
    padding: 20px 20px 20px 15px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -webkit-border-radius: 20px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 20px;
    -moz-border-radius-topright: 0;
    border-radius: 20px;
    border-top-right-radius: 0;
    right: 10px;
    top: 35px;
    transition: all .5s ease;
    text-align: right;
}
.thinq-sub-nav .drop-menu-item {
    width: 100%;
}
.thinq-sub-nav .drop-menu-item a:hover,
.thinq-sub-nav .drop-menu-item:hover {
    color:#a50034;
}
.thinq-sub-nav .drop-menu-item a {
    color: #555;
}
.thinq-sub-nav .menu-item:hover .drop-menu {
    display: block;
    opacity: 1;
}

/* section home-maincontent */
.section.home-maincontent {
    padding: 0px 0px 75px 0px;
    background-color: #F0ECE4;
}
.section.home-maincontent .row.connectivity {
    padding: 75px 0px;
}
.section.home-maincontent .row.connectivity .copyblock {
    padding: 100px 0px 0px 0px;
}
.section.home-maincontent .row.care {
    padding: 75px 0px;
}
.section.home-maincontent .row.care .copyblock {
    padding: 150px 0px 0px 0px;
}
.section.home-maincontent .row.updates {
    padding: 75px 0px;
}
.section.home-maincontent .row.updates .copyblock {
    padding: 200px 0px 0px 0px;
}
.section.home-maincontent .care-touts-wrap {
    background-color: #fff;
    border-radius: 75px;
    padding: 100px 75px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 2px;
    position: relative;
    z-index: 999;
    margin-top: -170px;
}
.section.home-maincontent  .care-tout {
    padding-bottom: 50px;
}
.icon-jiggle:hover {
    animation: icon-jiggle-animation 2s infinite;
    /* animation: icon-jiggle-animation 1s ease 0s 1 normal forwards; */
}
@keyframes icon-jiggle-animation {
    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: 50% 50%;
    }

    10% {
        transform: rotate(8deg);
    }

    20%,
    40%,
    60% {
        transform: rotate(-10deg);
    }

    30%,
    50%,
    70% {
        transform: rotate(10deg);
    }

    80% {
        transform: rotate(-8deg);
    }

    90% {
        transform: rotate(8deg);
    }
}


/* section thinqup */
.section.thinqup {
    padding: 0px 0px 75px 0px;
    background-color: #F0ECE4
}
.product .copyblock ul {
    padding: 15px 0px;
    min-height: 220px;
}
.product .copyblock ul li {
    margin-left: 30px;
    list-style-type: disc;
    text-align: left;
    padding-bottom: 10px;
}


/* section thinqliving */
.section.thinqliving {
    padding: 75px 0px 75px 0px;
    background-color: #000;
    color: #fff;
}
.section.thinqliving .sectitle,
.section.thinqliving .sectitle .eyebrow,
.section.thinqliving .sectitle h2 {
    color: #fff;
}
.section.thinqliving .sectitle h2 {
    padding: 5px 0px 5px 0px;
}
.section.thinqliving .overlaycard-left {
    top: 75%;
    left: 45%;
    width: 70%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    color: #fff;
}
.section.thinqliving .overlaycard-left .copyblock .title h2 {
    font-family: 'LG Smart Regular';
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
}
.section.thinqliving .three.columns {
    width: 27%;
    margin-left: 0%;
}
.section.thinqliving .offset-by-one.columns {
    margin-left: 15.666667%;
}
.slogan {
    text-align: center;
    padding-top: 100px;
}







/*---------------------------------------------------------------- KITCHEN ---------------------------------------------------------------*/
/* section kitchen */
.section.kitchen .hero-kitchen .overlaycard-right {
    top: 45%;
    left: 80%;
    width: 530px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}
.section.kitchen .row.refrigerators {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+88,f0ece4+88,f0ece4+100 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 88%,rgba(240,236,228,1) 88%,rgba(240,236,228,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 75px;
    margin-top: -150px;
    position: relative;
    z-index: 999;
    padding: 120px 0 10px 0;
}
.section.kitchen .row.refrigerators .copyblock {
    padding: 100px 0px 0px 0px;
}


/* section smartiscool */
.section.kitchen .row.smartiscool {
    padding: 250px 75px 100px 75px;
    margin-top: -200px;
    background-color: #F0ECE4;
    border-top-left-radius: 75px;
    border-top-right-radius: 75px;
}
.section.kitchen .smart-touts-wrap {
    background-color: #fff;
    border-radius: 75px;
    padding: 60px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 2px;
}
.section.kitchen .row.smartiscool .four.columns {
    width: 32%;
    margin-left: 1%;
}
.section.kitchen .row.smartiscool .four.columns .copyblock {
    width: 90%;
    padding: 35px 0 0 25px;
}
.section.kitchen .row.smartiscool .ten.columns {
    width: 94%;
    margin-left: 3.5%;
}
.section.kitchen .row.cooking {
    padding: 75px 0px;
}
.section.kitchen .row.cooking .copyblock {
    padding: 100px 0px 0px 0px;
}
.section.kitchen .row.cooking .ten.columns {
    width: 90%;
    margin-left: 7.5%;
}


/* section culinaryself */
.section.culinaryself {
    padding: 0px 0px 150px 0px;
}




/*---------------------------------------------------------------- DISHWAHERS ---------------------------------------------------------------*/
/* section dishwashers */
.section.dishwashers {
    background-color: #F0ECE4;
    border-top-left-radius: 75px;
    border-top-right-radius: 75px;
    padding: 120px 0 0 0;
}
.section.dishwashers .copyblock {
    padding: 80px 0px 0px 0px;
}
.dishwashers-main {
    margin-top: -240px;
}
.section.dishwashers .dishwashers-touts-wrap {
    background-color: #fff;
    border-radius: 75px;
    padding: 75px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 2px;
}
.section.dishwashers .dishwashers-touts-wrap .stack {
    display: block;
    padding-bottom: 20px;
}
.section.dishwashers .dishwashers-touts-wrap .stack .thumb {
    display: inline-block;
    width: 55%;
}
.section.dishwashers .dishwashers-touts-wrap .stack .copyblock {
    display: inline-block;
    padding: 20px 0px 0px 20px;
    width: 39%;
    vertical-align: top;
}
.section.dishwashers .dishwashers-touts-wrap .stack .thumb img {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.section.dishwashers .row.dishwashers-a img{
    padding: 0 40px 0 0;
    position: absolute;
    top: -14%;
    left: 5%;
    width: 100%;
}

.section.dishwashers .row.dishwashers-b {
    padding: 75px 0px;
}
.section.dishwashers .dishwashers-touts-wrap .stack .copyblock .copy {
    padding: 10px 0px 30px 0px;
}
.section.dishwashers .dishwashers-b .copyblock {
    padding: 20px 0px 0px 30px;
}
.section.dishwashers .dishwashers-b .copyblock .copy.bigtout {
    width: 70%;
}
.section.dishwashers .row.exitcta {
    padding: 50px 0px 75px 0px;
}





/*---------------------------------------------------------------- LAUNDRY ---------------------------------------------------------------*/
/* section laundry */
.section.laundry .row.curvedtop {
    background-color: #F0ECE4;
    border-top-left-radius: 75px;
    border-top-right-radius: 75px;
    margin-top: -150px;
    position: relative;
}
.section.laundry .hero-laundry .overlaycard-right {
    top: 40%;
    left: 80%;
    width: 530px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}
.section.laundry .laundrytouts,
.section.laundry .smartpairing,
.section.laundry .steamstylers,
.section.laundry .flowsense {
    background-color: #F0ECE4;
}
.section.laundry .sectitle {
    padding: 70px 0px;
}
.section.laundry .copyblock {
    padding: 30px 0px 0px 0px;
}
.section.laundry .laundry-touts-wrap {
    background-color: #fff;
    border-radius: 75px;
    padding: 75px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 2px;
}
.section.laundry .laundry-touts-wrap .stack {
    display: block;
    padding-bottom: 20px;
}
.section.laundry .laundry-touts-wrap .stack .thumb {
    display: inline-block;
    width: 55%;
}
.section.laundry .laundry-touts-wrap .stack .copyblock {
    display: inline-block;
    padding: 20px 0px 0px 20px;
    width: 39%;
    vertical-align: top;
}
.section.laundry .laundry-touts-wrap .stack .thumb img {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.section.laundry .laundry-touts-wrap .stack .copyblock .copy {
    padding: 10px 0px 30px 0px;
}
.section.laundry .laundry-b .copyblock {
    padding: 20px 0px 0px 30px;
}
.section.laundry .laundry-b .copyblock .copy.bigtout {
    width: 70%;
}
.section.laundry .row.smartpairing{
    padding: 100px 0px;
}
.section.laundry .row.flowsense {
    padding-bottom: 0px;
}
.section.laundry .row.smartpairing .copyblock {
    padding: 150px 0px 0px 0px;
}
.section.laundry .row.steamstylers {
    padding: 40px 0px;
}
.section.laundry .row.steamstylers .ten.columns {
    background-color: #fff;
    border-radius: 75px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 2px;
}
.section.laundry .row.steamstylers .seven.columns img {
    border-radius: 75px;
}
.section.laundry .row.steamstylers .copyblock {
    padding: 150px 0px 0px 60px;
}




/*---------------------------------------------------------------- AIRCARE ---------------------------------------------------------------*/
/* section aircare */
.section.aircare .row.curvedtop {
    background-color: #F0ECE4;
    border-top-left-radius: 75px;
    border-top-right-radius: 75px;
    margin-top: -150px;
    position: relative;
}
.section.aircare .hero-aircare .overlaycard-right {
    top: 40%;
    left: 80%;
    width: 530px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}
.section.aircare .aircaretouts,
.section.aircare .smartpairing,
.section.aircare .steamstylers {
    background-color: #F0ECE4;
}
.section.aircare .sectitle {
    padding: 70px 140px;
}
.section.aircare .copyblock {
    padding: 30px 0px 0px 0px;
}
.section.aircare .aircare-touts-wrap {
    /* background-color: #fff;
    border-radius: 75px;
    padding: 75px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 2px; */
}
.section.aircare .aircare-touts-wrap .stack {
    display: block;
    padding-bottom: 20px;
}
.section.aircare .aircare-touts-wrap .stack .thumb {
    display: inline-block;
    width: 30%;
}
.section.aircare .aircare-touts-wrap .stack .copyblock {
    display: inline-block;
    padding: 0px 0px 0px 20px;
    width: 69%;
    vertical-align: top;
}
.section.aircare .aircare-touts-wrap .stack .thumb img {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.section.aircare .aircare-touts-wrap .stack .copyblock .copy {
    padding: 10px 0px 30px 0px;
}
.section.aircare .aircare-b .copyblock {
    padding: 20px 0px 0px 30px;
}
.section.aircare .aircare-b .copyblock .copy.bigtout {
    width: 70%;
}
.section.aircare .row.convenience {
    /* padding: 100px 0px; */
    background-color: #F0ECE4;
}
.section.aircare .row.convenience .sectitle {
    margin-bottom: 100px;
}
.section.aircare .row.convenience .four.columns {
    background-color: #fff;
    border-radius: 75px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 2px;
    padding: 0px 50px 50px 50px;
}
.section.aircare .row.convenience .four.columns img {
    margin-top: -75px;
}
.section.aircare .row.convenience .four.columns .copyblock {
    min-height: 200px;
}
.section.aircare .row.vacuums {
    padding: 100px 0px;
    background-color: #F0ECE4;
}
.section.aircare .row.vacuums .copyblock {
    padding: 150px 0px 0px 0px;
}
.section.aircare .row.vacuumstouts {
    padding: 40px 0px;
    background-color: #F0ECE4;
}
.section.aircare .row.vacuumstouts .ten.columns {
    background-color: #fff;
    border-radius: 75px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 2px;
    width: 72.666667%;
    margin-left: 13.666667%;
    padding: 65px;
}
.section.aircare .row.vacuumstouts .seven.columns img {
    border-radius: 75px;
}
.section.aircare .row.vacuumstouts .copyblock {
    padding: 30px 0px 0px 40px;
}



/*---------------------------------------------------------------- ENTERTAINMENT ---------------------------------------------------------------*/
.section.entertainment .row.remotecontrol {
    background-color: #fff;
    border-top-left-radius: 75px;
    border-top-right-radius: 75px;
    margin-top: -150px;
    position: relative;
}
.section.entertainment .row.remotecontrol .copyblock {
    padding: 150px 0px 0px 120px;
}
.section.laundry .row.steamstylers .ten.columns {
    background-color: #fff;
    border-radius: 75px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 2px;
}
.section.entertainment .row.lgchannels {
    background-color: #F0ECE4;
    padding: 75px 0px;
}
.section.entertainment .row.lgchannels .ten.columns {
    background-color: #fff;
    border-radius: 75px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 2px;
}
.section.entertainment .row.lgchannels .copyblock {
    padding: 125px 40px 0px 0px;
}






/*
================================================================
TABLET LANDSCAPE 
================================================================
*/
@media (min-width: 900px) and (max-width: 1199px) {
    /*
    ================================
    GENERAL
    ================================
    */
    .section {
        font-family: 'LG Smart Regular';
        font-weight: 400;
        color:#1E1E1E;
    }
    .section .copyblock .eyebrow {
        font-size: 14px;
        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 .fine {
        font-size: 12px;
        line-height: 18px;
    }
    .section .sectitle {
        text-align: center;
        font-size: 14px;
        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;
    }

    .section.hero .overlaycard-wrap .overlaycard-left {
        top: 50%;
        left: 40%;
        width: 630px;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: left;
    }

    .section.thinq-nav .container-skel {
        width: 90%;
    }

    .section.home-maincontent .container-skel {
        width: 90%;
    }
    .section.thinqup .container-skel {
        width: 90%;
    }
    .section.kitchen .hero-kitchen .overlaycard-right {
        top: 40%;
        left: 70%;
        width: 530px;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: left;
    }
    /* ================================================================ TABLET LANDSCAPE ================================================================ */
   .slick-dotted.slick-slider {
        margin-bottom: 30px;
        padding: 0 40px;
    }
   .section.hero .overlaycard-wrap .copyblock .title h2 {
        font-family: 'LG Smart Regular';
        font-weight: 400;
        font-size: 36px;
        line-height:36px;
    }
   .section.kitchen .hero-kitchen .overlaycard-right {
        top: 37%;
        left: 60%;
        width: 530px;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: left;
    }
    .section.kitchen .row.refrigerators .copyblock {
        padding: 20px 0px 0px 0px;
    }
    .section.kitchen .row.refrigerators {
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 85%,rgba(240,236,228,1) 85%,rgba(240,236,228,1) 100%);
        border-radius: 75px;
        margin-top: -150px;
        position: relative;
        z-index: 999;
        padding: 120px 0 160px 0;
    }
    .section.kitchen .row.smartiscool {
        padding: 150px 75px 100px 75px;
        margin-top: -200px;
        background-color: #F0ECE4;
        border-top-left-radius: 75px;
        border-top-right-radius: 75px;
    }
    .section.kitchen .row.cooking .copyblock {
        padding: 0px 0px 0px 0px;
    }
    .section.kitchen .row.cooking .ten.columns {
        width: 90%;
        margin-left: 4.5%;
    }
    .section.dishwashers .copyblock {
        padding: 0px 0px 0px 40px;
    }
    .dishwashers-main {
        margin-top: 0px;
    }
    .section.culinaryself {
        padding: 0px 0px 50px 0px;
    }

    .section.dishwashers .dishwashers-touts-wrap .stack {
        display: block;
        padding-bottom: 20px;
    }
    .section.dishwashers .dishwashers-touts-wrap .stack .thumb {
        display: inherit;
        width: 100%;
    }
    .section.dishwashers .dishwashers-touts-wrap .stack .copyblock {
        display: inherit;
        padding: 20px 0px 0px 20px;
        width: 100%;
        vertical-align: top;
    }
    .section.dishwashers .dishwashers-touts-wrap .stack .thumb img {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
    }
    .section.dishwashers .row.dishwashers-a {
        padding: 0 40px 0 0;
    }

    /*---------------------------------------------------------------- LAUNDRY ---------------------------------------------------------------*/
    .section.laundry {
        padding: 0px;
    }
    .section.laundry .row.steamstylers {
        padding: 0px 0px 50px 0px;
    }
    .section.laundry .row.steamstylers .copyblock {
        padding: 130px 0px 0px 55px;
    }
    .section.laundry .row.steamstylers .ten.columns {
        width: 100%;
        margin-left: 0%;
    }
    .section.laundry .row.smartpairing .twelve.columns  {
        width: 95.666667%;
        margin-left: 2%;
    }
    .section.laundry .laundry-touts-wrap {
        padding: 40px;
    } 
    .section.laundry .laundry-touts-wrap .stack .thumb {
        display: inline-block;
        width: 100%;
    }
    .section.laundry .laundry-touts-wrap .stack .copyblock {
        display: inline-block;
        padding: 20px 0px 0px 20px;
        width: 100%;
        vertical-align: top;
    }
    .section.laundry .laundry-touts-wrap .six.columns.stack-one {
        width: 100%;
    }
    .section.laundry .laundry-touts-wrap .six.columns.stack-two {
        width: 100%;
        margin: 0;
    }
    .section.laundry .laundry-touts-wrap .six.columns.stack-two .twelve.columns {
        width: 47%;
        margin-left: 2.3%;
        float: left;
        min-height: 440px;
    }
    .section.laundry .row.curvedtop {
        margin-top: -65px;
    }
    .section.laundry .hero-laundry .overlaycard-right {
        top: 40%;
        left: 66%;
    }
    .section.laundry .copyblock {
        padding: 30px 0px 0px 0px;
    }


    /*---------------------------------------------------------------- TABLET LANDSCAPE AIRCARE ---------------------------------------------------------------*/
    .section.aircare .hero-aircare .overlaycard-right {
        top: 40%;
        left: 66%;
    }
    .section.aircare .aircare-touts-wrap .six.columns.stack-one {
        width: 100%;
        padding-bottom: 40px;
    }
    .section.aircare .aircare-touts-wrap .six.columns.stack-two  {
        width: 100%;
        margin-left: 0%;
    }
    .section.aircare .aircare-touts-wrap .six.columns.stack-two .twelve.columns {
        width: 48%;
        margin-left: 2%;
        float: left;
        min-height: 650px;
    }
    .section.aircare .aircare-touts-wrap .stack .thumb {
        display: inline-block;
        width: 100%;
    }
    .section.aircare .aircare-touts-wrap .stack .copyblock {
        display: inline-block;
        padding: 19px 0px 0px 20px;
        width: 100%;
        vertical-align: top;
    }
    .section.aircare .row.convenience .four.columns {
        min-height: 510px;
    }
    .section.aircare .row.vacuums .copyblock {
        padding: 0px;
    }
    .section.aircare .row.vacuumstouts .copyblock {
        padding: 30px 0px 0px 10px;
    }


     /*---------------------------------------------------------------- ENTERTAINMENT TABLET LANDSCAPE ---------------------------------------------------------------*/
    .section.entertainment .hero-entertainment .overlaycard-right {
        top: 40%;
        left: 66%;
    }
    .section.entertainment .row.remotecontrol {
        margin-top: -70px;
    }
    .section.entertainment .row.remotecontrol .copyblock {
        padding: 80px 0px 0px 60px;
    }
    .section.entertainment .row.lgchannels .copyblock {
        padding: 60px 20px 0px 0px;
    }
   
        

    
}







/*
================================================================
MOBILE LANDSCAPE & TABLET PORTRAIT
================================================================
*/
@media (min-width: 600px) and (max-width: 899px) { 
    /*
    ================================
    GENERAL
    ================================
    */
    .for-mobile {
        display: none!important;
    }
    .for-desktop {
        display: inherit!important;
    }
    div.cta a.newbtn:not(:first-of-type) {
        margin-left: 0rem !important;
    }
    .section {
        font-family: 'LG Smart Regular';
        font-weight: 400;
        color:#1E1E1E;
    }
    .section .copyblock .eyebrow {
        font-size: 14px;
        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: 14px;
        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 Regular';
        font-weight: 400;
        font-size: 36px;
        line-height: 36px;
    }
    .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.hero .overlaycard-wrap .overlaycard-left {
        top: 50%;
        left: 50%;
        width: 630px;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: left;
    }
    .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%;
    }
    .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.thinq-nav .container-skel {
        width: 90%;
    }
    .section.home-maincontent .container-skel {
        width: 90%;
    }
    .section.thinqup .container-skel {
        width: 90%;
    }


    /* ================================================================ TABLET PORTRAIT ================================================================ */
    .slick-dotted.slick-slider {
        margin-bottom: 30px;
        padding: 0 40px;
    }
    .section.kitchen .hero-kitchen .overlaycard-right {
        top: 43%;
        left: 60%;
        width: 530px;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: left;
    }
    .section.kitchen .row.refrigerators .copyblock {
        padding: 20px 0px 0px 0px;
    }
    .section.kitchen .row.refrigerators {
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 85%,rgba(240,236,228,1) 85%,rgba(240,236,228,1) 100%);
        border-radius: 75px;
        margin-top: -80px;
        position: relative;
        z-index: 999;
        padding: 120px 0 160px 0;
    }
    .section.kitchen .row.smartiscool {
        padding: 150px 75px 100px 75px;
        margin-top: -200px;
        background-color: #F0ECE4;
        border-top-left-radius: 75px;
        border-top-right-radius: 75px;
    }
    .section.kitchen .row.smartiscool .four.columns .copyblock {
        width: 90%;
        padding: 35px 0 0 4px;
    }
    .section.kitchen .row.cooking {
        padding: 75px 0px 0px 0px;
    }
    .section.kitchen .row.cooking .copyblock {
        padding: 0px 0px 0px 0px;
    }
    .section.kitchen .row.cooking .ten.columns {
        width: 90%;
        margin-left: 4.5%;
    }
    .section.dishwashers .copyblock {
        padding: 0px 0px 0px 40px;
    }
    .dishwashers-main {
        margin-top: 0px;
    }
    .section.culinaryself {
        padding: 0px 0px 50px 0px;
    }

    .section.dishwashers .dishwashers-touts-wrap .stack {
        display: block;
        padding-bottom: 20px;
    }
    .section.dishwashers .dishwashers-touts-wrap .stack .thumb {
        display: inherit;
        width: 100%;
    }
    .section.dishwashers .dishwashers-touts-wrap .stack .copyblock {
        display: inherit;
        padding: 20px 0px 0px 20px;
        width: 100%;
        vertical-align: top;
    }
    .section.dishwashers .dishwashers-touts-wrap .stack .thumb img {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
    }
    .section.dishwashers .row.dishwashers-a {
        padding: 0 40px 0 0;
    }


    /*---------------------------------------------------------------- LAUNDRY TABLET PORTRAIT ---------------------------------------------------------------*/
    .section.laundry {
        margin-top: 0px;
        padding: 0px;
    }
    .section.laundry .sectitle {
        padding: 50px 25px;
    }
    .section.laundry .laundry-touts-wrap .stack {
        display: block;
        padding-bottom: 20px;
    }
    .section.laundry .laundry-touts-wrap .stack .thumb {
        display: inherit;
        width: 100%;
    }
    .section.laundry .laundry-touts-wrap .stack .copyblock {
        display: inherit;
        padding: 20px 0px 0px 20px;
        width: 100%;
        vertical-align: top;
    }
    .section.laundry .laundry-touts-wrap .stack .thumb img {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
    }
    .section.laundry .row.laundry-a {
        padding: 0 40px 0 0;
    }
    .section.laundry .copyblock {
        padding: 20px 0px 0px 30px;
    }
    .section.laundry .row.smartpairing {
        padding: 80px 0px 20px 0px;
    }
    .section.laundry .row.steamstylers {
        padding: 0px 40px 50px 40px;
    }
    .section.laundry .row.steamstylers .copyblock {
        padding: 15px 0px 0px 43px;
    }
    .section.laundry .row.steamstylers .ten.columns {
        width: 100%;
        margin-left: 0%;
    }
    .section.laundry .row.smartpairing .twelve.columns  {
        width: 95.666667%;
        margin-left: 2%;
    }
    .section.laundry .laundry-touts-wrap {
        padding: 40px;
    } 
    .section.laundry .laundry-touts-wrap .six.columns.stack-one {
        width: 100%;
    }
    .section.laundry .laundry-touts-wrap .six.columns.stack-two {
        width: 100%;
        margin: 0;
    }
    .section.laundry .laundry-touts-wrap .six.columns.stack-two .twelve.columns {
        width: 47%;
        margin-left: 2.3%;
        float: left;
        min-height: 400px;
    }
    .section.laundry .row.curvedtop {
        margin-top: -44px;
    }
    .section.laundry .hero-laundry .overlaycard-right {
        top: 45%;
        left: 50%;
    }
    .section.laundry .row.smartpairing .copyblock {
        padding: 0px 0px 0px 0px;
    }



    /*---------------------------------------------------------------- AIRCARE TABLET PORTRAIT ---------------------------------------------------------------*/
    .section.aircare {
        margin-top: 0px;
        padding: 0px;
    }
    .section.aircare .sectitle {
        padding: 50px 25px;
    }
    .section.aircare .aircare-touts-wrap .stack {
        display: block;
        padding-bottom: 20px;
    }
    .section.aircare .aircare-touts-wrap .stack .thumb {
        display: inherit;
        width: 100%;
    }
    .section.aircare .aircare-touts-wrap .stack .copyblock {
        display: inherit;
        padding: 20px 0px 0px 20px;
        width: 100%;
        vertical-align: top;
    }
    .section.aircare .aircare-touts-wrap .stack .thumb img {
        display: table-cell;
        vertical-align: middle;
        height: 100%;
    }
    .section.aircare .row.aircare-a {
        padding: 0 40px 0 0;
    }
    .section.aircare .copyblock {
        padding: 20px 0px 0px 30px;
    }
    .section.aircare .row.smartpairing {
        padding: 80px 0px 20px 0px;
    }
    .section.aircare .row.steamstylers {
        padding: 0px 40px 50px 40px;
    }
    .section.aircare .row.steamstylers .copyblock {
        padding: 15px 0px 0px 43px;
    }
    .section.aircare .row.steamstylers .ten.columns {
        width: 100%;
        margin-left: 0%;
    }
    .section.aircare .row.smartpairing .twelve.columns  {
        width: 95.666667%;
        margin-left: 2%;
    }
    .section.aircare .aircare-touts-wrap {
        padding: 40px;
    } 
    .section.aircare .aircare-touts-wrap .six.columns.stack-one {
        width: 100%;
    }
    .section.aircare .aircare-touts-wrap .six.columns.stack-two {
        width: 100%;
        margin: 40px 0 0 0;
    }
    .section.aircare .aircare-touts-wrap .six.columns.stack-two .twelve.columns {
        width: 47%;
        margin-left: 2.3%;
        float: left;
        min-height: 520px;
    }
    .section.aircare .row.curvedtop {
        margin-top: -44px;
    }
    .section.aircare .hero-aircare .overlaycard-right {
        top: 45%;
        left: 50%;
    }
    .section.aircare .row.convenience .four.columns {
        padding: 0px 20px 20px 0px;
        min-height: 520px;
    }
    .section.aircare .row.convenience .four.columns img {
        margin-top: -20px;
        padding-left: 20px;
    }
    .section.aircare .row.vacuums .copyblock {
        padding: 0px 0px 0px 0px;
    }
    .section.aircare .row.vacuumstouts .copyblock {
        padding: 30px 0px 0px 10px;
    }
    .section.aircare .row.convenience .sectitle {
        margin-bottom: 30px;
    }


    /*---------------------------------------------------------------- ENTERTAINMENT MOBILE LANDSCAPE & TABLET PORTRAIT ---------------------------------------------------------------*/
    .section.entertainment .hero-entertainment .overlaycard-right {
        top: 45%;
        left: 50%;
    }
    .section.entertainment .row.remotecontrol {
        margin-top: -70px;
    }
    .section.entertainment .row.remotecontrol .copyblock {
        padding: 80px 0px 0px 60px;
    }
    .section.entertainment .row.lgchannels .copyblock {
        padding: 30px 20px 0px 0px;
    }
    .section.entertainment .row.lgchannels .six.columns img {
        border-radius: 75px;
    }
    .section.entertainment .row.lgchannels .ten.columns {
        width: 92.666667%;
        margin-left: 3.666667%;
    }
    
}






/*
================================================================
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;
    }
    div.cta a.newbtn:not(:first-of-type) {
        margin-left: 0rem !important;
    }
    .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;
    }
    .section .copyblock .eyebrow {
        /* font-size: 14px;
        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: 13px;
        line-height: 17px;
    } */
    .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;
        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: 40px;
        line-height: 40px;
        text-align: left;
    }

    .section.hero .copyblock .copy {
        text-align: left;
        padding-bottom: 25px;
    }


    /* section thinq-nav */
    .section.thinq-nav .three.columns {
        width: 49%;
        margin-left: 1%;
    }
    .section.thinq-nav li.nav-item.three.columns {
        flex-basis: inherit;
    }
    .section.thinq-nav .twelve.columns {
        width: inherit;
        margin-left: inherit;
    }
    .section.thinq-sub-nav {
        padding: 10px 0px;
    }
    .section.thinq-sub-nav .dropdown-menu {
        padding: 0px 10px 10px 10px!important;
    }
    .section.thinq-nav h3 {
        font-size: 17px;
        padding-bottom: 20px;
        text-align: center;
    }

    /* section home-maincontent */
    .section.home-maincontent .care-touts-wrap {
        background-color: #fff;
        border-radius: 75px;
        padding: 50px 30px;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 2px;
        position: relative;
        z-index: 999;
        text-align: center;
        width: 85%;
        margin: -120px auto 0 auto;
    }

    /* section thinqliving */
    .section.thinqliving .three.columns {
        width: 100%;
        margin-left: 0%;
    }
    .section.thinqliving .offset-by-one.columns {
        margin-left: 0%;
    }
    .section.thinqliving .overlaycard-left .copyblock .title h2 {
        text-align: center;
    }
    .section.thinqliving .overlaycard-left {
        top: 75%;
        left: 50%;
        width: 90%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        color: #fff;
    }

    /* section home-maincontent */
    .section.home-maincontent .row.connectivity .copyblock {
        padding: 0px;
    }
    .section.home-maincontent .row.care .copyblock {
        padding: 0px;
    }
    .section.home-maincontent .row.care {
        padding: 0px;
    }
    .section.home-maincontent .row.updates .copyblock {
        padding: 0px;
    }
    .section.home-maincontent {
        padding: 0px;
    }


    /* section kitchen */
    .section.kitchen .row.hero-kitchen .overlaycard-center {
        top: 61%;
        left: 51%;
        width: 90%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: left;
    }
    .section.kitchen .row.refrigerators {
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 88%,rgba(240,236,228,1) 88%,rgba(240,236,228,1) 100%);
        border-radius: 60px;
        margin-top: -50px;
        position: relative;
        z-index: 999;
        padding: 0px 0 10px 0;
    }
    .section.kitchen .row.refrigerators .copyblock {
        padding: 100px 20px 50px 20px;
    }
    .section.kitchen .row.smartiscool .ten.columns {
        width: 100%;
        margin-left: 0%;
    }
    .section.kitchen .row.smartiscool .four.columns .copyblock {
        width: 90%;
        padding: 35px 0 0 4px;
    }
    .section.kitchen .row.smartiscool {
        padding: 160px 30px 100px 30px;
        margin-top: -200px;
        background-color: #F0ECE4;
        border-top-left-radius: 75px;
        border-top-right-radius: 75px;
    }
    .section.kitchen .smart-touts-wrap {
        background-color: #fff;
        border-radius: 75px;
        padding: 60px 30px;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 2px;
    }
    .section.kitchen .row.smartiscool .four.columns {
        width: 100%;
        margin-left: 0%;
        padding-bottom: 40px;
    }
    .section.kitchen .row.smartiscool .four.columns .copyblock {
        width: 100%;
        padding: 35px 0 0 0px;
        text-align: center;
    }
    .section.kitchen .row.cooking .copyblock {
        padding: 10px 0px 40px 0px;
    }
    .section.kitchen .row.cooking {
        padding: 75px 0px 0 0;
    }
    .section.culinaryself .sectitle {
        text-align: left;
        padding: 20px 0px 40px 0;
    }
    .section.culinaryself .sectitle h2 {
        text-align: left;
    }
    .section.dishwashers {
        background-color: #F0ECE4;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        padding: 0px;
    }
    .section.dishwashers .copyblock {
        padding: 80px 0px 40px 0px;
    }
    .section.dishwashers .dishwashers-touts-wrap {
        background-color: #fff;
        border-radius: 75px;
        padding: 60px 30px;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 2px;
    }
    .section.dishwashers .dishwashers-b .copyblock {
        padding: 20px 0px 0px 0px;
        text-align: center;
        margin: 0 auto;
    }
    .section.dishwashers .dishwashers-b .copyblock .copy.bigtout {
        width: 100%;
    }


    /*---------------------------------------------------------------- LAUNDRY MOBILE PORTRAIT ---------------------------------------------------------------*/
    /* section laundry */
    .section.laundry {
        background-color: #F0ECE4;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        padding: 0px;
        margin-top: 0px;
    }
    .section.laundry .container-skel {
        padding: 0px;
    }
    .section.laundry .sectitle {
        padding: 70px 15px;
    }
    .section.laundry .row.hero-laundry .overlaycard-center {
        top: 61%;
        left: 51%;
        width: 90%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: left;
    }
    .section.laundry .laundry-touts-wrap {
        background-color: #fff;
        border-radius: 75px;
        padding: 60px 30px;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 2px;
    }
    .section.laundry .laundry-b .copyblock {
        padding: 20px 0px 0px 0px;
        text-align: center;
        margin: 0 auto;
    }
    .section.laundry .laundry-b .copyblock .copy.bigtout {
        width: 100%;
    }
    .section.laundry .row.steamstylers .copyblock {
        padding: 100px 30px 40px 30px;
    }
    .section.laundry .row.smartpairing {
        padding: 50px 0px;
    }
    .section.laundry .row.smartpairing .copyblock {
        padding: 80px 40px 40px 40px;
    }
    .section.laundry .row.curvedtop {
        margin-top: 20px;
    }


    /*---------------------------------------------------------------- AIRCARE MOBILE PORTRAIT ---------------------------------------------------------------*/
    /* section aircare */
    .section.aircare {
        background-color: #F0ECE4;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        padding: 0px;
        margin-top: 0px;
    }
    .section.aircare .container-skel {
        padding: 0px;
    }
    .section.aircare .sectitle {
        padding: 70px 15px;
    }
    .section.aircare .row.aircaretouts {
        margin-top: 0px;
    }
    .section.aircare .row.aircaretouts .overlaycard-center {
        top: 35%;
        left: 51%;
        width: 90%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: left;
    }
    .section.aircare .row.aircaretouts .four.columns.tout {
        padding: 50px;
        text-align: center;
    }
    .section.aircare .row.convenience .four.columns {
        margin-bottom: 150px;
    }
    .section.aircare .row.vacuums {
        padding: 0px;
    }
    .section.aircare .row.vacuums .five.columns {
        padding: 0px 30px 30px 30px;
        text-align: inherit;
    }
    .section.aircare .row.vacuums .copyblock {
        padding: 40px 0px 0px 0px;
    }
    .section.aircare .row.vacuumstouts .ten.columns {
        width: inherit;
        margin-left: inherit;
        text-align: center;
        background-color: transparent;
        padding: 0px;
        border-radius: 0px;
        box-shadow:none;
    }
    .section.aircare .row.vacuumstouts .copyblock {
        padding: 30px 0px 0px 0px;
        border-radius: 0px;
    }
    .section.aircare .row.vacuumstouts .six.columns {
        background-color: #fff;
        border-radius: 75px;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 2px;
        padding: 40px;
        margin-bottom: 40px;
    }
    .section.aircare .row.hero-aircare .overlaycard-center {
        top: 50%;
        left: 51%;
        width: 90%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: left;
    }


    /*---------------------------------------------------------------- ENTERTAINMENT MOBILE PORTRAIT ---------------------------------------------------------------*/
    .section.entertainment .row.remotecontrol {
        background-color: #fff;
        border-top-left-radius: 75px;
        border-top-right-radius: 75px;
        margin-top: -70px;
        position: relative;
    }
    .section.entertainment .row.hero-entertainment .overlaycard-center {
        top: 50%;
        left: 51%;
        width: 90%;
        position: absolute;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: left;
    }
    .section.entertainment .row.remotecontrol .copyblock {
        padding: 50px 30px 0px 30px;
    }
    .section.entertainment .row.lgchannels {
        background-color: #fff;
        padding: 20px 0px;
    }
    .section.entertainment .row.lgchannels .ten.columns {
        background-color: #F0ECE4;
        border-radius: 75px;
        box-shadow: rgba(0, 0, 0, 0.12) 0px 3px 2px;
    }
    .section.entertainment .row.lgchannels .copyblock {
        padding: 50px 40px 0px 30px;
    }
}




	/* Enable dropdown visibility on keyboard focus */
	.nav-item.dropdown:hover .dropdown-menu {
		display: block !important;
	}

	/* Show dropdown on focus */
	.nav-item.dropdown:focus-within .dropdown-menu {
		display: block !important;
	}

	/* Ensure smooth dropdown display */
	.dropdown-menu {
		margin-top: 0 !important;
	}

	/* Remove default focus outline */
	.dropdown-item:focus {
		outline: none !important;
	}
