@font-face {
	font-family: "Chronic";
	src: url("../../font/33B6F7_0_0.woff2") format("woff2"), url("../../font/33B6F7_0_0.woff") format("woff"), url("../../font/33B6F7_0_0.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
	font-weight: 400;
}

@font-face {
	font-family: "Just Another Hand";
	src: url("../../font/JustAnotherHand-Regular.ttf") format("truetype");
	font-style: normal;
	font-display: swap;
	font-weight: 400;
}

.title-h1 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h1);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h1);
	color: #424242;
}

.title-h2 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h2);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h2);
	color: #424242;
}

.title-h3 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h3);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h3);
	color: #424242;
}

.title-h4 {
	font-family: var(--font-family-title);
	font-size: var(--font-size-h4);
	font-weight: var(--font-weight);
	line-height: var(--line-height-h4);
	color: #424242;
}

.p-social {
	padding: 24px 0;
}

.p-social--content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 600px;
	width: 100%;
	margin: auto;
}

.p-social--text {
	font-family: var(--font-family-title);
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	margin-right: 20px;
	line-height: 66px;
}

.p-social--icons .a2a_kit {
	display: -ms-flexbox;
	display: flex;
}

.p-social--icons a {
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 0.56rem;
}

.p-social--icons a svg {
	width: 100%;
}

@media (max-width: 1023px) {

.title-h1 {
	font-size: 40px;
}

.title-h2 {
	font-size: 40px;
}

.title-h3 {
	font-size: 40px;
}

.title-h4 {
	font-size: 40px;
}

.p-social {
	padding: 0;
}

.p-social--content {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100%;
	padding: 0 20px;
	-ms-flex-direction: column;
	flex-direction: column;
}

.p-social--text {
	margin-right: 0;
	margin-top: 10px;
	font-size: 20px;
	line-height: 1;
	margin-bottom: 20px;
}

.p-social--icons a {
	width: 24px;
	height: 24px;
}

}

