html,
body {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

:root {
	/* --text-color: white; */
	--gray: #ccc;
	--erply-blue: #ccc;
	/* --erply-dark: #1E2833; */
	--erply-yellow: #ccc;
}

* * {
	color: var(--text-color)
}

select,
select * {
	color: black
}

.stack {
	display: flex;
	flex-direction: column;
	padding: 12px;
}

.slogan {
	color: #096DF2;
	leading-trim: both;
	text-edge: cap;
	font-family: Onest;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: -0.32px;
	text-transform: uppercase;
	display: flex;
}


/* .glass {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	width: 700px;
	z-index: 0;
} */

input {
	color: black;
}


.slide {
	max-width: 100%;
	width: 100%;
}

.stack-heading {
	font-size: 20px;
	margin-bottom: 20px;
	margin-left: 24px;
}

.stack-heading-wrapper {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	margin-left: -13px;
	margin-right: -13px;
}


.breadcrumbs {
	border-radius: 50px;
	display: flex;
	width: 30rem;
	align-items: center;
	overflow: hidden;
}


input,
select {
	border-radius: 5px;
	height: 2rem;
	padding-left: .5rem;
	border: 1px solid var(--gray);
}

.divider {
	height: 1px;
	background-color: var(--gray);
	width: 100%;
}


.row {
	display: flex;
	flex-direction: row !important;
	justify-content: center;
}

a {
	text-decoration: none
}

.passed {
	background: rgba(200, 200, 200, 0.1)
}

.current {
	background: rgba(0, 0, 0, .1)
}

.crumb {
	cursor: pointer;
	text-align: center;
	width: 75%;
	padding: 1rem;
	color: var(--text-color);
}


.slides_container {
	position: relative;
	display: flex;
	width: 100%;
	max-width: 50rem;
	flex-direction: row;
	align-items: center;
}

.button_container {
	width: max-content;
	display: flex;
	gap: 1rem;
	margin-bottom: 1rem;
}

:root {
	/* --text-color: white; */
	--gray: #ccc;
	--erply-blue: #ccc;
	/* --erply-dark: #1E2833; */
	--erply-yellow: #ccc;
}

* * {
	color: var(--text-color)
}

body {
	position: relative;
	height: 100%;
}

.main {
	min-height: 200px;
	height: 100vh;
}

.stack {
	display: flex;
	flex-direction: column;
}

input,
select {
	border-radius: 5px;
	height: 2rem;
	padding-left: .5rem;
	border: 1px solid #ccc;
}


.stack-sm {
	display: flex;
	flex-direction: column;
	gap: .2rem;
	margin-bottom: 2rem;
}

.glass {
	/* background: rgba(255, 255, 255, 0.2); */
	/* backdrop-filter: blur(5px); */
	/* -webkit-backdrop-filter: blur(5px); */
	/* border: 1px solid rgba(255, 255, 255, 0.3); */
	margin-top: 32px;
	margin-bottom: 32px;
	width: 554px;
	height: auto;
	margin-right: 44px;
	/* border-radius: 8px; */
	/* background: #FFF; */
	/* box-shadow: 0px 0px 0px 1px rgba(2, 25, 56, 0.05), 0px 1px 2px 0px rgba(2, 25, 56, 0.15), 0px 2px 4px -1px rgba(2, 25, 56, 0.10); */
}


.glass3 {
	/* background: rgba(255, 255, 255, 0.2); */
	/* backdrop-filter: blur(5px); */
	/* -webkit-backdrop-filter: blur(5px); */
	/* border: 1px solid rgba(255, 255, 255, 0.3); */
	margin-top: 32px;
	margin-bottom: 32px;
	width: 654px;
	height: auto;
	margin-right: 44px;
	/* border-radius: 8px; */
	/* background: #FFF; */
	/* box-shadow: 0px 0px 0px 1px rgba(2, 25, 56, 0.05), 0px 1px 2px 0px rgba(2, 25, 56, 0.15), 0px 2px 4px -1px rgba(2, 25, 56, 0.10); */
}

button:not(.dropbtn) {
	border: 1px solid black;
	border-radius: 50px;
	text-transform: uppercase;
	text-align: center;
	align-self: center;
	cursor: pointer;
	border-radius: 100px;
}

h1 {

	margin-bottom: 1rem;
	margin-top: 10px;
}

h2 {
	margin-top: 10px;
	font-size: medium;
}


label {
	font-weight: 500;
	line-height: 20px;
	margin-top: 18px;
}

.req {
	font-size: 14px;
}

.signup {
	flex: 1;
}

.row {
	display: flex;
	flex-direction: row !important;
	justify-content: space-around;
	align-items: center;
	margin-left: 0px;
	height: 100%;
}

label {
	font-size: 13px;
}

.intro_wrapper {
	display: flex;
	width: 36rem;
	flex-direction: row;
	padding: 2rem;
}

.intro_text_wrapper p {
	margin-top: .69rem;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -.03rem;
}

.intro_text_wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin: 3rem 0;
}

