:root {
	--value-base:  16px;
	--value-gap:   calc( var(--value-base) * 2 );
	--color-body:  #232323;
	--color-border:#E9E9E9;
	--color-white: #FFFFFF;
}
*,
:after,
:before {
	box-sizing: border-box;
}
html {
	min-width: 240px;
	overflow-x: scroll;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
.sr {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1rem;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: .35em .75em .625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
table {
	text-align: left;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 0;
	border: 1px solid var(--color-border);
}
table td,
table th {
	padding: 1rem;
	border-bottom: 1px solid var(--color-border);
	border-right: 1px solid var(--color-border);
}
table tr:nth-child(2n) {
	background-color: #F6F8FA;
}
body {
	font-family: sans-serif;
	font-size: var(--value-base);
	line-height: 22px;
	color: #232323;
	font-weight: 400;
	background: #fff;
}
details,
main {
	display: block
}
a {
	background-color: rgba(0, 0, 0, 0);
}
.b,
.strong,
b,
strong {
	font-weight: 700;
}
.em,
em {
	font-style: italic;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
.small,
small {
	font-size: .8125rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	line-height: 0;
	border-style: none;
}
iframe {
	width: 100%;
	max-width: 100%;
}
[hidden],
template {
	display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: sans-serif;
	margin: .5rem 0;
}
.h1,
h1 {
	font-size: 2em;
	line-height: 1.1875;
}
.h2,
h2 {
	font-size: 1.625em;
	line-height: 1.23;
}
.h3,
h3 {
	font-size: 1.375em;
	line-height: 1.27;
}
.h4,
h4 {
	font-size: 1.125em;
	line-height: 1.333;
}
.h5,
h5 {
	font-size: 1em;
	line-height: 1.375;
}
.h6,
h6 {
	font-size: 0.875em;
	line-height: 1.42;
}
.container {
	width: 100%;
	max-width: var(--value-bp-xl);
	padding-left: var(--value-base);
	padding-right: var(--value-base);
	margin-left: auto;
	margin-right: auto;
}
.row {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-left: calc( 0px - var(--value-base) );
	margin-right: calc( 0px - var(--value-base) );
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
	flex: 0 0 auto;
	padding-left: var(--value-base);
	padding-right: var(--value-base);
}
.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}
.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}
.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}
.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}
.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}
.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}
.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}
.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}
.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}
.col-full {
	flex-grow: 1;
	flex-basis: 0;
	max-width: 100%;
}
/* @media only screen and (min-width:768px) { */
@media only screen and (min-width:782px) {
	.row-m {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		margin-left: calc( 0px - var(--value-base) );
		margin-right: calc( 0px - var(--value-base) );
	}
	.col-1-m,
	.col-2-m,
	.col-3-m,
	.col-4-m,
	.col-5-m,
	.col-6-m,
	.col-7-m,
	.col-8-m,
	.col-9-m,
	.col-10-m,
	.col-11-m,
	.col-12-m {
		flex: 0 0 auto;
		padding-left: var(--value-base);
		padding-right: var(--value-base);
	}
	.col-1-m {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-2-m {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-3-m {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-4-m {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-5-m {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-6-m {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-7-m {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-8-m {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-9-m {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-10-m {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-11-m {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-12-m {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-full-m {
		flex-grow: 1;
		flex-basis: 0;
		max-width: 100%;
	}
}
@media only screen and (min-width:980px) {
	.row-l {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		margin-left: calc( 0px - var(--value-base) );
		margin-right: calc( 0px - var(--value-base) );
	}
	.col-1-l,
	.col-2-l,
	.col-3-l,
	.col-4-l,
	.col-5-l,
	.col-6-l,
	.col-7-l,
	.col-8-l,
	.col-9-l,
	.col-10-l,
	.col-11-l,
	.col-12-l {
		flex: 0 0 auto;
		padding-left: var(--value-base);
		padding-right: var(--value-base);
	}
	.col-1-l {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-2-l {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-3-l {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-4-l {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-5-l {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-6-l {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-7-l {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-8-l {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-9-l {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-10-l {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-11-l {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-12-l {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-full-l {
		flex-grow: 1;
		flex-basis: 0;
		max-width: 100%;
	}
}
@media only screen and (min-width:1300px) {
	.row-xl {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		margin-left: calc( 0px - var(--value-base) );
		margin-right: calc( 0px - var(--value-base) );
	}
	.col-1-xl,
	.col-2-xl,
	.col-3-xl,
	.col-4-xl,
	.col-5-xl,
	.col-6-xl,
	.col-7-xl,
	.col-8-xl,
	.col-9-xl,
	.col-10-xl,
	.col-11-xl,
	.col-12-xl {
		flex: 0 0 auto;
		padding-left: var(--value-base);
		padding-right: var(--value-base);
	}
	.col-1-xl {
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-2-xl {
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-3-xl {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-4-xl {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-5-xl {
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-6-xl {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-7-xl {
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-8-xl {
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-9-xl {
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-10-xl {
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-11-xl {
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-12-xl {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-full-xl {
		flex-grow: 1;
		flex-basis: 0;
		max-width: 100%;
	}
}
.no-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default
}