body {
	font-size: 16px;
	font-family: 'Lato';
}
img {
	max-width: 100%;
	max-height: initial;
}
.contentContainer#mainContent {
	background: transparent !important;
}
#mainContent h1,
#mainContent h2,
#mainContent h3,
#mainContent h4,
#mainContent h5,
#mainContent h6 {
	color: #555;
}
.w-60 {
	width: 60%;
}
section {
	position: relative;
}
#mainContent .btn {
	white-space: normal;
}
#mainContent .btn-primary {
	color: #fff;
	background-color: #0d5c91;
	border-color: #0d5c91;
	padding: 8px 14px;
	height: auto;
	float: none;
}
#mainContent .btn-primary:hover {
	color: #0e5780;
	background-color: #e8f3f9;
	border-color: #0e5780;
}
#mainContent .btn-white {
	color: #0d5c91;
	background-color: #fff;
	border-color: #0d5c91;
	padding: 8px 14px;
	height: auto;
	float: none;
}
#mainContent .btn-white:hover {
	color: #fff;
	background-color: #0d5c91;
	border-color: #0d5c91;
}
#mainContent .fullsize-background {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
#mainContent .vertical-center {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}
#mainContent .vertical-top {
	position: absolute;
	top: 15%;
	transform: translate(-50%, -15%);
	left: 50%;
}

@media (max-width: 992px) {
	#mainContent .img-fluid {
		max-width: 75%;
	}
}

header,
section {
	background: transparent;
}
.box-shadow {
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.8) 0%,
		rgba(0, 0, 0, 0.7) 33%,
		rgba(0, 0, 0, 0) 50%
	);
}
#mainContent .w-10 {
	width: 10%;
}
#mainContent .w-45 {
	width: 45%;
}
#mainContent .item-fade {
	vertical-align: top;
}
#mainContent .lenovo-pegasus-snap {
	position: relative;
	z-index: 1;
}
#masthead.topbar {
	position: fixed;
	top: -125px;
	left: 0;
	width: 100%;
	padding: 10px 30px;
	background-color: #f2f2f2;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 1s ease;
	box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.1);
}
body.scrolled #masthead.topbar {
	top: 0px;
	/* top: 50px; */
}
#masthead.topbar .topbar-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#masthead.topbar .btn {
	margin: 0;
}
#masthead.topbar .btn.btn-scroll-up {
	margin-left: 20px;
}
#mainContent .lenovo-campaign-thinkpad-z-series-back-to-top-arrow .cls-1,
#mainContent .lenovo-campaign-thinkpad-z-series-down-arrow .cls-1 {
	fill: none;
}
#mainContent .lenovo-campaign-thinkpad-z-series-back-to-top-arrow .cls-2,
#mainContent .lenovo-campaign-thinkpad-z-series-back-to-top-arrow .cls-3,
#mainContent .lenovo-campaign-thinkpad-z-series-down-arrow .cls-3,
#mainContent .lenovo-campaign-thinkpad-z-series-down-arrow .cls-4 {
	stroke: none;
}
#mainContent .lenovo-campaign-thinkpad-z-series-back-to-top-arrow .cls-3 {
	fill: #000;
}
#mainContent .lenovo-campaign-thinkpad-z-series-down-arrow .cls-2,
#mainContent .lenovo-campaign-thinkpad-z-series-down-arrow .cls-4 {
	fill: #fff;
}
#mainContent .btn-scroll-up {
	border-radius: 50%;
	width: 45px;
	height: 45px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
