#home-page {
	width: 1040px;
	max-width: calc(100% - 10px);
	margin: 0 auto;
}
.home-create-btns {
	display: flex;
	margin: 15px -5px;
}
.home-create-btn {
	box-sizing: border-box;
	border-radius: 5px;
	margin: 5px;
	padding: 10px 8px;
	width: 100%;
	color: #222;
	text-align: center;
}
.darkmode .home-create-btn {
	color: #ccc;
}
.home-create-btn:hover {
	text-decoration: none;
	border-color: #999;
}
.home-create-btn svg,
.home-create-btn img {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto 10px;
}
@media (max-width: 800px) {
	.home-create-btns {
		flex-wrap: wrap;
	}
	.home-create-btn {
		width: calc(33.33% - 10px);
	}
	.home-create-btn .make-icon-pie {
		width: 30px;
		height: 30px;
		margin-bottom: 5px;
	}
	.home-create-btn:nth-child(4),
	.home-create-btn:nth-child(5),
	.home-create-btn:nth-child(6) {
		font-size: 0.9em;
	}
}
.home-create-btn .make-icon-meme {
	background: none;
	fill: #00bff3;
}
.home-create-btn .make-icon-gif rect {
	fill: #00bff3;
}
.home-create-btn .make-icon-ai {
	box-sizing: border-box;
	border: 2px solid #00bff3;
}
.home-create-btn .make-icon-pie circle:first-child {
	fill: #00bff3;
}
.home-create-btn .make-icon-pie circle:last-child {
	stroke: #fff;
}
.darkmode .home-create-btn .make-icon-pie circle:last-child {
	stroke: #333;
}
.home-section h2 {
	margin: 0;
	display: flex;
	justify-content: space-between;
}
.home-section h2 .but {
	min-width: 60px;
}
.home-section + .home-section {
	margin-top: 20px;
}
@media (max-width: 550px) {
	.home-section + .home-section {
		margin-top: 10px;
	}
}
.home-imgs {
	display: flex;
	margin: 8px -4px -4px;
}
.home-img {
	box-sizing: border-box;
	width: 10%;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	margin: 4px;
}
.home-streams .home-img {
	width: 12.5%;
}
@media (max-width: 800px) {
	.home-imgs {
		flex-wrap: wrap;
		margin: 9px -3px -3px;
	}
	.home-img {
		width: calc(20% - 6px);
		margin: 3px;
	}
	.home-streams .home-img {
		width: calc(25% - 6px);
	}
}
@media (max-width: 550px) {
	.home-streams .home-img {
		width: calc(33.33% - 6px);
	}
}
.home-img-btn {
	width: 100%;
	height: auto;
	min-height: 40px;
	aspect-ratio: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: initial;
	font-size: 1em;
}
.home-img-btn-subtitle {
	font-size: 0.9em;
	color: #999;
}
.home-img > img {
	width: 100%;
	aspect-ratio: 1;
	display: flex;
}
.home-img-cluster {
	display: flex;
	flex-wrap: wrap;
	margin: -1px;
}
.home-img-cluster img {
	width: calc(50% - 1px);
	height: calc(50% - 1px);
	margin: 1px 0 0 1px;
}
.home-img-label {
	margin-top: 10px;
	text-align: center;
	font-size: 0.9em;
	overflow: hidden;
	text-overflow: ellipsis;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 24px 8px 8px;
	color: #fff;
	white-space: nowrap;
	box-sizing: border-box;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.home-img:hover {
	text-decoration: none;
}

.home-pro {
	width: 340px;
	margin: 20px auto;
	box-sizing: border-box;
}
@media (max-width: 550px) {
	.home-pro {
		width: 100%;
	}
}
.home-pro h2 {
	margin: 0 0 20px;
	text-align: center;
}
.home-pro-subtitle {
	text-align: center;
	margin-top: 20px;
	font-size: 0.9em;
}
.home-pro-subtitle + .but {
	margin-top: 20px;
}
.home-pro .but {
	width: 100%;
}