html {
	font-size: 62.5%;
}

html body {
	font-family: 'Oracle Sans';
	font-size: 1.4rem;
	color: #000000;
}

body,
div,
section,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
	margin: 0px;
	padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
}

html body strong {
	font-weight: normal;
	font-family: 'Oracle Sans Bold';
}

body {
	background-color: #FBF9F8;
}

.optInBlock,
.privacy-text {
	font-size: 1.2rem;
}

.container {
	width: 1500px;
	max-width: 100%;
	margin: 0 auto;
}

.wrap {
	width: 1020px;
	max-width: 100%;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

header {
	padding: 26px 0 26px 0;
}

header .wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 24px;
}

.header-left {
	width: 619px;
	max-width: 100%;
}

.header-left h1 {
	color: #0B171F;
	font-family: 'Oracle Sans Bold';
	font-size: 56px;
	line-height: 1.05em;
	margin-top: 26px;
	margin-bottom: 0;
    font-weight: 400;
}

.header-left p {
	color: #0B171F;
	font-size: 30px;
    line-height: 1.15em;
    font-family: "Oracle Sans Semi Bold";
    font-weight: 400;
    margin: 10px 0 30px 0;
}

@media only screen and (max-width: 1019px) {
	.header-left {
		margin: 0 auto;
		display: block;
		order: 2;
	}

	.hl-desktop {
		display: none;
	}

	.header-left h1 br {
		display: none;
	}
}

.header-right {
	width: 340px;
	max-width: 100%;
}

.form-wrap {
	background-color: #ffffff;
	border-radius: 15px;
	padding: 20px 30px;
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.20);
	position: fixed;
	max-width: 100%;
	width: 340px;
	display: block;
        z-index: 3;
}

.form-header h3 {
	color: #2C5266;
	font-family: Georgia;
	font-size: 20px;
        line-height: 1.15em;
	font-style: italic;
	font-weight: 700;
	margin: 0 0 5px 0;
}

.form-header p {
	color: #000;
	font-size: 14px;
        line-height: 1.3em;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 1019px) {
	.header-right {
		width: 619px;
		margin: 0 auto;
		display: block;
		order: 1;
	}

	.form-wrap {
		position: relative;
		margin: 30px auto 20px auto;
	}
}

.hl-mobile {
	display: none;
}

.mob-title h2 {
	color: #0B171F;
	font-family: 'Oracle Sans Bold';
	font-size: 28px;
	line-height: 1.07em;
	margin-top: 30px;
	margin-bottom: 10px;
    font-weight: 400;
}

.mob-title p {
    font-size: 18px;
    font-weight: 400;
    font-family: "Oracle Sans Semi Bold";
    line-height: 1.15em;
    margin: 0 0 15px 0;
}

.mob-hero {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1019px) {
	.hl-mobile {
		display: block;
	}
}

.content1 {
	margin-top: 60px;
	text-align: left;
}

.content1 h2 {
	font-size: 3.0rem;
	font-family: 'Oracle Sans Semi Bold';
	margin-bottom: 8px;
	text-align: center;
	color: #0B171F;
}

.content1 p {
	font-size: 1.8rem;
}

.content1 .icons {
	display: flex;
	gap: 40px;
	align-items: stretch;
	margin-top: 40px;
}

.content1 .icon {
	width: calc(25% - 30px);
}

.content1 .icons img {
	margin-bottom: 20px;
}

.content1 .icons h3 {
	font-family: 'Oracle Sans Semi Bold';
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.content1 .icons p {
	font-size: 1.6rem;
	line-height: 1.46em;
}
.badge-section
 {
    display: flex;
    justify-content: center;
    align-items: center;
	padding-top:60px;
	gap:30px;
	flex-wrap: wrap;
}


.content2 {
	display: flex;
	margin-top: 60px;
	gap: 60px;
	align-items: center;
	justify-content: center;
}

.content3 {
	margin-top: 68px;
	text-align: center;
}

.content3 h2 {
	font-size: 3.2rem;
	font-family: 'Oracle Sans Semi Bold';
	margin-bottom: 36px;
}

.content3 .customer-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 20px 70px;
	margin-bottom: 36px;
}

.content3 .customer-logos img {
	max-height: 50px;
}

.content3 .cta {
	border-radius: 6px;
	background: #E18212;
	color: #fff;
	font-size: 1.8rem;
	font-family: 'Oracle Sans Semi Bold';
	display: inline-block;
	padding: 13px 26px;
}

.content5 {
	text-align: center;
	padding: 40px 0 0 0;
    margin: 15px 0 0 0;
}

.content5 h2 {
    font-family: "Oracle Sans Bold";
    font-size: 30px;
    font-weight: 700;
    color: #0B171F;
    margin: 0 0 27px 0;
    text-align: center;
}

.content5 .flex {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: stretch;
}

.content5-item {
	background-repeat: no-repeat;
	background-position-x: 5px;
	width: calc(33.33% - 10.66px);
	position: relative;
}

.content5-item::before {
	content: "";
	position: absolute;
	left: -15px;
	top: -25px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
	width: 75px;
	height: 75px;
	z-index: 0;
}

.content5-item:nth-child(1)::before {
	background-image: url("https://6262239.extforms.netsuite.com/c.6262239/portal/common/form/landing_pages/template_assets/MC-60438/images/icon5.png");
}

.content5-item:nth-child(2)::before {
	background-image: url("./images/icon-less-risk.png");
}

.content5-item:nth-child(3)::before {
	background-image: url("https://6262239.extforms.netsuite.com/c.6262239/portal/common/form/landing_pages/template_assets/MC-60438/images/icon7.png");
}