#mainContent .btn-scroll-up:hover {
	color: #f2f2f2;
	background-color: rgba(0, 0, 0, 0.6);
}
#mainContent .btn-scroll-up:hover .scroll-up-arrow {
	fill: #f2f2f2;
}
#mainContent .btn-scroll-up:hover .cls-3 {
	fill: rgba(0, 0, 0, 0.6);
}
#mainContent .btn-scroll-down {
	color: #fff;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	text-align: center;
	position: absolute;
	bottom: 3vh;
	left: 50%;
	transform: translateX(-50%);
}
#mainContent .btn-scroll-down:hover {
	color: #000;
	background-color: rgba(255, 255, 255, 1);
}
#mainContent .btn-scroll-down:hover .scroll-down-arrow {
	fill: #000;
}
#pageMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#pageMenu ul li {
	display: inline-block;
}
#pageMenu ul li a {
	text-decoration: none;
	color: #000;
	font-size: 1rem;
	line-height: 1.5rem;
	padding: 0 20px;
}
#pageMenu ul li.to-top {
	display: none;
}
#mainContent .section-wrapper {
	overflow: hidden;
}
#mainContent .parallax-mirror {
	z-index: 1 !important;
}
#mainContent img.parallax-slider {
	margin-top: 72px;
	max-height: unset;
}
#mainContent .vh-100 {
	min-height: 100vh !important;
	height: auto !important;
}
#mainContent .vh-80 {
	min-height: 80vh !important;
	height: auto !important;
}
#mainContent .vh-75 {
	min-height: 75vh !important;
	height: auto !important;
}
#mainContent .vh-70 {
	min-height: 70vh !important;
	height: auto !important;
}
#mainContent .vh-60 {
	min-height: 60vh !important;
	height: auto !important;
}
#mainContent .vh-50 {
	min-height: 50vh !important;
	height: auto !important;
}
#mainContent .vh-40 {
	min-height: 40vh !important;
	height: auto !important;
}
@media (max-width: 991px) {
    #mainContent .vh-40 {
        min-height: unset !important;
        height: auto !important;
    }
}
#mainContent .vh-30 {
	min-height: 30vh !important;
	height: auto !important;
}
#mainContent .vh-20 {
	min-height: 20vh !important;
	height: auto !important;
}
#mainContent .vertical-center-content {
	display: flex;
	align-items: center;
}
#mainContent .vertical-top-content {
	display: flex;
	align-items: flex-start;
}
#mainContent .vertical-top-content-spaced .row {
	position: relative;
	top: 15vh;
}
#mainContent .vertical-bottom-content {
	display: flex;
	align-items: flex-end;
}
#mainContent .bg-holder,
#mainContent .bg-shadow-holder {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
}
#mainContent .section-active .bg-holder,
#mainContent .section-active .bg-shadow-holder,
#mainContent .elem-leaving-top:not(.elem-above-bottom) .bg-holder {
	position: fixed;
}
#mainContent .container {
	z-index: 1;
}
#mainContent h3 {
	font-size: 2.25rem;
	line-height: 1.2em;
	font-weight: 700;
	margin-bottom: 24px;
	color: #000;
}
#mainContent h5 {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
#mainContent .font-large.lenovo-pegasus-paragraph,
#mainContent .font-large .lenovo-pegasus-paragraph {
	font-size: 2.25rem;
	line-height: 3rem;
}
#mainContent .video-background {
	overflow: hidden;
	height: 100%;
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
}
#mainContent .video-background video {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	min-height: 50%;
	min-width: 50%;
}
#mainContent .video-background iframe {
	width: 100vw;
	height: 56.25vw;
}
.modal-video-movie-wrap {
	max-width: 90vw;
	margin: 0 auto;
}

.iframe-container {
	width: 60vw;
	max-width: 100%;
	max-height: 90vh;
	overflow: auto;
	position: relative;
	background-color: #fff;
	margin: auto;
	top: 50%;
	border: none;
	padding: 0;
	transform: translateY(-50%);
	border-radius: 6px;
}
@media (max-width: 992px) {
	.iframe-container {
		width: 90vw;
	}
}
.iframe-container iframe {
	display: block;
}
.notifyMeForm {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 99999999;
	display: none;
}
#iFrame_responsive {
	overflow: auto;
	transition: height 0.2s;
	width: 100%;
	border: 5px solid #fff !important;
}
#iFrame_responsive::-webkit-scrollbar {
	width: 0 !important;
}