.questionnaire {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 3rem;
}


.signup .row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	gap: 5rem;
}

.mainTitle {
	color: var(--text-loud);
	font-family: Onest;
	font-size: 5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: -.17188rem;
}

.intro_text_wrapper>li {
	list-style-position: inside;
	text-indent: -2.5em;
}


li span {
	font-size: 16px;
}

.nextButton {
	display: flex;
	justify-content: flex-end;
}


@media only screen and (max-width: 809px) {
	/* .glass {
		margin-left: 2rem;
	} */

	.intro_wrapper {
		padding: 1rem;
	}

	.signup .row {
		flex-wrap: wrap;
		gap: 0.5rem;
	}
}

select {
	width: 100%;
}

input[type=text], input[type=email] {
	width: 100%;
}

input[type=checkbox] {
	width: 1.2rem;
}

.blueHighlight {
	color: #096df2;
}

.hiddenDiv {
	display: none;
}

textarea {
	width: 100%;
	padding-left: .5rem;
	padding-top: .5rem;
	border-radius: 5px;
	border: 1px solid #ccc;
}

/* Final form */

.wrapper1 {
	max-width: 75rem;
	margin-inline: auto;
	padding-inline: 1rem;
}

.form-container1 {
	margin-inline: auto;
	padding-block: 5rem;
	width: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.form {
	display: flex;
	flex-direction: column;
	border-radius: 1.5rem;
	width: 100%;
	max-width: 31.9rem;
	margin-inline: auto;
	flex-grow: 1;
	padding: 2.625rem;
	background: #fff;
	box-shadow: 0 8px 16px -8px #042b721f, 0 4px 8px -4px #042b721f, 0 2px 4px -2px #042b721f, 0 1px 2px #042b721f, 0 0 0 1px #042b721a, 0 14px 28px #dfe7f5;
	transition: all .25s cubic-bezier(.77, 0, .175, 1);
	position: relative;
}

.heroTitle {
	font-size: 2.5rem;
}

.form__control1 {
	margin-top: 1.75rem;
}

.formBtn {
	margin: 1rem 7rem;
}

li {
	margin-left: 1.5rem;
	margin-top: 4px;
}

.image-text__content > ul > li {
	color: var(--text-normal);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
		margin-left: 0;
	line-height: 150%;
	letter-spacing: -.03rem;
}

.cta {
	display: flex;
	background: var(--background-elevated);
	text-align: center;
	overflow: hidden;
	padding-block: 2rem !important;
}

@media (min-width: 768px) {
	.container {
		--defaultPadding: 4.688rem;
	}
}

.copy--centered1 {
	text-align: center;
	max-width: none !important;
}

.ctaTitle {
	font-size: 2.5rem;
}

.company {
	object-fit: contain;
}

.intro_text_wrapper > ul > li {
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	margin-left: 0;
	line-height: 150%;
	letter-spacing: -.03rem;
}

.emoji {
	margin-right: 6px;
	font-size: 22px;
}

.mainH2 {
	color: var(--text-loud);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: -.0625rem;
}

.article__sidebar__tag {
	transform: none !important;
}

.iconStyle::before {
	color: #096df2;
	font-size: 2.2rem;
}

.extraMargin{
	margin-top: 0.69rem;
}

.signupContainer {
	display: flex;
}

circle {
	scale: 28;
	position: absolute;
	transform: translate(1%, 2.6rem);
	fill: #d5e4fd;
}

svg {
	z-index: -1;
}

.footer {
	background: white;
}


@media only screen and (max-width: 856px) {
	.signupContainer {
		flex-wrap: wrap;
		justify-content: center;
	}
}

#alertBox {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 2rem;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	display: none;

	height: 30vh;
	width: 35vw;
	min-width: 230px;



	justify-content: center;
	align-items: center;
	flex-direction: column;
}

#successAlert {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 75%;
}


.icon-Checkmark-Round::before {
	font-size: 4rem;
	color: #32de84;
	font-weight: 1000;
}

.alert__message {
	margin-top: .69rem;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	letter-spacing: -.03rem;
}

.alert__title {
	text-align: center;
}


@media only screen and (max-width: 486px) {
  .glass {
    margin-right: 0;
  }

    .glass3 {
    margin-right: 0;
  }

  .faq__item {
	margin-left: 0;
  }

  .bottomSvg {
	height: 1px;
  }

  .article__content__sidebar__mobile {
	display: none;
  }

  .article {
	padding-block: 2rem !important;
  }

  .companyList {
	gap: 0;
	padding: 0;
  }

  .companyList > img {
	height: 150px;
	width: 150px;
  }
}






