@charset "UTF-8";
/* CSS Document */

body {
    margin: 0;
    font-family: 'Currys Sans', sans-serif;
}

.intel-esl-main-section {
    display: flex;
    flex-wrap: wrap;
    justify-content:right;
}

.intel-esl-sec {
    width: 100%;
    margin: 0;
    padding: 0;
}

.intel-become-legend{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/HEADLINE-top-img);
    padding: 50px;
    margin: 0;
    height: 55em;
    border-bottom: 3px solid #0b0022;
}

.intel-top-banner-content{
	width: max-content;
	padding: 20px;
	margin: 0;
}

img.iem-logo-section {
    width: 50%;
	padding: 0;
	margin: 0;
}

img.esl-impact-logo-sec {
    width: 90%;
    margin: 20px 0px;
    padding: 0;
}

.intel-top-banner-content h1{
	    font-family: "Currys Sans", sans-serif;
    font-weight: 800;
    font-size: 55px;
    color: #ffffff;
    line-height: initial;
    padding: 30px 0px;
    margin: 0px;
    text-transform: uppercase;
}

.intel-top-banner-content a {
    text-decoration: none;
    color: #fff;
    width: max-content;
    font-size: 30px;
    padding: 0;
    transition: background-color 0.3s;
    border-radius: 10px;
    font-family: 'Currys Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.intel-top-banner-content a i.fa.fa-angle-right {
    font-size: 35px;
    padding: 0px 20px;
    font-weight: 800;
}

.intel-top-banner-content a:hover{
    color: #43d7fe;
}

.power-and-glory-section{
	    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(https://media.currys.biz/i/currysprod/Hero-Banner-Image-BG);
    padding: 90px 30px;
    display: flex;
    justify-content: right;
    margin: 0;
    border-bottom: 3px solid #43d7fe;
}

.power-and-glory-content{
	width: 50%;
	padding: 20px;
	margin: 0;
}

.power-and-glory-content h2{
	font-family: "Currys Sans", sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #ffffff;
    line-height: initial;
    padding: 25px 0px;
    margin: 0px;
}

.power-and-glory-content p {
    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    color: #ffffff;
    line-height: normal;
}

/**/

.we-got-gaming-section{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/CHIP-BANNER-img);
    padding: 40px;
    margin: 0;
    display: flex;
    justify-content: right;
    border-bottom: 3px solid #43d7fe;
}

.we-got-gaming-content{
	width: 45%;
	padding: 20px;
	margin: 0;
}

.we-got-gaming-content h2{
	font-family: "Currys Sans", sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #ffffff;
    line-height: initial;
    padding: 25px 0px;
    margin: 0px;
}

.we-got-gaming-content h3{
	font-family: "Currys Sans", sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #43d7fe;
    line-height: initial;
    padding: 0;
    margin: 0px;
}

.we-got-gaming-content p {
    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
	padding: 40px 0px;
    margin: 0;
    color: #ffffff;
    line-height: normal;
}

/**/

.legendary-build-section{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/Carousel-background);
	padding:10px 40px;
	text-align: center;
	float: left;
	margin: 0;
	width:100%;
}

.legendary-build-section h2{
	font-family: "Currys Sans", sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #ffffff;
    line-height: initial;
    padding: 25px 0px;
    margin: 0px;
}

.legendary-build-section p {
    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
	padding: 0;
    margin: 0;
    color: #ffffff;
    line-height: normal;
}

/*carousel*/
.intel-esl-carousel {
    position: relative;
    margin-top: 26px;
}

.intel-esl-carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-open:checked + .intel-esl-carousel-item-1 {
    position: static;
    opacity: 100;
}
.carousel-open:checked + .intel-esl-carousel-item-2 {
    position: static;
    opacity: 100;
}
.carousel-open:checked + .intel-esl-carousel-item-3 {
    position: static;
    opacity: 100;
}

.intel-esl-carousel-item-1, .intel-esl-carousel-item-2, .intel-esl-carousel-item-3 {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.01s ease-out;
    transition: opacity 0.01s ease-out;
}


.carousel-control {
        border-radius: 50%;
    color: #fff;
    display: none;
    font-size: 70px;
    height: 40px;
    line-height: normal;
    position: absolute;
    top: 30%;
    -webkit-transform: translate(0, -45%);
     cursor: pointer; 
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 16%;
    z-index: 10;
    transition: background-color 0.3s;
}

