.v400c {
	padding-block: 2rem;
}

html{
	font-family: "Onest" !important;
}

.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;
	margin-bottom: 1rem;
}

.spacing {
	padding: 3rem 0 !important;
}

.copy-title {
	max-width: 100% !important;
	text-align: center !important;
}

html {
	overflow-x: hidden;
}

.firstContainer {
	padding-left: 19rem;
	padding-right: 19rem;
}

.footer-info-wrapper {
	color: #000;

	display: flex;
	gap: 2rem;

	padding-top: 1rem;
}

@media only screen and (max-width: 480px) {
	.header-title {
		line-height: 2.5rem;
	}

	.input-wrapper {
		width: 19rem;
	}

	.input-wrapper button {
		width: 62px;
		height: 36px;
		position: absolute;
		font-size: 12px;
	}

	.input-wrapper input {
		font-size: 12px;
		padding: 5px 10px;
	}

	.hero1 {
		height: 75vh;
	}
}

@media only screen and (max-width: 1100px) {
	.input-wrapper {
		width: 24rem;
	}

	.firstContainer {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.input-wrapper {
	margin-top: 16px;
	position: relative;
	border: 1px solid rgba(9, 109, 242, 1);
	box-shadow: inset 0 0 0 7px #202529;
	width: 26rem;
	border-radius: 99px;
	height: 57px;
}

.input-wrapper::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 40px;
	margin-top: 40px;
	border-radius: 80px 80px 0px 0px;
	background: linear-gradient(to bottom, rgba(9, 109, 242, 1), transparent);
	z-index: -1;
	transition: opacity 0.2s;
	opacity: 1;
	filter: blur(15px);
}

.input-wrapper input {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 50px;
	width: 100%;
	margin-left: 8px;
	margin-top: 4px;
	color: rgba(0, 0, 0, 1);
	font-size: 14px;
	padding: 10px 20px;
}

/* Button inside input */

.input-wrapper button {
	border-radius: 50px;
	aspect-ratio: 1;
	width: 90px;
	height: 36px;
	position: absolute;
	margin-top: 6px;
	margin-right: 8px;
	padding: 10px 20px;
	right: 0px;
	border: 1px solid #6DA9F8;
	background: #096DF2;
	box-shadow: 0px 0px 5px 2px rgba(255, 255, 255, 0.25) inset, 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: row;
	white-space: nowrap;
	font-size: 14px;
	align-items: center;
	justify-content: center;
	transition: box-shadow .2s;
}

.input-wrapper button:hover {
	box-shadow: 0 0 5px 2px rgba(255, 255, 255, 0.4) inset, 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

/* iPhone SE*/
@media only screen and (max-width: 375px) {
	.input-wrapper {
		margin-bottom: 80px;
	}

	.body-dark {
		height: 90vh !important;
	}
}

.stack-sm {
	display: flex;
	flex-direction: row;
	margin-top: 0.2rem;
	margin-right: 0.6rem;
	gap: .2rem;
}

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

.black>p {
	color: black !important;
	font-size: 1.5rem !important;
}

.nomargin {
	margin-top: 0 !important;
}


.titleText {
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-decoration: none;
	vertical-align: baseline;
	white-space: pre-wrap;
	color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	margin-top: 1rem;
}

.container {
	padding: 0 1rem;
}

.list-container {
	padding: 3rem 1rem;
}

.cards-image {
	height: auto;
	width: auto;
	max-height: 225px;
	max-width: 225px;
	border-radius: 3px;
	box-shadow: 0 1px 5px rgb(0, 0, 0, 0.25);
	filter: grayscale(50%);
	transition: filter .5s, scale .5s;
}

.card-scale {
	filter: grayscale(0%) contrast(1.2);
	scale: 1.05;
}

.companyList-container {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding: 3rem 0;
	background: #fff;
	gap: 2rem;
}

.companyList-title {
	color: black;
	font-size: 2.8rem;
	font-weight: 600;
}

.companyList {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2rem;
	width: 80%;
}

.company {
	height: auto;
	width: 100px;
}

.title-content {
	text-align: center;
}

.title-paragraph {
	text-align: center;
	padding-top: 1rem;
}

.paragraph {
	color: black;
	padding-top: .5rem;
}

.main-title {
	font-weight: 600;
	font-size: 2.8rem;
	color: black;
}

.list-title {
	font-size: 2.5rem;
}

.subtitle-heading {
	background: #fff;
}

.subtitle-content {
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 1rem;
}

.subtitle,
.subtitle-text {
	color: black;
}

.subtitle {
	font-size: 24px;
}

.subtitle-text {
	max-width: 62rem;
	text-align: center;
}



.image-left .textimage-wrapper {
	flex-flow: row-reverse;
}

.textimage-container {
	padding: 3rem 1rem;
}

.textimage-wrapper {
	display: flex;
	gap: 3rem;
}

@media screen and (min-width: 1280px) {
	.textimage-wrapper {
		gap: 3rem;
	}
}

.textimage-text-container {
	flex-basis: 65%;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.textimage-image-container {
	flex-basis: 35%;
}

.textimage-title {
	color: #000;
	font-size: 2rem;
	font-weight: 600;
	letter-spacing: -0.5px;
}

.textimage-content p {
	color: #000;
	line-height: 150%;
	letter-spacing: -0.03rem;
	font-size: 18px;
}

.textimage-image {
	width: 100%;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgb(0, 0, 0, 0.3);
}




.box-content {
	display: flex;
	flex-flow: column;
	align-items: center;

	padding: 3rem 0;
}

.box-title {
	font-size: 2.8rem;
	font-weight: 600;
	color: #000;
}

.box-subtitle-container {
	padding-top: 1rem;
	padding-bottom: 4rem;
}

.box-subtitle {
	color: #000;
	font-size: 16px;
}

.box-cards-container {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}

.box-card {
	background: #f6f8fa;
	color: #46516f;

	height: 20rem;
	width: 20rem;

	border-radius: 8px;
	box-shadow: 0 0 2px 1px rgb(0, 0, 0, 0.1);

	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}

.animated {
	animation: fadein 1.5s, to-right 1s;
}

.box-card-main {
	font-size: 38px;
	font-weight: 600;
	color: #000;
}

.box-cards-footer {
	padding-top: 1rem;
}

.box-rent-price {
	color: #46516f;
	font-size: 24px;
	padding-top: 1rem;
}



.cards-title-container {
	max-width: 100%;
	text-align: center;
}

.cards-title {
	color: #000;
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: -1px;
	padding-bottom: 3rem;
}

.cards-content {
	padding: 3rem 2rem;
	background: #f6f8fa;
	box-shadow: 0 0 2px 1px rgb(0, 0, 0, 0.1);
}

.cards-content-title {
	color: #000;
	text-align: center;
	padding-bottom: 1rem;
	font-size: 32px;
	font-weight: 600;
}

.cards-items-container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	gap: 1rem;
}

.card-item {
	display: flex;
	flex-flow: column;
	align-items: center;
	width: 18rem;
}

.card-item-title {
	color: #000;
	font-size: 22px;
	font-weight: 600;
	margin-top: 1rem;
}

.card-item-body {
	margin-top: 1rem;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.5px;
	text-align: center;
	white-space: balance;
}




.pricing-form-content {
	color: black;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 1rem;
	background: #f6f8fa;
	padding: 2rem;
	border-radius: 8px;
	box-shadow: 0 0 2px 1px rgb(0, 0, 0, .1);
}

.pricing-form-header-container {
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 1rem;
	text-align: center;
}

.pricing-form-header-container h2 {
	font-size: 46px;
	color: black;
	font-weight: 600;
	padding-bottom: 1rem;
}

.pricing-input-container {
	width: 100%;
	display: flex;
	justify-content: center;
}

.input-wrapper-pricing {
	position: relative;
	max-width: 16rem;
	display: flex;
}

.input-wrapper-pricing input {
	color: rgba(0, 0, 0, 1);
	font-size: 14px;
	padding: 10px 20px;
}

.input-wrapper-pricing button {
	border-radius: 5px;
	aspect-ratio: 1;
	width: 64px;
	height: 36px;
	padding: 10px 20px;
	position: absolute;
	right: 0;
	margin-right: 2px;
	border: 1px solid #6DA9F8;
	background: #096DF2;
	display: flex;
	white-space: nowrap;
	font-size: 14px;
	align-items: center;
	justify-content: center;
	transition: background .1s;
}

.input-wrapper-pricing button:hover {
	background: #1059bb;
}

.pricing-heading-content {
	display: flex;
	flex-flow: column;
	gap: 1rem;
}

.pricing-heading-cards {
	font-size: 2.8rem;
	text-align: center;
}

.pricing-heading-text {
	color: black;
}

.pricing-content {
	display: flex;
	flex-flow: column;
	padding-bottom: 2rem;
}

.pricing-cards {
	display: flex;
	flex-flow: row;
	justify-content: center;
	flex-wrap: wrap;
	gap: 3rem;

	padding-top: 2rem;
}

.pricing-card {
	color: #46516f;
	height: fit-content;
	width: 24rem;
	padding: 1rem;

	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}

.pricing-img-container {
	height: 26rem;
	width: 100%;

	display: flex;
	justify-content: center;

	background: #f6f8fa;
	box-shadow: 0 0 2px 1px rgb(0, 0, 0, .1);
	border-radius: 8px;
}

.pricing-img {
	max-height: 100%;
	width: auto;
	object-fit: contain;
}

.pricing-card-textarea {
	width: 100%;

	display: flex;
	flex-flow: column;
	gap: 1rem;
}

.pricing-card-price {
	width: 100%;

	display: flex;
	align-items: center;
	justify-content: space-between;
}

.card-price-text {
	font-weight: 600;
	font-size: 20px;
	color: #464a57;
}

.card-title-text {
	color: #000;
	font-size: 24px;
	font-weight: 600;
}

.pricing-card-subtext {
	width: 100%;
}

.card-subtext {
	font-size: 16px;
	line-height: 150%;
}

@media screen and (max-width: 950px) {
	.card-price-text {
		font-size: 16px;
	}
}

@media screen and (max-width: 830px) {
	.pricing-cards {
		flex-flow: column;
	}

	.pricing-card {
		width: 100%;
	}
}

.pricing-area {
	display: flex;
	flex-flow: column;
	gap: 1rem;
}

.pricing-cards-footer {
	padding-top: 1rem;

	display: flex;
	justify-content: center;
	align-items: center;
}

.more-pricing-button {
	color: #000;
	border: none;
	background: none;
	text-decoration: underline;
}

.more-pricing-button:hover {
	color: #46516f;
}

.pricing-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: rgb(0, 0, 0, 0.2);

	display: none;
	align-items: center;
	justify-content: center;

	animation: fadein .2s;
}

.pricing-modal-container {
	width: 75%;
	height: 95%;
	overflow: auto;
	background: #fff;
	border-radius: 8px;
}

@media screen and (max-width: 830px) {
	.pricing-modal-container {
		width: 90%;
	}
}

.pricing-heading-modal {
	padding-top: 2rem;
}

.pricing-heading-content-modal {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}

.pricing-heading-text-container {
	display: flex;
	flex-flow: column;
}

.close-pricing {
	color: #000;
	background: none;
	border: none;
}

.close-pricing:hover {
	color: #424242;
}

.pricing-content>div:nth-of-type(even) {
	background: #f6f8fa;
}

.pricing-title {
	display: flex;
	padding: 1rem;
	color: black;
}

.pricing {
	color: black;
	display: flex;
	padding: 1rem;
}

.pricing-method {
	flex-basis: 30%;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	height: fit-content;
}

.pricing-method-img {
	max-width: 2rem;
	height: 100%;
}

.pricing-list {
	display: flex;
	flex-flow: column;
	flex-basis: 70%;
	gap: 2rem;
	font-size: 16px;
}

.pricing-list-item {
	display: flex;
}

.pricing-list-market {
	flex-basis: 60%;
}

.pricing-list-price {
	flex-basis: 40%;
}

.pricing-list-price {
	padding-left: 5rem;
}

.pricing-disclaimer {
	padding: 1rem 1rem 1rem 0;
	color: black;
	font-size: 12px;
}

@media only screen and (max-width: 1280px) {
	.pricing-area {
		flex-flow: column;
	}
}

@media only screen and (max-width: 1055px) {
	.pricing-list-price {
		padding-left: 3rem;
	}
}

@media only screen and (max-width: 820px) {
	.pricing-title {
		display: none;
	}

	.pricing {
		flex-flow: column;
		gap: 2rem;
	}

	.pricing-list-price {
		text-align: right;
	}
}

@media only screen and (max-width: 600px) {
	.pricing-list {
		font-size: 12px;
	}

	.pricing-list-price {
		padding-left: 2rem;
	}
}

@media only screen and (max-width: 480px) {
	.pricing-list-price {
		padding-left: 1rem;
	}
}

@media only screen and (max-width: 450px) {
	.pricing-list {
		font-size: 10px;
	}
}

@media only screen and (max-width: 390px) {
	.pricing-list-price {
		padding-left: 0.4rem;
	}
}


@media only screen and (max-width: 900px) {
	.cards-image {
		max-height: 170px;
		max-width: 170px;
	}
}


.cards-spacing {
	height: 16rem;
}

.second {
	padding-top: 3rem;
}

.footer-container {
	padding: 3rem 0 !important;
}

.footer-content {
	background: #f6f8fa;
	border-radius: 8px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	padding: 3rem 5rem;
	box-shadow: 0 0 2px 1px rgb(0, 0, 0, .1);
}

.input-container {
	width: 100%;
}

.input-wrapper-footer {
	position: relative;
	max-width: 26rem;
	display: flex;
}

.input-wrapper-footer input {
	color: rgba(0, 0, 0, 1);
	font-size: 14px;
	padding: 10px 20px;
}

.input-wrapper-footer button {
	border-radius: 5px;
	aspect-ratio: 1;
	width: 64px;
	height: 36px;
	padding: 10px 20px;
	position: absolute;
	right: 0;
	margin-right: 2px;
	border: 1px solid #6DA9F8;
	background: #096DF2;
	display: flex;
	white-space: nowrap;
	font-size: 14px;
	align-items: center;
	justify-content: center;
	transition: background .1s;
}

.input-wrapper-footer button:hover {
	background: #1059bb;
}

.stack-sm-footer {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.business-email-footer {
	border-radius: 5px !important;
	width: 25rem;
	height: 40px;
	background: #fff;
}

.footer-title {
	padding-bottom: 1rem;
	text-align: center;
	font-size: 2.8rem;
}

.footer-top-text {
	color: black;
	padding-bottom: 2rem;
	text-align: center;
}

.footer-bottom-text {
	color: black;
	padding-top: 3rem;
	text-align: center;
}

.text-footer {
	color: black;
	padding-bottom: 0.5rem;
	text-align: center;
}






.whitecol {
	color: white;
}

.header-title {
	font-size: 3rem;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: -0.05em;
	margin-top: 16px;
	margin-bottom: 1rem;
	width: 22rem;
}

@media (min-width: 768px) {
	.header-title {
		font-size: 5rem;
		position: relative;
		width: 42rem;
	}
}

.image-text {
	z-index: 22;
	background: white;
}


.body-dark {
	background-color: #02091D;
	width: 100%;
	height: 700px;
	margin: 0;
	color: #DCDBDE;
	position: relative;
}

.body-light {
	z-index: 2;
	background: #fff;
}

.page {
	display: flex;
}

.hero1 {
	position: relative;
	width: 100vw;
	height: 100vh;
	text-align: left;
	font-size: 18px;
	/* padding-left: 4rem; */
	/* padding-right: 4rem; */
}

.hero-one {
	position: absolute;
	top: -120%;
	left: 0;
	width: 145%;
	height: 220%;
	background-color: #02091D;
	transform-origin: 0;
	z-index: 1;
	color: #FFF;
	filter: blur(40px);
}


.hero-two {
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 1;
}

.hero-two::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: auto;
	background: linear-gradient(to top right, rgba(10, 6, 65, 0.836), transparent);
	z-index: 2;
}

:root {
	--text-color: white;
	--gray: #ccc;
	--erply-blue: #ccc;
	--erply-yellow: #ccc;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #02091D;
	color: var(--text-color);
}

body,
html {
	height: 100%;
}

.image-overlay-first {
	margin-top: -2rem;
}

.hero__image {
	mask-image: linear-gradient(to left bottom, #000000, #0000004f);
	-webkit-mask-image: linear-gradient(to left bottom, #000000, #0000004f);
	mask-size: 700% 100%;
	mask-position: left bottom;
	-webkit-mask-size: 700% 100%;
	-webkit-mask-position: left bottom;
	width: 100%;
	position: relative;
}

.hero-img {
	height: 100%;
	object-fit: cover;
}

.intro_wrapper {
	z-index: 5;
	position: absolute;
	/* top: 35%; */
	/* left: 50%; */
	/* transform: translate(-50%, -50%); */
	width: 500px;
	display: flex;
	flex-direction: row;
}

.navbar__logo>a>svg>path {
	fill: white;
}

.navbar__links>a {
	color: white;
}

.navbar {
	background-color: transparent;
}

#businessEmail {
	width: 25rem;
	border-radius: 99px;
	height: 40px;
	background: #FFF;
	box-shadow: 0px 0px 0px 7px #2E468A,
}

#businessEmail2 {
	width: 25rem;
	border-radius: 99px;
	height: 40px;
	background: #FFF;
	box-shadow: 0px 0px 0px 7px #2E468A,
}

.cards__item__title {
	color: black;
}

.pricing-terms-container {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10rem;
}

.pricing-terms {
	color: black;
	font-size: 14px;
}

.full-size {
	height: 100%;
}

.unmargin {
	margin-top: 0 !important;
}



@media only screen and (max-width: 1000px) {

	.hero1 {
		margin-left: 8rem;
	}
}

@media only screen and (max-width: 768px) {
	.image-overlay-first {
		position: absolute;
		top: -6px;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to top, #02091D, transparent);
		z-index: 4;
		mask-image: linear-gradient(to top, #02091D, transparent);
		-webkit-mask-image: linear-gradient(to top, #02091D, transparent);
	}

	.textimage-content>p {
		font-size: 1rem !important;
	}

	.main-title {
		font-size: 2.7rem;
	}

	.box-title {
		font-size: 1.6rem;
	}

	.cards-title {
		font-size: 2.4rem;
	}
}

@media only screen and (max-width: 750px) {
	.cards-image {
		max-height: 200px;
		max-width: 200px;
	}
}

@media screen and (max-width: 700px) {
	.textimage-wrapper {
		flex-flow: column !important;
	}

	.second {
		padding-top: 6rem;
	}
}


@media only screen and (max-width: 700px) {
	.companyList-title {
		font-size: 24px;
	}
}

/* Media query for mobile screens */
@media only screen and (max-width: 480px) {

	.pricing-form-content {
		align-items: flex-start;
	}

	.pricing-form-header-container {
		text-align: start;
	}

	.pricing-form-header-container h2 {
		font-size: 32px;
	}

	.pricing-input-container {
		justify-content: flex-start;
	}

	.companyList-title {
		font-size: 20px;
	}

	.unmargin {
		margin-top: 0 !important;
	}

	.input-wrapper {
		width: 19rem;
	}

	#businessEmail {
		width: 18rem;
	}

	#businessEmail2 {
		width: 100%;
	}

	.footer-content {
		padding: 3rem 3rem;
	}

	.input-wrapper-footer button {
		right: 0;
		margin-top: 0;
	}

	.image-overlay-first {
		position: absolute;
		top: -3px;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to top, #02091D, transparent);
		z-index: 4;
		mask-image: linear-gradient(to top, #02091D, transparent);
		-webkit-mask-image: linear-gradient(to top, #02091D, transparent);
	}

	.header-title {
		line-height: 2.5rem;
	}

	.title-content {
		text-align: start;
	}

	.intro_wrapper {
		width: 80%;
		margin-top: 150px;
	}

	.intro_text_wrapper {
		font-size: 16px;
		z-index: 8;
	}

	.hero-two {
		position: absolute;
		width: 100%;
		height: 100vh;
		z-index: 1;
	}

	.hero__image {

		width: 100%;
		height: 70vh;
		position: relative;
		z-index: 3;
	}

	.input-wrapper button {
		width: 62px;
		height: 36px;
		position: absolute;
		font-size: 12px;
	}

	.input-wrapper input {
		font-size: 12px;
		padding: 5px 10px;
	}

	.slogan {
		text-shadow: 1px 1px 6px rgba(2, 9, 29);
	}

	.hero-one {
		height: 100%;
	}

}

@media only screen and (max-width: 410px) {
	.image-overlay-first {
		height: 100%;
		top: -10px;
	}

	.input-wrapper-footer button {
		margin-top: 0;
	}
}

/* iPhone SE*/
@media only screen and (max-width: 375px) {
	.header-title {
		font-size: 2.7rem;
	}

	.companyList-title {
		font-size: 16px;
	}

	.intro_wrapper {
		width: 90%;
		margin-top: 260px;
	}

	.input-wrapper-footer button {
		margin-top: 0;
	}

	.hero__image {
		height: 88vh;
	}
}

@media only screen and (max-width: 360px) {
	.hero__image {
		height: 80vh;
	}
}

.newsletter-align>input {
	color: black
}

.hero-wrapper {
	height: 105%;
}

@media only screen and (min-width: 768px) {
	.image-text__wrapper {
		align-items: normal !important;
	}
}

/* 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;
}

.icon-details {
	color: black;
}

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

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

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

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

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

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

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

[class^="icon-"] {
	font-family: 'erply-iconfont' !important;
	font-style: normal;
	font-size: 30px !important;
	line-height: 0;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes to-right {
	from {
		margin-right: 30px;
	}

	to {
		margin-right: 0;
	}
}

.language_navigation {
	height: 10vh;
	background-color: #02091d;
	z-index: 10;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.custom_width {
	margin: 0!important;
}

@media (max-width: 768px) {
	.-left-\[75\%\] {
		left: -312% !important;
	}
}

@media (min-width: 768px) {
	.-left-\[75\%\] {
		left: -143% !important;
	}
}



	    