body {
	--wp--preset--color--black: #000000;
	--wp--preset--color--cyan-bluish-gray: #abb8c3;
	--wp--preset--color--white: #ffffff;
	--wp--preset--color--pale-pink: #f78da7;
	--wp--preset--color--vivid-red: #cf2e2e;
	--wp--preset--color--luminous-vivid-orange: #007bff;
	--wp--preset--color--luminous-vivid-amber: #fcb900;
	--wp--preset--color--light-green-cyan: #7bdcb5;
	--wp--preset--color--vivid-green-cyan: #00d084;
	--wp--preset--color--pale-cyan-blue: #8ed1fc;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--wp--preset--color--vivid-purple: #9b51e0;
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);
	--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
	--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(0,123,255,1) 100%);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(0,123,255,1) 0%,rgb(207,46,46) 100%);
	--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
	--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
	--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
	--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
	--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
	--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
	--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
	--wp--preset--duotone--dark-grayscale: url('#');
	--wp--preset--duotone--grayscale: url('#');
	--wp--preset--duotone--purple-yellow: url('#');
	--wp--preset--duotone--blue-red: url('#');
	--wp--preset--duotone--midnight: url('#');
	--wp--preset--duotone--magenta-yellow: url('#');
	--wp--preset--duotone--purple-green: url('#');
	--wp--preset--duotone--blue-orange: url('#');
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
}

.has-black-color {
	color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
	color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
	color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
	color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
	color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
	color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
	color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
	color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
	color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
	color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
	color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
	color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
	background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
	background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
	background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
	background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
	background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
	background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
	background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
	background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
	background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
	background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
	background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
	border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
	border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
	border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
	border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
	border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
	border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
	border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
	border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
	border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
	border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
	border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
	background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
	background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
	background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
	background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
	background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
	background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
	background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
	background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
	background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
	background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
	background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
	background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
	font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
	font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
	font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
	font-size: var(--wp--preset--font-size--x-large) !important;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],template {
	display: none
}

a {
	background-color: transparent
}

a:active,a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,kbd,pre,samp {
	font-family: monospace,monospace;
	font-size: 1em
}