.carousel-control.prev {
    left: 5%;
}

.silder-arrows span {
    font-size: 15px;
    padding: 0px 20px;
    position: relative;
    top: -16px;
	display: none;
}

.silder-arrows:hover span{
	display: inline-block;
}

.carousel-control.next {
    right: 5%;
}

.carousel-control:hover {
    color: #ffff5f;
}

#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3 {
    display: block;
}

.intel-esl-carousel-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.intel-esl-products-section {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0;
    justify-content: center;
}

.intel-esl-product-sec {
    padding: 0px 0px;
    margin: 20px;
    flex-basis: 80%;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.intel-esl-product-sec img {
    width: 50%;
    margin: 0;
    padding: 20px 0px;
}

.intel-esl-product-sec h2 {
    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    font-size: 30px;
	padding: 20px 0px;
    margin: 0;
    color: #fff;
    line-height: normal;
}

.intel-esl-product-sec button {
   text-decoration: none;
    border: none;
    background: #ffffff00;
    color: #fff;
    margin: 0;
	padding: 0;
}

a.intel-esl-product-btn {
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    padding: 10px 20px;
    border: 1px solid #ffff5f;
	border-radius: 5px;
    background-color: #ffff5f;
    font-family: 'Currys Sans', sans-serif;
    transition: background-color 0.5s;
    font-weight: 800;
    cursor: pointer;
    margin: 0;
    display: block;
    text-align: center;
}

a.intel-esl-product-btn:hover{
	background-color: #ffff5f00;
	color: #fff;
    text-decoration: none;
}

/**/

.shop-iem-section{
	    margin: 0;
    padding: 50px 0px;
    width: 100%;
    display: flex;
    flex-flow: column;
}

.shop-iem-section h1{
    font-family: "Currys Sans", sans-serif;
    font-weight: 800;
    font-size: 20px;
    color: #000;
    line-height: initial;
    width: 90%;
    padding-bottom: 10px;
    margin: 0 auto;
    border-bottom: 1px solid #d2d0d0;
}

.certificate-laptop-section {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-flow: row;
    align-items: center;
    flex-wrap: nowrap;
    padding: 0;
    justify-content: center;
}

.middle-border-sec {
    border-left: 1px solid #d2d0d0;
    border-right: 1px solid #d2d0d0;
}

.middle-border-sec11 {
    border-right: 1px solid #d2d0d0;
}

.iem-products-sec {
    padding: 30px;
    margin:0;
    flex-basis: 33.5%;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.iem-products-sec img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.iem-products-sec h3 {
    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
	padding: 20px 0px;
    margin: 0;
    color: #044cc4;
    line-height: normal;
}

.iem-products-sec a {
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    padding: 10px 20px;
    border: 1px solid #ffe002;
	border-radius: 5px;
    background-color: #ffe002;
    font-family: 'Currys Sans', sans-serif;
    transition: background-color 0.5s;
    font-weight: 800;
    cursor: pointer;
    margin: 0;
    display: block;
    text-align: center;
}

.iem-products-sec i.fa.fa-shopping-cart {
    font-size: 18px;
    padding-right: 15px;
}

.middle-certificate-laptops {
    border-top: 1px solid #d2d0d0;
    border-bottom: 1px solid #d2d0d0;
	margin: 0;
}

.last-certificate-laptops{
	margin: 0px 0px 50px 0px;
}

/**/

.upcoming-2023-champion-section{
    padding: 30px;
    margin: 0;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/upcoming-champion-bg);
    text-align: center;
    border-bottom: 3px solid #43d7fe;
    width: auto;
}

.upcoming-2023-champion-section h2{
	font-family: "Currys Sans", sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #ffffff;
    line-height: initial;
        padding-bottom: 30px;
    margin: 0px;
	text-transform: uppercase;
}

img.iem-logo-desktop {
    width: 90%;
    margin: 0 auto;
	padding: 50px 0px;
}

img.iem-logo-mobile {
    display: none;
}

/**/

.our-mvp-section{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/IEM-LIFESTYLE-BANNER-bg);
	padding:40px;
	text-align: center;
    border-bottom: 3px solid #43d7fe;
	margin: 0;
	width:auto;
}

