/* -------------------
BEGIN va-grid-unlimited.css
Sitecore Resource: 2a99d680-af32-41a3-a868-489e46589682
-------------------*/
.vf-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	justify-content: center;
	gap: 1rem 2rem;
}

.vf-area {
	display: flex;
	align-items: center;
	position: relative;
}

/* -------------------
BEGIN vbf-client
Sitecore Resource: 3890fd81-6ecc-4d50-88e3-72ea3ff4296a
-------------------*/
:root {
	--color-0: #2b2b2b;
	--color-1: #ffffff;
	--color-2: #00a9e0;
	--color-2-alpha: #00a9e0bf;  /* add bf to color code 2 HTML Code */
	--color-3: #003a70;
	--color-4: #84bd00;
	--color-4-alpha: #6a9700;
	--color-5: #84bd00;
}