/* Icons */

@font-face {
	font-family: "erply-iconfont";
	src: url("https://assets.erply.com/global/fonts/erply-iconfont/erply-iconfont.eot?bm9age");
	src: url("https://assets.erply.com/global/fonts/erply-iconfont/erply-iconfont.eot?bm9age#iefix") format("embedded-opentype"), url("https://assets.erply.com/global/fonts/erply-iconfont/erply-iconfont.woff2?bm9age") format("woff2"), url("https://assets.erply.com/global/fonts/erply-iconfont/erply-iconfont.ttf?bm9age") format("truetype"), url("https://assets.erply.com/global/fonts/erply-iconfont/erply-iconfont.woff?bm9age") format("woff"), url("https://assets.erply.com/global/fonts/erply-iconfont/erply-iconfont.svg?bm9age#erply-iconfont") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "erply-iconfont", serif !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: large;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-Action:before {
	content: "\ea6a";
}

.icon-Calculator:before {
	content: "\ea6b";
}

.icon-Calendar-Today:before {
	content: "\ea6c";
}

.icon-Chevron-Fold-Small:before {
	content: "\ea6d";
}

.icon-Chevron-Unfold-Small:before {
	content: "\ea6e";
}

.icon-Color:before {
	content: "\ea6f";
}

.icon-Contrast:before {
	content: "\ea70";
}

.icon-Document-Csv:before {
	content: "\ea71";
}

.icon-Document-Dollar-Plus:before {
	content: "\ea72";
}

.icon-Document-Quote-Plus:before {
	content: "\ea73";
}

.icon-Document-Text-Plus:before {
	content: "\ea74";
}

.icon-Document-To-Do-Plus:before {
	content: "\ea75";
}

.icon-Document-Upload:before {
	content: "\ea76";
}

.icon-E:before {
	content: "\ea77";
}

.icon-Filter-Off-3-Lines:before {
	content: "\ea78";
}

.icon-Filter-Off-4-Lines:before {
	content: "\ea79";
}

.icon-Filter-On-3-Lines:before {
	content: "\ea7a";
}

.icon-Filter-On-4-Lines:before {
	content: "\ea7b";
}

.icon-Layout:before {
	content: "\ea7c";
}

.icon-Logo:before {
	content: "\ea7d";
}

.icon-Percentage:before {
	content: "\ea7e";
}

.icon-Person-1-Card:before {
	content: "\ea7f";
}

.icon-Person-2-Card:before {
	content: "\ea80";
}

.icon-Person-3-Card:before {
	content: "\ea81";
}

.icon-Phone-Invoice:before {
	content: "\ea82";
}

.icon-Print-Ok:before {
	content: "\ea83";
}

.icon-Progress:before {
	content: "\ea84";
}

.icon-QR:before {
	content: "\ea85";
}

.icon-Resize-Larger:before {
	content: "\ea86";
}

.icon-Resize-Smaller:before {
	content: "\ea87";
}

.icon-Text-Size:before {
	content: "\ea88";
}

.icon-Vehicle-Car-Front-2:before {
	content: "\ea89";
}

.icon-Vehicle-Truck-Front-2:before {
	content: "\ea8a";
}

.icon-Drawer-in:before {
	content: "\ea67";
}

.icon-Drawer-out:before {
	content: "\ea68";
}

.icon-Drawer:before {
	content: "\ea69";
}

.icon-Box-Filled:before {
	content: "\ea61";
}

.icon-Calendar-Day:before {
	content: "\ea62";
}

.icon-Document-Dollar-Filled:before {
	content: "\ea63";
}

.icon-Calendar-Month:before {
	content: "\ea64";
}

.icon-Person-3-Default-Filled:before {
	content: "\ea65";
}

.icon-Calendar-Week:before {
	content: "\ea66";
}

.icon-Wrench:before {
	content: "\ea60";
}

.icon-Edit-Clipboard:before {
	content: "\ea5f";
}

.icon-Puzzle:before {
	content: "\ea4e";
}

.icon-Theme-Light:before {
	content: "\ea4f";
}

.icon-Edit-Vehicle:before {
	content: "\ea50";
}

.icon-Edit-Code:before {
	content: "\ea51";
}

.icon-Edit-Invoice:before {
	content: "\ea52";
}

.icon-Edit-Todo:before {
	content: "\ea53";
}

.icon-Edit-Sheet:before {
	content: "\ea54";
}

.icon-Edit-Text:before {
	content: "\ea55";
}

.icon-Edit-MenuGrid:before {
	content: "\ea56";
}

.icon-Edit-Stopwatch:before {
	content: "\ea57";
}

.icon-Edit-MenuList:before {
	content: "\ea58";
}

.icon-Theme-Dark:before {
	content: "\ea59";
}

.icon-Signature:before {
	content: "\ea5a";
}

.icon-Edit-Cheque:before {
	content: "\ea5b";
}

.icon-Edit-Person:before {
	content: "\ea5c";
}

.icon-Edit-Calendar:before {
	content: "\ea5d";
}

.icon-Edit-List:before {
	content: "\ea5e";
}

.icon-Edit-Coupon:before {
	content: "\ea4d";
}

.icon-Clipboard:before {
	content: "\ea4c";
}

.icon-Alert-Circle-Filled:before {
	content: "\e900";
}

.icon-Alert-Circle:before {
	content: "\e901";
}

.icon-Alert-Octagon-Filled:before {
	content: "\e902";
}

.icon-Alert-Octagon:before {
	content: "\e903";
}

.icon-Alert-Triangle-Filled:before {
	content: "\e904";
}

.icon-Alert-Triangle:before {
	content: "\e905";
}

.icon-Anchor:before {
	content: "\e906";
}

.icon-Arrow-Down-Circle-Filled:before {
	content: "\e907";
}

.icon-Arrow-Down-Circle:before {
	content: "\e908";
}

.icon-Arrow-Down:before {
	content: "\e909";
}

.icon-Arrow-Forward:before {
	content: "\e90a";
}

.icon-Arrow-Left-Circle-Filled:before {
	content: "\e90b";
}

.icon-Arrow-Left-Circle:before {
	content: "\e90c";
}

.icon-Arrow-Left:before {
	content: "\e90d";
}

.icon-Arrow-Move-Horizontal:before {
	content: "\e90e";
}

.icon-Arrow-Move-Vertical:before {
	content: "\e90f";
}

.icon-Arrow-Move:before {
	content: "\e910";
}

.icon-Arrow-Refresh:before {
	content: "\e911";
}

.icon-Arrow-Reload:before {
	content: "\e912";
}

.icon-Arrow-Reply-All:before {
	content: "\e913";
}

.icon-Arrow-Reply:before {
	content: "\e914";
}

.icon-Arrow-Reverse:before {
	content: "\e915";
}

.icon-Arrow-Right-Circle-Filled:before {
	content: "\e916";
}

.icon-Arrow-Right-Circle:before {
	content: "\e917";
}

.icon-Arrow-Right:before {
	content: "\e918";
}

.icon-Arrow-Swap:before {
	content: "\e919";
}

.icon-Arrow-Trending:before {
	content: "\e91a";
}

.icon-Arrow-Undo:before {
	content: "\e91b";
}

.icon-Arrow-Up-Circle-Filled:before {
	content: "\e91c";
}

.icon-Arrow-Up-Circle:before {
	content: "\e91d";
}

.icon-Arrow-Up:before {
	content: "\e91e";
}

.icon-Attachment:before {
	content: "\e91f";
}

.icon-Badge-Discount-Filled:before {
	content: "\e920";
}

.icon-Badge-Discount:before {
	content: "\e921";
}

.icon-Bag-Plus:before {
	content: "\e922";
}

.icon-Bag:before {
	content: "\e923";
}

.icon-Bell-Off:before {
	content: "\e924";
}

.icon-Bell:before {
	content: "\e925";
}

.icon-Block:before {
	content: "\e926";
}

.icon-Book:before {
	content: "\e927";
}

.icon-Box-Closed:before {
	content: "\e928";
}

.icon-Box:before {
	content: "\e929";
}

.icon-Boxes:before {
	content: "\e92a";
}

.icon-Calendar:before {
	content: "\e92b";
}

.icon-Call:before {
	content: "\e92c";
}

.icon-Camera-Plus:before {
	content: "\e92d";
}

.icon-Camera:before {
	content: "\e92e";
}

.icon-Cart-Bag:before {
	content: "\e92f";
}

.icon-Cart-Buggy:before {
	content: "\e930";
}

.icon-Cart-Trolley:before {
	content: "\e931";
}

.icon-Cash-Arrow-Down-Coin:before {
	content: "\e932";
}

.icon-Cash-Arrow-Down-Paper:before {
	content: "\e933";
}

.icon-Cash-Arrow-Down:before {
	content: "\e934";
}

.icon-Cash-Paper:before {
	content: "\e935";
}

.icon-Cash:before {
	content: "\e936";
}

.icon-Catalogue-No-Text:before {
	content: "\e937";
}

.icon-Catalogue-With-Text:before {
	content: "\e938";
}

.icon-Chart-Bar:before {
	content: "\e939";
}

.icon-Chart-Dashboard:before {
	content: "\e93a";
}

.icon-Chart-Line:before {
	content: "\e93b";
}

.icon-Chart-Mixed:before {
	content: "\e93c";
}

.icon-Chart-Pie:before {
	content: "\e93d";
}

.icon-Chat-Left-Questionmark:before {
	content: "\e93e";
}

.icon-Chat-Left:before {
	content: "\e93f";
}

.icon-Chat-Right-Questionmark:before {
	content: "\e940";
}

.icon-Chat-Right:before {
	content: "\e941";
}

.icon-Chat-Thread-On:before {
	content: "\e942";
}

.icon-Chat-Thread:before {
	content: "\e943";
}

.icon-Checkmark-Calendar:before {
	content: "\e944";
}

.icon-Checkmark-Document:before {
	content: "\e945";
}

.icon-Checkmark-Folder:before {
	content: "\e946";
}

.icon-Checkmark-Person:before {
	content: "\e947";
}

.icon-Checkmark-Round:before {
	content: "\e948";
}

.icon-Checkmark-Square:before {
	content: "\e949";
}

.icon-Checkmark:before {
	content: "\e94a";
}

.icon-Chevron-Contract:before {
	content: "\e94b";
}

.icon-Chevron-Double-Down:before {
	content: "\e94c";
}

.icon-Chevron-Double-Left:before {
	content: "\e94d";
}

.icon-Chevron-Double-Right:before {
	content: "\e94e";
}

.icon-Chevron-Double-Up:before {
	content: "\e94f";
}

.icon-Chevron-Down-Closed:before {
	content: "\e950";
}

.icon-Chevron-Down-Small-Circle-Filled:before {
	content: "\e951";
}

.icon-Chevron-Down-Small-Circle:before {
	content: "\e952";
}

.icon-Chevron-Down-Small-Closed:before {
	content: "\e953";
}

.icon-Chevron-Down-Small:before {
	content: "\e954";
}

.icon-Chevron-Down:before {
	content: "\e955";
}

.icon-Chevron-Expand:before {
	content: "\e956";
}

.icon-Chevron-Fold:before {
	content: "\e957";
}

.icon-Chevron-Left-Closed:before {
	content: "\e958";
}

.icon-Chevron-Left-Small-Circle-Filled:before {
	content: "\e959";
}

.icon-Chevron-Left-Small-Circle:before {
	content: "\e95a";
}

.icon-Chevron-Left-Small-Closed:before {
	content: "\e95b";
}

.icon-Chevron-Left-Small:before {
	content: "\e95c";
}

.icon-Chevron-Left:before {
	content: "\e95d";
}

.icon-Chevron-Leftmost-Small:before {
	content: "\e95e";
}

.icon-Chevron-Leftmost:before {
	content: "\e95f";
}

.icon-Chevron-Right-Closed:before {
	content: "\e960";
}

.icon-Chevron-Right-Small-Circle-Filled:before {
	content: "\e961";
}

.icon-Chevron-Right-Small-Circle:before {
	content: "\e962";
}

.icon-Chevron-Right-Small-Closed:before {
	content: "\e963";
}

.icon-Chevron-Right-Small:before {
	content: "\e964";
}

.icon-Chevron-Right:before {
	content: "\e965";
}

.icon-Chevron-Rightmost-Small:before {
	content: "\e966";
}

.icon-Chevron-Rightmost:before {
	content: "\e967";
}

.icon-Chevron-Unfold:before {
	content: "\e968";
}

.icon-Chevron-Up-Closed:before {
	content: "\e969";
}

.icon-Chevron-Up-Small-Circle-Filled:before {
	content: "\e96a";
}

.icon-Chevron-Up-Small-Circle:before {
	content: "\e96b";
}

.icon-Chevron-Up-Small-Closed:before {
	content: "\e96c";
}

.icon-Chevron-Up-Small:before {
	content: "\e96d";
}

.icon-Chevron-Up:before {
	content: "\e96e";
}

.icon-Clock-Filled:before {
	content: "\e96f";
}

.icon-Clock:before {
	content: "\e970";
}

.icon-Close:before {
	content: "\e971";
}

.icon-Cloud-Download:before {
	content: "\e972";
}

.icon-Cloud-Filled:before {
	content: "\e973";
}

.icon-Cloud-Upload:before {
	content: "\e974";
}

.icon-Cloud:before {
	content: "\e975";
}

.icon-Code:before {
	content: "\e976";
}

.icon-Copy:before {
	content: "\e977";
}

.icon-Coupon:before {
	content: "\e978";
}

.icon-Delete:before {
	content: "\e979";
}

.icon-Document-Dollar:before {
	content: "\e97a";
}

.icon-Document-Empty:before {
	content: "\e97b";
}

.icon-Document-Pdf:before {
	content: "\e97c";
}

.icon-Document-Sheet:before {
	content: "\e97d";
}

.icon-Document-Text:before {
	content: "\e97e";
}

.icon-Document-To-Do:before {
	content: "\e97f";
}

.icon-Documents:before {
	content: "\e980";
}

.icon-Drag-Horizontal:before {
	content: "\e981";
}

.icon-Drag:before {
	content: "\e982";
}

.icon-Edit-Box:before {
	content: "\e983";
}

.icon-Edit-Line:before {
	content: "\e984";
}

.icon-Edit-Paper:before {
	content: "\e985";
}

.icon-Email:before {
	content: "\e986";
}

.icon-Eye-Off:before {
	content: "\e987";
}

.icon-Eye-On:before {
	content: "\e988";
}

.icon-Filter-Off-Filled:before {
	content: "\e989";
}

.icon-Filter-Off:before {
	content: "\e98a";
}

.icon-Filter-On-Filled:before {
	content: "\e98b";
}

.icon-Filter-On:before {
	content: "\e98c";
}

.icon-Flag-Filled:before {
	content: "\e98d";
}

.icon-Flag:before {
	content: "\e98e";
}

.icon-Gift:before {
	content: "\e98f";
}

.icon-Globe:before {
	content: "\e990";
}

.icon-Grid-11-Horizontal:before {
	content: "\e991";
}

.icon-Grid-11-Vertical:before {
	content: "\e992";
}

.icon-Grid-12-Horizontal:before {
	content: "\e993";
}

.icon-Grid-12-Vertical:before {
	content: "\e994";
}

.icon-Grid-21-Horizontal:before {
	content: "\e995";
}

.icon-Grid-21-Vertical:before {
	content: "\e996";
}

.icon-Grid-22:before {
	content: "\e997";
}

.icon-Grid-3x3:before {
	content: "\e998";
}

.icon-Heading-H:before {
	content: "\e999";
}

.icon-Heading-H1:before {
	content: "\e99a";
}

.icon-Heading-H2:before {
	content: "\e99b";
}

.icon-Heading-H3:before {
	content: "\e99c";
}

.icon-Heading-H4:before {
	content: "\e99d";
}

.icon-Heading-H5:before {
	content: "\e99e";
}

.icon-Heading-H6:before {
	content: "\e99f";
}

.icon-Home:before {
	content: "\e9a0";
}

.icon-Important-Filled:before {
	content: "\e9a1";
}

.icon-Important:before {
	content: "\e9a2";
}

.icon-Inbox-:before {
	content: "\e9a3";
}

.icon-Inbox-Add:before {
	content: "\e9a4";
}

.icon-Inbox-Checked:before {
	content: "\e9a5";
}

.icon-Inbox-Default:before {
	content: "\e9a6";
}

.icon-Inbox-In:before {
	content: "\e9a7";
}

.icon-Inbox-Out:before {
	content: "\e9a8";
}

.icon-Inbox-Pending:before {
	content: "\e9a9";
}

.icon-Info-Boxes:before {
	content: "\e9aa";
}

.icon-Info-Catalogue:before {
	content: "\e9ab";
}

.icon-Info-Circle:before {
	content: "\e9ac";
}

.icon-Info-Filled-Circle:before {
	content: "\e9ad";
}

.icon-Info-Filled:before {
	content: "\e9ae";
}

.icon-Info-Status-Filled:before {
	content: "\e9af";
}

.icon-Info-Status:before {
	content: "\e9b0";
}

.icon-Info-Trolley:before {
	content: "\e9b1";
}

.icon-Info:before {
	content: "\e9b2";
}

.icon-Key:before {
	content: "\e9b3";
}

.icon-Knife-Fork-Crossed:before {
	content: "\e9b4";
}

.icon-Knife-Fork-Side-By-Side:before {
	content: "\e9b5";
}

.icon-Language:before {
	content: "\e9b6";
}

.icon-Leaf:before {
	content: "\e9b7";
}

.icon-Link:before {
	content: "\e9b8";
}

.icon-List-Bulleted:before {
	content: "\e9b9";
}

.icon-List-Numbered:before {
	content: "\e9ba";
}

.icon-Location:before {
	content: "\e9bb";
}

.icon-Lock-Locked:before {
	content: "\e9bc";
}

.icon-Lock-Unlocked:before {
	content: "\e9bd";
}

.icon-Mail:before {
	content: "\e9be";
}

.icon-Mall:before {
	content: "\e9bf";
}

.icon-Menu-Erply:before {
	content: "\e9c0";
}

.icon-Menu-Hamburger:before {
	content: "\e9c1";
}

.icon-Menu-List:before {
	content: "\e9c2";
}

.icon-Minus-Calendar:before {
	content: "\e9c3";
}

.icon-Minus-Document:before {
	content: "\e9c4";
}

.icon-Minus-Folder:before {
	content: "\e9c5";
}

.icon-Minus-Person:before {
	content: "\e9c6";
}

.icon-Minus-Round:before {
	content: "\e9c7";
}

.icon-Minus-Square:before {
	content: "\e9c8";
}

.icon-Minus:before {
	content: "\e9c9";
}

.icon-More-Horizontal:before {
	content: "\e9ca";
}

.icon-More-Vertical:before {
	content: "\e9cb";
}

.icon-Number-1:before {
	content: "\e9cc";
}

.icon-Number:before {
	content: "\e9cd";
}

.icon-Numbers-123:before {
	content: "\e9ce";
}

.icon-Office-Plus:before {
	content: "\e9cf";
}

.icon-Office:before {
	content: "\e9d0";
}

.icon-Payment-Card-Filled:before {
	content: "\e9d1";
}

.icon-Payment-Card:before {
	content: "\e9d2";
}

.icon-Person-1-Group:before {
	content: "\e9d3";
}

.icon-Person-1-Ok:before {
	content: "\e9d4";
}

.icon-Person-1-Plus:before {
	content: "\e9d5";
}

.icon-Person-1:before {
	content: "\e9d6";
}

.icon-Person-2-Group:before {
	content: "\e9d7";
}

.icon-Person-2-Ok:before {
	content: "\e9d8";
}

.icon-Person-2-Plus:before {
	content: "\e9d9";
}

.icon-Person-2:before {
	content: "\e9da";
}

.icon-Person-3-Default:before {
	content: "\e9db";
}

.icon-Person-3-Group:before {
	content: "\e9dc";
}

.icon-Person-3-Ok:before {
	content: "\e9dd";
}

.icon-Person-3-Plus:before {
	content: "\e9de";
}

.icon-Person-Checkin:before {
	content: "\e9df";
}

.icon-Person-Communication:before {
	content: "\e9e0";
}

.icon-Person-CRM:before {
	content: "\e9e1";
}

.icon-Person-Framed:before {
	content: "\e9e2";
}

.icon-Phone:before {
	content: "\e9e3";
}

.icon-Picture:before {
	content: "\e9e4";
}

.icon-Picture-Filled:before {
	content: "\e9e5";
}

.icon-Picture1:before {
	content: "\e9e6";
}

.icon-Plate-Cover:before {
	content: "\e9e7";
}

.icon-Plus-Calendar:before {
	content: "\e9e8";
}

.icon-Plus-Cart:before {
	content: "\e9e9";
}

.icon-Plus-Circle:before {
	content: "\e9ea";
}

.icon-Plus-Default:before {
	content: "\e9eb";
}

.icon-Plus-Document:before {
	content: "\e9ec";
}

.icon-Plus-Folder:before {
	content: "\e9ed";
}

.icon-Plus-Person:before {
	content: "\e9ee";
}

.icon-Plus-Product:before {
	content: "\e9ef";
}

.icon-Plus-Round:before {
	content: "\e9f0";
}

.icon-Plus-Square:before {
	content: "\e9f1";
}

.icon-Plus:before {
	content: "\e9f2";
}

.icon-Pointer:before {
	content: "\e9f3";
}

.icon-POS-Printer:before {
	content: "\e9f4";
}

.icon-POS-Terminal-Filled:before {
	content: "\e9f5";
}

.icon-POS-Terminal:before {
	content: "\e9f6";
}

.icon-POS:before {
	content: "\e9f7";
}

.icon-Print:before {
	content: "\e9f8";
}

.icon-Progress-Focused:before {
	content: "\e9f9";
}

.icon-Progress-Not-Focused:before {
	content: "\e9fa";
}

.icon-Questionmark:before {
	content: "\e9fb";
}

.icon-Quotation-Finish-Double-1:before {
	content: "\e9fc";
}

.icon-Quotation-Finish-Double:before {
	content: "\e9fd";
}

.icon-Quotation-Finish-Single:before {
	content: "\e9fe";
}

.icon-Quotation-Start-Double:before {
	content: "\e9ff";
}

.icon-Quotation-Start-Single:before {
	content: "\ea00";
}

.icon-Radiobutton-Off-2:before {
	content: "\ea01";
}

.icon-Radiobutton-Off:before {
	content: "\ea02";
}

.icon-Radiobutton-On:before {
	content: "\ea03";
}

.icon-Receipt-Number-1:before {
	content: "\ea04";
}

.icon-Receipt-Number-2:before {
	content: "\ea05";
}

.icon-Receipt-Number-3:before {
	content: "\ea06";
}

.icon-Receipt-Number-4:before {
	content: "\ea07";
}

.icon-Receipt-Number-5:before {
	content: "\ea08";
}

.icon-Receipt-Number-6:before {
	content: "\ea09";
}

.icon-Receipt-Number-7:before {
	content: "\ea0a";
}

.icon-Receipt-Number-8:before {
	content: "\ea0b";
}

.icon-Receipt-Ok:before {
	content: "\ea0c";
}

.icon-Receipt-Plus:before {
	content: "\ea0d";
}

.icon-Receipt-Problem:before {
	content: "\ea0e";
}

.icon-Receipt-Question:before {
	content: "\ea0f";
}

.icon-Receipt-Roll:before {
	content: "\ea10";
}

.icon-Receipt:before {
	content: "\ea11";
}

.icon-Save:before {
	content: "\ea12";
}

.icon-Scale:before {
	content: "\ea13";
}

.icon-Scanner:before {
	content: "\ea14";
}

.icon-Scisors:before {
	content: "\ea15";
}

.icon-Search:before {
	content: "\ea16";
}

.icon-Settings-1:before {
	content: "\ea17";
}

.icon-Settings-2:before {
	content: "\ea18";
}

.icon-Settings:before {
	content: "\ea19";
}

.icon-Shop:before {
	content: "\ea1a";
}

.icon-Sign-In:before {
	content: "\ea1b";
}

.icon-Sign-Out:before {
	content: "\ea1c";
}

.icon-Split:before {
	content: "\ea1d";
}

.icon-Star-Filled:before {
	content: "\ea1e";
}

.icon-Star:before {
	content: "\ea1f";
}

.icon-Stopwatch:before {
	content: "\ea20";
}

.icon-Suitcase:before {
	content: "\ea21";
}

.icon-Sum-Epsilon:before {
	content: "\ea22";
}

.icon-Sum-Oldschool:before {
	content: "\ea23";
}

.icon-Swap-Horizontal:before {
	content: "\ea24";
}

.icon-Swap-Vertical:before {
	content: "\ea25";
}

.icon-Tag-Filled:before {
	content: "\ea26";
}

.icon-Tag:before {
	content: "\ea27";
}

.icon-Text-Align-Center:before {
	content: "\ea28";
}

.icon-Text-Align-Justified:before {
	content: "\ea29";
}

.icon-Text-Align-Left:before {
	content: "\ea2a";
}

.icon-Text-Align-Right:before {
	content: "\ea2b";
}

.icon-Text-Bold:before {
	content: "\ea2c";
}

.icon-Text-Italic:before {
	content: "\ea2d";
}

.icon-Text-Pillcorw:before {
	content: "\ea2e";
}

.icon-Text-Strikethrough:before {
	content: "\ea2f";
}

.icon-Text-Underline:before {
	content: "\ea30";
}

.icon-Tips:before {
	content: "\ea31";
}

.icon-Toque-Hat-Off:before {
	content: "\ea32";
}

.icon-Toque-Hat:before {
	content: "\ea33";
}

.icon-Trash-Empty-Filled:before {
	content: "\ea34";
}

.icon-Trash-Empty-NotFilled-blue:before {
	content: "\ea35";
}

.icon-Trash-Empty-NotFilled:before {
	content: "\ea35";
}

.icon-Trash-Full-Filled:before {
	content: "\ea36";
}

.icon-Trash-Full-NotFilled:before {
	content: "\ea37";
}

.icon-Truck:before {
	content: "\ea38";
}

.icon-Vehicle-Car-Front:before {
	content: "\ea39";
}

.icon-Vehicle-Truck-Cyber:before {
	content: "\ea3a";
}

.icon-Vehicle-Truck-Front:before {
	content: "\ea3b";
}

.icon-Vehicle-Truck-Side:before {
	content: "\ea3c";
}

.icon-Wallet-Exclamation:before {
	content: "\ea3d";
}

.icon-Wallet-Ok:before {
	content: "\ea3e";
}

.icon-Wallet:before {
	content: "\ea3f";
}

.icon-Warehouse:before {
	content: "\ea40";
}

.icon-Wifi-Good:before {
	content: "\ea41";
}

.icon-Wifi-Offline:before {
	content: "\ea42";
}

.icon-Window-Bar-Left:before {
	content: "\ea43";
}

.icon-Window-Bar-Off:before {
	content: "\ea44";
}

.icon-Window-Bar-Right:before {
	content: "\ea45";
}

.icon-Window-Pane-Bar-Bottom:before {
	content: "\ea46";
}

.icon-Window-Pane-Bar-Left:before {
	content: "\ea47";
}

.icon-Window-Pane-Bar-Right:before {
	content: "\ea48";
}

.icon-Window-Pane-Bar-Top:before {
	content: "\ea49";
}

.icon-Window-Pane-Horizontal:before {
	content: "\ea4a";
}

.icon-Window-Pane-Vertical:before {
	content: "\ea4b";
}

.icon-Link-External:before {
	content: "\ea8b";
}



.duplicated_textimage_hero_button_container {
	padding-top: 40px !important;
}


.duplicated_textimage_hero_button  {
	background: #6397F8 !important; 
	color: #fff !important;
	border-radius: 30px !important; 
	border: none !important;
	padding: 0.8rem 1.8rem !important;
	font-weight: 600 !important;;
}