.is-flex {
	display: flex;
}

.is-flex-direction-column {
	flex-direction: column;
}

.items-center {
	align-items: center;
}

.justify-center {
	justify-content: center;
}

.justify-start {
	justify-content: flex-start;
}

.items-center {
	align-items: center;
}

.items-start {
	align-items: flex-start;
}

.justify-between {
	justify-content: space-between;
}

.is-full-width {
	width: 100% !important;
}

.is-full-height {
	height: 100% !important;
}

.is-pulled-right {
	float: right !important;
}

.is-pulled-left {
	float: left;
}

.p-0 {
	padding: 0 !important;
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.my-0 {
	margin: 0rem !important;
	margin-bottom: 0rem !important;
}

.py-1 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.pt-1 {
	padding-top: 1rem !important;
}

.pb-1 {
	padding-bottom: 1rem !important;
}

.pr-4, .px-4 {
	padding-right: 4rem;
}

.pl-4, .px-4 {
	padding-left: 4rem;
}

.my-1 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.mt-1 {
	margin-top: 1rem !important;
}

.mb-1 {
	margin-bottom: 1rem !important;
}