.mvp-content-sec{
	width: 50%;
	padding: 20px;
	margin: 0;
	text-align: left;
}

.mvp-content-sec h2{
	font-family: "Currys Sans", sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #ffffff;
    line-height: initial;
    padding-bottom: 25px;
    margin: 0px;
}

.mvp-content-sec p {
    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    color: #ffffff;
    line-height: normal;
}

/**/

.iem-video-section{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/Video-bg);
    padding: 90px 0px;
    text-align: center;
    margin: 0;
    width: 100%;
}

.video-cta-sec {
    width: 30%;
    margin: 0 auto;
}

.video-cta-sec a {
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    padding: 10px 20px;
    border: 1px solid #ffff5f;
	border-radius: 5px;
    background-color: #ffff5f;
    font-family: 'Currys Sans', sans-serif;
    transition: background-color 0.5s;
    font-weight: 800;
    cursor: pointer;
    margin: 200px 0px;
    display: block;
    text-align: center;
}

.video-cta-sec a:hover{
	background-color: #ffff5f00;
	color: #fff;
    text-decoration: none;
}

/**/

.play-like-pro-section{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/Play-like-the-pros-bg);
	padding:40px;
    display: flex;
    justify-content: right;
	margin: 0;
	border-bottom: 3px solid #43d7fe;
}

.play-like-pro-content{
	width: 40%;
	padding: 20px;
	margin: 0;
}

.play-like-pro-content img{
	width: 15%;
	margin: 0;
	padding: 0;
}

.play-like-pro-content h2{
	font-family: "Currys Sans", sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #ffffff;
    line-height: initial;
    padding: 25px 0px;
    margin: 0px;
}

.play-like-pro-content p {
    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    color: #ffffff;
    line-height: normal;
}

.play-like-pro-content a {
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    padding: 10px 50px;
    border: 1px solid #ffff5f;
    border-radius: 5px;
    background-color: #ffff5f;
    font-family: 'Currys Sans', sans-serif;
    transition: background-color 0.5s;
    font-weight: 800;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 50px;
    display: block;
    text-align: center;
    width: max-content;
}

.play-like-pro-content a:hover{
	background-color: #ffff5f00;
	color: #fff;
    text-decoration: none;
}

/**/

/* .heroes-rise-section{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/Heroes-rise-bg);
	padding:20px 40px;
	text-align: center;
	margin: 0;
	border-bottom: 3px solid #43d7fe;
} */
.heroes-rise-section{
	position: relative;
}
.heroes-rise-section img{
	max-width: 100%;
}
.intro-section {
    position: absolute;
    top: 5%;
    text-align: center;
    width: 100%;
}

.intro-section h2{
	font-family: "Currys Sans", sans-serif;
    font-weight: 800;
    font-size: 40px;
    color: #ffffff;
    line-height: initial;
    padding: 0;
    margin: 0px;
}

.intro-section p {
    font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin: 0;
    color: #43d7fe;
    line-height: normal;
}

.certificate-laptop-section.acer-pc-gaming-sec {
    margin: 0;
    border-top: 1px solid #d2d0d0;
    justify-content: flex-start;
}

.hero-points-main-sec {
    top: 20%;
    position: absolute;
}

.gen-intel-core-sec {
    position: absolute;
    left: 18%;
    width: 15%;
    padding-top: 60px;
}

.gen-intel-core-sec img {
    width: 15%;
}

.gen-intel-core-sec h3 {
    font-family: "Currys Sans", sans-serif;
    font-weight: 800;
    font-size: 17px;
    color: #ffffff;
    line-height: initial;
    padding: 10px 0px;
    margin: 0px;
}

.gen-intel-core-sec p{
	font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
    color: #ffffff;
    line-height: normal;
}

.that-double-scope-sec {
    position: absolute;
    left: 42%;
    top: 40%;
    width: 25%;
}

.that-double-scope-sec img {
    width: 8%;
}

.that-double-scope-sec h3{
	font-family: "Currys Sans", sans-serif;
    font-weight: 800;
    font-size: 17px;
    color: #ffffff;
    line-height: initial;
    padding: 10px 0px;
    margin: 0px;
}

.that-double-scope-sec p{
	font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
    color: #ffffff;
    line-height: normal;
}

.rio-rampage-sec {
    position: relative;
    width: 15%;
    left: 78%;
    top: 35%;
    padding-top: 55px;
}