.mobile-only {
	display: none;
}
.tablet-only {
	display: none;
}
#masthead #header__mobile-trigger {
	width: 30px;
	height: 30px;
	position: relative;
	margin-left: 30px;
	transform: rotate(0deg);
	transition: 0.5s ease-in-out;
	cursor: pointer;
	z-index: 11;
}
#masthead #header__mobile-trigger span {
	display: block;
	position: absolute;
	height: 5px;
	width: 30px;
	background: #000;
	border-radius: 10px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: 0.2s ease-in-out;
}
#masthead #header__mobile-trigger span:first-child {
	top: 0px;
}
#masthead #header__mobile-trigger span:nth-child(2),
#masthead #header__mobile-trigger span:nth-child(3) {
	top: 10px;
}
#masthead #header__mobile-trigger span:nth-child(4) {
	top: 20px;
}
#masthead #header__mobile-trigger.open span:first-child {
	top: 10px;
	visibility: visible;
	transform: rotate(45deg);
}
#masthead #header__mobile-trigger.open span:nth-child(2) {
	transform: rotate(45deg);
}
#masthead #header__mobile-trigger.open span:nth-child(3) {
	transform: rotate(-45deg);
}
#masthead #header__mobile-trigger.open span:nth-child(4) {
	top: 10px;
	visibility: visible;
	transform: rotate(-45deg);
}
#masthead #header__mobile-trigger {
	display: none;
	text-align: left;
	float: right;
	margin-top: 5px;
}
#masthead #header__mobile-trigger span {
	display: inline-block;
	padding: 0;
	margin: 0;
	min-width: 30px;
	cursor: pointer;
}
#masthead #header__mobile-trigger span i {
	padding: 0.8rem 0 0;
	float: right;
	display: none;
	font-size: 1.8rem;
	line-height: 0.2rem;
	min-width: 1.6rem;
}
#masthead #header__mobile-trigger span.menu_state {
	display: inline-block;
}
header.event-header #event-header__nav-mobile-list {
	position: absolute;
	z-index: 11;
	left: 0;
	right: 0;
	top: 150px;
	display: none;
}
header.event-header #event-header__nav-mobile-list ul {
	display: none;
	list-style-type: none;
	width: 100%;
	height: auto;
	padding: 1.5rem 0;
	margin: 0 auto;
	background: #efefef;
}
@media (min-width: 1240px) {
	nav#pageMenu ul {
		display: block !important;
	}
}
@media (max-width: 1240px) {
	#masthead #header__mobile-trigger {
		display: block;
	}
	#masthead.topbar .btn.btn-scroll-up {
		display: none;
	}
	nav#pageMenu {
		position: absolute;
		top: 55px;
		background: #fff;
		left: 0;
		width: 100%;
	}
	nav#pageMenu ul {
		display: none;
		background: #fff;
	}
	nav#pageMenu ul li {
		width: 100%;
		margin: 0;
		border-bottom: 1px solid #ccc;
	}
	nav#pageMenu ul li a {
		display: block;
		padding: 25px 25px;
	}
	#pageMenu ul li.to-top {
		display: block;
	}
	#pageMenu ul li.to-top a {
		line-height: 20px;
	}
	.mobile-to-top-arrow {
		float: left;
		display: inline-flex;
		align-items: center;
		border-radius: 50%;
		width: 20px;
		height: 20px;
		text-align: center;
		font-size: 10px;
		margin-right: 5px;
	}
	.mobile-to-top-arrow svg {
		margin: auto;
	}
	.vertical-top-content-spaced .row {
		top: 5vh;
	}
}
@media (max-width: 1024px) {
	.tablet-only {
		display: block;
	}
	#mainContent h3 {
		font-size: 2.25rem;
	}
	#mainContent .font-large.lenovo-pegasus-paragraph,
	#mainContent .font-large .lenovo-pegasus-paragraph {
		font-size: 2rem;
		line-height: 2.875rem;
	}
	#mainContent .mobile-top-align-content {
		align-items: flex-start;
	}
	#mainContent .mobile-bottom-align-content {
		align-items: flex-end;
	}
	#mainContent .vertical-top-content-spaced .row {
		top: 0;
	}
	#mainContent .box-shadow {
		background: linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.8) 0%,
			rgba(0, 0, 0, 0.6) 50%,
			rgba(255, 255, 255, 0) 75%
		);
	}
}
@media (max-width: 768px) {
	.desktop-only {
		display: none;
	}
	.mobile-only {
		display: block;
	}
	#mainContent h1 {
		font-size: 1.5rem;
		line-height: 1.5rem;
	}
	#mainContent h3 {
		font-size: 1.5rem;
		line-height: 2.25rem;
	}
}
@media (max-width: 640px) {
	#masthead.topbar .btn {
		display: none;
	}
}
#home {
	scroll-padding-top: 2rem;
}
.anchor-tag {
	content: '';
	display: block;
	height: 125px;
	margin: -125px 0 0;
	z-index: -1;
}
@media (max-width: 360) {
	.anchor-tag {
		height: 92px;
		margin: -92px 0 0;
	}
}
@media (max-width: 750) {
	.anchor-tag {
		height: 44px;
		margin: -44px 0 0;
	}
}

