._Flex_jfk2w_1 {
	display: flex;
}
._justifyStart_jfk2w_5 {
	justify-content: flex-start;
}
._justifyCenter_jfk2w_9 {
	justify-content: center;
}
._justifyEnd_jfk2w_13 {
	justify-content: flex-end;
}
._justifyBetween_jfk2w_17 {
	justify-content: space-between;
}
._justifyUnset_jfk2w_21 {
	justify-content: unset;
}
._alignStart_jfk2w_25 {
	align-items: flex-start;
}
._alignCenter_jfk2w_29 {
	align-items: center;
}
._alignEnd_jfk2w_33 {
	align-items: flex-end;
}
._alignStretch_jfk2w_37 {
	align-items: stretch;
}
._directionRow_jfk2w_41 {
	flex-direction: row;
}
._directionColumn_jfk2w_45 {
	flex-direction: column;
}
._max_jfk2w_49 {
	width: 100%;
}
._wrap_jfk2w_53 {
	flex-wrap: wrap;
}
._nowrap_jfk2w_57 {
	flex-wrap: nowrap;
}
._wrap-reverse_jfk2w_61 {
	flex-wrap: wrap-reverse;
}