.rio-rampage-sec img{
	width: 10%;
}

.rio-rampage-sec h3{
	font-family: "Currys Sans", sans-serif;
    font-weight: 800;
    font-size: 17px;
    color: #ffffff;
    line-height: initial;
    padding: 10px 0px;
    margin: 0px;
}

.rio-rampage-sec p{
	font-family: 'Currys Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
    color: #ffffff;
    line-height: normal;
}


@media screen and (min-width: 768px) and (max-width: 1024px){
	
	.intel-esl-sec {
    width: 100%;
	}
	img.iem-logo-section{
	width: 70%;
	}
	.intel-top-banner-content h1{
	font-size: 36px;
	padding: 20px 0px;
	}
	.intel-top-banner-content p{
	font-size: 16px;
	}
	.intel-top-banner-content a{
	font-size: 23px;
    padding: 0;
	margin: 0;
	}
	.intel-top-banner-content a i.fa.fa-angle-right {
    font-size: 26px;
    padding: 0px 10px;
    font-weight: 800;
    }
	img.esl-impact-logo-sec {
    width: 80%;
    margin: 0;
	}
	.intel-become-legend{
	padding: 15px;
	    background-position: bottom;
		height: 43em;
	}
	.intel-top-banner-content{
	width: 60%;
	}
	.power-and-glory-section{
	padding: 30px;
	}
	.power-and-glory-content {
    width: 60%;
    }
    .iem-products-sec {
    padding: 10px;
    margin: 0;
    flex-basis: 33.5%;
    }
	
	.power-and-glory-content h2{
	font-size: 30px;
	}
	.power-and-glory-content p{
	font-size: 15px;
	}
	.we-got-gaming-content h2{
	font-size: 30px;
	}
	.we-got-gaming-content h3{
	font-size: 16px;
	}
	.we-got-gaming-content p{
	font-size: 15px;
	    padding: 20px 0px;
	}
	.legendary-build-section h2{
	font-size: 35px;
	}
	.legendary-build-section p{
	font-size: 16px;
	}
	.intel-esl-product-sec h2 {
	font-size: 30px;
	}
	.iem-products-sec img {
    width: 80%;
    margin: 0 auto;
    }
	.iem-products-sec h3{
	font-size: 10px;
	    padding-bottom: 20px;
	}
	.iem-products-sec a{
	font-size: 13px;
	padding: 5px 10px;
	}
	.we-got-gaming-section{
	padding:30px;
	}
	.we-got-gaming-content {
    width: 55%;
    padding: 10px;
    margin: 0;
    }
	.iem-products-sec i.fa.fa-shopping-cart {
    font-size: 14px;
    padding-right: 10px;
	}
	.upcoming-2023-champion-section h2{
	font-size: 30px;
	}
	.mvp-content-sec h2{
	font-size: 35px;
	}
	.mvp-content-sec p{
	font-size: 16px;
	}
	.our-mvp-section{
	padding: 15px;
	}
	.play-like-pro-section{
	padding: 25px;
	}
	.play-like-pro-content h2{
	font-size: 30px;
	}
	.play-like-pro-content p{
	font-size: 15px;
	}
	.heroes-rise-section h2{
	font-size: 35px;
	}
	.heroes-rise-section p{
	font-size: 18px;
	}
	.hero-points-main-sec{
	margin: 30px 0px;
	}
	
	.play-like-pro-content {
    width: 50%;
    }
    .play-like-pro-content a{
    font-size: 13px;
    padding: 6px 30px;
    }
    .video-cta-sec a{
    font-size: 13px;
        margin: 100px 0px;
    }
	
	.gen-intel-core-sec h3, .that-double-scope-sec h3, .rio-rampage-sec h3{
	font-size: 15px;
	}
	.gen-intel-core-sec p, .rio-rampage-sec p, .that-double-scope-sec p{
	font-size: 13px;
	}
	.gen-intel-core-sec, .rio-rampage-sec {
    padding-top: 0px;
	}
	.that-double-scope-sec {
    top: 10%;
    width: 30%;
	}
	.that-double-scope-sec img {
    width: 7%;
	}
	.carousel-control{
	top: 30%;
	width: 22%;
	}
	.silder-arrows span{
	font-size: 12px;
	}
}

