body {
	/* Set "my-sec-counter" to 0 */
	counter-reset: faq-item;
}
.carousel-item-list .center .card {
	box-shadow: 0px 4px 40px 5px rgba(0, 0, 0, 0.2);
}
.owl-item .slider-2-icon {
	background-image: url(/mc03/assets/images/structured-notes/slider/icon-2.png?v=20230130);
	background-size: cover;
}
.owl-item.center .slider-2-icon,
.owl-item:hover .slider-2-icon {
	background-image: url(/mc03/assets/images/structured-notes/slider/icon-2-hover.png);
	background-size: cover;
}
.owl-item .slider-1-icon {
	background-image: url(/mc03/assets/images/structured-notes/slider/icon-1.png?v=20230130);
	background-size: cover;
}
.owl-item.center .slider-1-icon,
.owl-item:hover .slider-1-icon {
	background-image: url(/mc03/assets/images/structured-notes/slider/icon-1-hover.png);
	background-size: cover;
}
.owl-item .slider-3-icon {
	background-image: url(/mc03/assets/images/structured-notes/slider/icon-3.png?v=20230130);
	background-size: cover;
}
.owl-item.center .slider-3-icon,
.owl-item:hover .slider-3-icon {
	background-image: url(/mc03/assets/images/structured-notes/slider/icon-3-hover.png);
	background-size: cover;
}
.owl-item .slider-4-icon {
	background-image: url(/mc03/assets/images/structured-notes/slider/icon-4.png?v=20230130);
	background-size: cover;
}
.owl-item.center .slider-4-icon,
.owl-item:hover .slider-4-icon {
	background-image: url(/mc03/assets/images/structured-notes/slider/icon-4-hover.png);
	background-size: cover;
}
.bannerHeader-LvTwo {
	font-size: 3.5rem !important;
}
h2.bannerHeader-LvOne {
	line-height: 0.75;
}
.fs-orange-50 {
	color: #fab283 !important;
}
.fs-underline {
	text-decoration: underline;
}
button.owl-prev {
	z-index: 100 !important;
}
button.owl-next {
	z-index: 100 !important;
}
.downloadWrapper .card-header.active .btn,
.downloadWrapper .card-header .btn.collapsed:hover {
	padding: 1.125rem 0 1.5625rem !important;
}
.downloadWrapper .card-header .btn {
	padding: 1.125rem 0 1.5625rem !important;
}