button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,select {
	text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,th {
	padding: 0
}

* {
	box-sizing: border-box
}

:after,:before {
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333;
	background-color: #fff
}

button,input,select,textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:focus,a:hover {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.428571429;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

[role=button] {
	cursor: pointer
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.container:after,.container:before {
	display: table;
	content: " "
}

.container:after {
	clear: both
}

@media(min-width: 768px) {
	.container {
		width:750px
	}
}

@media(min-width: 992px) {
	.container {
		width:970px
	}
}

@media(min-width: 1200px) {
	.container {
		width:1170px
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.container-fluid:after,.container-fluid:before {
	display: table;
	content: " "
}

.container-fluid:after {
	clear: both
}

.row {
	margin-right: -15px;
	margin-left: -15px
}

.row:after,.row:before {
	display: table;
	content: " "
}

.row:after {
	clear: both
}

.row-no-gutters {
	margin-right: 0;
	margin-left: 0
}

.row-no-gutters [class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
	float: left
}

.col-xs-1 {
	width: 8.3333333333%
}

.col-xs-2 {
	width: 16.6666666667%
}

.col-xs-3 {
	width: 25%
}

.col-xs-4 {
	width: 33.3333333333%
}

.col-xs-5 {
	width: 41.6666666667%
}

.col-xs-6 {
	width: 50%
}

.col-xs-7 {
	width: 58.3333333333%
}

.col-xs-8 {
	width: 66.6666666667%
}

.col-xs-9 {
	width: 75%
}

.col-xs-10 {
	width: 83.3333333333%
}

.col-xs-11 {
	width: 91.6666666667%
}

.col-xs-12 {
	width: 100%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-pull-1 {
	right: 8.3333333333%
}

.col-xs-pull-2 {
	right: 16.6666666667%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-4 {
	right: 33.3333333333%
}

.col-xs-pull-5 {
	right: 41.6666666667%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-7 {
	right: 58.3333333333%
}

.col-xs-pull-8 {
	right: 66.6666666667%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-10 {
	right: 83.3333333333%
}

.col-xs-pull-11 {
	right: 91.6666666667%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-push-1 {
	left: 8.3333333333%
}

.col-xs-push-2 {
	left: 16.6666666667%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-4 {
	left: 33.3333333333%
}

.col-xs-push-5 {
	left: 41.6666666667%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-7 {
	left: 58.3333333333%
}

.col-xs-push-8 {
	left: 66.6666666667%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-10 {
	left: 83.3333333333%
}

.col-xs-push-11 {
	left: 91.6666666667%
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-offset-0 {
	margin-left: 0
}

.col-xs-offset-1 {
	margin-left: 8.3333333333%
}

.col-xs-offset-2 {
	margin-left: 16.6666666667%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-4 {
	margin-left: 33.3333333333%
}

.col-xs-offset-5 {
	margin-left: 41.6666666667%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-7 {
	margin-left: 58.3333333333%
}

.col-xs-offset-8 {
	margin-left: 66.6666666667%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-10 {
	margin-left: 83.3333333333%
}

.col-xs-offset-11 {
	margin-left: 91.6666666667%
}

.col-xs-offset-12 {
	margin-left: 100%
}

@media(min-width: 768px) {
	.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
		float:left
	}

	.col-sm-1 {
		width: 8.3333333333%
	}

	.col-sm-2 {
		width: 16.6666666667%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-4 {
		width: 33.3333333333%
	}

	.col-sm-5 {
		width: 41.6666666667%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-7 {
		width: 58.3333333333%
	}

	.col-sm-8 {
		width: 66.6666666667%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-10 {
		width: 83.3333333333%
	}

	.col-sm-11 {
		width: 91.6666666667%
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-pull-1 {
		right: 8.3333333333%
	}

	.col-sm-pull-2 {
		right: 16.6666666667%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-4 {
		right: 33.3333333333%
	}

	.col-sm-pull-5 {
		right: 41.6666666667%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-7 {
		right: 58.3333333333%
	}

	.col-sm-pull-8 {
		right: 66.6666666667%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-10 {
		right: 83.3333333333%
	}

	.col-sm-pull-11 {
		right: 91.6666666667%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-push-1 {
		left: 8.3333333333%
	}

	.col-sm-push-2 {
		left: 16.6666666667%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-4 {
		left: 33.3333333333%
	}

	.col-sm-push-5 {
		left: 41.6666666667%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-7 {
		left: 58.3333333333%
	}

	.col-sm-push-8 {
		left: 66.6666666667%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-10 {
		left: 83.3333333333%
	}

	.col-sm-push-11 {
		left: 91.6666666667%
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}

	.col-sm-offset-1 {
		margin-left: 8.3333333333%
	}

	.col-sm-offset-2 {
		margin-left: 16.6666666667%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-4 {
		margin-left: 33.3333333333%
	}

	.col-sm-offset-5 {
		margin-left: 41.6666666667%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-7 {
		margin-left: 58.3333333333%
	}

	.col-sm-offset-8 {
		margin-left: 66.6666666667%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-10 {
		margin-left: 83.3333333333%
	}

	.col-sm-offset-11 {
		margin-left: 91.6666666667%
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}
}

@media(min-width: 992px) {
	.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {
		float:left
	}

	.col-md-1 {
		width: 8.3333333333%
	}

	.col-md-2 {
		width: 16.6666666667%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-4 {
		width: 33.3333333333%
	}

	.col-md-5 {
		width: 41.6666666667%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-7 {
		width: 58.3333333333%
	}

	.col-md-8 {
		width: 66.6666666667%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-10 {
		width: 83.3333333333%
	}

	.col-md-11 {
		width: 91.6666666667%
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-pull-1 {
		right: 8.3333333333%
	}

	.col-md-pull-2 {
		right: 16.6666666667%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-4 {
		right: 33.3333333333%
	}

	.col-md-pull-5 {
		right: 41.6666666667%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-7 {
		right: 58.3333333333%
	}

	.col-md-pull-8 {
		right: 66.6666666667%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-10 {
		right: 83.3333333333%
	}

	.col-md-pull-11 {
		right: 91.6666666667%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-push-1 {
		left: 8.3333333333%
	}

	.col-md-push-2 {
		left: 16.6666666667%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-4 {
		left: 33.3333333333%
	}

	.col-md-push-5 {
		left: 41.6666666667%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-7 {
		left: 58.3333333333%
	}

	.col-md-push-8 {
		left: 66.6666666667%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-10 {
		left: 83.3333333333%
	}

	.col-md-push-11 {
		left: 91.6666666667%
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-offset-0 {
		margin-left: 0
	}

	.col-md-offset-1 {
		margin-left: 8.3333333333%
	}

	.col-md-offset-2 {
		margin-left: 16.6666666667%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-4 {
		margin-left: 33.3333333333%
	}

	.col-md-offset-5 {
		margin-left: 41.6666666667%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-7 {
		margin-left: 58.3333333333%
	}

	.col-md-offset-8 {
		margin-left: 66.6666666667%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-10 {
		margin-left: 83.3333333333%
	}

	.col-md-offset-11 {
		margin-left: 91.6666666667%
	}

	.col-md-offset-12 {
		margin-left: 100%
	}
}

@media(min-width: 1200px) {
	.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
		float:left
	}

	.col-lg-1 {
		width: 8.3333333333%
	}

	.col-lg-2 {
		width: 16.6666666667%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-4 {
		width: 33.3333333333%
	}

	.col-lg-5 {
		width: 41.6666666667%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-7 {
		width: 58.3333333333%
	}

	.col-lg-8 {
		width: 66.6666666667%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-10 {
		width: 83.3333333333%
	}

	.col-lg-11 {
		width: 91.6666666667%
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-pull-1 {
		right: 8.3333333333%
	}

	.col-lg-pull-2 {
		right: 16.6666666667%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-4 {
		right: 33.3333333333%
	}

	.col-lg-pull-5 {
		right: 41.6666666667%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-7 {
		right: 58.3333333333%
	}

	.col-lg-pull-8 {
		right: 66.6666666667%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-10 {
		right: 83.3333333333%
	}

	.col-lg-pull-11 {
		right: 91.6666666667%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-push-1 {
		left: 8.3333333333%
	}

	.col-lg-push-2 {
		left: 16.6666666667%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-4 {
		left: 33.3333333333%
	}

	.col-lg-push-5 {
		left: 41.6666666667%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-7 {
		left: 58.3333333333%
	}

	.col-lg-push-8 {
		left: 66.6666666667%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-10 {
		left: 83.3333333333%
	}

	.col-lg-push-11 {
		left: 91.6666666667%
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}

	.col-lg-offset-1 {
		margin-left: 8.3333333333%
	}

	.col-lg-offset-2 {
		margin-left: 16.6666666667%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-4 {
		margin-left: 33.3333333333%
	}

	.col-lg-offset-5 {
		margin-left: 41.6666666667%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-7 {
		margin-left: 58.3333333333%
	}

	.col-lg-offset-8 {
		margin-left: 66.6666666667%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-10 {
		margin-left: 83.3333333333%
	}

	.col-lg-offset-11 {
		margin-left: 91.6666666667%
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}
}

.fade {
	opacity: 0;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	transition-property: height,visibility;
	transition-duration: .35s;
	transition-timing-function: ease
}

.collapsing,.modal,.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transform: translateY(-25%);
	transform: translateY(-25%);
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0);
	transform: translate(0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header:after,.modal-header:before {
	display: table;
	content: " "
}

.modal-header:after {
	clear: both
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.428571429
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer:after,.modal-footer:before {
	display: table;
	content: " "
}

.modal-footer:after {
	clear: both
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media(min-width: 768px) {
	.modal-dialog {
		width:600px;
		margin: 30px auto
	}

	.modal-content {
		box-shadow: 0 5px 15px rgba(0,0,0,.5)
	}

	.modal-sm {
		width: 300px
	}
}

@media(min-width: 992px) {
	.modal-lg {
		width:900px
	}
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.428571429;
	line-break: auto;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	font-size: 14px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow,.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow:after {
	content: "";
	border-width: 10px
}

.popover.top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,.25);
	border-bottom-width: 0
}

.popover.top>.arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,.25);
	border-left-width: 0
}

.popover.right>.arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0
}

.popover.bottom>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,.25)
}

.popover.bottom>.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

fieldset {
	margin: 0;
	min-width: 0
}

fieldset,legend {
	padding: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: inherit;
	color: #333;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	box-sizing: border-box
}

input[type=checkbox],input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],select[size] {
	height: auto
}

input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 16px;
	line-height: 1.428571429;
	color: #555
}

@media(prefers-reduced-motion:reduce) {
	* {
		-webkit-animation-duration: 1ms!important;
		animation-duration: 1ms!important;
		transition-duration: 1ms!important
	}
}

li,ol,ul {
	padding: 0;
	margin: 0
}

li ol,li ul,ol ol,ol ul,ul ol,ul ul {
	margin-bottom: 0
}

a {
	transition: all .25s ease-out
}

a:active,a:focus,a:hover {
	text-decoration: none
}

a:focus {
	outline: 0
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control::-ms-expand {
	border: 0;
	background-color: transparent
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled],fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control {
		line-height:34px
	}

	.input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm {
		line-height: 30px
	}

	.input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg {
		line-height: 46px
	}
}

.form-group {
	margin-bottom: 15px
}

.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
	display: none!important
}

@media(max-width: 767px) {
	.visible-xs {
		display:block!important
	}

	table.visible-xs {
		display: table!important
	}

	tr.visible-xs {
		display: table-row!important
	}

	td.visible-xs,th.visible-xs {
		display: table-cell!important
	}
}

@media(max-width: 767px) {
	.visible-xs-block {
		display:block!important
	}
}

@media(max-width: 767px) {
	.visible-xs-inline {
		display:inline!important
	}
}

@media(max-width: 767px) {
	.visible-xs-inline-block {
		display:inline-block!important
	}
}

@media(min-width: 768px)and (max-width:991px) {
	.visible-sm {
		display:block!important
	}

	table.visible-sm {
		display: table!important
	}

	tr.visible-sm {
		display: table-row!important
	}

	td.visible-sm,th.visible-sm {
		display: table-cell!important
	}
}

@media(min-width: 768px)and (max-width:991px) {
	.visible-sm-block {
		display:block!important
	}
}

@media(min-width: 768px)and (max-width:991px) {
	.visible-sm-inline {
		display:inline!important
	}
}

@media(min-width: 768px)and (max-width:991px) {
	.visible-sm-inline-block {
		display:inline-block!important
	}
}

@media(min-width: 992px)and (max-width:1199px) {
	.visible-md {
		display:block!important
	}

	table.visible-md {
		display: table!important
	}

	tr.visible-md {
		display: table-row!important
	}

	td.visible-md,th.visible-md {
		display: table-cell!important
	}
}

@media(min-width: 992px)and (max-width:1199px) {
	.visible-md-block {
		display:block!important
	}
}

@media(min-width: 992px)and (max-width:1199px) {
	.visible-md-inline {
		display:inline!important
	}
}

@media(min-width: 992px)and (max-width:1199px) {
	.visible-md-inline-block {
		display:inline-block!important
	}
}

@media(min-width: 1200px) {
	.visible-lg {
		display:block!important
	}

	table.visible-lg {
		display: table!important
	}

	tr.visible-lg {
		display: table-row!important
	}

	td.visible-lg,th.visible-lg {
		display: table-cell!important
	}
}

@media(min-width: 1200px) {
	.visible-lg-block {
		display:block!important
	}
}

@media(min-width: 1200px) {
	.visible-lg-inline {
		display:inline!important
	}
}

@media(min-width: 1200px) {
	.visible-lg-inline-block {
		display:inline-block!important
	}
}

@media(max-width: 767px) {
	.hidden-xs {
		display:none!important
	}
}

@media(min-width: 768px)and (max-width:991px) {
	.hidden-sm {
		display:none!important
	}
}

@media(min-width: 992px)and (max-width:1199px) {
	.hidden-md {
		display:none!important
	}
}

@media(min-width: 1200px) {
	.hidden-lg {
		display:none!important
	}
}

.gutter-10.row {
	margin-right: -5px;
	margin-left: -5px
}

.gutter-10>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

.no-padding.row {
	margin-right: 0;
	margin-left: 0
}

.no-padding.row>[class*=col-] {
	padding-right: 0;
	padding-left: 0
}

@media(max-width: 767px) {
	.gutter-xs-10.row {
		margin-right:-5px;
		margin-left: -5px
	}

	.gutter-xs-10>[class*=col-] {
		padding-right: 5px;
		padding-left: 5px
	}
}

@media(min-width: 768px)and (max-width:991px) {
	.gutter-sm-10.row {
		margin-right:-5px;
		margin-left: -5px
	}

	.gutter-sm-10>[class*=col-] {
		padding-right: 5px;
		padding-left: 5px
	}
}

@media(min-width: 992px)and (max-width:1199px) {
	.gutter-md-10.row {
		margin-right:-5px;
		margin-left: -5px
	}

	.gutter-md-10>[class*=col-] {
		padding-right: 5px;
		padding-left: 5px
	}
}

@media(min-width: 1200px) {
	.gutter-lg-10.row {
		margin-right:-5px;
		margin-left: -5px
	}

	.gutter-lg-10>[class*=col-] {
		padding-right: 5px;
		padding-left: 5px
	}
}

.clearfix:after,.clearfix:before {
	display: table;
	content: " "
}

.clearfix:after {
	clear: both
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.pull-right {
	float: right!important
}

.pull-left {
	float: left!important
}

@media(max-width: 767px) {
	.pull-xs-left {
		float:left
	}

	.pull-xs-right {
		float: right
	}

	.pull-xs-none {
		float: none
	}
}

@media(min-width: 768px)and (max-width:991px) {
	.pull-sm-left {
		float:left
	}

	.pull-sm-right {
		float: right
	}

	.pull-sm-none {
		float: none
	}
}

@media(min-width: 992px)and (max-width:1199px) {
	.pull-md-left {
		float:left
	}

	.pull-md-right {
		float: right
	}

	.pull-md-none {
		float: none
	}
}

@media(min-width: 1200px) {
	.pull-lg-left {
		float:left
	}

	.pull-lg-right {
		float: right
	}

	.pull-lg-none {
		float: none
	}
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-capitalize {
	text-transform: capitalize
}

@media(max-width: 767px) {
	.text-xs-left {
		text-align:left
	}

	.text-xs-right {
		text-align: right
	}

	.text-xs-center {
		text-align: center
	}

	.text-xs-justify {
		text-align: justify
	}
}

@media(min-width: 768px)and (max-width:991px) {
	.text-sm-left {
		text-align:left
	}

	.text-sm-right {
		text-align: right
	}

	.text-sm-center {
		text-align: center
	}

	.text-sm-justify {
		text-align: justify
	}
}

@media(min-width: 992px)and (max-width:1199px) {
	.text-md-left {
		text-align:left
	}

	.text-md-right {
		text-align: right
	}

	.text-md-center {
		text-align: center
	}

	.text-md-justify {
		text-align: justify
	}
}

@media(min-width: 1200px) {
	.text-lg-left {
		text-align:left
	}

	.text-lg-right {
		text-align: right
	}

	.text-lg-center {
		text-align: center
	}

	.text-lg-justify {
		text-align: justify
	}
}

.text-lowercase {
	text-transform: lowercase
}

.text-uppercase {
	text-transform: uppercase;
	letter-spacing: .075em
}

.text-muted {
	color: #b1b1b4
}

.inline-vertical-middle {
	display: inline-block;
	vertical-align: middle
}

.inline-block {
	display: inline-block
}

.d-inline-flex {
	display: -webkit-inline-flex;
	display: inline-flex
}

[class^=svg-] {
	display: inline-block
}

.text-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis
}

.text-underline {
	text-decoration: underline
}

.muted {
	opacity: .5
}

.zindex-lowest {
	z-index: -1
}

.zindex-low {
	z-index: 1
}

.zindex-normal {
	z-index: 2
}

.zindex-high {
	z-index: 999
}

.zindex-highest {
	z-index: 9999
}

.img-interactive {
	transition: opacity .25s ease-out
}

.img-interactive:hover {
	opacity: .5
}

.vertical-top {
	vertical-align: top
}

.vertical-middle {
	vertical-align: middle
}

.vertical-bottom {
	vertical-align: bottom
}

.align-items-baseline {
	-webkit-align-items: baseline;
	align-items: baseline
}

.align-items-center {
	-webkit-align-items: center;
	align-items: center
}

.align-items-end {
	-webkit-align-items: flex-end;
	align-items: flex-end
}

.justify-content-around {
	-webkit-justify-content: space-around;
	justify-content: space-around
}

.justify-content-between {
	-webkit-justify-content: space-between;
	justify-content: space-between
}

.justify-content-start {
	-webkit-justify-content: flex-start;
	justify-content: flex-start
}

.justify-content-center {
	-webkit-justify-content: center;
	justify-content: center
}

.justify-content-end {
	-webkit-justify-content: flex-end;
	justify-content: flex-end
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}

.flex-1 {
	-webkit-flex: 1;
	flex: 1
}

.flex-column {
	-webkit-flex-direction: column;
	flex-direction: column
}

.flex-column-reverse {
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.flex-row-reverse {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.flex-row {
	-webkit-flex-direction: row;
	flex-direction: row
}

@media(min-width: 768px) {
	.flex-sm-column {
		-webkit-flex-direction:column;
		flex-direction: column
	}

	.flex-sm-row {
		-webkit-flex-direction: row;
		flex-direction: row
	}

	.flex-sm-row-reverse {
		-webkit-flex-direction: row-reverse;
		flex-direction: row-reverse
	}

	.justify-sm-content-center {
		-webkit-justify-content: center;
		justify-content: center
	}

	.flex-sm-column-reverse {
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse
	}

	.align-sm-items-center {
		-webkit-align-items: center;
		align-items: center
	}
}

@media(min-width: 992px) {
	.flex-md-row {
		-webkit-flex-direction:row;
		flex-direction: row
	}

	.justify-md-flex-end {
		-webkit-justify-content: flex-end;
		justify-content: flex-end
	}

	.justify-md-content-start {
		-webkit-justify-content: flex-start;
		justify-content: flex-start
	}
}

@media(min-width: 1200px) {
	.flex-lg-1 {
		-webkit-flex:1;
		flex: 1
	}

	.flex-lg-row {
		-webkit-flex-direction: row;
		flex-direction: row
	}
}

.lh0 {
	line-height: 0
}

.lh1 {
	line-height: 1
}

.ls0 {
	letter-spacing: 0
}

.h-100 {
	height: 100%
}

.w-100 {
	width: 100%
}

.flip-horizontal {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: flipH();
}

.direction-ltr {
	direction: ltr
}

.overflow-hidden {
	overflow: hidden
}

.overflow-auto {
	overflow: auto
}

.text-line-through {
	text-decoration: line-through
}

.br-0 {
	border-radius: 0
}

.br-3 {
	border-radius: 3px
}

.br-6 {
	border-radius: 6px
}

.br-12 {
	border-radius: 12px
}

.br-20 {
	border-radius: 20px
}

.br-full {
	border-radius: 9999px
}

.br-rounded {
	border-radius: 50%
}

.word-break-all {
	word-break: break-all
}

.word-break-word {
	word-break: break-word
}

.overflow-wrap-word {
	overflow-wrap: break-word
}

.opacity-0 {
	opacity: 0
}

.cursor-pointer {
	cursor: pointer
}

.pointer-events-none {
	pointer-events: none
}

.absolute {
	position: absolute
}

.relative {
	position: relative
}

.fixed {
	position: fixed
}

.absolute-center {
	position: absolute;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	left: 50%;
	top: 50%
}

.top-0 {
	top: 0
}

.top-1\/2 {
	top: 50%
}

.right-0 {
	right: 0
}

.left-0 {
	left: 0
}

.left-1\/2 {
	left: 50%
}

.bottom-0 {
	bottom: 0
}

.scrollbar-none {
	scrollbar-width: none
}

.scrollbar-none::-webkit-scrollbar {
	display: none
}

.-rotate-90 {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.hide {
	display: none!important
}

.show {
	display: block!important
}

.invisible {
	visibility: hidden
}

.hidden {
	display: none!important
}

.c-neu-10 {
	color: #151823
}

.c-neu-10 * {
	fill: #151823
}

.bg-neu-10 {
	background-color: #151823
}

.c-neu-9 {
	color: #2a2b32
}

.c-neu-9 * {
	fill: #2a2b32
}

.bg-neu-9 {
	background-color: #2a2b32
}

.c-neu-8 {
	color: #3c3d44
}

.c-neu-8 * {
	fill: #3c3d44
}

.bg-neu-8 {
	background-color: #3c3d44
}

.c-neu-7 {
	color: #4d4e56
}

.c-neu-7 * {
	fill: #4d4e56
}

.bg-neu-7 {
	background-color: #4d4e56
}

.c-neu-6 {
	color: #6c6d75
}

.c-neu-6 * {
	fill: #6c6d75
}

.bg-neu-6 {
	background-color: #6c6d75
}

.c-neu-5 {
	color: #8d8e96
}

.c-neu-5 * {
	fill: #8d8e96
}

.bg-neu-5 {
	background-color: #8d8e96
}

.c-neu-4 {
	color: #b1b1b4
}

.c-neu-4 * {
	fill: #b1b1b4
}

.bg-neu-4 {
	background-color: #b1b1b4
}

.c-neu-3 {
	color: #c8c9cb
}

.c-neu-3 * {
	fill: #c8c9cb
}

.bg-neu-3 {
	background-color: #c8c9cb
}

.c-neu-2 {
	color: #e2e2e4
}

.c-neu-2 * {
	fill: #e2e2e4
}

.bg-neu-2 {
	background-color: #e2e2e4
}

.c-neu-1 {
	color: #f7f7f8
}

.c-neu-1 * {
	fill: #f7f7f8
}

.bg-neu-1 {
	background-color: #f7f7f8
}

.c-neu-0 {
	color: #fff
}

.c-neu-0 * {
	fill: #fff
}

.bg-neu-0 {
	background-color: #fff
}

.c-blu-10 {
	color: #12162b
}

.c-blu-10 * {
	fill: #12162b
}

.bg-blu-10 {
	background-color: #12162b
}

.c-blu-9 {
	color: #22294f
}

.c-blu-9 * {
	fill: #22294f
}

.bg-blu-9 {
	background-color: #22294f
}

.c-blu-8 {
	color: #263482
}

.c-blu-8 * {
	fill: #263482
}

.bg-blu-8 {
	background-color: #263482
}

.c-blu-7 {
	color: #243dcc
}

.c-blu-7 * {
	fill: #243dcc
}

.bg-blu-7 {
	background-color: #243dcc
}

.c-blu-6 {
	color: #3e5fff
}

.c-blu-6 * {
	fill: #3e5fff
}

.bg-blu-6 {
	background-color: #3e5fff
}

.c-blu-5 {
	color: #6b90fa
}

.c-blu-5 * {
	fill: #6b90fa
}

.bg-blu-5 {
	background-color: #6b90fa
}

.c-blu-4 {
	color: #ffb664
}

.c-blu-4 * {
	fill: #ffb664
}

.bg-blu-4 {
	background-color: #ffb664
}

.c-blu-3 {
	color: #b5cdf5
}

.c-blu-3 * {
	fill: #b5cdf5
}

.bg-blu-3 {
	background-color: #b5cdf5
}

.c-blu-2 {
	color: #d4e2f7
}

.c-blu-2 * {
	fill: #d4e2f7
}

.bg-blu-2 {
	background-color: #d4e2f7
}

.c-blu-1 {
	color: #f3f7fc
}

.c-blu-1 * {
	fill: #f3f7fc
}

.bg-blu-1 {
	background-color: #f3f7fc
}

.c-red-10 {
	color: #2f0704
}

.c-red-10 * {
	fill: #2f0704
}

.bg-red-10 {
	background-color: #2f0704
}

.c-red-9 {
	color: #5a0e07
}

.c-red-9 * {
	fill: #5a0e07
}

.bg-red-9 {
	background-color: #5a0e07
}

.c-red-8 {
	color: #771209
}

.c-red-8 * {
	fill: #771209
}

.bg-red-8 {
	background-color: #771209
}

.c-red-7 {
	color: #9e1c10
}

.c-red-7 * {
	fill: #9e1c10
}

.bg-red-7 {
	background-color: #9e1c10
}

.c-red-6 {
	color: #e02f1f
}

.c-red-6 * {
	fill: #e02f1f
}

.bg-red-6 {
	background-color: #e02f1f
}

.c-red-5 {
	color: #ec6255
}

.c-red-5 * {
	fill: #ec6255
}

.bg-red-5 {
	background-color: #ec6255
}

.c-red-4 {
	color: #f29086
}

.c-red-4 * {
	fill: #f29086
}

.bg-red-4 {
	background-color: #f29086
}

.c-red-3 {
	color: #f6beb9
}

.c-red-3 * {
	fill: #f6beb9
}

.bg-red-3 {
	background-color: #f6beb9
}

.c-red-2 {
	color: #f9d7d3
}

.c-red-2 * {
	fill: #f9d7d3
}

.bg-red-2 {
	background-color: #f9d7d3
}

.c-red-1 {
	color: #fcefee
}

.c-red-1 * {
	fill: #fcefee
}

.bg-red-1 {
	background-color: #fcefee
}

.c-gre-10 {
	color: #02180e
}

.c-gre-10 * {
	fill: #02180e
}

.bg-gre-10 {
	background-color: #02180e
}

.c-gre-9 {
	color: #043420
}

.c-gre-9 * {
	fill: #043420
}

.bg-gre-9 {
	background-color: #043420
}

.c-gre-8 {
	color: #05472b
}

.c-gre-8 * {
	fill: #05472b
}

.bg-gre-8 {
	background-color: #05472b
}

.c-gre-7 {
	color: #075f3c
}

.c-gre-7 * {
	fill: #075f3c
}

.bg-gre-7 {
	background-color: #075f3c
}

.c-gre-6 {
	color: #0a8550
}

.c-gre-6 * {
	fill: #0a8550
}

.bg-gre-6 {
	background-color: #0a8550
}

.c-gre-5 {
	color: #0ea464
}

.c-gre-5 * {
	fill: #0ea464
}

.bg-gre-5 {
	background-color: #0ea464
}

.c-gre-4 {
	color: #37c871
}

.c-gre-4 * {
	fill: #37c871
}

.bg-gre-4 {
	background-color: #37c871
}

.c-gre-3 {
	color: #81e4a2
}

.c-gre-3 * {
	fill: #81e4a2
}

.bg-gre-3 {
	background-color: #81e4a2
}

.c-gre-2 {
	color: #b7f2c5
}

.c-gre-2 * {
	fill: #b7f2c5
}

.bg-gre-2 {
	background-color: #b7f2c5
}

.c-gre-1 {
	color: #ecf9ee
}

.c-gre-1 * {
	fill: #ecf9ee
}

.bg-gre-1 {
	background-color: #ecf9ee
}

.c-yel-10 {
	color: #1b1509
}

.c-yel-10 * {
	fill: #1b1509
}

.bg-yel-10 {
	background-color: #1b1509
}

.c-yel-9 {
	color: #3c2a07
}

.c-yel-9 * {
	fill: #3c2a07
}

.bg-yel-9 {
	background-color: #3c2a07
}

.c-yel-8 {
	color: #4e3709
}

.c-yel-8 * {
	fill: #4e3709
}

.bg-yel-8 {
	background-color: #4e3709
}

.c-yel-7 {
	color: #654a0b
}

.c-yel-7 * {
	fill: #654a0b
}

.bg-yel-7 {
	background-color: #654a0b
}

.c-yel-6 {
	color: #8e6c10
}

.c-yel-6 * {
	fill: #8e6c10
}

.bg-yel-6 {
	background-color: #8e6c10
}

.c-yel-5 {
	color: #ae8604
}

.c-yel-5 * {
	fill: #ae8604
}

.bg-yel-5 {
	background-color: #ae8604
}

.c-yel-4 {
	color: #8200ff
}

.c-yel-4 * {
	fill: #8200ff
}

.bg-yel-4 {
	background-color: #8200ff
}

.c-yel-3 {
	color: #8200ff
}

.c-yel-3 * {
	fill: #8200ff
}

.bg-yel-3 {
	background-color: #8200ff
}

.c-yel-2 {
	color: #fee071
}

.c-yel-2 * {
	fill: #fee071
}

.bg-yel-2 {
	background-color: #fee071
}

.c-yel-1 {
	color: #fff6db
}

.c-yel-1 * {
	fill: #fff6db
}

.bg-yel-1 {
	background-color: #fff6db
}

.c-bw-14 {
	color: #151922
}

.c-bw-14 * {
	fill: #151922
}

.bg-bw-14 {
	background-color: #151922
}

.c-bw-13 {
	color: #2c3038
}

.c-bw-13 * {
	fill: #2c3038
}

.bg-bw-13 {
	background-color: #2c3038
}

.c-bw-12 {
	color: #383c43
}

.c-bw-12 * {
	fill: #383c43
}

.bg-bw-12 {
	background-color: #383c43
}

.c-bw-11 {
	color: #44474e
}

.c-bw-11 * {
	fill: #44474e
}

.bg-bw-11 {
	background-color: #44474e
}

.c-bw-10 {
	color: #5b5e64
}

.c-bw-10 * {
	fill: #5b5e64
}

.bg-bw-10 {
	background-color: #5b5e64
}

.c-bw-9 {
	color: #73757a
}

.c-bw-9 * {
	fill: #73757a
}

.bg-bw-9 {
	background-color: #73757a
}

.c-bw-8 {
	color: #8a8c91
}

.c-bw-8 * {
	fill: #8a8c91
}

.bg-bw-8 {
	background-color: #8a8c91
}

.c-bw-7 {
	color: #a1a3a7
}

.c-bw-7 * {
	fill: #a1a3a7
}

.bg-bw-7 {
	background-color: #a1a3a7
}

.c-bw-6 {
	color: #b9babd
}

.c-bw-6 * {
	fill: #b9babd
}

.bg-bw-6 {
	background-color: #b9babd
}

.c-bw-5 {
	color: #d0d1d3
}

.c-bw-5 * {
	fill: #d0d1d3
}

.bg-bw-5 {
	background-color: #d0d1d3
}

.c-bw-4 {
	color: #e8e8e9
}

.c-bw-4 * {
	fill: #e8e8e9
}

.bg-bw-4 {
	background-color: #e8e8e9
}

.c-bw-3 {
	color: #f3f4f4
}

.c-bw-3 * {
	fill: #f3f4f4
}

.bg-bw-3 {
	background-color: #f3f4f4
}

.c-bw-2 {
	color: #f8f8f8
}

.c-bw-2 * {
	fill: #f8f8f8
}

.bg-bw-2 {
	background-color: #f8f8f8
}

.c-bw-1 {
	color: #fff
}

.c-bw-1 * {
	fill: #fff
}

.bg-bw-1 {
	background-color: #fff
}

.d-none {
	display: none
}

.d-inline {
	display: inline
}

.d-inline-block {
	display: inline-block
}

.d-block {
	display: block
}

.d-flex {
	display: -webkit-flex;
	display: flex
}

@media(min-width: 768px) {
	.d-sm-none {
		display:none
	}

	.d-sm-inline {
		display: inline
	}

	.d-sm-inline-block {
		display: inline-block
	}

	.d-sm-block {
		display: block
	}

	.d-sm-flex {
		display: -webkit-flex;
		display: flex
	}
}

@media(min-width: 992px) {
	.d-md-none {
		display:none
	}

	.d-md-inline {
		display: inline
	}

	.d-md-inline-block {
		display: inline-block
	}

	.d-md-block {
		display: block
	}

	.d-md-flex {
		display: -webkit-flex;
		display: flex
	}
}

@media(min-width: 1200px) {
	.d-lg-none {
		display:none
	}

	.d-lg-inline {
		display: inline
	}

	.d-lg-inline-block {
		display: inline-block
	}

	.d-lg-block {
		display: block
	}

	.d-lg-flex {
		display: -webkit-flex;
		display: flex
	}
}

p {
	margin: 0;
	font-size: 16px;
	line-height: 24px
}

.lead,p {
	font-weight: 400
}

.lead {
	letter-spacing: inherit;
	font-size: 20px;
	line-height: 30px
}

.base {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal
}

.base,.small {
	font-weight: 400
}

.small {
	letter-spacing: inherit;
	font-size: 14px;
	line-height: 21px
}

.micro {
	font-size: 12px;
	line-height: 18px
}

.micro,.nano {
	letter-spacing: inherit;
	font-weight: 500;
	margin: 0
}

.nano {
	font-size: 10px;
	line-height: 15px
}

.fwr {
	font-weight: 400!important
}

.fwm {
	font-weight: 500
}

.fwb {
	font-weight: 600
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
	margin-bottom: 0
}

h1,h2,h3,h4,h5,h6 {
	color: #2a2b32
}

.h1,h1 {
	font-size: 64px;
	line-height: 84px;
	font-weight: 600;
	letter-spacing: -1.28px
}

@media(max-width: 1199px) {
	.h1,h1 {
		font-size:52px;
		line-height: 66px;
		font-weight: 600
	}
}

@media(max-width: 991px) {
	.h1,h1 {
		font-size:42px;
		line-height: 54px;
		font-weight: 600
	}
}

@media(max-width: 767px) {
	.h1,h1 {
		font-size:32px;
		line-height: 46px;
		font-weight: 600
	}
}

.h2,h2 {
	font-size: 48px;
	line-height: 64px;
	font-weight: 600;
	letter-spacing: -.96px
}

@media(max-width: 1199px) {
	.h2,h2 {
		font-size:40px;
		line-height: 56px;
		font-weight: 600
	}
}

@media(max-width: 991px) {
	.h2,h2 {
		font-size:36px;
		line-height: 48px;
		font-weight: 600
	}
}

@media(max-width: 767px) {
	.h2,h2 {
		font-size:30px;
		line-height: 44px;
		font-weight: 600
	}
}

.h3,h3 {
	font-size: 40px;
	line-height: 52px;
	font-weight: 600;
	letter-spacing: -.8px
}

@media(max-width: 1199px) {
	.h3,h3 {
		font-size:36px;
		line-height: 48px;
		font-weight: 600
	}
}

@media(max-width: 991px) {
	.h3,h3 {
		font-size:32px;
		line-height: 44px;
		font-weight: 600
	}
}

@media(max-width: 767px) {
	.h3,h3 {
		font-size:28px;
		line-height: 38px;
		font-weight: 600
	}
}

.h4,h4 {
	font-size: 32px;
	line-height: 44px;
	font-weight: 600;
	letter-spacing: -.64px
}

@media(max-width: 1199px) {
	.h4,h4 {
		font-size:30px;
		line-height: 44px;
		font-weight: 600
	}
}

@media(max-width: 991px) {
	.h4,h4 {
		font-size:28px;
		line-height: 40px;
		font-weight: 600
	}
}

@media(max-width: 767px) {
	.h4,h4 {
		font-size:26px;
		line-height: 38px;
		font-weight: 600
	}
}

.h5,h5 {
	font-size: 28px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: -.56px
}

@media(max-width: 1199px) {
	.h5,h5 {
		font-size:26px;
		line-height: 38px;
		font-weight: 600
	}
}

@media(max-width: 991px) {
	.h5,h5 {
		font-size:26px;
		line-height: 38px;
		font-weight: 600
	}
}

@media(max-width: 767px) {
	.h5,h5 {
		font-size:24px;
		line-height: 36px;
		font-weight: 600
	}
}

.h6,h6 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: -.44px
}

@media(max-width: 1199px) {
	.h6,h6 {
		font-size:22px;
		line-height: 30px;
		font-weight: 600
	}
}

@media(max-width: 991px) {
	.h6,h6 {
		font-size:20px;
		line-height: 30px;
		font-weight: 600
	}
}

@media(max-width: 767px) {
	.h6,h6 {
		font-size:20px;
		line-height: 30px;
		font-weight: 600
	}
}

label {
	color: #6c6d75;
	font-weight: 500;
	font-size: 12px;
	margin-bottom: 8px
}

textarea {
	resize: vertical
}

hr {
	background-color: #e2e2e4;
	height: 1px;
	border: none
}

strong {
	font-weight: 600
}

del {
	color: #e02f1f
}

body {
	color: #4d4e56;
	font-size: 16px;
	font-family: Inter,Gordita,sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

@media(min-width: 768px) {
	.sm-lead {
		font-size:20px;
		line-height: 30px;
		font-weight: 500
	}
}

[lang=es] q,[lang=no] q {
	quotes: "«" "»"
}

[lang=ar] q,[lang=da] q,[lang=fi] q,[lang=fr] q,[lang=he] q,[lang=id] q,[lang=it] q,[lang=ko] q,[lang=nl] q,[lang=pt-BR] q,[lang=sv] q,[lang=tr] q {
	quotes: '"' '"'
}

[lang=zh-TW] q {
	quotes: "「" "」"
}

.Square--16 {
	width: 16px;
	height: 16px
}

.Square--24 {
	width: 24px;
	height: 24px
}

.Square--32 {
	width: 32px;
	height: 32px
}

.Square--48 {
	width: 48px;
	height: 48px
}

.Square--64 {
	width: 64px;
	height: 64px
}

img:not([src]) {
	visibility: hidden
}

img:not([src]):not([srcset]) {
	visibility: hidden
}

@-moz-document url-prefix() {
	img:-moz-loading {
		visibility: hidden
	}
}

.lazyload--fade-in.lazyload,.lazyload--fade-in.lazyloading {
	opacity: 0
}

.lazyload--blur-up.lazyload,.lazyload--blur-up.lazyloading {
	-webkit-filter: blur(7px);
	filter: blur(7px)
}

img.lazyloaded {
	opacity: 1;
	-webkit-filter: none;
	filter: none;
	transition: opacity .5s,-webkit-filter .2s;
	transition: opacity .5s,filter .2s;
	transition: opacity .5s,filter .2s,-webkit-filter .2s
}

.m-0 {
	margin: 0
}

.mt-0 {
	margin-top: 0
}

.mr-0 {
	margin-right: 0
}

.mb-0 {
	margin-bottom: 0
}

.ml-0,.mx-0 {
	margin-left: 0
}

.mx-0 {
	margin-right: 0
}

.my-0 {
	margin-top: 0;
	margin-bottom: 0
}

.m-1 {
	margin: 2px
}

.mt-1 {
	margin-top: 2px
}

.mr-1 {
	margin-right: 2px
}

.mb-1 {
	margin-bottom: 2px
}

.ml-1,.mx-1 {
	margin-left: 2px
}

.mx-1 {
	margin-right: 2px
}

.my-1 {
	margin-top: 2px;
	margin-bottom: 2px
}

.m-2 {
	margin: 4px
}

.mt-2 {
	margin-top: 4px
}

.mr-2 {
	margin-right: 4px
}

.mb-2 {
	margin-bottom: 4px
}

.ml-2,.mx-2 {
	margin-left: 4px
}

.mx-2 {
	margin-right: 4px
}

.my-2 {
	margin-top: 4px;
	margin-bottom: 4px
}

.m-3 {
	margin: 8px
}

.mt-3 {
	margin-top: 8px
}

.mr-3 {
	margin-right: 8px
}

.mb-3 {
	margin-bottom: 8px
}

.ml-3,.mx-3 {
	margin-left: 8px
}

.mx-3 {
	margin-right: 8px
}

.my-3 {
	margin-top: 8px;
	margin-bottom: 8px
}

.m-4 {
	margin: 12px
}

.mt-4 {
	margin-top: 12px
}

.mr-4 {
	margin-right: 12px
}

.mb-4 {
	margin-bottom: 12px
}

.ml-4,.mx-4 {
	margin-left: 12px
}

.mx-4 {
	margin-right: 12px
}

.my-4 {
	margin-top: 12px;
	margin-bottom: 12px
}

.m-5 {
	margin: 16px
}

.mt-5 {
	margin-top: 16px
}

.mr-5 {
	margin-right: 16px
}

.mb-5 {
	margin-bottom: 16px
}

.ml-5,.mx-5 {
	margin-left: 16px
}

.mx-5 {
	margin-right: 16px
}

.my-5 {
	margin-top: 16px;
	margin-bottom: 16px
}

.m-6 {
	margin: 24px
}

.mt-6 {
	margin-top: 24px
}

.mr-6 {
	margin-right: 24px
}

.mb-6 {
	margin-bottom: 24px
}

.ml-6,.mx-6 {
	margin-left: 24px
}

.mx-6 {
	margin-right: 24px
}

.my-6 {
	margin-top: 24px;
	margin-bottom: 24px
}

.m-7 {
	margin: 32px
}

.mt-7 {
	margin-top: 32px
}

.mr-7 {
	margin-right: 32px
}

.mb-7 {
	margin-bottom: 32px
}

.ml-7,.mx-7 {
	margin-left: 32px
}

.mx-7 {
	margin-right: 32px
}

.my-7 {
	margin-top: 32px;
	margin-bottom: 32px
}

.m-8 {
	margin: 40px
}

.mt-8 {
	margin-top: 40px
}

.mr-8 {
	margin-right: 40px
}

.mb-8 {
	margin-bottom: 40px
}

.ml-8,.mx-8 {
	margin-left: 40px
}

.mx-8 {
	margin-right: 40px
}

.my-8 {
	margin-top: 40px;
	margin-bottom: 40px
}

.m-9 {
	margin: 48px
}

.mt-9 {
	margin-top: 48px
}

.mr-9 {
	margin-right: 48px
}

.mb-9 {
	margin-bottom: 48px
}

.ml-9,.mx-9 {
	margin-left: 48px
}

.mx-9 {
	margin-right: 48px
}

.my-9 {
	margin-top: 48px;
	margin-bottom: 48px
}

.m-10 {
	margin: 56px
}

.mt-10 {
	margin-top: 56px
}

.mr-10 {
	margin-right: 56px
}

.mb-10 {
	margin-bottom: 56px
}

.ml-10,.mx-10 {
	margin-left: 56px
}

.mx-10 {
	margin-right: 56px
}

.my-10 {
	margin-top: 56px;
	margin-bottom: 56px
}

.m-11 {
	margin: 64px
}

.mt-11 {
	margin-top: 64px
}

.mr-11 {
	margin-right: 64px
}

.mb-11 {
	margin-bottom: 64px
}

.ml-11,.mx-11 {
	margin-left: 64px
}

.mx-11 {
	margin-right: 64px
}

.my-11 {
	margin-top: 64px;
	margin-bottom: 64px
}

.m-12 {
	margin: 80px
}

.mt-12 {
	margin-top: 80px
}

.mr-12 {
	margin-right: 80px
}

.mb-12 {
	margin-bottom: 80px
}

.ml-12,.mx-12 {
	margin-left: 80px
}

.mx-12 {
	margin-right: 80px
}

.my-12 {
	margin-top: 80px;
	margin-bottom: 80px
}

.m-13 {
	margin: 96px
}

.mt-13 {
	margin-top: 96px
}

.mr-13 {
	margin-right: 96px
}

.mb-13 {
	margin-bottom: 96px
}

.ml-13,.mx-13 {
	margin-left: 96px
}

.mx-13 {
	margin-right: 96px
}

.my-13 {
	margin-top: 96px;
	margin-bottom: 96px
}

.m-14 {
	margin: 112px
}

.mt-14 {
	margin-top: 112px
}

.mr-14 {
	margin-right: 112px
}

.mb-14 {
	margin-bottom: 112px
}

.ml-14,.mx-14 {
	margin-left: 112px
}

.mx-14 {
	margin-right: 112px
}

.my-14 {
	margin-top: 112px;
	margin-bottom: 112px
}

.m-15 {
	margin: 128px
}

.mt-15 {
	margin-top: 128px
}

.mr-15 {
	margin-right: 128px
}

.mb-15 {
	margin-bottom: 128px
}

.ml-15,.mx-15 {
	margin-left: 128px
}

.mx-15 {
	margin-right: 128px
}

.my-15 {
	margin-top: 128px;
	margin-bottom: 128px
}

.m-16 {
	margin: 192px
}

.mt-16 {
	margin-top: 192px
}

.mr-16 {
	margin-right: 192px
}

.mb-16 {
	margin-bottom: 192px
}

.ml-16,.mx-16 {
	margin-left: 192px
}

.mx-16 {
	margin-right: 192px
}

.my-16 {
	margin-top: 192px;
	margin-bottom: 192px
}

.p-0 {
	padding: 0
}

.pt-0 {
	padding-top: 0
}

.pr-0 {
	padding-right: 0
}

.pb-0 {
	padding-bottom: 0
}

.pl-0,.px-0 {
	padding-left: 0
}

.px-0 {
	padding-right: 0
}

.py-0 {
	padding-top: 0;
	padding-bottom: 0
}

.p-1 {
	padding: 2px
}

.pt-1 {
	padding-top: 2px
}

.pr-1 {
	padding-right: 2px
}

.pb-1 {
	padding-bottom: 2px
}

.pl-1,.px-1 {
	padding-left: 2px
}

.px-1 {
	padding-right: 2px
}

.py-1 {
	padding-top: 2px;
	padding-bottom: 2px
}

.p-2 {
	padding: 4px
}

.pt-2 {
	padding-top: 4px
}

.pr-2 {
	padding-right: 4px
}

.pb-2 {
	padding-bottom: 4px
}

.pl-2,.px-2 {
	padding-left: 4px
}

.px-2 {
	padding-right: 4px
}

.py-2 {
	padding-top: 4px;
	padding-bottom: 4px
}

.p-3 {
	padding: 8px
}

.pt-3 {
	padding-top: 8px
}

.pr-3 {
	padding-right: 8px
}

.pb-3 {
	padding-bottom: 8px
}

.pl-3,.px-3 {
	padding-left: 8px
}

.px-3 {
	padding-right: 8px
}

.py-3 {
	padding-top: 8px;
	padding-bottom: 8px
}

.p-4 {
	padding: 12px
}

.pt-4 {
	padding-top: 12px
}

.pr-4 {
	padding-right: 12px
}

.pb-4 {
	padding-bottom: 12px
}

.pl-4,.px-4 {
	padding-left: 12px
}

.px-4 {
	padding-right: 12px
}

.py-4 {
	padding-top: 12px;
	padding-bottom: 12px
}

.p-5 {
	padding: 16px
}

.pt-5 {
	padding-top: 16px
}

.pr-5 {
	padding-right: 16px
}

.pb-5 {
	padding-bottom: 16px
}

.pl-5,.px-5 {
	padding-left: 16px
}

.px-5 {
	padding-right: 16px
}

.py-5 {
	padding-top: 16px;
	padding-bottom: 16px
}

.p-6 {
	padding: 24px
}

.pt-6 {
	padding-top: 24px
}

.pr-6 {
	padding-right: 24px
}

.pb-6 {
	padding-bottom: 24px
}

.pl-6,.px-6 {
	padding-left: 24px
}

.px-6 {
	padding-right: 24px
}

.py-6 {
	padding-top: 24px;
	padding-bottom: 24px
}

.p-7 {
	padding: 32px
}

.pt-7 {
	padding-top: 32px
}

.pr-7 {
	padding-right: 32px
}

.pb-7 {
	padding-bottom: 32px
}

.pl-7,.px-7 {
	padding-left: 32px
}

.px-7 {
	padding-right: 32px
}

.py-7 {
	padding-top: 32px;
	padding-bottom: 32px
}

.p-8 {
	padding: 40px
}

.pt-8 {
	padding-top: 40px
}

.pr-8 {
	padding-right: 40px
}

.pb-8 {
	padding-bottom: 40px
}

.pl-8,.px-8 {
	padding-left: 40px
}

.px-8 {
	padding-right: 40px
}

.py-8 {
	padding-top: 40px;
	padding-bottom: 40px
}

.p-9 {
	padding: 48px
}

.pt-9 {
	padding-top: 48px
}

.pr-9 {
	padding-right: 48px
}

.pb-9 {
	padding-bottom: 48px
}

.pl-9,.px-9 {
	padding-left: 48px
}

.px-9 {
	padding-right: 48px
}

.py-9 {
	padding-top: 48px;
	padding-bottom: 48px
}

.p-10 {
	padding: 56px
}

.pt-10 {
	padding-top: 56px
}

.pr-10 {
	padding-right: 56px
}

.pb-10 {
	padding-bottom: 56px
}

.pl-10,.px-10 {
	padding-left: 56px
}

.px-10 {
	padding-right: 56px
}

.py-10 {
	padding-top: 56px;
	padding-bottom: 56px
}

.p-11 {
	padding: 64px
}

.pt-11 {
	padding-top: 64px
}

.pr-11 {
	padding-right: 64px
}

.pb-11 {
	padding-bottom: 64px
}

.pl-11,.px-11 {
	padding-left: 64px
}

.px-11 {
	padding-right: 64px
}

.py-11 {
	padding-top: 64px;
	padding-bottom: 64px
}

.p-12 {
	padding: 80px
}

.pt-12 {
	padding-top: 80px
}

.pr-12 {
	padding-right: 80px
}

.pb-12 {
	padding-bottom: 80px
}

.pl-12,.px-12 {
	padding-left: 80px
}

.px-12 {
	padding-right: 80px
}

.py-12 {
	padding-top: 80px;
	padding-bottom: 80px
}

.p-13 {
	padding: 96px
}

.pt-13 {
	padding-top: 96px
}

.pr-13 {
	padding-right: 96px
}

.pb-13 {
	padding-bottom: 96px
}

.pl-13,.px-13 {
	padding-left: 96px
}

.px-13 {
	padding-right: 96px
}

.py-13 {
	padding-top: 96px;
	padding-bottom: 96px
}

.p-14 {
	padding: 112px
}

.pt-14 {
	padding-top: 112px
}

.pr-14 {
	padding-right: 112px
}

.pb-14 {
	padding-bottom: 112px
}

.pl-14,.px-14 {
	padding-left: 112px
}

.px-14 {
	padding-right: 112px
}

.py-14 {
	padding-top: 112px;
	padding-bottom: 112px
}

.p-15 {
	padding: 128px
}

.pt-15 {
	padding-top: 128px
}

.pr-15 {
	padding-right: 128px
}

.pb-15 {
	padding-bottom: 128px
}

.pl-15,.px-15 {
	padding-left: 128px
}

.px-15 {
	padding-right: 128px
}

.py-15 {
	padding-top: 128px;
	padding-bottom: 128px
}

.p-16 {
	padding: 192px
}

.pt-16 {
	padding-top: 192px
}

.pr-16 {
	padding-right: 192px
}

.pb-16 {
	padding-bottom: 192px
}

.pl-16,.px-16 {
	padding-left: 192px
}

.px-16 {
	padding-right: 192px
}

.py-16 {
	padding-top: 192px;
	padding-bottom: 192px
}

.nm-0 {
	margin: 0
}

.nmt-0 {
	margin-top: 0
}

.nmr-0 {
	margin-right: 0
}

.nmb-0 {
	margin-bottom: 0
}

.nml-0,.nmx-0 {
	margin-left: 0
}

.nmx-0 {
	margin-right: 0
}

.nmy-0 {
	margin-top: 0;
	margin-bottom: 0
}

.nm-1 {
	margin: -2px
}

.nmt-1 {
	margin-top: -2px
}

.nmr-1 {
	margin-right: -2px
}

.nmb-1 {
	margin-bottom: -2px
}

.nml-1,.nmx-1 {
	margin-left: -2px
}

.nmx-1 {
	margin-right: -2px
}

.nmy-1 {
	margin-top: -2px;
	margin-bottom: -2px
}

.nm-2 {
	margin: -4px
}

.nmt-2 {
	margin-top: -4px
}

.nmr-2 {
	margin-right: -4px
}

.nmb-2 {
	margin-bottom: -4px
}

.nml-2,.nmx-2 {
	margin-left: -4px
}

.nmx-2 {
	margin-right: -4px
}

.nmy-2 {
	margin-top: -4px;
	margin-bottom: -4px
}

.nm-3 {
	margin: -8px
}

.nmt-3 {
	margin-top: -8px
}

.nmr-3 {
	margin-right: -8px
}

.nmb-3 {
	margin-bottom: -8px
}

.nml-3,.nmx-3 {
	margin-left: -8px
}

.nmx-3 {
	margin-right: -8px
}

.nmy-3 {
	margin-top: -8px;
	margin-bottom: -8px
}

.nm-4 {
	margin: -12px
}

.nmt-4 {
	margin-top: -12px
}

.nmr-4 {
	margin-right: -12px
}

.nmb-4 {
	margin-bottom: -12px
}

.nml-4,.nmx-4 {
	margin-left: -12px
}

.nmx-4 {
	margin-right: -12px
}

.nmy-4 {
	margin-top: -12px;
	margin-bottom: -12px
}

.nm-5 {
	margin: -16px
}

.nmt-5 {
	margin-top: -16px
}

.nmr-5 {
	margin-right: -16px
}

.nmb-5 {
	margin-bottom: -16px
}

.nml-5,.nmx-5 {
	margin-left: -16px
}

.nmx-5 {
	margin-right: -16px
}

.nmy-5 {
	margin-top: -16px;
	margin-bottom: -16px
}

.nm-6 {
	margin: -24px
}

.nmt-6 {
	margin-top: -24px
}

.nmr-6 {
	margin-right: -24px
}

.nmb-6 {
	margin-bottom: -24px
}

.nml-6,.nmx-6 {
	margin-left: -24px
}

.nmx-6 {
	margin-right: -24px
}

.nmy-6 {
	margin-top: -24px;
	margin-bottom: -24px
}

.nm-7 {
	margin: -32px
}

.nmt-7 {
	margin-top: -32px
}

.nmr-7 {
	margin-right: -32px
}

.nmb-7 {
	margin-bottom: -32px
}

.nml-7,.nmx-7 {
	margin-left: -32px
}

.nmx-7 {
	margin-right: -32px
}

.nmy-7 {
	margin-top: -32px;
	margin-bottom: -32px
}

.nm-8 {
	margin: -40px
}

.nmt-8 {
	margin-top: -40px
}

.nmr-8 {
	margin-right: -40px
}

.nmb-8 {
	margin-bottom: -40px
}

.nml-8,.nmx-8 {
	margin-left: -40px
}

.nmx-8 {
	margin-right: -40px
}

.nmy-8 {
	margin-top: -40px;
	margin-bottom: -40px
}

.nm-9 {
	margin: -48px
}

.nmt-9 {
	margin-top: -48px
}

.nmr-9 {
	margin-right: -48px
}

.nmb-9 {
	margin-bottom: -48px
}

.nml-9,.nmx-9 {
	margin-left: -48px
}

.nmx-9 {
	margin-right: -48px
}

.nmy-9 {
	margin-top: -48px;
	margin-bottom: -48px
}

.nm-10 {
	margin: -56px
}

.nmt-10 {
	margin-top: -56px
}

.nmr-10 {
	margin-right: -56px
}

.nmb-10 {
	margin-bottom: -56px
}

.nml-10,.nmx-10 {
	margin-left: -56px
}

.nmx-10 {
	margin-right: -56px
}

.nmy-10 {
	margin-top: -56px;
	margin-bottom: -56px
}

.nm-11 {
	margin: -64px
}

.nmt-11 {
	margin-top: -64px
}

.nmr-11 {
	margin-right: -64px
}

.nmb-11 {
	margin-bottom: -64px
}

.nml-11,.nmx-11 {
	margin-left: -64px
}

.nmx-11 {
	margin-right: -64px
}

.nmy-11 {
	margin-top: -64px;
	margin-bottom: -64px
}

.nm-12 {
	margin: -80px
}

.nmt-12 {
	margin-top: -80px
}

.nmr-12 {
	margin-right: -80px
}

.nmb-12 {
	margin-bottom: -80px
}

.nml-12,.nmx-12 {
	margin-left: -80px
}

.nmx-12 {
	margin-right: -80px
}

.nmy-12 {
	margin-top: -80px;
	margin-bottom: -80px
}

.nm-13 {
	margin: -96px
}

.nmt-13 {
	margin-top: -96px
}

.nmr-13 {
	margin-right: -96px
}

.nmb-13 {
	margin-bottom: -96px
}

.nml-13,.nmx-13 {
	margin-left: -96px
}

.nmx-13 {
	margin-right: -96px
}

.nmy-13 {
	margin-top: -96px;
	margin-bottom: -96px
}

.nm-14 {
	margin: -112px
}

.nmt-14 {
	margin-top: -112px
}

.nmr-14 {
	margin-right: -112px
}

.nmb-14 {
	margin-bottom: -112px
}

.nml-14,.nmx-14 {
	margin-left: -112px
}

.nmx-14 {
	margin-right: -112px
}

.nmy-14 {
	margin-top: -112px;
	margin-bottom: -112px
}

.nm-15 {
	margin: -128px
}

.nmt-15 {
	margin-top: -128px
}

.nmr-15 {
	margin-right: -128px
}

.nmb-15 {
	margin-bottom: -128px
}

.nml-15,.nmx-15 {
	margin-left: -128px
}

.nmx-15 {
	margin-right: -128px
}

.nmy-15 {
	margin-top: -128px;
	margin-bottom: -128px
}

.nm-16 {
	margin: -192px
}

.nmt-16 {
	margin-top: -192px
}

.nmr-16 {
	margin-right: -192px
}

.nmb-16 {
	margin-bottom: -192px
}

.nml-16,.nmx-16 {
	margin-left: -192px
}

.nmx-16 {
	margin-right: -192px
}

.nmy-16 {
	margin-top: -192px;
	margin-bottom: -192px
}

.m-auto {
	margin: auto
}

.mt-auto {
	margin-top: auto
}

.mr-auto {
	margin-right: auto
}

.mb-auto {
	margin-bottom: auto
}

.ml-auto,.mx-auto {
	margin-left: auto
}

.mx-auto {
	margin-right: auto
}

.my-auto {
	margin-top: auto;
	margin-bottom: auto
}

@media(min-width: 768px) {
	.m-sm-0 {
		margin:0
	}

	.mt-sm-0 {
		margin-top: 0
	}

	.mr-sm-0 {
		margin-right: 0
	}

	.mb-sm-0 {
		margin-bottom: 0
	}

	.ml-sm-0,.mx-sm-0 {
		margin-left: 0
	}

	.mx-sm-0 {
		margin-right: 0
	}

	.my-sm-0 {
		margin-top: 0;
		margin-bottom: 0
	}

	.m-sm-1 {
		margin: 2px
	}

	.mt-sm-1 {
		margin-top: 2px
	}

	.mr-sm-1 {
		margin-right: 2px
	}

	.mb-sm-1 {
		margin-bottom: 2px
	}

	.ml-sm-1,.mx-sm-1 {
		margin-left: 2px
	}

	.mx-sm-1 {
		margin-right: 2px
	}

	.my-sm-1 {
		margin-top: 2px;
		margin-bottom: 2px
	}

	.m-sm-2 {
		margin: 4px
	}

	.mt-sm-2 {
		margin-top: 4px
	}

	.mr-sm-2 {
		margin-right: 4px
	}

	.mb-sm-2 {
		margin-bottom: 4px
	}

	.ml-sm-2,.mx-sm-2 {
		margin-left: 4px
	}

	.mx-sm-2 {
		margin-right: 4px
	}

	.my-sm-2 {
		margin-top: 4px;
		margin-bottom: 4px
	}

	.m-sm-3 {
		margin: 8px
	}

	.mt-sm-3 {
		margin-top: 8px
	}

	.mr-sm-3 {
		margin-right: 8px
	}

	.mb-sm-3 {
		margin-bottom: 8px
	}

	.ml-sm-3,.mx-sm-3 {
		margin-left: 8px
	}

	.mx-sm-3 {
		margin-right: 8px
	}

	.my-sm-3 {
		margin-top: 8px;
		margin-bottom: 8px
	}

	.m-sm-4 {
		margin: 12px
	}

	.mt-sm-4 {
		margin-top: 12px
	}

	.mr-sm-4 {
		margin-right: 12px
	}

	.mb-sm-4 {
		margin-bottom: 12px
	}

	.ml-sm-4,.mx-sm-4 {
		margin-left: 12px
	}

	.mx-sm-4 {
		margin-right: 12px
	}

	.my-sm-4 {
		margin-top: 12px;
		margin-bottom: 12px
	}

	.m-sm-5 {
		margin: 16px
	}

	.mt-sm-5 {
		margin-top: 16px
	}

	.mr-sm-5 {
		margin-right: 16px
	}

	.mb-sm-5 {
		margin-bottom: 16px
	}

	.ml-sm-5,.mx-sm-5 {
		margin-left: 16px
	}

	.mx-sm-5 {
		margin-right: 16px
	}

	.my-sm-5 {
		margin-top: 16px;
		margin-bottom: 16px
	}

	.m-sm-6 {
		margin: 24px
	}

	.mt-sm-6 {
		margin-top: 24px
	}

	.mr-sm-6 {
		margin-right: 24px
	}

	.mb-sm-6 {
		margin-bottom: 24px
	}

	.ml-sm-6,.mx-sm-6 {
		margin-left: 24px
	}

	.mx-sm-6 {
		margin-right: 24px
	}

	.my-sm-6 {
		margin-top: 24px;
		margin-bottom: 24px
	}

	.m-sm-7 {
		margin: 32px
	}

	.mt-sm-7 {
		margin-top: 32px
	}

	.mr-sm-7 {
		margin-right: 32px
	}

	.mb-sm-7 {
		margin-bottom: 32px
	}

	.ml-sm-7,.mx-sm-7 {
		margin-left: 32px
	}

	.mx-sm-7 {
		margin-right: 32px
	}

	.my-sm-7 {
		margin-top: 32px;
		margin-bottom: 32px
	}

	.m-sm-8 {
		margin: 40px
	}

	.mt-sm-8 {
		margin-top: 40px
	}

	.mr-sm-8 {
		margin-right: 40px
	}

	.mb-sm-8 {
		margin-bottom: 40px
	}

	.ml-sm-8,.mx-sm-8 {
		margin-left: 40px
	}

	.mx-sm-8 {
		margin-right: 40px
	}

	.my-sm-8 {
		margin-top: 40px;
		margin-bottom: 40px
	}

	.m-sm-9 {
		margin: 48px
	}

	.mt-sm-9 {
		margin-top: 48px
	}

	.mr-sm-9 {
		margin-right: 48px
	}

	.mb-sm-9 {
		margin-bottom: 48px
	}

	.ml-sm-9,.mx-sm-9 {
		margin-left: 48px
	}

	.mx-sm-9 {
		margin-right: 48px
	}

	.my-sm-9 {
		margin-top: 48px;
		margin-bottom: 48px
	}

	.m-sm-10 {
		margin: 56px
	}

	.mt-sm-10 {
		margin-top: 56px
	}

	.mr-sm-10 {
		margin-right: 56px
	}

	.mb-sm-10 {
		margin-bottom: 56px
	}

	.ml-sm-10,.mx-sm-10 {
		margin-left: 56px
	}

	.mx-sm-10 {
		margin-right: 56px
	}

	.my-sm-10 {
		margin-top: 56px;
		margin-bottom: 56px
	}

	.m-sm-11 {
		margin: 64px
	}

	.mt-sm-11 {
		margin-top: 64px
	}

	.mr-sm-11 {
		margin-right: 64px
	}

	.mb-sm-11 {
		margin-bottom: 64px
	}

	.ml-sm-11,.mx-sm-11 {
		margin-left: 64px
	}

	.mx-sm-11 {
		margin-right: 64px
	}

	.my-sm-11 {
		margin-top: 64px;
		margin-bottom: 64px
	}

	.m-sm-12 {
		margin: 80px
	}

	.mt-sm-12 {
		margin-top: 80px
	}

	.mr-sm-12 {
		margin-right: 80px
	}

	.mb-sm-12 {
		margin-bottom: 80px
	}

	.ml-sm-12,.mx-sm-12 {
		margin-left: 80px
	}

	.mx-sm-12 {
		margin-right: 80px
	}

	.my-sm-12 {
		margin-top: 80px;
		margin-bottom: 80px
	}

	.m-sm-13 {
		margin: 96px
	}

	.mt-sm-13 {
		margin-top: 96px
	}

	.mr-sm-13 {
		margin-right: 96px
	}

	.mb-sm-13 {
		margin-bottom: 96px
	}

	.ml-sm-13,.mx-sm-13 {
		margin-left: 96px
	}

	.mx-sm-13 {
		margin-right: 96px
	}

	.my-sm-13 {
		margin-top: 96px;
		margin-bottom: 96px
	}

	.m-sm-14 {
		margin: 112px
	}

	.mt-sm-14 {
		margin-top: 112px
	}

	.mr-sm-14 {
		margin-right: 112px
	}

	.mb-sm-14 {
		margin-bottom: 112px
	}

	.ml-sm-14,.mx-sm-14 {
		margin-left: 112px
	}

	.mx-sm-14 {
		margin-right: 112px
	}

	.my-sm-14 {
		margin-top: 112px;
		margin-bottom: 112px
	}

	.m-sm-15 {
		margin: 128px
	}

	.mt-sm-15 {
		margin-top: 128px
	}

	.mr-sm-15 {
		margin-right: 128px
	}

	.mb-sm-15 {
		margin-bottom: 128px
	}

	.ml-sm-15,.mx-sm-15 {
		margin-left: 128px
	}

	.mx-sm-15 {
		margin-right: 128px
	}

	.my-sm-15 {
		margin-top: 128px;
		margin-bottom: 128px
	}

	.m-sm-16 {
		margin: 192px
	}

	.mt-sm-16 {
		margin-top: 192px
	}

	.mr-sm-16 {
		margin-right: 192px
	}

	.mb-sm-16 {
		margin-bottom: 192px
	}

	.ml-sm-16,.mx-sm-16 {
		margin-left: 192px
	}

	.mx-sm-16 {
		margin-right: 192px
	}

	.my-sm-16 {
		margin-top: 192px;
		margin-bottom: 192px
	}

	.p-sm-0 {
		padding: 0
	}

	.pt-sm-0 {
		padding-top: 0
	}

	.pr-sm-0 {
		padding-right: 0
	}

	.pb-sm-0 {
		padding-bottom: 0
	}

	.pl-sm-0,.px-sm-0 {
		padding-left: 0
	}

	.px-sm-0 {
		padding-right: 0
	}

	.py-sm-0 {
		padding-top: 0;
		padding-bottom: 0
	}

	.p-sm-1 {
		padding: 2px
	}

	.pt-sm-1 {
		padding-top: 2px
	}

	.pr-sm-1 {
		padding-right: 2px
	}

	.pb-sm-1 {
		padding-bottom: 2px
	}

	.pl-sm-1,.px-sm-1 {
		padding-left: 2px
	}

	.px-sm-1 {
		padding-right: 2px
	}

	.py-sm-1 {
		padding-top: 2px;
		padding-bottom: 2px
	}

	.p-sm-2 {
		padding: 4px
	}

	.pt-sm-2 {
		padding-top: 4px
	}

	.pr-sm-2 {
		padding-right: 4px
	}

	.pb-sm-2 {
		padding-bottom: 4px
	}

	.pl-sm-2,.px-sm-2 {
		padding-left: 4px
	}

	.px-sm-2 {
		padding-right: 4px
	}

	.py-sm-2 {
		padding-top: 4px;
		padding-bottom: 4px
	}

	.p-sm-3 {
		padding: 8px
	}

	.pt-sm-3 {
		padding-top: 8px
	}

	.pr-sm-3 {
		padding-right: 8px
	}

	.pb-sm-3 {
		padding-bottom: 8px
	}

	.pl-sm-3,.px-sm-3 {
		padding-left: 8px
	}

	.px-sm-3 {
		padding-right: 8px
	}

	.py-sm-3 {
		padding-top: 8px;
		padding-bottom: 8px
	}

	.p-sm-4 {
		padding: 12px
	}

	.pt-sm-4 {
		padding-top: 12px
	}

	.pr-sm-4 {
		padding-right: 12px
	}

	.pb-sm-4 {
		padding-bottom: 12px
	}

	.pl-sm-4,.px-sm-4 {
		padding-left: 12px
	}

	.px-sm-4 {
		padding-right: 12px
	}

	.py-sm-4 {
		padding-top: 12px;
		padding-bottom: 12px
	}

	.p-sm-5 {
		padding: 16px
	}

	.pt-sm-5 {
		padding-top: 16px
	}

	.pr-sm-5 {
		padding-right: 16px
	}

	.pb-sm-5 {
		padding-bottom: 16px
	}

	.pl-sm-5,.px-sm-5 {
		padding-left: 16px
	}

	.px-sm-5 {
		padding-right: 16px
	}

	.py-sm-5 {
		padding-top: 16px;
		padding-bottom: 16px
	}

	.p-sm-6 {
		padding: 24px
	}

	.pt-sm-6 {
		padding-top: 24px
	}

	.pr-sm-6 {
		padding-right: 24px
	}

	.pb-sm-6 {
		padding-bottom: 24px
	}

	.pl-sm-6,.px-sm-6 {
		padding-left: 24px
	}

	.px-sm-6 {
		padding-right: 24px
	}

	.py-sm-6 {
		padding-top: 24px;
		padding-bottom: 24px
	}

	.p-sm-7 {
		padding: 32px
	}

	.pt-sm-7 {
		padding-top: 32px
	}

	.pr-sm-7 {
		padding-right: 32px
	}

	.pb-sm-7 {
		padding-bottom: 32px
	}

	.pl-sm-7,.px-sm-7 {
		padding-left: 32px
	}

	.px-sm-7 {
		padding-right: 32px
	}

	.py-sm-7 {
		padding-top: 32px;
		padding-bottom: 32px
	}

	.p-sm-8 {
		padding: 40px
	}

	.pt-sm-8 {
		padding-top: 40px
	}

	.pr-sm-8 {
		padding-right: 40px
	}

	.pb-sm-8 {
		padding-bottom: 40px
	}

	.pl-sm-8,.px-sm-8 {
		padding-left: 40px
	}

	.px-sm-8 {
		padding-right: 40px
	}

	.py-sm-8 {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.p-sm-9 {
		padding: 48px
	}

	.pt-sm-9 {
		padding-top: 48px
	}

	.pr-sm-9 {
		padding-right: 48px
	}

	.pb-sm-9 {
		padding-bottom: 48px
	}

	.pl-sm-9,.px-sm-9 {
		padding-left: 48px
	}

	.px-sm-9 {
		padding-right: 48px
	}

	.py-sm-9 {
		padding-top: 48px;
		padding-bottom: 48px
	}

	.p-sm-10 {
		padding: 56px
	}

	.pt-sm-10 {
		padding-top: 56px
	}

	.pr-sm-10 {
		padding-right: 56px
	}

	.pb-sm-10 {
		padding-bottom: 56px
	}

	.pl-sm-10,.px-sm-10 {
		padding-left: 56px
	}

	.px-sm-10 {
		padding-right: 56px
	}

	.py-sm-10 {
		padding-top: 56px;
		padding-bottom: 56px
	}

	.p-sm-11 {
		padding: 64px
	}

	.pt-sm-11 {
		padding-top: 64px
	}

	.pr-sm-11 {
		padding-right: 64px
	}

	.pb-sm-11 {
		padding-bottom: 64px
	}

	.pl-sm-11,.px-sm-11 {
		padding-left: 64px
	}

	.px-sm-11 {
		padding-right: 64px
	}

	.py-sm-11 {
		padding-top: 64px;
		padding-bottom: 64px
	}

	.p-sm-12 {
		padding: 80px
	}

	.pt-sm-12 {
		padding-top: 80px
	}

	.pr-sm-12 {
		padding-right: 80px
	}

	.pb-sm-12 {
		padding-bottom: 80px
	}

	.pl-sm-12,.px-sm-12 {
		padding-left: 80px
	}

	.px-sm-12 {
		padding-right: 80px
	}

	.py-sm-12 {
		padding-top: 80px;
		padding-bottom: 80px
	}

	.p-sm-13 {
		padding: 96px
	}

	.pt-sm-13 {
		padding-top: 96px
	}

	.pr-sm-13 {
		padding-right: 96px
	}

	.pb-sm-13 {
		padding-bottom: 96px
	}

	.pl-sm-13,.px-sm-13 {
		padding-left: 96px
	}

	.px-sm-13 {
		padding-right: 96px
	}

	.py-sm-13 {
		padding-top: 96px;
		padding-bottom: 96px
	}

	.p-sm-14 {
		padding: 112px
	}

	.pt-sm-14 {
		padding-top: 112px
	}

	.pr-sm-14 {
		padding-right: 112px
	}

	.pb-sm-14 {
		padding-bottom: 112px
	}

	.pl-sm-14,.px-sm-14 {
		padding-left: 112px
	}

	.px-sm-14 {
		padding-right: 112px
	}

	.py-sm-14 {
		padding-top: 112px;
		padding-bottom: 112px
	}

	.p-sm-15 {
		padding: 128px
	}

	.pt-sm-15 {
		padding-top: 128px
	}

	.pr-sm-15 {
		padding-right: 128px
	}

	.pb-sm-15 {
		padding-bottom: 128px
	}

	.pl-sm-15,.px-sm-15 {
		padding-left: 128px
	}

	.px-sm-15 {
		padding-right: 128px
	}

	.py-sm-15 {
		padding-top: 128px;
		padding-bottom: 128px
	}

	.p-sm-16 {
		padding: 192px
	}

	.pt-sm-16 {
		padding-top: 192px
	}

	.pr-sm-16 {
		padding-right: 192px
	}

	.pb-sm-16 {
		padding-bottom: 192px
	}

	.pl-sm-16,.px-sm-16 {
		padding-left: 192px
	}

	.px-sm-16 {
		padding-right: 192px
	}

	.py-sm-16 {
		padding-top: 192px;
		padding-bottom: 192px
	}

	.nm-sm-0 {
		margin: 0
	}

	.nmt-sm-0 {
		margin-top: 0
	}

	.nmr-sm-0 {
		margin-right: 0
	}

	.nmb-sm-0 {
		margin-bottom: 0
	}

	.nml-sm-0,.nmx-sm-0 {
		margin-left: 0
	}

	.nmx-sm-0 {
		margin-right: 0
	}

	.nmy-sm-0 {
		margin-top: 0;
		margin-bottom: 0
	}

	.nm-sm-1 {
		margin: -2px
	}

	.nmt-sm-1 {
		margin-top: -2px
	}

	.nmr-sm-1 {
		margin-right: -2px
	}

	.nmb-sm-1 {
		margin-bottom: -2px
	}

	.nml-sm-1,.nmx-sm-1 {
		margin-left: -2px
	}

	.nmx-sm-1 {
		margin-right: -2px
	}

	.nmy-sm-1 {
		margin-top: -2px;
		margin-bottom: -2px
	}

	.nm-sm-2 {
		margin: -4px
	}

	.nmt-sm-2 {
		margin-top: -4px
	}

	.nmr-sm-2 {
		margin-right: -4px
	}

	.nmb-sm-2 {
		margin-bottom: -4px
	}

	.nml-sm-2,.nmx-sm-2 {
		margin-left: -4px
	}

	.nmx-sm-2 {
		margin-right: -4px
	}

	.nmy-sm-2 {
		margin-top: -4px;
		margin-bottom: -4px
	}

	.nm-sm-3 {
		margin: -8px
	}

	.nmt-sm-3 {
		margin-top: -8px
	}

	.nmr-sm-3 {
		margin-right: -8px
	}

	.nmb-sm-3 {
		margin-bottom: -8px
	}

	.nml-sm-3,.nmx-sm-3 {
		margin-left: -8px
	}

	.nmx-sm-3 {
		margin-right: -8px
	}

	.nmy-sm-3 {
		margin-top: -8px;
		margin-bottom: -8px
	}

	.nm-sm-4 {
		margin: -12px
	}

	.nmt-sm-4 {
		margin-top: -12px
	}

	.nmr-sm-4 {
		margin-right: -12px
	}

	.nmb-sm-4 {
		margin-bottom: -12px
	}

	.nml-sm-4,.nmx-sm-4 {
		margin-left: -12px
	}

	.nmx-sm-4 {
		margin-right: -12px
	}

	.nmy-sm-4 {
		margin-top: -12px;
		margin-bottom: -12px
	}

	.nm-sm-5 {
		margin: -16px
	}

	.nmt-sm-5 {
		margin-top: -16px
	}

	.nmr-sm-5 {
		margin-right: -16px
	}

	.nmb-sm-5 {
		margin-bottom: -16px
	}

	.nml-sm-5,.nmx-sm-5 {
		margin-left: -16px
	}

	.nmx-sm-5 {
		margin-right: -16px
	}

	.nmy-sm-5 {
		margin-top: -16px;
		margin-bottom: -16px
	}

	.nm-sm-6 {
		margin: -24px
	}

	.nmt-sm-6 {
		margin-top: -24px
	}

	.nmr-sm-6 {
		margin-right: -24px
	}

	.nmb-sm-6 {
		margin-bottom: -24px
	}

	.nml-sm-6,.nmx-sm-6 {
		margin-left: -24px
	}

	.nmx-sm-6 {
		margin-right: -24px
	}

	.nmy-sm-6 {
		margin-top: -24px;
		margin-bottom: -24px
	}

	.nm-sm-7 {
		margin: -32px
	}

	.nmt-sm-7 {
		margin-top: -32px
	}

	.nmr-sm-7 {
		margin-right: -32px
	}

	.nmb-sm-7 {
		margin-bottom: -32px
	}

	.nml-sm-7,.nmx-sm-7 {
		margin-left: -32px
	}

	.nmx-sm-7 {
		margin-right: -32px
	}

	.nmy-sm-7 {
		margin-top: -32px;
		margin-bottom: -32px
	}

	.nm-sm-8 {
		margin: -40px
	}

	.nmt-sm-8 {
		margin-top: -40px
	}

	.nmr-sm-8 {
		margin-right: -40px
	}

	.nmb-sm-8 {
		margin-bottom: -40px
	}

	.nml-sm-8,.nmx-sm-8 {
		margin-left: -40px
	}

	.nmx-sm-8 {
		margin-right: -40px
	}

	.nmy-sm-8 {
		margin-top: -40px;
		margin-bottom: -40px
	}

	.nm-sm-9 {
		margin: -48px
	}

	.nmt-sm-9 {
		margin-top: -48px
	}

	.nmr-sm-9 {
		margin-right: -48px
	}

	.nmb-sm-9 {
		margin-bottom: -48px
	}

	.nml-sm-9,.nmx-sm-9 {
		margin-left: -48px
	}

	.nmx-sm-9 {
		margin-right: -48px
	}

	.nmy-sm-9 {
		margin-top: -48px;
		margin-bottom: -48px
	}

	.nm-sm-10 {
		margin: -56px
	}

	.nmt-sm-10 {
		margin-top: -56px
	}

	.nmr-sm-10 {
		margin-right: -56px
	}

	.nmb-sm-10 {
		margin-bottom: -56px
	}

	.nml-sm-10,.nmx-sm-10 {
		margin-left: -56px
	}

	.nmx-sm-10 {
		margin-right: -56px
	}

	.nmy-sm-10 {
		margin-top: -56px;
		margin-bottom: -56px
	}

	.nm-sm-11 {
		margin: -64px
	}

	.nmt-sm-11 {
		margin-top: -64px
	}

	.nmr-sm-11 {
		margin-right: -64px
	}

	.nmb-sm-11 {
		margin-bottom: -64px
	}

	.nml-sm-11,.nmx-sm-11 {
		margin-left: -64px
	}

	.nmx-sm-11 {
		margin-right: -64px
	}

	.nmy-sm-11 {
		margin-top: -64px;
		margin-bottom: -64px
	}

	.nm-sm-12 {
		margin: -80px
	}

	.nmt-sm-12 {
		margin-top: -80px
	}

	.nmr-sm-12 {
		margin-right: -80px
	}

	.nmb-sm-12 {
		margin-bottom: -80px
	}

	.nml-sm-12,.nmx-sm-12 {
		margin-left: -80px
	}

	.nmx-sm-12 {
		margin-right: -80px
	}

	.nmy-sm-12 {
		margin-top: -80px;
		margin-bottom: -80px
	}

	.nm-sm-13 {
		margin: -96px
	}

	.nmt-sm-13 {
		margin-top: -96px
	}

	.nmr-sm-13 {
		margin-right: -96px
	}

	.nmb-sm-13 {
		margin-bottom: -96px
	}

	.nml-sm-13,.nmx-sm-13 {
		margin-left: -96px
	}

	.nmx-sm-13 {
		margin-right: -96px
	}

	.nmy-sm-13 {
		margin-top: -96px;
		margin-bottom: -96px
	}

	.nm-sm-14 {
		margin: -112px
	}

	.nmt-sm-14 {
		margin-top: -112px
	}

	.nmr-sm-14 {
		margin-right: -112px
	}

	.nmb-sm-14 {
		margin-bottom: -112px
	}

	.nml-sm-14,.nmx-sm-14 {
		margin-left: -112px
	}

	.nmx-sm-14 {
		margin-right: -112px
	}

	.nmy-sm-14 {
		margin-top: -112px;
		margin-bottom: -112px
	}

	.nm-sm-15 {
		margin: -128px
	}

	.nmt-sm-15 {
		margin-top: -128px
	}

	.nmr-sm-15 {
		margin-right: -128px
	}

	.nmb-sm-15 {
		margin-bottom: -128px
	}

	.nml-sm-15,.nmx-sm-15 {
		margin-left: -128px
	}

	.nmx-sm-15 {
		margin-right: -128px
	}

	.nmy-sm-15 {
		margin-top: -128px;
		margin-bottom: -128px
	}

	.nm-sm-16 {
		margin: -192px
	}

	.nmt-sm-16 {
		margin-top: -192px
	}

	.nmr-sm-16 {
		margin-right: -192px
	}

	.nmb-sm-16 {
		margin-bottom: -192px
	}

	.nml-sm-16,.nmx-sm-16 {
		margin-left: -192px
	}

	.nmx-sm-16 {
		margin-right: -192px
	}

	.nmy-sm-16 {
		margin-top: -192px;
		margin-bottom: -192px
	}

	.m-sm-auto {
		margin: auto
	}

	.mt-sm-auto {
		margin-top: auto
	}

	.mr-sm-auto {
		margin-right: auto
	}

	.mb-sm-auto {
		margin-bottom: auto
	}

	.ml-sm-auto,.mx-sm-auto {
		margin-left: auto
	}

	.mx-sm-auto {
		margin-right: auto
	}

	.my-sm-auto {
		margin-top: auto;
		margin-bottom: auto
	}
}

@media(min-width: 992px) {
	.m-md-0 {
		margin:0
	}

	.mt-md-0 {
		margin-top: 0
	}

	.mr-md-0 {
		margin-right: 0
	}

	.mb-md-0 {
		margin-bottom: 0
	}

	.ml-md-0,.mx-md-0 {
		margin-left: 0
	}

	.mx-md-0 {
		margin-right: 0
	}

	.my-md-0 {
		margin-top: 0;
		margin-bottom: 0
	}

	.m-md-1 {
		margin: 2px
	}

	.mt-md-1 {
		margin-top: 2px
	}

	.mr-md-1 {
		margin-right: 2px
	}

	.mb-md-1 {
		margin-bottom: 2px
	}

	.ml-md-1,.mx-md-1 {
		margin-left: 2px
	}

	.mx-md-1 {
		margin-right: 2px
	}

	.my-md-1 {
		margin-top: 2px;
		margin-bottom: 2px
	}

	.m-md-2 {
		margin: 4px
	}

	.mt-md-2 {
		margin-top: 4px
	}

	.mr-md-2 {
		margin-right: 4px
	}

	.mb-md-2 {
		margin-bottom: 4px
	}

	.ml-md-2,.mx-md-2 {
		margin-left: 4px
	}

	.mx-md-2 {
		margin-right: 4px
	}

	.my-md-2 {
		margin-top: 4px;
		margin-bottom: 4px
	}

	.m-md-3 {
		margin: 8px
	}

	.mt-md-3 {
		margin-top: 8px
	}

	.mr-md-3 {
		margin-right: 8px
	}

	.mb-md-3 {
		margin-bottom: 8px
	}

	.ml-md-3,.mx-md-3 {
		margin-left: 8px
	}

	.mx-md-3 {
		margin-right: 8px
	}

	.my-md-3 {
		margin-top: 8px;
		margin-bottom: 8px
	}

	.m-md-4 {
		margin: 12px
	}

	.mt-md-4 {
		margin-top: 12px
	}

	.mr-md-4 {
		margin-right: 12px
	}

	.mb-md-4 {
		margin-bottom: 12px
	}

	.ml-md-4,.mx-md-4 {
		margin-left: 12px
	}

	.mx-md-4 {
		margin-right: 12px
	}

	.my-md-4 {
		margin-top: 12px;
		margin-bottom: 12px
	}

	.m-md-5 {
		margin: 16px
	}

	.mt-md-5 {
		margin-top: 16px
	}

	.mr-md-5 {
		margin-right: 16px
	}

	.mb-md-5 {
		margin-bottom: 16px
	}

	.ml-md-5,.mx-md-5 {
		margin-left: 16px
	}

	.mx-md-5 {
		margin-right: 16px
	}

	.my-md-5 {
		margin-top: 16px;
		margin-bottom: 16px
	}

	.m-md-6 {
		margin: 24px
	}

	.mt-md-6 {
		margin-top: 24px
	}

	.mr-md-6 {
		margin-right: 24px
	}

	.mb-md-6 {
		margin-bottom: 24px
	}

	.ml-md-6,.mx-md-6 {
		margin-left: 24px
	}

	.mx-md-6 {
		margin-right: 24px
	}

	.my-md-6 {
		margin-top: 24px;
		margin-bottom: 24px
	}

	.m-md-7 {
		margin: 32px
	}

	.mt-md-7 {
		margin-top: 32px
	}

	.mr-md-7 {
		margin-right: 32px
	}

	.mb-md-7 {
		margin-bottom: 32px
	}

	.ml-md-7,.mx-md-7 {
		margin-left: 32px
	}

	.mx-md-7 {
		margin-right: 32px
	}

	.my-md-7 {
		margin-top: 32px;
		margin-bottom: 32px
	}

	.m-md-8 {
		margin: 40px
	}

	.mt-md-8 {
		margin-top: 40px
	}

	.mr-md-8 {
		margin-right: 40px
	}

	.mb-md-8 {
		margin-bottom: 40px
	}

	.ml-md-8,.mx-md-8 {
		margin-left: 40px
	}

	.mx-md-8 {
		margin-right: 40px
	}

	.my-md-8 {
		margin-top: 40px;
		margin-bottom: 40px
	}

	.m-md-9 {
		margin: 48px
	}

	.mt-md-9 {
		margin-top: 48px
	}

	.mr-md-9 {
		margin-right: 48px
	}

	.mb-md-9 {
		margin-bottom: 48px
	}

	.ml-md-9,.mx-md-9 {
		margin-left: 48px
	}

	.mx-md-9 {
		margin-right: 48px
	}

	.my-md-9 {
		margin-top: 48px;
		margin-bottom: 48px
	}

	.m-md-10 {
		margin: 56px
	}

	.mt-md-10 {
		margin-top: 56px
	}

	.mr-md-10 {
		margin-right: 56px
	}

	.mb-md-10 {
		margin-bottom: 56px
	}

	.ml-md-10,.mx-md-10 {
		margin-left: 56px
	}

	.mx-md-10 {
		margin-right: 56px
	}

	.my-md-10 {
		margin-top: 56px;
		margin-bottom: 56px
	}

	.m-md-11 {
		margin: 64px
	}

	.mt-md-11 {
		margin-top: 64px
	}

	.mr-md-11 {
		margin-right: 64px
	}

	.mb-md-11 {
		margin-bottom: 64px
	}

	.ml-md-11,.mx-md-11 {
		margin-left: 64px
	}

	.mx-md-11 {
		margin-right: 64px
	}

	.my-md-11 {
		margin-top: 64px;
		margin-bottom: 64px
	}

	.m-md-12 {
		margin: 80px
	}

	.mt-md-12 {
		margin-top: 80px
	}

	.mr-md-12 {
		margin-right: 80px
	}

	.mb-md-12 {
		margin-bottom: 80px
	}

	.ml-md-12,.mx-md-12 {
		margin-left: 80px
	}

	.mx-md-12 {
		margin-right: 80px
	}

	.my-md-12 {
		margin-top: 80px;
		margin-bottom: 80px
	}

	.m-md-13 {
		margin: 96px
	}

	.mt-md-13 {
		margin-top: 96px
	}

	.mr-md-13 {
		margin-right: 96px
	}

	.mb-md-13 {
		margin-bottom: 96px
	}

	.ml-md-13,.mx-md-13 {
		margin-left: 96px
	}

	.mx-md-13 {
		margin-right: 96px
	}

	.my-md-13 {
		margin-top: 96px;
		margin-bottom: 96px
	}

	.m-md-14 {
		margin: 112px
	}

	.mt-md-14 {
		margin-top: 112px
	}

	.mr-md-14 {
		margin-right: 112px
	}

	.mb-md-14 {
		margin-bottom: 112px
	}

	.ml-md-14,.mx-md-14 {
		margin-left: 112px
	}

	.mx-md-14 {
		margin-right: 112px
	}

	.my-md-14 {
		margin-top: 112px;
		margin-bottom: 112px
	}

	.m-md-15 {
		margin: 128px
	}

	.mt-md-15 {
		margin-top: 128px
	}

	.mr-md-15 {
		margin-right: 128px
	}

	.mb-md-15 {
		margin-bottom: 128px
	}

	.ml-md-15,.mx-md-15 {
		margin-left: 128px
	}

	.mx-md-15 {
		margin-right: 128px
	}

	.my-md-15 {
		margin-top: 128px;
		margin-bottom: 128px
	}

	.m-md-16 {
		margin: 192px
	}

	.mt-md-16 {
		margin-top: 192px
	}

	.mr-md-16 {
		margin-right: 192px
	}

	.mb-md-16 {
		margin-bottom: 192px
	}

	.ml-md-16,.mx-md-16 {
		margin-left: 192px
	}

	.mx-md-16 {
		margin-right: 192px
	}

	.my-md-16 {
		margin-top: 192px;
		margin-bottom: 192px
	}

	.p-md-0 {
		padding: 0
	}

	.pt-md-0 {
		padding-top: 0
	}

	.pr-md-0 {
		padding-right: 0
	}

	.pb-md-0 {
		padding-bottom: 0
	}

	.pl-md-0,.px-md-0 {
		padding-left: 0
	}

	.px-md-0 {
		padding-right: 0
	}

	.py-md-0 {
		padding-top: 0;
		padding-bottom: 0
	}

	.p-md-1 {
		padding: 2px
	}

	.pt-md-1 {
		padding-top: 2px
	}

	.pr-md-1 {
		padding-right: 2px
	}

	.pb-md-1 {
		padding-bottom: 2px
	}

	.pl-md-1,.px-md-1 {
		padding-left: 2px
	}

	.px-md-1 {
		padding-right: 2px
	}

	.py-md-1 {
		padding-top: 2px;
		padding-bottom: 2px
	}

	.p-md-2 {
		padding: 4px
	}

	.pt-md-2 {
		padding-top: 4px
	}

	.pr-md-2 {
		padding-right: 4px
	}

	.pb-md-2 {
		padding-bottom: 4px
	}

	.pl-md-2,.px-md-2 {
		padding-left: 4px
	}

	.px-md-2 {
		padding-right: 4px
	}

	.py-md-2 {
		padding-top: 4px;
		padding-bottom: 4px
	}

	.p-md-3 {
		padding: 8px
	}

	.pt-md-3 {
		padding-top: 8px
	}

	.pr-md-3 {
		padding-right: 8px
	}

	.pb-md-3 {
		padding-bottom: 8px
	}

	.pl-md-3,.px-md-3 {
		padding-left: 8px
	}

	.px-md-3 {
		padding-right: 8px
	}

	.py-md-3 {
		padding-top: 8px;
		padding-bottom: 8px
	}

	.p-md-4 {
		padding: 12px
	}

	.pt-md-4 {
		padding-top: 12px
	}

	.pr-md-4 {
		padding-right: 12px
	}

	.pb-md-4 {
		padding-bottom: 12px
	}

	.pl-md-4,.px-md-4 {
		padding-left: 12px
	}

	.px-md-4 {
		padding-right: 12px
	}

	.py-md-4 {
		padding-top: 12px;
		padding-bottom: 12px
	}

	.p-md-5 {
		padding: 16px
	}

	.pt-md-5 {
		padding-top: 16px
	}

	.pr-md-5 {
		padding-right: 16px
	}

	.pb-md-5 {
		padding-bottom: 16px
	}

	.pl-md-5,.px-md-5 {
		padding-left: 16px
	}

	.px-md-5 {
		padding-right: 16px
	}

	.py-md-5 {
		padding-top: 16px;
		padding-bottom: 16px
	}

	.p-md-6 {
		padding: 24px
	}

	.pt-md-6 {
		padding-top: 24px
	}

	.pr-md-6 {
		padding-right: 24px
	}

	.pb-md-6 {
		padding-bottom: 24px
	}

	.pl-md-6,.px-md-6 {
		padding-left: 24px
	}

	.px-md-6 {
		padding-right: 24px
	}

	.py-md-6 {
		padding-top: 24px;
		padding-bottom: 24px
	}

	.p-md-7 {
		padding: 32px
	}

	.pt-md-7 {
		padding-top: 32px
	}

	.pr-md-7 {
		padding-right: 32px
	}

	.pb-md-7 {
		padding-bottom: 32px
	}

	.pl-md-7,.px-md-7 {
		padding-left: 32px
	}

	.px-md-7 {
		padding-right: 32px
	}

	.py-md-7 {
		padding-top: 32px;
		padding-bottom: 32px
	}

	.p-md-8 {
		padding: 40px
	}

	.pt-md-8 {
		padding-top: 40px
	}

	.pr-md-8 {
		padding-right: 40px
	}

	.pb-md-8 {
		padding-bottom: 40px
	}

	.pl-md-8,.px-md-8 {
		padding-left: 40px
	}

	.px-md-8 {
		padding-right: 40px
	}

	.py-md-8 {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.p-md-9 {
		padding: 48px
	}

	.pt-md-9 {
		padding-top: 48px
	}

	.pr-md-9 {
		padding-right: 48px
	}

	.pb-md-9 {
		padding-bottom: 48px
	}

	.pl-md-9,.px-md-9 {
		padding-left: 48px
	}

	.px-md-9 {
		padding-right: 48px
	}

	.py-md-9 {
		padding-top: 48px;
		padding-bottom: 48px
	}

	.p-md-10 {
		padding: 56px
	}

	.pt-md-10 {
		padding-top: 56px
	}

	.pr-md-10 {
		padding-right: 56px
	}

	.pb-md-10 {
		padding-bottom: 56px
	}

	.pl-md-10,.px-md-10 {
		padding-left: 56px
	}

	.px-md-10 {
		padding-right: 56px
	}

	.py-md-10 {
		padding-top: 56px;
		padding-bottom: 56px
	}

	.p-md-11 {
		padding: 64px
	}

	.pt-md-11 {
		padding-top: 64px
	}

	.pr-md-11 {
		padding-right: 64px
	}

	.pb-md-11 {
		padding-bottom: 64px
	}

	.pl-md-11,.px-md-11 {
		padding-left: 64px
	}

	.px-md-11 {
		padding-right: 64px
	}

	.py-md-11 {
		padding-top: 64px;
		padding-bottom: 64px
	}

	.p-md-12 {
		padding: 80px
	}

	.pt-md-12 {
		padding-top: 80px
	}

	.pr-md-12 {
		padding-right: 80px
	}

	.pb-md-12 {
		padding-bottom: 80px
	}

	.pl-md-12,.px-md-12 {
		padding-left: 80px
	}

	.px-md-12 {
		padding-right: 80px
	}

	.py-md-12 {
		padding-top: 80px;
		padding-bottom: 80px
	}

	.p-md-13 {
		padding: 96px
	}

	.pt-md-13 {
		padding-top: 96px
	}

	.pr-md-13 {
		padding-right: 96px
	}

	.pb-md-13 {
		padding-bottom: 96px
	}

	.pl-md-13,.px-md-13 {
		padding-left: 96px
	}

	.px-md-13 {
		padding-right: 96px
	}

	.py-md-13 {
		padding-top: 96px;
		padding-bottom: 96px
	}

	.p-md-14 {
		padding: 112px
	}

	.pt-md-14 {
		padding-top: 112px
	}

	.pr-md-14 {
		padding-right: 112px
	}

	.pb-md-14 {
		padding-bottom: 112px
	}

	.pl-md-14,.px-md-14 {
		padding-left: 112px
	}

	.px-md-14 {
		padding-right: 112px
	}

	.py-md-14 {
		padding-top: 112px;
		padding-bottom: 112px
	}

	.p-md-15 {
		padding: 128px
	}

	.pt-md-15 {
		padding-top: 128px
	}

	.pr-md-15 {
		padding-right: 128px
	}

	.pb-md-15 {
		padding-bottom: 128px
	}

	.pl-md-15,.px-md-15 {
		padding-left: 128px
	}

	.px-md-15 {
		padding-right: 128px
	}

	.py-md-15 {
		padding-top: 128px;
		padding-bottom: 128px
	}

	.p-md-16 {
		padding: 192px
	}

	.pt-md-16 {
		padding-top: 192px
	}

	.pr-md-16 {
		padding-right: 192px
	}

	.pb-md-16 {
		padding-bottom: 192px
	}

	.pl-md-16,.px-md-16 {
		padding-left: 192px
	}

	.px-md-16 {
		padding-right: 192px
	}

	.py-md-16 {
		padding-top: 192px;
		padding-bottom: 192px
	}

	.nm-md-0 {
		margin: 0
	}

	.nmt-md-0 {
		margin-top: 0
	}

	.nmr-md-0 {
		margin-right: 0
	}

	.nmb-md-0 {
		margin-bottom: 0
	}

	.nml-md-0,.nmx-md-0 {
		margin-left: 0
	}

	.nmx-md-0 {
		margin-right: 0
	}

	.nmy-md-0 {
		margin-top: 0;
		margin-bottom: 0
	}

	.nm-md-1 {
		margin: -2px
	}

	.nmt-md-1 {
		margin-top: -2px
	}

	.nmr-md-1 {
		margin-right: -2px
	}

	.nmb-md-1 {
		margin-bottom: -2px
	}

	.nml-md-1,.nmx-md-1 {
		margin-left: -2px
	}

	.nmx-md-1 {
		margin-right: -2px
	}

	.nmy-md-1 {
		margin-top: -2px;
		margin-bottom: -2px
	}

	.nm-md-2 {
		margin: -4px
	}

	.nmt-md-2 {
		margin-top: -4px
	}

	.nmr-md-2 {
		margin-right: -4px
	}

	.nmb-md-2 {
		margin-bottom: -4px
	}

	.nml-md-2,.nmx-md-2 {
		margin-left: -4px
	}

	.nmx-md-2 {
		margin-right: -4px
	}

	.nmy-md-2 {
		margin-top: -4px;
		margin-bottom: -4px
	}

	.nm-md-3 {
		margin: -8px
	}

	.nmt-md-3 {
		margin-top: -8px
	}

	.nmr-md-3 {
		margin-right: -8px
	}

	.nmb-md-3 {
		margin-bottom: -8px
	}

	.nml-md-3,.nmx-md-3 {
		margin-left: -8px
	}

	.nmx-md-3 {
		margin-right: -8px
	}

	.nmy-md-3 {
		margin-top: -8px;
		margin-bottom: -8px
	}

	.nm-md-4 {
		margin: -12px
	}

	.nmt-md-4 {
		margin-top: -12px
	}

	.nmr-md-4 {
		margin-right: -12px
	}

	.nmb-md-4 {
		margin-bottom: -12px
	}

	.nml-md-4,.nmx-md-4 {
		margin-left: -12px
	}

	.nmx-md-4 {
		margin-right: -12px
	}

	.nmy-md-4 {
		margin-top: -12px;
		margin-bottom: -12px
	}

	.nm-md-5 {
		margin: -16px
	}

	.nmt-md-5 {
		margin-top: -16px
	}

	.nmr-md-5 {
		margin-right: -16px
	}

	.nmb-md-5 {
		margin-bottom: -16px
	}

	.nml-md-5,.nmx-md-5 {
		margin-left: -16px
	}

	.nmx-md-5 {
		margin-right: -16px
	}

	.nmy-md-5 {
		margin-top: -16px;
		margin-bottom: -16px
	}

	.nm-md-6 {
		margin: -24px
	}

	.nmt-md-6 {
		margin-top: -24px
	}

	.nmr-md-6 {
		margin-right: -24px
	}

	.nmb-md-6 {
		margin-bottom: -24px
	}

	.nml-md-6,.nmx-md-6 {
		margin-left: -24px
	}

	.nmx-md-6 {
		margin-right: -24px
	}

	.nmy-md-6 {
		margin-top: -24px;
		margin-bottom: -24px
	}

	.nm-md-7 {
		margin: -32px
	}

	.nmt-md-7 {
		margin-top: -32px
	}

	.nmr-md-7 {
		margin-right: -32px
	}

	.nmb-md-7 {
		margin-bottom: -32px
	}

	.nml-md-7,.nmx-md-7 {
		margin-left: -32px
	}

	.nmx-md-7 {
		margin-right: -32px
	}

	.nmy-md-7 {
		margin-top: -32px;
		margin-bottom: -32px
	}

	.nm-md-8 {
		margin: -40px
	}

	.nmt-md-8 {
		margin-top: -40px
	}

	.nmr-md-8 {
		margin-right: -40px
	}

	.nmb-md-8 {
		margin-bottom: -40px
	}

	.nml-md-8,.nmx-md-8 {
		margin-left: -40px
	}

	.nmx-md-8 {
		margin-right: -40px
	}

	.nmy-md-8 {
		margin-top: -40px;
		margin-bottom: -40px
	}

	.nm-md-9 {
		margin: -48px
	}

	.nmt-md-9 {
		margin-top: -48px
	}

	.nmr-md-9 {
		margin-right: -48px
	}

	.nmb-md-9 {
		margin-bottom: -48px
	}

	.nml-md-9,.nmx-md-9 {
		margin-left: -48px
	}

	.nmx-md-9 {
		margin-right: -48px
	}

	.nmy-md-9 {
		margin-top: -48px;
		margin-bottom: -48px
	}

	.nm-md-10 {
		margin: -56px
	}

	.nmt-md-10 {
		margin-top: -56px
	}

	.nmr-md-10 {
		margin-right: -56px
	}

	.nmb-md-10 {
		margin-bottom: -56px
	}

	.nml-md-10,.nmx-md-10 {
		margin-left: -56px
	}

	.nmx-md-10 {
		margin-right: -56px
	}

	.nmy-md-10 {
		margin-top: -56px;
		margin-bottom: -56px
	}

	.nm-md-11 {
		margin: -64px
	}

	.nmt-md-11 {
		margin-top: -64px
	}

	.nmr-md-11 {
		margin-right: -64px
	}

	.nmb-md-11 {
		margin-bottom: -64px
	}

	.nml-md-11,.nmx-md-11 {
		margin-left: -64px
	}

	.nmx-md-11 {
		margin-right: -64px
	}

	.nmy-md-11 {
		margin-top: -64px;
		margin-bottom: -64px
	}

	.nm-md-12 {
		margin: -80px
	}

	.nmt-md-12 {
		margin-top: -80px
	}

	.nmr-md-12 {
		margin-right: -80px
	}

	.nmb-md-12 {
		margin-bottom: -80px
	}

	.nml-md-12,.nmx-md-12 {
		margin-left: -80px
	}

	.nmx-md-12 {
		margin-right: -80px
	}

	.nmy-md-12 {
		margin-top: -80px;
		margin-bottom: -80px
	}

	.nm-md-13 {
		margin: -96px
	}

	.nmt-md-13 {
		margin-top: -96px
	}

	.nmr-md-13 {
		margin-right: -96px
	}

	.nmb-md-13 {
		margin-bottom: -96px
	}

	.nml-md-13,.nmx-md-13 {
		margin-left: -96px
	}

	.nmx-md-13 {
		margin-right: -96px
	}

	.nmy-md-13 {
		margin-top: -96px;
		margin-bottom: -96px
	}

	.nm-md-14 {
		margin: -112px
	}

	.nmt-md-14 {
		margin-top: -112px
	}

	.nmr-md-14 {
		margin-right: -112px
	}

	.nmb-md-14 {
		margin-bottom: -112px
	}

	.nml-md-14,.nmx-md-14 {
		margin-left: -112px
	}

	.nmx-md-14 {
		margin-right: -112px
	}

	.nmy-md-14 {
		margin-top: -112px;
		margin-bottom: -112px
	}

	.nm-md-15 {
		margin: -128px
	}

	.nmt-md-15 {
		margin-top: -128px
	}

	.nmr-md-15 {
		margin-right: -128px
	}

	.nmb-md-15 {
		margin-bottom: -128px
	}

	.nml-md-15,.nmx-md-15 {
		margin-left: -128px
	}

	.nmx-md-15 {
		margin-right: -128px
	}

	.nmy-md-15 {
		margin-top: -128px;
		margin-bottom: -128px
	}

	.nm-md-16 {
		margin: -192px
	}

	.nmt-md-16 {
		margin-top: -192px
	}

	.nmr-md-16 {
		margin-right: -192px
	}

	.nmb-md-16 {
		margin-bottom: -192px
	}

	.nml-md-16,.nmx-md-16 {
		margin-left: -192px
	}

	.nmx-md-16 {
		margin-right: -192px
	}

	.nmy-md-16 {
		margin-top: -192px;
		margin-bottom: -192px
	}

	.m-md-auto {
		margin: auto
	}

	.mt-md-auto {
		margin-top: auto
	}

	.mr-md-auto {
		margin-right: auto
	}

	.mb-md-auto {
		margin-bottom: auto
	}

	.ml-md-auto,.mx-md-auto {
		margin-left: auto
	}

	.mx-md-auto {
		margin-right: auto
	}

	.my-md-auto {
		margin-top: auto;
		margin-bottom: auto
	}
}

@media(min-width: 1200px) {
	.m-lg-0 {
		margin:0
	}

	.mt-lg-0 {
		margin-top: 0
	}

	.mr-lg-0 {
		margin-right: 0
	}

	.mb-lg-0 {
		margin-bottom: 0
	}

	.ml-lg-0,.mx-lg-0 {
		margin-left: 0
	}

	.mx-lg-0 {
		margin-right: 0
	}

	.my-lg-0 {
		margin-top: 0;
		margin-bottom: 0
	}

	.m-lg-1 {
		margin: 2px
	}

	.mt-lg-1 {
		margin-top: 2px
	}

	.mr-lg-1 {
		margin-right: 2px
	}

	.mb-lg-1 {
		margin-bottom: 2px
	}

	.ml-lg-1,.mx-lg-1 {
		margin-left: 2px
	}

	.mx-lg-1 {
		margin-right: 2px
	}

	.my-lg-1 {
		margin-top: 2px;
		margin-bottom: 2px
	}

	.m-lg-2 {
		margin: 4px
	}

	.mt-lg-2 {
		margin-top: 4px
	}

	.mr-lg-2 {
		margin-right: 4px
	}

	.mb-lg-2 {
		margin-bottom: 4px
	}

	.ml-lg-2,.mx-lg-2 {
		margin-left: 4px
	}

	.mx-lg-2 {
		margin-right: 4px
	}

	.my-lg-2 {
		margin-top: 4px;
		margin-bottom: 4px
	}

	.m-lg-3 {
		margin: 8px
	}

	.mt-lg-3 {
		margin-top: 8px
	}

	.mr-lg-3 {
		margin-right: 8px
	}

	.mb-lg-3 {
		margin-bottom: 8px
	}

	.ml-lg-3,.mx-lg-3 {
		margin-left: 8px
	}

	.mx-lg-3 {
		margin-right: 8px
	}

	.my-lg-3 {
		margin-top: 8px;
		margin-bottom: 8px
	}

	.m-lg-4 {
		margin: 12px
	}

	.mt-lg-4 {
		margin-top: 12px
	}

	.mr-lg-4 {
		margin-right: 12px
	}

	.mb-lg-4 {
		margin-bottom: 12px
	}

	.ml-lg-4,.mx-lg-4 {
		margin-left: 12px
	}

	.mx-lg-4 {
		margin-right: 12px
	}

	.my-lg-4 {
		margin-top: 12px;
		margin-bottom: 12px
	}

	.m-lg-5 {
		margin: 16px
	}

	.mt-lg-5 {
		margin-top: 16px
	}

	.mr-lg-5 {
		margin-right: 16px
	}

	.mb-lg-5 {
		margin-bottom: 16px
	}

	.ml-lg-5,.mx-lg-5 {
		margin-left: 16px
	}

	.mx-lg-5 {
		margin-right: 16px
	}

	.my-lg-5 {
		margin-top: 16px;
		margin-bottom: 16px
	}

	.m-lg-6 {
		margin: 24px
	}

	.mt-lg-6 {
		margin-top: 24px
	}

	.mr-lg-6 {
		margin-right: 24px
	}

	.mb-lg-6 {
		margin-bottom: 24px
	}

	.ml-lg-6,.mx-lg-6 {
		margin-left: 24px
	}

	.mx-lg-6 {
		margin-right: 24px
	}

	.my-lg-6 {
		margin-top: 24px;
		margin-bottom: 24px
	}

	.m-lg-7 {
		margin: 32px
	}

	.mt-lg-7 {
		margin-top: 32px
	}

	.mr-lg-7 {
		margin-right: 32px
	}

	.mb-lg-7 {
		margin-bottom: 32px
	}

	.ml-lg-7,.mx-lg-7 {
		margin-left: 32px
	}

	.mx-lg-7 {
		margin-right: 32px
	}

	.my-lg-7 {
		margin-top: 32px;
		margin-bottom: 32px
	}

	.m-lg-8 {
		margin: 40px
	}

	.mt-lg-8 {
		margin-top: 40px
	}

	.mr-lg-8 {
		margin-right: 40px
	}

	.mb-lg-8 {
		margin-bottom: 40px
	}

	.ml-lg-8,.mx-lg-8 {
		margin-left: 40px
	}

	.mx-lg-8 {
		margin-right: 40px
	}

	.my-lg-8 {
		margin-top: 40px;
		margin-bottom: 40px
	}

	.m-lg-9 {
		margin: 48px
	}

	.mt-lg-9 {
		margin-top: 48px
	}

	.mr-lg-9 {
		margin-right: 48px
	}

	.mb-lg-9 {
		margin-bottom: 48px
	}

	.ml-lg-9,.mx-lg-9 {
		margin-left: 48px
	}

	.mx-lg-9 {
		margin-right: 48px
	}

	.my-lg-9 {
		margin-top: 48px;
		margin-bottom: 48px
	}

	.m-lg-10 {
		margin: 56px
	}

	.mt-lg-10 {
		margin-top: 56px
	}

	.mr-lg-10 {
		margin-right: 56px
	}

	.mb-lg-10 {
		margin-bottom: 56px
	}

	.ml-lg-10,.mx-lg-10 {
		margin-left: 56px
	}

	.mx-lg-10 {
		margin-right: 56px
	}

	.my-lg-10 {
		margin-top: 56px;
		margin-bottom: 56px
	}

	.m-lg-11 {
		margin: 64px
	}

	.mt-lg-11 {
		margin-top: 64px
	}

	.mr-lg-11 {
		margin-right: 64px
	}

	.mb-lg-11 {
		margin-bottom: 64px
	}

	.ml-lg-11,.mx-lg-11 {
		margin-left: 64px
	}

	.mx-lg-11 {
		margin-right: 64px
	}

	.my-lg-11 {
		margin-top: 64px;
		margin-bottom: 64px
	}

	.m-lg-12 {
		margin: 80px
	}

	.mt-lg-12 {
		margin-top: 80px
	}

	.mr-lg-12 {
		margin-right: 80px
	}

	.mb-lg-12 {
		margin-bottom: 80px
	}

	.ml-lg-12,.mx-lg-12 {
		margin-left: 80px
	}

	.mx-lg-12 {
		margin-right: 80px
	}

	.my-lg-12 {
		margin-top: 80px;
		margin-bottom: 80px
	}

	.m-lg-13 {
		margin: 96px
	}

	.mt-lg-13 {
		margin-top: 96px
	}

	.mr-lg-13 {
		margin-right: 96px
	}

	.mb-lg-13 {
		margin-bottom: 96px
	}

	.ml-lg-13,.mx-lg-13 {
		margin-left: 96px
	}

	.mx-lg-13 {
		margin-right: 96px
	}

	.my-lg-13 {
		margin-top: 96px;
		margin-bottom: 96px
	}

	.m-lg-14 {
		margin: 112px
	}

	.mt-lg-14 {
		margin-top: 112px
	}

	.mr-lg-14 {
		margin-right: 112px
	}

	.mb-lg-14 {
		margin-bottom: 112px
	}

	.ml-lg-14,.mx-lg-14 {
		margin-left: 112px
	}

	.mx-lg-14 {
		margin-right: 112px
	}

	.my-lg-14 {
		margin-top: 112px;
		margin-bottom: 112px
	}

	.m-lg-15 {
		margin: 128px
	}

	.mt-lg-15 {
		margin-top: 128px
	}

	.mr-lg-15 {
		margin-right: 128px
	}

	.mb-lg-15 {
		margin-bottom: 128px
	}

	.ml-lg-15,.mx-lg-15 {
		margin-left: 128px
	}

	.mx-lg-15 {
		margin-right: 128px
	}

	.my-lg-15 {
		margin-top: 128px;
		margin-bottom: 128px
	}

	.m-lg-16 {
		margin: 192px
	}

	.mt-lg-16 {
		margin-top: 192px
	}

	.mr-lg-16 {
		margin-right: 192px
	}

	.mb-lg-16 {
		margin-bottom: 192px
	}

	.ml-lg-16,.mx-lg-16 {
		margin-left: 192px
	}

	.mx-lg-16 {
		margin-right: 192px
	}

	.my-lg-16 {
		margin-top: 192px;
		margin-bottom: 192px
	}

	.p-lg-0 {
		padding: 0
	}

	.pt-lg-0 {
		padding-top: 0
	}

	.pr-lg-0 {
		padding-right: 0
	}

	.pb-lg-0 {
		padding-bottom: 0
	}

	.pl-lg-0,.px-lg-0 {
		padding-left: 0
	}

	.px-lg-0 {
		padding-right: 0
	}

	.py-lg-0 {
		padding-top: 0;
		padding-bottom: 0
	}

	.p-lg-1 {
		padding: 2px
	}

	.pt-lg-1 {
		padding-top: 2px
	}

	.pr-lg-1 {
		padding-right: 2px
	}

	.pb-lg-1 {
		padding-bottom: 2px
	}

	.pl-lg-1,.px-lg-1 {
		padding-left: 2px
	}

	.px-lg-1 {
		padding-right: 2px
	}

	.py-lg-1 {
		padding-top: 2px;
		padding-bottom: 2px
	}

	.p-lg-2 {
		padding: 4px
	}

	.pt-lg-2 {
		padding-top: 4px
	}

	.pr-lg-2 {
		padding-right: 4px
	}

	.pb-lg-2 {
		padding-bottom: 4px
	}

	.pl-lg-2,.px-lg-2 {
		padding-left: 4px
	}

	.px-lg-2 {
		padding-right: 4px
	}

	.py-lg-2 {
		padding-top: 4px;
		padding-bottom: 4px
	}

	.p-lg-3 {
		padding: 8px
	}

	.pt-lg-3 {
		padding-top: 8px
	}

	.pr-lg-3 {
		padding-right: 8px
	}

	.pb-lg-3 {
		padding-bottom: 8px
	}

	.pl-lg-3,.px-lg-3 {
		padding-left: 8px
	}

	.px-lg-3 {
		padding-right: 8px
	}

	.py-lg-3 {
		padding-top: 8px;
		padding-bottom: 8px
	}

	.p-lg-4 {
		padding: 12px
	}

	.pt-lg-4 {
		padding-top: 12px
	}

	.pr-lg-4 {
		padding-right: 12px
	}

	.pb-lg-4 {
		padding-bottom: 12px
	}

	.pl-lg-4,.px-lg-4 {
		padding-left: 12px
	}

	.px-lg-4 {
		padding-right: 12px
	}

	.py-lg-4 {
		padding-top: 12px;
		padding-bottom: 12px
	}

	.p-lg-5 {
		padding: 16px
	}

	.pt-lg-5 {
		padding-top: 16px
	}

	.pr-lg-5 {
		padding-right: 16px
	}

	.pb-lg-5 {
		padding-bottom: 16px
	}

	.pl-lg-5,.px-lg-5 {
		padding-left: 16px
	}

	.px-lg-5 {
		padding-right: 16px
	}

	.py-lg-5 {
		padding-top: 16px;
		padding-bottom: 16px
	}

	.p-lg-6 {
		padding: 24px
	}

	.pt-lg-6 {
		padding-top: 24px
	}

	.pr-lg-6 {
		padding-right: 24px
	}

	.pb-lg-6 {
		padding-bottom: 24px
	}

	.pl-lg-6,.px-lg-6 {
		padding-left: 24px
	}

	.px-lg-6 {
		padding-right: 24px
	}

	.py-lg-6 {
		padding-top: 24px;
		padding-bottom: 24px
	}

	.p-lg-7 {
		padding: 32px
	}

	.pt-lg-7 {
		padding-top: 32px
	}

	.pr-lg-7 {
		padding-right: 32px
	}

	.pb-lg-7 {
		padding-bottom: 32px
	}

	.pl-lg-7,.px-lg-7 {
		padding-left: 32px
	}

	.px-lg-7 {
		padding-right: 32px
	}

	.py-lg-7 {
		padding-top: 32px;
		padding-bottom: 32px
	}

	.p-lg-8 {
		padding: 40px
	}

	.pt-lg-8 {
		padding-top: 40px
	}

	.pr-lg-8 {
		padding-right: 40px
	}

	.pb-lg-8 {
		padding-bottom: 40px
	}

	.pl-lg-8,.px-lg-8 {
		padding-left: 40px
	}

	.px-lg-8 {
		padding-right: 40px
	}

	.py-lg-8 {
		padding-top: 40px;
		padding-bottom: 40px
	}

	.p-lg-9 {
		padding: 48px
	}

	.pt-lg-9 {
		padding-top: 48px
	}

	.pr-lg-9 {
		padding-right: 48px
	}

	.pb-lg-9 {
		padding-bottom: 48px
	}

	.pl-lg-9,.px-lg-9 {
		padding-left: 48px
	}

	.px-lg-9 {
		padding-right: 48px
	}

	.py-lg-9 {
		padding-top: 48px;
		padding-bottom: 48px
	}

	.p-lg-10 {
		padding: 56px
	}

	.pt-lg-10 {
		padding-top: 56px
	}

	.pr-lg-10 {
		padding-right: 56px
	}

	.pb-lg-10 {
		padding-bottom: 56px
	}

	.pl-lg-10,.px-lg-10 {
		padding-left: 56px
	}

	.px-lg-10 {
		padding-right: 56px
	}

	.py-lg-10 {
		padding-top: 56px;
		padding-bottom: 56px
	}

	.p-lg-11 {
		padding: 64px
	}

	.pt-lg-11 {
		padding-top: 64px
	}

	.pr-lg-11 {
		padding-right: 64px
	}

	.pb-lg-11 {
		padding-bottom: 64px
	}

	.pl-lg-11,.px-lg-11 {
		padding-left: 64px
	}

	.px-lg-11 {
		padding-right: 64px
	}

	.py-lg-11 {
		padding-top: 64px;
		padding-bottom: 64px
	}

	.p-lg-12 {
		padding: 80px
	}

	.pt-lg-12 {
		padding-top: 80px
	}

	.pr-lg-12 {
		padding-right: 80px
	}

	.pb-lg-12 {
		padding-bottom: 80px
	}

	.pl-lg-12,.px-lg-12 {
		padding-left: 80px
	}

	.px-lg-12 {
		padding-right: 80px
	}

	.py-lg-12 {
		padding-top: 80px;
		padding-bottom: 80px
	}

	.p-lg-13 {
		padding: 96px
	}

	.pt-lg-13 {
		padding-top: 96px
	}

	.pr-lg-13 {
		padding-right: 96px
	}

	.pb-lg-13 {
		padding-bottom: 96px
	}

	.pl-lg-13,.px-lg-13 {
		padding-left: 96px
	}

	.px-lg-13 {
		padding-right: 96px
	}

	.py-lg-13 {
		padding-top: 96px;
		padding-bottom: 96px
	}

	.p-lg-14 {
		padding: 112px
	}

	.pt-lg-14 {
		padding-top: 112px
	}

	.pr-lg-14 {
		padding-right: 112px
	}

	.pb-lg-14 {
		padding-bottom: 112px
	}

	.pl-lg-14,.px-lg-14 {
		padding-left: 112px
	}

	.px-lg-14 {
		padding-right: 112px
	}

	.py-lg-14 {
		padding-top: 112px;
		padding-bottom: 112px
	}

	.p-lg-15 {
		padding: 128px
	}

	.pt-lg-15 {
		padding-top: 128px
	}

	.pr-lg-15 {
		padding-right: 128px
	}

	.pb-lg-15 {
		padding-bottom: 128px
	}

	.pl-lg-15,.px-lg-15 {
		padding-left: 128px
	}

	.px-lg-15 {
		padding-right: 128px
	}

	.py-lg-15 {
		padding-top: 128px;
		padding-bottom: 128px
	}

	.p-lg-16 {
		padding: 192px
	}

	.pt-lg-16 {
		padding-top: 192px
	}

	.pr-lg-16 {
		padding-right: 192px
	}

	.pb-lg-16 {
		padding-bottom: 192px
	}

	.pl-lg-16,.px-lg-16 {
		padding-left: 192px
	}

	.px-lg-16 {
		padding-right: 192px
	}

	.py-lg-16 {
		padding-top: 192px;
		padding-bottom: 192px
	}

	.nm-lg-0 {
		margin: 0
	}

	.nmt-lg-0 {
		margin-top: 0
	}

	.nmr-lg-0 {
		margin-right: 0
	}

	.nmb-lg-0 {
		margin-bottom: 0
	}

	.nml-lg-0,.nmx-lg-0 {
		margin-left: 0
	}

	.nmx-lg-0 {
		margin-right: 0
	}

	.nmy-lg-0 {
		margin-top: 0;
		margin-bottom: 0
	}

	.nm-lg-1 {
		margin: -2px
	}

	.nmt-lg-1 {
		margin-top: -2px
	}

	.nmr-lg-1 {
		margin-right: -2px
	}

	.nmb-lg-1 {
		margin-bottom: -2px
	}

	.nml-lg-1,.nmx-lg-1 {
		margin-left: -2px
	}

	.nmx-lg-1 {
		margin-right: -2px
	}

	.nmy-lg-1 {
		margin-top: -2px;
		margin-bottom: -2px
	}

	.nm-lg-2 {
		margin: -4px
	}

	.nmt-lg-2 {
		margin-top: -4px
	}

	.nmr-lg-2 {
		margin-right: -4px
	}

	.nmb-lg-2 {
		margin-bottom: -4px
	}

	.nml-lg-2,.nmx-lg-2 {
		margin-left: -4px
	}

	.nmx-lg-2 {
		margin-right: -4px
	}

	.nmy-lg-2 {
		margin-top: -4px;
		margin-bottom: -4px
	}

	.nm-lg-3 {
		margin: -8px
	}

	.nmt-lg-3 {
		margin-top: -8px
	}

	.nmr-lg-3 {
		margin-right: -8px
	}

	.nmb-lg-3 {
		margin-bottom: -8px
	}

	.nml-lg-3,.nmx-lg-3 {
		margin-left: -8px
	}

	.nmx-lg-3 {
		margin-right: -8px
	}

	.nmy-lg-3 {
		margin-top: -8px;
		margin-bottom: -8px
	}

	.nm-lg-4 {
		margin: -12px
	}

	.nmt-lg-4 {
		margin-top: -12px
	}

	.nmr-lg-4 {
		margin-right: -12px
	}

	.nmb-lg-4 {
		margin-bottom: -12px
	}

	.nml-lg-4,.nmx-lg-4 {
		margin-left: -12px
	}

	.nmx-lg-4 {
		margin-right: -12px
	}

	.nmy-lg-4 {
		margin-top: -12px;
		margin-bottom: -12px
	}

	.nm-lg-5 {
		margin: -16px
	}

	.nmt-lg-5 {
		margin-top: -16px
	}

	.nmr-lg-5 {
		margin-right: -16px
	}

	.nmb-lg-5 {
		margin-bottom: -16px
	}

	.nml-lg-5,.nmx-lg-5 {
		margin-left: -16px
	}

	.nmx-lg-5 {
		margin-right: -16px
	}

	.nmy-lg-5 {
		margin-top: -16px;
		margin-bottom: -16px
	}

	.nm-lg-6 {
		margin: -24px
	}

	.nmt-lg-6 {
		margin-top: -24px
	}

	.nmr-lg-6 {
		margin-right: -24px
	}

	.nmb-lg-6 {
		margin-bottom: -24px
	}

	.nml-lg-6,.nmx-lg-6 {
		margin-left: -24px
	}

	.nmx-lg-6 {
		margin-right: -24px
	}

	.nmy-lg-6 {
		margin-top: -24px;
		margin-bottom: -24px
	}

	.nm-lg-7 {
		margin: -32px
	}

	.nmt-lg-7 {
		margin-top: -32px
	}

	.nmr-lg-7 {
		margin-right: -32px
	}

	.nmb-lg-7 {
		margin-bottom: -32px
	}

	.nml-lg-7,.nmx-lg-7 {
		margin-left: -32px
	}

	.nmx-lg-7 {
		margin-right: -32px
	}

	.nmy-lg-7 {
		margin-top: -32px;
		margin-bottom: -32px
	}

	.nm-lg-8 {
		margin: -40px
	}

	.nmt-lg-8 {
		margin-top: -40px
	}

	.nmr-lg-8 {
		margin-right: -40px
	}

	.nmb-lg-8 {
		margin-bottom: -40px
	}

	.nml-lg-8,.nmx-lg-8 {
		margin-left: -40px
	}

	.nmx-lg-8 {
		margin-right: -40px
	}

	.nmy-lg-8 {
		margin-top: -40px;
		margin-bottom: -40px
	}

	.nm-lg-9 {
		margin: -48px
	}

	.nmt-lg-9 {
		margin-top: -48px
	}

	.nmr-lg-9 {
		margin-right: -48px
	}

	.nmb-lg-9 {
		margin-bottom: -48px
	}

	.nml-lg-9,.nmx-lg-9 {
		margin-left: -48px
	}

	.nmx-lg-9 {
		margin-right: -48px
	}

	.nmy-lg-9 {
		margin-top: -48px;
		margin-bottom: -48px
	}

	.nm-lg-10 {
		margin: -56px
	}

	.nmt-lg-10 {
		margin-top: -56px
	}

	.nmr-lg-10 {
		margin-right: -56px
	}

	.nmb-lg-10 {
		margin-bottom: -56px
	}

	.nml-lg-10,.nmx-lg-10 {
		margin-left: -56px
	}

	.nmx-lg-10 {
		margin-right: -56px
	}

	.nmy-lg-10 {
		margin-top: -56px;
		margin-bottom: -56px
	}

	.nm-lg-11 {
		margin: -64px
	}

	.nmt-lg-11 {
		margin-top: -64px
	}

	.nmr-lg-11 {
		margin-right: -64px
	}

	.nmb-lg-11 {
		margin-bottom: -64px
	}

	.nml-lg-11,.nmx-lg-11 {
		margin-left: -64px
	}

	.nmx-lg-11 {
		margin-right: -64px
	}

	.nmy-lg-11 {
		margin-top: -64px;
		margin-bottom: -64px
	}

	.nm-lg-12 {
		margin: -80px
	}

	.nmt-lg-12 {
		margin-top: -80px
	}

	.nmr-lg-12 {
		margin-right: -80px
	}

	.nmb-lg-12 {
		margin-bottom: -80px
	}

	.nml-lg-12,.nmx-lg-12 {
		margin-left: -80px
	}

	.nmx-lg-12 {
		margin-right: -80px
	}

	.nmy-lg-12 {
		margin-top: -80px;
		margin-bottom: -80px
	}

	.nm-lg-13 {
		margin: -96px
	}

	.nmt-lg-13 {
		margin-top: -96px
	}

	.nmr-lg-13 {
		margin-right: -96px
	}

	.nmb-lg-13 {
		margin-bottom: -96px
	}

	.nml-lg-13,.nmx-lg-13 {
		margin-left: -96px
	}

	.nmx-lg-13 {
		margin-right: -96px
	}

	.nmy-lg-13 {
		margin-top: -96px;
		margin-bottom: -96px
	}

	.nm-lg-14 {
		margin: -112px
	}

	.nmt-lg-14 {
		margin-top: -112px
	}

	.nmr-lg-14 {
		margin-right: -112px
	}

	.nmb-lg-14 {
		margin-bottom: -112px
	}

	.nml-lg-14,.nmx-lg-14 {
		margin-left: -112px
	}

	.nmx-lg-14 {
		margin-right: -112px
	}

	.nmy-lg-14 {
		margin-top: -112px;
		margin-bottom: -112px
	}

	.nm-lg-15 {
		margin: -128px
	}

	.nmt-lg-15 {
		margin-top: -128px
	}

	.nmr-lg-15 {
		margin-right: -128px
	}

	.nmb-lg-15 {
		margin-bottom: -128px
	}

	.nml-lg-15,.nmx-lg-15 {
		margin-left: -128px
	}

	.nmx-lg-15 {
		margin-right: -128px
	}

	.nmy-lg-15 {
		margin-top: -128px;
		margin-bottom: -128px
	}

	.nm-lg-16 {
		margin: -192px
	}

	.nmt-lg-16 {
		margin-top: -192px
	}

	.nmr-lg-16 {
		margin-right: -192px
	}

	.nmb-lg-16 {
		margin-bottom: -192px
	}

	.nml-lg-16,.nmx-lg-16 {
		margin-left: -192px
	}

	.nmx-lg-16 {
		margin-right: -192px
	}

	.nmy-lg-16 {
		margin-top: -192px;
		margin-bottom: -192px
	}

	.m-lg-auto {
		margin: auto
	}

	.mt-lg-auto {
		margin-top: auto
	}

	.mr-lg-auto {
		margin-right: auto
	}

	.mb-lg-auto {
		margin-bottom: auto
	}

	.ml-lg-auto,.mx-lg-auto {
		margin-left: auto
	}

	.mx-lg-auto {
		margin-right: auto
	}

	.my-lg-auto {
		margin-top: auto;
		margin-bottom: auto
	}
}

.min-h-46 {
	min-height: 46px
}

.border-box {
	box-sizing: border-box
}

body:lang(ar) {
	font-family: Noto Sans Arabic,sans-serif
}

body:lang(he) {
	font-family: Noto Sans Hebrew,sans-serif
}

body:lang(th) {
	font-family: Noto Sans Thai,sans-serif
}

.text-primary {
	color: #2a2b32
}

.text-primary * {
	fill: #2a2b32
}

.text-secondary {
	color: #4d4e56
}

.text-secondary * {
	fill: #4d4e56
}

.text-tertiary {
	color: #6c6d75
}

.text-tertiary * {
	fill: #6c6d75
}

.text-accent {
	color: #3e5fff
}

.text-accent * {
	fill: #3e5fff
}

.text-disabled {
	color: #b1b1b4
}

.text-disabled * {
	fill: #b1b1b4
}

.text-success {
	color: #075f3c
}

.text-success * {
	fill: #075f3c
}

.text-success-subtle {
	color: #37c871
}

.text-success-subtle * {
	fill: #37c871
}

.text-warning {
	color: #654a0b
}

.text-warning * {
	fill: #654a0b
}

.text-warning-subtle {
	color: #8200ff
}

.text-warning-subtle * {
	fill: #8200ff
}

.text-critical {
	color: #9e1c10
}

.text-critical * {
	fill: #9e1c10
}

.text-critical-subtle {
	color: #e02f1f
}

.text-critical-subtle * {
	fill: #e02f1f
}

.text-primary-on-color {
	color: #fff
}

.text-primary-on-color * {
	fill: #fff
}

.text-secondary-on-color {
	color: #f7f7f8
}

.text-secondary-on-color * {
	fill: #f7f7f8
}

.text-accent-hover {
	color: #6b90fa
}

.text-accent-hover * {
	fill: #6b90fa
}

.text-accent-active {
	color: #243dcc
}

.text-accent-active * {
	fill: #243dcc
}

.bg-primary {
	background-color: #f7f7f8
}

.bg-secondary {
	background-color: #fff
}

.bg-tertiary {
	background-color: #e2e2e4
}

.bg-accent {
	background-color: #3e5fff
}

.bg-accent-subtle {
	background-color: #f3f7fc
}

.bg-success {
	background-color: #0a8550
}

.bg-success-subtle {
	background-color: #ecf9ee
}

.bg-warning {
	background-color: #8200ff
}

.bg-warning-subtle {
	background-color: #fff6db
}

.bg-critical {
	background-color: #e02f1f
}

.bg-critical-subtle {
	background-color: #fcefee
}

.bg-dark {
	background-color: #151823
}

.bg-accent-hover {
	background-color: #6b90fa
}

.bg-accent-active {
	background-color: #243dcc
}

.bg-critical-hover {
	background-color: #ec6255
}

.bg-critical-active {
	background-color: #9e1c10
}

.border-primary {
	border-color: #c8c9cb
}

.border-secondary {
	border-color: #e2e2e4
}

.border-tertiary {
	border-color: #b1b1b4
}

.border-accent {
	border-color: #3e5fff
}

.border-accent-subtle {
	border-color: #f3f7fc
}

.border-success {
	border-color: #37c871
}

.border-warning {
	border-color: #8200ff
}

.border-critical {
	border-color: #e02f1f
}

.border-reversed {
	border-color: #151823
}

.border-focus {
	border-color: #3e5fff
}

.border-accent-hover {
	border-color: #6b90fa
}

.border-accent-active {
	border-color: #243dcc
}

.border-critical-hover {
	border-color: #ec6255
}

.border-critical-active {
	border-color: #9e1c10
}

.border-none {
	border-width: 0;
	border-style: solid
}

.border-md {
	border-width: 1px;
	border-style: solid
}

.border-lg {
	border-width: 2px;
	border-style: solid
}

.border-xl {
	border-width: 3px;
	border-style: solid
}

body {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	min-height: 100vh
}

.ArticleCard__author {
	width: 32px
}

.ArticleCard:hover .ArticleCard__title--hover-primary {
	color: #e02f1f
}

.ArticleCard:hover .ArticleCard__title--hover-blue {
	color: #3e5fff
}

.ArticleCard:hover .ArticleCard__body--hover-primary {
	color: #e02f1f
}

.ArticleCard:hover .ArticleCard__body--hover-blue {
	color: #3e5fff
}

.ArticleCard__image {
	padding-bottom: 56%;
	background-size: cover;
	background-position: 50%
}

.ArticleCard__body,.ArticleCard__title {
	color: #383c43;
	transition: color .25s ease-out
}

.ArticleCard .lh1 {
	line-height: 1
}

@media(min-width: 992px) {
	.ArticleCard--vertical {
		height:100%
	}
}

.ArticleCard--vertical .ArticleCard__image-wrapper {
	-webkit-flex-shrink: 0;
	flex-shrink: 0
}

.ArticleCard--vertical .ArticleCard__content-wrapper {
	height: 100%;
	min-height: 180px
}

.ArticleCard--vertical .ArticleCard__image {
	border-radius: 12px 12px 0 0
}

@media(min-width: 768px)and (max-width:991px) {
	.ArticleCard--vertical .ArticleCard__image {
		border-radius:12px 0 0 12px;
		padding-bottom: 0;
		height: 100%
	}
}

.ArticleCard--vertical .Paper {
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 100%
}

@media(min-width: 768px)and (max-width:991px) {
	.ArticleCard--vertical .Paper {
		-webkit-flex-direction:row;
		flex-direction: row
	}
}

.ArticleCard--horizontal .ArticleCard__image {
	border-radius: 12px 12px 0 0
}

@media(min-width: 768px) {
	.ArticleCard--horizontal .ArticleCard__image {
		border-radius:12px 0 0 12px;
		padding-bottom: 0;
		height: 100%
	}
}

@media(max-width: 767px) {
	.ArticleCard--horizontal .Paper {
		-webkit-flex-direction:column;
		flex-direction: column
	}
}

@media(min-width: 768px) {
	.ArticleCard--horizontal .ArticleCard__content-wrapper {
		min-height:180px
	}
}

.ArticleCard--featured .ArticleCard__image {
	border-radius: 12px 12px 0 0
}

@media(min-width: 768px) {
	.ArticleCard--featured .ArticleCard__image {
		border-radius:12px 0 0 12px;
		padding-bottom: 0;
		height: 100%
	}
}

@media(max-width: 767px) {
	.ArticleCard--featured .Paper {
		-webkit-flex-direction:column;
		flex-direction: column
	}
}

@media(min-width: 768px) {
	.ArticleCard--featured .ArticleCard__content-wrapper {
		min-height:265px
	}
}

@media(min-width: 1200px) {
	.ArticleCard--featured .ArticleCard__content-wrapper {
		min-height:320px
	}
}

.ArticleCard--horizontal-even .ArticleCard__image {
	border-radius: 12px 12px 0 0;
	height: 100%
}

@media(min-width: 768px) {
	.ArticleCard--horizontal-even .ArticleCard__image {
		border-radius:12px 0 0 12px;
		padding-bottom: 0;
		height: 100%
	}
}

@media(max-width: 767px) {
	.ArticleCard--horizontal-even .Paper {
		-webkit-flex-direction:column;
		flex-direction: column
	}
}

@media(min-width: 768px) {
	.ArticleCard--horizontal-even .ArticleCard__content-wrapper {
		min-height:320px
	}
}

@media(min-width: 992px) {
	.ArticleCard--horizontal-even .ArticleCard__content-wrapper {
		min-height:360px
	}
}

@media(min-width: 1200px) {
	.ArticleCard--horizontal-even .ArticleCard__content-wrapper {
		min-height:480px
	}
}

.Background {
	background-color: #383c43
}

@media(max-width: 767px) {
	.Background--hidden-xs {
		background-image:none!important
	}
}

@media(max-width: 991px) {
	.Background--hidden-sm-down {
		background-image:none!important
	}
}

@media(min-width: 768px) {
	.Background--hidden-sm-up {
		background-image:none!important
	}
}

@media(min-width: 992px) {
	.Background--hidden-md-up {
		background-image:none!important
	}
}

.Button {
	text-align: center;
	text-decoration: none;
	padding: 12px 28px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #fff;
	border: none;
	border-radius: 9999px
}

.Button--primary {
	background-color: #8200ff;
	border-color: #e02f1f
}

.Button--primary.Button--outline {
	background-color: transparent;
	color: #e02f1f;
	border-color: #e02f1f
}

.Button--secondary {
	background-color: #3e5fff;
	border-color: #3e5fff
}

.Button--secondary.Button--outline {
	background-color: transparent;
	color: #3e5fff;
	border-color: #3e5fff
}

.Button--blue {
	background-color: #8200ff;
	border-color: #3e5fff
}

.Button--blue.Button--outline {
	background-color: transparent;
	color: #3e5fff;
	border-color: #3e5fff
}

.Button--white {
	background-color: transparent;
	border-color: #fff;
	border-width: 1px
}

.Button--white.Button--outline {
	background-color: transparent;
	color: transparent;
	border-color: transparent
}

.Button--neutral {
	background-color: #5b5e64;
	border-color: #5b5e64
}

.Button--neutral.Button--outline {
	background-color: transparent;
	color: #5b5e64;
	border-color: #d0d1d3
}

.Button--destructive {
	background-color: #e02f1f;
	border-color: #e02f1f
}

.Button--destructive.Button--outline {
	background-color: transparent;
	color: #e02f1f;
	border-color: #d0d1d3
}

.Button--block {
	width: 100%
}

@media(max-width: 767px) {
	.Button--block-xs {
		width:100%
	}
}

@media(min-width: 768px)and (max-width:991px) {
	.Button--block-sm {
		width:100%
	}
}

@media(min-width: 992px)and (max-width:1199px) {
	.Button--block-md {
		width:100%
	}
}

@media(min-width: 1200px) {
	.Button--block-lg {
		width:100%
	}
}

.Button--small {
	padding: 8px 24px;
	font-size: 12px;
	line-height: 18px
}

.Button--small.Button--loading {
	min-height: 32px;
	min-width: 124px
}

.Button--large {
	padding: 16px 32px;
	font-size: 20px;
	line-height: 30px
}

.Button--large.Button--loading {
	min-height: 56px;
	min-width: 195px
}

@media(max-width: 991px) {
	.Button--large {
		padding:12px 28px;
		font-size: 16px;
		line-height: 24px
	}

	.Button--large.Button--loading {
		min-height: 46px;
		min-width: 155px
	}
}

.Intrinsic .Picture img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.Picture__img--not-responsive {
	max-width: none;
	height: 100%
}

img.Graphic-SVG {
	visibility: hidden
}

.HeaderV3 .HeaderB2B__nav ul li {
	transition: all .25s ease-out;
	border-bottom: 2px solid transparent
}

.HeaderV3 .HeaderB2B__nav ul li:first-child {
	border-bottom: 2px solid #fff
}

.HeaderV3 .HeaderB2B__nav ul li:first-child a {
	pointer-events: none
}

.HeaderV3--light .HeaderB2B__sticky-button {
	display: block
}

.HeaderV3--light .HeaderB2B__nav ul li:first-child {
	border-bottom: 2px solid #383c43
}

.HeaderV3 .SidebarB2B .SidebarMenuV3 ul li:first-child a {
	pointer-events: none
}

.HeaderV3 {
	transition: all .25s ease-out
}

.HeaderV3__container {
	max-width: 1600px;
	margin: 0 auto;
	transition: padding .25s ease-out;
	padding: 0 24px;
	box-sizing: content-box
}

.HeaderV3__container--fluid {
	max-width: none
}

@media(max-width: 991px) {
	.HeaderV3__container {
		padding:0 15px
	}
}

.HeaderV3__wrapper {
	padding: 12px 24px;
	box-sizing: content-box
}

@media(max-width: 991px) {
	.HeaderV3__wrapper {
		padding:8px 15px
	}
}

.HeaderV3__wrapper ul {
	list-style: none
}

.HeaderV3__wrapper ul>li {
	font-size: 14px;
	line-height: 21px;
	font-weight: 400
}

.HeaderV3__wrapper ul>li:not(:last-child) {
	margin-right: 24px
}

.HeaderV3__wrapper ul a {
	white-space: nowrap
}

.HeaderV3__divider {
	padding: 0 24px
}

.HeaderV3__divider-bar {
	width: 1px
}

.HeaderV3__logo {
	width: 142px
}

.HeaderV3__logo svg {
	width: auto
}

.HeaderV3__logo svg path#letters,.HeaderV3__logo svg path#mountain,.HeaderV3__logo svg path#nordsecurity {
	fill: #fff
}

.HeaderV3__logo--coloured svg path#mountain {
	fill: #3e5fff
}

.HeaderV3__logo--coloured svg path#letters {
	fill: #000
}

.HeaderV3__logo--coloured svg path#nordsecurity {
	fill: #383c43
}

.HeaderV3__logo--small svg {
	height: 24px
}

@media(max-width: 991px) {
	.HeaderV3__logo--small-responsive svg {
		height:24px
	}
}

@media(max-width: 991px) {
	.HeaderV3__logo--smallest-responsive {
		width:90px
	}
}

.HeaderV3 a.HeaderV3__menu-link,.HeaderV3 button.HeaderV3__menu-link {
	color: #fff;
	font-weight: 500;
	border: none;
	width: 40px;
	height: 40px
}

.HeaderV3 a.HeaderV3__menu-link.Link--active,.HeaderV3 a.HeaderV3__menu-link:hover,.HeaderV3 button.HeaderV3__menu-link.Link--active,.HeaderV3 button.HeaderV3__menu-link:hover {
	color: #fff
}

.HeaderV3 a.HeaderV3__menu-link:active,.HeaderV3 a.HeaderV3__menu-link:focus,.HeaderV3 button.HeaderV3__menu-link:active,.HeaderV3 button.HeaderV3__menu-link:focus {
	color: #fff
}

.HeaderV3 a.HeaderV3__menu-link svg,.HeaderV3 button.HeaderV3__menu-link svg {
	transition: fill .25s ease-out;
	fill: #fff
}

.HeaderV3 a.HeaderV3__menu-link:not(.HeaderV3__products-link):active,.HeaderV3 a.HeaderV3__menu-link:not(.HeaderV3__products-link):focus,.HeaderV3 a.HeaderV3__menu-link:not(.HeaderV3__products-link):hover,.HeaderV3 button.HeaderV3__menu-link:not(.HeaderV3__products-link):active,.HeaderV3 button.HeaderV3__menu-link:not(.HeaderV3__products-link):focus,.HeaderV3 button.HeaderV3__menu-link:not(.HeaderV3__products-link):hover {
	opacity: .6
}

.HeaderV3__dropdownWrapper .HeaderV3__dropdownArrow path {
	fill: #fff
}

.HeaderV3__dropdownWrapper a.HeaderV3__menu-link:not(.HeaderV3__products-link):hover {
	opacity: 1
}

.HeaderV3__dropdownWrapper:active,.HeaderV3__dropdownWrapper:focus,.HeaderV3__dropdownWrapper:hover {
	opacity: .6
}

.HeaderV3__dropdownBtn {
	outline: none;
	background: none;
	border: none
}

.HeaderV3__dropdownBtn:active,.HeaderV3__dropdownBtn:focus {
	opacity: .6
}

.HeaderV3__dropdown {
	border: 1px solid #d0d1d3;
	-webkit-transform: translateX(9999px);
	transform: translateX(9999px);
	left: 50%;
	z-index: 999
}

.HeaderV3__dropdown:before {
	content: "";
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #fff;
	position: absolute;
	z-index: -1;
	top: -5px;
	left: calc(50% - 4px);
	border-top: 1px solid #d0d1d3;
	border-right: 1px solid #d0d1d3
}

.HeaderV3__dropdown:after {
	content: "";
	width: 100%;
	height: 10px;
	background: transparent;
	position: absolute;
	z-index: -1;
	top: -10px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%
}

.HeaderV3__dropdown,.HeaderV3__dropdownArrow {
	transition: all .3s ease-out
}

.HeaderV3__dropdown a:active,.HeaderV3__dropdown a:focus,.HeaderV3__dropdown a:hover,.HeaderV3__dropdownArrow a:active,.HeaderV3__dropdownArrow a:focus,.HeaderV3__dropdownArrow a:hover,.HeaderV3__dropdownArrow button:active,.HeaderV3__dropdownArrow button:focus,.HeaderV3__dropdownArrow button:hover,.HeaderV3__dropdown button:active,.HeaderV3__dropdown button:focus,.HeaderV3__dropdown button:hover {
	opacity: .6
}

.HeaderV3__dropdownTrigger {
	overflow: hidden
}

.HeaderV3__dropdownTrigger--active,.HeaderV3__dropdownTrigger:hover {
	overflow: visible
}

.HeaderV3__dropdownTrigger--active .HeaderV3__dropdown,.HeaderV3__dropdownTrigger:hover .HeaderV3__dropdown {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	transition-delay: .2s;
	transition-duration: 0s
}

.HeaderV3__dropdownTrigger--active .HeaderV3__dropdownArrow,.HeaderV3__dropdownTrigger:hover .HeaderV3__dropdownArrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.HeaderV3--light {
	background-color: #fff;
	border-bottom: 1px solid #e8e8e9;
	position: relative
}

.HeaderV3--light a.HeaderV3__menu-link,.HeaderV3--light button.HeaderV3__menu-link {
	color: #151922
}

.HeaderV3--light a.HeaderV3__menu-link.Link--active,.HeaderV3--light a.HeaderV3__menu-link:hover,.HeaderV3--light button.HeaderV3__menu-link.Link--active,.HeaderV3--light button.HeaderV3__menu-link:hover {
	color: #151922
}

.HeaderV3--light a.HeaderV3__menu-link:active,.HeaderV3--light a.HeaderV3__menu-link:focus,.HeaderV3--light button.HeaderV3__menu-link:active,.HeaderV3--light button.HeaderV3__menu-link:focus {
	color: #151922
}

.HeaderV3--light .HeaderV3__dropdownWrapper .HeaderV3__dropdownArrow path,.HeaderV3--light a.HeaderV3__menu-link svg,.HeaderV3--light button.HeaderV3__menu-link svg {
	fill: #151922
}

.HeaderV3--light a.HeaderV3__menu-link.isActive {
	pointer-events: none;
	color: #243dcc
}

.HeaderV3--light .HeaderV3__dropdownWrapper .HeaderV3__dropdownBtn.isActive,.HeaderV3--light .HeaderV3__dropdownWrapper a.HeaderV3__menu-link.isActive {
	pointer-events: auto;
	cursor: pointer
}

.HeaderV3--light .HeaderV3__dropdownWrapper .HeaderV3__dropdownBtn.isActive .HeaderV3__dropdownArrow path,.HeaderV3--light .HeaderV3__dropdownWrapper a.HeaderV3__menu-link.isActive .HeaderV3__dropdownArrow path {
	fill: #243dcc
}

.HeaderV3--light .HeaderV3__logo svg path#mountain {
	fill: #3e5fff
}

.HeaderV3--light .HeaderV3__logo svg path#letters {
	fill: #000
}

.HeaderV3--light .HeaderV3__logo svg path#nordsecurity {
	fill: #383c43
}

.HeaderV3--light .NavbarToggle:not(.active) {
	width: 45px;
	height: 40px
}

.HeaderV3--light .NavbarToggle:not(.active) .icon-bar {
	background-color: #151922
}

.HeaderV3--light .HeaderV3__sticky-button {
	display: block
}

.HeaderV3--fixed {
	position: fixed;
	top: 0
}

.HeaderV3__products-menu {
	position: relative
}

.HeaderV3__products-link {
	transition: all .25s ease-out;
	padding: 12px;
	margin-left: 24px;
	border-radius: 50%;
	background-color: transparent;
	-webkit-justify-content: center;
	justify-content: center
}

.HeaderV3__products-link:hover {
	background-color: rgba(185,186,189,.15)
}

.HeaderV3__product_link:not(:first-child):hover {
	background: #f8f8f8
}

.HeaderV3__product_link:first-child {
	background: #f3f7fc;
	border-right: 4px solid #3e5fff
}

.HeaderV3__submenu {
	position: absolute;
	right: 0;
	z-index: 2;
	min-width: 300px;
	margin-top: 46px
}

.HeaderV3__submenu--active {
	display: block
}

.HeaderV3__sidebar-toggle {
	margin-left: 24px
}

.HeaderV3__sidebar-toggle.NavbarToggle {
	width: 45px;
	height: 40px
}

@media(max-width: 991px) {
	.HeaderV3--has-nav .HeaderV3__sidebar-toggle {
		display:inline-block!important
	}
}

.HeaderV3--has-nav .HeaderV3__nav--hidden {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	left: -9999px
}

.HeaderV3--has-nav .HeaderV3__mini-nav,.HeaderV3--has-nav .HeaderV3__nav,.HeaderV3--has-nav .HeaderV3__products-menu {
	display: none
}

@media(min-width: 768px) {
	.HeaderV3--has-nav .HeaderV3__mini-nav {
		display:-webkit-flex;
		display: flex
	}
}

@media(min-width: 992px) {
	.HeaderV3--has-nav .HeaderV3__nav,.HeaderV3--has-nav .HeaderV3__products-menu {
		display:-webkit-flex;
		display: flex
	}
}

.HeaderV3__featuresDot {
	width: 6px;
	height: 6px;
	top: 3px
}

.HeroLeftV4__badge {
	min-height: 64px
}

.HeroLeftV4__ButtonWithCountdown-countdown__wrapper {
	min-height: 46px
}

@media(max-width: 767px) {
	.HeroTypography__tagline {
		font-size:26px
	}
}

.HeroTypography__title {
	font-size: 40px
}

@media(min-width: 768px) {
	.HeroTypography__title {
		font-size:52px
	}
}

@media(min-width: 992px) {
	.HeroTypography__title {
		font-size:64px
	}
}

.Intrinsic {
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 100%;
	background: #f0f0f0
}

.Intrinsic--transparent {
	background: transparent
}

.Intrinsic--square {
	padding-top: 100%
}

.Intrinsic--4x3 {
	padding-top: 75%
}

.Intrinsic--3x2 {
	padding-top: 66.6666666667%
}

.Intrinsic--16x9 {
	padding-top: 56.25%
}

.Intrinsic__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.Link {
	color: #e02f1f
}

.Link.Link--active,.Link:hover {
	color: #ec6255
}

.Link:active,.Link:focus {
	color: #9e1c10
}

.Link--alt {
	color: #3e5fff
}

.Link--alt.Link--active,.Link--alt:hover {
	color: #ffb664
}

.Link--alt:active,.Link--alt:focus {
	color: #3e5fff
}

.Link--light {
	color: #fff
}

.Link--light.Link--active,.Link--light:hover {
	color: #b9babd
}

.Link--light:active,.Link--light:focus {
	color: #b9babd
}

.Link--white {
	color: #fff
}

.Link--white.Link--active,.Link--white:hover {
	color: #fff
}

.Link--white:active,.Link--white:focus {
	color: #fff
}

.Link--dark {
	color: #151922
}

.Link--dark.Link--active,.Link--dark:hover {
	color: #73757a
}

.Link--dark:active,.Link--dark:focus {
	color: #b9babd
}

.Link--muted {
	color: #b9babd
}

.Link--muted.Link--active,.Link--muted:hover {
	color: #73757a
}

.Link--muted:active,.Link--muted:focus {
	color: #b9babd
}

.Link--neutral {
	color: #73757a
}

.Link--neutral.Link--active,.Link--neutral:hover {
	color: #383c43
}

.Link--neutral:active,.Link--neutral:focus {
	color: #383c43
}

.Link--black {
	color: #151922
}

.Link--black.Link--active,.Link--black:hover {
	color: #151922
}

.Link--black:active,.Link--black:focus {
	color: #151922
}

.Link--button,.Link--button-styled,.Link--button-with-mode {
	font-weight: 500;
	border: none;
	outline: none
}

.Link--button-styled,.Link--button-with-mode {
	background-color: transparent
}

.Link--button-styled {
	color: #e02f1f
}

.List {
	list-style-position: inside
}

.List.List--custom>li {
	background: none;
	padding: 0;
	list-style-type: none
}

.NavbarToggle {
	background-color: transparent;
	border: 0;
	padding: 0
}

.NavbarToggle:focus,.NavbarToggle:hover {
	outline: none
}

.NavbarToggle:focus .icon-bar,.NavbarToggle:hover .icon-bar {
	opacity: .6
}

.NavbarToggle .icon-bar {
	transition: all .2s;
	width: 24px;
	height: 3px;
	opacity: 1;
	background-color: #fff
}

.NavbarToggle .middle-bar {
	margin: 4px 0
}

.NavbarToggle.active:focus,.NavbarToggle.active:hover {
	outline: none
}

.NavbarToggle.active:focus .icon-bar:not(.middle-bar),.NavbarToggle.active:hover .icon-bar:not(.middle-bar) {
	opacity: 1;
	background-color: #b9babd
}

.NavbarToggle.active .top-bar {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 6% 10%;
	transform-origin: 6% 10%
}

.NavbarToggle.active .middle-bar {
	opacity: 0
}

.NavbarToggle.active .bottom-bar {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 7% 90%;
	transform-origin: 7% 90%
}

.NavbarToggle--light .icon-bar {
	background-color: #383c43
}

.Onboarding .container,.Subscribe__container {
	min-height: 100vh
}

.Subscribe__left-side {
	min-width: 50%
}

@media(min-width: 992px) {
	.Subscribe__form {
		max-width:400px
	}
}

.SubscribeV2 form input {
	height: 48px
}

.SubscribeV2 .TextField__button {
	padding-left: 30px
}

@media(max-width: 1199px) {
	.SubscribeV2 form {
		display:block
	}

	.SubscribeV2 .TextField__button {
		padding-left: 0;
		padding-right: 0
	}

	.SubscribeV2 .TextField__inline-group--row {
		-webkit-flex-direction: column;
		flex-direction: column
	}

	.SubscribeV2 .TextField__input-wrapper {
		width: 100%;
		margin-bottom: 8px
	}

	.SubscribeV2 button {
		margin-top: 8px;
		width: 100%
	}
}

@media(max-width: 767px) {
	.SubscribeV2 .TextField__input-wrapper {
		margin-bottom:0
	}
}

.scale-16 {
	height: 16px
}

.scale-24 {
	height: 24px
}

.scale-32 {
	height: 32px
}

.scale-40 {
	height: 40px
}

.scale-48 {
	height: 48px
}

.scale-56 {
	height: 56px
}

.scale-64 {
	height: 64px
}

.scale-80 {
	height: 80px
}

.scale-96 {
	height: 96px
}

.scale-112 {
	height: 112px
}

.scale-128 {
	height: 128px
}

.scale-144 {
	height: 144px
}

.scale-160 {
	height: 160px
}

.scale-176 {
	height: 176px
}

.scale-192 {
	height: 192px
}

.scale-256 {
	height: 256px
}

.scale-320 {
	height: 320px
}

@media(min-width: 768px) {
	.scale-sm-16 {
		height:16px
	}

	.scale-sm-24 {
		height: 24px
	}

	.scale-sm-32 {
		height: 32px
	}

	.scale-sm-40 {
		height: 40px
	}

	.scale-sm-48 {
		height: 48px
	}

	.scale-sm-56 {
		height: 56px
	}

	.scale-sm-64 {
		height: 64px
	}

	.scale-sm-80 {
		height: 80px
	}

	.scale-sm-96 {
		height: 96px
	}

	.scale-sm-112 {
		height: 112px
	}

	.scale-sm-128 {
		height: 128px
	}

	.scale-sm-144 {
		height: 144px
	}

	.scale-sm-160 {
		height: 160px
	}

	.scale-sm-176 {
		height: 176px
	}

	.scale-sm-192 {
		height: 192px
	}

	.scale-sm-256 {
		height: 256px
	}

	.scale-sm-320 {
		height: 320px
	}
}

@media(min-width: 992px) {
	.scale-md-16 {
		height:16px
	}

	.scale-md-24 {
		height: 24px
	}

	.scale-md-32 {
		height: 32px
	}

	.scale-md-40 {
		height: 40px
	}

	.scale-md-48 {
		height: 48px
	}

	.scale-md-56 {
		height: 56px
	}

	.scale-md-64 {
		height: 64px
	}

	.scale-md-80 {
		height: 80px
	}

	.scale-md-96 {
		height: 96px
	}

	.scale-md-112 {
		height: 112px
	}

	.scale-md-128 {
		height: 128px
	}

	.scale-md-144 {
		height: 144px
	}

	.scale-md-160 {
		height: 160px
	}

	.scale-md-176 {
		height: 176px
	}

	.scale-md-192 {
		height: 192px
	}

	.scale-md-256 {
		height: 256px
	}

	.scale-md-320 {
		height: 320px
	}
}

@media(min-width: 1200px) {
	.scale-lg-16 {
		height:16px
	}

	.scale-lg-24 {
		height: 24px
	}

	.scale-lg-32 {
		height: 32px
	}

	.scale-lg-40 {
		height: 40px
	}

	.scale-lg-48 {
		height: 48px
	}

	.scale-lg-56 {
		height: 56px
	}

	.scale-lg-64 {
		height: 64px
	}

	.scale-lg-80 {
		height: 80px
	}

	.scale-lg-96 {
		height: 96px
	}

	.scale-lg-112 {
		height: 112px
	}

	.scale-lg-128 {
		height: 128px
	}

	.scale-lg-144 {
		height: 144px
	}

	.scale-lg-160 {
		height: 160px
	}

	.scale-lg-176 {
		height: 176px
	}

	.scale-lg-192 {
		height: 192px
	}

	.scale-lg-256 {
		height: 256px
	}

	.scale-lg-320 {
		height: 320px
	}
}

.SwipeCarousel__slides-wrapper {
	white-space: nowrap;
	overflow: hidden
}

.SwipeCarousel__slide {
	white-space: normal
}

.SwipeCarousel__dots {
	margin-top: 24px
}

@media(max-width: 767px) {
	.CategoryNav__wrapper {
		height:150%;
		white-space: nowrap;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
}

.FeaturedCard__dateSeparator {
	width: 4px;
	height: 20px
}

.FeaturedCard__dateSeparator:before {
	content: ".";
	font-size: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-60%);
	transform: translate(-50%,-60%)
}

.FeaturedCard__link {
	color: #383c43
}

.FeaturedCard__link:focus,.FeaturedCard__link:hover {
	color: #383c43;
	text-decoration: underline
}

.FeaturedCard__link:focus-visible {
	box-shadow: 0 0 0 2px #fff,0 0 0 4px #ffb664;
	outline: none
}

.FeaturedCard__title {
	font-weight: 500
}

.FeaturedCard__category {
	transition: all .2s ease
}

.FeaturedCard__category:hover {
	-webkit-filter: brightness(107%) contrast(97%);
	filter: brightness(107%) contrast(97%)
}

@media(min-width: 992px)and (max-width:1199px) {
	.PricingOfferCardV2__plan-wrapper {
		min-height:205px
	}
}

@media(min-width: 992px)and (max-width:1199px) {
	.PricingOfferCardV2__plan-wrapper-extended {
		min-height:236px
	}
}

.blog .CategorySubheaderNavigation__search--label {
	margin-bottom: 0
}

.blog .CategorySubheaderNavigation__search-input {
	height: inherit;
	box-shadow: inherit
}

.blog .CategorySubheaderNavigation__search-input:focus {
	box-shadow: 0 0 0 1px #ffb664
}

@media(max-width: 767px) {
	.blog .CategorySubheaderNavigation__search-input {
		white-space:nowrap;
		overflow: hidden;
		text-overflow: ellipsis
	}
}

.blog .CategorySubheaderNavigation__search-input-icon {
	top: 50%;
	left: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.blog .CategorySubheaderNavigation__search-button {
	border: none
}

.blog .CategorySubheaderNavigation__search-button:focus-visible {
	background-color: #7189ff;
	box-shadow: 0 0 0 1px #ffb664
}

.blog .CategorySubheaderNavigation__border {
	border-bottom: 1px solid #e8e8e9
}

.blog .CategorySubheaderNavigation__button {
	background: none;
	border: none;
	outline: none;
	transition: color .2s ease-in
}

.blog .CategorySubheaderNavigation__button:hover {
	color: #73757a
}

.blog .CategorySubheaderNavigation__button:hover svg path {
	color: #73757a
}

.blog .CategorySubheaderNavigation__button:focus-visible {
	box-shadow: 0 0 0 2px #ffb664;
	border-radius: 3px;
	color: inherit
}

.NeonText--wrapper:before {
	content: "";
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position: absolute;
	border-radius: 100%;
	background: #005fff;
	width: 94%;
	height: 55%;
	z-index: 0;
	-webkit-filter: blur(65px);
	filter: blur(65px);
	opacity: 0;
	-webkit-animation: pulse 8s infinite;
	animation: pulse 8s infinite
}

.NeonText svg {
	font-weight: 700;
	fill: none;
	position: relative;
	z-index: 0
}

.NeonText text {
	text-transform: uppercase;
	stroke-dashoffset: 155;
	stroke-linecap: round;
	stroke-linejoin: round;
	font-size: 220px
}

.NeonText .layer1 {
	stroke: rgba(0,77,255,.53);
	text-shadow: 0 0 19px hsla(0,0%,100%,.5803921568627451);
	stroke-width: 2px
}

.NeonText .layer2 {
	stroke: #003eff;
	text-shadow: 0 0 20px #002bff;
	stroke-width: 8px;
	-webkit-filter: blur(4px);
	filter: blur(4px)
}

.NeonText .layer2,.NeonText .layer3 {
	-webkit-animation: stroke 8s infinite;
	animation: stroke 8s infinite
}

.NeonText .layer3 {
	stroke: #0045ff;
	text-shadow: 2px 5px 12px #000;
	stroke-width: 6px;
	-webkit-filter: blur(3px);
	filter: blur(3px)
}

.NeonText .layer4 {
	stroke: #00e0ff;
	text-shadow: 0 0 12px #378eff;
	stroke-width: 3px;
	-webkit-animation: stroke 8s infinite;
	animation: stroke 8s infinite
}

@-webkit-keyframes stroke {
	0% {
		stroke-opacity: 0;
		stroke-dasharray: 0 50%
	}

	5% {
		stroke-opacity: 1
	}

	56% {
		stroke-dasharray: 50% 0;
		fill: none
	}

	95% {
		stroke-opacity: 1
	}

	96% {
		stroke-opacity: 0
	}

	97% {
		stroke-opacity: 1
	}

	98% {
		stroke-opacity: 0
	}

	to {
		stroke-opacity: 0
	}
}

@keyframes stroke {
	0% {
		stroke-opacity: 0;
		stroke-dasharray: 0 50%
	}

	5% {
		stroke-opacity: 1
	}

	56% {
		stroke-dasharray: 50% 0%;
		fill: none
	}

	95% {
		stroke-opacity: 1
	}

	96% {
		stroke-opacity: 0
	}

	97% {
		stroke-opacity: 1
	}

	98% {
		stroke-opacity: 0
	}

	to {
		stroke-opacity: 0
	}
}

@-webkit-keyframes pulse {
	0% {
		opacity: 0
	}

	20% {
		opacity: .4
	}

	40% {
		opacity: .6
	}

	98% {
		opacity: .6
	}

	99% {
		opacity: 0
	}

	to {
		opacity: 0
	}
}

@keyframes pulse {
	0% {
		opacity: 0
	}

	20% {
		opacity: .4
	}

	40% {
		opacity: .6
	}

	98% {
		opacity: .6
	}

	99% {
		opacity: 0
	}

	to {
		opacity: 0
	}
}

@media not all and (min-resolution: 0.001dpcm) {
	@supports(-webkit-appearance:none) {
		.NeonText .layer2,.NeonText .layer3,.NeonText .layer4,.NeonText .NeonText--wrapper:before {
			-webkit-animation:none;
			animation: none
		}

		.NeonText .NeonText .layer2 {
			text-shadow: 0 0 15px #002bff
		}
	}
}

@-moz-document url-prefix() {
	.NeonText .layer2,.NeonText .layer3,.NeonText .layer4 {
		text-shadow: none
	}
}

@media(min-width: 768px) {
	.sm-absoluteGraphic {
		position:absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
	}
}

.DimensionText--wrapper-position {
	width: 360px;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-45%,-11%);
	transform: translate(-45%,-11%)
}

@media(min-width: 768px) {
	.DimensionText--wrapper-position {
		-webkit-transform:translate(-4%,-100%);
		transform: translate(-4%,-100%)
	}
}

@media(min-width: 992px) {
	.DimensionText--wrapper-position {
		-webkit-transform:translate(-5%,-95%);
		transform: translate(-5%,-95%)
	}
}

@media(min-width: 1200px) {
	.DimensionText--wrapper-position {
		-webkit-transform:translate(-5%,-101%);
		transform: translate(-5%,-101%)
	}
}

@media screen and (min-width: 1400px) {
	.DimensionText--wrapper-position {
		-webkit-transform:translate(-1vw,-11vw);
		transform: translate(-1vw,-11vw)
	}
}

.DimensionText--wrapper:before {
	content: "";
	top: 81%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position: absolute;
	border-radius: 100%;
	background: radial-gradient(at center,rgba(0,0,0,.82),rgba(0,0,0,.43),transparent);
	width: 76%;
	height: 27%;
	-webkit-filter: blur(6px);
	filter: blur(6px);
	z-index: -1
}

.DimensionText svg {
	overflow: visible
}

.DimensionText text {
	text-transform: uppercase;
	font-size: 85px;
	font-weight: 700;
	height: 130px
}

@media(min-width: 768px) {
	.DimensionText text {
		font-size:140px
	}
}

@media screen and (min-width: 1400px) {
	.DimensionText text {
		font-size:10vw
	}
}

.DimensionText .fillWhite {
	fill: #fff
}

.DimensionText .fillBlue {
	fill: #1d6dff
}

.DimensionText .fillLightBlue {
	fill: #afd0ff
}

.HeroCenterCustom .js-Countdown {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}

.HeroCenterCustom .js-Countdown__wrapper {
	min-width: 157px
}

@media(min-width: 768px) {
	.HeroCenterCustom .js-Countdown__wrapper {
		min-width:176px
	}
}

.HeroCenterCustom .js-Countdown__wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: .1;
	background-color: #fff;
	border-radius: 8px
}

.HeroCenterCustom .Countdown__wrapper {
	-webkit-align-items: center;
	align-items: center;
	line-height: 1
}

.HeroCenterCustom .Countdown__label {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}

.HeroCenterCustom .Countdown--micro .Countdown__colon,.HeroCenterCustom .Countdown--micro .Countdown__digit {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	margin: 4px 3px;
	line-height: 1
}

@media(min-width: 768px) {
	.HeroCenterCustom .Countdown--micro .Countdown__colon,.HeroCenterCustom .Countdown--micro .Countdown__digit {
		font-size:16px
	}
}

.HeroLeftCustom .js-Countdown {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}

.HeroLeftCustom .js-Countdown__wrapper {
	min-width: 157px
}

@media(min-width: 768px) {
	.HeroLeftCustom .js-Countdown__wrapper {
		min-width:176px
	}
}

.HeroLeftCustom .js-Countdown__wrapper:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: .1;
	background-color: #fff;
	border-radius: 8px
}

.HeroLeftCustom .Countdown__wrapper {
	-webkit-align-items: center;
	align-items: center;
	line-height: 1
}

.HeroLeftCustom .Countdown__label {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}

.HeroLeftCustom .Countdown--micro .Countdown__colon,.HeroLeftCustom .Countdown--micro .Countdown__digit {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	margin: 4px 3px;
	line-height: 1
}

@media(min-width: 768px) {
	.HeroLeftCustom .Countdown--micro .Countdown__colon,.HeroLeftCustom .Countdown--micro .Countdown__digit {
		font-size:16px
	}
}

.TabNavigation__panels .tab-pane {
	display: none
}

.PillNavigation__panels .active,.TabNavigation__panels .tab-pane.active {
	display: block
}