/* apfel-grotezk-latin-400-normal */
@font-face {
	font-family: 'Apfel Grotezk';
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: url(https://cdn.jsdelivr.net/fontsource/fonts/apfel-grotezk@latest/latin-400-normal.woff2) format('woff2'), url(https://cdn.jsdelivr.net/fontsource/fonts/apfel-grotezk@latest/latin-400-normal.woff) format('woff');
}

/* apfel-grotezk-latin-700-normal */
@font-face {
	font-family: 'Apfel Grotezk';
	font-style: normal;
	font-display: swap;
	font-weight: 700;
	src: url(https://cdn.jsdelivr.net/fontsource/fonts/apfel-grotezk@latest/latin-700-normal.woff2) format('woff2'), url(https://cdn.jsdelivr.net/fontsource/fonts/apfel-grotezk@latest/latin-700-normal.woff) format('woff');
}
u {
	text-decoration: underline 1.5px;
	text-underline-offset: 0.1em;
}
h1, h2, h3, h4 {
	font-family: 'Apfel Grotezk';
	text-align: center;
	color: black;
}
h1 {
	font-size: 5.5rem;
	line-height: 1em;
}
h2 {
	font-size: 4.5rem;
	line-height: 1em;
}
h3 {
	font-weight: bold;
	font-size: 3rem;
	line-height: 1.1em;
	margin-bottom: 15px;
}
h4 {
	font-size: 2.2rem;
	font-weight: bold;
}
h5, h6, p {
	font-family: "instrument-sans-variable", sans-serif;
	color: black;
}
h5 {
	font-weight: bold;
	font-size: 2rem;
}
h6 {
	font-size: 1.7rem;
}
.mb-4, .my-4 {
    margin-bottom: 2rem;
}
.finger-paint-regular {
	font-family: "Finger Paint", sans-serif !important;
	font-weight: 400;
	font-style: normal;
}
.text-blue {
	color: #022996 !important;
}
.text-red {
	color: #C90003 !important;
}
.text-grey {
	color: grey;
}
.text-lime {
	color: #F0FF6C;
}
.border-blue {
	border: 2px solid #022996;
}
.border-blue-bottom {
	border-bottom: 2px solid #022996;
}
.border-blue-left {
	border-left: 2px solid #022996;
}
.bg-blue {
	background-color: #022996 !important;
}
.bg-red {
	background-color: #C90003 !important;
}
.bg-lightgrey {
	background-color: #EFEFEF;
}
.bg-lightblue {
	background-color: #E4F3FF;
}
.bg-lime {
	background-color: #F0FF6C;
}
.bg-lime-border {
	background-color: #F0FF6C;
	border-left: 4px solid #022996;
}
.bg-white-border {
	background-color: white;
	border-left: 4px solid #022996;
}
.bg-white-border-lime {
	background-color: white;
	border-left: 4px solid #F0FF6C;
}
.bg-red-border {
	background-color: #FFE8E9;
	border-top: 4px solid #C90003;
}
.bg-lime-gradient {
	background: #F0FF6C;
	background: linear-gradient(180deg,rgba(240, 255, 108, 1) 1%, rgba(191, 225, 255, 1) 100%);
}
.bg-orange-gradient {
	background: #FFD400 !important;
	background: linear-gradient(180deg, rgba(255, 212, 0, 1) 1%, rgba(255, 170, 0, 1) 100%) !important;
}
p:last-child {
	margin-bottom: 0 !important;
}
.strikethrough-title {
	position: relative;
    color: #1a2a9659;
}
.strikethrough-title:before {
    content: '';
    border-bottom: 4px solid red;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.strikethrough-p {
    position: relative;
    color: #00000033;
}
.strikethrough-p:before {
    content: '';
    border-bottom: 0.1em solid red;
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.main-banner {
	background-image: url('https://tgenics-cdn.s3.amazonaws.com/scalevantage/scalevantage-sl-01.jpg');
	height: 630px;
	background-size: cover;
}
#img-negmargin {
	margin-top: -10rem;
}
.border-rounded-max {
	border-radius: 100px;
}
.border-rounded-corners {
	border-radius: 20px;
}
.border-rounded-bottom {
	border-radius: 0 0 150px 150px;
}
.text-icon {
	font-size: 2em;
}
.checklist, .dangerlist {
 	list-style: none;
	list-style-position: outside;
}
.checklist li, .dangerlist li {
	display: flex;
	align-items: flex-start;
}

.checklist li p, .dangerlist li p {
	line-height: 1.5em;
}
.checklist li:not(:last-child), .dangerlist li:not(:last-child) {
	margin-bottom: 30px;
}
.checklist li:before {
	font-family: 'Font Awesome\ 5 Free';
	content: '\f14a';
	font-weight: 900;
	font-size: 2rem;
	color: #022996 !important;
	margin-right: 15px;
	line-height: 1;
}
.checklist.white li:before {
	color: white !important;
}
.dangerlist li:before {
	font-family: 'Apfel Grotezk';
	content: '\21';
	font-weight: 900;
	font-size: 2rem;
	color: #C90003 !important;
	margin-right: 15px;
	line-height: 1;
}
.svg-icon {
	height: 60px;
}
.img-arrowclip {
	clip-path: polygon(
		0% 0%,       /* top left */
		100% 0%,     /* top right */
		100% 90%,    /* bottom right before arrow point */
		50% 100%,    /* bottom center point of arrow */
		0% 90%       /* bottom left before arrow point */
	  );
}
#img-bg01 {
	background-image: url("https://tgenics-cdn.s3.amazonaws.com/scalevantage/scalevantage-sl-07.jpg");
	background-size: cover;
	background-position-y: center;
}
.blue-box {
	background-color: #022996;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	margin-right: 20px;
}
@media (min-width: 992px) {
    .mb-lg-4, .my-lg-4 {
		margin-bottom: 2rem !important;
	}
	#pointer-row>div {
		min-height: 180px
	}
	#xmark-row>div {
		height: 150px
	}
}
@media (max-width: 768px) {
	h1 {
		font-size: 4rem;
	}
}
@media (min-width: 768px) {
	.mb-md-4, .my-md-4 {
		margin-bottom: 2rem !important;
	}
	.border-right-md-0 {
		border-right: 0;
	}
	.border-rounded-bottomright {
		border-radius: 0 0 70px;
		margin-left: -1px;
	}
	#blue-bleed:before {
		content: '';
		background-color: #022996;
		height: 100%;
		width: 50vw;
		position: absolute;
		right: 80%;
		z-index: 1;
	}
}

