:root { --primary-color: #0d5c91; --secondary-color: #294e95; --danger-color: #df2826; --light-purple-color: #d9c1d8; --deep-purple-color: #4d144a; --pale-blue-color: #c9d0f0; } .gradient-purple-light { background: linear-gradient(135deg, #330d32 0%, #0f0f33 50%, #330d32 100%); } * { -moz-box-sizing: border-box; box-sizing: border-box; } a { color: blue; text-decoration: none; } a:hover, a:focus { text-decoration: none; } html { scroll-behavior: smooth; } .small, small {line-height: 1.5} @media (prefers-reduced-motion: no-preference) { html, body { scroll-behavior: smooth; } } :target { scroll-margin-top: 100px; } html, body { margin: 0; padding: 0; min-height: 100%; } html::-webkit-scrollbar:horizontal, body::-webkit-scrollbar:horizontal { display: none; height: 0; } body { font: 16px/24px 'Lato', Helvetica, Arial, sans-serif; position: relative; margin: 0; min-height: 100vh; position: relative; } .container-3xl, .container-4xl, .container-5xl { width: 100%; padding-right: var(--bs-gutter-x, .75rem); padding-left: var(--bs-gutter-x, .75rem); margin-right: auto; margin-left: auto; } .disclaimer { font-size: 10px; line-height: 1.25em; margin: 1em 0; } @media (min-width: 1600px) { .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .container-3xl { max-width: 1500px; } } @media (min-width: 1800px) { .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .container-3xl, .container-4xl { max-width: 1680px; } } @media (min-width: 2100px) { .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .container-3xl, .container-4xl, .container-5xl { max-width: 1920px; } } .navbar-custom { width: 100%; padding: 20px; position: fixed; z-index: 1000; } .navbar-custom .container-fluid { width: 100%; border-radius: 12px; padding: 10px; background: transparent; color: #fff; } .navbar-custom .container-fluid img { filter: invert(1); } .navbar-custom .container-fluid.show-bg { backdrop-filter: blur(4px); width: 100%; border-radius: 12px; padding: 12px; background: linear-gradient( 31deg, rgba(255, 255, 255, .9) 14%, rgba(255, 255, 255, .6) 27.1832%, rgba(255, 255, 255, .78) 40.6184%, rgba(255, 255, 255, .7) 80.6402%, rgba(255, 255, 255, .9) 86.0295%, rgba(255, 255, 255, .6) 100% ); color: #000; } .navbar-custom .container-fluid.show-bg img { filter: invert(0); } .navbar-custom .twces-logo { height: 48px; } .navbar-custom .hamburger-menu { cursor: pointer; transition: all .3s ease; position: relative; overflow: hidden; } .navbar-custom .hamburger-menu img { transition: transform .3s ease, opacity .3s ease; } .navbar-custom .hamburger-menu.active img { transform: rotate(90deg); opacity: 0; } .navbar-custom .hamburger-menu::after { content: 'x'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%) rotate(-90deg); opacity: 0; transition: transform .3s ease, opacity .3s ease; font-size: 24px; font-weight: bold; color: inherit; width: 1.75rem; height: 1.75rem; } .navbar-custom .social-media:has(.hamburger-menu.active) { position: relative; } .navbar-custom .social-media:has(.hamburger-menu.active) .social-media-bg { background: linear-gradient( 31deg, rgba(255, 255, 255, .9) 14%, rgba(255, 255, 255, .6) 27.1832%, rgba(255, 255, 255, .78) 40.6184%, rgba(255, 255, 255, .7) 80.6402%, rgba(255, 255, 255, .9) 86.0295%, rgba(255, 255, 255, .6) 100% ); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); border-radius: 20px; box-shadow: 0 15px 40px rgba(0, 0, 0, .15); position: relative; position: absolute; top: -10px; left: auto; right: -5px; bottom: 0; z-index: -1; height: 370px; width: 230px; } .navbar-custom .hamburger-menu.active::after { transform: translate(-50%, -50%) rotate(0deg); opacity: 1; background: linear-gradient( 31deg, rgba(255, 255, 255, .9) 14%, rgba(255, 255, 255, .6) 27.1832%, rgba(255, 255, 255, .78) 40.6184%, rgba(255, 255, 255, .7) 80.6402%, rgba(255, 255, 255, .9) 86.0295%, rgba(255, 255, 255, .6) 100% ); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); border-radius: 20px; box-shadow: 0 15px 40px rgba(0, 0, 0, .15); } .navbar-custom .dropdown-menu { position: absolute; top: 100%; right: -20px; width: 320px; padding: 20px 50px 20px 0px; transform: translateY(-20px); opacity: 0; visibility: hidden; transition: all .3s ease; z-index: 1001; background: transparent; border: none; } .navbar-custom .dropdown-menu.show { transform: translateY(0); opacity: 1; visibility: visible; } .navbar-custom .dropdown-menu .menu-item { padding: 12px 0; color: #000; text-decoration: none; display: block; transition: all .3s ease; font-weight: 600; font-size: 20px; line-height: 1.2; border-radius: 8px; margin: 2px 0; text-align: right; } .navbar-custom .dropdown-menu .menu-item:last-child { margin-bottom: 0; } .navbar-custom .dropdown-menu .menu-item:hover { color: #000; padding-right: 10px; } .navbar-custom .social-media { position: relative; display: flex; align-items: center; gap: 15px; } .navbar-custom .social-media .social-icon { display: inline-flex; align-items: center; justify-content: center; padding: 8px; transition: all .3s ease; border-radius: 50%; } .navbar-custom .social-media .social-icon:hover { background: rgba(255, 255, 255, .1); transform: translateY(-2px); } .navbar-custom .social-media .social-icon img { filter: invert(1); transition: filter .3s ease; } .navbar-custom .container-fluid.show-bg .social-media .social-icon img { filter: invert(0); } .navbar-custom .social-media:has(.hamburger-menu.active) .social-icon img, .navbar-custom .social-media:has(.hamburger-menu.active) .hamburger-menu::after { filter: invert(0); color: #000; } #tech-world-25 { background: linear-gradient(135deg, #330d32 0%, #0f0f33 50%, #330d32 100%); } #countdown { font-size: 20px; position: absolute; left: 50%; transform: translateX(-50%); } #countdown span { display: inline-block; min-width: 30px; text-align: center; } #countdown-mobile { font-size: 14px; margin-top: 10px; text-align: left; } #countdown-mobile span { display: inline-block; min-width: 20px; text-align: center; } .text-link { color: var(--pale-blue-color); text-decoration: underline; } .btn-white { color: #000; background-color: #fff; border: 1px solid #fff; } .btn-white:hover { background-color: #f0f0f0; } .learn-more { color: #000; background-color: #fff; border: 1px solid #fff; } .learn-more:hover { background-color: #f0f0f0; } .btn-outline-white { color: #fff; background-color: transparent; border: 1px solid #fff; } .btn-outline-white:hover { background-color: #fff; color: #000; } .jwplayer { position: fixed  !important; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1; pointer-events: none; opacity: 1; transition: opacity 1s ease; width: auto  !important; min-width: 100vw  !important; height: auto  !important; min-height: 100vh  !important; } .jwplayer.jw-stretch-uniform .jw-media video { object-fit: cover  !important; } .intro-logo { opacity: .8; z-index: 5; position: relative; } .intro-logo.intro-logo-sphere { height: 28px; } .intro-logo.intro-logo-ces { height: 22px; } .cesLogo { opacity: .8; z-index: 5; position: relative; } .section-blade { position: relative; min-height: 100vh; width: 100%; } .section-blade.gradient-bg { background-image: url('https://p4-ofp.static.pub/ShareResource/events/techworld/2025/images/lenovo-techworld25-expect-bg.jpg'); background-size: cover; background-position: center; } .animatedText { opacity: 1; } .animatedText span { display: inline-block; opacity: 0; transition: opacity .7s cubic-bezier(0.67, 0, .33, 1); } .animatedText span.visible { opacity: 1; } .event-location { margin: 0 auto; max-width: 45rem; } #hero-blade { padding: 0 48px; position: relative; overflow: hidden; } #hero-blade h1 { font-size: 2rem; font-weight: bold; } #hero-blade .info-block { position: absolute; top: 78vh; left: 50%; transform: translate(-50%, -50%); text-align: center; z-index: 20; } .background-parallax { position: absolute; top: 0; left: 0; width: 100%; height: 120vh; overflow: hidden; } .background-parallax img { position: absolute; top: 0; left: 0; width: 100%; height: auto; min-height: 100vh; object-fit: cover; will-change: transform; transition: transform .1s ease-out; } .background-parallax .layer-1 { z-index: 1; } .background-parallax .layer-cloud { width: 300%; height: 100%; max-width: unset; left: 0%; top: -25%; position: absolute; transform: translateX(-50%); animation: cloudSway 300s ease-in-out infinite; } @keyframes cloudSway { 0% { transform: translateX(-52%); } 50% { transform: translateX(0%); } 100% { transform: translateX(-52%); } } .background-parallax .layer-2 { z-index: 2; } .background-parallax .layer-3 { z-index: 3; left: 0; top: 0; position: absolute; color: #fff; font-size: 8vw; width: 100%; text-align: center; font-weight: bold; will-change: transform; transition: transform .1s ease-out; } .background-parallax .layer-4 { z-index: 4; } .background-parallax .layer-5 { z-index: 5; } .section-title { font-size: clamp(24px, 5vw, 36px); font-weight: bold; margin-bottom: 20px; line-height: 1em; } .section-content { font-size: 20px; line-height: 1.6em; font-weight: normal; } .bg { position: absolute; bottom: 0; left: 0; opacity: 1; z-index: 1; pointer-events: none; } #intro-blade { background: url(https://p2-ofp.static.pub/ShareResource/events/techworld/2025/images/lenovo-techworld-at-ces-gradient.jpg); background-size: cover; background-position: center; padding: 40px 0; position: relative; } .grid-images { position: relative; height: 100vh; margin: 0 auto; overflow: visible; } .cluster { position: sticky; top: 12vh; height: 76vh; pointer-events: none; } .img-card { position: absolute; display: block; box-shadow: 0 20px 60px rgba(0, 0, 0, .35); transform: translate3d(0, 0, 0); will-change: transform; object-fit: cover; } .img-1 { width: 33vw; left: 2%; top: 25vh; } .img-2 { width: 25vw; left: 55%; top: 60vh; } .img-3 { width: 18vw; left: 15%; top: 85vh; } @media (max-width: 1024px) { .img-1 { width: 32vw; left: 2%; top: 25vh; } .img-2 { width: 20vw; left: 52%; top: 64vh; } .img-3 { width: 20vw; left: 13%; top: 90vh; } } @media (max-width: 991px) { .grid-images { height: 40vh; } .img-1 { width: 50vw; left: 4%; top: 16vh; } .img-2 { width: 38vw; top: 22vh; } .img-3 { width: 35vw; left: 32%; top: 62vh; } } @media (max-width: 767px) { .background-parallax img { min-height: auto; } .background-parallax .layer-3 { top: -1%; } .img-1 { width: 70vw; left: 4%; top: 20vh; } .img-2 { width: 50vw; left: 38%; top: 50vh; } .img-3 { width: 40vw; left: 12%; top: 80vh; } } @media (max-width: 640px) { .cluster { top: 8vh; height: 84vh; } .img-1, .img-2, .img-3 { box-shadow: 0 12px 36px rgba(0, 0, 0, .4); } } #speakers { z-index: 1; padding: 130px 0 40px; position: relative; } #speakers .bg-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 0; } #speakers .flowing-bg { position: absolute; top: 50%; left: 0; transform: translate(0, -50%); width: 200%; height: 80%; background-image: url('https://p1-ofp.static.pub/ShareResource/events/techworld/2025/images/lenovo-techworld25-gradient-bg.png'); background-size: 50% 100%; background-repeat: no-repeat; animation: flowBackground 60s linear infinite; z-index: -1; } @keyframes flowBackground { 0% { transform: translate(0, -50%); } 100% { transform: translate(-50%, -50%); } } #speakers .speakers-content { z-index: 2; position: relative; } #speakers .speakers-content .sticky { position: sticky; top: 200px; padding: 10px; font-weight: bold; } #speakers .speakers-content .speaker-block { margin-bottom: 20px; } #speakers .speakers-content .speaker-block .speaker-name { font-size: 24px; font-weight: bold; margin-top: 10px; margin-bottom: .25rem; } #speakers .speakers-content .speaker-block .speaker-title { font-size: 1rem; line-height: 1.25rem; } #speakers .speakers-content .speaker-block { will-change: transform, opacity; opacity: 0; transform: translateY(64px) rotateY(-180deg); transition: opacity .8s ease-out, transform .8s ease-out; perspective: 1000px; } #speakers .speakers-content .speaker-block.visible { opacity: 1; transform: translateY(0) rotateY(0); cursor: pointer; } #speakers .speakers-content .speaker-slider .speaker-block { opacity: 1; transform: translateY(0) rotateY(0); } #speakers .speaker-slider { display: flex; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: none; scrollbar-width: none; } #speakers .speaker-slider::-webkit-scrollbar { display: none; } .speaker-slider { overflow-x: auto; scroll-snap-type: x mandatory; display: flex; -webkit-overflow-scrolling: touch; scroll-behavior: smooth; } .speaker-slider .speaker-block { flex: 0 0 80%; max-width: 80%; scroll-snap-align: start; margin-right: 16px; } .btn-close { background-image: url('https://p3-ofp.static.pub/ShareResource/events/techworld/2025/images/close-x.svg'); background-size: cover; width: 8px; height: 8px; margin-right: 0 !important; } #speaker-modal .modal-dialog { height: 95vh; width: 66vw; max-width: 100vw; margin-left: auto; margin-right: 1.7rem; transform: translateX(100%) scale(0.7); opacity: 0; transition: transform .6s ease-out, opacity .6s ease-out; } #speaker-modal.show .modal-dialog { transform: translateX(0) scale(1); opacity: 1; } #speaker-modal .modal-backdrop { transition: opacity .6s ease-out; } #speaker-modal .modal-header { border: none; } #speaker-modal .modal-title { display: none; } #speaker-modal .modal-content { border-radius: 20px; height: 100%; padding: 10px; } #event-info { height: 150vh; z-index: 1; background-color: #7a126b; padding: 100px 0; position: relative; } #event-info .event-info-content { z-index: 2; position: relative; } #event-info .event-info-content .sticky { position: sticky; top: 200px; padding: 10px; margin-bottom: 200px; font-weight: bold; } #what-to-expect { background-color: #f7f7f7; position: relative; height: 300vh; } #what-to-expect .what-to-expect-slider { position: sticky; top: 0; height: 100vh; } #what-to-expect .slide { position: absolute; top: 0; left: 0; width: 100%; height: 100vh; opacity: 0; transition: opacity .5s ease-in-out; align-items: center; flex-direction: row; pointer-events: none; } #what-to-expect .slide.active, #what-to-expect .slide.previous { opacity: 1; pointer-events: auto; } #what-to-expect .slide.previous { z-index: 1; } #what-to-expect .slide.active { z-index: 2; } #what-to-expect .slide-wrapper { display: flex; align-items: center; height: 100%; width: 100%; } #what-to-expect .slide-content { position: relative; z-index: 2; width: 100%; opacity: 0; transform: translateY(20px); transition: opacity .5s ease-in-out, transform .5s ease-in-out; } #what-to-expect .slide.active .slide-content { opacity: 1; transform: translateY(0); } #what-to-expect .fade-down, #what-to-expect .fade-up { transition: opacity .5s ease-in-out, transform .5s ease-in-out; } #what-to-expect .slide:not(.active) .fade-down, #what-to-expect .slide:not(.active) .fade-up { opacity: 0; } #what-to-expect .slide:not(.active) .fade-down { transform: translateY(-20px); } #what-to-expect .slide:not(.active) .fade-up { transform: translateY(20px); } #what-to-expect .slide-content { position: relative; z-index: 2; width: 100%; } #what-to-expect .content-wrapper { color: #fff; background-color: rgba(0, 0, 0, .6); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); padding: 30px; } #what-to-expect .bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; opacity: 1; pointer-events: none; } #what-to-expect .bg img { width: 100%; height: 100%; object-fit: cover; } .shrink-blade { height: 300vh; position: relative; } .shrink-blade .bg { position: sticky; width: 100%; height: 100vh; z-index: 0; transition: transform .1s ease-out, opacity .3s ease-out; will-change: transform; overflow: hidden; } .shrink-blade .bg.at-bottom { position: absolute; } .shrink-blade .bg img, .shrink-blade .bg video { width: 100%; height: 100%; object-fit: cover; transform-origin: center center; } .shrink-blade .slide-content { position: sticky; top: 50vh; transform: translateY(-50%); z-index: 10; padding: 2rem; background-color: rgba(0, 0, 0, .4); backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px); opacity: 0; transition: opacity .3s ease-out; will-change: opacity; display: block; } .shrink-blade .slide-content.right { margin-left: auto; } .shrink-blade .slide-content.left { margin-right: auto; } .shrink-blade .content-wrapper { color: #fff; display: block; min-height: 300vh; position: relative; } @media (max-width: 992px) { .shrink-blade { height: auto; } .shrink-blade .content-wrapper { min-height: auto; } .shrink-blade .slide-content { opacity: 1  !important; padding: 0; top: 38vh; } } .shrink-blade .content-wrapper .numb-box { background-color: #fff; color: #000; border-radius: 12px; text-align: center; padding: 12px; flex: 1 1 0; min-width: 0; } .shrink-blade .content-wrapper .numb-box .number { font-size: 22px; font-weight: bold; margin-bottom: 6px; } .shrink-blade .content-wrapper .numb-box .label { font-size: 12px; line-height: 1em; } .shrink-blade .logo { max-height: 75px; } .shrink-blade .logo.logo-f1 { max-height: 55px; } .shrink-blade .logo.logo-fifa { max-height: 65px; } #ces { z-index: 1; padding: 100px 0 50px; position: relative; } #ces .gallery-content { z-index: 2; position: relative; color: #fff; } #ces .gallery-content .container { background-color: #000; } #ces .image-rotate { padding: 0; overflow: hidden; } #ces .image-rotate .rotate-image:not(:first-child) { display: none; } #ces .rotate-image { object-fit: cover; height: 100%; width: auto; } #agendas { z-index: 1; background-color: #7a126b; padding: 100px 0; position: relative; } #agendas .agendas-content { z-index: 2; position: relative; max-width: 1400px; color: #fff; } #agendas .agenda-block { background-color: #fff; color: #000; border-radius: 12px; display: flex; flex-direction: row; padding: 0 20px; gap: 20px; width: 100%; margin-bottom: 20px; } #agendas .agenda-time { font-size: 35px; padding: 20px 10px; } #agendas .img-fluid { height: 150px; width: 260px; object-fit: cover; margin: auto 0; } #agendas .agenda-text { padding: 20px 0; flex: 1; display: flex; flex-direction: column; justify-content: center; gap: 10px; flex-grow: 1; } #agendas .agenda-title { font-size: clamp(20px, 4vw, 24px); font-weight: bold; } #agendas .agenda-description { font-size: 16px; line-height: 24px; } #agendas .agenda-link { color: #000; padding: 20px; } #agendas .agenda-block { will-change: transform, opacity; opacity: 0; transform: translateY(0px) rotateX(-135deg); transition: opacity .8s ease-out, transform .8s ease-out; perspective: 1000px; } #agendas .agenda-block.visible { opacity: 1; transform: translateY(0) rotateX(0); } #footer { z-index: 1; padding: 50px 0 0px; font-size: .8rem; } #footer .footer-content { z-index: 1; display: flex; justify-content: space-between; align-items: center; color: #fff; } #footer .footer-content a { color: #fff; padding: 0 12px; } #footer .footer-content .dot { font-size: 20px; } #footer .footer-content a.social-icon { filter: invert(1); } .fade-in { opacity: 0; transform: translateY(100px); transition: opacity .8s ease-out, transform .8s ease-out; } .fade-in.visible { opacity: 1; transform: translateY(0); } .hero-fade-in-item { opacity: 0; transform: translateY(150px); transition: opacity 1.2s ease-out, transform 1.2s ease-out; } .hero-fade-in-item.visible { opacity: 1; transform: translateY(0); } .hero-fade-in-item.center { opacity: 0; transform: translateX(-50%) translateY(150px); transition: opacity 1.2s ease-out, transform 1.2s ease-out, scale .8s ease-out; scale: .9; } .hero-fade-in-item.center.visible { opacity: 1; transform: translateX(-50%) translateY(0); scale: 1; } .speaker-modal-item { flex: 0 0 calc(20% - 15px); min-width: 150px; margin-bottom: 20px; line-height: 1.25; } @media (max-width: 992px) { .speaker-modal-item { flex: 0 0 calc(33.333% - 15px); } } @media (max-width: 576px) { .speaker-modal-item { flex: 0 0 calc(50% - 15px); } } .lenovo-logo-block { position: fixed; bottom: 0; right: 0; z-index: 100; } .lenovoLogo { width: 38px; margin-bottom: 38px; } @media (min-width: 992px) { .jwplayer .jw-media video { left: -15%  !important; width: 115%  !important; } #countdown-mobile { display: none; } .speaker-slider { display: none; } } @media (max-width: 991px) { #hero-blade { padding: 0 32px; height: 100vh; } #hero-blade:after { content: ''; position: absolute; top: 45%; left: 0; bottom: 0; right: 0; background-color: rgba(0, 0, 0); z-index: 100; background: linear-gradient( to top, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, .9) 85%, rgba(0, 0, 0, 0) 100% ); z-index: 1; } #hero-blade .background-parallax { height: calc(100vh - 142px); } #hero-blade .background-parallax .layer-cloud { height: auto; } #hero-blade .info-block { position: absolute; text-align: center; z-index: 20; top: unset; bottom: 50px; left: 50%; transform: translateX(-50%); } .background-parallax .layer-3 { padding: 32px; font-size: 16vw; line-height: .8em; top: -2%; } #event-info { height: 100vh; } #event-info .event-info-content .sticky { position: static; top: auto; transform: none; margin: auto; display: flex; align-items: center; justify-content: center; flex-direction: column; height: 100%; } #what-to-expect .slide { align-items: end; } #what-to-expect .content-wrapper { margin-left: 0; } .shrink-blade { justify-content: start; padding: 50px 0; min-height: auto; overflow: visible; } .shrink-blade .bg { position: relative; height: auto; min-height: 60vh; top: auto; transform: none  !important; opacity: 1  !important; z-index: 0; } .shrink-blade .bg.at-bottom { position: relative; } .shrink-blade .bg img, .shrink-blade .bg video { height: auto; min-height: 60vh; } .shrink-blade .slide-content { position: relative; z-index: 1; width: 100%; background-color: transparent; top: auto  !important; transform: none  !important; } #speakers { padding: 100px 0; } #speakers .speaker-slider { width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); display: flex; padding-left: 24px; padding-right: 24px; scroll-padding-left: 24px; scroll-padding-right: 24px; } #speakers .speaker-slider .speaker-block { flex: 0 0 40%; max-width: 40%; } #speakers .speaker-slider .speaker-block img.img-fluid { width: 100%; object-fit: cover; } #speakers .row.d-none.d-md-flex { display: none  !important; } #speakers .h-100 { height: auto  !important; } #speakers .speakers-content .sticky { position: static; top: auto; transform: none; margin: auto; display: flex; align-items: center; justify-content: center; flex-direction: column; height: auto; padding-bottom: 20px; } .padding-control { padding: 0 32px  !important; } .shrink-blade .content-wrapper { padding: 0; } #ces { padding: 50px 0 32px; margin-top: 50px; position: relative; z-index: 5; } #agendas { padding: 50px 0; } .jwplayer .jw-media video { left: 0; width: 100%  !important; top: 0; height: 70vh; margin: 0; } .min-vh-100 { min-height: unset  !important; } .position-fixed.top-0.start-0 { position: absolute  !important; } .learn-more { color: #fff; background-color: var(--primary-color); border: 1px solid var(--primary-color); } .learn-more:hover { background-color: #f0f0f0; } .lenovoLogo { width: 32px; margin-bottom: 32px; } #agendas .img-fluid { height: 130px; width: 180px; object-fit: cover; margin: auto 0; } #footer { padding: 50px 00px 50px; } .arrow-down-icon {display: none} } @media (min-width: 768px) and (max-width: 991.98px) { #speakers .speaker-slider.d-md-none { display: flex  !important; } } @media (max-width: 767px) { .navbar-custom { position: relative; } .navbar-custom .container-fluid.show-bg {background: none} #hero-blade { height: auto; } #hero-blade .info-block{ position: relative; margin-top: 42vh; } .shrink-blade { padding: 0px; } #footer .footer-content { flex-direction: column; text-align: left; gap: 12px; align-items: start; } #footer .footer-content a { padding: 0 10px; } #footer .footer-content a:first-child { padding-left: 0; } #agendas .agenda-block { padding: 0; } #agendas .agenda-time { position: absolute; color: #fff; font-size: 20px; } #agendas .img-fluid { border-radius: 12px 0 0 12px; } #agendas .agenda-link { display: none; } } @media (min-width: 768px) and (max-width: 991.98px) { #speakers .speaker-slider .speaker-block { flex: 0 0 50%; max-width: 25%; } #speakers .speaker-slider .speaker-block img.img-fluid { height: 260px; } } div#inside_liveChatTab, .cf_invite_181_3183.cf-invite-wrapper { display: none  !important; } .bxc.bx-base.bx-impress { visibility: hidden  !important; } body #inside_holder { display: none  !important; } .bottomStickyDock { display: none  !important; } .modal-iFrame { width: 100%; padding: 0; margin: 0; } .modal-header { position: absolute; z-index: 100; width: 100%; } #s7video_div.s7videoviewer { width: 100%; height: auto; } .arrow-down-icon { position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); font-size: 24px; color: #fff; z-index: 100; } .arrow-down-icon.sticky { position: sticky; top: 50vh; bottom: 20px; text-align: center; transform: translateX(0px); } .scroll-down { cursor: pointer; }
