/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

 :root {
	--bg: #f2f4f7;
	--header-blue: #003366;
	--header-light-blue: #e0eafc;
	--header-light-gray: #e1e1e1;
	--text-color: #333;
	--slant-angle: -1.5deg;
	--super-slant-angle: -2.5deg;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	color: #333333;
	text-decoration: none;
}

body {
	background: var(--bg);
	/* font-family: "Lato", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
	font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

body {
	margin: 0;
	font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
	background: var(--bg);
	color: #0b0f19;
	line-height: 1.45;
}

.container{
	max-width: 1380px;
	margin: 24px auto 24px;
}

.plr {
	padding: 0 17px;
}

.section-title{
	margin: 0 0 16px;
	font-size: 16px;
	letter-spacing: .6px;
	text-transform: uppercase;
	color: #7b8794;
}

.page-content {
	min-height: 200px;
	max-width: 1380px;
	margin: 17px auto 17px;
}

.page-content h1 {
	margin-bottom: 17px;
}

@media (max-width: 720px) {

	.page-content {
		padding: 17px;
	}
	
} /* max-width: 720 */

.wap-ico {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	text-decoration: none;
	color: inherit;
}

.wap-ico::before {
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImdyZWVuIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBhdGggc3Ryb2tlPSJub25lIiBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTMgMjFsMS42NSAtMy44YTkgOSAwIDEgMSAzLjQgMi45bC01LjA1IC45Ii8+PHBhdGggZD0iTTkgMTBhLjUgLjUgMCAwIDAgMSAwdi0xYS41IC41IDAgMCAwIC0xIDB2MWE1IDUgMCAwIDAgNSA1aDFhLjUgLjUgMCAwIDAgMCAtMWgtMWEuNSAuNSAwIDAgMCAwIDEiLz48L3N2Zz4=);
}