#blade-0 {
	position: relative;
	z-index: 1;
	max-height: calc(100vh - 50px);
}
#blade-0 .left-side {
	position: relative;
}
#blade-0 .left-side .logo-group {
	width: 200px;
	position: absolute;
	left: 3%;
	bottom: 6%;
	font-size: 12px;
}
#blade-0 .left-side img {
	width: 100%;
}
.blade-0-prod-img {
	height: 350px;
	width: auto;
	transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform: scale(1.4);
	opacity: 0;
	transform-origin: bottom center;
	margin-bottom: 20px;
}
.start .blade-0-prod-img {
	transform: scale(1);
	opacity: 1;
}
@media (max-width: 500px) {
	#blade-0 .left-side {
		height: 45vh;
	}
	.blade-0-prod-img {
		height: 260px;
		margin-bottom: 0;
	}
}
#blade-0 .right-side {
	background: url(https://p1-ofp.static.pub/ShareResource/workstations-px/images/hero-bg-gradient.jpg);
	background-size: cover;
}
#blade-0 h1 {
	color: #fff;
	font-weight: bold;
	font-size: clamp(2rem, 4vw, 3.5rem);
	line-height: 1.2;
	transition: 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
	transform-origin: center;
	opacity: 0;
	transform: scale(1.05) translateY(50px);
}
#blade-0 a.btn {
	color: #0d5c91;
	background-color: #fff;
	font-weight: 700;
	font-size: clamp(0.8rem, 1vw, 1.5rem);
	transition: opacity 0.7s cubic-bezier(0.165, 0.84, 0.44, 1),
		transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	opacity: 0;
	transform: scale(1.05) translateY(50px);
	margin-top: 12px;
}
.start #blade-0 h1 {
	opacity: 1;
	transform: scale(1) translateY(0);
	transition-delay: 0.2s;
}
.start #blade-0 a.btn {
	opacity: 1;
	transform: scale(1) translateY(0);
	transition-delay: 0.4s;
}

#blade-0 .right-side-content {
	width: 100%;
	max-width: 680px !important;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	padding: 0 40px;
}
@media (max-width: 992px) {
	#blade-0 {
		max-height: unset;
	}
	#blade-0 .right-side-content {
		position: initial;
		transform: translate(0, 0);
	}
	#blade-0 .right-side {
		background: url(https://p1-ofp.static.pub/ShareResource/workstations-px/images/hero-bg-gradient-mobile.jpg);
		background-size: cover;
	}
}
#blade-0 .hero-product-mobile-only {
	/* transform: translateY(-50%); */
	text-align: center;
	width: 90vw;
	margin: -25% auto 50px;
}
@media (max-width: 768px) {
	#blade-0 .hero-product-mobile-only {
		margin: -30% auto 10px;
	}
}
@media (max-width: 500px) {
	#blade-0 .hero-product-mobile-only {
		margin: -25% auto 10px;
	}
}
#blade-0-campaign {
	background-color: #4e444e;
	text-transform: uppercase;
	font-size: 1rem;
	color: #fff;
	letter-spacing: clamp(0px, 1vw, 15px);
	padding: 10px 0;
}

#blade-1 {
	position: relative;
	background-color: #fff;
}
#blade-1-step-1,
#blade-1-step-2,
#blade-1-step-3,
#blade-1-step-4 {
	height: 300px;
}

#blade-1 .blade-1-wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	max-width: 1320px;
	width: 100%;
}
#blade-1.elem-above-bottom .blade-1-wrapper {
	z-index: 2 !important;
	top: auto;
	bottom: 0;
}
#blade-1.elem-leaving-top:not(.elem-above-bottom) .blade-1-wrapper {
	position: fixed;
}

#blade-1 .blade-1-set-1 {
	opacity: 0;
	transition: all 1s ease;
	scale: 0.5;
}
#blade-1 .blade-1-set-1.in {
	opacity: 1;
	scale: 1;
}
#blade-1 .content {
	margin-bottom: 16px;
}
#blade-1 .blade-1-set-2 {
	/* visibility: hidden; */
	opacity: 0;
	transition: all 1s ease;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#blade-1 .blade-1-set-2.in {
	/* visibility: visible; */
	opacity: 1;
}
@media (max-width: 992px) {
	.blade-1-left,
	.blade-1-right {
		min-height: 50vh;
	}
}
@media (min-width: 992px) {
	#blade-1 h2 {
		font-size: 48px;
		font-weight: 900;
		margin-bottom: 30px;
	}
	#blade-1 .sub-title {
		font-size: 1.2rem;
	}
}

#blade-2 .bg-holder {
	background-image: url(https://p1-ofp.static.pub/ShareResource/workstations-px/images/blade-2-bg.png);
	background-size: cover;
	background-attachment: fixed;
}

