/* -------------------
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: 009de7a6-6c06-4b9e-8ee1-8b6adeff0cfd
-------------------*/
:root {
	--color-0: #2b2b2b;
	--color-1: #ffffff;
	--color-2: #fb6317;
	--color-2-alpha: #fb6317bf;
	--color-3: #131519;
	--color-4: #fb6317;
	--color-4-alpha: #973b0e;
	--color-5: #48515e;
}

.vf-tooltip__popup {
visibility: visible;
padding: 0.25rem;
opacity: 1;
    z-index: 14;
	
}

.vf-tooltip__heading {
    font-size: 1.25rem;
}


