.barcode {
	display: block;
	position: relative;
	width: 100%;
	min-height: 56px;
}

.barcode > div:nth-of-type(1) {
	width: 94.254937163375224416517055655296%;
	height: 14.634146341463414634146341463415%;
	border-radius: 0 50vh 50vh 0;
	background-color: #92d400;
	top: 0;
	position: absolute;
}

.barcode > div:nth-of-type(2) {
	width: 95.691202872531418312387791741472%;
	height: 14.634146341463414634146341463415%;
	border-radius: 0 50vh 50vh 0;
	background-color: #002664;
	position: absolute;
	top: 29.268292682926829268292682926829%;;
}

.barcode > div:nth-of-type(3) {
	width: 97.127468581687612208258527827648%;
	height: calc(14.634146341463414634146341463415% / 2);
	border-radius: 0 50vh 50vh 0;
	background-color: #002664;
	position: absolute;
	top: 50%;
}

.barcode > div:nth-of-type(4) {
	width: 98.563734290843806104129263913824%;
	height: calc(14.634146341463414634146341463415%);
	border-radius: 0 50vh 50vh 0;
	background-color: #58A618;
	position: absolute;
	top: calc(100% - 28.571428571428571428571428571429%);
}

.barcode > div:nth-of-type(5) {
	width: 100%;
	height: calc(14.634146341463414634146341463415% / 2);
	border-radius: 0 50vh 50vh 0;
	background-color: #92D400;
	position: absolute;
	top: calc(100% - 7.317073170731707317073170731707%);
}

.barcode.withurl > div:nth-of-type(1) {
	width: 81.998348472336911643270024772915%;
}
.barcode.withurl > div:nth-of-type(2) {
	width: 83.319570602807597027250206440958%;
}
.barcode.withurl > div:nth-of-type(3) {
	width: 84.558216350123864574731626754748%;
}

.barcode.fixed > div:nth-of-type(1) {
	width: calc(100% - 65px);
}
.barcode.fixed > div:nth-of-type(2) {
	width: calc(100% - 49px);
}
.barcode.fixed > div:nth-of-type(3) {
	width: calc(100% - 33px);
}
.barcode.fixed > div:nth-of-type(4) {
	width: calc(100% - 17px);
}

.barcode.withurl.fixed > div:nth-of-type(1) {
	width: calc(100% - 217px);
}
.barcode.withurl.fixed > div:nth-of-type(2) {
	width: calc(100% - 203px);
}
.barcode.withurl.fixed > div:nth-of-type(3) {
	width: calc(100% - 187px);
}
.barcode.withurl.fixed > div:nth-of-type(4) {
	width: calc(100% - 17px);
}