#blade-3-4 {
	position: relative;
	overflow: hidden;
	background-color: #000;
	z-index: -101;
}
#bg-blade-3-4 {
	position: absolute;
	top: -50vh;
	left: -50vw;
	width: 200vw;
	height: 200vh;
	background-image: url(https://p1-ofp.static.pub/ShareResource/workstations-px/images/blade-2-bg.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	transition-delay: 0.25s;
	transition: all 1s ease;
	transform: translate3d(0, 0, 0);
	opacity: 0;
}
#bg-blade-3-4 img {
	margin-top: -100px;
	width: 100%;
}

#blade-3-4 .blade-3-4-content {
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;

	display: flex;
	flex-direction: column;
	justify-content: center;
}
#blade-3-4.elem-above-bottom .blade-3-4-content {
	top: auto;
	bottom: 0;
	position: absolute;
}

#blade-3-4 .blade-3-4-content img.logo-am {
	transition: all 1s ease;
	transition-delay: 1s;
	opacity: 0;
	width: 25%;
	transform: scale(1.4);
}
@media (max-width: 992px) {
	#blade-3-4 .blade-3-4-content img.logo-am {
		width: 50%;
	}
}
#blade-3-4.b4-down .blade-3-4-content img.logo-am {
	opacity: 1;
	transform: scale(1);
}
#blade-3-4 .blade-3-4-content .brand-am {
	transition: all 1s ease;
	transition-delay: 1s;
	transform: scale(1.4);
	font-size: 2.2rem;
	opacity: 0;
}
#blade-3-4.b4-down .blade-3-4-content .brand-am {
	opacity: 1;
	transform: scale(1);
}
#blade-3-4 .blade-3-4-content .slide-in {
	display: inline-block;
	white-space: nowrap;
	padding-left: 100vw;
	margin-top: 50px;
	font-size: 3em;
	font-weight: 700;
	font-weight: bold;
    line-height: 1em;
}
#blade-3-4.b4-down .blade-3-4-content .slide-in {
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: ticker;
	animation-duration: 10s;
}

@media (max-width: 992px) {
	#blade-3-4 .blade-3-4-content .slide-in {
		font-size: 2.5em;
	}
}
@media (min-width: 992px) {
	#blade-3-4 .blade-3-4-content .slide-in {
		font-size: 86px;
	}
}
@keyframes ticker {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible;
	}

	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

#blade-3-4.b4-down #bg-blade-3-4 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-size: cover;
	opacity: 1;
}
#blade-3-4.b4-down.elem-above-bottom #bg-blade-3-4 {
	top: auto;
	bottom: 0;
	position: absolute;
}
#blade-3-4 #bg-blade-3-4 {
	display: none !important;
}
#blade-3-4.visible #bg-blade-3-4 {
	display: block !important;
}
@media (max-width: 1024px) {
	#blade-3-4.b4-down #bg-blade-3-4 {
		left: 0;
		width: 100%;
		background-position: 50% 80%;
	}
}

@media (max-width: 768px) {
	#mainContent #blade-3-4 #blade-3 {
		min-height: 20vh !important;
	}
	#blade-3-4 {
		height: 100vh;
	}
	/* #bg-blade-3-4 {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: 50% 80%;
		opacity: 1;
	} */
}

#blade-5 h3,
#blade-6 h3,
#blade-7 h3 {
	margin-top: 50px;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}
@media (max-width: 768px) {
	#blade-5 h3,
	#blade-6 h3,
	#blade-7 h3 {
		font-size: 24px;
		line-height: 32px;
		text-align: left;
	}
	#blade-5,
	#blade-6,
	#blade-7 {
		padding: 100px 0 0;
	}
	#blade-7 .btn-white {
		margin-bottom: 32px;
	}
}
@media (max-width: 992px) {
	#blade-5::after {
		background: linear-gradient(
			206.68deg,
			rgba(0, 0, 0, 0) 44.88%,
			#000000 80.09%
		);
		content: '';
		position: absolute;
		bottom: 0;
		height: 40vh;
		width: 100%;
		opacity: 0.65;
	}
	#blade-7::after {
		background: linear-gradient(
			221.89deg,
			rgba(0, 0, 0, 0) 64.6%,
			#000000 94.52%
		);
		content: '';
		position: absolute;
		top: 0;
		height: 40vh;
		width: 100%;
		opacity: 0.65;
		transform: rotate(-180deg);
	}
}
.blade-5-product-image {
	height: 50vh;
	max-width: unset;
	transform: translateX(-40%);
}
.blade-6-product-image {
	height: 50vh;
	max-width: unset;
}
.blade-7-product-image {
	height: 50vh;
	max-width: unset;
}
@media (max-width: 992px) {
	.parallax-mirror {
		display: none !important;
	}
	#blade-5 {
		background-image: url(https://p3-ofp.static.pub/ShareResource/workstations-px/images/blade-5-bg-mobile.jpg);
		background-size: cover;
		background-position: center top;
		background-repeat: no-repeat;
	}
	#blade-6 {
		background-image: url(https://p2-ofp.static.pub/ShareResource/workstations-px/images/blade-6-bg-mobile.jpg);
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
	}
	#blade-7 {
		background-image: url(https://p4-ofp.static.pub/ShareResource/workstations-px/images/blade-7-bg-mobile.jpg);
		background-size: cover;
		background-position: center bottom;
		background-repeat: no-repeat;
	}
}

