.ip-optical-convergence-main-wrapper {
	position: relative;
	overflow: hidden;
	color: #1B1C1D;
	max-width: 1440px;
	margin: 0 auto;
	padding-top: 90px;
	background-color: #fff;
}

.page-wrapper {
	max-width: 1280px;
	margin: 0 auto;
}

a[href], a[href]:hover, a[href]:active, a[href]:visited {
	color: #0070D2;
}

a:hover img {
	transform: translate3d(0.1em, 0, 0);
	transition: 0.2s ease;
}

a.primary-cta,
a.primary-cta:link,
a.primary-cta:visited,
a.primary-cta:active {
	background-color: #0070d2;
	border: 1px solid #0070d2;
	border-radius: 99px;
	color: #fff;
	width: 145px;
	height: 56px;
	font-size: 16px;
	font-weight: 500;
	padding: 0;
	align-items: center;
	display: flex;
	justify-content: center;
	text-decoration: none;
	transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
	cursor: pointer;
}

a.primary-cta:hover {
	background-color: #0060AD;
}

a.secondary-cta,
a.secondary-cta:link,
a.secondary-cta:visited,
a.secondary-cta:active {
	border: 1px solid #0070d2;
	border-radius: 99px;
	color: #0070d2;
	width: 335px;
	height: 56px;
	font-size: 16px;
	font-weight: 500;
	padding-left: 8px;
	padding-right: 8px;
	align-items: center;
	display: flex;
	justify-content: center;
	text-decoration: none;
	transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
	cursor: pointer;
}
a.secondary-cta:hover {
	color: #0060AD;
	border-color: #0060AD;
}

.hero-section {
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: center;
	gap: 60px;
	padding-bottom: 112px;
}

.hero-section .content-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	gap: 40px;
	text-align: left;
	max-width: 680px;
}

.hero-section h1 {
	color: #1B1C1D;
	font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: 77px;
    letter-spacing: -1px;
	margin: 0;
}

.hero-section p {
	color: #1B1C1D;
	font-size: 24px;
	font-style: normal;
	font-weight: 350;
	line-height: 32px;
	margin: 0 auto;
    max-width: 800px;
}

.hero-section .img-container img {
	max-width: 470px; /*470x390*/
}

.separator-section hr{
	border: 1px solid #D6D6D4;
}

.benefit-section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 100px;
	padding-bottom: 200px;
}

.benefit-section h2 {
	font-size: 40px;
	font-style: normal;
	font-weight: 350;
	line-height: 48px;
	margin-bottom: 14px;
}

.benefit-section .benefit-sub-head {
	font-size: 20px;
	font-style: normal;
	font-weight: 350;
	line-height: 28px;
	margin-bottom: 18px;
}

.benefit-section a {
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

.benefit-card-container {
	display: flex;
    flex-direction: row;
	margin-top: 60px;
	gap: 75px;
}

.benefit-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.benefit-card .image-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 352px;
    height: 352px;
    position: relative;
}

.benefit-card .image-container img {
	width: 352px;
	height: 352px;
}

.benefit-card .image-container span {
	position: absolute;
	color: #0D274D;
	top: 50%;
    margin: 0 auto;
	z-index: 9;
	font-size: 91px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -1.126px;
    line-height: 0;
}

.benefit-card .image-container .card-content {
	max-width: 200px;
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
    font-style: normal;
    font-weight: 350;
    line-height: 28px;
    position: unset;
    color: #000;
}

.transform-section {
	background-color: #EBEBEB;
	padding: 120px 0 100px 0;
}

.transform-content {
	padding: 0 50px;

}

.transform-content h3 {
	font-size: 52px;
	font-style: normal;
	font-weight: 350;
	line-height: 62px;
	max-width: 740px;
}

.transform-content p {
	font-size: 20px;
	font-style: normal;
	font-weight: 350;
	line-height: 32px;
	max-width: 800px;
}

.transform-content .transform-image {
	display: block;
	margin: 60px auto 0 auto;
	max-width: 940px;
	width: 100%;
}

.routed-section {
	padding: 120px 0 100px 0;
}

.routed-content-container .row-one {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
}

