.show-for-small {
	display: none;
}

.show-for-medium {
	display: none;
}

.show-for-large {
	display: block;
}

@media only screen and (max-width: 1068px) {
	.show-for-small {
		display: none;
	}

	.show-for-medium {
		display: block;
	}

	.show-for-large {
		display: none;
	}

	.hide-for-medium {
		display: none;
	}
}

@media only screen and (max-width: 735px) {
	.show-for-small {
		display: block;
	}

	.show-for-medium {
		display: none;
	}

	.show-for-large {
		display: none;
	}

	.hide-for-small {
		display: none;
	}

	.hide-for-medium {
		display: inline-block;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.grid-item-available .typography-headline-elevated {
		font-size: 44px;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.grid-item-guidelines .typography-headline {
		font-size: 38px;
	}
}

.grid-item-potential h3 {
	max-width: 400px;
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.grid-item-potential .typography-headline {
		font-size: 36px;
	}
}

.grid-item-refund h3 {
	max-width: 400px;
}

@media only screen and (min-width: 735px) {
	.grid-item-help .picture-container {
		margin-right: calc(-2 * var(--tile-padding));
	}
}

@media only screen and (max-width: 734px) {
	.grid-item-safety.grid-item.icon-half .flex-content .icon picture {
		margin: 50px 68px;
	}
}

@media only screen and (max-width: 320px) {
	.grid-item-safety.grid-item.icon-half .flex-content .icon picture {
		margin: 50px 40px;
	}
}

.grid-item.half.icon-half.grid-item-family-friendly .typography-headline {
	word-break: break-word;
}

.typography-headline {
	word-break: keep-all;
}
