.count-up-boxes-module-container {
	margin-bottom: 0px;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
}

.count-up-boxes-module-container-title-style1, .count-up-boxes-module-container-title-style5 {
	font-family: Roboto Slab, serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.25em;
	color: #02293d;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	text-align: center;
}

.count-up-boxes-module-container-title-style3 {
	font-family: Roboto Slab, serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.25em;
	color: #ffffff;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	text-align: center;
}

.count-up-boxes-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.count-up-box-style1 {
	background-color: rgb(249 250 251);
	border-radius: 10px;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
	flex: 1;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	min-width: 200px;
	overflow: visible;
	padding: 20px;
	rotate: none;
	scale: none;
	text-align: center;
	transform: scale(0);
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .15s;
}

.count-up-box-style1:hover {
	background-color: rgb(249 250 251);
	border-radius: 10px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	flex: 1;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	min-width: 200px;
	overflow: visible;
	padding: 20px;
	rotate: none;
	scale: none;
	text-align: center;
	transform: scale(1.01) !important;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .15s;
}

.count-up-box-heading-style1 {
	color: #02294d;
	font-family: "Source Sans Pro", sans-serif;
	font-size: clamp(36px, 48px, 48px);
	font-weight: bold;
	line-height: 48px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

.count-up-box-style1 p {
	color: #02293d;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.count-up-box-style3 {
	background: none;
	flex: 1;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	min-width: 200px;
	overflow: visible;
	padding: 20px;
	rotate: none;
	scale: none;
	text-align: center;
	transform: scale(0);
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .15s;
}

.count-up-box-style3:hover {
	background: none;
	flex: 1;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	min-width: 200px;
	overflow: visible;
	padding: 20px;
	rotate: none;
	scale: none;
	text-align: center;
	transform: scale(1.01) !important;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .15s;
}

.count-up-box-heading-style3 {
	color: #12d678;
	font-family: "Source Sans Pro", sans-serif;
	font-size: clamp(36px, 48px, 48px);
	font-weight: bold;
	line-height: 48px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

.count-up-box-style3 p {
	color: #ffffff;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

.count-up-box-style5 {
	align-items: center;
	display: flex;
	flex: 1;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	min-width: 200px;
	overflow: visible;
	padding: 0px;
	rotate: none;
	scale: none;
	text-align: center;
	transform: scale(0);
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-duration: .15s;
}

.count-up-box-heading-style5 {
	color: #02294d;
	font-family: "Source Sans Pro", sans-serif;
	font-size: clamp(36px, 48px, 48px);
	font-weight: bold;
	line-height: 48px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

.count-up-box-style5 p {
	color: #02293d;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 48px;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
}

.count-up-boxes-module-closing-header {
	font-family: Roboto Slab, serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.25em;
	color: #02293d;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	text-align: center;
}

.count-up-boxes-module-closing-paragraph {
	color: #02293d;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	text-align: center;
}

.count-up-boxes-cta-container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.count-up-boxes-cta-button-container {
	display: inline-block;
}

.count-up-boxes-cta-button {
	align-items: center;
	background-color: #12d678;
	border-radius: 20px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	color: #ffffff;
	display: flex;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 600;
	height: 35px;
	line-height: 30px;
	margin-top: 20px;
	overflow: hidden;
	padding-bottom: 7px;
	padding-left: 37px;
	padding-right: 37px;
	padding-top: 5px;
	scale: 1;
	text-decoration: none;
	transition: all 0.25s ease;
}

.count-up-boxes-cta-button:hover {
	background-color: #12d678;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
	color: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	font-weight: 600;
	height: 35px;
	line-height: 30px;
	scale: 1.02;
	text-decoration: none;
}

@media (max-width: 768px) {
	.count-up-boxes-container {
		flex-direction: column; /* Switch to column for mobile */
	}
	
	.count-up-box-style5 {
		flex-direction: column;
	}
}

/* Create animation on scroll */
@keyframes fadeInUp {
	from {
		transform: translateY(50px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.fade-in-up {
	animation: 0.75s both fadeInUp;
}

.fade-in-up-delay1 {
	animation-delay: 0ms;
}

.fade-in-up-delay2 {
	animation-delay: 100ms;
}

.fade-in-up-delay3 {
	animation-delay: 200ms;
}

.fade-in-up-delay4 {
	animation-delay: 300ms;
}

.fade-in-up-delay5 {
	animation-delay: 400ms;
}

.fade-in-up-delay6 {
	animation-delay: 500ms;
}

.fade-in-up-delay7 {
	animation-delay: 600ms;
}

.fade-in-up-delay8 {
	animation-delay: 700ms;
}

.fade-in-up-delay9 {
	animation-delay: 800ms;
}

.fade-in-up-delay10 {
	animation-delay: 900ms;
}