.image-text__content {
	margin-top: 1rem;
	color: var(--text-normal);
	font-family: WebsiteMainFont;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -0.03rem;
}


.image-text__image img {
	width: 100%;
	height: auto;
}

.innerTitle {
	color: var(--text-loud);
	font-family: WebsiteMainFont;
	font-size: 3.4375rem !important;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	letter-spacing: -.17188rem !important;
}



.homeLink {
	text-decoration: none;
}

.homeLink:hover {
	text-decoration: underline;
}

#margin-top {
	margin-top: 6rem;
}

@media (max-width: 600px) {
	.erply-icons-container .btn-hero {
		flex: 1 1 calc(50% - 8px);
		max-width: calc(50% - 8px);
	}
}

.erply-icons-container {

	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	max-width: 1300px;
	margin: auto;
	padding: 20px;
}


.btn-hero {
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: 230px;
	width: 100%;
	height: 64px;
	padding: 14px;
	border-radius: 16px;
	background: white;
	border: none;
	cursor: pointer;
	font-family: 'Onest', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -0.03em;
	box-shadow:
		0px 0px 0px 1px rgba(5, 29, 60, 0.1),
		0px 2px 2px -1px rgba(5, 29, 60, 0.07),
		0px 4px 4px -2px rgba(5, 29, 60, 0.07),
		0px 8px 8px -4px rgba(5, 29, 60, 0.07),
		0px 16px 16px -8px rgba(5, 29, 60, 0.07);
	transition: background 0.3s, transform 0.2s;
}

.btn-hero .icon {
	flex-shrink: 0;
}

.btn-hero .icon svg {
	width: 32px;
	height: 32px;
}

.btn-hero .label {
	display: block;
	text-align: left;
	white-space: normal;
	line-height: 1.2;
}


.btn-hero:hover {
	transform: translateY(-2px);
}

/* Blue theme */
.btn-blue {
	border: 1px solid #2B72FF;
}

.btn-blue:hover {
	background: #E6F0FF;
	border-color: #1E5EFF;
}

/* Green theme */
.btn-green {
	border: 1px solid #2BC48A;

}

.btn-green:hover {
	background: #E0F5EC;
	border-color: #1FAA77;
}

/* Orange theme */
.btn-orange {
	border: 1px solid rgba(242, 65, 9, 1);
}

.btn-orange:hover {
	background: rgba(242, 65, 9, 0.12);
	border-color: rgba(242, 65, 9, 1);
}

/* Purple theme */
.btn-purple {
	border-color: #7629fa;
	border: 1px solid #a36eff;
}

.btn-purple:hover {
	background: #F0E6FF;
	border-color: #812BFF;
}

/* Pink theme */
.btn-pink {
	border: 1px solid #cf59d1;
	color: #000;
}

.btn-pink:hover {
	background: #F5E1ED;
	border-color: #b044b6;
}



.badge {
	aspect-ratio: 1 / 1;
	cursor: pointer;
	border-radius: 6px !important;
	margin-bottom: 8px;
	min-width: 32px;
	min-height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.badge.badge-pink,
.badge.badge-purple,
.badge.badge-green,
.badge.badge-blue,
.badge.badge-teal,
.badge-yellow,
.badge.sandbox-app__add,
.badge-teal {
	border: none;
}

.badge i {
	font-size: 20px;
}