@media (max-width: 480px) {
	h1 {
		font-size: 2.7rem;
	}
	h2 {
		font-size: 2.2rem;
	}
	h3 {
		font-size: 2rem;
	}
	h4 {
		font-size: 1.8rem;
	}
	h5 {
		font-size: 1.4rem;
	}
	h6 {
		font-size: 1.2rem;
	}
	.main-banner {
		height: 400px
	}
	#img-negmargin {
		margin-top: -6rem;
	}
	.text-icon {
		font-size: 1.2em;
	}
	.border-x-sm-0 {
		border-left: 0;
		border-right: 0;
	}
	.border-y-sm-0 {
		border-top: 0;
		border-bottom: 0;
	}
	.checklist li:before {
		font-size: 1.5rem;
		line-height: 1.2;
	}
	.container.fw, .fw>.row>div, .fw.col-12 {
		padding: 0;
	}
	.fw>.row {
		margin: 0;
	}
	.svg-icon {
		height: 45px;
	}
	.border-rounded-bottom {
		border-radius: 0 0 50px 50px;
	}
	.img-arrowclip {
		clip-path: polygon(0% 0%, /* top left */ 100% 0%, /* top right */ 100% 95%, /* bottom right before arrow point */ 50% 100%, /* bottom center point of arrow */ 0% 95% /* bottom left before arrow point */);
	}
	.finger-paint-regular {
		font-size: 1.7em;
	}
	.blue-box {
		width: 50px;
		height: 50px;
		margin-right: 0px;
	}
	.cta-button h4 {
        font-size: 1.4rem;
    }
	.checklist li:not(:last-child), .dangerlist li:not(:last-child) {
		margin-bottom: 15px;
	}
}

.br-se, .br-12p, .br-xr, .br-14pm {

	display: none;
}

@media (min-width: 375px) and (max-width: 389px) {
	.br-se {
	display: block;
	}
}

@media (min-width: 390px) and (max-width: 413px) {
	.br-12p {
		display: block;
	}
}

@media (min-width: 414px) and (max-width: 429px) {
	.br-xr {
		display: block;
	}
}

@media (min-width: 430px) and (max-width: 767px) {
	.br-14pm {
		display: block;
	}
}