.routed-content-container .row-two {
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.routed-content-container .row-one img, .routed-content-container .row-two img {
	max-width: 50%;
}

.routed-content-container .row-one .content, .routed-content-container .row-two .content {
	max-width: 560px;
}

.routed-content-container .row-one .content h3, .routed-content-container .row-two .content h3 {
	font-size: 40px;
	font-style: normal;
	font-weight: 350;
	line-height: 48px;
}

.routed-content-container .row-one .content p, .routed-content-container .row-two .content p {
	font-size: 20px;
	font-style: normal;
	font-weight: 350;
	line-height: 28px;
}

.case-study-section {
	background-color: #EBEBEB;
	padding: 60px 0;
}

.case-study-section .content-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.case-study-section .content-container  h3{
	font-size: 40px;
	font-style: normal;
	font-weight: 350;
	line-height: 48px;
	text-align: center;
}

.case-study-section .content-container span{
	font-size: 20px;
	font-style: normal;
	font-weight: 350;
	line-height: 28px;
	text-align: center;
	max-width: 900px;
	margin-bottom: 30px;
}

@keyframes slide-left {
	from {
		margin-left: 100%;
	}

	to {
		margin-left: 0%;
	}
}

.mfg_slide-right {
	animation: 3s slide-right;


}

.mfg_slider img {
	width: 95%;
}

@keyframes slide-right {
	from {
		transform: translateX(-100%);
	}

	to {
		transform: translateX(0%);
	}
}

@keyframes fadeIn {
	0% {
		transform: translateY(0%);
		opacity: 0;
	}

	100% {
		transform: translateY(0%);
		opacity: 1;
	}
}

.tn_reveal {
	opacity: 0;
	transition: all 1000ms 100ms;
}

.tn_reveal.tn_active {
	opacity: 1;
	transform: translate(0, 0);
}

.tn_fade-bottom {
	transform: translateY(80px);
}

.tn_fade-left {
	transform: translateX(-80px);
}

.tn_fade-right {
	transform: translateX(80px);
}

.tn_animation-delay-100 {
	transition: all 1000ms 100ms;
}

.tn_animation-delay-200 {
	transition: all 1000ms 200ms;
}

.tn_animation-delay-300 {
	transition: all 1000ms 300ms;
}

.tn_animation-delay-400 {
	transition: all 1000ms 400ms;
}

.tn_animation-delay-500 {
	transition: all 1000ms 500ms;
}

.tn_animation-delay-700 {
	transition: all 1000ms 700ms;
}

.tn_animation-delay-1100 {
	transition: all 1000ms 1100ms;
}

@media (max-width: 1300px) {

}

@media (max-width: 1200px) {
	.page-wrapper {
		padding-left: 5%;
		padding-right: 5%;
	}

	.hero-section .img-container img {
		margin-left: 0;
	}

	.benefit-card-container {
		flex-direction: column;
		align-items: center;
		gap: 25px;
	}

	.benefit-section {
		padding-bottom: 70px;
	}

	.benefit-card {
		width: unset;
		align-items: center;
		text-align: center;
	}

	.benefit-card span {
		width: 100%;
		max-width: unset;
	}

	.benefit-card p {
		width: 100%;
		max-width: unset;
	}

	.benefit-card .image-container span {
		top: 35%;
		font-size: 58.837px;
		font-style: normal;
		font-weight: 700;
		line-height: 56.045px;
		letter-spacing: -0.728px;

	}

	.benefit-card .image-container .card-content {
		font-size: 14px;
		font-style: normal;
		font-weight: 350;
		line-height: 18px;
		top: 55%;
		letter-spacing: unset;
		position: absolute;
		color: #000;
		margin: 0 auto;
		z-index: 9;
		display: block;
	}
}

@media (max-width: 1024px) {

}

@media (max-width: 992px) {
	.hero-section {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		border-bottom: unset;
		padding-left: 0;
		padding-right: 0;
		gap: 25px;
		padding-top: 80px;
		padding-bottom: 45px;
	}

	.hero-section .img-container {
		width: 100%;
		text-align: center;
	}

	.hero-section .img-container img {
		width: 100%;
	}

	.hero-section .content-container {
		padding-left: 5%;
		padding-right: 5%;
		align-items: center;
		text-align: center;
		margin-top: 0;
	}

	.hero-card-container {
		flex-direction: column;
		padding: 0 30px;
	}

	.hero-card {
		margin-bottom: 30px;
	}

	.hero-section h1 {
		font-size: 40px;
		line-height: 45px;
	}
	
	.benefit-section h2, .benefit-sub-head {
		text-align: center;
	}

	.hero-card span:first-child {
		font-size: 60px;
	}

	.hero-card-container {
		gap: 10%;
	}

	.separator-section {
		display: none;
	}

	.benefit-section {
		padding-top: 45px;
	}
}

@media (max-width: 768px) {
	.tn_animation-delay-100,
	.tn_animation-delay-200,
	.tn_animation-delay-300,
	.tn_animation-delay-400,
	.tn_animation-delay-500,
	.tn_animation-delay-700,
	.tn_animation-delay-1100 {
		transition: all 1000ms 100ms;
	}

	.ip-optical-convergence-main-wrapper {
		padding-top: 35px;
	}

	.hero-section h1 {
		font-size: 32px;
		font-style: normal;
		font-weight: 350;
		line-height: 40px;
	}

	.hero-section p {
		font-size: 16px;
		font-style: normal;
		font-weight: 350;
		line-height: 24px;
	}

	.benefit-card-container {
		gap: 20px;
	}

	.benefit-card .image-container .card-content {
		width: 50%;
	}

	.benefit-section h2 {
		font-size: 32px;
		font-style: normal;
		font-weight: 350;
		line-height: 40px;
	}

	.benefit-section .benefit-sub-head {
		font-size: 16px;
		font-style: normal;
		font-weight: 350;
		line-height: 24px;
	}

	.benefit-card .image-container, .benefit-card .image-container img {
		width: 278px;
		height: 278px;
	}

	.transform-content h3 {
		font-size: 32px;
		font-style: normal;
		font-weight: 350;
		line-height: 40px;
	}

	.transform-content p {
		font-size: 20px;
		font-style: normal;
		font-weight: 350;
		line-height: 28px;
	}

	.routed-content-container .row-one, .routed-content-container .row-two {
		flex-direction: column-reverse;
		gap: 50px;
	}

	.routed-content-container .row-one .content h3, .routed-content-container .row-two .content h3 {
		font-size: 20px;
		font-style: normal;
		font-weight: 350;
		line-height: 28px;
	}

	.routed-content-container .row-one .content p, .routed-content-container .row-two .content p {
		font-size: 16px;
		font-style: normal;
		font-weight: 350;
		line-height: 24px;
	}

	.routed-content-container .row-one img, .routed-content-container .row-two img {
		max-width: unset;
		width: 100%;
	}

	.routed-section {
		padding: 70px 0 100px 0;
	}

	.routed-content-container .row-three h3 {
		font-size: 32px;
		font-style: normal;
		font-weight: 350;
		line-height: 40px;
	}

	.routed-content-container .row-three span {
		font-size: 16px;
		font-style: normal;
		font-weight: 350;
		line-height: 24px;
	}
}