.content5-item h3 {
	color: #000;
	font-family: 'Oracle Sans Bold';
	font-size: 80px;
	margin: 0 0 15px 0;
	position: relative;
	z-index: 1;
	line-height: 1em;
}

.content5-item div {
	padding: 13px 19px 17px 19px;
	border-radius: 6px;
	background-color: #ffffff;
	color: #0B0B0B;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
	height: calc(100% - 95px);
	position: relative;
	z-index: 1;
    display: grid;
    align-items: center;
}

/* .content5-item:nth-child(1) div {
	background-color: #325C72;
}

.content5-item:nth-child(2) div {
	background-color: #467553;
}

.content5-item:nth-child(3) div {
	background-color: #AA643B;
} */

.content5-item p {
	color: #0B0B0B;
	font-size: 16px;
    line-height: 1.3em;
    font-family: "Oracle Sans";
    font-weight: 400;
    margin: 0;
}

.content5-item p strong {
    font-family: "Oracle Sans Bold";
    font-weight: 400;
}

@media(max-width:900px) {
	.content5-item {
		width: 201px;
        margin-bottom: 50px;
	}

    .content5-item:last-child {
        margin-bottom: 0;
    }

    .content5 .flex {
        flex-direction: column;
        align-items: center;
    }
}

.content4 {
	display: block;
	margin: 40px 0 56px 0;
}

.content4 .clrd-bx-itm {
	border-radius: 7px;
	background: #36293C;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
	padding: 16px;
	gap: 16px;
	width: calc(50% - 8px);
}

.content4 img {
	width: 63px;
}

.content4 .clrd-bx-txt * {
	color: #FFFFFF;
	font-size: 15px;
}

.content4 .clrd-bx-lst {
	gap: 16px;
}

.content4 .clrd-bx-itm:nth-child(2) {
	background: #62371F;
}

.content4 .clrd-bx-itm:nth-child(3) {
	background: #4F2B33;
}

.content4 .clrd-bx-itm:nth-child(4) {
	background: #253D2C;
}

.content4 h2 {
	font-family: "Oracle Sans Bold";
	font-size: 30px;
	font-weight: 700;
	color: #0B171F;
	margin: 0 0 27px 0;
	text-align: center;
}

@media only screen and (max-width: 1019px) {
	.content4 .clrd-bx-txt br {
		display: none;
	}

    .content4 h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 525px) {
    .content4 .clrd-bx-lst {
        flex-direction: column;
    }

    .content4 .clrd-bx-itm {
        width: 320px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        flex-direction: row;
    }

    .content4 h2 {
        text-align: center;
    }
}

footer {
	background-image: url("https://6262239.extforms.netsuite.com/c.6262239/portal/common/form/landing_pages/template_assets/MC-65151/images/footer-bg-wide.jpg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 100% 100%;
	color: #ffffff;
	padding-top: 44px;
	padding-bottom: 36px;
	font-size: 1.4rem;
	position: relative;

	* {
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		color: #ffffff;
		text-decoration: none;
		padding: 0;
		margin: 0;
	}
}

footer::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 8px;
	z-index: 2;
	background-image: url("./images/footer-strip.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	left: 0;
}

@media(max-width:850px) {
	.content1 .icons {
		flex-wrap: wrap;
	}

	.content1 .icon {
		width: 100%;
	}

	.content2 {
		flex-wrap: wrap;
	}
}


.form-wrapper form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	min-inline-size: unset;
}

.form-list {
	color: #312D2A;
}

.form-item {
	margin-bottom: 7px;
	position: relative;
}

.form-item .form-input {
	z-index: 2;
	position: relative;
}

.form-item .form-input input[type="text"],
.form-item .form-input input[type="email"],
.form-item .form-input input[type="phone"],
.form-item .form-input select {
	height: 35px;
	background-color: #FBF9F8;
	border: none;
	border-radius: 6px;
	padding: 5px 10px;
	width: 100%;
	font-size: 14px;
	line-height: 1.15em;
	font-family: 'Oracle Sans';
	outline: none;
}

.form-item .form-input input[type="text"]:focus,
.form-item .form-input input[type="email"]:focus,
.form-item .form-input input[type="phone"]:focus,
.form-item .form-input select:focus {
	outline: none;
}

.form-caption {
	font-size: 14px;
	line-height: 1.15em;
	color: #000000;
	position: absolute;
	padding: 0 2px;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
	opacity: 0.7;
	z-index: 3;
	pointer-events: none;
}

.opt-in-section {
	font-size: 11px;
	color: #616161;
}

.opt-in-section * {
	font-size: 11px;
	color: #616161;
	line-height: 1.3em;
}

.form-submit-btn input[type="submit"] {
	border-radius: 6px;
	background: #E18212;
	color: #ffffff;
	display: inline-block;
	width: 100%;
	border: none;
	padding: 10px;
	margin-top: 15px;
	font-size: 14px;
	font-family: 'Oracle Sans Semi Bold';
}

.form-wrap form {
	overflow: auto;
       max-height: 710px;
}

.clrd-mob-cta {
	display: none;
    text-align: center;
    margin: 27px 0 0 0;
}

.clrd-mob-cta a {
	border-radius: 6px;
    background: #E18212;
    color: #ffffff;
    display: inline-block;
    width: 280px;
    max-width: 100%;
    border: none;
    padding: 10px 5px;
    font-size: 14px;
    font-family: 'Oracle Sans Semi Bold';
    text-align: center;
}

@media only screen and (max-width: 1019px) {
	.form-wrap form {
		max-height: none;
	}

	.clrd-mob-cta {
		display: block;
	}
}