@font-face {
	font-family: gbicons;
	src:
		url(../webfonts/gbicons.woff2?61820902) format("woff2"),
		url(../webfonts/gbicons.woff?61820902) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

[class^="gbicon-"],
[class*=" gbicon-"] {
	font-family: gbicons !important; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	speak: never;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.gbi {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.gbicon-exclamation-circle::before {
	content: "\e90a";
}

.gbicon-search::before {
	content: "\e900";
}

.gbicon-times::before {
	content: "\e901";
	font-size: 24px;
    color: #C5AC2B;
}

.gbicon-bars::before {
    content: "";
    display: inline-block;
    width: 39px;     /* match your SVG */
    height: 20px;    /* match your SVG */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='23' viewBox='0 0 39 23' fill='none'%3E%3Cpath d='M38.9853 0H0V2.9738H38.9853V0Z' fill='%23C5AC2B'/%3E%3Cpath d='M38.9853 10.005H0V12.9788H38.9853V10.005Z' fill='%23C5AC2B'/%3E%3Cpath d='M38.9853 20.01H0V22.9838H38.9853V20.01Z' fill='%23C5AC2B'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}


.gbicon-arrow-circle-right::before {
	content: "\e903";
}

.gbicon-arrow-circle-left::before {
	content: "\e904";
}

.gbicon-angle-left::before {
	content: "\e905";
}

.gbicon-angle-right::before {
	content: "\e906";
}

.gbicon-angle-down::before {
	content: "\e907";
}

.gbicon-angle-up::before {
	content: "\e908";
}
