:root { --font: "Montserrat", sans-serif; --mobile-img-bp: 991px; --desktop-img-bp: 992px; --mobile-copy-width: 540px; --primary: #294e95; --main: #000; --lenovoblack: #1e0013; --n0: #fff; --bg: #f7f7f7; --highlight: #e1251b; --highlight-hs: #7a126b; --highlight-hs-light: #d9c1d8; --link-dk: #d9c1d8; --lred: #b30e13; --lgreen: #060; --lviolet: #783f9b; --dpurple: #4d144a; --dblue: #11184f; --lenovopurple: #7a126b; --paleblue: #c9d0f0; } html { font-size: 16px; } body, html { min-height: 100%; height: 100%; } body { font-family: var(--font); transition: smooth; } .commonHeader, .common_footer { font-family: Lato, Helvetica, Arial, sans-serif; } .commonHeader a { color: #000  !important; text-decoration: none  !important; } .utility_nav_item_icon.utility_nav_item_store_icon { font-size: 16px  !important; } .btn { border-radius: 4px; padding: 17px 46px; font-weight: 600; line-height: 1em; cursor: pointer; font-size: 16px; text-align: center; text-decoration: none; } .btn-primary { border: 1px solid var(--primary); background-color: var(--primary); color: var(--n0); } .btn-primary:hover { background-color: #e3f2f9; color: var(--primary); border-color: var(--primary); } .btn-secondary:hover { border: 1px solid var(--primary); background-color: var(--primary); } .btn-secondary { border: 1px solid var(--n0); background-color: transparent; color: var(--n0); } .z-container { max-width: 1920px; margin: 0 auto; } .z-cta { color: var(--paleblue); font-size: 18px; text-decoration: underline; } #blade-1, #blade-2, #blade-3, #blade-4 { color: var(--n0); } .legion-hero { background-color: var(--main); height: 920px; position: relative; overflow: hidden; } .legion-video-wrapper { width: 100%; height: -webkit-fill-available; position: absolute; min-height: 500px; display: flex; flex-direction: column; align-items: center; justify-content: center; } .legion-bg-video-content { display: block; width: 100%; height: -webkit-fill-available; padding: 0; overflow: hidden; position: relative; padding-top: 100vh; } .legion-bg-video-content:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent linear-gradient(180deg, #00000000 0, #000 100%) 0 0 no-repeat padding-box; opacity: .9; } .legion-bg-video-content-inner { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; object-fit: cover; } .legion-hero-content-container { max-width: 1920px; position: absolute; z-index: 1; display: flex; flex-direction: column; justify-content: center; width: 100%; height: -webkit-fill-available; } .legion-logo-image { width: 400px; position: relative; left: 5%; } .legion-hero-cta { display: flex; position: relative; left: 5%; margin-top: 3.5em; } .btn-secondary { margin-left: 25px; } #blade-2 { position: relative; background-image: url(https://p3-ofp.static.pub/ShareResource/ww/landing-pages/legion-brand-2024/Agnostic-version/img/bg-legion-agnostic-1-v2.png); background-repeat: no-repeat; background-position: center; background-size: cover; height: 1800px; overflow: hidden; } .blade-2-title { display: flex; flex-direction: column; justify-content: center; align-items: center; font-weight: 600; letter-spacing: 1px; padding-top: 4em; } .blade-2-ttl-1 { font-size: 3.75em; } .blade-2-ttl-2 { font-size: 4.5em; margin-top: -0.25em; } .blade-2-content { display: flex; max-width: 1920px; margin: 5% 0; flex-direction: row-reverse; } .blade-2-text { width: 40%; margin: 5%; } .blade-2-text-intro { font-size: 24px; font-weight: 600; } .blade-2-text-desc { font-size: 18px; margin-top: 1em; } .blade-2-img { position: absolute; top: 0; left: 0; } .blade-2-img-left { height: 960px; } .h-carousel-1 { display: flex; justify-content: center; align-items: center; height: 100%; } .h-carousel-1-container { display: flex; justify-content: center; align-items: center; height: 820px; width: 100%; max-width: 1700px; position: absolute; overflow: hidden; bottom: 0; } .blade-2-c-ttl { position: absolute; top: 0; margin: 0; text-align: center; } .blade-2-c-ttl-1 { font-size: 48px; font-weight: 600; margin-bottom: 0; } .blade-2-c-ttl-2 { font-size: 20px; margin-top: .5em; } .h-carousel-1-carousel-inner { display: flex; justify-content: center; align-items: center; overflow: hidden; width: 100%; max-width: 800px; } .h-carousel-1-carousel-item { transition: transform .6s ease-in-out; position: absolute; } .h-carousel-1-carousel-item img { width: 765px; height: 480px; max-width: 100%; max-height: 100%; display: block; margin: 15px; } .h-carousel-1-carousel-item .carousel-img-text { position: absolute; left: 7%; bottom: 10%; max-width: 90%; width: 45%; } .h-carousel-1-carousel-item .carousel-img-text p:nth-child(1) { font-size: 36px; color: #c9d0f0; font-weight: 600; margin-bottom: .5em; line-height: 34px; } .h-carousel-1-carousel-item .carousel-img-text p:nth-child(2) { font-size: 24px; font-weight: 600; margin-bottom: .5em  !important; line-height: 28px; } .h-carousel-1-carousel-item .carousel-img-text p:nth-child(3) { font-size: 18px; } .h-carousel-1-control-next, .h-carousel-1-control-prev { position: absolute; top: 50%; transform: translateY(-50%); font-size: 2rem; cursor: pointer; z-index: 1; } .h-carousel-1-control-prev { z-index: 1; width: 50px; height: 50px; border-radius: 50px; background-image: none; background: #e6e2e4; left: 1%; display: flex; align-items: center; justify-content: space-between; box-shadow: 10px 10px 15px -10px #00000080; transition: all .6s  !important; } .h-carousel-1-control-prev:hover { transition: all .6s  !important; } .h-carousel-1-control-prev .arrow-left { width: 25px; height: 25px; background: url(https://p3-ofp.lenovouat.com/fes/cms/2023/03/20/jjo8ac0iozrkdnkkmsxap93ve500lc272490.svg) center center; background-size: 25px; background-repeat: no-repeat; margin: auto; } .h-carousel-1-control-next { z-index: 1; width: 50px; height: 50px; border-radius: 50px; background-image: none; background: #e6e2e4; right: 1%; display: flex; align-items: center; flex-direction: row-reverse; justify-content: space-between; box-shadow: 10px 10px 15px -10px #00000080; transition: all .6s  !important; } .h-carousel-1-control-next:hover { transition: all .6s  !important; } .h-carousel-1-control-next .arrow-right { width: 25px; height: 25px; background: url(https://p2-ofp.lenovouat.com/fes/cms/2023/03/20/5ftnl5b188rasd5vxboen3i1hlc2vd809099.svg) center center; background-size: 25px; background-repeat: no-repeat; margin: auto; } .carousel-dots { text-align: center; position: absolute; bottom: 10%; display: flex; justify-content: center; align-items: center; } .dot { height: 12px; width: 12px; margin: 0 5px; background-color: #aba8b1; border-radius: 50%; display: inline-block; transition: background-color .3s ease; cursor: pointer; } .dot.active { background-color: #e6e2e4; height: 18px; width: 18px; } #blade-3 { position: relative; background-image: url(https://p3-ofp.static.pub/ShareResource/ww/landing-pages/legion-brand-2024/Agnostic-version/img/bg-legion-agnostic-showcase-v2.png); background-repeat: no-repeat; background-position: center; background-size: cover; height: 3390px; } .blade-3-title { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; max-width: 100%; padding: 4em 2em 0; } .blade-3-ttl-1 { font-size: 3em; font-weight: 600; margin-bottom: 0; } .blade-3-ttl-2 { font-size: 1.25em; text-align: center; } .blade-3-ft-pdt-le-go { overflow-x: clip; min-height: 960px; } .blade-3-ft-pdt-le-go .blade-3-ft-le-go-container { width: 100%; max-width: 100%; display: flex; justify-content: space-between; position: relative; min-height: inherit; } .blade-3-ft-le-go-container .blade-3-ft-le-go-left { width: 40%; } .blade-3-ft-le-go-container .blade-3-ft-le-go-left img { position: absolute; height: 1060px; width: 1430px; left: -20%; } .blade-3-ft-le-go-container .blade-3-ft-le-go-text { width: 30%; padding: 2em; z-index: 1; margin: 10% 5%; } .blade-3-ft-le-go-container .blade-3-ft-le-go-text p:nth-child(1) { font-size: 36px; font-weight: 600; margin-bottom: .5em; } .blade-3-ft-le-go-container .blade-3-ft-le-go-text p:nth-child(2) { font-size: 28px; font-weight: 600; margin: 0; } .blade-3-ft-le-go-container .blade-3-ft-le-go-text p:nth-child(3) { font-size: 18px; margin: .5em 0; } .blade-3-ft-le-go-container .blade-3-ft-le-go-right { width: 30%; } .blade-3-ft-le-go-container .blade-3-ft-le-go-right img { position: absolute; height: 966px; width: 907px; right: -4%; top: -10%; } .blade-3-ft-pdt-le-9i { overflow-x: clip; min-height: 1000px; } .blade-3-ft-le-9i-container { display: flex; position: relative; margin-top: -5%; } .blade-3-ft-le-9i-container .blade-3-ft-le-9i-left { min-width: 50%; position: absolute; transform: translate(-25%, 0); z-index: 1; } .blade-3-ft-le-9i-container .blade-3-ft-le-9i-left .blade-3-ft-le-9i-sect-1 img { width: 1137px; height: 678px; } .blade-3-ft-le-9i-container .blade-3-ft-le-9i-left .blade-3-ft-le-9i-sect-2 { width: 40%; position: absolute; right: 25%; } .blade-3-ft-le-9i-container .blade-3-ft-le-9i-left .blade-3-ft-le-9i-sect-2 p:nth-child(1) { font-size: 36px; font-weight: 600; margin-bottom: .5em; } .blade-3-ft-le-9i-container .blade-3-ft-le-9i-left .blade-3-ft-le-9i-sect-2 p:nth-child(2) { font-size: 28px; font-weight: 600; margin: 0; } .blade-3-ft-le-9i-container .blade-3-ft-le-9i-left .blade-3-ft-le-9i-sect-2 p:nth-child(3) { font-size: 18px; margin: .5em 0; } .blade-3-ft-le-9i-container .blade-3-ft-le-9i-right { min-width: 50%; text-align: right; overflow-x: clip; position: absolute; transform: translate(15%, -30%); } .blade-3-ft-le-9i-container .blade-3-ft-le-9i-right img { width: 2000px; height: 2200px; } .lg-container { display: flex; flex-wrap: wrap; justify-content: center; margin-top: 15%; } .lg-card { max-width: 425px; text-align: center; position: relative; margin: 1em .5em; transition: all .5s ease; } .lg-card-bg-1 { background-image: url("https://p2-ofp.static.pub/ShareResource/ww/landing-pages/legion-brand-2024/Intel-version/img/legion-pro-7i-card-top-img.png"); } .lg-card-bg-2 { background-image: url("https://p1-ofp.static.pub/ShareResource/ww/landing-pages/legion-brand-2024/Intel-version/img/legion-7i-card-top-img.png"); } .lg-card-bg-3 { background-image: url("https://p1-ofp.static.pub/ShareResource/ww/landing-pages/legion-brand-2024/Intel-version/img/legion-pro-5i-card-top-img.png"); } .lg-card-bg-4 { background-image: url("https://p4-ofp.static.pub/ShareResource/ww/landing-pages/legion-brand-2024/Intel-version/img/legion-5i-card-top-img.png"); } .lg-card:hover .lg-prod-img { transform: scale(1.07); transition: all .5s ease; } .lg-card:hover .lg-card-sect-2 { transition: all .25s ease; box-shadow: 4px 4px 8px rgba(0, 0, 0, .2); } .lg-card-sect-1 { height: 397px; } .lg-card-sect-2 { background-color: rgb(36, 34, 153, .5); height: 397px; color: var(--n0); border-radius: 0 0 6px 6px; } .lg-product-copy { padding: 1.5em; text-align: left; } .lg-product { position: absolute; margin-top: -170px; width: 100%; } .lg-prod-img { height: 256px; } .lg-product-copy { position: relative; padding-top: 8em; } .lg-product-title { font-weight: 600  !important; font-size: 2em  !important; margin-bottom: .5em; } .lg-product-tag { font-weight: 600; font-size: 1.6em; margin: 0; } .lg-product-desc { font-size: 1.125em  !important; margin: .5em 0; } .blade-3-pdt-list .cta-shop-all { display: flex; justify-content: center; margin-top: 3em; } #blade-4 { position: relative; background-image: url(https://p3-ofp.static.pub/ShareResource/ww/landing-pages/legion-brand-2024/Agnostic-version/img/lenovo-legion-agnostic-ecosystem-bg-img.png); background-repeat: no-repeat; background-position: center; background-size: cover; height: 1500px; } .blade-4-mob-img { display: none; } .blade-4-ttl { margin: 0; text-align: center; padding: 4em 2em 0; } .blade-4-ttl-1 { font-size: 48px; font-weight: 600; margin: 0; } .blade-4-ttl-2 { font-size: 20px; margin-top: .5em; } .ttip { position: relative; min-width: 25px; width: 25px; } .ttip img { animation: pulse 1s infinite ease-in-out alternate; } @keyframes pulse { from { transform: scale(0.95); } to { transform: scale(1.05); } } .ttip:hover .ttip__text { opacity: 1; visibility: visible; transform: translateY(-5px); } .ttip__text { visibility: hidden; opacity: 0; min-width: 324px; color: #faeceb; backdrop-filter: blur(16px) saturate(180%); -webkit-backdrop-filter: blur(16px) saturate(180%); background-color: rgba(0, 0, 0, .7); border-radius: 6px; border: 1px solid rgba(255, 255, 255, .125); display: flex; flex-direction: column; text-align: center; position: absolute; padding: 1em; z-index: 1; bottom: 150%; right: -20px; transition: transform .4s cubic-bezier(0.23, 1, .32, 1), .3s opacity, .3s visibility; } .ttip__text::after { content: ""; position: absolute; top: 100%; right: 28px; margin-left: -8px; border-width: 8px; border-style: solid; border-color: rgba(0, 0, 0, .7) transparent transparent transparent; } .ttip.ttip-lg-station .ttip__text, .ttip.ttip-pro-7i-laptop .ttip__text, .ttip.ttip-y27h-monitor .ttip__text { top: 150%; left: -20px; bottom: unset; right: unset; } .ttip.ttip-legion-go .ttip__text { top: -715%; left: -20px; bottom: unset; right: unset; } .ttip.ttip-lg-station .ttip__text::after, .ttip.ttip-pro-7i-laptop .ttip__text::after, .ttip.ttip-y27h-monitor .ttip__text::after { bottom: 100%; left: 28px; top: unset; right: unset; border-color: transparent transparent rgba(0, 0, 0, .7) transparent; } .ttip.ttip-legion-go .ttip__text::after { top: 100%; left: 32px; bottom: unset; right: unset; margin-left: -8px; border-width: 8px; border-style: solid; border-color: rgba(0, 0, 0, .7) transparent transparent transparent; } .ttip__text p:nth-child(1) { font-size: 36px; font-weight: 600; margin: 0; line-height: 34px; } .ttip__text p:nth-child(2) { font-size: 16px; margin: 1em 0; } .ttip__text .ttip-cta { padding: 10px; border: 1px solid var(--n0); border-radius: 4px; width: 50%; margin: auto; text-decoration: underline; color: var(--n0); } .ttip__text .ttip-cta:hover { background: #868b8e; } .ttip .link { font-size: 16px  !important; color: var(--n0)  !important; text-decoration: none; } .ttip--right .ttip__text { left: auto; right: -20px; } .ttip--right .ttip__text::after { left: auto; right: 28px; margin-left: 0; margin-right: -8px; } .ttip-pro-7i-laptop { position: absolute; left: 15%; bottom: 20%; } .ttip-y27h-monitor { position: absolute; right: 40%; top: 30%; } .ttip-rgb-mouse { position: absolute; right: 29%; bottom: 13%; } .ttip-legion-go { position: absolute; left: 15%; bottom: 10%; } .ttip-lg-headset { position: absolute; right: 5%; bottom: 22%; } .ttip-rgb-keyboard { position: absolute; left: 50%; bottom: 10%; } .ttip-desk-cloth { position: absolute; right: 18%; bottom: 10%; } .ttip-lg-backpack { position: absolute; right: 5%; bottom: 45%; } .ttip-lg-station { position: absolute; left: 60%; bottom: 32%; } #blade-5 { position: relative; background-image: url(https://p3-ofp.static.pub/ShareResource/ww/landing-pages/legion-brand-2024/Agnostic-version/img/lenovo-legion-agnostic-ai-blade-desktop-bg-img.png); background-repeat: no-repeat; background-position: center; background-size: cover; height: 948px; min-height: 800px; color: var(--n0); } .blade-5-content-container { margin: auto 5%; width: 30%; top: 50%; position: absolute; transform: translate(0, -50%); } .blade-5-mob-img { display: none; } .blade-5-text p:nth-child(1) { font-size: 36px; font-weight: 600; } .blade-5-text p:nth-child(2) { font-size: 28px; font-weight: 600; margin: .5em 0 0 0; } .blade-5-text p:nth-child(3) { font-size: 18px; margin: .5em 0; } #blade-6 { position: relative; background-image: url(https://p1-ofp.static.pub/ShareResource/legion/legion-2023-imgs/lenovo-legion-loq-tower.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; height: 948px; min-height: 800px; color: var(--n0); } .blade-6-content-container { margin: auto 5%; width: 30%; top: 50%; right: 0; position: absolute; transform: translate(0, -50%); } .blade-6-mob-img { display: none; } .blade-6-content-container .blade-6-loq-logo .loq-logo-image { width: 260px; } .blade-6-loq-text p:nth-child(1) { font-size: 28px; font-weight: 600; margin: .5em 0 0 0; } .blade-6-loq-text p:nth-child(2) { font-size: 18px; margin: .5em 0; } .blade-6-cta { margin-top: 2.5em; } #blade-7 { position: relative; background-image: url(https://p3-ofp.static.pub/ShareResource/na/landing-pages/gaming-storefront/blades/lenovo-legion-9i-desktop.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; height: 948px; min-height: 800px; color: var(--n0); } .blade-7-content-container { margin: auto 5%; width: 30%; top: 50%; position: absolute; transform: translate(0, -50%); } .blade-7-mob-img { display: none; } .blade-7-text p:nth-child(1) { font-size: 36px; font-weight: 600; } .blade-7-text p:nth-child(2) { font-size: 28px; font-weight: 600; margin: .5em 0 0 0; } .blade-7-text p:nth-child(3) { font-size: 18px; margin: .5em 0; } .blade-7-cta { margin-top: 2.5em; } :root { --font: "Montserrat", sans-serif; --mobile-img-bp: 991px; --desktop-img-bp: 992px; --mobile-copy-width: 540px; --primary: #294e95; --main: #000; --lenovoblack: #1e0013; --n0: #fff; --bg: #f7f7f7; --highlight: #e1251b; --highlight-hs: #7a126b; --highlight-hs-light: #d9c1d8; --link-dk: #d9c1d8; --lred: #b30e13; --lgreen: #060; --lviolet: #783f9b; --dpurple: #4d144a; --dblue: #11184f; --lenovopurple: #7a126b; --paleblue: #c9d0f0; } html { font-size: 16px; } body, html { min-height: 100%; height: 100%; } body { font-family: var(--font); transition: smooth; } .commonHeader, .common_footer { font-family: Lato, Helvetica, Arial, sans-serif; } .commonHeader a { color: #000  !important; text-decoration: none  !important; } .utility_nav_item_icon.utility_nav_item_store_icon { font-size: 16px  !important; } .btn { border-radius: 4px; padding: 17px 46px; font-weight: 600; line-height: 1em; cursor: pointer; font-size: 16px; text-align: center; text-decoration: none; } .btn-primary { border: 1px solid var(--primary); background-color: var(--primary); color: var(--n0); } .btn-primary:hover { background-color: #e3f2f9; color: var(--primary); border-color: var(--primary); } .btn-secondary:hover { border: 1px solid var(--primary); background-color: var(--primary); } .btn-secondary { border: 1px solid var(--n0); background-color: transparent; color: var(--n0); } .z-container { max-width: 1920px; margin: 0 auto; } .z-cta { color: var(--paleblue); font-size: 18px; text-decoration: underline; } #blade-1, #blade-2, #blade-3, #blade-4 { color: var(--n0); } .legion-hero { background-color: var(--main); height: 920px; position: relative; overflow: hidden; } .legion-video-wrapper { width: 100%; height: -webkit-fill-available; position: absolute; min-height: 500px; display: flex; flex-direction: column; align-items: center; justify-content: center; } .legion-bg-video-content { display: block; width: 100%; height: -webkit-fill-available; padding: 0; overflow: hidden; position: relative; padding-top: 100vh; } .legion-bg-video-content:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent linear-gradient(180deg, #00000000 0, #000 100%) 0 0 no-repeat padding-box; opacity: .9; } .legion-bg-video-content-inner { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; object-fit: cover; } .legion-hero-content-container { max-width: 1920px; position: absolute; z-index: 1; display: flex; flex-direction: column; justify-content: center; width: 100%; height: -webkit-fill-available; } .legion-logo-image { width: 400px; position: relative; left: 5%; } .legion-hero-cta { display: flex; position: relative; left: 5%; margin-top: 3.5em; } .btn-secondary { margin-left: 25px; } #blade-2 { position: relative; background-image: url(https://p3-ofp.static.pub/ShareResource/ww/landing-pages/legion-brand-2024/Agnostic-version/img/bg-legion-agnostic-1-v2.png); background-repeat: no-repeat; background-position: center; background-size: cover; height: 1800px; overflow: hidden; } .blade-2-title { display: flex; flex-direction: column; justify-content: center; align-items: center; font-weight: 600; letter-spacing: 1px; padding-top: 4em; } .blade-2-ttl-1 { font-size: 3.75em; } .blade-2-ttl-2 { font-size: 4.5em; margin-top: -0.25em; } .blade-2-content { display: flex; max-width: 1920px; margin: 5% 0; flex-direction: row-reverse; } .blade-2-text { width: 40%; margin: 5%; } .blade-2-text-intro { font-size: 24px; font-weight: 600; } .blade-2-text-desc { font-size: 18px; margin-top: 1em; } .blade-2-img { position: absolute; top: 0; left: 0; } .blade-2-img-left { height: 960px; } .h-carousel-1 { display: flex; justify-content: center; align-items: center; height: 100%; } .h-carousel-1-container { display: flex; justify-content: center; align-items: center; height: 820px; width: 100%; max-width: 1700px; position: absolute; overflow: hidden; bottom: 0; } .blade-2-c-ttl { position: absolute; top: 0; margin: 0; text-align: center; } .blade-2-c-ttl-1 { font-size: 48px; font-weight: 600; margin-bottom: 0; } .blade-2-c-ttl-2 { font-size: 20px; margin-top: .5em; } .h-carousel-1-carousel-inner { display: flex; justify-content: center; align-items: center; overflow: hidden; width: 100%; max-width: 800px; } .h-carousel-1-carousel-item { transition: transform .6s ease-in-out; position: absolute; } .h-carousel-1-carousel-item img { width: 765px; height: 480px; max-width: 100%; max-height: 100%; display: block; margin: 15px; } .h-carousel-1-carousel-item .carousel-img-text { position: absolute; left: 7%; bottom: 10%; max-width: 90%; width: 45%; } .h-carousel-1-carousel-item .carousel-img-text p:nth-child(1) { font-size: 36px; color: #c9d0f0; font-weight: 600; margin-bottom: .5em; line-height: 34px; } .h-carousel-1-carousel-item .carousel-img-text p:nth-child(2) { font-size: 24px; font-weight: 600; margin-bottom: .5em  !important; line-height: 28px; } .h-carousel-1-carousel-item .carousel-img-text p:nth-child(3) { font-size: 18px; } .h-carousel-1-control-next, .h-carousel-1-control-prev { position: absolute; top: 50%; transform: translateY(-50%); font-size: 2rem; cursor: pointer; z-index: 1; } .h-carousel-1-control-prev { z-index: 1; width: 50px; height: 50px; border-radius: 50px; background-image: none; background: #e6e2e4; left: 1%; display: flex; align-items: center; justify-content: space-between; box-shadow: 10px 10px 15px -10px #00000080; transition: all .6s  !important; } .h-carousel-1-control-prev:hover { transition: all .6s  !important; } .h-carousel-1-control-prev .arrow-left { width: 25px; height: 25px; background: url(https://p3-ofp.lenovouat.com/fes/cms/2023/03/20/jjo8ac0iozrkdnkkmsxap93ve500lc272490.svg) center center; background-size: 25px; background-repeat: no-repeat; margin: auto; } .h-carousel-1-control-next { z-index: 1; width: 50px; height: 50px; border-radius: 50px; background-image: none; background: #e6e2e4; right: 1%; display: flex; align-items: center; flex-direction: row-reverse; justify-content: space-between; box-shadow: 10px 10px 15px -10px #00000080; transition: all .6s  !important; } .h-carousel-1-control-next:hover { transition: all .6s  !important; } .h-carousel-1-control-next .arrow-right { width: 25px; height: 25px; background: url(https://p2-ofp.lenovouat.com/fes/cms/2023/03/20/5ftnl5b188rasd5vxboen3i1hlc2vd809099.svg) center center; background-size: 25px; background-repeat: no-repeat; margin: auto; } .carousel-dots { text-align: center; position: absolute; bottom: 10%; display: flex; justify-content: center; align-items: center; } .dot { height: 12px; width: 12px; margin: 0 5px; background-color: #aba8b1; border-radius: 50%; display: inline-block; transition: background-color .3s ease; cursor: pointer; } .dot.active { background-color: #e6e2e4; height: 18px; width: 18px; } #blade-3 { position: relative; background-image: url(https://p3-ofp.static.pub/ShareResource/ww/landing-pages/legion-brand-2024/Agnostic-version/img/bg-legion-agnostic-showcase-v2.png); background-repeat: no-repeat; background-position: center; background-size: cover; height: 3390px; } .blade-3-title { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; max-width: 100%; padding: 4em 2em 0; } .blade-3-ttl-1 { font-size: 3em; font-weight: 600; margin-bottom: 0; } .blade-3-ttl-2 { font-size: 1.25em; text-align: center; } .blade-3-ft-pdt-le-go { overflow-x: clip; min-height: 960px; } .blade-3-ft-pdt-le-go .blade-3-ft-le-go-container { width: 100%; max-width: 100%; display: flex; justify-content: space-between; position: relative; min-height: inherit; } .blade-3-ft-le-go-container .blade-3-ft-le-go-left { width: 40%; } .blade-3-ft-le-go-container .blade-3-ft-le-go-left img { position: absolute; height: 1060px; width: 1430px; left: -20%; } .blade-3-ft-le-go-container .blade-3-ft-le-go-text { width: 30%; padding: 2em; z-index: 1; margin: 10% 5%; } .blade-3-ft-le-go-container .blade-3-ft-le-go-text p:nth-child(1) { font-size: 36px; font-weight: 600; margin-bottom: .5em; } .blade-3-ft-le-go-container .blade-3-ft-le-go-text p:nth-child(2) { font-size: 28px; font-weight: 600; margin: 0; } .blade-3-ft-le-go-container .blade-3-ft-le-go-text p:nth-child(3) { font-size: 18px; margin: .5em 0; } .blade-3-ft-le-go-container .blade-3-ft-le-go-right { width: 30%; } .blade-3-ft-le-go-container .blade-3-ft-le-go-right img { position: absolute; height: 966px; width: 907px; right: -4%; top: -10%; } .blade-3-ft-pdt-le-9i { overflow-x: clip; min-height: 1000px; } .blade-3-ft-le-9i-container { display: flex; position: relative; margin-top: -5%; } .blade-3-ft-le-9i-container .blade-3-ft-le-9i-left { min-width: 50%; position: absolute; transform: translate(-25%, 0); z-index: 1; } .blade-3-ft-le-9i-container .blade-3-ft-le-9i-left .blade-3-ft-le-9i-sect-1 img { width: 1137px; height: 678px; } .blade-3-ft-le-9i-container .blade-3-ft-le-9i-left .blade-3-ft-le-9i-sect-2 { width: 40%; position: absolute; right: 25%; } .blade-3-ft-le-9i-container .blade-3-ft-le-9i-left .blade-3-ft-le-9i-sect-2 p:nth-child(1) { font-size: 36px; font-weight: 600; margin-bottom: .5em; } .blade-3-ft-le-9i-container .blade-3-ft-le-9i-left .blade-3-ft-le-9i-sect-2 p:nth-child(2) { font-size: 28px; font-weight: 600; margin: 0; } .blade-3-ft-le-9i-container .blade-3-ft-le-9i-left .blade-3-ft-le-9i-sect-2 p:nth-child(3) { font-size: 18px; margin: .5em 0; } .blade-3-ft-le-9i-container .blade-3-ft-le-9i-right { min-width: 50%; text-align: right; overflow-x: clip; position: absolute; transform: translate(15%, -30%); } .blade-3-ft-le-9i-container .blade-3-ft-le-9i-right img { width: 2000px; height: 2200px; } .lg-container { display: flex; flex-wrap: wrap; justify-content: center; margin-top: 15%; } .lg-card { max-width: 425px; text-align: center; position: relative; margin: 1em .5em; transition: all .5s ease; } .lg-card-bg-1 { background-image: url("https://p2-ofp.static.pub/ShareResource/ww/landing-pages/legion-brand-2024/Intel-version/img/legion-pro-7i-card-top-img.png"); } .lg-card-bg-2 { background-image: url("https://p2-ofp.static.pub/ShareResource/na/landing-pages/lenovo-legion/cards/lenovo-legion-tower-7i-lifestyle.jpg"); } .lg-card:hover .lg-prod-img { transform: scale(1.07); transition: all .5s ease; } .lg-card:hover .lg-card-sect-2 { transition: all .25s ease; box-shadow: 4px 4px 8px rgba(0, 0, 0, .2); } .lg-card-sect-1 { height: 397px; } .lg-card-sect-2 { background-color: rgb(36, 34, 153, .5); height: 397px; color: var(--n0); border-radius: 0 0 6px 6px; } .lg-product-copy { padding: 1.5em; text-align: left; } .lg-product { position: absolute; margin-top: -170px; width: 100%; } .lg-prod-img { height: 256px; } .lg-product-copy { position: relative; padding-top: 8em; } .lg-product-title { font-weight: 600  !important; font-size: 2em  !important; margin-bottom: .5em; } .lg-product-tag { font-weight: 600; font-size: 1.6em; margin: 0; } .lg-product-desc { font-size: 1.125em  !important; margin: .5em 0; } .blade-3-pdt-list .cta-shop-all { display: flex; justify-content: center; margin-top: 3em; } #blade-4 { position: relative; background-image: url(https://p3-ofp.static.pub/ShareResource/ww/landing-pages/legion-brand-2024/Agnostic-version/img/lenovo-legion-agnostic-ecosystem-bg-img.png); background-repeat: no-repeat; background-position: center; background-size: cover; height: 1500px; } .blade-4-mob-img { display: none; } .blade-4-ttl { margin: 0; text-align: center; padding: 4em 2em 0; } .blade-4-ttl-1 { font-size: 48px; font-weight: 600; margin: 0; } .blade-4-ttl-2 { font-size: 20px; margin-top: .5em; } .ttip { position: relative; min-width: 25px; width: 25px; } .ttip img { animation: pulse 1s infinite ease-in-out alternate; } @keyframes pulse { from { transform: scale(0.95); } to { transform: scale(1.05); } } .ttip:hover .ttip__text { opacity: 1; visibility: visible; transform: translateY(-5px); } .ttip__text { visibility: hidden; opacity: 0; min-width: 324px; color: #faeceb; backdrop-filter: blur(16px) saturate(180%); -webkit-backdrop-filter: blur(16px) saturate(180%); background-color: rgba(0, 0, 0, .7); border-radius: 6px; border: 1px solid rgba(255, 255, 255, .125); display: flex; flex-direction: column; text-align: center; position: absolute; padding: 1em; z-index: 1; bottom: 150%; right: -20px; transition: transform .4s cubic-bezier(0.23, 1, .32, 1), .3s opacity, .3s visibility; } .ttip__text::after { content: ""; position: absolute; top: 100%; right: 28px; margin-left: -8px; border-width: 8px; border-style: solid; border-color: rgba(0, 0, 0, .7) transparent transparent transparent; } .ttip.ttip-lg-station .ttip__text, .ttip.ttip-pro-7i-laptop .ttip__text, .ttip.ttip-y27h-monitor .ttip__text { top: 150%; left: -20px; bottom: unset; right: unset; } .ttip.ttip-legion-go .ttip__text { top: -715%; left: -20px; bottom: unset; right: unset; } .ttip.ttip-lg-station .ttip__text::after, .ttip.ttip-pro-7i-laptop .ttip__text::after, .ttip.ttip-y27h-monitor .ttip__text::after { bottom: 100%; left: 28px; top: unset; right: unset; border-color: transparent transparent rgba(0, 0, 0, .7) transparent; } .ttip.ttip-legion-go .ttip__text::after { top: 100%; left: 32px; bottom: unset; right: unset; margin-left: -8px; border-width: 8px; border-style: solid; border-color: rgba(0, 0, 0, .7) transparent transparent transparent; } .ttip__text p:nth-child(1) { font-size: 36px; font-weight: 600; margin: 0; line-height: 34px; } .ttip__text p:nth-child(2) { font-size: 16px; margin: 1em 0; } .ttip__text .ttip-cta { padding: 10px; border: 1px solid var(--n0); border-radius: 4px; width: 50%; margin: auto; text-decoration: underline; color: var(--n0); } .ttip__text .ttip-cta:hover { background: #868b8e; } .ttip .link { font-size: 16px  !important; color: var(--n0)  !important; text-decoration: none; } .ttip--right .ttip__text { left: auto; right: -20px; } .ttip--right .ttip__text::after { left: auto; right: 28px; margin-left: 0; margin-right: -8px; } .ttip-pro-7i-laptop { position: absolute; left: 15%; bottom: 20%; } .ttip-y27h-monitor { position: absolute; right: 40%; top: 30%; } .ttip-rgb-mouse { position: absolute; right: 29%; bottom: 13%; } .ttip-legion-go { position: absolute; left: 15%; bottom: 10%; } .ttip-lg-headset { position: absolute; right: 5%; bottom: 22%; } .ttip-rgb-keyboard { position: absolute; left: 50%; bottom: 10%; } .ttip-desk-cloth { position: absolute; right: 18%; bottom: 10%; } .ttip-lg-backpack { position: absolute; right: 5%; bottom: 45%; } .ttip-lg-station { position: absolute; left: 60%; bottom: 32%; } #blade-5 { position: relative; background-image: url(https://p3-ofp.static.pub/ShareResource/ww/landing-pages/legion-brand-2024/Agnostic-version/img/lenovo-legion-agnostic-ai-blade-desktop-bg-img.png); background-repeat: no-repeat; background-position: center; background-size: cover; height: 948px; min-height: 800px; color: var(--n0); } .blade-5-content-container { margin: auto 5%; width: 30%; top: 50%; position: absolute; transform: translate(0, -50%); } .blade-5-mob-img { display: none; } .blade-5-text p:nth-child(1) { font-size: 36px; font-weight: 600; } .blade-5-text p:nth-child(2) { font-size: 28px; font-weight: 600; margin: .5em 0 0 0; } .blade-5-text p:nth-child(3) { font-size: 18px; margin: .5em 0; } #blade-6 { position: relative; background-image: url(https://p1-ofp.static.pub/ShareResource/legion/legion-2023-imgs/lenovo-legion-loq-tower.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; height: 948px; min-height: 800px; color: var(--n0); } .blade-6-content-container { margin: auto 5%; width: 30%; top: 50%; right: 0; position: absolute; transform: translate(0, -50%); } .blade-6-mob-img { display: none; } .blade-6-content-container .blade-6-loq-logo .loq-logo-image { width: 260px; } .blade-6-loq-text p:nth-child(1) { font-size: 28px; font-weight: 600; margin: .5em 0 0 0; } .blade-6-loq-text p:nth-child(2) { font-size: 18px; margin: .5em 0; } .blade-6-cta { margin-top: 2.5em; } #blade-7 { position: relative; background-image: url(https://p3-ofp.static.pub/ShareResource/na/landing-pages/gaming-storefront/blades/lenovo-legion-9i-desktop.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; height: 948px; min-height: 800px; color: var(--n0); } .blade-7-content-container { margin: auto 5%; width: 30%; top: 50%; position: absolute; transform: translate(0, -50%); } .blade-7-mob-img { display: none; } .blade-7-text p:nth-child(1) { font-size: 36px; font-weight: 600; } .blade-7-text p:nth-child(2) { font-size: 28px; font-weight: 600; margin: .5em 0 0 0; } .blade-7-text p:nth-child(3) { font-size: 18px; margin: .5em 0; } .blade-7-cta { margin-top: 2.5em; }