#blade-products {
	padding: 200px 0;
	position: relative;
}
@media (max-width: 500px) {
	#blade-products {
		padding: 100px 24px;
	}
	#blade-products .product-label {
		line-height: 90px;
	}
}
#blade-products::after {
	content: '';
	background-color: #f8f8f8;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 50%;
	right: 0;
	z-index: -1;
}

#blade-products .blade-products-elements {
	opacity: 0;
	transition: all 1s ease;
	scale: 0.5;
}
#blade-products .blade-products-elements.in {
	opacity: 1;
	scale: 1;
}

#blade-products .product-label {
	color: #8a8a8a;
	font-size: 120px;
	font-weight: 700;
	opacity: 0.4;
}

@media (max-width: 500px) {
	#blade-products .product-label {
		color: #8a8a8a;
		font-size: 100px;
		font-weight: 700;
		opacity: 0.4;
	}
}
#blade-products .product-item {
	margin-bottom: 100px;
}

#blade-products .text-only {
	width: 75%;
	margin: 0 auto;
}

@media (max-width: 768px) {
	#blade-products .text-only {
		width: auto;
	}
}

.btn-outline-link {
	color: #4e444e !important;
	border: 1px solid #4e444e !important;
}
.btn-outline-link:hover {
	color: #000 !important;
	border-color: #000 !important;
}

#blade-8 .container-wrapper,
#blade-8.elem-above-bottom .container-wrapper {
	position: absolute;
	width: 100%;
	top: calc(15vh + 92px);
}
#blade-8.elem-leaving-top:not(.elem-above-bottom) .container-wrapper {
	position: fixed;
}
#blade-8 .b8-element {
	opacity: 0;
	transition: all 1s ease;
}
#blade-8 .b8-element.in {
	opacity: 1;
	padding-top: 0;
	left: 0;
}
#blade-8 .b8-element#b8-element-1 {
	opacity: 1;
	transition: unset;
}
#b8-element-1 {
	background-color: #651538eb;
    background-image: url(https://p3-ofp.static.pub/ShareResource/workstations-px/images/blade-8-colorfull-bg.png);
    background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100vw;
	z-index: 1;
	left: 0;
	opacity: 1;
}
#b8-element-2 {
	width: 100vw;
	left: -100%;
	color: #fff;
	margin: auto;
	height: 100%;
	display: flex;
	align-items: center;
	position: absolute;
	padding: 0 50px;
}
.b8-element-2-content {
	width: 60%;
	margin: 0 auto;
    text-align: left;
}
.blade-8-bg-mobile {
	z-index: 10;
	position: relative;
	object-fit: cover;
}
@media (max-width: 992px) {
	#b8-element-1 {
		background-color: #651538;
		position: relative;
		top: unset;
		left: unset;
		bottom: 0;
		width: 100vw;
		z-index: 1;
		padding: 20px !important;
	}
	#b8-element-2 {
		width: 100%;
		left: -100%;
		color: #fff;

		margin: auto;
		height: 100%;
		display: flex;
		align-items: center;
		position: relative;
		padding: 0 50px;
	}
	#blade-8.vh-80 {
		min-height: auto !important;
	}
    .b8-element-2-content {
        width: 90%;
    }
}
@media (max-width: 768px) {
	#b8-element-2 {
		padding: 0 20px;
	}
    .b8-element-2-content {
        width: 100%;
    }
}
#b8-element-2 p.quote-content {
	font-size: clamp(18px, 2vw, 26px);
	line-height: clamp(26px, 4vw, 40px);
}
#b8-element-2 p.quote-by {
	font-size: clamp(12px, 2vw, 16px);
	line-height: 1.5em;
}

@media (max-width: 1024px) {
	#blade-8 .b8-element {
		font-size: 3rem;
		line-height: 3rem;
	}
}

@media (max-width: 768px) {
	#blade-8 .b8-element {
		font-size: 1.875rem;
		line-height: 2.5rem;
	}
}

