:root {
	--spaceHalf: 12px;
	--space: 25px;
	--spaceDouble: 50px;
	--spaceTripple: 75px;
	--spaceQuad: 100px;
	--colorRed: #e30613;
	--colorBorder: #eaeaea;
}
body {
	margin: 0;
}
html {
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
a {
	text-decoration: none;
	color: var(--colorRed);
}
a:hover {
	color: var(--colorRed) !important;
}
ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.wrapper {
	max-width: 1100px;
	margin: auto;
	padding: 0 var(--spaceTripple);
}
@media screen and (max-width: 800px) {
	.wrapper {
		padding: 0 1rem;
	}
}
header .top-header {
	background-color: #000;
	padding: var(--spaceHalf) var(--space);
	display: flex;
	justify-content: flex-end;
}
header .top-header .menu {
	display: flex;
	font-size: 0.875rem;
}
header .top-header .menu li:last-child a {
	padding-right: 0;
}
header .top-header .menu li a {
	position: relative;
	display: block;
	white-space: nowrap;
	padding-right: 2rem;
	line-height: 1;
	color: #b8b8b8;
}
header .top-header .menu li a::before {
	content: '';
	position: absolute;
	bottom: 0.15rem;
	left: -0.7rem;
	width: 0.25rem;
	height: 0.25rem;
	border-right: .125rem solid currentColor;
	border-bottom: .125rem solid currentColor;
}
header .wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 800px) {
	header .wrapper {
		flex-direction: column;
		justify-content: center;
	}
}
header .wrapper .logo a {
	position: relative;
	display: block;
	margin-top: var(--spaceDouble);
	margin-bottom: var(--spaceDouble);
	background: url(/app/tpl/logo.svg) no-repeat;
	background-size: contain;
	height: 3.75rem;
	width: 18.13rem;
}
@media screen and (max-width: 700px) {
	header .wrapper .logo a {
		margin: 2rem auto;
	}
}
header .wrapper .logo a span {
	position: absolute;
	bottom: -1.25rem;
	right: 0;
	font-size: 1.25rem;
	color: #000;
	font-weight: 600;
}
main {
	background: linear-gradient(to bottom, #f6f6f6, rgba(255, 255, 255, 0));
	padding: var(--spaceTripple) 0;
	display: flex;
	flex-direction: column;
	gap: var(--spaceTripple);
}
main section {
	width: calc(100% - 2 * var(--spaceTripple));
}
@media screen and (max-width: 800px) {
	main section {
		width: calc(100% - 2 * var(--space));
	}
}
main section p {
	margin-bottom: 2rem;
}
main section h2 {
	margin-left: var(--space);
	margin-bottom: var(--space);
	text-transform: uppercase;
}
main section h3 {
	font-size: 1.7rem;
	margin-bottom: 1rem;
}
main section h4 {
	font-size: 1.3rem;
	margin: 0;
}
main section hr {
	margin-bottom: 7.5rem;
	height: 1px;
	background-color: #ccc;
	border: none;
}
main section .center {
	text-align: center;
}
main section #antiphishing .icon {
	display: none;
}
/*# sourceMappingURL=cache/css/6a4f3a303f2a311d2f61de8bbd6725d5.map */