@media screen and (max-width: 767px){
	
	.intel-esl-sec {
    width: 100%;
	}
	.intel-top-banner-content {
       width: 100%;
    text-align: left;
    padding: 10px 0px;
		margin-top: 0;
	}
	.intel-become-legend{
	background-repeat: no-repeat;
    background-size: cover;
	padding: 20px;
	height: 25em;
    background-position: bottom;
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/HEADLINE-top-img);
	}
	.intel-top-banner-content a{
	margin: 0;
	font-size: 16px;
	}
	.intel-top-banner-content a i.fa.fa-angle-right {
    font-size: 20px;
    padding: 0px 10px;
    font-weight: 800;
	}
	.intel-top-banner-content p{
	font-size: 17px;
    padding: 20px 0px;
    margin-bottom: 20px;
	}
	.intel-top-banner-content h1{
	font-size: 23px;
    padding: 15px 0px;
	}
	img.iem-logo-section{
	width: 41%;
	}
	.power-and-glory-section{
	padding: 30px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/Hero-Banner-mobile-BG2);
	}
	.power-and-glory-content {
       width: 100%;
    text-align: center;
    padding: 10px 0px;
		float: none;
		margin-top: 150px;
	}
	.power-and-glory-content p{
	font-size: 17px;
    padding: 20px 0px;
	}
	.power-and-glory-content h2{
	font-size: 35px;
	padding: 30px 0px 0px 0px;
	}
	.we-got-gaming-section{
	padding: 30px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/CHIP-BANNER-img-mobile2);
	}
	.we-got-gaming-content{
	 width: 100%;
    text-align: center;
    padding: 10px 0px;
		margin-top: 190px;
	}
	.we-got-gaming-content p{
	font-size: 17px;
    padding: 20px 0px;
	}
	.we-got-gaming-content h2{
	font-size: 35px;
	padding: 30px 0px 0px 0px;
	}
	.we-got-gaming-content h3{
	font-size: 19px;
	padding-top: 15px;
	}
	.legendary-build-section h2{
	font-size: 35px;
	}
	.legendary-build-section p{
	font-size: 16px;
	}
	.intel-esl-product-sec h2 {
	font-size: 23px;
	}
	.intel-esl-product-sec button{
	margin: 0;
	}
	a.intel-esl-product-btn{
	font-size: 12px;
    padding: 7px 15px;
	}
	.legendary-build-section{
	padding: 20px 0px;
	}
	.intel-esl-product-sec{
	    margin: 0;
    flex-basis: 100%;
	}
	.shop-iem-section h1{
	font-size: 18px;
	}
	.certificate-laptop-section{
	flex-flow: column;
    flex-wrap: wrap;
	width: 90%;
    margin: 0 auto;
	}
	.middle-border-sec, .middle-border-sec11 {
	border: none;
	}
	.iem-products-sec h3{
	font-size: 16px;
	}
	.iem-products-sec{
	border-bottom: 1px solid #d2d0d0;
	}
	.upcoming-2023-champion-section h2{
	font-size: 25px;
	}
	img.iem-logo-desktop {
	display: none
	}

	img.iem-logo-mobile {
	display: block;
	width: 90%;
    margin: 0 auto;
	padding: 50px 0px;
	}
	.mvp-content-sec {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    margin-top: 190px;
	}
	.mvp-content-sec h2{
	font-size: 35px;
	}
	.mvp-content-sec p{
	font-size: 16px;
	}
	.our-mvp-section{
	padding: 30px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/IEM-LIFESTYLE-BANNER-mobile);
	}
	.video-cta-sec {
    width: 50%;
    margin: 0 auto;
	}
	.video-cta-sec a{
	margin: 100px 0px;
	}
	.play-like-pro-content {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
	float: none;
    margin-top: 190px;
	}
	.play-like-pro-content h2{
	font-size: 35px;
	}
	.play-like-pro-content p{
	font-size: 16px;
	padding-bottom: 50px;
	}
	.play-like-pro-section{
	padding: 30px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
	float: none;
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/Play-like-the-pros-bg-mobile);
	}
	.play-like-pro-content a{
	margin: 0 auto;
	}
	.heroes-rise-section h2{
	font-size: 35px;
	}
	.heroes-rise-section p{
	font-size: 18px;
	}
	.hero-points-main-sec{
    position: unset;
    padding: 30px;
    margin-top: 40px;
}
	.heroes-rise-section{
	padding: 20px;
    background-repeat: no-repeat;
    position: unset;
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/Mountains-simplified-bg);
    background-position: center;
	}
	
	.heroes-rise-section img {
    max-width: 100%;
    display: none;
	}
	.intro-section {
    text-align: center;
    width: auto;
    position: unset;
	}
	.gen-intel-core-sec {
    position: unset;
    width: 100%;
	padding: 0;
    margin-bottom: 50px;
	}
	.gen-intel-core-sec img, .rio-rampage-sec img, .that-double-scope-sec img {
    display: block !important;
	}
	.gen-intel-core-sec img {
    width: 10%;
	}
	.that-double-scope-sec img, .rio-rampage-sec img {
    width: 8%;
	}
	.that-double-scope-sec{
	position: unset;
    width: 100%;
	padding: 0;
    margin-bottom: 50px;
	}
	.rio-rampage-sec{
	position: unset;
    width: 100%;
	padding: 0;
    margin-bottom: 50px;
	}
	.gen-intel-core-sec h3, .that-double-scope-sec h3, .rio-rampage-sec h3{
	font-size: 17px;
	}
	.gen-intel-core-sec p, .rio-rampage-sec p, .that-double-scope-sec p{
	font-size: 15px;
	}
	.carousel-control{
	top: 20%;
	width: 33%;
	}
	.silder-arrows span{
	font-size: 12px;
		top: -5px;
	}
	.silder-arrows i.fa.fa-angle-left, .silder-arrows i.fa.fa-angle-right {
    font-size: 30px;
	}
	.carousel-control.prev {
    left: 1%;
	}
	.carousel-control.next {
    right: -2%;
	}
}