#blade-powerful {
	padding: 100px 0;
}
#blade-powerful h2 {
	font-size: clamp(48px, 5vw, 86px);
	font-weight: 900;
	margin-bottom: 30px;
	text-align: center;
	color: #000;
}
#blade-powerful .product-wrapper {
	position: relative;
	margin-top: 150px;
	background-color: #f8f8f8;
}
#blade-powerful .sub-title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 50px;
}

#blade-powerful .product-image {
	text-align: center;
	position: absolute;
	top: -150px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	padding: 20px;
	z-index: 1;
}
#blade-powerful .product-image img {
	height: 100%;
	max-height: 350px;
}
#blade-powerful .product-shopnow {
	padding: 0 20px 20px;
}
@media (max-width: 1200px) {
	#mainContent .img-fluid {
		max-width: 80%;
	}
	#blade-powerful .product-image img {
		max-width: inherit;
		max-height: 200px;
	}
	#blade-powerful .product-image {
		padding: 0px;
	}
}

#blade-powerful .blade-powerful-elements {
	opacity: 0;
	transition: all 1s ease;
	scale: 0.5;
}
#blade-powerful .blade-powerful-elements.in {
	opacity: 1;
	scale: 1;
}

#blade-powerful .product-label {
	color: #8a8a8a;
	opacity: 0.4;
	font-size: 140px;
	font-weight: 700;
    line-height: 130px;
	text-align: center;
}

@media (max-width: 767px) {
	#blade-powerful .product-label {
		font-size: 100px;
	}
}
@media (max-width: 500px) {
	#blade-powerful .product-label {
		font-size: 100px;
	}
}

#blade-powerful .product-title {
	font-size: 36px;
	line-height: 43.2px;
	font-weight: 800;
	text-align: center;
	min-height: 100px;
	padding-left: 20px;
	padding-right: 20px;
}
@media (max-width: 500px) {
	#blade-powerful .product-title {
		font-size: 28px;
	}
}
@media (min-width: 1400px) {
	#blade-powerful .product-title {
		height: 130px;
	}
}
#blade-powerful .product-features {
	padding: 20px;
	padding-bottom: 0;
	min-height: 310px;
}

@media (max-width: 1200px) {
	#blade-powerful .product-features {
		min-height: 380px;
	}
}
@media (max-width: 767px) {
	#blade-powerful .product-features {
		min-height: inherit;
		margin-bottom: 20px;
	}
}

#blade-powerful.elem-above-bottom {
	top: auto;
	bottom: 0;
}
#blade-powerful .product-wrapper {
	padding: 0 20px;
}
/* #blade-powerful .product-wrapper {
	top: 100vh;
	opacity: 0;
	transition: all 1.5s ease;
    padding: 0 20px;
}
#blade-powerful .product-wrapper-1 {
	transition: all 1.5s ease;
}
#blade-powerful .product-wrapper-2 {
	transition: all 2.5s ease;
}
#blade-powerful .product-wrapper-3 {
	transition: all 3.5s ease;
}
#blade-powerful .in.product-wrapper {
	top: 0;
	opacity: 1;
} */

#blade-9 {
	position: relative;
	background-color: #fff;
}

#blade-9-step-1,
#blade-9-step-2,
#blade-9-step-3,
#blade-9-step-4 {
	height: 300px;
}

#blade-9 .bg-holder {
	background-image: url(https://p2-ofp.static.pub/ShareResource/workstations-px/images/blade-9-step-1.jpg);
	background-size: cover;
	z-index: 1;
	height: 75vh;
	transition: all 1s ease;
}
#blade-9 .bg-holder::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 30%,
		rgba(0, 0, 0, 0.5) 65%
	);
}

@media (max-width: 768px) {
	#blade-9 {
		background-color: #651538;
	}
	#blade-9 .bg-holder {
		height: auto !important;
		min-height: 50vh !important;
	}
	#blade-9.elem-above-bottom .bg-holder {
		top: auto !important;
		bottom: 50vh !important;
	}
}
#blade-9.elem-above-bottom .bg-holder {
	top: auto;
	bottom: 25vh;
}
#blade-9.visible:not(.elem-leaving-top) .blade-9-wrapper {
	top: 50vh;
}

#blade-9 .blade-9-wrapper,
#blade-9.elem-above-bottom .blade-9-wrapper {
	position: absolute;
	z-index: 2 !important;
	top: auto;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 50vh;
}
@media (max-width: 768px) {
	#blade-9 .blade-9-wrapper {
		max-width: 100%;
	}
}
#blade-9.elem-leaving-top:not(.elem-above-bottom) .blade-9-wrapper {
	position: fixed;
	top: 50%;
}

