.typography-hero-headline:lang(th) {
	line-height: 1.36;
}

.scroll-gallery .scroll-container {
	overflow-y: hidden;
}

.section-security .section-content .typography-section-headline {
	line-height: 1.15;
}

/* icon-hello */
.icon-hello {
	width: var(--p-width);
	height: var(--p-height);
	--p-width: 134px;
	--p-height: 72px;
}

@media only screen and (max-width: 1068px) {
	.icon-hello {
		--p-width: 113px;
		--p-height: 61px;
	}
}

@media only screen and (max-width: 734px) {
	.icon-hello {
		--p-width: 68px;
		--p-height: 37px;
	}
}