@media screen and (min-device-width: 320px) and (max-device-width: 766px){
	
	.intel-esl-sec {
    width: 100%;
	}
	.intel-top-banner-content {
       width: 100%;
    text-align: left;
    padding: 0;
		margin-top: 0;
	}
	.intel-become-legend{
	background-repeat: no-repeat;
    background-size: cover;
	padding: 20px;
	height: 18em;
    background-position: bottom;
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/HEADLINE-top-img);
	}
	.intel-top-banner-content a{
	margin: 0;
	font-size: 10px;
	}
	.intel-top-banner-content a i.fa.fa-angle-right {
    font-size: 14px;
    padding: 0px 5px;
    font-weight: 800;
	}
	.intel-top-banner-content p{
	font-size: 17px;
    padding: 20px 0px;
    margin-bottom: 20px;
	}
	.intel-top-banner-content h1{
	font-size: 16px;
    padding: 10px 0px;
	}
	img.iem-logo-section{
	width: 45%;
	}
	.power-and-glory-section{
	padding: 20px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/Hero-Banner-mobile-BG2);
	}
	.power-and-glory-content {
       width: 100%;
    text-align: center;
    padding: 10px 0px;
		margin-top: 150px;
	}
	.power-and-glory-content p{
	font-size: 15px;
    padding: 20px 0px;
	}
	.power-and-glory-content h2{
	font-size: 27px;
	padding: 30px 0px 0px 0px;
	}
	.we-got-gaming-section{
	padding: 20px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/CHIP-BANNER-img-mobile2);
	}
	.we-got-gaming-content{
	 width: 100%;
    text-align: center;
    padding: 10px 0px;
		margin-top: 190px;
	}
	.we-got-gaming-content p{
	font-size: 15px;
    padding: 20px 0px;
	}
	.we-got-gaming-content h2{
	font-size: 28px;
	padding: 30px 0px 0px 0px;
	}
	.we-got-gaming-content h3{
	font-size: 17px;
	padding-top: 15px;
	}
	.legendary-build-section h2{
	font-size: 27px;
    padding: 10px 0px;
	}
	.carousel-control{
	font-size: 50px;
	top: 60%;
	}
	.legendary-build-section p{
	font-size: 14px;
	}
	.intel-esl-product-sec img {
    width: 70%;
	}
	.intel-esl-product-sec h2 {
	font-size: 20px;
	}
	.intel-esl-product-sec button{
	margin: 0;
	}
	a.intel-esl-product-btn{
	    font-size: 11px;
    padding: 5px 20px;
	}
	.legendary-build-section{
	padding: 20px 0px;
	}
	.intel-esl-product-sec{
	    margin: 0;
    flex-basis: 100%;
	}
	.shop-iem-section{
	padding: 30px 0px;
	}
	.shop-iem-section h1{
	font-size: 15px;
	    padding: 30px 0px;
	}
	.certificate-laptop-section{
	flex-flow: column;
    flex-wrap: wrap;
	width: 90%;
    margin: 0 auto;
	}
	.middle-border-sec, .middle-border-sec11 {
	border: none;
	}
	.iem-products-sec h3{
	font-size: 13px;
	}
	.iem-products-sec a{
	font-size: 12px;
	padding: 5px 10px;
	}
	.iem-products-sec i.fa.fa-shopping-cart {
    font-size: 13px;
    padding-right: 15px;
	}
	.iem-products-sec{
	border-bottom: 1px solid #d2d0d0;
	padding: 10px 0px;
	}
	.upcoming-2023-champion-section h2{
	font-size: 25px;
	}
	img.iem-logo-desktop {
	display: none
	}

	img.iem-logo-mobile {
	display: block;
	width: 90%;
    margin: 0 auto;
	padding: 20px 0px;
	}
	.mvp-content-sec {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    margin-top: 190px;
	}
	.mvp-content-sec h2{
	font-size: 35px;
	}
	.mvp-content-sec p{
	font-size: 16px;
	}
	.our-mvp-section{
	padding: 20px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/IEM-LIFESTYLE-BANNER-mobile);
	}
	.video-cta-sec {
    width: 50%;
    margin: 0 auto;
	}
	.video-cta-sec a{
	margin: 100px 0px;
	font-size: 12px;
	}
	.play-like-pro-content img {
    width: 30%;
	}
	.play-like-pro-content {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
	float: none;
    margin-top: 190px;
	}
	.play-like-pro-content h2{
	font-size: 28px;
	}
	.play-like-pro-content p{
	font-size: 15px;
	padding-bottom: 30px;
	}
	.play-like-pro-section{
	padding: 20px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
	float: none;
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/Play-like-the-pros-bg-mobile);
	}
	.play-like-pro-content a{
	margin: 0 auto;
	font-size: 12px;
    padding: 6px 30px;
	}
	.heroes-rise-section h2{
	font-size: 28px;
	}
	.heroes-rise-section p{
	font-size: 14px;
	}
	.hero-points-main-sec{
    position: unset;
    padding: 10px;
    margin-top: 40px;
}
	.heroes-rise-section{
	padding: 20px;
    background-repeat: no-repeat;
    position: unset;
    background-image: url(https://currysprod.a.bigcontent.io/v1/static/Mountains-simplified-bg);
    background-position: center;
	}
	
	.heroes-rise-section img {
    max-width: 100%;
    display: none;
	}
	.intro-section {
    text-align: center;
    width: auto;
    position: unset;
	}
	.gen-intel-core-sec {
    position: unset;
    width: 100%;
	padding: 0;
    margin-bottom: 50px;
	}
	.gen-intel-core-sec img, .rio-rampage-sec img, .that-double-scope-sec img {
    display: block !important;
	}
	.gen-intel-core-sec img {
    width: 10%;
	}
	.that-double-scope-sec img, .rio-rampage-sec img {
    width: 8%;
	}
	.that-double-scope-sec{
	position: unset;
    width: 100%;
	padding: 0;
    margin-bottom: 50px;
	}
	.rio-rampage-sec{
	position: unset;
    width: 100%;
	padding: 0;
    margin-bottom: 50px;
	}
	.gen-intel-core-sec h3, .that-double-scope-sec h3, .rio-rampage-sec h3{
	font-size: 17px;
	}
	.gen-intel-core-sec p, .rio-rampage-sec p, .that-double-scope-sec p{
	font-size: 15px;
	}
	.carousel-control{
	top: 20%;
	width: 15%;
	}
	.silder-arrows span{
	font-size: 12px;
		top: -5px;
		display:none;
	}
	.silder-arrows:hover span{
	display: none;
    }
	.silder-arrows i.fa.fa-angle-left, .silder-arrows i.fa.fa-angle-right {
    font-size: 30px;
	}
	.carousel-control.prev {
    left: 1%;
	}
	.carousel-control.next {
    right: -2%;
	}
	
}