#blade-9 .blade-9-nav {
	height: 40px;
	overflow: hidden;
	margin-bottom: 20px;
}
#blade-9 .blade-9-nav .blade-9-nav-child {
	height: 58px;
	display: flex;
	column-gap: 12px;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-bottom: 20px;
	overflow-y: hidden;
	overflow-x: auto;
	justify-content: center;
}

#blade-9 .blade-9-nav a {
	white-space: nowrap;
	color: #fff;
	height: 40px;
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0.3);
}
#blade-9 .blade-9-nav a.in,
#blade-9 .blade-9-nav a:hover {
	background-color: #fff;
	color: #000;
}
#blade-9 .blade-9-content {
	background-color: #651538eb;
	color: white;
	position: relative;
	height: 300px;
	overflow: hidden;
}
#blade-9 .blade-9-content h3 {
	font-size: 1.2rem;
	line-height: 1.4em;
	color: #fff;
}
#blade-9 .blade-9-content p {
	font-size: 1rem;
	font-weight: 400;
	color: #fff;
}
@media (max-width: 992px) {
	#blade-9.elem-leaving-top:not(.elem-above-bottom) .blade-9-wrapper {
		top: 30%;
	}
	#mainContent #blade-9.section-wrapper {
		overflow: visible;
	}
	#blade-9 .blade-9-nav .blade-9-nav-child {
		justify-content: start;
	}
	#blade-9 .blade-9-content {
		background-color: #651538;
	}
	#blade-9 .blade-9-content h3 {
		margin-bottom: 0;
	}
}
#blade-9 .blade-9-content > div {
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	transition: all 1s ease;
	transform: translateX(100%);
}
#blade-9 .blade-9-content > div.out {
	opacity: 0;
	transform: translateX(-100%);
}

#blade-9 .blade-9-content > div.in {
	opacity: 1;
	transform: translateX(0);
}

#blade-10-step-1,
#blade-10-step-2,
#blade-10-step-3,
#blade-10-step-4,
#blade-10-step-5 {
	height: 300px;
}

#blade-10 .blade-10-elements {
	opacity: 0;
	transition: all 1s ease;
	scale: 0.5;
}
#blade-10 .blade-10-elements.in {
	opacity: 1;
	scale: 1;
}

@media (min-width: 992px) {
	.more-links {
		max-width: 560px;
		display: flex;
		column-gap: 24px;
		margin: 0 auto;
	}
	.more-links p {
		flex: 1;
	}
	.more-links p:last-child {
		border-left: 1px solid rgba(255, 255, 255, 0.2);
	}
}

#blade-10 .bg-holder {
	background-image: url(https://p1-ofp.static.pub/ShareResource/workstations-px/images/blade-10-bg.png);
	background-size: cover;
}
@media (max-width: 992px) {
	#blade-10 .bg-holder {
		/* background-image: url(https://p3-ofp.static.pub/ShareResource/workstations-px/images/blade-10-bg-mobile.png); */
		background-image: url(https://p3-ofp.static.pub/ShareResource/workstations-px/images/blade-10-bg.png);
		background-position: center bottom;
	}
}
#blade-10::after {
	background: rgb(0, 0, 0);
	background: linear-gradient(
		0deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.5) 25%,
		rgba(0, 0, 0, 0.5) 75%,
		rgba(0, 0, 0, 0) 100%
	);
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
#blade-10.elem-above-bottom .bg-holder {
	top: auto;
	bottom: 0;
}
#blade-10 .container-wrapper,
#blade-10.elem-above-bottom .container-wrapper {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
#blade-10.elem-leaving-top:not(.elem-above-bottom) .container-wrapper {
	position: fixed;
}
#blade-10 .b10-11-title {
	opacity: 0;
	transition: all 1s ease;
	transform: translateY(100%);
	scale: 0.5;
}
#blade-10 .b10-11-title h2 {
	font-size: 3.375rem;
	line-height: 3rem;
}
#blade-10 .b10-11-title.in {
	opacity: 1;
	padding-top: 0;
	transform: translateY(0);
	scale: 1;
}
#blade-10 {
	min-height: 400px !important;
}
#blade-11 {
	z-index: 2 !important;
}

@media (max-width: 1024px) {
	#blade-10 .b10-11-title h2 {
		font-size: 3rem;
		line-height: 3rem;
	}
}
@media (max-width: 768px) {
	#blade-10 .b10-11-title h2 {
		font-size: 1.875rem;
		line-height: 2.5rem;
	}
}