@media screen and (max-width: 525px) and (orientation: portrait) {
	.carousel-item-list .center .card {
		box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.05) !important;
	}
	.owl-item.active.center {
		transform: scale(1.0) !important;
	}
	.verticalItem {
		position: relative;
		top: 30vw !important;
	}
	.bannerIr {
		background: url(/mc03/assets/images/structured-notes/bg-banner-mobile.jpg?v=20230130-4) no-repeat !important;
		background-position-y: 45% !important;
		background-position-x: 40% !important;
		background-size: 100% auto !important;
	}
	.br-block-pt {
		display: block !important;
	}
	.padding-portrait {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.mobile-padding {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}

@media screen and (min-width: 724px) and (max-width: 1020px) and (orientation: portrait) {
	.bannerHeader-wrapper {
		height: 250px !important;
		line-height: 250px !important;
		text-align: right;
	}
	.bannerHeader-LvOne {
		font-size: 3.9375rem !important;
		color: #000;
		margin: 0;
	}
	.bannerHeader-LvTwo {
		font-size: 3.5rem !important;
	}
	.carousel-item-list .card {
		margin: 5px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1180px) and (orientation: portrait) {
	.carousel-item-list .card {
		margin: 5px;
	}
	.bannerHeader-wrapper {
		height: 320px !important;
		line-height: 320px !important;
		text-align: right;
	}
	.bannerHeader-LvOne {
		font-size: 3.9375rem !important;
		color: #000;
		margin: 0;
	}
	.bannerHeader-LvTwo {
		font-size: 3.5rem !important;
	}
}

@media screen and (min-width: 525px) and (max-width: 1024px) and (orientation: portrait) {
	.brand-carousel-gradient.left {
		left: 0;
		background: linear-gradient(90deg, rgb(255 255 255) 1.0%, rgba(0, 0, 0, 0) 90.44%);
		pointer-events: none;
	}
	.brand-carousel-gradient.right {
		right: 0;
		background: linear-gradient(270deg, rgb(255 255 255) 1.0%, rgba(0, 0, 0, 0) 90.44%);
		pointer-events: none;
	}
	.carousel-item-list .brand-carousel-gradient {
		position: absolute;
		top: 0;
		width: 250px;
		height: 100%;
		z-index: 10;
	}
	button.owl-prev {
		left: 5% !important;
	}
	button.owl-next {
		right: 5% !important;
	}
}

@media (min-width: 1366px) {
	.bannerHeader-LvTwo {
		font-size: 5.5rem !important;
	}
	.carousel-item-list .owl-item:not(.center) .card:hover {
		box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.15);
	}
	.carousel-item-list .card:hover {
		height: 430px;
		border: 1px solid rgb(217, 217, 217, 0.5);
		background: #FAFBFC;
		transform: scale(1.08) !important;
	}
	.carousel-item-list .card {
		transition: transform 330ms ease-in-out;
	}
	.carousel-item-list .brand-carousel-gradient {
		position: absolute;
		top: 0;
		width: 350px;
		height: 100%;
		z-index: 10;
	}
	.brand-carousel-gradient.left {
		left: 0;
		background: linear-gradient(90deg, rgb(255 255 255) 1.0%, rgba(0, 0, 0, 0) 90.44%);
		pointer-events: none;
	}
	.brand-carousel-gradient.right {
		right: 0;
		pointer-events: none;
		background: linear-gradient(270deg, rgb(255 255 255) 1.0%, rgba(0, 0, 0, 0) 90.44%);
	}
	.li-left {
		margin-left: 80px;
		padding-right: 80px;
	}
	.carousel-item-list .card {
		height: 430px;
		border-radius: 20px;
		margin: 0px 10px;
	}
	button.owl-prev {
		left: -5% !important;
	}
	button.owl-prev:hover {
		left: -5% !important;
	}
	button.owl-next {
		right: -5% !important;
	}
	button.owl-next:hover {
		right: -5% !important;
	}
}

@media screen and (min-width: 1100px) and (max-width: 1280px) and (orientation: landscape) {
	.carousel-item-list .brand-carousel-gradient {
		position: absolute;
		top: 0;
		width: 350px;
		height: 100%;
		z-index: 10;
	}
	.brand-carousel-gradient.left {
		left: 0;
		background: linear-gradient(90deg, rgb(255 255 255) 1.0%, rgba(0, 0, 0, 0) 90.44%);
		pointer-events: none;
	}
	.brand-carousel-gradient.right {
		right: 0;
		background: linear-gradient(270deg, rgb(255 255 255) 1.0%, rgba(0, 0, 0, 0) 90.44%);
		pointer-events: none;
	}
	button.owl-prev {
		left: -5% !important;
	}
	button.owl-prev:hover {
		left: -5% !important;
	}
	button.owl-next {
		right: -5% !important;
	}
	button.owl-next:hover {
		right: -5% !important;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
	.carousel-item-list .card {
		margin: 5px;
	}
	.bannerHeader-LvOne {
		font-size: 4.5375rem !important;
		color: #000;
		margin: 0;
	}
	.bannerHeader-LvTwo {
		font-size: 3.2rem !important;
	}
	.bannerHeader-wrapper {
		height: 350px !important;
		line-height: 350px !important;
		text-align: right;
	}
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
	.bannerHeader-LvOne {
		font-size: 3.9375rem !important;
		color: #000;
		margin: 0;
	}
	.bannerHeader-LvTwo {
		font-size: 2.9rem !important;
	}
	.bannerHeader-wrapper {
		height: 280px !important;
		line-height: 280px !important;
		text-align: right;
	}
	.brand-carousel-gradient.left {
		left: 0;
		background: linear-gradient(90deg, rgb(255 255 255) 1.0%, rgba(0, 0, 0, 0) 90.44%);
		pointer-events: none;
	}
	.brand-carousel-gradient.right {
		right: 0;
		pointer-events: none;
		background: linear-gradient(270deg, rgb(255 255 255) 1.0%, rgba(0, 0, 0, 0) 90.44%);
	}
	.carousel-item-list .brand-carousel-gradient {
		position: absolute;
		top: 0;
		width: 150px;
		height: 100%;
		z-index: 10;
	}
	button.owl-prev {
		left: 5% !important;
	}
	button.owl-next {
		right: 5% !important;
	}
	.box-header {
		height: 40px !important;
	}
	.carousel-item-list .card {
		height: 350px !important;
		margin: 5px;
	}
	.carousel-item-list .card .card-img-top {
		width: 80px !important;
		height: 80px !important;
	}
}

@media (max-width: 1366px) {
	.bannerIr {
		background-position-x: 30% !important;
	}
	.bg-section2 .container-fluid {
		padding-right: 0px;
		padding-left: 0px;
	}
	.bg-section4 {
		background-size: 150% 150% !important;
	}
	.li-left {
		margin-left: 20px;
		padding-right: 20px;
	}
	.mobile-fix {
		padding-left: 0px !important;
		padding-right: 30px !important;
	}
	ul .item-1::before {
		content: "";
		display: block;
		width: 64px !important;
		height: 64px !important;
		background: url(/mc03/assets/images/structured-notes/icon/item-1.png) no-repeat !important;
		background-size: 64px 64px !important;
		padding-right: 64px !important;
	}
	ul .item-2::before {
		content: "";
		display: block;
		width: 64px !important;
		height: 64px !important;
		background: url(/mc03/assets/images/structured-notes/icon/item-2.png) no-repeat !important;
		background-size: 64px 64px !important;
		padding-right: 64px !important;
	}
	ul .item-3::before {
		content: "";
		display: block;
		width: 64px !important;
		height: 64px !important;
		background: url(/mc03/assets/images/structured-notes/icon/item-3.png) no-repeat !important;
		background-size: 64px 64px !important;
		padding-right: 64px !important;
	}
	ul .item-4::before {
		content: "";
		display: block;
		width: 64px !important;
		height: 64px !important;
		background: url(/mc03/assets/images/structured-notes/icon/item-4.png) no-repeat !important;
		background-size: 64px 64px !important;
		padding-right: 64px !important;
	}
	ul .item-5::before {
		content: "";
		display: block;
		width: 64px !important;
		height: 64px !important;
		background: url(/mc03/assets/images/structured-notes/icon/item-5.png) no-repeat !important;
		background-size: 64px 64px !important;
		padding-right: 64px !important;
	}
}

@media (max-width: 767px) {
	ul.section-3-item {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.bg-section3 {
		border-radius: 20px 20px 0px 0px;
		background: url(/mc03/assets/images/structured-notes/bgsection-3-mobile.png?v=20233001), no-repeat !important;
		background-size: cover !important;
		background-position-x: 62% !important;
	}
	.bg-section4 {
		border-radius: 20px 20px 0px 0px;
		background: url(/mc03/assets/images/structured-notes/bgsection-4-mobile.png), lightgray -136.26px -217.668px / 165.415% 104.047% no-repeat !important;
		background-size: cover !important;
		background-position-x: 62% !important;
	}
	.img-pdf-grey {
		float: none !important;
		display: block;
		position: relative;
		margin: auto;
	}
	.center-download {
		text-align: center;
	}
	.mobile-fix {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	ul .item-1::before {
		content: "";
		display: block;
		width: 48px !important;
		height: 48px !important;
		padding-right: 60px !important;
		background: url(/mc03/assets/images/structured-notes/icon/item-1.png) no-repeat !important;
		background-size: 48px 48px !important;
	}
	ul .item-2::before {
		content: "";
		display: block;
		width: 48px !important;
		height: 48px !important;
		padding-right: 60px !important;
		background: url(/mc03/assets/images/structured-notes/icon/item-2.png) no-repeat !important;
		background-size: 48px 48px !important;
	}
	ul .item-3::before {
		content: "";
		display: block;
		width: 48px !important;
		height: 48px !important;
		padding-right: 60px !important;
		background: url(/mc03/assets/images/structured-notes/icon/item-3.png) no-repeat !important;
		background-size: 48px 48px !important;
	}
	ul .item-4::before {
		content: "";
		display: block;
		width: 48px !important;
		height: 48px !important;
		padding-right: 60px !important;
		background: url(/mc03/assets/images/structured-notes/icon/item-4.png) no-repeat !important;
		background-size: 48px 48px !important;
	}
	ul .item-5::before {
		content: "";
		display: block;
		width: 48px !important;
		height: 48px !important;
		padding-right: 60px !important;
		background: url(/mc03/assets/images/structured-notes/icon/item-5.png) no-repeat !important;
		background-size: 48px 48px !important;
	}
	.li-section-1 {
		display: flex;
		width: 100% !important;
		height: 100px !important;
		padding: 0px 10px !important;
		margin-bottom: 10px !important;
		margin-left: 0px !important;
		align-items: center;
		gap: 0px !important;
		border-radius: 50px 20px 20px 50px !important;
		background: #FFF;
		font-weight: 100;
		line-height: 1.0 !important;
		font-size: 24px !important;
	}
}

.box-header {
	width: 100%;
	height: 80px;
}
.img-pdf-grey {
	float: right;
}
.center-download {
	padding-top: 20px;
	justify-content: left;
	align-items: center;
	width: 100%;
	height: 100%;
}
.card-body {
	position: relative;
}
.text-item {
	margin-left: 48px;
}
.circle::before {
	counter-increment: faq-item;
	content: counter(faq-item);
	border-radius: 50%;
	width: 36px;
	height: 36px;
	background: #f4762b;
	color: white;
	text-align: center;
	line-height: 1.1;
	display: inline-block;
	margin-right: 8px;
	position: absolute;
	top: 25px;
}
.bannerHeader-LvOne {
	line-height: 0.9;
}
.text-title {
	font-size: 26px;
	color: #fab283 !important;
}
.sub-grey {
	color: #6D6E71;
	font-family: "DB Heavent";
	font-size: 25px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
}
.form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0;
	font-size: 1.468rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #ffffff00;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-width: 0 0 1px 0;
	border-radius: 0;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.bg-white {
	background: white;
}
.owl-item {
	padding: 0px 8px !important;
}
button.owl-prev {
	position: absolute;
	top: 45%;
	left: 0%;
	width: 40px;
	height: 40px;
	background: rgba(217, 217, 217, 0.3) !important;
	border-radius: 90%;
	color: rgba(109, 110, 113, 0.3) !important;
	line-height: 2.0 !important;
}
button.owl-prev:hover {
	position: absolute;
	top: 45%;
	left: 0%;
	width: 40px;
	height: 40px;
	background: rgba(217, 217, 217, 0.6) !important;
	border-radius: 90%;
	color: rgba(109, 110, 113, 0.6) !important;
	line-height: 2.0 !important;
}
button.owl-next {
	position: absolute;
	top: 45%;
	right: 0%;
	width: 40px;
	height: 40px;
	background: rgba(217, 217, 217, 0.3) !important;
	border-radius: 90%;
	color: rgba(109, 110, 113, 0.3) !important;
	line-height: 2.0 !important;
}
button.owl-next:hover {
	position: absolute;
	top: 45%;
	right: 0%;
	width: 40px;
	height: 40px;
	background: rgba(217, 217, 217, 0.6) !important;
	border-radius: 90%;
	color: rgba(109, 110, 113, 0.6) !important;
	line-height: 2.0 !important;
}
.center {
	position: relative !important;
	top: 0px !important;
	left: 0px !important;
}
.carousel-item-list {
	position: relative;
	margin-top: 30px;
}
.carousel-item-list h2 {
	font-size: 30px;
	text-align: center;
	color: #333;
	margin-bottom: 50px;
}
.carousel-item-list .owl-stage-outer {
	padding: 100px 0;
}
.carousel-item-list .owl-nav {
	display: block !important;
}
.carousel-item-list .owl-dots {
	text-align: center;
}
.carousel-item-list .owl-dots span {
	position: relative;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	display: block;
	background: #D9D9D9;
	border: 2px solid #D9D9D9;
	margin: 0 5px;
}
.carousel-item-list .owl-dots .active {
	box-shadow: none;
}
.carousel-item-list .owl-dots .active span {
	position: relative;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	display: block;
	background: #6973A0 !important;
	border: 2px solid #6973A0;
	margin: 0 5px;
}
.carousel-item-list .card {
	height: 430px;
	border-radius: 20px;
	border: 1px solid rgb(217, 217, 217, 0.5);
	background: #FAFBFC;
	box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, 0.05);
}
.owl-item.active.center {
	transform: scale(1.05);
}
.owl-item .card .more-info {
	color: #6D6E71 !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 100;
	line-height: 28px;
	margin-top: 20px;
	text-decoration: underline;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
}
.owl-item .card .list .more-info {
	position: static;
}
.owl-item.center .card .more-info,
.owl-item:hover .card .more-info {
	color: #F37021 !important;
}
.carousel-item-list .card .card-img-top {
	max-width: 100px;
	border-radius: 50%;
	margin: -55px auto 0;
	box-shadow: 0 8px 20px -4px #95abbb;
	width: 100px;
	height: 100px;
}
.carousel-item-list .card h5 {
	color: #01b0f8;
	font-size: 21px;
	line-height: 1.3;
}
.carousel-item-list .card h5 span {
	font-size: 18px;
	color: #666;
}
.carousel-item-list .card p,
.carousel-item-list .card .card-text {
	font-size: 20px;
	font-style: normal;
	font-weight: 100;
	line-height: 28px;
	line-height: 1.25;
	font-family: "DB Heavent";
	color: black !important;
	padding-bottom: 15px;
	margin-top: 20px;
}
.carousel-item-list .active {
	opacity: 1.0;
	transition: all 0.3s;
}
.carousel-item-list .center {
	opacity: 1;
}
.carousel-item-list .center h5 {
	font-size: 24px;
}
.carousel-item-list .center h5 span {
	font-size: 20px;
}

@media (max-width: 767px) {
	.carousel-item-list {
		margin-top: 20px;
	}
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	outline: 0;
}
.owl-carousel button.owl-dot {
	outline: 0;
}
.margin-center {
	padding: 0% 5%;
}
ul.section-3-item {
	counter-reset: li;
	list-style-type: none;
}
ul.section-3-item li {
	position: relative;
	padding: 5px 0 5px 50px;
}
ul.section-3-item li:before {
	content: counter(li);
	counter-increment: li;
	height: 32px;
	width: 32px;
	background: #F37021 !important;
	border-radius: 50%;
	color: white;
	text-align: center;
	position: absolute;
	left: 0;
	top: 7px;
}
.li-section-1 {
	display: flex;
	width: 90%;
	height: 100px;
	padding: 0px 10px;
	margin: 24px;
	align-items: center;
	gap: 24px;
	border-radius: 50px 20px 20px 50px;
	background: #FFF;
	font-family: "DB Heavent";
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
	/* 160% */
}
ul .item-1::before {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	background: url('/mc03/assets/images/structured-notes/icon/item-1.png');
}
ul .item-2::before {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	background: url('/mc03/assets/images/structured-notes/icon/item-2.png');
}
ul .item-3::before {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	background: url('/mc03/assets/images/structured-notes/icon/item-3.png');
}
ul .item-4::before {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	background: url('/mc03/assets/images/structured-notes/icon/item-4.png');
}
ul .item-5::before {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	background: url('/mc03/assets/images/structured-notes/icon/item-5.png');
}
input.form-control {
	font-size: 24px;
}
.downloadWrapper .card-header.active .btn,
.downloadWrapper .card-header .btn.collapsed:hover {
	font-family: "DB Heavent Ori Med" !important;
	font-weight: 100 !important;
}
.downloadWrapper .card-header .btn {
	font-family: "DB Heavent Ori Med";
}
.bg-section1 {
	background: url(/mc03/assets/images/structured-notes/bgsection-1.png) no-repeat;
	background-position-x: center;
	background-size: cover;
}
.bg-section2 {
	background: linear-gradient(180deg, #FFF 20.76%, rgba(255, 255, 255, 0.00) 46.52%, #FFF 79.01%), url(/mc03/assets/images/structured-notes/bgsection-2.png), lightgray -1132.859px 453.42px / 218.006% 74.003% no-repeat;
	flex-shrink: 0;
	background-position-x: center;
	background-size: cover;
}
.bg-section3 {
	border-radius: 20px 20px 0px 0px;
	background: url(/mc03/assets/images/structured-notes/bgsection-3.png?v=20230130), lightgray -186.643px -7.63px / 151.956% 169.657% no-repeat;
	background-position-x: 95%;
	background-position-y: 60%;
}
.bg-section4 {
	border-radius: 20px 20px 0px 0px;
	background: url(/mc03/assets/images/structured-notes/bgsection-4.png), lightgray -136.26px -217.668px / 165.415% 104.047% no-repeat;
	background-position-x: 60%;
	background-size: 125%;
	/* Temporary fixed */
}
.bannerIr {
	background: url(/mc03/assets/images/structured-notes/bg-banner.png) no-repeat;
	background-position-x: center;
	background-size: cover;
}
.form-control::placeholder {
	opacity: 0.6;
}
.download-program .card:last-child,
.download-manual .card:last-child,
.download-application .card:last-child,
.download-form .card:last-child {
	padding: 0;
}
.downloadWrapper .card-header {
	background: #F5F5F5 !important;
}
.header {
	position: relative;
	text-align: center;
	background-image: url(../../uploads/bg/background-8.jpg);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: center;
	background-size: 100vw auto;
	background-blend-mode: darken;
	color: black;
}
.fs-bg-orange-b {
	background-color: #F37021;
	border-radius: 900px 900px;
	transition-property: transform, box-shadow;
	transition-duration: .6s;
	padding: 2px 0px;
}
.fs-bg-orange-b:hover {
	transform: scale(1.05);
}
.flex {
	display: flex;
	justify-content: right;
	align-items: center;
	text-align: right;
}
.inner-header {
	height: 35vh;
	width: 100%;
	margin: auto;
}

@media screen and (min-width: 328px) and (max-width: 992px) and (orientation:portrait) {
	.header {
		background-size: 180vw auto;
	}
	.flex {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.inner-header {
		height: 35vh;
		width: 100%;
		margin: auto;
	}
}