/* -------------------
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: 7a13a0b7-2c68-40f9-a82d-b0bc8873ab42
-------------------*/
:root {
	--color-0: #2b2b2b;
	--color-1: #ffffff;
	--color-2: #9eab05;
	--color-2-alpha: #9eab05bf;
	--color-3: #44748f;
	--color-4: #fbaf17;
	--color-4-alpha: #a33d05;
	--color-5: #00544d;
}

.welcome-ctr > div:last-child {
	
	align-items: center;
}

