:root {
	--blue: #505472;
	--indigo: #6610f2;
	--purple: #7d49c3;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #f4a14e;
	--yellow: #f8cf35;
	--green: #8ad103;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #7a8799;
	--gray-dark: #1f2328;
	--primary: #8ad103;
	--secondary: #7a8799;
	--success: #8ad103;
	--info: #17a2b8;
	--warning: #f8cf35;
	--danger: #dc3545;
	--light: #f6f6fa;
	--dark: #1f2328;
	--accent: #7d49c3;
	--white: #fff;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: "AvenirNextPro", sans-serif;
	--font-family-monospace: "Courier New", monospace
}
*,*::before,*::after {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
html {
	font-family:sans-serif;
	line-height:1.15;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-ms-overflow-style:scrollbar;
	-webkit-tap-highlight-color:rgba(21,29,51,0)
}
@font-face
{
font-family: ArialRoundedWGL;
src: url(/fonts/ArialRoundedWGL.TTF);
}
@-ms-viewport {
	width:device-width
}
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
	display:block
}
body {
	margin:0;
	font-family:"AvenirNextPro",sans-serif;
	font-family:"ArialRoundedWGL",sans-serif;
	font-size:1rem;
	font-weight:500;
	line-height:1.5;
	color:#151d33;
	text-align:left;
	background-color:#fff
}
[tabindex="-1"]:focus {
	outline:0 !important
}
hr {
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
	overflow:visible
}
h1,h2,h3,h4,h5,h6 {
	margin-top:0;
	margin-bottom:0
}
p {
	margin-top:0;
	margin-bottom:0
}
abbr[title],abbr[data-original-title] {
	text-decoration:underline;
	-webkit-text-decoration:underline dotted;
	text-decoration:underline dotted;
	cursor:help;
	border-bottom:0
}
address {
	margin-bottom:1rem;
	font-style:normal;
	line-height:inherit
}
ol,ul,dl {
	margin-top:0;
	margin-bottom:1rem
}
ol ol,ul ul,ol ul,ul ol {
	margin-bottom:0
}
dt {
	font-weight:bold
}
dd {
	margin-bottom:.5rem;
	margin-left:0
}
blockquote {
	margin:0 0 1rem
}
dfn {
	font-style:italic
}
b,strong {
	font-weight:bolder
}
small {
	font-size:80%
}
sub,sup {
	position:relative;
	font-size:75%;
	line-height:0;
	vertical-align:baseline
}
sub {
	bottom:-.25em
}
sup {
	top:-.5em
}
a {
	text-decoration:none;
	background-color:transparent;
	-webkit-text-decoration-skip:objects
}
a:hover {
	text-decoration:underline
}
a:not([href]):not([tabindex]) {
	cursor:default;
	text-decoration:none
}
a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus {
	text-decoration:none
}
a:not([href]):not([tabindex]):focus {
	outline:0
}
pre,code,kbd,samp {
	font-family:"Courier New",monospace;
	font-size:1em
}
pre {
	margin-top:0;
	margin-bottom:1rem;
	overflow:auto;
	-ms-overflow-style:scrollbar
}
figure {
	margin:0 0 1rem
}
img {
	vertical-align:middle;
	border-style:none
}
svg:not(:root) {
	overflow:hidden
}
table {
	border-collapse:collapse
}
caption {
	padding-top:.75rem;
	padding-bottom:.75rem;
	color:#7a8799;
	text-align:left;
	caption-side:bottom
}
th {
	text-align:inherit
}
label {
	display:inline-block;
	margin-bottom:.5rem
}
button {
	border-radius:0
}
button:focus {
	outline:1px dotted;
	outline:5px auto -webkit-focus-ring-color
}
input,button,select,optgroup,textarea {
	margin:0;
	font-family:inherit;
	font-size:inherit;
	line-height:inherit
}
button,input {
	overflow:visible
}
button,select {
	text-transform:none
}
button,html [type="button"],[type="reset"],[type="submit"] {
	-webkit-appearance:button
}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
	padding:0;
	border-style:none
}
input[type="radio"],input[type="checkbox"] {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0
}
input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"] {
	-webkit-appearance:listbox
}
textarea {
	overflow:auto;
	resize:vertical
}
fieldset {
	min-width:0;
	padding:0;
	margin:0;
	border:0
}
legend {
	display:block;
	width:100%;
	max-width:100%;
	padding:0;
	margin-bottom:.5rem;
	font-size:1.5rem;
	line-height:inherit;
	color:inherit;
	white-space:normal
}
progress {
	vertical-align:baseline
}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
	height:auto
}
[type="search"] {
	outline-offset:-2px;
	-webkit-appearance:none
}
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none
}
::-webkit-file-upload-button {
	font:inherit;
	-webkit-appearance:button
}
output {
	display:inline-block
}
summary {
	display:list-item;
	cursor:pointer
}
template {
	display:none
}
[hidden] {
	display:none !important
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	margin-bottom:0;
	font-family:inherit;
	font-weight:bold;
	line-height:1.2;
	color:inherit
}
.rav
{
	font-size:1.5em;
	color:#8659C8;
	margin:15px 0;
}
h1,.h1 {
	font-size:4rem
}
h2,.h2 {
	font-size:3rem
}
h3,.h3 {
	font-size:2.5rem
}
h4,.h4 {
	font-size:2rem
}
h5,.h5 {
	font-size:1.5rem
}
h6,.h6 {
	font-size:1.25rem
}

.lead {
	font-size:1.25rem;
	font-weight:500
}
.display-1 {
	font-size:6rem;
	font-weight:bold;
	line-height:1.2
}
.display-2 {
	font-size:5.5rem;
	font-weight:bold;
	line-height:1.2
}
.display-3 {
	font-size:4.5rem;
	font-weight:bold;
	line-height:1.2
}
.display-4 {
	font-size:3.5rem;
	font-weight:bold;
	line-height:1.2
}
hr {
	margin-top:1rem;
	margin-bottom:1rem;
	border:0;
	border-top:1px solid rgba(21,29,51,0.1)
}
small,.small {
	font-size:80%;
	font-weight:500
}
mark,.mark {
	padding:.2em;
	background-color:#fcf8e3
}
.list-unstyled {
	padding-left:0;
	list-style:none
}
.list-inline {
	padding-left:0;
	list-style:none
}
.list-inline-item {
	display:inline-block
}
.list-inline-item:not(:last-child) {
	margin-right:.5rem
}
.initialism {
	font-size:90%;
	text-transform:uppercase
}
.blockquote {
	margin-bottom:1rem;
	font-size:1.25rem
}
.blockquote-footer {
	display:block;
	font-size:80%;
	color:#7a8799
}
.blockquote-footer::before {
	content:"\2014 \00A0"
}
.container {
	width:100%;
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}
@media (min-width: 576px) {
	.container {
		max-width:540px
	}
}
@media (min-width: 768px) {
	.container {
		max-width:720px
	}
}
@media (min-width: 992px) {
	.container {
		max-width:960px
	}
}
@media (min-width: 1200px) {
	.container {
		max-width:1140px
	}
}
.container-fluid {
	width:100%;
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}
.row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-right:-15px;
	margin-left:-15px
}
.no-gutters {
	margin-right:0;
	margin-left:0
}
.no-gutters>.col,.no-gutters>[class*="col-"] {
	padding-right:0;
	padding-left:0
}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.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-sm,.col-sm-auto,.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-md,.col-md-auto,.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-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
	position:relative;
	width:100%;
	min-height:1px;
	padding-right:15px;
	padding-left:15px
}
.col {
	-ms-flex-preferred-size:0;
	flex-basis:0;
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
	max-width:100%
}
.col-auto {
	-webkit-box-flex:0;
	-ms-flex:0 0 auto;
	flex:0 0 auto;
	width:auto;
	max-width:none
}
.col-1 {
	-webkit-box-flex:0;
	-ms-flex:0 0 8.3333333333%;
	flex:0 0 8.3333333333%;
	max-width:8.3333333333%
}
.col-2 {
	-webkit-box-flex:0;
	-ms-flex:0 0 16.6666666667%;
	flex:0 0 16.6666666667%;
	max-width:16.6666666667%
}
.col-3 {
	-webkit-box-flex:0;
	-ms-flex:0 0 25%;
	flex:0 0 25%;
	max-width:25%
}
.col-4 {
	-webkit-box-flex:0;
	-ms-flex:0 0 33.3333333333%;
	flex:0 0 33.3333333333%;
	max-width:33.3333333333%
}
.col-5 {
	-webkit-box-flex:0;
	-ms-flex:0 0 41.6666666667%;
	flex:0 0 41.6666666667%;
	max-width:41.6666666667%
}
.col-6 {
	-webkit-box-flex:0;
	-ms-flex:0 0 50%;
	flex:0 0 50%;
	max-width:50%
}
.col-7 {
	-webkit-box-flex:0;
	-ms-flex:0 0 58.3333333333%;
	flex:0 0 58.3333333333%;
	max-width:58.3333333333%
}
.col-8 {
	-webkit-box-flex:0;
	-ms-flex:0 0 66.6666666667%;
	flex:0 0 66.6666666667%;
	max-width:66.6666666667%
}
.col-9 {
	-webkit-box-flex:0;
	-ms-flex:0 0 75%;
	flex:0 0 75%;
	max-width:75%
}
.col-10 {
	-webkit-box-flex:0;
	-ms-flex:0 0 83.3333333333%;
	flex:0 0 83.3333333333%;
	max-width:83.3333333333%
}
.col-11 {
	-webkit-box-flex:0;
	-ms-flex:0 0 91.6666666667%;
	flex:0 0 91.6666666667%;
	max-width:91.6666666667%
}
.col-12 {
	-webkit-box-flex:0;
	-ms-flex:0 0 100%;
	flex:0 0 100%;
	max-width:100%
}
.order-first {
	-webkit-box-ordinal-group:0;
	-ms-flex-order:-1;
	order:-1
}
.order-last {
	-webkit-box-ordinal-group:14;
	-ms-flex-order:13;
	order:13
}
.order-0 {
	-webkit-box-ordinal-group:1;
	-ms-flex-order:0;
	order:0
}
.order-1 {
	-webkit-box-ordinal-group:2;
	-ms-flex-order:1;
	order:1
}
.order-2 {
	-webkit-box-ordinal-group:3;
	-ms-flex-order:2;
	order:2
}
.order-3 {
	-webkit-box-ordinal-group:4;
	-ms-flex-order:3;
	order:3
}
.order-4 {
	-webkit-box-ordinal-group:5;
	-ms-flex-order:4;
	order:4
}
.order-5 {
	-webkit-box-ordinal-group:6;
	-ms-flex-order:5;
	order:5
}
.order-6 {
	-webkit-box-ordinal-group:7;
	-ms-flex-order:6;
	order:6
}
.order-7 {
	-webkit-box-ordinal-group:8;
	-ms-flex-order:7;
	order:7
}
.order-8 {
	-webkit-box-ordinal-group:9;
	-ms-flex-order:8;
	order:8
}
.order-9 {
	-webkit-box-ordinal-group:10;
	-ms-flex-order:9;
	order:9
}
.order-10 {
	-webkit-box-ordinal-group:11;
	-ms-flex-order:10;
	order:10
}
.order-11 {
	-webkit-box-ordinal-group:12;
	-ms-flex-order:11;
	order:11
}
.order-12 {
	-webkit-box-ordinal-group:13;
	-ms-flex-order:12;
	order:12
}
.offset-1 {
	margin-left:8.3333333333%
}
.offset-2 {
	margin-left:16.6666666667%
}
.offset-3 {
	margin-left:25%
}
.offset-4 {
	margin-left:33.3333333333%
}
.offset-5 {
	margin-left:41.6666666667%
}
.offset-6 {
	margin-left:50%
}
.offset-7 {
	margin-left:58.3333333333%
}
.offset-8 {
	margin-left:66.6666666667%
}
.offset-9 {
	margin-left:75%
}
.offset-10 {
	margin-left:83.3333333333%
}
.offset-11 {
	margin-left:91.6666666667%
}
@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size:0;
		flex-basis:0;
		-webkit-box-flex:1;
		-ms-flex-positive:1;
		flex-grow:1;
		max-width:100%
	}
	.col-sm-auto {
		-webkit-box-flex:0;
		-ms-flex:0 0 auto;
		flex:0 0 auto;
		width:auto;
		max-width:none
	}
	.col-sm-1 {
		-webkit-box-flex:0;
		-ms-flex:0 0 8.3333333333%;
		flex:0 0 8.3333333333%;
		max-width:8.3333333333%
	}
	.col-sm-2 {
		-webkit-box-flex:0;
		-ms-flex:0 0 16.6666666667%;
		flex:0 0 16.6666666667%;
		max-width:16.6666666667%
	}
	.col-sm-3 {
		-webkit-box-flex:0;
		-ms-flex:0 0 25%;
		flex:0 0 25%;
		max-width:25%
	}
	.col-sm-4 {
		-webkit-box-flex:0;
		-ms-flex:0 0 33.3333333333%;
		flex:0 0 33.3333333333%;
		max-width:33.3333333333%
	}
	.col-sm-5 {
		-webkit-box-flex:0;
		-ms-flex:0 0 41.6666666667%;
		flex:0 0 41.6666666667%;
		max-width:41.6666666667%
	}
	.col-sm-6 {
		-webkit-box-flex:0;
		-ms-flex:0 0 50%;
		flex:0 0 50%;
		max-width:50%
	}
	.col-sm-7 {
		-webkit-box-flex:0;
		-ms-flex:0 0 58.3333333333%;
		flex:0 0 58.3333333333%;
		max-width:58.3333333333%
	}
	.col-sm-8 {
		-webkit-box-flex:0;
		-ms-flex:0 0 66.6666666667%;
		flex:0 0 66.6666666667%;
		max-width:66.6666666667%
	}
	.col-sm-9 {
		-webkit-box-flex:0;
		-ms-flex:0 0 75%;
		flex:0 0 75%;
		max-width:75%
	}
	.col-sm-10 {
		-webkit-box-flex:0;
		-ms-flex:0 0 83.3333333333%;
		flex:0 0 83.3333333333%;
		max-width:83.3333333333%
	}
	.col-sm-11 {
		-webkit-box-flex:0;
		-ms-flex:0 0 91.6666666667%;
		flex:0 0 91.6666666667%;
		max-width:91.6666666667%
	}
	.col-sm-12 {
		-webkit-box-flex:0;
		-ms-flex:0 0 100%;
		flex:0 0 100%;
		max-width:100%
	}
	.order-sm-first {
		-webkit-box-ordinal-group:0;
		-ms-flex-order:-1;
		order:-1
	}
	.order-sm-last {
		-webkit-box-ordinal-group:14;
		-ms-flex-order:13;
		order:13
	}
	.order-sm-0 {
		-webkit-box-ordinal-group:1;
		-ms-flex-order:0;
		order:0
	}
	.order-sm-1 {
		-webkit-box-ordinal-group:2;
		-ms-flex-order:1;
		order:1
	}
	.order-sm-2 {
		-webkit-box-ordinal-group:3;
		-ms-flex-order:2;
		order:2
	}
	.order-sm-3 {
		-webkit-box-ordinal-group:4;
		-ms-flex-order:3;
		order:3
	}
	.order-sm-4 {
		-webkit-box-ordinal-group:5;
		-ms-flex-order:4;
		order:4
	}
	.order-sm-5 {
		-webkit-box-ordinal-group:6;
		-ms-flex-order:5;
		order:5
	}
	.order-sm-6 {
		-webkit-box-ordinal-group:7;
		-ms-flex-order:6;
		order:6
	}
	.order-sm-7 {
		-webkit-box-ordinal-group:8;
		-ms-flex-order:7;
		order:7
	}
	.order-sm-8 {
		-webkit-box-ordinal-group:9;
		-ms-flex-order:8;
		order:8
	}
	.order-sm-9 {
		-webkit-box-ordinal-group:10;
		-ms-flex-order:9;
		order:9
	}
	.order-sm-10 {
		-webkit-box-ordinal-group:11;
		-ms-flex-order:10;
		order:10
	}
	.order-sm-11 {
		-webkit-box-ordinal-group:12;
		-ms-flex-order:11;
		order:11
	}
	.order-sm-12 {
		-webkit-box-ordinal-group:13;
		-ms-flex-order:12;
		order:12
	}
	.offset-sm-0 {
		margin-left:0
	}
	.offset-sm-1 {
		margin-left:8.3333333333%
	}
	.offset-sm-2 {
		margin-left:16.6666666667%
	}
	.offset-sm-3 {
		margin-left:25%
	}
	.offset-sm-4 {
		margin-left:33.3333333333%
	}
	.offset-sm-5 {
		margin-left:41.6666666667%
	}
	.offset-sm-6 {
		margin-left:50%
	}
	.offset-sm-7 {
		margin-left:58.3333333333%
	}
	.offset-sm-8 {
		margin-left:66.6666666667%
	}
	.offset-sm-9 {
		margin-left:75%
	}
	.offset-sm-10 {
		margin-left:83.3333333333%
	}
	.offset-sm-11 {
		margin-left:91.6666666667%
	}
}
@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size:0;
		flex-basis:0;
		-webkit-box-flex:1;
		-ms-flex-positive:1;
		flex-grow:1;
		max-width:100%
	}
	.col-md-auto {
		-webkit-box-flex:0;
		-ms-flex:0 0 auto;
		flex:0 0 auto;
		width:auto;
		max-width:none
	}
	.col-md-1 {
		-webkit-box-flex:0;
		-ms-flex:0 0 8.3333333333%;
		flex:0 0 8.3333333333%;
		max-width:8.3333333333%
	}
	.col-md-2 {
		-webkit-box-flex:0;
		-ms-flex:0 0 16.6666666667%;
		flex:0 0 16.6666666667%;
		max-width:16.6666666667%
	}
	.col-md-3 {
		-webkit-box-flex:0;
		-ms-flex:0 0 25%;
		flex:0 0 25%;
		max-width:25%
	}
	.col-md-4 {
		-webkit-box-flex:0;
		-ms-flex:0 0 33.3333333333%;
		flex:0 0 33.3333333333%;
		max-width:33.3333333333%
	}
	.col-md-5 {
		-webkit-box-flex:0;
		-ms-flex:0 0 41.6666666667%;
		flex:0 0 41.6666666667%;
		max-width:41.6666666667%
	}
	.col-md-6 {
		-webkit-box-flex:0;
		-ms-flex:0 0 50%;
		flex:0 0 50%;
		max-width:50%
	}
	.col-md-7 {
		-webkit-box-flex:0;
		-ms-flex:0 0 58.3333333333%;
		flex:0 0 58.3333333333%;
		max-width:58.3333333333%
	}
	.col-md-8 {
		-webkit-box-flex:0;
		-ms-flex:0 0 66.6666666667%;
		flex:0 0 66.6666666667%;
		max-width:66.6666666667%
	}
	.col-md-9 {
		-webkit-box-flex:0;
		-ms-flex:0 0 75%;
		flex:0 0 75%;
		max-width:75%
	}
	.col-md-10 {
		-webkit-box-flex:0;
		-ms-flex:0 0 83.3333333333%;
		flex:0 0 83.3333333333%;
		max-width:83.3333333333%
	}
	.col-md-11 {
		-webkit-box-flex:0;
		-ms-flex:0 0 91.6666666667%;
		flex:0 0 91.6666666667%;
		max-width:91.6666666667%
	}
	.col-md-12 {
		-webkit-box-flex:0;
		-ms-flex:0 0 100%;
		flex:0 0 100%;
		max-width:100%
	}
	.order-md-first {
		-webkit-box-ordinal-group:0;
		-ms-flex-order:-1;
		order:-1
	}
	.order-md-last {
		-webkit-box-ordinal-group:14;
		-ms-flex-order:13;
		order:13
	}
	.order-md-0 {
		-webkit-box-ordinal-group:1;
		-ms-flex-order:0;
		order:0
	}
	.order-md-1 {
		-webkit-box-ordinal-group:2;
		-ms-flex-order:1;
		order:1
	}
	.order-md-2 {
		-webkit-box-ordinal-group:3;
		-ms-flex-order:2;
		order:2
	}
	.order-md-3 {
		-webkit-box-ordinal-group:4;
		-ms-flex-order:3;
		order:3
	}
	.order-md-4 {
		-webkit-box-ordinal-group:5;
		-ms-flex-order:4;
		order:4
	}
	.order-md-5 {
		-webkit-box-ordinal-group:6;
		-ms-flex-order:5;
		order:5
	}
	.order-md-6 {
		-webkit-box-ordinal-group:7;
		-ms-flex-order:6;
		order:6
	}
	.order-md-7 {
		-webkit-box-ordinal-group:8;
		-ms-flex-order:7;
		order:7
	}
	.order-md-8 {
		-webkit-box-ordinal-group:9;
		-ms-flex-order:8;
		order:8
	}
	.order-md-9 {
		-webkit-box-ordinal-group:10;
		-ms-flex-order:9;
		order:9
	}
	.order-md-10 {
		-webkit-box-ordinal-group:11;
		-ms-flex-order:10;
		order:10
	}
	.order-md-11 {
		-webkit-box-ordinal-group:12;
		-ms-flex-order:11;
		order:11
	}
	.order-md-12 {
		-webkit-box-ordinal-group:13;
		-ms-flex-order:12;
		order:12
	}
	.offset-md-0 {
		margin-left:0
	}
	.offset-md-1 {
		margin-left:8.3333333333%
	}
	.offset-md-2 {
		margin-left:16.6666666667%
	}
	.offset-md-3 {
		margin-left:25%
	}
	.offset-md-4 {
		margin-left:33.3333333333%
	}
	.offset-md-5 {
		margin-left:41.6666666667%
	}
	.offset-md-6 {
		margin-left:50%
	}
	.offset-md-7 {
		margin-left:58.3333333333%
	}
	.offset-md-8 {
		margin-left:66.6666666667%
	}
	.offset-md-9 {
		margin-left:75%
	}
	.offset-md-10 {
		margin-left:83.3333333333%
	}
	.offset-md-11 {
		margin-left:91.6666666667%
	}
}
@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size:0;
		flex-basis:0;
		-webkit-box-flex:1;
		-ms-flex-positive:1;
		flex-grow:1;
		max-width:100%
	}
	.col-lg-auto {
		-webkit-box-flex:0;
		-ms-flex:0 0 auto;
		flex:0 0 auto;
		width:auto;
		max-width:none
	}
	.col-lg-1 {
		-webkit-box-flex:0;
		-ms-flex:0 0 8.3333333333%;
		flex:0 0 8.3333333333%;
		max-width:8.3333333333%
	}
	.col-lg-2 {
		-webkit-box-flex:0;
		-ms-flex:0 0 16.6666666667%;
		flex:0 0 16.6666666667%;
		max-width:16.6666666667%
	}
	.col-lg-3 {
		-webkit-box-flex:0;
		-ms-flex:0 0 25%;
		flex:0 0 25%;
		max-width:25%
	}
	.col-lg-4 {
		-webkit-box-flex:0;
		-ms-flex:0 0 33.3333333333%;
		flex:0 0 33.3333333333%;
		max-width:33.3333333333%
	}
	.col-lg-5 {
		-webkit-box-flex:0;
		-ms-flex:0 0 41.6666666667%;
		flex:0 0 41.6666666667%;
		max-width:41.6666666667%
	}
	.col-lg-6 {
		-webkit-box-flex:0;
		-ms-flex:0 0 50%;
		flex:0 0 50%;
		max-width:50%
	}
	.col-lg-7 {
		-webkit-box-flex:0;
		-ms-flex:0 0 58.3333333333%;
		flex:0 0 58.3333333333%;
		max-width:58.3333333333%
	}
	.col-lg-8 {
		-webkit-box-flex:0;
		-ms-flex:0 0 66.6666666667%;
		flex:0 0 66.6666666667%;
		max-width:66.6666666667%
	}
	.col-lg-9 {
		-webkit-box-flex:0;
		-ms-flex:0 0 75%;
		flex:0 0 75%;
		max-width:75%
	}
	.col-lg-10 {
		-webkit-box-flex:0;
		-ms-flex:0 0 83.3333333333%;
		flex:0 0 83.3333333333%;
		max-width:83.3333333333%
	}
	.col-lg-11 {
		-webkit-box-flex:0;
		-ms-flex:0 0 91.6666666667%;
		flex:0 0 91.6666666667%;
		max-width:91.6666666667%
	}
	.col-lg-12 {
		-webkit-box-flex:0;
		-ms-flex:0 0 100%;
		flex:0 0 100%;
		max-width:100%
	}
	.order-lg-first {
		-webkit-box-ordinal-group:0;
		-ms-flex-order:-1;
		order:-1
	}
	.order-lg-last {
		-webkit-box-ordinal-group:14;
		-ms-flex-order:13;
		order:13
	}
	.order-lg-0 {
		-webkit-box-ordinal-group:1;
		-ms-flex-order:0;
		order:0
	}
	.order-lg-1 {
		-webkit-box-ordinal-group:2;
		-ms-flex-order:1;
		order:1
	}
	.order-lg-2 {
		-webkit-box-ordinal-group:3;
		-ms-flex-order:2;
		order:2
	}
	.order-lg-3 {
		-webkit-box-ordinal-group:4;
		-ms-flex-order:3;
		order:3
	}
	.order-lg-4 {
		-webkit-box-ordinal-group:5;
		-ms-flex-order:4;
		order:4
	}
	.order-lg-5 {
		-webkit-box-ordinal-group:6;
		-ms-flex-order:5;
		order:5
	}
	.order-lg-6 {
		-webkit-box-ordinal-group:7;
		-ms-flex-order:6;
		order:6
	}
	.order-lg-7 {
		-webkit-box-ordinal-group:8;
		-ms-flex-order:7;
		order:7
	}
	.order-lg-8 {
		-webkit-box-ordinal-group:9;
		-ms-flex-order:8;
		order:8
	}
	.order-lg-9 {
		-webkit-box-ordinal-group:10;
		-ms-flex-order:9;
		order:9
	}
	.order-lg-10 {
		-webkit-box-ordinal-group:11;
		-ms-flex-order:10;
		order:10
	}
	.order-lg-11 {
		-webkit-box-ordinal-group:12;
		-ms-flex-order:11;
		order:11
	}
	.order-lg-12 {
		-webkit-box-ordinal-group:13;
		-ms-flex-order:12;
		order:12
	}
	.offset-lg-0 {
		margin-left:0
	}
	.offset-lg-1 {
		margin-left:8.3333333333%
	}
	.offset-lg-2 {
		margin-left:16.6666666667%
	}
	.offset-lg-3 {
		margin-left:25%
	}
	.offset-lg-4 {
		margin-left:33.3333333333%
	}
	.offset-lg-5 {
		margin-left:41.6666666667%
	}
	.offset-lg-6 {
		margin-left:50%
	}
	.offset-lg-7 {
		margin-left:58.3333333333%
	}
	.offset-lg-8 {
		margin-left:66.6666666667%
	}
	.offset-lg-9 {
		margin-left:75%
	}
	.offset-lg-10 {
		margin-left:83.3333333333%
	}
	.offset-lg-11 {
		margin-left:91.6666666667%
	}
}
@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size:0;
		flex-basis:0;
		-webkit-box-flex:1;
		-ms-flex-positive:1;
		flex-grow:1;
		max-width:100%
	}
	.col-xl-auto {
		-webkit-box-flex:0;
		-ms-flex:0 0 auto;
		flex:0 0 auto;
		width:auto;
		max-width:none
	}
	.col-xl-1 {
		-webkit-box-flex:0;
		-ms-flex:0 0 8.3333333333%;
		flex:0 0 8.3333333333%;
		max-width:8.3333333333%
	}
	.col-xl-2 {
		-webkit-box-flex:0;
		-ms-flex:0 0 16.6666666667%;
		flex:0 0 16.6666666667%;
		max-width:16.6666666667%
	}
	.col-xl-3 {
		-webkit-box-flex:0;
		-ms-flex:0 0 25%;
		flex:0 0 25%;
		max-width:25%
	}
	.col-xl-4 {
		-webkit-box-flex:0;
		-ms-flex:0 0 33.3333333333%;
		flex:0 0 33.3333333333%;
		max-width:33.3333333333%
	}
	.col-xl-5 {
		-webkit-box-flex:0;
		-ms-flex:0 0 41.6666666667%;
		flex:0 0 41.6666666667%;
		max-width:41.6666666667%
	}
	.col-xl-6 {
		-webkit-box-flex:0;
		-ms-flex:0 0 50%;
		flex:0 0 50%;
		max-width:50%
	}
	.col-xl-7 {
		-webkit-box-flex:0;
		-ms-flex:0 0 58.3333333333%;
		flex:0 0 58.3333333333%;
		max-width:58.3333333333%
	}
	.col-xl-8 {
		-webkit-box-flex:0;
		-ms-flex:0 0 66.6666666667%;
		flex:0 0 66.6666666667%;
		max-width:66.6666666667%
	}
	.col-xl-9 {
		-webkit-box-flex:0;
		-ms-flex:0 0 75%;
		flex:0 0 75%;
		max-width:75%
	}
	.col-xl-10 {
		-webkit-box-flex:0;
		-ms-flex:0 0 83.3333333333%;
		flex:0 0 83.3333333333%;
		max-width:83.3333333333%
	}
	.col-xl-11 {
		-webkit-box-flex:0;
		-ms-flex:0 0 91.6666666667%;
		flex:0 0 91.6666666667%;
		max-width:91.6666666667%
	}
	.col-xl-12 {
		-webkit-box-flex:0;
		-ms-flex:0 0 100%;
		flex:0 0 100%;
		max-width:100%
	}
	.order-xl-first {
		-webkit-box-ordinal-group:0;
		-ms-flex-order:-1;
		order:-1
	}
	.order-xl-last {
		-webkit-box-ordinal-group:14;
		-ms-flex-order:13;
		order:13
	}
	.order-xl-0 {
		-webkit-box-ordinal-group:1;
		-ms-flex-order:0;
		order:0
	}
	.order-xl-1 {
		-webkit-box-ordinal-group:2;
		-ms-flex-order:1;
		order:1
	}
	.order-xl-2 {
		-webkit-box-ordinal-group:3;
		-ms-flex-order:2;
		order:2
	}
	.order-xl-3 {
		-webkit-box-ordinal-group:4;
		-ms-flex-order:3;
		order:3
	}
	.order-xl-4 {
		-webkit-box-ordinal-group:5;
		-ms-flex-order:4;
		order:4
	}
	.order-xl-5 {
		-webkit-box-ordinal-group:6;
		-ms-flex-order:5;
		order:5
	}
	.order-xl-6 {
		-webkit-box-ordinal-group:7;
		-ms-flex-order:6;
		order:6
	}
	.order-xl-7 {
		-webkit-box-ordinal-group:8;
		-ms-flex-order:7;
		order:7
	}
	.order-xl-8 {
		-webkit-box-ordinal-group:9;
		-ms-flex-order:8;
		order:8
	}
	.order-xl-9 {
		-webkit-box-ordinal-group:10;
		-ms-flex-order:9;
		order:9
	}
	.order-xl-10 {
		-webkit-box-ordinal-group:11;
		-ms-flex-order:10;
		order:10
	}
	.order-xl-11 {
		-webkit-box-ordinal-group:12;
		-ms-flex-order:11;
		order:11
	}
	.order-xl-12 {
		-webkit-box-ordinal-group:13;
		-ms-flex-order:12;
		order:12
	}
	.offset-xl-0 {
		margin-left:0
	}
	.offset-xl-1 {
		margin-left:8.3333333333%
	}
	.offset-xl-2 {
		margin-left:16.6666666667%
	}
	.offset-xl-3 {
		margin-left:25%
	}
	.offset-xl-4 {
		margin-left:33.3333333333%
	}
	.offset-xl-5 {
		margin-left:41.6666666667%
	}
	.offset-xl-6 {
		margin-left:50%
	}
	.offset-xl-7 {
		margin-left:58.3333333333%
	}
	.offset-xl-8 {
		margin-left:66.6666666667%
	}
	.offset-xl-9 {
		margin-left:75%
	}
	.offset-xl-10 {
		margin-left:83.3333333333%
	}
	.offset-xl-11 {
		margin-left:91.6666666667%
	}
}
.form-control {
	display:block;
	width:100%;
	padding:.6rem 1.5rem;
	font-size:1rem;
	line-height:1.5;
	color:#566170;
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid #ced3e1;
	border-radius:.5rem;
	-webkit-transition:border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
	transition:border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
	transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out
}
@media screen and (prefers-reduced-motion: reduce) {
	.form-control {
		-webkit-transition:none;
		transition:none
	}
}
.form-control::-ms-expand {
	background-color:transparent;
	border:0
}
.form-control:focus {
	color:#566170;
	background-color:#fff;
	border-color:#c3fd57;
	outline:0;
	-webkit-box-shadow:0 0 0 .2rem rgba(138,209,3,0.25);
	box-shadow:0 0 0 .2rem rgba(138,209,3,0.25)
}
.form-control::-webkit-input-placeholder {
	color:#7a8799;
	opacity:1
}
.form-control:-ms-input-placeholder {
	color:#7a8799;
	opacity:1
}
.form-control::-ms-input-placeholder {
	color:#7a8799;
	opacity:1
}
.form-control::placeholder {
	color:#7a8799;
	opacity:1
}
.form-control:disabled,.form-control[readonly] {
	background-color:#e8edfa;
	opacity:1
}
select.form-control:not([size]):not([multiple]) {
	height:calc(2.7rem + 2px)
}
select.form-control:focus::-ms-value {
	color:#566170;
	background-color:#fff
}
.form-control-file,.form-control-range {
	display:block;
	width:100%
}
.col-form-label {
	padding-top:calc(.6rem + 1px);
	padding-bottom:calc(.6rem + 1px);
	margin-bottom:0;
	font-size:inherit;
	line-height:1.5
}
.col-form-label-lg {
	padding-top:calc(.5rem + 1px);
	padding-bottom:calc(.5rem + 1px);
	font-size:1.25rem;
	line-height:1.5
}
.col-form-label-sm {
	padding-top:calc(.25rem + 1px);
	padding-bottom:calc(.25rem + 1px);
	font-size:.875rem;
	line-height:1.5
}
.form-control-plaintext {
	display:block;
	width:100%;
	padding-top:.6rem;
	padding-bottom:.6rem;
	margin-bottom:0;
	line-height:1.5;
	color:#151d33;
	background-color:transparent;
	border:solid transparent;
	border-width:1px 0
}
.form-control-plaintext.form-control-sm,.input-group-sm>.form-control-plaintext.form-control,.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,.input-group-sm>.input-group-append>.form-control-plaintext.btn,.form-control-plaintext.form-control-lg,.input-group-lg>.form-control-plaintext.form-control,.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,.input-group-lg>.input-group-append>.form-control-plaintext.btn {
	padding-right:0;
	padding-left:0
}
.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn {
	padding:.25rem 1rem;
	font-size:.875rem;
	line-height:1.5;
	border-radius:.25rem
}
select.form-control-sm:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]) {
	height:calc(1.8125rem + 2px)
}
.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn {
	padding:.5rem 1rem;
	font-size:1.25rem;
	line-height:1.5;
	border-radius:1rem
}
select.form-control-lg:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]) {
	height:calc(2.875rem + 2px)
}
.form-group {
	margin-bottom:1rem
}
.form-text {
	display:block;
	margin-top:.25rem
}
.form-row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-right:-5px;
	margin-left:-5px
}
.form-row>.col,.form-row>[class*="col-"] {
	padding-right:5px;
	padding-left:5px
}
.form-check {
	position:relative;
	display:block;
	padding-left:1.25rem
}
.form-check-input {
	position:absolute;
	margin-top:.3rem;
	margin-left:-1.25rem
}
.form-check-input:disabled ~ .form-check-label {
	color:#7a8799
}
.form-check-label {
	margin-bottom:0
}
.form-check-inline {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding-left:0;
	margin-right:.75rem
}
.form-check-inline .form-check-input {
	position:static;
	margin-top:0;
	margin-right:.3125rem;
	margin-left:0
}
.valid-feedback {
	display:none;
	width:100%;
	margin-top:.25rem;
	font-size:80%;
	color:#8ad103
}
.valid-tooltip {
	position:absolute;
	top:100%;
	z-index:5;
	display:none;
	max-width:100%;
	padding:.5rem;
	margin-top:.1rem;
	font-size:.875rem;
	line-height:1;
	color:#fff;
	background-color:rgba(138,209,3,0.8);
	border-radius:.2rem
}
.was-validated .form-control:valid,.form-control.is-valid,.was-validated .custom-select:valid,.custom-select.is-valid {
	border-color:#8ad103
}
.was-validated .form-control:valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus {
	border-color:#8ad103;
	-webkit-box-shadow:0 0 0 .2rem rgba(138,209,3,0.25);
	box-shadow:0 0 0 .2rem rgba(138,209,3,0.25)
}
.was-validated .form-control:valid ~ .valid-feedback,.was-validated .form-control:valid ~ .valid-tooltip,.form-control.is-valid ~ .valid-feedback,.form-control.is-valid ~ .valid-tooltip,.was-validated .custom-select:valid ~ .valid-feedback,.was-validated .custom-select:valid ~ .valid-tooltip,.custom-select.is-valid ~ .valid-feedback,.custom-select.is-valid ~ .valid-tooltip {
	display:block
}
.was-validated .form-control-file:valid ~ .valid-feedback,.was-validated .form-control-file:valid ~ .valid-tooltip,.form-control-file.is-valid ~ .valid-feedback,.form-control-file.is-valid ~ .valid-tooltip {
	display:block
}
.was-validated .form-check-input:valid ~ .form-check-label,.form-check-input.is-valid ~ .form-check-label {
	color:#8ad103
}
.was-validated .form-check-input:valid ~ .valid-feedback,.was-validated .form-check-input:valid ~ .valid-tooltip,.form-check-input.is-valid ~ .valid-feedback,.form-check-input.is-valid ~ .valid-tooltip {
	display:block
}
.was-validated .custom-control-input:valid ~ .custom-control-label,.custom-control-input.is-valid ~ .custom-control-label {
	color:#8ad103
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,.custom-control-input.is-valid ~ .custom-control-label::before {
	background-color:#c3fd57
}
.was-validated .custom-control-input:valid ~ .valid-feedback,.was-validated .custom-control-input:valid ~ .valid-tooltip,.custom-control-input.is-valid ~ .valid-feedback,.custom-control-input.is-valid ~ .valid-tooltip {
	display:block
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,.custom-control-input.is-valid:checked ~ .custom-control-label::before {
	background-color:#a9fc0b
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.custom-control-input.is-valid:focus ~ .custom-control-label::before {
	-webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(138,209,3,0.25);
	box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(138,209,3,0.25)
}
.was-validated .custom-file-input:valid ~ .custom-file-label,.custom-file-input.is-valid ~ .custom-file-label {
	border-color:#8ad103
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before,.custom-file-input.is-valid ~ .custom-file-label::before {
	border-color:inherit
}
.was-validated .custom-file-input:valid ~ .valid-feedback,.was-validated .custom-file-input:valid ~ .valid-tooltip,.custom-file-input.is-valid ~ .valid-feedback,.custom-file-input.is-valid ~ .valid-tooltip {
	display:block
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,.custom-file-input.is-valid:focus ~ .custom-file-label {
	-webkit-box-shadow:0 0 0 .2rem rgba(138,209,3,0.25);
	box-shadow:0 0 0 .2rem rgba(138,209,3,0.25)
}
.invalid-feedback {
	display:none;
	width:100%;
	margin-top:.25rem;
	font-size:80%;
	color:#dc3545
}
.invalid-tooltip {
	position:absolute;
	top:100%;
	z-index:5;
	display:none;
	max-width:100%;
	padding:.5rem;
	margin-top:.1rem;
	font-size:.875rem;
	line-height:1;
	color:#fff;
	background-color:rgba(220,53,69,0.8);
	border-radius:.2rem
}
.was-validated .form-control:invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.custom-select.is-invalid {
	border-color:#dc3545
}
.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus {
	border-color:#dc3545;
	-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,0.25);
	box-shadow:0 0 0 .2rem rgba(220,53,69,0.25)
}
.was-validated .form-control:invalid ~ .invalid-feedback,.was-validated .form-control:invalid ~ .invalid-tooltip,.form-control.is-invalid ~ .invalid-feedback,.form-control.is-invalid ~ .invalid-tooltip,.was-validated .custom-select:invalid ~ .invalid-feedback,.was-validated .custom-select:invalid ~ .invalid-tooltip,.custom-select.is-invalid ~ .invalid-feedback,.custom-select.is-invalid ~ .invalid-tooltip {
	display:block
}
.was-validated .form-control-file:invalid ~ .invalid-feedback,.was-validated .form-control-file:invalid ~ .invalid-tooltip,.form-control-file.is-invalid ~ .invalid-feedback,.form-control-file.is-invalid ~ .invalid-tooltip {
	display:block
}
.was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label {
	color:#dc3545
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,.was-validated .form-check-input:invalid ~ .invalid-tooltip,.form-check-input.is-invalid ~ .invalid-feedback,.form-check-input.is-invalid ~ .invalid-tooltip {
	display:block
}
.was-validated .custom-control-input:invalid ~ .custom-control-label,.custom-control-input.is-invalid ~ .custom-control-label {
	color:#dc3545
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,.custom-control-input.is-invalid ~ .custom-control-label::before {
	background-color:#efa2a9
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,.was-validated .custom-control-input:invalid ~ .invalid-tooltip,.custom-control-input.is-invalid ~ .invalid-feedback,.custom-control-input.is-invalid ~ .invalid-tooltip {
	display:block
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
	background-color:#e4606d
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
	-webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,0.25);
	box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,0.25)
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,.custom-file-input.is-invalid ~ .custom-file-label {
	border-color:#dc3545
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before,.custom-file-input.is-invalid ~ .custom-file-label::before {
	border-color:inherit
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,.was-validated .custom-file-input:invalid ~ .invalid-tooltip,.custom-file-input.is-invalid ~ .invalid-feedback,.custom-file-input.is-invalid ~ .invalid-tooltip {
	display:block
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,.custom-file-input.is-invalid:focus ~ .custom-file-label {
	-webkit-box-shadow:0 0 0 .2rem rgba(220,53,69,0.25);
	box-shadow:0 0 0 .2rem rgba(220,53,69,0.25)
}
.form-inline {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.form-inline .form-check {
	width:100%
}
@media (min-width: 576px) {
	.form-inline label {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		margin-bottom:0
	}
	.form-inline .form-group {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-flex:0;
		-ms-flex:0 0 auto;
		flex:0 0 auto;
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-ms-flex-flow:row wrap;
		flex-flow:row wrap;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
		margin-bottom:0
	}
	.form-inline .form-control {
		display:inline-block;
		width:auto;
		vertical-align:middle
	}
	.form-inline .form-control-plaintext {
		display:inline-block
	}
	.form-inline .input-group,.form-inline .custom-select {
		width:auto
	}
	.form-inline .form-check {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		width:auto;
		padding-left:0
	}
	.form-inline .form-check-input {
		position:relative;
		margin-top:0;
		margin-right:.25rem;
		margin-left:0
	}
	.form-inline .custom-control {
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center
	}
	.form-inline .custom-control-label {
		margin-bottom:0
	}
}
.btn {
	font-weight:500;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	padding:.6rem 1.5rem;
	font-size:1rem;
	line-height:1.5;
	border-radius:.5rem;
	-webkit-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
	transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
	transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out
}
@media screen and (prefers-reduced-motion: reduce) {
	.btn {
		-webkit-transition:none;
		transition:none
	}
}
.btn:hover,.btn:focus {
	text-decoration:none
}
.btn:focus,.btn.focus {
	outline:0
}
.btn.disabled,.btn:disabled {
	opacity:.65
}
.btn:not(:disabled):not(.disabled) {
	cursor:pointer
}
a.btn.disabled,fieldset:disabled a.btn {
	pointer-events:none
}
.btn-link {
	font-weight:500;
	color:#8ad103;
	background-color:transparent
}
.btn-link:hover {
	color:#588602;
	text-decoration:underline;
	background-color:transparent;
	border-color:transparent
}
.btn-link:focus,.btn-link.focus {
	text-decoration:underline;
	border-color:transparent;
	-webkit-box-shadow:none;
	box-shadow:none
}
.btn-link:disabled,.btn-link.disabled {
	color:#7a8799;
	pointer-events:none
}
.btn-lg {
	padding:.5rem 1rem;
	font-size:1.25rem;
	line-height:1.5;
	border-radius:1rem
}
.btn-sm {
	padding:.25rem 1rem;
	font-size:.875rem;
	line-height:1.5;
	border-radius:.25rem
}
.btn-block {
	display:block;
	width:100%
}
.btn-block+.btn-block {
	margin-top:.5rem
}
input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
	width:100%
}
.dropup,.dropright,.dropdown,.dropleft {
	position:relative
}
.dropdown-toggle::after {
	display:inline-block;
	width:0;
	height:0;
	margin-left:.255em;
	vertical-align:.255em;
	content:"";
	border-top:.3em solid;
	border-right:.3em solid transparent;
	border-bottom:0;
	border-left:.3em solid transparent
}
.dropdown-toggle:empty::after {
	margin-left:0
}
.dropdown-menu {
	position:absolute;
	top:100%;
	left:0;
	z-index:1000;
	display:none;
	float:left;
	min-width:10rem;
	padding:.5rem 0;
	margin:.125rem 0 0;
	font-size:1rem;
	color:#151d33;
	text-align:left;
	list-style:none;
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid rgba(21,29,51,0.15);
	border-radius:.5rem
}
.dropdown-menu-right {
	right:0;
	left:auto
}
.dropup .dropdown-menu {
	top:auto;
	bottom:100%;
	margin-top:0;
	margin-bottom:.125rem
}
.dropup .dropdown-toggle::after {
	display:inline-block;
	width:0;
	height:0;
	margin-left:.255em;
	vertical-align:.255em;
	content:"";
	border-top:0;
	border-right:.3em solid transparent;
	border-bottom:.3em solid;
	border-left:.3em solid transparent
}
.dropup .dropdown-toggle:empty::after {
	margin-left:0
}
.dropright .dropdown-menu {
	top:0;
	right:auto;
	left:100%;
	margin-top:0;
	margin-left:.125rem
}
.dropright .dropdown-toggle::after {
	display:inline-block;
	width:0;
	height:0;
	margin-left:.255em;
	vertical-align:.255em;
	content:"";
	border-top:.3em solid transparent;
	border-right:0;
	border-bottom:.3em solid transparent;
	border-left:.3em solid
}
.dropright .dropdown-toggle:empty::after {
	margin-left:0
}
.dropright .dropdown-toggle::after {
	vertical-align:0
}
.dropleft .dropdown-menu {
	top:0;
	right:100%;
	left:auto;
	margin-top:0;
	margin-right:.125rem
}
.dropleft .dropdown-toggle::after {
	display:inline-block;
	width:0;
	height:0;
	margin-left:.255em;
	vertical-align:.255em;
	content:""
}
.dropleft .dropdown-toggle::after {
	display:none
}
.dropleft .dropdown-toggle::before {
	display:inline-block;
	width:0;
	height:0;
	margin-right:.255em;
	vertical-align:.255em;
	content:"";
	border-top:.3em solid transparent;
	border-right:.3em solid;
	border-bottom:.3em solid transparent
}
.dropleft .dropdown-toggle:empty::after {
	margin-left:0
}
.dropleft .dropdown-toggle::before {
	vertical-align:0
}
.dropdown-menu[x-placement^="top"],.dropdown-menu[x-placement^="right"],.dropdown-menu[x-placement^="bottom"],.dropdown-menu[x-placement^="left"] {
	right:auto;
	bottom:auto
}
.dropdown-divider {
	height:0;
	margin:.5rem 0;
	overflow:hidden;
	border-top:1px solid #e8edfa
}
.dropdown-item {
	display:block;
	width:100%;
	padding:.25rem 1.5rem;
	clear:both;
	font-weight:500;
	color:#151d33;
	text-align:inherit;
	white-space:nowrap;
	background-color:transparent;
	border:0
}
.dropdown-item:hover,.dropdown-item:focus {
	color:#0e1321;
	text-decoration:none;
	background-color:#f6f6fa
}
.dropdown-item.active,.dropdown-item:active {
	color:#fff;
	text-decoration:none;
	background-color:#8ad103
}
.dropdown-item.disabled,.dropdown-item:disabled {
	color:#7a8799;
	background-color:transparent
}
.dropdown-menu.show {
	display:block
}
.dropdown-header {
	display:block;
	padding:.5rem 1.5rem;
	margin-bottom:0;
	font-size:.875rem;
	color:#7a8799;
	white-space:nowrap
}
.dropdown-item-text {
	display:block;
	padding:.25rem 1.5rem;
	color:#151d33
}
.input-group {
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:stretch;
	-ms-flex-align:stretch;
	align-items:stretch;
	width:100%
}
.input-group>.form-control,.input-group>.custom-select,.input-group>.custom-file {
	position:relative;
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	width:1%;
	margin-bottom:0
}
.input-group>.form-control:focus,.input-group>.custom-select:focus,.input-group>.custom-file:focus {
	z-index:3
}
.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.custom-select+.form-control,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.custom-file,.input-group>.custom-file+.form-control,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.custom-file {
	margin-left:-1px
}
.input-group>.form-control:not(:last-child),.input-group>.custom-select:not(:last-child) {
	border-top-right-radius:0;
	border-bottom-right-radius:0
}
.input-group>.form-control:not(:first-child),.input-group>.custom-select:not(:first-child) {
	border-top-left-radius:0;
	border-bottom-left-radius:0
}
.input-group>.custom-file {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after {
	border-top-right-radius:0;
	border-bottom-right-radius:0
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
	border-top-left-radius:0;
	border-bottom-left-radius:0
}
.input-group-prepend,.input-group-append {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.input-group-prepend .btn,.input-group-append .btn {
	position:relative;
	z-index:2
}
.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.input-group-text,.input-group-append .input-group-text+.btn {
	margin-left:-1px
}
.input-group-prepend {
	margin-right:-1px
}
.input-group-append {
	margin-left:-1px
}
.input-group-text {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding:.6rem 1.5rem;
	margin-bottom:0;
	font-size:1rem;
	font-weight:500;
	line-height:1.5;
	color:#566170;
	text-align:center;
	white-space:nowrap;
	background-color:#e8edfa;
	border:1px solid #ced3e1;
	border-radius:.5rem
}
.input-group-text input[type="radio"],.input-group-text input[type="checkbox"] {
	margin-top:0
}
.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text,.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
	border-top-right-radius:0;
	border-bottom-right-radius:0
}
.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
	border-top-left-radius:0;
	border-bottom-left-radius:0
}
.custom-control {
	position:relative;
	display:block;
	min-height:1.5rem;
	padding-left:1.5rem
}
.custom-control-inline {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	margin-right:1rem
}
.custom-control-input {
	position:absolute;
	z-index:-1;
	opacity:0
}
.custom-control-input:checked ~ .custom-control-label::before {
	color:#fff;
	background-color:#8ad103
}
.custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(138,209,3,0.25);
	box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(138,209,3,0.25)
}
.custom-control-input:active ~ .custom-control-label::before {
	color:#fff;
	background-color:#d5fd89
}
.custom-control-input:disabled ~ .custom-control-label {
	color:#7a8799
}
.custom-control-input:disabled ~ .custom-control-label::before {
	background-color:#e8edfa
}
.custom-control-label {
	position:relative;
	margin-bottom:0
}
.custom-control-label::before {
	position:absolute;
	top:.25rem;
	left:-1.5rem;
	display:block;
	width:1rem;
	height:1rem;
	pointer-events:none;
	content:"";
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-color:#ced3e1
}
.custom-control-label::after {
	position:absolute;
	top:.25rem;
	left:-1.5rem;
	display:block;
	width:1rem;
	height:1rem;
	content:"";
	background-repeat:no-repeat;
	background-position:center center;
	background-size:50% 50%
}
.custom-checkbox .custom-control-label::before {
	border-radius:.5rem
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color:#8ad103
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	background-color:#8ad103
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color:rgba(138,209,3,0.5)
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color:rgba(138,209,3,0.5)
}
.custom-radio .custom-control-label::before {
	border-radius:50%
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
	background-color:#8ad103
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color:rgba(138,209,3,0.5)
}
.custom-select {
	display:inline-block;
	width:100%;
	height:calc(2.7rem + 2px);
	padding:.375rem 1.75rem .375rem .75rem;
	line-height:1.5;
	color:#566170;
	vertical-align:middle;
	background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%231f2328' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
	background-size:8px 10px;
	border:1px solid #ced3e1;
	border-radius:.5rem;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
.custom-select:focus {
	border-color:#c3fd57;
	outline:0;
	-webkit-box-shadow:inset 0 1px 2px rgba(21,29,51,0.075),0 0 5px rgba(195,253,87,0.5);
	box-shadow:inset 0 1px 2px rgba(21,29,51,0.075),0 0 5px rgba(195,253,87,0.5)
}
.custom-select:focus::-ms-value {
	color:#566170;
	background-color:#fff
}
.custom-select[multiple],.custom-select[size]:not([size="1"]) {
	height:auto;
	padding-right:.75rem;
	background-image:none
}
.custom-select:disabled {
	color:#7a8799;
	background-color:#e8edfa
}
.custom-select::-ms-expand {
	opacity:0
}
.custom-select-sm {
	height:calc(1.8125rem + 2px);
	padding-top:.375rem;
	padding-bottom:.375rem;
	font-size:75%
}
.custom-select-lg {
	height:calc(2.875rem + 2px);
	padding-top:.375rem;
	padding-bottom:.375rem;
	font-size:125%
}
.custom-file {
	position:relative;
	display:inline-block;
	width:100%;
	height:calc(2.7rem + 2px);
	margin-bottom:0
}
.custom-file-input {
	position:relative;
	z-index:2;
	width:100%;
	height:calc(2.7rem + 2px);
	margin:0;
	opacity:0
}
.custom-file-input:focus ~ .custom-file-label {
	border-color:#c3fd57;
	-webkit-box-shadow:0 0 0 .2rem rgba(138,209,3,0.25);
	box-shadow:0 0 0 .2rem rgba(138,209,3,0.25)
}
.custom-file-input:focus ~ .custom-file-label::after {
	border-color:#c3fd57
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
	content:"Browse"
}
.custom-file-label {
	position:absolute;
	top:0;
	right:0;
	left:0;
	z-index:1;
	height:calc(2.7rem + 2px);
	padding:.6rem 1.5rem;
	line-height:1.5;
	color:#566170;
	background-color:#fff;
	border:1px solid #ced3e1;
	border-radius:.5rem
}
.custom-file-label::after {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	z-index:3;
	display:block;
	height:2.7rem;
	padding:.6rem 1.5rem;
	line-height:1.5;
	color:#566170;
	content:"Browse";
	background-color:#e8edfa;
	border-left:1px solid #ced3e1;
	border-radius:0 .5rem .5rem 0
}
.custom-range {
	width:100%;
	padding-left:0;
	background-color:transparent;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
.custom-range:focus {
	outline:none
}
.custom-range::-moz-focus-outer {
	border:0
}
.custom-range::-webkit-slider-thumb {
	width:1rem;
	height:1rem;
	margin-top:-.25rem;
	background-color:#8ad103;
	border:0;
	border-radius:1rem;
	-webkit-appearance:none;
	appearance:none
}
.custom-range::-webkit-slider-thumb:focus {
	outline:none;
	-webkit-box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(138,209,3,0.25);
	box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(138,209,3,0.25)
}
.custom-range::-webkit-slider-thumb:active {
	background-color:#d5fd89
}
.custom-range::-webkit-slider-runnable-track {
	width:100%;
	height:.5rem;
	color:transparent;
	cursor:pointer;
	background-color:#ced3e1;
	border-color:transparent;
	border-radius:1rem
}
.custom-range::-moz-range-thumb {
	width:1rem;
	height:1rem;
	background-color:#8ad103;
	border:0;
	border-radius:1rem;
	-moz-appearance:none;
	appearance:none
}
.custom-range::-moz-range-thumb:focus {
	outline:none;
	box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(138,209,3,0.25)
}
.custom-range::-moz-range-thumb:active {
	background-color:#d5fd89
}
.custom-range::-moz-range-track {
	width:100%;
	height:.5rem;
	color:transparent;
	cursor:pointer;
	background-color:#ced3e1;
	border-color:transparent;
	border-radius:1rem
}
.custom-range::-ms-thumb {
	width:1rem;
	height:1rem;
	background-color:#8ad103;
	border:0;
	border-radius:1rem;
	appearance:none
}
.custom-range::-ms-thumb:focus {
	outline:none;
	box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(138,209,3,0.25)
}
.custom-range::-ms-thumb:active {
	background-color:#d5fd89
}
.custom-range::-ms-track {
	width:100%;
	height:.5rem;
	color:transparent;
	cursor:pointer;
	background-color:transparent;
	border-color:transparent;
	border-width:.5rem
}
.custom-range::-ms-fill-lower {
	background-color:#ced3e1;
	border-radius:1rem
}
.custom-range::-ms-fill-upper {
	margin-right:15px;
	background-color:#ced3e1;
	border-radius:1rem
}
.nav {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding-left:0;
	margin-bottom:0;
	list-style:none
}
.nav-link {
	display:block;
	padding:.75rem 1rem
}
.nav-link:hover,.nav-link:focus {
	text-decoration:none
}
.nav-link.disabled {
	color:#7a8799
}
.nav-tabs {
	border-bottom:1px solid #ced3e1
}
.nav-tabs .nav-item {
	margin-bottom:-1px
}
.nav-tabs .nav-link {
	border:1px solid transparent;
	border-top-left-radius:.5rem;
	border-top-right-radius:.5rem
}
.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus {
	border-color:#e8edfa #e8edfa #ced3e1
}
.nav-tabs .nav-link.disabled {
	color:#7a8799;
	background-color:transparent;
	border-color:transparent
}
.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link {
	color:#566170;
	background-color:#fff;
	border-color:#ced3e1 #ced3e1 #fff
}
.nav-tabs .dropdown-menu {
	margin-top:-1px;
	border-top-left-radius:0;
	border-top-right-radius:0
}
.nav-pills .nav-link {
	border-radius:.5rem
}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
	color:#fff;
	background-color:#8ad103
}
.nav-fill .nav-item {
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	text-align:center
}
.nav-justified .nav-item {
	-ms-flex-preferred-size:0;
	flex-basis:0;
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
	text-align:center
}
.tab-content>.tab-pane {
	display:none
}
.tab-content>.active {
	display:block
}
.navbar {
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding:.5rem 1rem
}
.navbar>.container,.navbar>.container-fluid {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between
}
.navbar-brand {
	display:inline-block;
	padding-top:.5625rem;
	padding-bottom:.5625rem;
	margin-right:1rem;
	font-size:1.25rem;
	line-height:inherit;
	white-space:nowrap
}
.navbar-brand:hover,.navbar-brand:focus {
	text-decoration:none
}
.navbar-nav {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	padding-left:0;
	margin-bottom:0;
	list-style:none
}
.navbar-nav .nav-link {
	padding-right:0;
	padding-left:0
}
.navbar-nav .dropdown-menu {
	position:static;
	float:none
}
.navbar-text {
	display:inline-block;
	padding-top:.75rem;
	padding-bottom:.75rem
}
.navbar-collapse {
	-ms-flex-preferred-size:100%;
	flex-basis:100%;
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.navbar-toggler {
	padding:.25rem .75rem;
	font-size:1.25rem;
	line-height:1;
	background-color:transparent;
	border:1px solid transparent;
	border-radius:.5rem
}
.navbar-toggler:hover,.navbar-toggler:focus {
	text-decoration:none
}
.navbar-toggler:not(:disabled):not(.disabled) {
	cursor:pointer
}
.navbar-toggler-icon {
	display:inline-block;
	width:1.5em;
	height:1.5em;
	vertical-align:middle;
	content:"";
	background:no-repeat center center;
	background-size:100% 100%
}
@media (max-width: 575.98px) {
	.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid {
		padding-right:0;
		padding-left:0
	}
}
@media (min-width: 576px) {
	.navbar-expand-sm {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-ms-flex-flow:row nowrap;
		flex-flow:row nowrap;
		-webkit-box-pack:start;
		-ms-flex-pack:start;
		justify-content:flex-start
	}
	.navbar-expand-sm .navbar-nav {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-ms-flex-direction:row;
		flex-direction:row
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position:absolute
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right:1.5rem;
		padding-left:1.5rem
	}
	.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid {
		-ms-flex-wrap:nowrap;
		flex-wrap:nowrap
	}
	.navbar-expand-sm .navbar-collapse {
		display:-webkit-box !important;
		display:-ms-flexbox !important;
		display:flex !important;
		-ms-flex-preferred-size:auto;
		flex-basis:auto
	}
	.navbar-expand-sm .navbar-toggler {
		display:none
	}
}
@media (max-width: 767.98px) {
	.navbar-expand-md>.container,.navbar-expand-md>.container-fluid {
		padding-right:0;
		padding-left:0
	}
}
@media (min-width: 768px) {
	.navbar-expand-md {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-ms-flex-flow:row nowrap;
		flex-flow:row nowrap;
		-webkit-box-pack:start;
		-ms-flex-pack:start;
		justify-content:flex-start
	}
	.navbar-expand-md .navbar-nav {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-ms-flex-direction:row;
		flex-direction:row
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position:absolute
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right:1.5rem;
		padding-left:1.5rem
	}
	.navbar-expand-md>.container,.navbar-expand-md>.container-fluid {
		-ms-flex-wrap:nowrap;
		flex-wrap:nowrap
	}
	.navbar-expand-md .navbar-collapse {
		display:-webkit-box !important;
		display:-ms-flexbox !important;
		display:flex !important;
		-ms-flex-preferred-size:auto;
		flex-basis:auto
	}
	.navbar-expand-md .navbar-toggler {
		display:none
	}
}
@media (max-width: 991.98px) {
	.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
		padding-right:0;
		padding-left:0
	}
}
@media (min-width: 992px) {
	.navbar-expand-lg {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-ms-flex-flow:row nowrap;
		flex-flow:row nowrap;
		-webkit-box-pack:start;
		-ms-flex-pack:start;
		justify-content:flex-start
	}
	.navbar-expand-lg .navbar-nav {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-ms-flex-direction:row;
		flex-direction:row
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position:absolute
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right:1.5rem;
		padding-left:1.5rem
	}
	.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
		-ms-flex-wrap:nowrap;
		flex-wrap:nowrap
	}
	.navbar-expand-lg .navbar-collapse {
		display:-webkit-box !important;
		display:-ms-flexbox !important;
		display:flex !important;
		-ms-flex-preferred-size:auto;
		flex-basis:auto
	}
	.navbar-expand-lg .navbar-toggler {
		display:none
	}
}
@media (max-width: 1199.98px) {
	.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid {
		padding-right:0;
		padding-left:0
	}
}
@media (min-width: 1200px) {
	.navbar-expand-xl {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-ms-flex-flow:row nowrap;
		flex-flow:row nowrap;
		-webkit-box-pack:start;
		-ms-flex-pack:start;
		justify-content:flex-start
	}
	.navbar-expand-xl .navbar-nav {
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-ms-flex-direction:row;
		flex-direction:row
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position:absolute
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right:1.5rem;
		padding-left:1.5rem
	}
	.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid {
		-ms-flex-wrap:nowrap;
		flex-wrap:nowrap
	}
	.navbar-expand-xl .navbar-collapse {
		display:-webkit-box !important;
		display:-ms-flexbox !important;
		display:flex !important;
		-ms-flex-preferred-size:auto;
		flex-basis:auto
	}
	.navbar-expand-xl .navbar-toggler {
		display:none
	}
}
.navbar-expand {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-flow:row nowrap;
	flex-flow:row nowrap;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start
}
.navbar-expand>.container,.navbar-expand>.container-fluid {
	padding-right:0;
	padding-left:0
}
.navbar-expand .navbar-nav {
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-direction:row;
	flex-direction:row
}
.navbar-expand .navbar-nav .dropdown-menu {
	position:absolute
}
.navbar-expand .navbar-nav .nav-link {
	padding-right:1.5rem;
	padding-left:1.5rem
}
.navbar-expand>.container,.navbar-expand>.container-fluid {
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap
}
.navbar-expand .navbar-collapse {
	display:-webkit-box !important;
	display:-ms-flexbox !important;
	display:flex !important;
	-ms-flex-preferred-size:auto;
	flex-basis:auto
}
.navbar-expand .navbar-toggler {
	display:none
}
.navbar-light .navbar-brand {
	color:rgba(21,29,51,0.9)
}
.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus {
	color:rgba(21,29,51,0.9)
}
.navbar-light .navbar-nav .nav-link {
	color:rgba(21,29,51,0.5)
}
.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus {
	color:rgba(21,29,51,0.7)
}
.navbar-light .navbar-nav .nav-link.disabled {
	color:rgba(21,29,51,0.3)
}
.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .nav-link.active {
	color:rgba(21,29,51,0.9)
}
.navbar-light .navbar-toggler {
	color:rgba(21,29,51,0.5);
	border-color:rgba(21,29,51,0.1)
}
.navbar-light .navbar-toggler-icon {
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(21,29,51,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-light .navbar-text {
	color:rgba(21,29,51,0.5)
}
.navbar-light .navbar-text a {
	color:rgba(21,29,51,0.9)
}
.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus {
	color:rgba(21,29,51,0.9)
}
.navbar-dark .navbar-brand {
	color:#fff
}
.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus {
	color:#fff
}
.navbar-dark .navbar-nav .nav-link {
	color:rgba(255,255,255,0.5)
}
.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus {
	color:rgba(255,255,255,0.75)
}
.navbar-dark .navbar-nav .nav-link.disabled {
	color:rgba(255,255,255,0.25)
}
.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .nav-link.active {
	color:#fff
}
.navbar-dark .navbar-toggler {
	color:rgba(255,255,255,0.5);
	border-color:rgba(255,255,255,0.1)
}
.navbar-dark .navbar-toggler-icon {
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}
.navbar-dark .navbar-text {
	color:rgba(255,255,255,0.5)
}
.navbar-dark .navbar-text a {
	color:#fff
}
.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus {
	color:#fff
}
.align-baseline {
	vertical-align:baseline !important
}
.align-top {
	vertical-align:top !important
}
.align-middle {
	vertical-align:middle !important
}
.align-bottom {
	vertical-align:bottom !important
}
.align-text-bottom {
	vertical-align:text-bottom !important
}
.align-text-top {
	vertical-align:text-top !important
}
.bg-primary {
	background-color:#8ad103 !important
}
a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus {
	background-color:#699f02 !important
}
.bg-secondary {
	background-color:#7a8799 !important
}
a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus {
	background-color:#616e7f !important
}
.bg-success {
	background-color:#8ad103 !important
}
a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus {
	background-color:#699f02 !important
}
.bg-info {
	background-color:#17a2b8 !important
}
a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus {
	background-color:#117a8b !important
}
.bg-warning {
	background-color:#f8cf35 !important
}
a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus {
	background-color:#f2c108 !important
}
.bg-danger {
	background-color:#dc3545 !important
}
a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus {
	background-color:#bd2130 !important
}
.bg-light {
	background-color:#f6f6fa !important
}
a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus {
	background-color:#d5d5e8 !important
}
.bg-dark {
	background-color:#1f2328 !important
}
a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus {
	background-color:#090a0b !important
}
.bg-accent {
	background-color:#7d49c3 !important
}
a.bg-accent:hover,a.bg-accent:focus,button.bg-accent:hover,button.bg-accent:focus {
	background-color:#6436a3 !important
}
.bg-white {
	background-color:#fff !important
}
a.bg-white:hover,a.bg-white:focus,button.bg-white:hover,button.bg-white:focus {
	background-color:#e6e5e5 !important
}
.bg-white {
	background-color:#fff !important
}
.bg-transparent {
	background-color:transparent !important
}
.border {
	border:1px solid #ced3e1 !important
}
.border-top {
	border-top:1px solid #ced3e1 !important
}
.border-right {
	border-right:1px solid #ced3e1 !important
}
.border-bottom {
	border-bottom:1px solid #ced3e1 !important
}
.border-left {
	border-left:1px solid #ced3e1 !important
}
.border-0 {
	border:0 !important
}
.border-top-0 {
	border-top:0 !important
}
.border-right-0 {
	border-right:0 !important
}
.border-bottom-0 {
	border-bottom:0 !important
}
.border-left-0 {
	border-left:0 !important
}
.border-primary {
	border-color:#8ad103 !important
}
.border-secondary {
	border-color:#7a8799 !important
}
.border-success {
	border-color:#8ad103 !important
}
.border-info {
	border-color:#17a2b8 !important
}
.border-warning {
	border-color:#f8cf35 !important
}
.border-danger {
	border-color:#dc3545 !important
}
.border-light {
	border-color:#f6f6fa !important
}
.border-dark {
	border-color:#1f2328 !important
}
.border-accent {
	border-color:#7d49c3 !important
}
.border-white {
	border-color:#fff !important
}
.border-white {
	border-color:#fff !important
}
.rounded {
	border-radius:.5rem !important
}
.rounded-top {
	border-top-left-radius:.5rem !important;
	border-top-right-radius:.5rem !important
}
.rounded-right {
	border-top-right-radius:.5rem !important;
	border-bottom-right-radius:.5rem !important
}
.rounded-bottom {
	border-bottom-right-radius:.5rem !important;
	border-bottom-left-radius:.5rem !important
}
.rounded-left {
	border-top-left-radius:.5rem !important;
	border-bottom-left-radius:.5rem !important
}
.rounded-circle {
	border-radius:50% !important
}
.rounded-0 {
	border-radius:0 !important
}
.clearfix::after {
	display:block;
	clear:both;
	content:""
}
.d-none {
	display:none !important
}
.d-inline {
	display:inline !important
}
.d-inline-block {
	display:inline-block !important
}
.d-block {
	display:block !important
}
.d-table {
	display:table !important
}
.d-table-row {
	display:table-row !important
}
.d-table-cell {
	display:table-cell !important
}
.d-flex {
	display:-webkit-box !important;
	display:-ms-flexbox !important;
	display:flex !important
}
.d-inline-flex {
	display:-webkit-inline-box !important;
	display:-ms-inline-flexbox !important;
	display:inline-flex !important
}
@media (min-width: 576px) {
	.d-sm-none {
		display:none !important
	}
	.d-sm-inline {
		display:inline !important
	}
	.d-sm-inline-block {
		display:inline-block !important
	}
	.d-sm-block {
		display:block !important
	}
	.d-sm-table {
		display:table !important
	}
	.d-sm-table-row {
		display:table-row !important
	}
	.d-sm-table-cell {
		display:table-cell !important
	}
	.d-sm-flex {
		display:-webkit-box !important;
		display:-ms-flexbox !important;
		display:flex !important
	}
	.d-sm-inline-flex {
		display:-webkit-inline-box !important;
		display:-ms-inline-flexbox !important;
		display:inline-flex !important
	}
}
@media (min-width: 768px) {
	.d-md-none {
		display:none !important
	}
	.d-md-inline {
		display:inline !important
	}
	.d-md-inline-block {
		display:inline-block !important
	}
	.d-md-block {
		display:block !important
	}
	.d-md-table {
		display:table !important
	}
	.d-md-table-row {
		display:table-row !important
	}
	.d-md-table-cell {
		display:table-cell !important
	}
	.d-md-flex {
		display:-webkit-box !important;
		display:-ms-flexbox !important;
		display:flex !important
	}
	.d-md-inline-flex {
		display:-webkit-inline-box !important;
		display:-ms-inline-flexbox !important;
		display:inline-flex !important
	}
}
@media (min-width: 992px) {
	.d-lg-none {
		display:none !important
	}
	.d-lg-inline {
		display:inline !important
	}
	.d-lg-inline-block {
		display:inline-block !important
	}
	.d-lg-block {
		display:block !important
	}
	.d-lg-table {
		display:table !important
	}
	.d-lg-table-row {
		display:table-row !important
	}
	.d-lg-table-cell {
		display:table-cell !important
	}
	.d-lg-flex {
		display:-webkit-box !important;
		display:-ms-flexbox !important;
		display:flex !important
	}
	.d-lg-inline-flex {
		display:-webkit-inline-box !important;
		display:-ms-inline-flexbox !important;
		display:inline-flex !important
	}
}
@media (min-width: 1200px) {
	.d-xl-none {
		display:none !important
	}
	.d-xl-inline {
		display:inline !important
	}
	.d-xl-inline-block {
		display:inline-block !important
	}
	.d-xl-block {
		display:block !important
	}
	.d-xl-table {
		display:table !important
	}
	.d-xl-table-row {
		display:table-row !important
	}
	.d-xl-table-cell {
		display:table-cell !important
	}
	.d-xl-flex {
		display:-webkit-box !important;
		display:-ms-flexbox !important;
		display:flex !important
	}
	.d-xl-inline-flex {
		display:-webkit-inline-box !important;
		display:-ms-inline-flexbox !important;
		display:inline-flex !important
	}
}
@media print {
	.d-print-none {
		display:none !important
	}
	.d-print-inline {
		display:inline !important
	}
	.d-print-inline-block {
		display:inline-block !important
	}
	.d-print-block {
		display:block !important
	}
	.d-print-table {
		display:table !important
	}
	.d-print-table-row {
		display:table-row !important
	}
	.d-print-table-cell {
		display:table-cell !important
	}
	.d-print-flex {
		display:-webkit-box !important;
		display:-ms-flexbox !important;
		display:flex !important
	}
	.d-print-inline-flex {
		display:-webkit-inline-box !important;
		display:-ms-inline-flexbox !important;
		display:inline-flex !important
	}
}
.embed-responsive {
	position:relative;
	display:block;
	width:100%;
	padding:0;
	overflow:hidden
}
.embed-responsive::before {
	display:block;
	content:""
}
.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	border:0
}
.embed-responsive-21by9::before {
	padding-top:42.8571428571%
}
.embed-responsive-16by9::before {
	padding-top:56.25%
}
.embed-responsive-4by3::before {
	padding-top:75%
}
.embed-responsive-1by1::before {
	padding-top:100%
}
.flex-row {
	-webkit-box-orient:horizontal !important;
	-webkit-box-direction:normal !important;
	-ms-flex-direction:row !important;
	flex-direction:row !important
}
.flex-column {
	-webkit-box-orient:vertical !important;
	-webkit-box-direction:normal !important;
	-ms-flex-direction:column !important;
	flex-direction:column !important
}
.flex-row-reverse {
	-webkit-box-orient:horizontal !important;
	-webkit-box-direction:reverse !important;
	-ms-flex-direction:row-reverse !important;
	flex-direction:row-reverse !important
}
.flex-column-reverse {
	-webkit-box-orient:vertical !important;
	-webkit-box-direction:reverse !important;
	-ms-flex-direction:column-reverse !important;
	flex-direction:column-reverse !important
}
.flex-wrap {
	-ms-flex-wrap:wrap !important;
	flex-wrap:wrap !important
}
.flex-nowrap {
	-ms-flex-wrap:nowrap !important;
	flex-wrap:nowrap !important
}
.flex-wrap-reverse {
	-ms-flex-wrap:wrap-reverse !important;
	flex-wrap:wrap-reverse !important
}
.flex-fill {
	-webkit-box-flex:1 !important;
	-ms-flex:1 1 auto !important;
	flex:1 1 auto !important
}
.flex-grow-0 {
	-webkit-box-flex:0 !important;
	-ms-flex-positive:0 !important;
	flex-grow:0 !important
}
.flex-grow-1 {
	-webkit-box-flex:1 !important;
	-ms-flex-positive:1 !important;
	flex-grow:1 !important
}
.flex-shrink-0 {
	-ms-flex-negative:0 !important;
	flex-shrink:0 !important
}
.flex-shrink-1 {
	-ms-flex-negative:1 !important;
	flex-shrink:1 !important
}
.justify-content-start {
	-webkit-box-pack:start !important;
	-ms-flex-pack:start !important;
	justify-content:flex-start !important
}
.justify-content-end {
	-webkit-box-pack:end !important;
	-ms-flex-pack:end !important;
	justify-content:flex-end !important
}
.justify-content-center {
	-webkit-box-pack:center !important;
	-ms-flex-pack:center !important;
	justify-content:center !important
}
.justify-content-between {
	-webkit-box-pack:justify !important;
	-ms-flex-pack:justify !important;
	justify-content:space-between !important
}
.justify-content-around {
	-ms-flex-pack:distribute !important;
	justify-content:space-around !important
}
.align-items-start {
	-webkit-box-align:start !important;
	-ms-flex-align:start !important;
	align-items:flex-start !important
}
.align-items-end {
	-webkit-box-align:end !important;
	-ms-flex-align:end !important;
	align-items:flex-end !important
}
.align-items-center {
	-webkit-box-align:center !important;
	-ms-flex-align:center !important;
	align-items:center !important
}
.align-items-baseline {
	-webkit-box-align:baseline !important;
	-ms-flex-align:baseline !important;
	align-items:baseline !important
}
.align-items-stretch {
	-webkit-box-align:stretch !important;
	-ms-flex-align:stretch !important;
	align-items:stretch !important
}
.align-content-start {
	-ms-flex-line-pack:start !important;
	align-content:flex-start !important
}
.align-content-end {
	-ms-flex-line-pack:end !important;
	align-content:flex-end !important
}
.align-content-center {
	-ms-flex-line-pack:center !important;
	align-content:center !important
}
.align-content-between {
	-ms-flex-line-pack:justify !important;
	align-content:space-between !important
}
.align-content-around {
	-ms-flex-line-pack:distribute !important;
	align-content:space-around !important
}
.align-content-stretch {
	-ms-flex-line-pack:stretch !important;
	align-content:stretch !important
}
.align-self-auto {
	-ms-flex-item-align:auto !important;
	align-self:auto !important
}
.align-self-start {
	-ms-flex-item-align:start !important;
	align-self:flex-start !important
}
.align-self-end {
	-ms-flex-item-align:end !important;
	align-self:flex-end !important
}
.align-self-center {
	-ms-flex-item-align:center !important;
	align-self:center !important
}
.align-self-baseline {
	-ms-flex-item-align:baseline !important;
	align-self:baseline !important
}
.align-self-stretch {
	-ms-flex-item-align:stretch !important;
	align-self:stretch !important
}
@media (min-width: 576px) {
	.flex-sm-row {
		-webkit-box-orient:horizontal !important;
		-webkit-box-direction:normal !important;
		-ms-flex-direction:row !important;
		flex-direction:row !important
	}
	.flex-sm-column {
		-webkit-box-orient:vertical !important;
		-webkit-box-direction:normal !important;
		-ms-flex-direction:column !important;
		flex-direction:column !important
	}
	.flex-sm-row-reverse {
		-webkit-box-orient:horizontal !important;
		-webkit-box-direction:reverse !important;
		-ms-flex-direction:row-reverse !important;
		flex-direction:row-reverse !important
	}
	.flex-sm-column-reverse {
		-webkit-box-orient:vertical !important;
		-webkit-box-direction:reverse !important;
		-ms-flex-direction:column-reverse !important;
		flex-direction:column-reverse !important
	}
	.flex-sm-wrap {
		-ms-flex-wrap:wrap !important;
		flex-wrap:wrap !important
	}
	.flex-sm-nowrap {
		-ms-flex-wrap:nowrap !important;
		flex-wrap:nowrap !important
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap:wrap-reverse !important;
		flex-wrap:wrap-reverse !important
	}
	.flex-sm-fill {
		-webkit-box-flex:1 !important;
		-ms-flex:1 1 auto !important;
		flex:1 1 auto !important
	}
	.flex-sm-grow-0 {
		-webkit-box-flex:0 !important;
		-ms-flex-positive:0 !important;
		flex-grow:0 !important
	}
	.flex-sm-grow-1 {
		-webkit-box-flex:1 !important;
		-ms-flex-positive:1 !important;
		flex-grow:1 !important
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative:0 !important;
		flex-shrink:0 !important
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative:1 !important;
		flex-shrink:1 !important
	}
	.justify-content-sm-start {
		-webkit-box-pack:start !important;
		-ms-flex-pack:start !important;
		justify-content:flex-start !important
	}
	.justify-content-sm-end {
		-webkit-box-pack:end !important;
		-ms-flex-pack:end !important;
		justify-content:flex-end !important
	}
	.justify-content-sm-center {
		-webkit-box-pack:center !important;
		-ms-flex-pack:center !important;
		justify-content:center !important
	}
	.justify-content-sm-between {
		-webkit-box-pack:justify !important;
		-ms-flex-pack:justify !important;
		justify-content:space-between !important
	}
	.justify-content-sm-around {
		-ms-flex-pack:distribute !important;
		justify-content:space-around !important
	}
	.align-items-sm-start {
		-webkit-box-align:start !important;
		-ms-flex-align:start !important;
		align-items:flex-start !important
	}
	.align-items-sm-end {
		-webkit-box-align:end !important;
		-ms-flex-align:end !important;
		align-items:flex-end !important
	}
	.align-items-sm-center {
		-webkit-box-align:center !important;
		-ms-flex-align:center !important;
		align-items:center !important
	}
	.align-items-sm-baseline {
		-webkit-box-align:baseline !important;
		-ms-flex-align:baseline !important;
		align-items:baseline !important
	}
	.align-items-sm-stretch {
		-webkit-box-align:stretch !important;
		-ms-flex-align:stretch !important;
		align-items:stretch !important
	}
	.align-content-sm-start {
		-ms-flex-line-pack:start !important;
		align-content:flex-start !important
	}
	.align-content-sm-end {
		-ms-flex-line-pack:end !important;
		align-content:flex-end !important
	}
	.align-content-sm-center {
		-ms-flex-line-pack:center !important;
		align-content:center !important
	}
	.align-content-sm-between {
		-ms-flex-line-pack:justify !important;
		align-content:space-between !important
	}
	.align-content-sm-around {
		-ms-flex-line-pack:distribute !important;
		align-content:space-around !important
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack:stretch !important;
		align-content:stretch !important
	}
	.align-self-sm-auto {
		-ms-flex-item-align:auto !important;
		align-self:auto !important
	}
	.align-self-sm-start {
		-ms-flex-item-align:start !important;
		align-self:flex-start !important
	}
	.align-self-sm-end {
		-ms-flex-item-align:end !important;
		align-self:flex-end !important
	}
	.align-self-sm-center {
		-ms-flex-item-align:center !important;
		align-self:center !important
	}
	.align-self-sm-baseline {
		-ms-flex-item-align:baseline !important;
		align-self:baseline !important
	}
	.align-self-sm-stretch {
		-ms-flex-item-align:stretch !important;
		align-self:stretch !important
	}
}
@media (min-width: 768px) {
	.flex-md-row {
		-webkit-box-orient:horizontal !important;
		-webkit-box-direction:normal !important;
		-ms-flex-direction:row !important;
		flex-direction:row !important
	}
	.flex-md-column {
		-webkit-box-orient:vertical !important;
		-webkit-box-direction:normal !important;
		-ms-flex-direction:column !important;
		flex-direction:column !important
	}
	.flex-md-row-reverse {
		-webkit-box-orient:horizontal !important;
		-webkit-box-direction:reverse !important;
		-ms-flex-direction:row-reverse !important;
		flex-direction:row-reverse !important
	}
	.flex-md-column-reverse {
		-webkit-box-orient:vertical !important;
		-webkit-box-direction:reverse !important;
		-ms-flex-direction:column-reverse !important;
		flex-direction:column-reverse !important
	}
	.flex-md-wrap {
		-ms-flex-wrap:wrap !important;
		flex-wrap:wrap !important
	}
	.flex-md-nowrap {
		-ms-flex-wrap:nowrap !important;
		flex-wrap:nowrap !important
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap:wrap-reverse !important;
		flex-wrap:wrap-reverse !important
	}
	.flex-md-fill {
		-webkit-box-flex:1 !important;
		-ms-flex:1 1 auto !important;
		flex:1 1 auto !important
	}
	.flex-md-grow-0 {
		-webkit-box-flex:0 !important;
		-ms-flex-positive:0 !important;
		flex-grow:0 !important
	}
	.flex-md-grow-1 {
		-webkit-box-flex:1 !important;
		-ms-flex-positive:1 !important;
		flex-grow:1 !important
	}
	.flex-md-shrink-0 {
		-ms-flex-negative:0 !important;
		flex-shrink:0 !important
	}
	.flex-md-shrink-1 {
		-ms-flex-negative:1 !important;
		flex-shrink:1 !important
	}
	.justify-content-md-start {
		-webkit-box-pack:start !important;
		-ms-flex-pack:start !important;
		justify-content:flex-start !important
	}
	.justify-content-md-end {
		-webkit-box-pack:end !important;
		-ms-flex-pack:end !important;
		justify-content:flex-end !important
	}
	.justify-content-md-center {
		-webkit-box-pack:center !important;
		-ms-flex-pack:center !important;
		justify-content:center !important
	}
	.justify-content-md-between {
		-webkit-box-pack:justify !important;
		-ms-flex-pack:justify !important;
		justify-content:space-between !important
	}
	.justify-content-md-around {
		-ms-flex-pack:distribute !important;
		justify-content:space-around !important
	}
	.align-items-md-start {
		-webkit-box-align:start !important;
		-ms-flex-align:start !important;
		align-items:flex-start !important
	}
	.align-items-md-end {
		-webkit-box-align:end !important;
		-ms-flex-align:end !important;
		align-items:flex-end !important
	}
	.align-items-md-center {
		-webkit-box-align:center !important;
		-ms-flex-align:center !important;
		align-items:center !important
	}
	.align-items-md-baseline {
		-webkit-box-align:baseline !important;
		-ms-flex-align:baseline !important;
		align-items:baseline !important
	}
	.align-items-md-stretch {
		-webkit-box-align:stretch !important;
		-ms-flex-align:stretch !important;
		align-items:stretch !important
	}
	.align-content-md-start {
		-ms-flex-line-pack:start !important;
		align-content:flex-start !important
	}
	.align-content-md-end {
		-ms-flex-line-pack:end !important;
		align-content:flex-end !important
	}
	.align-content-md-center {
		-ms-flex-line-pack:center !important;
		align-content:center !important
	}
	.align-content-md-between {
		-ms-flex-line-pack:justify !important;
		align-content:space-between !important
	}
	.align-content-md-around {
		-ms-flex-line-pack:distribute !important;
		align-content:space-around !important
	}
	.align-content-md-stretch {
		-ms-flex-line-pack:stretch !important;
		align-content:stretch !important
	}
	.align-self-md-auto {
		-ms-flex-item-align:auto !important;
		align-self:auto !important
	}
	.align-self-md-start {
		-ms-flex-item-align:start !important;
		align-self:flex-start !important
	}
	.align-self-md-end {
		-ms-flex-item-align:end !important;
		align-self:flex-end !important
	}
	.align-self-md-center {
		-ms-flex-item-align:center !important;
		align-self:center !important
	}
	.align-self-md-baseline {
		-ms-flex-item-align:baseline !important;
		align-self:baseline !important
	}
	.align-self-md-stretch {
		-ms-flex-item-align:stretch !important;
		align-self:stretch !important
	}
}
@media (min-width: 992px) {
	.flex-lg-row {
		-webkit-box-orient:horizontal !important;
		-webkit-box-direction:normal !important;
		-ms-flex-direction:row !important;
		flex-direction:row !important
	}
	.flex-lg-column {
		-webkit-box-orient:vertical !important;
		-webkit-box-direction:normal !important;
		-ms-flex-direction:column !important;
		flex-direction:column !important
	}
	.flex-lg-row-reverse {
		-webkit-box-orient:horizontal !important;
		-webkit-box-direction:reverse !important;
		-ms-flex-direction:row-reverse !important;
		flex-direction:row-reverse !important
	}
	.flex-lg-column-reverse {
		-webkit-box-orient:vertical !important;
		-webkit-box-direction:reverse !important;
		-ms-flex-direction:column-reverse !important;
		flex-direction:column-reverse !important
	}
	.flex-lg-wrap {
		-ms-flex-wrap:wrap !important;
		flex-wrap:wrap !important
	}
	.flex-lg-nowrap {
		-ms-flex-wrap:nowrap !important;
		flex-wrap:nowrap !important
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap:wrap-reverse !important;
		flex-wrap:wrap-reverse !important
	}
	.flex-lg-fill {
		-webkit-box-flex:1 !important;
		-ms-flex:1 1 auto !important;
		flex:1 1 auto !important
	}
	.flex-lg-grow-0 {
		-webkit-box-flex:0 !important;
		-ms-flex-positive:0 !important;
		flex-grow:0 !important
	}
	.flex-lg-grow-1 {
		-webkit-box-flex:1 !important;
		-ms-flex-positive:1 !important;
		flex-grow:1 !important
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative:0 !important;
		flex-shrink:0 !important
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative:1 !important;
		flex-shrink:1 !important
	}
	.justify-content-lg-start {
		-webkit-box-pack:start !important;
		-ms-flex-pack:start !important;
		justify-content:flex-start !important
	}
	.justify-content-lg-end {
		-webkit-box-pack:end !important;
		-ms-flex-pack:end !important;
		justify-content:flex-end !important
	}
	.justify-content-lg-center {
		-webkit-box-pack:center !important;
		-ms-flex-pack:center !important;
		justify-content:center !important
	}
	.justify-content-lg-between {
		-webkit-box-pack:justify !important;
		-ms-flex-pack:justify !important;
		justify-content:space-between !important
	}
	.justify-content-lg-around {
		-ms-flex-pack:distribute !important;
		justify-content:space-around !important
	}
	.align-items-lg-start {
		-webkit-box-align:start !important;
		-ms-flex-align:start !important;
		align-items:flex-start !important
	}
	.align-items-lg-end {
		-webkit-box-align:end !important;
		-ms-flex-align:end !important;
		align-items:flex-end !important
	}
	.align-items-lg-center {
		-webkit-box-align:center !important;
		-ms-flex-align:center !important;
		align-items:center !important
	}
	.align-items-lg-baseline {
		-webkit-box-align:baseline !important;
		-ms-flex-align:baseline !important;
		align-items:baseline !important
	}
	.align-items-lg-stretch {
		-webkit-box-align:stretch !important;
		-ms-flex-align:stretch !important;
		align-items:stretch !important
	}
	.align-content-lg-start {
		-ms-flex-line-pack:start !important;
		align-content:flex-start !important
	}
	.align-content-lg-end {
		-ms-flex-line-pack:end !important;
		align-content:flex-end !important
	}
	.align-content-lg-center {
		-ms-flex-line-pack:center !important;
		align-content:center !important
	}
	.align-content-lg-between {
		-ms-flex-line-pack:justify !important;
		align-content:space-between !important
	}
	.align-content-lg-around {
		-ms-flex-line-pack:distribute !important;
		align-content:space-around !important
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack:stretch !important;
		align-content:stretch !important
	}
	.align-self-lg-auto {
		-ms-flex-item-align:auto !important;
		align-self:auto !important
	}
	.align-self-lg-start {
		-ms-flex-item-align:start !important;
		align-self:flex-start !important
	}
	.align-self-lg-end {
		-ms-flex-item-align:end !important;
		align-self:flex-end !important
	}
	.align-self-lg-center {
		-ms-flex-item-align:center !important;
		align-self:center !important
	}
	.align-self-lg-baseline {
		-ms-flex-item-align:baseline !important;
		align-self:baseline !important
	}
	.align-self-lg-stretch {
		-ms-flex-item-align:stretch !important;
		align-self:stretch !important
	}
}
@media (min-width: 1200px) {
	.flex-xl-row {
		-webkit-box-orient:horizontal !important;
		-webkit-box-direction:normal !important;
		-ms-flex-direction:row !important;
		flex-direction:row !important
	}
	.flex-xl-column {
		-webkit-box-orient:vertical !important;
		-webkit-box-direction:normal !important;
		-ms-flex-direction:column !important;
		flex-direction:column !important
	}
	.flex-xl-row-reverse {
		-webkit-box-orient:horizontal !important;
		-webkit-box-direction:reverse !important;
		-ms-flex-direction:row-reverse !important;
		flex-direction:row-reverse !important
	}
	.flex-xl-column-reverse {
		-webkit-box-orient:vertical !important;
		-webkit-box-direction:reverse !important;
		-ms-flex-direction:column-reverse !important;
		flex-direction:column-reverse !important
	}
	.flex-xl-wrap {
		-ms-flex-wrap:wrap !important;
		flex-wrap:wrap !important
	}
	.flex-xl-nowrap {
		-ms-flex-wrap:nowrap !important;
		flex-wrap:nowrap !important
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap:wrap-reverse !important;
		flex-wrap:wrap-reverse !important
	}
	.flex-xl-fill {
		-webkit-box-flex:1 !important;
		-ms-flex:1 1 auto !important;
		flex:1 1 auto !important
	}
	.flex-xl-grow-0 {
		-webkit-box-flex:0 !important;
		-ms-flex-positive:0 !important;
		flex-grow:0 !important
	}
	.flex-xl-grow-1 {
		-webkit-box-flex:1 !important;
		-ms-flex-positive:1 !important;
		flex-grow:1 !important
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative:0 !important;
		flex-shrink:0 !important
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative:1 !important;
		flex-shrink:1 !important
	}
	.justify-content-xl-start {
		-webkit-box-pack:start !important;
		-ms-flex-pack:start !important;
		justify-content:flex-start !important
	}
	.justify-content-xl-end {
		-webkit-box-pack:end !important;
		-ms-flex-pack:end !important;
		justify-content:flex-end !important
	}
	.justify-content-xl-center {
		-webkit-box-pack:center !important;
		-ms-flex-pack:center !important;
		justify-content:center !important
	}
	.justify-content-xl-between {
		-webkit-box-pack:justify !important;
		-ms-flex-pack:justify !important;
		justify-content:space-between !important
	}
	.justify-content-xl-around {
		-ms-flex-pack:distribute !important;
		justify-content:space-around !important
	}
	.align-items-xl-start {
		-webkit-box-align:start !important;
		-ms-flex-align:start !important;
		align-items:flex-start !important
	}
	.align-items-xl-end {
		-webkit-box-align:end !important;
		-ms-flex-align:end !important;
		align-items:flex-end !important
	}
	.align-items-xl-center {
		-webkit-box-align:center !important;
		-ms-flex-align:center !important;
		align-items:center !important
	}
	.align-items-xl-baseline {
		-webkit-box-align:baseline !important;
		-ms-flex-align:baseline !important;
		align-items:baseline !important
	}
	.align-items-xl-stretch {
		-webkit-box-align:stretch !important;
		-ms-flex-align:stretch !important;
		align-items:stretch !important
	}
	.align-content-xl-start {
		-ms-flex-line-pack:start !important;
		align-content:flex-start !important
	}
	.align-content-xl-end {
		-ms-flex-line-pack:end !important;
		align-content:flex-end !important
	}
	.align-content-xl-center {
		-ms-flex-line-pack:center !important;
		align-content:center !important
	}
	.align-content-xl-between {
		-ms-flex-line-pack:justify !important;
		align-content:space-between !important
	}
	.align-content-xl-around {
		-ms-flex-line-pack:distribute !important;
		align-content:space-around !important
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack:stretch !important;
		align-content:stretch !important
	}
	.align-self-xl-auto {
		-ms-flex-item-align:auto !important;
		align-self:auto !important
	}
	.align-self-xl-start {
		-ms-flex-item-align:start !important;
		align-self:flex-start !important
	}
	.align-self-xl-end {
		-ms-flex-item-align:end !important;
		align-self:flex-end !important
	}
	.align-self-xl-center {
		-ms-flex-item-align:center !important;
		align-self:center !important
	}
	.align-self-xl-baseline {
		-ms-flex-item-align:baseline !important;
		align-self:baseline !important
	}
	.align-self-xl-stretch {
		-ms-flex-item-align:stretch !important;
		align-self:stretch !important
	}
}
.float-left {
	float:left !important
}
.float-right {
	float:right !important
}
.float-none {
	float:none !important
}
@media (min-width: 576px) {
	.float-sm-left {
		float:left !important
	}
	.float-sm-right {
		float:right !important
	}
	.float-sm-none {
		float:none !important
	}
}
@media (min-width: 768px) {
	.float-md-left {
		float:left !important
	}
	.float-md-right {
		float:right !important
	}
	.float-md-none {
		float:none !important
	}
}
@media (min-width: 992px) {
	.float-lg-left {
		float:left !important
	}
	.float-lg-right {
		float:right !important
	}
	.float-lg-none {
		float:none !important
	}
}
@media (min-width: 1200px) {
	.float-xl-left {
		float:left !important
	}
	.float-xl-right {
		float:right !important
	}
	.float-xl-none {
		float:none !important
	}
}
.position-static {
	position:static !important
}
.position-relative {
	position:relative !important
}
.position-absolute {
	position:absolute !important
}
.position-fixed {
	position:fixed !important
}
.position-sticky {
	position:-webkit-sticky !important;
	position:sticky !important
}
.fixed-top {
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:1030
}
.fixed-bottom {
	position:fixed;
	right:0;
	bottom:0;
	left:0;
	z-index:1030
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
	.sticky-top {
		position:-webkit-sticky;
		position:sticky;
		top:0;
		z-index:1020
	}
}
.sr-only {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	overflow:hidden;
	clip:rect(0, 0, 0, 0);
	white-space:nowrap;
	border:0
}
.sr-only-focusable:active,.sr-only-focusable:focus {
	position:static;
	width:auto;
	height:auto;
	overflow:visible;
	clip:auto;
	white-space:normal
}
.shadow-sm {
	-webkit-box-shadow:0 0.125rem 0.25rem rgba(21,29,51,0.075) !important;
	box-shadow:0 0.125rem 0.25rem rgba(21,29,51,0.075) !important
}
.shadow {
	-webkit-box-shadow:0 0.5rem 1rem rgba(21,29,51,0.15) !important;
	box-shadow:0 0.5rem 1rem rgba(21,29,51,0.15) !important
}
.shadow-lg {
	-webkit-box-shadow:0 1rem 3rem rgba(21,29,51,0.175) !important;
	box-shadow:0 1rem 3rem rgba(21,29,51,0.175) !important
}
.shadow-none {
	-webkit-box-shadow:none !important;
	box-shadow:none !important
}
.w-25 {
	width:25% !important
}
.w-50 {
	width:50% !important
}
.w-75 {
	width:75% !important
}
.w-100 {
	width:100% !important
}
.w-auto {
	width:auto !important
}
.h-25 {
	height:25% !important
}
.h-50 {
	height:50% !important
}
.h-75 {
	height:75% !important
}
.h-100 {
	height:100% !important
}
.h-auto {
	height:auto !important
}
.mw-100 {
	max-width:100% !important
}
.mh-100 {
	max-height:100% !important
}
.m-0 {
	margin:0 !important
}
.mt-0,.my-0 {
	margin-top:0 !important
}
.mr-0,.mx-0 {
	margin-right:0 !important
}
.mb-0,.my-0 {
	margin-bottom:0 !important
}
.ml-0,.mx-0 {
	margin-left:0 !important
}
.m-1 {
	margin:1rem !important
}
.mt-1,.my-1 {
	margin-top:1rem !important
}
.mr-1,.mx-1 {
	margin-right:1rem !important
}
.mb-1,.my-1 {
	margin-bottom:1rem !important
}
.ml-1,.mx-1 {
	margin-left:1rem !important
}
.m-2 {
	margin:2rem !important
}
.mt-2,.my-2 {
	margin-top:2rem !important
}
.mr-2,.mx-2 {
	margin-right:2rem !important
}
.mb-2,.my-2 {
	margin-bottom:2rem !important
}
.ml-2,.mx-2 {
	margin-left:2rem !important
}
.m-3 {
	margin:3rem !important
}
.mt-3,.my-3 {
	margin-top:3rem !important
}
.mr-3,.mx-3 {
	margin-right:3rem !important
}
.mb-3,.my-3 {
	margin-bottom:3rem !important
}
.ml-3,.mx-3 {
	margin-left:3rem !important
}
.m-4 {
	margin:4rem !important
}
.mt-4,.my-4 {
	margin-top:4rem !important;
}
.mr-4,.mx-4 {
	margin-right:4rem !important
}
.mb-4,.my-4 {
	/*! margin-bottom:4rem !important; */
}
.ml-4,.mx-4 {
	margin-left:4rem !important
}
.m-5 {
	margin:5rem !important
}
.mt-5,.my-5 {
	margin-top:5rem !important
}
.mr-5,.mx-5 {
	margin-right:5rem !important
}
.mb-5,.my-5 {
	margin-bottom:5rem !important
}
.ml-5,.mx-5 {
	margin-left:5rem !important
}
.m-025 {
	margin:.25rem !important
}
.mt-025,.my-025 {
	margin-top:.25rem !important
}
.mr-025,.mx-025 {
	margin-right:.25rem !important
}
.mb-025,.my-025 {
	margin-bottom:.25rem !important
}
.ml-025,.mx-025 {
	margin-left:.25rem !important
}
.m-05 {
	margin:.5rem !important
}
.mt-05,.my-05 {
	margin-top:.5rem !important
}
.mr-05,.mx-05 {
	margin-right:.5rem !important
}
.mb-05,.my-05 {
	margin-bottom:.5rem !important
}
.ml-05,.mx-05 {
	margin-left:.5rem !important
}
.m-075 {
	margin:.75rem !important
}
.mt-075,.my-075 {
	margin-top:.75rem !important
}
.mr-075,.mx-075 {
	margin-right:.75rem !important
}
.mb-075,.my-075 {
	margin-bottom:.75rem !important
}
.ml-075,.mx-075 {
	margin-left:.75rem !important
}
.m-15 {
	margin:1.5rem !important
}
.mt-15,.my-15 {
	margin-top:1.5rem !important
}
.mr-15,.mx-15 {
	margin-right:1.5rem !important
}
.mb-15,.my-15 {
	margin-bottom:1.5rem !important
}
.ml-15,.mx-15 {
	margin-left:1.5rem !important
}
.m-6 {
	margin:6rem !important
}
.mt-6,.my-6 {
	margin-top:6rem !important
}
.mr-6,.mx-6 {
	margin-right:6rem !important
}
.mb-6,.my-6 {
	margin-bottom:6rem !important
}
.ml-6,.mx-6 {
	margin-left:6rem !important
}
.m-7 {
	margin:7rem !important
}
.mt-7,.my-7 {
	margin-top:7rem !important
}
.mr-7,.mx-7 {
	margin-right:7rem !important
}
.mb-7,.my-7 {
	margin-bottom:7rem !important
}
.ml-7,.mx-7 {
	margin-left:7rem !important
}
.m-8 {
	margin:8rem !important
}
.mt-8,.my-8 {
	margin-top:8rem !important
}
.mr-8,.mx-8 {
	margin-right:8rem !important
}
.mb-8,.my-8 {
	margin-bottom:8rem !important
}
.ml-8,.mx-8 {
	margin-left:8rem !important
}
.p-0 {
	padding:0 !important
}
.pt-0,.py-0 {
	padding-top:0 !important
}
.pr-0,.px-0 {
	padding-right:0 !important
}
.pb-0,.py-0 {
	padding-bottom:0 !important
}
.pl-0,.px-0 {
	padding-left:0 !important
}
.p-1 {
	padding:1rem !important
}
.pt-1,.py-1 {
	padding-top:1rem !important
}
.pr-1,.px-1 {
	padding-right:1rem !important
}
.pb-1,.py-1 {
	padding-bottom:1rem !important
}
.pl-1,.px-1 {
	padding-left:1rem !important
}
.p-2 {
	padding:2rem !important
}
.pt-2,.py-2 {
	padding-top:2rem !important
}
.pr-2,.px-2 {
	padding-right:2rem !important
}
.pb-2,.py-2 {
	padding-bottom:2rem !important
}
.pl-2,.px-2 {
	padding-left:2rem !important
}
.p-3 {
	padding:3rem !important
}
.pt-3,.py-3 {
	padding-top:3rem !important
}
.pr-3,.px-3 {
	padding-right:3rem !important
}
.pb-3,.py-3 {
	padding-bottom:3rem !important
}
.pl-3,.px-3 {
	padding-left:3rem !important
}
.p-4 {
	padding:4rem !important
}
.pt-4,.py-4 {
	padding-top:4rem !important
}
.pr-4,.px-4 {
	padding-right:4rem !important
}
.pb-4,.py-4 {
	padding-bottom:4rem !important
}
.pl-4,.px-4 {
	padding-left:4rem !important
}
.p-5 {
	padding:5rem !important
}
.pt-5,.py-5 {
	padding-top:5rem !important
}
.pr-5,.px-5 {
	padding-right:5rem !important
}
.pb-5,.py-5 {
	padding-bottom:5rem !important
}
.pl-5,.px-5 {
	padding-left:5rem !important
}
.p-025 {
	padding:.25rem !important
}
.pt-025,.py-025 {
	padding-top:.25rem !important
}
.pr-025,.px-025 {
	padding-right:.25rem !important
}
.pb-025,.py-025 {
	padding-bottom:.25rem !important
}
.pl-025,.px-025 {
	padding-left:.25rem !important
}
.p-05 {
	padding:.5rem !important
}
.pt-05,.py-05 {
	padding-top:.5rem !important
}
.pr-05,.px-05 {
	padding-right:.5rem !important
}
.pb-05,.py-05 {
	padding-bottom:.5rem !important
}
.pl-05,.px-05 {
	padding-left:.5rem !important
}
.p-075 {
	padding:.75rem !important
}
.pt-075,.py-075 {
	padding-top:.75rem !important
}
.pr-075,.px-075 {
	padding-right:.75rem !important
}
.pb-075,.py-075 {
	padding-bottom:.75rem !important
}
.pl-075,.px-075 {
	padding-left:.75rem !important
}
.p-15 {
	padding:1.5rem !important
}
.pt-15,.py-15 {
	padding-top:1.5rem !important
}
.pr-15,.px-15 {
	padding-right:1.5rem !important
}
.pb-15,.py-15 {
	padding-bottom:1.5rem !important
}
.pl-15,.px-15 {
	padding-left:1.5rem !important
}
.p-6 {
	padding:6rem !important
}
.pt-6,.py-6 {
	padding-top:6rem !important
}
.pr-6,.px-6 {
	padding-right:6rem !important
}
.pb-6,.py-6 {
	padding-bottom:6rem !important
}
.pl-6,.px-6 {
	padding-left:6rem !important
}
.p-7 {
	padding:7rem !important
}
.pt-7,.py-7 {
	padding-top:7rem !important
}
.pr-7,.px-7 {
	padding-right:7rem !important
}
.pb-7,.py-7 {
	padding-bottom:7rem !important
}
.pl-7,.px-7 {
	padding-left:7rem !important
}
.p-8 {
	padding:8rem !important
}
.pt-8,.py-8 {
	padding-top:8rem !important
}
.pr-8,.px-8 {
	padding-right:8rem !important
}
.pb-8,.py-8 {
	padding-bottom:8rem !important
}
.pl-8,.px-8 {
	padding-left:8rem !important
}
.m-auto {
	margin:auto !important
}
.mt-auto,.my-auto {
	margin-top:auto !important
}
.mr-auto,.mx-auto {
	margin-right:auto !important
}
.mb-auto,.my-auto {
	margin-bottom:auto !important
}
.ml-auto,.mx-auto {
	margin-left:auto !important
}
.m-m60
{
margin-top:-60px;
}
@media (min-width: 576px) {
	.m-sm-0 {
		margin:0 !important
	}
	.mt-sm-0,.my-sm-0 {
		margin-top:0 !important
	}
	.mr-sm-0,.mx-sm-0 {
		margin-right:0 !important
	}
	.mb-sm-0,.my-sm-0 {
		margin-bottom:0 !important
	}
	.ml-sm-0,.mx-sm-0 {
		margin-left:0 !important
	}
	.m-sm-1 {
		margin:1rem !important
	}
	.mt-sm-1,.my-sm-1 {
		margin-top:1rem !important
	}
	.mr-sm-1,.mx-sm-1 {
		margin-right:1rem !important
	}
	.mb-sm-1,.my-sm-1 {
		margin-bottom:1rem !important
	}
	.ml-sm-1,.mx-sm-1 {
		margin-left:1rem !important
	}
	.m-sm-2 {
		margin:2rem !important
	}
	.mt-sm-2,.my-sm-2 {
		margin-top:2rem !important
	}
	.mr-sm-2,.mx-sm-2 {
		margin-right:2rem !important
	}
	.mb-sm-2,.my-sm-2 {
		margin-bottom:2rem !important
	}
	.ml-sm-2,.mx-sm-2 {
		margin-left:2rem !important
	}
	.m-sm-3 {
		margin:3rem !important
	}
	.mt-sm-3,.my-sm-3 {
		margin-top:3rem !important
	}
	.mr-sm-3,.mx-sm-3 {
		margin-right:3rem !important
	}
	.mb-sm-3,.my-sm-3 {
		margin-bottom:3rem !important
	}
	.ml-sm-3,.mx-sm-3 {
		margin-left:3rem !important
	}
	.m-sm-4 {
		margin:4rem !important
	}
	.mt-sm-4,.my-sm-4 {
		margin-top:4rem !important
	}
	.mr-sm-4,.mx-sm-4 {
		margin-right:4rem !important
	}
	.mb-sm-4,.my-sm-4 {
		margin-bottom:4rem !important
	}
	.ml-sm-4,.mx-sm-4 {
		margin-left:4rem !important
	}
	.m-sm-5 {
		margin:5rem !important
	}
	.mt-sm-5,.my-sm-5 {
		margin-top:5rem !important
	}
	.mr-sm-5,.mx-sm-5 {
		margin-right:5rem !important
	}
	.mb-sm-5,.my-sm-5 {
		margin-bottom:5rem !important
	}
	.ml-sm-5,.mx-sm-5 {
		margin-left:5rem !important
	}
	.m-sm-025 {
		margin:.25rem !important
	}
	.mt-sm-025,.my-sm-025 {
		margin-top:.25rem !important
	}
	.mr-sm-025,.mx-sm-025 {
		margin-right:.25rem !important
	}
	.mb-sm-025,.my-sm-025 {
		margin-bottom:.25rem !important
	}
	.ml-sm-025,.mx-sm-025 {
		margin-left:.25rem !important
	}
	.m-sm-05 {
		margin:.5rem !important
	}
	.mt-sm-05,.my-sm-05 {
		margin-top:.5rem !important
	}
	.mr-sm-05,.mx-sm-05 {
		margin-right:.5rem !important
	}
	.mb-sm-05,.my-sm-05 {
		margin-bottom:.5rem !important
	}
	.ml-sm-05,.mx-sm-05 {
		margin-left:.5rem !important
	}
	.m-sm-075 {
		margin:.75rem !important
	}
	.mt-sm-075,.my-sm-075 {
		margin-top:.75rem !important
	}
	.mr-sm-075,.mx-sm-075 {
		margin-right:.75rem !important
	}
	.mb-sm-075,.my-sm-075 {
		margin-bottom:.75rem !important
	}
	.ml-sm-075,.mx-sm-075 {
		margin-left:.75rem !important
	}
	.m-sm-15 {
		margin:1.5rem !important
	}
	.mt-sm-15,.my-sm-15 {
		margin-top:1.5rem !important
	}
	.mr-sm-15,.mx-sm-15 {
		margin-right:1.5rem !important
	}
	.mb-sm-15,.my-sm-15 {
		margin-bottom:1.5rem !important
	}
	.ml-sm-15,.mx-sm-15 {
		margin-left:1.5rem !important
	}
	.m-sm-6 {
		margin:6rem !important
	}
	.mt-sm-6,.my-sm-6 {
		margin-top:6rem !important
	}
	.mr-sm-6,.mx-sm-6 {
		margin-right:6rem !important
	}
	.mb-sm-6,.my-sm-6 {
		margin-bottom:6rem !important
	}
	.ml-sm-6,.mx-sm-6 {
		margin-left:6rem !important
	}
	.m-sm-7 {
		margin:7rem !important
	}
	.mt-sm-7,.my-sm-7 {
		margin-top:7rem !important
	}
	.mr-sm-7,.mx-sm-7 {
		margin-right:7rem !important
	}
	.mb-sm-7,.my-sm-7 {
		margin-bottom:7rem !important
	}
	.ml-sm-7,.mx-sm-7 {
		margin-left:7rem !important
	}
	.m-sm-8 {
		margin:8rem !important
	}
	.mt-sm-8,.my-sm-8 {
		margin-top:8rem !important
	}
	.mr-sm-8,.mx-sm-8 {
		margin-right:8rem !important
	}
	.mb-sm-8,.my-sm-8 {
		margin-bottom:8rem !important
	}
	.ml-sm-8,.mx-sm-8 {
		margin-left:8rem !important
	}
	.p-sm-0 {
		padding:0 !important
	}
	.pt-sm-0,.py-sm-0 {
		padding-top:0 !important
	}
	.pr-sm-0,.px-sm-0 {
		padding-right:0 !important
	}
	.pb-sm-0,.py-sm-0 {
		padding-bottom:0 !important
	}
	.pl-sm-0,.px-sm-0 {
		padding-left:0 !important
	}
	.p-sm-1 {
		padding:1rem !important
	}
	.pt-sm-1,.py-sm-1 {
		padding-top:1rem !important
	}
	.pr-sm-1,.px-sm-1 {
		padding-right:1rem !important
	}
	.pb-sm-1,.py-sm-1 {
		padding-bottom:1rem !important
	}
	.pl-sm-1,.px-sm-1 {
		padding-left:1rem !important
	}
	.p-sm-2 {
		padding:2rem !important
	}
	.pt-sm-2,.py-sm-2 {
		padding-top:2rem !important
	}
	.pr-sm-2,.px-sm-2 {
		padding-right:2rem !important
	}
	.pb-sm-2,.py-sm-2 {
		padding-bottom:2rem !important
	}
	.pl-sm-2,.px-sm-2 {
		padding-left:2rem !important
	}
	.p-sm-3 {
		padding:3rem !important
	}
	.pt-sm-3,.py-sm-3 {
		padding-top:3rem !important
	}
	.pr-sm-3,.px-sm-3 {
		padding-right:3rem !important
	}
	.pb-sm-3,.py-sm-3 {
		padding-bottom:3rem !important
	}
	.pl-sm-3,.px-sm-3 {
		padding-left:3rem !important
	}
	.p-sm-4 {
		padding:4rem !important
	}
	.pt-sm-4,.py-sm-4 {
		padding-top:4rem !important
	}
	.pr-sm-4,.px-sm-4 {
		padding-right:4rem !important
	}
	.pb-sm-4,.py-sm-4 {
		padding-bottom:4rem !important
	}
	.pl-sm-4,.px-sm-4 {
		padding-left:4rem !important
	}
	.p-sm-5 {
		padding:5rem !important
	}
	.pt-sm-5,.py-sm-5 {
		padding-top:5rem !important
	}
	.pr-sm-5,.px-sm-5 {
		padding-right:5rem !important
	}
	.pb-sm-5,.py-sm-5 {
		padding-bottom:5rem !important
	}
	.pl-sm-5,.px-sm-5 {
		padding-left:5rem !important
	}
	.p-sm-025 {
		padding:.25rem !important
	}
	.pt-sm-025,.py-sm-025 {
		padding-top:.25rem !important
	}
	.pr-sm-025,.px-sm-025 {
		padding-right:.25rem !important
	}
	.pb-sm-025,.py-sm-025 {
		padding-bottom:.25rem !important
	}
	.pl-sm-025,.px-sm-025 {
		padding-left:.25rem !important
	}
	.p-sm-05 {
		padding:.5rem !important
	}
	.pt-sm-05,.py-sm-05 {
		padding-top:.5rem !important
	}
	.pr-sm-05,.px-sm-05 {
		padding-right:.5rem !important
	}
	.pb-sm-05,.py-sm-05 {
		padding-bottom:.5rem !important
	}
	.pl-sm-05,.px-sm-05 {
		padding-left:.5rem !important
	}
	.p-sm-075 {
		padding:.75rem !important
	}
	.pt-sm-075,.py-sm-075 {
		padding-top:.75rem !important
	}
	.pr-sm-075,.px-sm-075 {
		padding-right:.75rem !important
	}
	.pb-sm-075,.py-sm-075 {
		padding-bottom:.75rem !important
	}
	.pl-sm-075,.px-sm-075 {
		padding-left:.75rem !important
	}
	.p-sm-15 {
		padding:1.5rem !important
	}
	.pt-sm-15,.py-sm-15 {
		padding-top:1.5rem !important
	}
	.pr-sm-15,.px-sm-15 {
		padding-right:1.5rem !important
	}
	.pb-sm-15,.py-sm-15 {
		padding-bottom:1.5rem !important
	}
	.pl-sm-15,.px-sm-15 {
		padding-left:1.5rem !important
	}
	.p-sm-6 {
		padding:6rem !important
	}
	.pt-sm-6,.py-sm-6 {
		padding-top:6rem !important
	}
	.pr-sm-6,.px-sm-6 {
		padding-right:6rem !important
	}
	.pb-sm-6,.py-sm-6 {
		padding-bottom:6rem !important
	}
	.pl-sm-6,.px-sm-6 {
		padding-left:6rem !important
	}
	.p-sm-7 {
		padding:7rem !important
	}
	.pt-sm-7,.py-sm-7 {
		padding-top:7rem !important
	}
	.pr-sm-7,.px-sm-7 {
		padding-right:7rem !important
	}
	.pb-sm-7,.py-sm-7 {
		padding-bottom:7rem !important
	}
	.pl-sm-7,.px-sm-7 {
		padding-left:7rem !important
	}
	.p-sm-8 {
		padding:8rem !important
	}
	.pt-sm-8,.py-sm-8 {
		padding-top:8rem !important
	}
	.pr-sm-8,.px-sm-8 {
		padding-right:8rem !important
	}
	.pb-sm-8,.py-sm-8 {
		padding-bottom:8rem !important
	}
	.pl-sm-8,.px-sm-8 {
		padding-left:8rem !important
	}
	.m-sm-auto {
		margin:auto !important
	}
	.mt-sm-auto,.my-sm-auto {
		margin-top:auto !important
	}
	.mr-sm-auto,.mx-sm-auto {
		margin-right:auto !important
	}
	.mb-sm-auto,.my-sm-auto {
		margin-bottom:auto !important
	}
	.ml-sm-auto,.mx-sm-auto {
		margin-left:auto !important
	}
}
@media (min-width: 768px) {
	.m-md-0 {
		margin:0 !important
	}
	.mt-md-0,.my-md-0 {
		margin-top:0 !important
	}
	.mr-md-0,.mx-md-0 {
		margin-right:0 !important
	}
	.mb-md-0,.my-md-0 {
		margin-bottom:0 !important
	}
	.ml-md-0,.mx-md-0 {
		margin-left:0 !important
	}
	.m-md-1 {
		margin:1rem !important
	}
	.mt-md-1,.my-md-1 {
		margin-top:1rem !important
	}
	.mr-md-1,.mx-md-1 {
		margin-right:1rem !important
	}
	.mb-md-1,.my-md-1 {
		margin-bottom:1rem !important
	}
	.ml-md-1,.mx-md-1 {
		margin-left:1rem !important
	}
	.m-md-2 {
		margin:2rem !important
	}
	.mt-md-2,.my-md-2 {
		margin-top:2rem !important
	}
	.mr-md-2,.mx-md-2 {
		margin-right:2rem !important
	}
	.mb-md-2,.my-md-2 {
		margin-bottom:2rem !important
	}
	.ml-md-2,.mx-md-2 {
		margin-left:2rem !important
	}
	.m-md-3 {
		margin:3rem !important
	}
	.mt-md-3,.my-md-3 {
		margin-top:3rem !important
	}
	.mr-md-3,.mx-md-3 {
		margin-right:3rem !important
	}
	.mb-md-3,.my-md-3 {
		margin-bottom:3rem !important
	}
	.ml-md-3,.mx-md-3 {
		margin-left:3rem !important
	}
	.m-md-4 {
		margin:4rem !important
	}
	.mt-md-4,.my-md-4 {
		margin-top:4rem !important
	}
	.mr-md-4,.mx-md-4 {
		margin-right:4rem !important
	}
	.mb-md-4,.my-md-4 {
		margin-bottom:4rem !important
	}
	.ml-md-4,.mx-md-4 {
		margin-left:4rem !important
	}
	.m-md-5 {
		margin:5rem !important
	}
	.mt-md-5,.my-md-5 {
		margin-top:5rem !important
	}
	.mr-md-5,.mx-md-5 {
		margin-right:5rem !important
	}
	.mb-md-5,.my-md-5 {
		margin-bottom:5rem !important
	}
	.ml-md-5,.mx-md-5 {
		margin-left:5rem !important
	}
	.m-md-025 {
		margin:.25rem !important
	}
	.mt-md-025,.my-md-025 {
		margin-top:.25rem !important
	}
	.mr-md-025,.mx-md-025 {
		margin-right:.25rem !important
	}
	.mb-md-025,.my-md-025 {
		margin-bottom:.25rem !important
	}
	.ml-md-025,.mx-md-025 {
		margin-left:.25rem !important
	}
	.m-md-05 {
		margin:.5rem !important
	}
	.mt-md-05,.my-md-05 {
		margin-top:.5rem !important
	}
	.mr-md-05,.mx-md-05 {
		margin-right:.5rem !important
	}
	.mb-md-05,.my-md-05 {
		margin-bottom:.5rem !important
	}
	.ml-md-05,.mx-md-05 {
		margin-left:.5rem !important
	}
	.m-md-075 {
		margin:.75rem !important
	}
	.mt-md-075,.my-md-075 {
		margin-top:.75rem !important
	}
	.mr-md-075,.mx-md-075 {
		margin-right:.75rem !important
	}
	.mb-md-075,.my-md-075 {
		margin-bottom:.75rem !important
	}
	.ml-md-075,.mx-md-075 {
		margin-left:.75rem !important
	}
	.m-md-15 {
		margin:1.5rem !important
	}
	.mt-md-15,.my-md-15 {
		margin-top:1.5rem !important
	}
	.mr-md-15,.mx-md-15 {
		margin-right:1.5rem !important
	}
	.mb-md-15,.my-md-15 {
		margin-bottom:1.5rem !important
	}
	.ml-md-15,.mx-md-15 {
		margin-left:1.5rem !important
	}
	.m-md-6 {
		margin:6rem !important
	}
	.mt-md-6,.my-md-6 {
		margin-top:6rem !important
	}
	.mr-md-6,.mx-md-6 {
		margin-right:6rem !important
	}
	.mb-md-6,.my-md-6 {
		margin-bottom:6rem !important
	}
	.ml-md-6,.mx-md-6 {
		margin-left:6rem !important
	}
	.m-md-7 {
		margin:7rem !important
	}
	.mt-md-7,.my-md-7 {
		margin-top:7rem !important
	}
	.mr-md-7,.mx-md-7 {
		margin-right:7rem !important
	}
	.mb-md-7,.my-md-7 {
		margin-bottom:7rem !important
	}
	.ml-md-7,.mx-md-7 {
		margin-left:7rem !important
	}
	.m-md-8 {
		margin:8rem !important
	}
	.mt-md-8,.my-md-8 {
		margin-top:8rem !important
	}
	.mr-md-8,.mx-md-8 {
		margin-right:8rem !important
	}
	.mb-md-8,.my-md-8 {
		margin-bottom:8rem !important
	}
	.ml-md-8,.mx-md-8 {
		margin-left:8rem !important
	}
	.p-md-0 {
		padding:0 !important
	}
	.pt-md-0,.py-md-0 {
		padding-top:0 !important
	}
	.pr-md-0,.px-md-0 {
		padding-right:0 !important
	}
	.pb-md-0,.py-md-0 {
		padding-bottom:0 !important
	}
	.pl-md-0,.px-md-0 {
		padding-left:0 !important
	}
	.p-md-1 {
		padding:1rem !important
	}
	.pt-md-1,.py-md-1 {
		padding-top:1rem !important
	}
	.pr-md-1,.px-md-1 {
		padding-right:1rem !important
	}
	.pb-md-1,.py-md-1 {
		padding-bottom:1rem !important
	}
	.pl-md-1,.px-md-1 {
		padding-left:1rem !important
	}
	.p-md-2 {
		padding:2rem !important
	}
	.pt-md-2,.py-md-2 {
		padding-top:2rem !important
	}
	.pr-md-2,.px-md-2 {
		padding-right:2rem !important
	}
	.pb-md-2,.py-md-2 {
		padding-bottom:2rem !important
	}
	.pl-md-2,.px-md-2 {
		padding-left:2rem !important
	}
	.p-md-3 {
		padding:3rem !important
	}
	.pt-md-3,.py-md-3 {
		padding-top:3rem !important
	}
	.pr-md-3,.px-md-3 {
		padding-right:3rem !important
	}
	.pb-md-3,.py-md-3 {
		padding-bottom:3rem !important
	}
	.pl-md-3,.px-md-3 {
		padding-left:3rem !important
	}
	.p-md-4 {
		padding:4rem !important
	}
	.pt-md-4,.py-md-4 {
		padding-top:4rem !important
	}
	.pr-md-4,.px-md-4 {
		padding-right:4rem !important
	}
	.pb-md-4,.py-md-4 {
		padding-bottom:4rem !important
	}
	.pl-md-4,.px-md-4 {
		padding-left:4rem !important
	}
	.p-md-5 {
		padding:5rem !important
	}
	.pt-md-5,.py-md-5 {
		padding-top:5rem !important
	}
	.pr-md-5,.px-md-5 {
		padding-right:5rem !important
	}
	.pb-md-5,.py-md-5 {
		padding-bottom:5rem !important
	}
	.pl-md-5,.px-md-5 {
		padding-left:5rem !important
	}
	.p-md-025 {
		padding:.25rem !important
	}
	.pt-md-025,.py-md-025 {
		padding-top:.25rem !important
	}
	.pr-md-025,.px-md-025 {
		padding-right:.25rem !important
	}
	.pb-md-025,.py-md-025 {
		padding-bottom:.25rem !important
	}
	.pl-md-025,.px-md-025 {
		padding-left:.25rem !important
	}
	.p-md-05 {
		padding:.5rem !important
	}
	.pt-md-05,.py-md-05 {
		padding-top:.5rem !important
	}
	.pr-md-05,.px-md-05 {
		padding-right:.5rem !important
	}
	.pb-md-05,.py-md-05 {
		padding-bottom:.5rem !important
	}
	.pl-md-05,.px-md-05 {
		padding-left:.5rem !important
	}
	.p-md-075 {
		padding:.75rem !important
	}
	.pt-md-075,.py-md-075 {
		padding-top:.75rem !important
	}
	.pr-md-075,.px-md-075 {
		padding-right:.75rem !important
	}
	.pb-md-075,.py-md-075 {
		padding-bottom:.75rem !important
	}
	.pl-md-075,.px-md-075 {
		padding-left:.75rem !important
	}
	.p-md-15 {
		padding:1.5rem !important
	}
	.pt-md-15,.py-md-15 {
		padding-top:1.5rem !important
	}
	.pr-md-15,.px-md-15 {
		padding-right:1.5rem !important
	}
	.pb-md-15,.py-md-15 {
		padding-bottom:1.5rem !important
	}
	.pl-md-15,.px-md-15 {
		padding-left:1.5rem !important
	}
	.p-md-6 {
		padding:6rem !important
	}
	.pt-md-6,.py-md-6 {
		padding-top:6rem !important
	}
	.pr-md-6,.px-md-6 {
		padding-right:6rem !important
	}
	.pb-md-6,.py-md-6 {
		padding-bottom:6rem !important
	}
	.pl-md-6,.px-md-6 {
		padding-left:6rem !important
	}
	.p-md-7 {
		padding:7rem !important
	}
	.pt-md-7,.py-md-7 {
		padding-top:7rem !important
	}
	.pr-md-7,.px-md-7 {
		padding-right:7rem !important
	}
	.pb-md-7,.py-md-7 {
		padding-bottom:7rem !important
	}
	.pl-md-7,.px-md-7 {
		padding-left:7rem !important
	}
	.p-md-8 {
		padding:8rem !important
	}
	.pt-md-8,.py-md-8 {
		padding-top:8rem !important
	}
	.pr-md-8,.px-md-8 {
		padding-right:8rem !important
	}
	.pb-md-8,.py-md-8 {
		padding-bottom:8rem !important
	}
	.pl-md-8,.px-md-8 {
		padding-left:8rem !important
	}
	.m-md-auto {
		margin:auto !important
	}
	.mt-md-auto,.my-md-auto {
		margin-top:auto !important
	}
	.mr-md-auto,.mx-md-auto {
		margin-right:auto !important
	}
	.mb-md-auto,.my-md-auto {
		margin-bottom:auto !important
	}
	.ml-md-auto,.mx-md-auto {
		margin-left:auto !important
	}
}
@media (min-width: 992px) {
	.m-lg-0 {
		margin:0 !important
	}
	.mt-lg-0,.my-lg-0 {
		margin-top:0 !important
	}
	.mr-lg-0,.mx-lg-0 {
		margin-right:0 !important
	}
	.mb-lg-0,.my-lg-0 {
		margin-bottom:0 !important
	}
	.ml-lg-0,.mx-lg-0 {
		margin-left:0 !important
	}
	.m-lg-1 {
		margin:1rem !important
	}
	.mt-lg-1,.my-lg-1 {
		margin-top:1rem !important
	}
	.mr-lg-1,.mx-lg-1 {
		margin-right:1rem !important
	}
	.mb-lg-1,.my-lg-1 {
		margin-bottom:1rem !important
	}
	.ml-lg-1,.mx-lg-1 {
		margin-left:1rem !important
	}
	.m-lg-2 {
		margin:2rem !important
	}
	.mt-lg-2,.my-lg-2 {
		margin-top:2rem !important
	}
	.mr-lg-2,.mx-lg-2 {
		margin-right:2rem !important
	}
	.mb-lg-2,.my-lg-2 {
		margin-bottom:2rem !important
	}
	.ml-lg-2,.mx-lg-2 {
		margin-left:2rem !important
	}
	.m-lg-3 {
		margin:3rem !important
	}
	.mt-lg-3,.my-lg-3 {
		margin-top:3rem !important
	}
	.mr-lg-3,.mx-lg-3 {
		margin-right:3rem !important
	}
	.mb-lg-3,.my-lg-3 {
		margin-bottom:3rem !important
	}
	.ml-lg-3,.mx-lg-3 {
		margin-left:3rem !important
	}
	.m-lg-4 {
		margin:4rem !important
	}
	.mt-lg-4,.my-lg-4 {
		margin-top:4rem !important
	}
	.mr-lg-4,.mx-lg-4 {
		margin-right:4rem !important
	}
	.mb-lg-4,.my-lg-4 {
		margin-bottom:4rem !important
	}
	.ml-lg-4,.mx-lg-4 {
		margin-left:4rem !important
	}
	.m-lg-5 {
		margin:5rem !important
	}
	.mt-lg-5,.my-lg-5 {
		margin-top:5rem !important
	}
	.mr-lg-5,.mx-lg-5 {
		margin-right:5rem !important
	}
	.mb-lg-5,.my-lg-5 {
		margin-bottom:5rem !important
	}
	.ml-lg-5,.mx-lg-5 {
		margin-left:5rem !important
	}
	.m-lg-025 {
		margin:.25rem !important
	}
	.mt-lg-025,.my-lg-025 {
		margin-top:.25rem !important
	}
	.mr-lg-025,.mx-lg-025 {
		margin-right:.25rem !important
	}
	.mb-lg-025,.my-lg-025 {
		margin-bottom:.25rem !important
	}
	.ml-lg-025,.mx-lg-025 {
		margin-left:.25rem !important
	}
	.m-lg-05 {
		margin:.5rem !important
	}
	.mt-lg-05,.my-lg-05 {
		margin-top:.5rem !important
	}
	.mr-lg-05,.mx-lg-05 {
		margin-right:.5rem !important
	}
	.mb-lg-05,.my-lg-05 {
		margin-bottom:.5rem !important
	}
	.ml-lg-05,.mx-lg-05 {
		margin-left:.5rem !important
	}
	.m-lg-075 {
		margin:.75rem !important
	}
	.mt-lg-075,.my-lg-075 {
		margin-top:.75rem !important
	}
	.mr-lg-075,.mx-lg-075 {
		margin-right:.75rem !important
	}
	.mb-lg-075,.my-lg-075 {
		margin-bottom:.75rem !important
	}
	.ml-lg-075,.mx-lg-075 {
		margin-left:.75rem !important
	}
	.m-lg-15 {
		margin:1.5rem !important
	}
	.mt-lg-15,.my-lg-15 {
		margin-top:1.5rem !important
	}
	.mr-lg-15,.mx-lg-15 {
		margin-right:1.5rem !important
	}
	.mb-lg-15,.my-lg-15 {
		margin-bottom:1.5rem !important
	}
	.ml-lg-15,.mx-lg-15 {
		margin-left:1.5rem !important
	}
	.m-lg-6 {
		margin:6rem !important
	}
	.mt-lg-6,.my-lg-6 {
		margin-top:6rem !important
	}
	.mr-lg-6,.mx-lg-6 {
		margin-right:6rem !important
	}
	.mb-lg-6,.my-lg-6 {
		margin-bottom:6rem !important
	}
	.ml-lg-6,.mx-lg-6 {
		margin-left:6rem !important
	}
	.m-lg-7 {
		margin:7rem !important
	}
	.mt-lg-7,.my-lg-7 {
		margin-top:7rem !important
	}
	.mr-lg-7,.mx-lg-7 {
		margin-right:7rem !important
	}
	.mb-lg-7,.my-lg-7 {
		margin-bottom:7rem !important
	}
	.ml-lg-7,.mx-lg-7 {
		margin-left:7rem !important
	}
	.m-lg-8 {
		margin:8rem !important
	}
	.mt-lg-8,.my-lg-8 {
		margin-top:8rem !important
	}
	.mr-lg-8,.mx-lg-8 {
		margin-right:8rem !important
	}
	.mb-lg-8,.my-lg-8 {
		margin-bottom:8rem !important
	}
	.ml-lg-8,.mx-lg-8 {
		margin-left:8rem !important
	}
	.p-lg-0 {
		padding:0 !important
	}
	.pt-lg-0,.py-lg-0 {
		padding-top:0 !important
	}
	.pr-lg-0,.px-lg-0 {
		padding-right:0 !important
	}
	.pb-lg-0,.py-lg-0 {
		padding-bottom:0 !important
	}
	.pl-lg-0,.px-lg-0 {
		padding-left:0 !important
	}
	.p-lg-1 {
		padding:1rem !important
	}
	.pt-lg-1,.py-lg-1 {
		padding-top:1rem !important
	}
	.pr-lg-1,.px-lg-1 {
		padding-right:1rem !important
	}
	.pb-lg-1,.py-lg-1 {
		padding-bottom:1rem !important
	}
	.pl-lg-1,.px-lg-1 {
		padding-left:1rem !important
	}
	.p-lg-2 {
		padding:2rem !important
	}
	.pt-lg-2,.py-lg-2 {
		padding-top:2rem !important
	}
	.pr-lg-2,.px-lg-2 {
		padding-right:2rem !important
	}
	.pb-lg-2,.py-lg-2 {
		padding-bottom:2rem !important
	}
	.pl-lg-2,.px-lg-2 {
		padding-left:2rem !important
	}
	.p-lg-3 {
		padding:3rem !important
	}
	.pt-lg-3,.py-lg-3 {
		padding-top:3rem !important
	}
	.pr-lg-3,.px-lg-3 {
		padding-right:3rem !important
	}
	.pb-lg-3,.py-lg-3 {
		padding-bottom:3rem !important
	}
	.pl-lg-3,.px-lg-3 {
		padding-left:3rem !important
	}
	.p-lg-4 {
		padding:4rem !important
	}
	.pt-lg-4,.py-lg-4 {
		padding-top:4rem !important
	}
	.pr-lg-4,.px-lg-4 {
		padding-right:4rem !important
	}
	.pb-lg-4,.py-lg-4 {
		padding-bottom:4rem !important
	}
	.pl-lg-4,.px-lg-4 {
		padding-left:4rem !important
	}
	.p-lg-5 {
		padding:5rem !important
	}
	.pt-lg-5,.py-lg-5 {
		padding-top:5rem !important
	}
	.pr-lg-5,.px-lg-5 {
		padding-right:5rem !important
	}
	.pb-lg-5,.py-lg-5 {
		padding-bottom:5rem !important
	}
	.pl-lg-5,.px-lg-5 {
		padding-left:5rem !important
	}
	.p-lg-025 {
		padding:.25rem !important
	}
	.pt-lg-025,.py-lg-025 {
		padding-top:.25rem !important
	}
	.pr-lg-025,.px-lg-025 {
		padding-right:.25rem !important
	}
	.pb-lg-025,.py-lg-025 {
		padding-bottom:.25rem !important
	}
	.pl-lg-025,.px-lg-025 {
		padding-left:.25rem !important
	}
	.p-lg-05 {
		padding:.5rem !important
	}
	.pt-lg-05,.py-lg-05 {
		padding-top:.5rem !important
	}
	.pr-lg-05,.px-lg-05 {
		padding-right:.5rem !important
	}
	.pb-lg-05,.py-lg-05 {
		padding-bottom:.5rem !important
	}
	.pl-lg-05,.px-lg-05 {
		padding-left:.5rem !important
	}
	.p-lg-075 {
		padding:.75rem !important
	}
	.pt-lg-075,.py-lg-075 {
		padding-top:.75rem !important
	}
	.pr-lg-075,.px-lg-075 {
		padding-right:.75rem !important
	}
	.pb-lg-075,.py-lg-075 {
		padding-bottom:.75rem !important
	}
	.pl-lg-075,.px-lg-075 {
		padding-left:.75rem !important
	}
	.p-lg-15 {
		padding:1.5rem !important
	}
	.pt-lg-15,.py-lg-15 {
		padding-top:1.5rem !important
	}
	.pr-lg-15,.px-lg-15 {
		padding-right:1.5rem !important
	}
	.pb-lg-15,.py-lg-15 {
		padding-bottom:1.5rem !important
	}
	.pl-lg-15,.px-lg-15 {
		padding-left:1.5rem !important
	}
	.p-lg-6 {
		padding:6rem !important
	}
	.pt-lg-6,.py-lg-6 {
		padding-top:6rem !important
	}
	.pr-lg-6,.px-lg-6 {
		padding-right:6rem !important
	}
	.pb-lg-6,.py-lg-6 {
		padding-bottom:6rem !important
	}
	.pl-lg-6,.px-lg-6 {
		padding-left:6rem !important
	}
	.p-lg-7 {
		padding:7rem !important
	}
	.pt-lg-7,.py-lg-7 {
		padding-top:7rem !important
	}
	.pr-lg-7,.px-lg-7 {
		padding-right:7rem !important
	}
	.pb-lg-7,.py-lg-7 {
		padding-bottom:7rem !important
	}
	.pl-lg-7,.px-lg-7 {
		padding-left:7rem !important
	}
	.p-lg-8 {
		padding:8rem !important
	}
	.pt-lg-8,.py-lg-8 {
		padding-top:8rem !important
	}
	.pr-lg-8,.px-lg-8 {
		padding-right:8rem !important
	}
	.pb-lg-8,.py-lg-8 {
		padding-bottom:8rem !important
	}
	.pl-lg-8,.px-lg-8 {
		padding-left:8rem !important
	}
	.m-lg-auto {
		margin:auto !important
	}
	.mt-lg-auto,.my-lg-auto {
		margin-top:auto !important
	}
	.mr-lg-auto,.mx-lg-auto {
		margin-right:auto !important
	}
	.mb-lg-auto,.my-lg-auto {
		margin-bottom:auto !important
	}
	.ml-lg-auto,.mx-lg-auto {
		margin-left:auto !important
	}
}
@media (min-width: 1200px) {
	.m-xl-0 {
		margin:0 !important
	}
	.mt-xl-0,.my-xl-0 {
		margin-top:0 !important
	}
	.mr-xl-0,.mx-xl-0 {
		margin-right:0 !important
	}
	.mb-xl-0,.my-xl-0 {
		margin-bottom:0 !important
	}
	.ml-xl-0,.mx-xl-0 {
		margin-left:0 !important
	}
	.m-xl-1 {
		margin:1rem !important
	}
	.mt-xl-1,.my-xl-1 {
		margin-top:1rem !important
	}
	.mr-xl-1,.mx-xl-1 {
		margin-right:1rem !important
	}
	.mb-xl-1,.my-xl-1 {
		margin-bottom:1rem !important
	}
	.ml-xl-1,.mx-xl-1 {
		margin-left:1rem !important
	}
	.m-xl-2 {
		margin:2rem !important
	}
	.mt-xl-2,.my-xl-2 {
		margin-top:2rem !important
	}
	.mr-xl-2,.mx-xl-2 {
		margin-right:2rem !important
	}
	.mb-xl-2,.my-xl-2 {
		margin-bottom:2rem !important
	}
	.ml-xl-2,.mx-xl-2 {
		margin-left:2rem !important
	}
	.m-xl-3 {
		margin:3rem !important
	}
	.mt-xl-3,.my-xl-3 {
		margin-top:3rem !important
	}
	.mr-xl-3,.mx-xl-3 {
		margin-right:3rem !important
	}
	.mb-xl-3,.my-xl-3 {
		margin-bottom:3rem !important
	}
	.ml-xl-3,.mx-xl-3 {
		margin-left:3rem !important
	}
	.m-xl-4 {
		margin:4rem !important
	}
	.mt-xl-4,.my-xl-4 {
		margin-top:4rem !important
	}
	.mr-xl-4,.mx-xl-4 {
		margin-right:4rem !important
	}
	.mb-xl-4,.my-xl-4 {
		margin-bottom:4rem !important
	}
	.ml-xl-4,.mx-xl-4 {
		margin-left:4rem !important
	}
	.m-xl-5 {
		margin:5rem !important
	}
	.mt-xl-5,.my-xl-5 {
		margin-top:5rem !important
	}
	.mr-xl-5,.mx-xl-5 {
		margin-right:5rem !important
	}
	.mb-xl-5,.my-xl-5 {
		margin-bottom:5rem !important
	}
	.ml-xl-5,.mx-xl-5 {
		margin-left:5rem !important
	}
	.m-xl-025 {
		margin:.25rem !important
	}
	.mt-xl-025,.my-xl-025 {
		margin-top:.25rem !important
	}
	.mr-xl-025,.mx-xl-025 {
		margin-right:.25rem !important
	}
	.mb-xl-025,.my-xl-025 {
		margin-bottom:.25rem !important
	}
	.ml-xl-025,.mx-xl-025 {
		margin-left:.25rem !important
	}
	.m-xl-05 {
		margin:.5rem !important
	}
	.mt-xl-05,.my-xl-05 {
		margin-top:.5rem !important
	}
	.mr-xl-05,.mx-xl-05 {
		margin-right:.5rem !important
	}
	.mb-xl-05,.my-xl-05 {
		margin-bottom:.5rem !important
	}
	.ml-xl-05,.mx-xl-05 {
		margin-left:.5rem !important
	}
	.m-xl-075 {
		margin:.75rem !important
	}
	.mt-xl-075,.my-xl-075 {
		margin-top:.75rem !important
	}
	.mr-xl-075,.mx-xl-075 {
		margin-right:.75rem !important
	}
	.mb-xl-075,.my-xl-075 {
		margin-bottom:.75rem !important
	}
	.ml-xl-075,.mx-xl-075 {
		margin-left:.75rem !important
	}
	.m-xl-15 {
		margin:1.5rem !important
	}
	.mt-xl-15,.my-xl-15 {
		margin-top:1.5rem !important
	}
	.mr-xl-15,.mx-xl-15 {
		margin-right:1.5rem !important
	}
	.mb-xl-15,.my-xl-15 {
		margin-bottom:1.5rem !important
	}
	.ml-xl-15,.mx-xl-15 {
		margin-left:1.5rem !important
	}
	.m-xl-6 {
		margin:6rem !important
	}
	.mt-xl-6,.my-xl-6 {
		margin-top:6rem !important
	}
	.mr-xl-6,.mx-xl-6 {
		margin-right:6rem !important
	}
	.mb-xl-6,.my-xl-6 {
		margin-bottom:6rem !important
	}
	.ml-xl-6,.mx-xl-6 {
		margin-left:6rem !important
	}
	.m-xl-7 {
		margin:7rem !important
	}
	.mt-xl-7,.my-xl-7 {
		margin-top:7rem !important
	}
	.mr-xl-7,.mx-xl-7 {
		margin-right:7rem !important
	}
	.mb-xl-7,.my-xl-7 {
		margin-bottom:7rem !important
	}
	.ml-xl-7,.mx-xl-7 {
		margin-left:7rem !important
	}
	.m-xl-8 {
		margin:8rem !important
	}
	.mt-xl-8,.my-xl-8 {
		margin-top:8rem !important
	}
	.mr-xl-8,.mx-xl-8 {
		margin-right:8rem !important
	}
	.mb-xl-8,.my-xl-8 {
		margin-bottom:8rem !important
	}
	.ml-xl-8,.mx-xl-8 {
		margin-left:8rem !important
	}
	.p-xl-0 {
		padding:0 !important
	}
	.pt-xl-0,.py-xl-0 {
		padding-top:0 !important
	}
	.pr-xl-0,.px-xl-0 {
		padding-right:0 !important
	}
	.pb-xl-0,.py-xl-0 {
		padding-bottom:0 !important
	}
	.pl-xl-0,.px-xl-0 {
		padding-left:0 !important
	}
	.p-xl-1 {
		padding:1rem !important
	}
	.pt-xl-1,.py-xl-1 {
		padding-top:1rem !important
	}
	.pr-xl-1,.px-xl-1 {
		padding-right:1rem !important
	}
	.pb-xl-1,.py-xl-1 {
		padding-bottom:1rem !important
	}
	.pl-xl-1,.px-xl-1 {
		padding-left:1rem !important
	}
	.p-xl-2 {
		padding:2rem !important
	}
	.pt-xl-2,.py-xl-2 {
		padding-top:2rem !important
	}
	.pr-xl-2,.px-xl-2 {
		padding-right:2rem !important
	}
	.pb-xl-2,.py-xl-2 {
		padding-bottom:2rem !important
	}
	.pl-xl-2,.px-xl-2 {
		padding-left:2rem !important
	}
	.p-xl-3 {
		padding:3rem !important
	}
	.pt-xl-3,.py-xl-3 {
		padding-top:3rem !important
	}
	.pr-xl-3,.px-xl-3 {
		padding-right:3rem !important
	}
	.pb-xl-3,.py-xl-3 {
		padding-bottom:3rem !important
	}
	.pl-xl-3,.px-xl-3 {
		padding-left:3rem !important
	}
	.p-xl-4 {
		padding:4rem !important
	}
	.pt-xl-4,.py-xl-4 {
		padding-top:4rem !important
	}
	.pr-xl-4,.px-xl-4 {
		padding-right:4rem !important
	}
	.pb-xl-4,.py-xl-4 {
		padding-bottom:4rem !important
	}
	.pl-xl-4,.px-xl-4 {
		padding-left:4rem !important
	}
	.p-xl-5 {
		padding:5rem !important
	}
	.pt-xl-5,.py-xl-5 {
		padding-top:5rem !important
	}
	.pr-xl-5,.px-xl-5 {
		padding-right:5rem !important
	}
	.pb-xl-5,.py-xl-5 {
		padding-bottom:5rem !important
	}
	.pl-xl-5,.px-xl-5 {
		padding-left:5rem !important
	}
	.p-xl-025 {
		padding:.25rem !important
	}
	.pt-xl-025,.py-xl-025 {
		padding-top:.25rem !important
	}
	.pr-xl-025,.px-xl-025 {
		padding-right:.25rem !important
	}
	.pb-xl-025,.py-xl-025 {
		padding-bottom:.25rem !important
	}
	.pl-xl-025,.px-xl-025 {
		padding-left:.25rem !important
	}
	.p-xl-05 {
		padding:.5rem !important
	}
	.pt-xl-05,.py-xl-05 {
		padding-top:.5rem !important
	}
	.pr-xl-05,.px-xl-05 {
		padding-right:.5rem !important
	}
	.pb-xl-05,.py-xl-05 {
		padding-bottom:.5rem !important
	}
	.pl-xl-05,.px-xl-05 {
		padding-left:.5rem !important
	}
	.p-xl-075 {
		padding:.75rem !important
	}
	.pt-xl-075,.py-xl-075 {
		padding-top:.75rem !important
	}
	.pr-xl-075,.px-xl-075 {
		padding-right:.75rem !important
	}
	.pb-xl-075,.py-xl-075 {
		padding-bottom:.75rem !important
	}
	.pl-xl-075,.px-xl-075 {
		padding-left:.75rem !important
	}
	.p-xl-15 {
		padding:1.5rem !important
	}
	.pt-xl-15,.py-xl-15 {
		padding-top:1.5rem !important
	}
	.pr-xl-15,.px-xl-15 {
		padding-right:1.5rem !important
	}
	.pb-xl-15,.py-xl-15 {
		padding-bottom:1.5rem !important
	}
	.pl-xl-15,.px-xl-15 {
		padding-left:1.5rem !important
	}
	.p-xl-6 {
		padding:6rem !important
	}
	.pt-xl-6,.py-xl-6 {
		padding-top:6rem !important
	}
	.pr-xl-6,.px-xl-6 {
		padding-right:6rem !important
	}
	.pb-xl-6,.py-xl-6 {
		padding-bottom:6rem !important
	}
	.pl-xl-6,.px-xl-6 {
		padding-left:6rem !important
	}
	.p-xl-7 {
		padding:7rem !important
	}
	.pt-xl-7,.py-xl-7 {
		padding-top:7rem !important
	}
	.pr-xl-7,.px-xl-7 {
		padding-right:7rem !important
	}
	.pb-xl-7,.py-xl-7 {
		padding-bottom:7rem !important
	}
	.pl-xl-7,.px-xl-7 {
		padding-left:7rem !important
	}
	.p-xl-8 {
		padding:8rem !important
	}
	.pt-xl-8,.py-xl-8 {
		padding-top:8rem !important
	}
	.pr-xl-8,.px-xl-8 {
		padding-right:8rem !important
	}
	.pb-xl-8,.py-xl-8 {
		padding-bottom:8rem !important
	}
	.pl-xl-8,.px-xl-8 {
		padding-left:8rem !important
	}
	.m-xl-auto {
		margin:auto !important
	}
	.mt-xl-auto,.my-xl-auto {
		margin-top:auto !important
	}
	.mr-xl-auto,.mx-xl-auto {
		margin-right:auto !important
	}
	.mb-xl-auto,.my-xl-auto {
		margin-bottom:auto !important
	}
	.ml-xl-auto,.mx-xl-auto {
		margin-left:auto !important
	}
}
.text-monospace {
	font-family:"Courier New",monospace
}
.text-justify {
	text-align:justify !important
}
.text-nowrap {
	white-space:nowrap !important
}
.text-truncate {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.text-left {
	text-align:left !important
}
.text-right {
	text-align:right !important
}
.text-center {
	text-align:center !important
}
@media (min-width: 576px) {
	.text-sm-left {
		text-align:left !important
	}
	.text-sm-right {
		text-align:right !important
	}
	.text-sm-center {
		text-align:center !important
	}
}
@media (min-width: 768px) {
	.text-md-left {
		text-align:left !important
	}
	.text-md-right {
		text-align:right !important
	}
	.text-md-center {
		text-align:center !important
	}
}
@media (min-width: 992px) {
	.text-lg-left {
		text-align:left !important
	}
	.text-lg-right {
		text-align:right !important
	}
	.text-lg-center {
		text-align:center !important
	}
}
@media (min-width: 1200px) {
	.text-xl-left {
		text-align:left !important
	}
	.text-xl-right {
		text-align:right !important
	}
	.text-xl-center {
		text-align:center !important
	}
}
.text-lowercase {
	text-transform:lowercase !important
}
.text-uppercase {
	text-transform:uppercase !important
}
.text-capitalize {
	text-transform:capitalize !important
}
.font-weight-light {
	font-weight:300 !important
}
.font-weight-normal {
	font-weight:500 !important
}
.font-weight-bold {
	font-weight:bold !important
}
.font-italic {
	font-style:italic !important
}
.text-white {
	color:#fff !important
}
.text-primary {
	color:#8ad103 !important
}
a.text-primary:hover,a.text-primary:focus {
	color:#699f02 !important
}
.text-secondary {
	color:#7a8799 !important
}
a.text-secondary:hover,a.text-secondary:focus {
	color:#616e7f !important
}
.text-success {
	color:#8ad103 !important
}
a.text-success:hover,a.text-success:focus {
	color:#699f02 !important
}
.text-info {
	color:#17a2b8 !important
}
a.text-info:hover,a.text-info:focus {
	color:#117a8b !important
}
.text-warning {
	color:#f8cf35 !important
}
a.text-warning:hover,a.text-warning:focus {
	color:#f2c108 !important
}
.text-danger {
	color:#dc3545 !important
}
a.text-danger:hover,a.text-danger:focus {
	color:#bd2130 !important
}
.text-light {
	color:#f6f6fa !important
}
a.text-light:hover,a.text-light:focus {
	color:#d5d5e8 !important
}
.text-dark {
	color:#1f2328 !important
}
a.text-dark:hover,a.text-dark:focus {
	color:#090a0b !important
}
.text-accent {
	color:#7d49c3 !important
}
a.text-accent:hover,a.text-accent:focus {
	color:#6436a3 !important
}
.text-white {
	color:#fff !important
}
a.text-white:hover,a.text-white:focus {
	color:#e6e5e5 !important
}
.text-body {
	color:#151d33 !important
}
.text-muted {
	color:#7a8799 !important
}
.text-black-50 {
	color:rgba(21,29,51,0.5) !important
}
.text-white-50 {
	color:rgba(255,255,255,0.5) !important
}
.text-hide {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0
}
.visible {
	visibility:visible !important
}
.invisible {
	visibility:hidden !important
}
.close {
	float:right;
	font-size:1.5rem;
	font-weight:bold;
	line-height:1;
	color:#151d33;
	text-shadow:0 1px 0 #fff;
	opacity:.5
}
.close:hover,.close:focus {
	color:#151d33;
	text-decoration:none;
	opacity:.75
}
.close:not(:disabled):not(.disabled) {
	cursor:pointer
}
button.close {
	padding:0;
	background-color:transparent;
	border:0;
	-webkit-appearance:none
}
.modal-open {
	overflow:hidden
}
.modal {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1050;
	display:none;
	overflow:hidden;
	outline:0
}
.modal-open .modal {
	overflow-x:auto;
	overflow-y:auto
}
.modal-dialog {
	position:relative;
	width:auto;
	margin:.5rem;
	pointer-events:none;
	max-height:100%
}
.modal-dialog-centered {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	min-height:calc(100% - (.5rem * 2))
}
.modal-content {
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	width:100%;
	pointer-events:auto;
	background-color:#fff;
	background-clip:padding-box;
	border:0 solid rgba(21,29,51,0.2);
	border-radius:1rem;
	outline:0
}
.modal-backdrop {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1040;
	background-color:#151d33
}
.modal-backdrop.fade {
	opacity:0
}
.modal-backdrop.show {
	opacity:.5
}
.modal-header {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:start;
	-ms-flex-align:start;
	align-items:flex-start;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding:1rem;
	border-bottom:1px solid #e8edfa;
	border-top-left-radius:1rem;
	border-top-right-radius:1rem
}
.modal-header .close {
	padding:1rem;
	margin:-1rem -1rem -1rem auto
}
.modal-title {
	margin-bottom:0;
	line-height:1.5
}
.modal-body {
	position:relative;
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	padding:1rem
}
.modal-footer {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	padding:1rem;
	border-top:1px solid #e8edfa
}
.modal-footer>:not(:first-child) {
	margin-left:.25rem
}
.modal-footer>:not(:last-child) {
	margin-right:.25rem
}
.modal-scrollbar-measure {
	position:absolute;
	top:-9999px;
	width:50px;
	height:50px;
	overflow:scroll
}
@media (min-width: 576px) {
	.modal-dialog {
		max-width:500px;
		margin:1.75rem auto
	}
	.modal-dialog-centered {
		min-height:calc(100% - (1.75rem * 2))
	}
	.modal-sm {
		max-width:300px
	}
}
@media (min-width: 992px) {
	.modal-lg {
		max-width:800px
	}
}
html {
	height:100%;
	-moz-osx-font-smoothing:grayscale
}
@media (max-width: 767.98px) {
	html {
		font-size:14px
	}
	.form-control {
		font-size:16px
	}
}
body {
	min-height:100%
}
#main {
	position:relative;
	z-index:1
}
@media (max-width: 767.98px) {
	.container {
		max-width:100%
	}
}
.container.container-sm {
	max-width:540px
}
.container.container-md {
	max-width:720px
}
.custom-scroller .view {
	overflow:hidden
}
.section {
	padding-top:4.5rem;
	padding-bottom:4.5rem
}
@media (min-width: 768px) {
	.section {
		padding-top:5rem;
		padding-bottom:5rem
	}
}
@media (min-width: 992px) {
	.section {
		padding-top:6rem;
		padding-bottom:6rem;
	}
}
.img-fluid {
	max-width:65%;
	height:auto
}
@media (max-width: 410px) {
	.hide-xs {
		display:none
	}
}
@media (max-width: 767.98px) {
	.hide-sm {
		display:none
	}
}
@media (max-width: 991.98px) {
	.hide-md {
		display:none
	}
}
a:hover {
	text-decoration:none
}
@font-face {
	font-family:'AvenirNextPro';
	src:url("/fonts/AvenirNextLTPro-Bold.woff") format("woff"),url("/fonts/AvenirNextLTPro-Bold.woff2") format("woff2");
	font-weight:bold;
	font-style:normal
}
@font-face {
	font-family:'AvenirNextPro';
	src:url("/fonts/AvenirNextLTPro-Demi.woff") format("woff"),url("/fonts/AvenirNextLTPro-Demi.woff2") format("woff2");
	font-weight:500;
	font-style:normal
}
body {
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	text-rendering:optimizeLegibility;
	speak:none;
	-webkit-font-smoothing:antialiased;
	min-height:100%
}
.heading {
	letter-spacing:1px;
	margin-top:15px;
}
.heading+p {
	margin-top:1rem
}
p {
	color:#566170
}
p+.btn,p+div {
	margin-top:1rem
}
.text-block>*:not(:nth-last-child(1)) {
	margin-bottom:2rem
}
small {
	color:#97a1af;
	line-height:1.1
}
.text-gray {
	color:#97a1af
}
.check-list {
	margin-bottom:0;
	padding-left:0;
	list-style:none
}
.check-list li {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	color:#566170;
	line-height:1.75
}
.check-list li::before {
	display:block;
	content:'';
	background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDQ0LjIgNDQ0LjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ0NC4yIDQ0NC4yOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzhBRDEwMzt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTYyLjMsNDMyLjljLTEzLjQsMC0yNi4yLTUuOC0zNC45LTE2LjFMMTcuMSwyODguMWMtMTYuNS0xOS4zLTE0LjMtNDguMyw1LTY0LjhjMTkuMy0xNi41LDQ4LjMtMTQuMyw2NC44LDVsNzIuMSw4NC4ybDIyOC0yNzVDNDIyLjQtMTIsNDU5LjMsMTUuNCw0MjMuOSw2NUwxOTkuOCw0MTMuNmMtOC4yLDExLjUtMjEuMywxOC42LTM1LjQsMTkuMkMxNjMuNyw0MzIuOSwxNjMsNDMyLjksMTYyLjMsNDMyLjl6Ii8+PC9zdmc+);
	-webkit-box-flex:0;
	-ms-flex:0 0 16px;
	flex:0 0 16px;
	height:16px;
	margin-right:.5rem
}
.hero {
	position:relative
}
.hero .container {
	position:relative;
	z-index:2
}
.hero .heading,.hero .lead {
	color:#151d33
}
.hero .lead {
	color:#151d33;
	font-weight:500;
	margin-top:2rem
}
.hero .actions,.hero .input-group {
	max-width:500px;
	margin-top:2.25rem
}
@media (max-width: 767.98px) {
	.hero .actions,.hero .input-group {
		max-width:400px
	}
}
.hero #DialCodeSelect {
	-webkit-box-shadow:0 20px 5px -15px rgba(21,29,51,0.075),0 20px 40px rgba(21,29,51,0.1);
	box-shadow:0 20px 5px -15px rgba(21,29,51,0.075),0 20px 40px rgba(21,29,51,0.1);
	border-radius:5rem
}
.hero #DialCodeSelect input {
	border-top-right-radius:5rem;
	border-bottom-right-radius:5rem;
	z-index:1
}
.hero #DialCodeSelect .input-group-prepend .dropdown>a {
	border-top-left-radius:5rem;
	border-bottom-left-radius:5rem
}
@media (max-width: 767.98px) {
	.hero #DialCodeSelect.dial-code-select .error::before {
		bottom:-11px
	}
}
@media (max-width: 575.98px) {
	.hero #DialCodeSelect {
		height:44px;
		margin-bottom:64px
	}
	.hero #DialCodeSelect .input-group-prepend {
		-webkit-box-flex:0;
		-ms-flex:0 0 54px;
		flex:0 0 54px
	}
	.hero #DialCodeSelect input {
		-webkit-box-flex:0;
		-ms-flex:0 0 calc(100% - 54px);
		flex:0 0 calc(100% - 54px)
	}
	.hero #DialCodeSelect .input-group-append {
		-webkit-box-flex:0;
		-ms-flex:0 0 100%;
		flex:0 0 100%
	}
	.hero #DialCodeSelect .input-group-append .btn {
		-webkit-box-flex:1;
		-ms-flex:1;
		flex:1;
		border-radius:50rem;
		margin-top:.5rem;
		height:44px;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center
	}
}
.hero .link {
	display:inline-block;
	color:#151d33;
	font-weight:500;
	margin-top:2rem
}
.hero .link:hover {
	color:#151d33
}
.hero .container .row {
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.hero .container .row>div:nth-last-child(1) {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end
}
.hero img {
	max-width:403.5px !important;
	min-width:403.5px !important;
	height:535px;
	-webkit-box-flex:0 !important;
	-ms-flex:0 0 403.5px !important;
	flex:0 0 403.5px !important
}
@media (max-width: 991.98px) {
	.hero img {
		display:none
	}
}
@media (max-width: 767.98px) {
	.hero h1.heading {
		font-size:3.6rem
	}
}
@media (max-width: 410px) {
	.hero h1.heading {
		font-size:3rem
	}
}
.hero:not(.hero-sm) {
	padding:9rem 0 0 0;
}
.hero:not(.hero-sm) .heading,.hero:not(.hero-sm) .lead {
	max-width:520px
}
@media (max-width: 767.98px) {
	.hero:not(.hero-sm) .heading,.hero:not(.hero-sm) .lead {
		max-width:320px
	}
}
.hero:not(.hero-sm) .col-lg-6:nth-last-child(1) {
	position:relative
}
.hero:not(.hero-sm) .col-lg-6:nth-last-child(1) .marker {
	display:block;
	position:absolute;
	top:211px;
	right:284px;
	width:40px;
	height:40px;
	z-index:3
}
@media (max-width: 991.98px) {
	.hero:not(.hero-sm) .col-lg-6:nth-last-child(1) .marker {
		display:none
	}
}
.hero:not(.hero-sm) .col-lg-6:nth-last-child(1) .marker::before,.hero:not(.hero-sm) .col-lg-6:nth-last-child(1) .marker::after {
	content:'';
	display:block;
	left:50%;
	top:50%;
	border-radius:100%
}
.hero:not(.hero-sm) .col-lg-6:nth-last-child(1) .marker::before {
	width:20px;
	height:20px;
	position:absolute;
	background-color:#7d49c3;
	-webkit-transform:translate(-50%, -50%) scale(1);
	transform:translate(-50%, -50%) scale(1);
	-webkit-box-shadow:0 3px 20px rgba(100,54,163,0.6);
	box-shadow:0 3px 20px rgba(100,54,163,0.6);
	z-index:2;
	-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275);
	animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	-webkit-animation-name:AnimateMarker2;
	animation-name:AnimateMarker2
}
.hero:not(.hero-sm) .col-lg-6:nth-last-child(1) .marker::after {
	opacity:0;
	position:absolute;
	background-color:rgba(125,73,195,0.5);
	width:40px;
	height:40px;
	-webkit-transform:translate(-50%, -50%) scale(0);
	transform:translate(-50%, -50%) scale(0);
	z-index:1;
	-webkit-animation-name:AnimateMarker;
	animation-name:AnimateMarker;
	-webkit-animation-timing-function:cubic-bezier(0.23, 1, 0.32, 1);
	animation-timing-function:cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite
}
.hero:not(.hero-sm) .col-lg-6:nth-last-child(1) .pop-up-msg {
	font-size:10px;
	position:absolute;
	top:2rem;
	right:2rem;
	border-radius:1rem;
	background-color:#f6f6fa;
	-webkit-box-shadow:0 20px 30px rgba(21,29,51,0.1),0 10px 80px rgba(21,29,51,0.05);
	box-shadow:0 20px 30px rgba(21,29,51,0.1),0 10px 80px rgba(21,29,51,0.05);
	width:240px;
	-webkit-transform:scale(0.6);
	transform:scale(0.6);
	opacity:0
}
@media (max-width: 991.98px) {
	.hero:not(.hero-sm) .col-lg-6:nth-last-child(1) .pop-up-msg {
		display:none
	}
}
.hero:not(.hero-sm) .col-lg-6:nth-last-child(1) .pop-up-msg.show {
	-webkit-transition:opacity 0.25s ease,-webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition:opacity 0.25s ease,-webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition:opacity 0.25s ease,transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition:opacity 0.25s ease,transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275),-webkit-transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1)
}
.hero:not(.hero-sm) .col-lg-6:nth-last-child(1) .pop-up-msg .header {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	background-color:#fff;
	padding:.6rem 1rem;
	border-top-right-radius:1rem;
	border-top-left-radius:1rem
}
.hero:not(.hero-sm) .col-lg-6:nth-last-child(1) .pop-up-msg .header .heading {
	font-size:.85rem;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.hero:not(.hero-sm) .col-lg-6:nth-last-child(1) .pop-up-msg .header .heading:before {
	display:block;
	content:'';
	width:12px;
	min-width:12px;
	max-width:12px;
	height:12px;
	background-color:#8ad103;
	margin-right:.5rem;
	border-radius:.15rem
}
.hero:not(.hero-sm) .col-lg-6:nth-last-child(1) .pop-up-msg .body {
	padding:1rem
}
.hero:not(.hero-sm)::before {
	content:'';
	position:absolute;
	top:-2rem;
	left:0;
	right:0;
	bottom:1rem;
	z-index:1;
	background-image:url("/images/Hero.svg?v=2");
	background-size:1500px auto;
	background-position:top center;
	background-repeat:no-repeat
}
@media (min-width: 992px) {
	.hero:not(.hero-sm)::before {
		background-size:2280px auto
	}
}
.page-hero {
	background-color:#f6f6fa;
	padding-top:calc(4.5rem + 64px);
	padding-bottom:4.5rem
}
@media (max-width: 767.98px) {
	.page-hero {
		padding-top:calc(2.5rem + 56px);
		padding-bottom:2.5rem
	}
}
.page-hero .container {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-flow:wrap;
	flex-flow:wrap
}
.page-hero p {
	-webkit-box-flex:1;
	-ms-flex:1 0 100%;
	flex:1 0 100%
}
.page-hero .icon {
	display:block;
	height:60px;
	width:60px;
	margin-right:1rem
}
@-webkit-keyframes AnimateMarker {
	from {
		opacity:1;
		-webkit-transform:translate(-50%, -50%) scale(0);
		transform:translate(-50%, -50%) scale(0)
	}
	to {
		opacity:0;
		-webkit-transform:translate(-50%, -50%) scale(3);
		transform:translate(-50%, -50%) scale(3)
	}
}
@keyframes AnimateMarker {
	from {
		opacity:1;
		-webkit-transform:translate(-50%, -50%) scale(0);
		transform:translate(-50%, -50%) scale(0)
	}
	to {
		opacity:0;
		-webkit-transform:translate(-50%, -50%) scale(3);
		transform:translate(-50%, -50%) scale(3)
	}
}
@-webkit-keyframes AnimateMarker2 {
	0% {
		-webkit-transform:translate(-50%, -50%) scale(1);
		transform:translate(-50%, -50%) scale(1)
	}
	50% {
		-webkit-transform:translate(-50%, -50%) scale(1.2);
		transform:translate(-50%, -50%) scale(1.2)
	}
	100% {
		-webkit-transform:translate(-50%, -50%) scale(1);
		transform:translate(-50%, -50%) scale(1)
	}
}
@keyframes AnimateMarker2 {
	0% {
		-webkit-transform:translate(-50%, -50%) scale(1);
		transform:translate(-50%, -50%) scale(1)
	}
	50% {
		-webkit-transform:translate(-50%, -50%) scale(1.2);
		transform:translate(-50%, -50%) scale(1.2)
	}
	100% {
		-webkit-transform:translate(-50%, -50%) scale(1);
		transform:translate(-50%, -50%) scale(1)
	}
}
.actions {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.actions>.btn:not(:nth-last-child(1)) {
	margin-right:1rem
}
.btn {
	-webkit-appearance:none;
	border:0;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	padding:.72rem 1.5rem .6rem 1.5rem
}
.btn-round {
	border-radius:5rem
}
.btn-block {
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
.btn.btn-sm {
	padding:.3rem 1rem .25rem 1rem;
	-webkit-box-shadow:0 8px 3px -8px rgba(21,29,51,0.12),0 2px 8px rgba(122,135,153,0.2) !important;
	box-shadow:0 8px 3px -8px rgba(21,29,51,0.12),0 2px 8px rgba(122,135,153,0.2) !important
}
.btn-primary {
	background-color:#8ad103;
	color:#fff;
	-webkit-box-shadow:0 12px 5px -10px rgba(21,29,51,0.16),0 2px 10px rgba(138,209,3,0.4);
	box-shadow:0 12px 5px -10px rgba(21,29,51,0.16),0 2px 10px rgba(138,209,3,0.4);
	-webkit-transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.btn-primary:hover {
	background-color:#9bea03;
	-webkit-box-shadow:0 15px 7px -10px rgba(21,29,51,0.16),0 5px 12px rgba(138,209,3,0.4);
	box-shadow:0 15px 7px -10px rgba(21,29,51,0.16),0 5px 12px rgba(138,209,3,0.4)
}
.btn-secondary {
	background-color:#7a8799;
	color:#fff;
	-webkit-box-shadow:0 12px 5px -10px rgba(21,29,51,0.16),0 2px 10px rgba(122,135,153,0.4);
	box-shadow:0 12px 5px -10px rgba(21,29,51,0.16),0 2px 10px rgba(122,135,153,0.4);
	-webkit-transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.btn-secondary:hover {
	background-color:#8894a4;
	-webkit-box-shadow:0 15px 7px -10px rgba(21,29,51,0.16),0 5px 12px rgba(122,135,153,0.4);
	box-shadow:0 15px 7px -10px rgba(21,29,51,0.16),0 5px 12px rgba(122,135,153,0.4)
}
.btn-success {
	background-color:#8ad103;
	color:#fff;
	-webkit-box-shadow:0 12px 5px -10px rgba(21,29,51,0.16),0 2px 10px rgba(138,209,3,0.4);
	box-shadow:0 12px 5px -10px rgba(21,29,51,0.16),0 2px 10px rgba(138,209,3,0.4);
	-webkit-transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.btn-success:hover {
	background-color:#9bea03;
	-webkit-box-shadow:0 15px 7px -10px rgba(21,29,51,0.16),0 5px 12px rgba(138,209,3,0.4);
	box-shadow:0 15px 7px -10px rgba(21,29,51,0.16),0 5px 12px rgba(138,209,3,0.4)
}
.btn-info {
	background-color:#17a2b8;
	color:#fff;
	-webkit-box-shadow:0 12px 5px -10px rgba(21,29,51,0.16),0 2px 10px rgba(23,162,184,0.4);
	box-shadow:0 12px 5px -10px rgba(21,29,51,0.16),0 2px 10px rgba(23,162,184,0.4);
	-webkit-transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.btn-info:hover {
	background-color:#1ab6cf;
	-webkit-box-shadow:0 15px 7px -10px rgba(21,29,51,0.16),0 5px 12px rgba(23,162,184,0.4);
	box-shadow:0 15px 7px -10px rgba(21,29,51,0.16),0 5px 12px rgba(23,162,184,0.4)
}
.btn-warning {
	background-color:#f8cf35;
	color:#fff;
	-webkit-box-shadow:0 12px 5px -10px rgba(21,29,51,0.16),0 2px 10px rgba(248,207,53,0.4);
	box-shadow:0 12px 5px -10px rgba(21,29,51,0.16),0 2px 10px rgba(248,207,53,0.4);
	-webkit-transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.btn-warning:hover {
	background-color:#f9d54e;
	-webkit-box-shadow:0 15px 7px -10px rgba(21,29,51,0.16),0 5px 12px rgba(248,207,53,0.4);
	box-shadow:0 15px 7px -10px rgba(21,29,51,0.16),0 5px 12px rgba(248,207,53,0.4)
}
.btn-danger {
	background-color:#dc3545;
	color:#fff;
	-webkit-box-shadow:0 12px 5px -10px rgba(21,29,51,0.16),0 2px 10px rgba(220,53,69,0.4);
	box-shadow:0 12px 5px -10px rgba(21,29,51,0.16),0 2px 10px rgba(220,53,69,0.4);
	-webkit-transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.btn-danger:hover {
	background-color:#e04b59;
	-webkit-box-shadow:0 15px 7px -10px rgba(21,29,51,0.16),0 5px 12px rgba(220,53,69,0.4);
	box-shadow:0 15px 7px -10px rgba(21,29,51,0.16),0 5px 12px rgba(220,53,69,0.4)
}
.btn-light {
	background-color:#f6f6fa;
	color:#fff;
	-webkit-box-shadow:0 12px 5px -10px rgba(21,29,51,0.16),0 2px 10px rgba(246,246,250,0.4);
	box-shadow:0 12px 5px -10px rgba(21,29,51,0.16),0 2px 10px rgba(246,246,250,0.4);
	-webkit-transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.btn-light:hover {
	background-color:#fff;
	-webkit-box-shadow:0 15px 7px -10px rgba(21,29,51,0.16),0 5px 12px rgba(246,246,250,0.4);
	box-shadow:0 15px 7px -10px rgba(21,29,51,0.16),0 5px 12px rgba(246,246,250,0.4)
}
.btn-dark {
	background-color:#1f2328;
	color:#fff;
	-webkit-box-shadow:0 12px 5px -10px rgba(21,29,51,0.16),0 2px 10px rgba(31,35,40,0.4);
	box-shadow:0 12px 5px -10px rgba(21,29,51,0.16),0 2px 10px rgba(31,35,40,0.4);
	-webkit-transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.btn-dark:hover {
	background-color:#2a2f37;
	-webkit-box-shadow:0 15px 7px -10px rgba(21,29,51,0.16),0 5px 12px rgba(31,35,40,0.4);
	box-shadow:0 15px 7px -10px rgba(21,29,51,0.16),0 5px 12px rgba(31,35,40,0.4)
}
.btn-accent {
	background-color:#7d49c3;
	color:#fff;
	-webkit-box-shadow:0 12px 5px -10px rgba(21,29,51,0.16),0 2px 10px rgba(125,73,195,0.4);
	box-shadow:0 12px 5px -10px rgba(21,29,51,0.16),0 2px 10px rgba(125,73,195,0.4);
	-webkit-transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.btn-accent:hover {
	background-color:#8b5cc9;
	-webkit-box-shadow:0 15px 7px -10px rgba(21,29,51,0.16),0 5px 12px rgba(125,73,195,0.4);
	box-shadow:0 15px 7px -10px rgba(21,29,51,0.16),0 5px 12px rgba(125,73,195,0.4)
}
.btn-white {
	background-color:#fff;
	color:#8ad103;
	-webkit-box-shadow:0 12px 5px -10px rgba(21,29,51,0.16),0 2px 10px rgba(122,135,153,0.4);
	box-shadow:0 12px 5px -10px rgba(21,29,51,0.16),0 2px 10px rgba(122,135,153,0.4);
	-webkit-transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.35s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.btn-white:hover {
	background-color:#f2f2f2;
	-webkit-box-shadow:0 15px 7px -10px rgba(21,29,51,0.16),0 5px 12px rgba(122,135,153,0.4);
	box-shadow:0 15px 7px -10px rgba(21,29,51,0.16),0 5px 12px rgba(122,135,153,0.4)
}
.btn.btn-arrow {
	position:relative;
	padding-right:calc(39px + 1.125rem)
}
.btn.btn-arrow::after {
	display:block;
	position:absolute;
	height:37px;
	width:37px;
	top:4px;
	right:4px;
	padding:.65rem;
	border-radius:100%;
	background-color:rgba(255,255,255,0.25);
	content:url('data:image/svg+xml;utf8,<svg viewBox="0 0 464 464" fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg"><path d="m265.4 47.5c-2.8 2.7-4.3 6.4-4.3 10.3v75.5c0 5.9-4.8 10.7-10.7 10.7h-236.1c-7.9 0-14.3 6.4-14.3 14.3v147c0 7.9 6.4 14.3 14.3 14.3h236.2c5.9 0 10.7 4.8 10.7 10.7v75.7c-0.1 7.9 6.1 14.4 14 14.6 4 0.1 7.8-1.5 10.5-4.3l174.1-174.1c2.7-2.6 4.2-6.3 4.3-10 0-3.8-1.5-7.5-4.3-10.2l-174.1-174.2c-5.6-5.7-14.6-5.8-20.3-0.3z"/></svg>')
}
.btn.close i {
	height:10px;
	width:10px;
	content:url('data:image/svg+xml;utf8,<svg fill="#151d33" viewBox="0 0 95.939 95.939" xmlns="http://www.w3.org/2000/svg"><path d="m62.819 47.97 32.533-32.534c0.781-0.781 0.781-2.047 0-2.828l-12.019-12.022c-0.375-0.375-0.885-0.586-1.414-0.586-0.53 0-1.039 0.211-1.414 0.586l-32.535 32.535-32.535-32.535c-0.75-0.75-2.078-0.75-2.828 0l-12.02 12.022c-0.781 0.781-0.781 2.047 0 2.828l32.534 32.534-32.534 32.534c-0.781 0.781-0.781 2.047 0 2.828l12.02 12.021c0.375 0.375 0.884 0.586 1.414 0.586s1.039-0.211 1.414-0.586l32.535-32.535 32.535 32.535c0.375 0.375 0.884 0.586 1.414 0.586 0.529 0 1.039-0.211 1.414-0.586l12.02-12.021c0.781-0.781 0.781-2.048 0-2.828l-32.534-32.534z"/></svg>');
	opacity:0.5;
	-webkit-transition:opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.btn.close i:hover {
	opacity:1
}
.card {
	border-radius:1rem;
	-webkit-box-shadow:0 12px 10px -10px rgba(21,29,51,0.1),0 20px 80px rgba(21,29,51,0.1);
	box-shadow:0 12px 10px -10px rgba(21,29,51,0.1),0 20px 80px rgba(21,29,51,0.1);
	padding:50px;
}
.docs-card {
	padding:2rem;
	background-color:#fff
}
.docs-card h6 {
	margin-bottom:1rem
}
.docs-card p,.docs-card td,.docs-card div {
	font-size:.875rem
}
.docs-card ul+ul,.docs-card p+ul,.docs-card ul+p,.docs-card p+p,.docs-card p+dl {
	margin-top:1rem;
	font-weight:400
}
.docs-card .docs-section:not(:nth-last-child(1)) {
	margin-bottom:2rem;
	padding-bottom:2rem;
	border-bottom:1px solid #ced3e1
}
.docs-card a {
	color:#8ad103
}
.docs-card ul {
	list-style:none;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-flow:wrap;
	flex-flow:wrap;
	padding-left:0;
	margin-bottom:0
}
.docs-card li {
	color:#151d33
}
.docs-card ul.inline {
	margin-left:-1rem;
	margin-right:-1rem
}
.docs-card ul.inline li {
	padding:.25rem 1rem
}
.docs-card table {
	width:100%
}
.docs-card table th {
	padding:.35rem .25rem;
	border-bottom:1px solid #f6f6fa
}
.docs-card table td {
	padding:.25rem;
	border-bottom:1px solid #f6f6fa;
	font-weight:400;
	color:#566170
}
.navbar {
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:6;
	padding-top:0.25rem;
	padding-bottom:0.25rem
}
.navbar.transparent {
	background-color:initial !important
}
.navbar.transparent .btn {
	background-color:#8ad103;
	color:#fff
}
.navbar.transparent .dropdown a {
	color:#151d33
}
.navbar:not(.transparent) {
	-webkit-box-shadow:0 15px 7px -13px rgba(21,29,51,0.1),0 5px 40px rgba(21,29,51,0.1);
	box-shadow:0 15px 7px -13px rgba(21,29,51,0.1),0 5px 40px rgba(21,29,51,0.1)
}
.navbar:not(.transparent) .btn {
	background-color:#8ad103;
	color:#fff
}
.navbar:not(.transparent) .dropdown a {
	color:#151d33
}
.navbar .btn {
	line-height:1.2;
	border-radius:50rem
}
.navbar .dropdown {
	margin-left:1.5rem
}
.navbar .dropdown .dropdown-menu {
	right:-1rem
}
.navbar .nav-item .nav-link {
	color:#151d33
}
.navbar .nav-item .nav-link:hover {
	color:#151d33
}
.navbar .nav-item.active .nav-link {
	color:#8ad103
}
.navbar .nav-item .nav-link {
	font-weight:500;
	padding-left:1rem
}
.navbar .nav-item:not(:nth-last-child(1)) .nav-link {
	padding-right:1rem
}
.navbar-brand {
	font-weight:bold;
	font-size:24px
}
@media (max-width: 767.98px) {
	.navbar-brand {
		font-size:22px
	}
}
.navbar-brand,.navbar-brand:hover {
	color:#7d49c3 !important
}
.navbar-brand span,.navbar-brand:hover span {
	color:#8ad103
}
@media (min-width: 992px) {
	#t-view .navbar .navbar-collapse,#l-view .navbar .navbar-collapse,#home-view .navbar .navbar-collapse,#how-it-works-view .navbar .navbar-collapse,#pricing-view .navbar .navbar-collapse,#contact-view .navbar .navbar-collapse,#faq-view .navbar .navbar-collapse,#login-view .navbar .navbar-collapse,#unsubscribe-view .navbar .navbar-collapse,#register-view .navbar .navbar-collapse,#cookie-policy-view .navbar .navbar-collapse,#privacy-policy-view .navbar .navbar-collapse,#reset-pass-view .navbar .navbar-collapse,#terms-of-use-view .navbar .navbar-collapse {
		-webkit-box-pack:end;
		-ms-flex-pack:end;
		justify-content:flex-end;
		-webkit-box-flex:1;
		-ms-flex:1;
		flex:1
	}
}
@media (max-width: 991.98px) {
	#t-view .navbar .navbar-collapse,#l-view .navbar .navbar-collapse,#home-view .navbar .navbar-collapse,#how-it-works-view .navbar .navbar-collapse,#pricing-view .navbar .navbar-collapse,#contact-view .navbar .navbar-collapse,#faq-view .navbar .navbar-collapse,#login-view .navbar .navbar-collapse,#unsubscribe-view .navbar .navbar-collapse,#register-view .navbar .navbar-collapse,#cookie-policy-view .navbar .navbar-collapse,#privacy-policy-view .navbar .navbar-collapse,#reset-pass-view .navbar .navbar-collapse,#terms-of-use-view .navbar .navbar-collapse {
		position:fixed;
		left:0;
		top:50px;
		height:100vh;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
		width:100%;
		background-color:#fff;
		-webkit-box-align:start;
		-ms-flex-align:start;
		align-items:flex-start;
		padding:2rem 1rem;
		-webkit-transform:translateX(-100%) translate3d(0, 0, 0);
		transform:translateX(-100%) translate3d(0, 0, 0);
		-webkit-box-shadow:20px 0 17px -13px rgba(21,29,51,0),5px 0 140px rgba(21,29,51,0);
		box-shadow:20px 0 17px -13px rgba(21,29,51,0),5px 0 140px rgba(21,29,51,0);
		
	}
}
@media (max-width: 991.98px) {
	#t-view .navbar .navbar-collapse .btn,#l-view .navbar .navbar-collapse .btn,#home-view .navbar .navbar-collapse .btn,#how-it-works-view .navbar .navbar-collapse .btn,#pricing-view .navbar .navbar-collapse .btn,#contact-view .navbar .navbar-collapse .btn,#faq-view .navbar .navbar-collapse .btn,#login-view .navbar .navbar-collapse .btn,#unsubscribe-view .navbar .navbar-collapse .btn,#register-view .navbar .navbar-collapse .btn,#cookie-policy-view .navbar .navbar-collapse .btn,#privacy-policy-view .navbar .navbar-collapse .btn,#reset-pass-view .navbar .navbar-collapse .btn,#terms-of-use-view .navbar .navbar-collapse .btn {
		margin-top:.5rem;
		margin-bottom:.5rem
	}
	#t-view .navbar .navbar-collapse [data-target="#LangSelectModal"],#l-view .navbar .navbar-collapse [data-target="#LangSelectModal"],#home-view .navbar .navbar-collapse [data-target="#LangSelectModal"],#how-it-works-view .navbar .navbar-collapse [data-target="#LangSelectModal"],#pricing-view .navbar .navbar-collapse [data-target="#LangSelectModal"],#contact-view .navbar .navbar-collapse [data-target="#LangSelectModal"],#faq-view .navbar .navbar-collapse [data-target="#LangSelectModal"],#login-view .navbar .navbar-collapse [data-target="#LangSelectModal"],#unsubscribe-view .navbar .navbar-collapse [data-target="#LangSelectModal"],#register-view .navbar .navbar-collapse [data-target="#LangSelectModal"],#cookie-policy-view .navbar .navbar-collapse [data-target="#LangSelectModal"],#privacy-policy-view .navbar .navbar-collapse [data-target="#LangSelectModal"],#reset-pass-view .navbar .navbar-collapse [data-target="#LangSelectModal"],#terms-of-use-view .navbar .navbar-collapse [data-target="#LangSelectModal"] {
		padding:.75rem 1rem;
		line-height:1.5;
		color:#151d33
	}
	#t-view .navbar .navbar-collapse [data-target="#LangSelectModal"]:hover,#l-view .navbar .navbar-collapse [data-target="#LangSelectModal"]:hover,#home-view .navbar .navbar-collapse [data-target="#LangSelectModal"]:hover,#how-it-works-view .navbar .navbar-collapse [data-target="#LangSelectModal"]:hover,#pricing-view .navbar .navbar-collapse [data-target="#LangSelectModal"]:hover,#contact-view .navbar .navbar-collapse [data-target="#LangSelectModal"]:hover,#faq-view .navbar .navbar-collapse [data-target="#LangSelectModal"]:hover,#login-view .navbar .navbar-collapse [data-target="#LangSelectModal"]:hover,#unsubscribe-view .navbar .navbar-collapse [data-target="#LangSelectModal"]:hover,#register-view .navbar .navbar-collapse [data-target="#LangSelectModal"]:hover,#cookie-policy-view .navbar .navbar-collapse [data-target="#LangSelectModal"]:hover,#privacy-policy-view .navbar .navbar-collapse [data-target="#LangSelectModal"]:hover,#reset-pass-view .navbar .navbar-collapse [data-target="#LangSelectModal"]:hover,#terms-of-use-view .navbar .navbar-collapse [data-target="#LangSelectModal"]:hover {
		color:#8ad103
	}
}
#dashboard-view .navbar .navbar-collapse,#history-view .navbar .navbar-collapse,#billing-view .navbar .navbar-collapse,#settings-view .navbar .navbar-collapse {
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1
}
#dashboard-view .navbar .navbar-collapse [data-target="#LangSelectModal"],#history-view .navbar .navbar-collapse [data-target="#LangSelectModal"],#billing-view .navbar .navbar-collapse [data-target="#LangSelectModal"],#settings-view .navbar .navbar-collapse [data-target="#LangSelectModal"] {
	padding:.75rem  1rem .75rem 0
}
.navbar .navbar-collapse {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.navbar [data-target="#LangSelectModal"] {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding:.75rem 0 .75rem 1rem
}
.navbar [data-target="#LangSelectModal"]::after {
	display:block;
	content:'';
	background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MCA2MCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMxNTFkMzM7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5jaGV2cm9uPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zNS42NCwzOS43Niw1MS40MSwyNi4xYTMuNCwzLjQsMCwwLDAtMi4yMy02SDEwLjgyYTMuNCwzLjQsMCwwLDAtMi4yMyw2TDI0LjM2LDM5Ljc2QTguNjIsOC42MiwwLDAsMCwzNS42NCwzOS43NloiLz48L3N2Zz4=);
	width:12px;
	height:12px;
	margin-left:.5rem;
	margin-top:-2px;
	background-size:12px 12px
}
.navbar-toggler {
	position:relative;
	padding:.25rem;
	width:calc(30px + .5rem);
	height:calc(30px + .5rem);
	border:0;
	display:block;
	-webkit-appearance:none;
	margin-right:-.25rem
}
.navbar-toggler>span {
	top:50%;
	display:block;
	margin-top:-1.5px
}
.navbar-toggler>span,.navbar-toggler>span::before,.navbar-toggler>span::after {
	position:absolute;
	width:30px;
	height:3px;
	border-radius:3px;
	background-color:#151d33
}
.navbar-toggler>span::before,.navbar-toggler>span::after {
	display:block;
	content:""
}
.navbar-toggler>span::before {
	top:-8px
}
.navbar-toggler>span::after {
	bottom:-8px
}
.nav-active .navbar-toggler>span {
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg)
}
.nav-active .navbar-toggler>span::before {
	top:0;
	opacity:0
}
.nav-active .navbar-toggler>span::after {
	bottom:0;
	-webkit-transform:rotate(-90deg);
	transform:rotate(-90deg)
}
@media (max-width: 991.98px) {
	body.nav-active>.view .navbar .navbar-collapse {
		-webkit-transform:translateX(0) translate3d(0, 0, 0) !important;
		transform:translateX(0) translate3d(0, 0, 0) !important;
		-webkit-transition:-webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.25s linear !important;
		transition:-webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.25s linear !important;
		transition:transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),box-shadow 0.25s linear !important;
		transition:transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),box-shadow 0.25s linear,-webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),-webkit-box-shadow 0.25s linear !important;
		-webkit-box-shadow:20px 0 17px -13px rgba(21,29,51,0.1),5px 0 140px rgba(21,29,51,0.2) !important;
		box-shadow:20px 0 17px -13px rgba(21,29,51,0.1),5px 0 140px rgba(21,29,51,0.2) !important
	}
}
#dashboard-view .navbar .container,#history-view .navbar .container,#billing-view .navbar .container,#settings-view .navbar .container {
	max-width:100% !important
}
#history-view .t-row {
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
@media (max-width: 767.98px) {
	#history-view .t-row small {
		font-size:60%;
		display:block
	}
}
@media (min-width: 576px) {
	#history-view .t-row small:not(:nth-last-child(1)) {
		margin-right:.5rem
	}
}
#history-view .t-row>div {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
@media (max-width: 767.98px) {
	#history-view .t-row>div:nth-child(4),#history-view .t-head>div:nth-child(4) {
		display:none
	}
}
.dropdown-menu {
	-webkit-transform:translateZ(0);
	transform:translateZ(0);
	border:0;
	-webkit-box-shadow:0 15px 7px -13px rgba(21,29,51,0.1),0 5px 40px rgba(21,29,51,0.1);
	box-shadow:0 15px 7px -13px rgba(21,29,51,0.1),0 5px 40px rgba(21,29,51,0.1);
	border-radius:1rem;
	padding:.75rem 0
}
.dropdown-toggle {
	text-decoration:none !important
}
.dropdown-menu .dropdown-item {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	cursor:pointer;
	-webkit-transition:color 0.2625s cubic-bezier(0.215, 0.61, 0.355, 1),background-color 0.2625s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:color 0.2625s cubic-bezier(0.215, 0.61, 0.355, 1),background-color 0.2625s cubic-bezier(0.215, 0.61, 0.355, 1);
	color:#151d33 !important
}
.dropdown-menu .dropdown-item:hover {
	color:#151d33 !important
}
.dropdown-menu .dropdown-item.active,.dropdown-menu .dropdown-item:active {
	background-color:rgba(138,209,3,0.15);
	color:#8ad103 !important
}
/*! Drop Down Arrow */.dropdown-menu {
	margin-top:.5rem
}
.dropdown-menu::before {
	content:url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 640 241" style="enable-background:new 0 0 640 241;" xml:space="preserve"><style type="text/css">.st0{fill:#FFFFFF;}</style><g><path class="st0" d="M225.6,45L0,241h640L414.4,45C360.3-2,279.7-2,225.6,45z"/></g></svg>');
	position:absolute;
	top:-12px;
	height:14px;
	width:38px
}
.dropdown-menu:not(.dropdown-menu-right)::before {
	left:1.5rem
}
.dropdown-menu.dropdown-menu-right::before {
	right:1.5rem
}
/*! Animate */.dropdown-menu {
	-webkit-animation-duration:0.35s;
	animation-duration:0.35s;
	-webkit-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)
}
.dropdown-menu.show {
	-webkit-animation-name:AnimateDropDown;
	animation-name:AnimateDropDown
}
@-webkit-keyframes AnimateDropDown {
	0% {
		opacity:0;
		margin-top:3rem
	}
	100% {
		margin-top:2rem;
		opacity:1
	}
}
@keyframes AnimateDropDown {
	0% {
		opacity:0;
		margin-top:3rem
	}
	100% {
		margin-top:2rem;
		opacity:1
	}
}
#dial-code-select .dropdown-toggle span:nth-last-child(1) {
	display:none
}
#dial-code-select .dropdown-menu>.scroller {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	height:260px;
	overflow-x:hidden;
	overflow-y:auto
}
#dial-code-select .dropdown-menu>.scroller a {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
#dial-code-select .dropdown-menu>.scroller a i {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	border-radius:100%;
	-webkit-box-flex:0;
	-ms-flex:0 0 20px;
	flex:0 0 20px;
	height:20px;
	background-size:cover
}
#dial-code-select .dropdown-menu>.scroller a span {
	margin-left:1rem
}
#dial-code-select .dropdown-menu>.scroller a span:nth-last-child(2) {
	-webkit-box-flex:0;
	-ms-flex:0 0 60px;
	flex:0 0 60px
}
#dial-code-select .dropdown-menu>.scroller a span:nth-last-child(1) {
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1
}
.icon::before {
	display:block;
	height:100%;
	width:100%
}
.icon-phone {
	background-position:50%;
	background-repeat:no-repeat;
	background-size:70% 70%;
	background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDA5LjYgNDA5LjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwOS42IDQwOS42OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzhBRDEwMzt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTIxLDQwNi4zYy0xNS44LDAtMjguNy0xMi45LTI4LjctMjguN1YzMS45YzAtMTUuOCwxMi45LTI4LjcsMjguNy0yOC43aDE2NS43YzE1LjgsMCwyOC43LDEyLjksMjguNywyOC43djM0NS43YzAsMTUuOC0xMi45LDI4LjctMjguNywyOC43SDEyMXogTTEwNi4yLDM3Ny43YzAsOC4yLDYuNiwxNC44LDE0LjgsMTQuOGgxNjUuN2M4LDAsMTQuNi02LjQsMTQuOC0xNC40bDAtNDMuNUgxMDYuMlYzNzcuN3ogTTMwMS40LDMyMC42VjYyLjVIMTA2LjJ2MjU4LjJIMzAxLjR6IE0zMDEuNCw0OC42VjMxLjljMC04LjItNi42LTE0LjgtMTQuOC0xNC44SDEyMWMtOC4yLDAtMTQuOCw2LjYtMTQuOCwxNC44djE2LjdIMzAxLjR6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTIwMy44LDM4Ni44Yy0xMi40LDAtMjIuNS0xMC4xLTIyLjUtMjIuNWMwLTEyLjQsMTAuMS0yMi41LDIyLjUtMjIuNXMyMi41LDEwLjEsMjIuNSwyMi41QzIyNi4zLDM3Ni43LDIxNi4yLDM4Ni44LDIwMy44LDM4Ni44eiBNMjAzLjgsMzU1LjdjLTQuNywwLTguNiwzLjktOC42LDguNmMwLDQuOCwzLjksOC42LDguNiw4LjZjNC44LDAsOC42LTMuOSw4LjYtOC42QzIxMi40LDM1OS42LDIwOC41LDM1NS43LDIwMy44LDM1NS43eiIvPjwvc3ZnPg==)
}
.icon-wifi {
	background-position:50%;
	background-repeat:no-repeat;
	background-size:70% 70%;
	background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOGFkMTAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIuMDAxIDUxMi4wMDEiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTM5OS4yOCAyNzcuNmMtMC4xNzEtNS45MDQtMi43OTItMTEuNTM2LTcuMTkxLTE1LjQ1NC0zNy40MTktMzMuMzEyLTg1Ljc0OC01MS42NTgtMTM2LjA5LTUxLjY1OHMtOTguNjY5IDE4LjM0Ni0xMzYuMDkgNTEuNjU4Yy00LjM5OCAzLjkxNi03LjAxOSA5LjU0OC03LjE5IDE1LjQ1MS0wLjE3MyA1Ljk0IDIuMTM3IDExLjc1NiA2LjMzOSAxNS45NTdsNDEuMTIzIDQxLjEyM2M4LjAwMSA3Ljk5OSAyMC41NTMgOC41NDUgMjkuMiAxLjI2NyAxOC41NS0xNS42MiA0Mi4yMDktMjQuMjIxIDY2LjYxNi0yNC4yMiAyNC40MDkgMCA0OC4wNjcgOC42MDMgNjYuNjE3IDI0LjIyIDQuMDY3IDMuNDI2IDguOTk3IDUuMTE5IDEzLjkxNCA1LjExOSA1LjUzNC0xZS0zIDExLjA0OS0yLjE0NyAxNS4yODctNi4zODRsNDEuMTIyLTQxLjEyM2M0LjItNC4yMDEgNi41MTEtMTAuMDE2IDYuMzM5LTE1Ljk1NnptLTYyLjcyNCA0MS43OTctNGUtMyAtMmUtM2MtMjIuNDQ1LTE4Ljg5OC01MS4wNTItMjkuMzA1LTgwLjU1MS0yOS4zMDUtMjkuNDk4IDAtNTguMTA3IDEwLjQwOS04MC41MTkgMjkuMjlsLTQxLjE4My00MS4wNzVjMzMuNDUzLTI5Ljc4IDc2LjY3NC00Ni4xODEgMTIxLjctNDYuMTgxczg4LjI1IDE2LjQwMSAxMjEuNjQgNDYuMTMzbC00MS4wODggNDEuMTR6Ii8+PHBhdGggZD0ibTI4OC4xOSAzODMuMDFjLTguNTk4LTguNTk4LTIwLjAzLTEzLjMzNC0zMi4xODktMTMuMzM0cy0yMy41OTIgNC43MzYtMzIuMTkgMTMuMzMzYy0xNy43NDggMTcuNzUxLTE3Ljc0OCA0Ni42MyAxZS0zIDY0LjM3OSA4Ljg3NCA4Ljg3NCAyMC41MzMgMTMuMzExIDMyLjE4OSAxMy4zMTFzMjMuMzE0LTQuNDM2IDMyLjE4OC0xMy4zMTFjOC41OTgtOC41OTcgMTMuMzM0LTIwLjAzIDEzLjMzNC0zMi4xODkgMC0xMi4xNi00LjczNi0yMy41OTItMTMuMzMzLTMyLjE4OXptLTE1LjI5OSA0OS4wODJjLTkuMzEyIDkuMzE0LTI0LjQ2OCA5LjMxNC0zMy43ODIgMC05LjMxNS05LjMxNS05LjMxNS0yNC40NyAwLTMzLjc4NCA0LjUxMi00LjUxMyAxMC41MTEtNi45OTcgMTYuODkyLTYuOTk3IDYuMzggMCAxMi4zNzkgMi40ODUgMTYuODkxIDYuOTk3IDAgMWUtMyAwIDFlLTMgMWUtMyAxZS0zIDQuNTEyIDQuNTEyIDYuOTk2IDEwLjUxMSA2Ljk5NiAxNi44OTIgMCA2LjM4LTIuNDg1IDEyLjM4LTYuOTk4IDE2Ljg5MXoiLz48cGF0aCBkPSJtNTA1LjE1IDE0OS43MmMtMTM5LjcxLTEzMS4yMi0zNTguNTgtMTMxLjIyLTQ5OC4yOS0xZS0zIC00LjMyNiA0LjA2Mi02Ljc1OCA5LjU2MS02Ljg1MiAxNS40ODYtMC4wOTIgNS45MDIgMi4xNTYgMTEuNDUxIDYuMzI4IDE1LjYyM2w0MS4wNDEgNDEuMDQxYzguMjYgOC4yNiAyMS40MjUgOC41MTkgMjkuOTcxIDAuNTkyIDQ4LjYwNS00NS4wOTggMTEyLjA1LTY5LjkzNSAxNzguNjYtNjkuOTM1IDY2LjYwNCAwIDEzMC4wNSAyNC44MzcgMTc4LjY2IDY5LjkzNSA0LjE2IDMuODYyIDkuNDE2IDUuNzgxIDE0LjY2OCA1Ljc4MSA1LjUzNCAwIDExLjA2NS0yLjEzMyAxNS4zMDQtNi4zNzJsNDEuMDQxLTQxLjA0MWM0LjE3My00LjE3MiA2LjQyLTkuNzIxIDYuMzI4LTE1LjYyMy0wLjA5NS01LjkyNC0yLjUyNy0xMS40MjQtNi44NTMtMTUuNDg2em0tNTUuNzcyIDU2Ljg4M2MtNTIuNjE5LTQ4LjgyNC0xMjEuMjktNzUuNzExLTE5My4zNy03NS43MTEtNzIuMDgxIDAtMTQwLjc2IDI2Ljg4OC0xOTMuMzMgNzUuNjc5bC00MS4wMDUtNDEuMDgyYzEzMS40MS0xMjMuNDIgMzM3LjI3LTEyMy40MiA0NjguNjcgMWUtM2wwLjAzNiAwLjA0MS00MC45OTkgNDEuMDcyeiIvPjwvc3ZnPg==)
}
.icon-devices {
	background-position:50%;
	background-repeat:no-repeat;
	background-size:70% 70%;
	background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOGFkMTAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im00MzUuNTcgNTkuODU4aC00MTAuNDZjLTEzLjg1MSAwLTI1LjExOSAxMS4yNjgtMjUuMTE5IDI1LjExOXYyNzMuNjRjMCAxMy44NTEgMTEuMjY4IDI1LjExOSAyNS4xMTkgMjUuMTE5aDE0NC44NGwtNi41NDcgNTIuMzc2aC0xMC4wMjVjLTQuNDI3IDAtOC4wMTcgMy41ODktOC4wMTcgOC4wMTcgMCA0LjQyNyAzLjU4OSA4LjAxNyA4LjAxNyA4LjAxN2g0Mi43NTZjNC40MjcgMCA4LjAxNy0zLjU4OSA4LjAxNy04LjAxNyAwLTQuNDI3LTMuNTg5LTguMDE3LTguMDE3LTguMDE3aC0xNi41NzJsNi41NDctNTIuMzc2aDEwLjAyNWM0LjQyNyAwIDguMDE3LTMuNTg5IDguMDE3LTguMDE3IDAtNC40MjctMy41ODktOC4wMTctOC4wMTctOC4wMTdoLTE3MS4wMmMtNS4wMSAwLTkuMDg2LTQuMDc2LTkuMDg2LTkuMDg2di0yNi4xODhoMTgwLjExYzQuNDI3IDAgOC4wMTctMy41ODkgOC4wMTctOC4wMTdzLTMuNTg5LTguMDE3LTguMDE3LTguMDE3aC0xODAuMTF2LTIzMS40MWMwLTUuMDEgNC4wNzYtOS4wODYgOS4wODYtOS4wODZoNDEwLjQ2YzUuMDEgMCA5LjA4NiA0LjA3NiA5LjA4NiA5LjA4NnYxNzEuMDJjMCA0LjQyNyAzLjU4OSA4LjAxNyA4LjAxNyA4LjAxNyA0LjQyNyAwIDguMDE3LTMuNTg5IDguMDE3LTguMDE3di0xNzEuMDJjLTFlLTMgLTEzLjg1MS0xMS4yNjktMjUuMTE5LTI1LjEyLTI1LjExOXoiLz48cGF0aCBkPSJtMzY3LjE2IDIxMy43OGgtMTE5LjcyYy0xMy44NTEgMC0yNS4xMTkgMTEuMjY4LTI1LjExOSAyNS4xMTl2MTg4LjEyYzAgMTMuODUxIDExLjI2OCAyNS4xMTkgMjUuMTE5IDI1LjExOWgxMTkuNzJjMTMuODUxIDAgMjUuMTE5LTExLjI2OCAyNS4xMTktMjUuMTE5di0xODguMTJjMC0xMy44NTEtMTEuMjY4LTI1LjExOS0yNS4xMTktMjUuMTE5em05LjA4NiAyMTMuMjRjMCA1LjAxLTQuMDc2IDkuMDg2LTkuMDg2IDkuMDg2aC0xMTkuNzJjLTUuMDEgMC05LjA4Ni00LjA3Ni05LjA4Ni05LjA4NnYtOS4wODZoMTM3Ljg5djkuMDg2em0wLTI1LjExOWgtMTM3Ljg5di0xMzcuODloMTM3Ljg5djEzNy44OXptMC0xNTMuOTJoLTEzNy44OXYtOS4wODZjMC01LjAxIDQuMDc2LTkuMDg2IDkuMDg2LTkuMDg2aDExOS43MmM1LjAxIDAgOS4wODYgNC4wNzYgOS4wODYgOS4wODZ2OS4wODZ6Ii8+PHBhdGggZD0ibTQ4Ni44OCAyODIuMTloLTUxLjMwN2MtMTMuODUxIDAtMjUuMTE5IDExLjI2OC0yNS4xMTkgMjUuMTE5djExOS43MmMwIDEzLjg1MSAxMS4yNjggMjUuMTE5IDI1LjExOSAyNS4xMTloNTEuMzA3YzEzLjg1MSAwIDI1LjExOS0xMS4yNjggMjUuMTE5LTI1LjExOXYtMTE5LjcyYzAtMTMuODUxLTExLjI2OC0yNS4xMTktMjUuMTE5LTI1LjExOXptOS4wODYgMTQ0Ljg0YzAgNS4wMS00LjA3NiA5LjA4Ni05LjA4NiA5LjA4NmgtNTEuMzA3Yy01LjAxIDAtOS4wODYtNC4wNzYtOS4wODYtOS4wODZ2LTkuMDg2aDY5LjQ3OHY5LjA4NnptMC0yNS4xMTloLTY5LjQ3OHYtNjkuNDc4aDY5LjQ3OHY2OS40Nzh6bTAtODUuNTExaC02OS40Nzh2LTkuMDg2YzAtNS4wMSA0LjA3Ni05LjA4NiA5LjA4Ni05LjA4Nmg1MS4zMDdjNS4wMSAwIDkuMDg2IDQuMDc2IDkuMDg2IDkuMDg2djkuMDg2eiIvPjwvc3ZnPg==)
}
.icon-alert {
	background-position:50%;
	background-repeat:no-repeat;
	background-size:70% 70%;
	background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOGFkMTAzIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMzMyIDI4MGMtNC40MTggMC04IDMuNTgyLTggOHYxNDRoLTI3MnYtMzUyaDg4YzQuNDE4IDAgOC0zLjU4MiA4LThzLTMuNTgyLTgtOC04aC04OHYtOGMwLTIyLjA1NiAxNy45NDQtNDAgNDAtNDBoMTkyYzQuNDE4IDAgOC0zLjU4MiA4LThzLTMuNTgyLTgtOC04aC0xOTJjLTMwLjg3OCAwLTU2IDI1LjEyMi01NiA1NnY0MDBjMCAzMC44NzggMjUuMTIyIDU2IDU2IDU2aDE5MmMzMC44NzggMCA1Ni0yNS4xMjIgNTYtNTZ2LTE2OGMwLTQuNDE4LTMuNTgyLTgtOC04em0tNDggMjE2aC0xOTJjLTIyLjA1NiAwLTQwLTE3Ljk0NC00MC00MHYtOGgyNzJ2OGMwIDIyLjA1Ni0xNy45NDQgNDAtNDAgNDB6Ii8+PHBhdGggZD0ibTIwNCA0NjRoLTMyYy00LjQxOCAwLTggMy41ODItOCA4czMuNTgyIDggOCA4aDMyYzQuNDE4IDAgOC0zLjU4MiA4LThzLTMuNTgyLTgtOC04eiIvPjxwYXRoIGQ9Im0xMzQuMzQgMzQuMzRjLTEuNDkgMS40OS0yLjM0IDMuNTYtMi4zNCA1LjY2czAuODUgNC4xNyAyLjM0IDUuNjYgMy41NSAyLjM0IDUuNjYgMi4zNCA0LjE3LTAuODUgNS42Ni0yLjM0IDIuMzQtMy41NSAyLjM0LTUuNjYtMC44NS00LjE3LTIuMzQtNS42Ni0zLjU1LTIuMzQtNS42Ni0yLjM0LTQuMTcgMC44NS01LjY2IDIuMzR6Ii8+PHBhdGggZD0ibTIxMiAxMzZoNDhjNC40MTggMCA4LTMuNTgyIDgtOHMtMy41ODItOC04LThoLTQ4Yy00LjQxOCAwLTggMy41ODItOCA4czMuNTgyIDggOCA4eiIvPjxwYXRoIGQ9Im00MjAgMTIwaC0xMjhjLTQuNDE4IDAtOCAzLjU4Mi04IDhzMy41ODIgOCA4IDhoMTI4YzQuNDE4IDAgOC0zLjU4MiA4LThzLTMuNTgyLTgtOC04eiIvPjxwYXRoIGQ9Im00MjAgMTYwaC00OGMtNC40MTggMC04IDMuNTgyLTggOHMzLjU4MiA4IDggOGg0OGM0LjQxOCAwIDgtMy41ODIgOC04cy0zLjU4Mi04LTgtOHoiLz48cGF0aCBkPSJtMjEyIDE3NmgxMjhjNC40MTggMCA4LTMuNTgyIDgtOHMtMy41ODItOC04LThoLTEyOGMtNC40MTggMC04IDMuNTgyLTggOHMzLjU4MiA4IDggOHoiLz48cGF0aCBkPSJtNDIwIDgwaC0yMDhjLTQuNDE4IDAtOCAzLjU4Mi04IDhzMy41ODIgOCA4IDhoMjA4YzQuNDE4IDAgOC0zLjU4MiA4LThzLTMuNTgyLTgtOC04eiIvPjxwYXRoIGQ9Im00MjAgMjAwaC0yMDhjLTQuNDE4IDAtOCAzLjU4Mi04IDhzMy41ODIgOCA4IDhoMjA4YzQuNDE4IDAgOC0zLjU4MiA4LThzLTMuNTgyLTgtOC04eiIvPjxwYXRoIGQ9Im00MjAgMzJoLTIwOGMtMzAuODc4IDAtNTYgMjUuMTIyLTU2IDU2djEyMGMwIDI4LjE2MyAyMC44OTcgNTEuNTM3IDQ4IDU1LjQzdjI5LjI1NmMwIDYuNDk1IDMuODc3IDEyLjI5NyA5Ljg3NyAxNC43ODIgMS45OTIgMC44MjUgNC4wNzUgMS4yMjYgNi4xNCAxLjIyNiA0LjE1NSAwIDguMjI5LTEuNjI2IDExLjI5Ny00LjY5NGw0MC00MGgxNDguNjljMzAuODc4IDAgNTYtMjUuMTIyIDU2LTU2di0xMjBjMC0zMC44NzgtMjUuMTIyLTU2LTU2LTU2em00MCAxNzZjMCAyMi4wNTYtMTcuOTQ0IDQwLTQwIDQwaC0xNTJjLTIuMTIyIDAtNC4xNTcgMC44NDMtNS42NTcgMi4zNDNsLTQyLjM0MyA0Mi4zMzd2LTM2LjY4YzAtNC40MTgtMy41ODItOC04LTgtMjIuMDU2IDAtNDAtMTcuOTQ0LTQwLTQwdi0xMjBjMC0yMi4wNTYgMTcuOTQ0LTQwIDQwLTQwaDIwOGMyMi4wNTYgMCA0MCAxNy45NDQgNDAgNDB2MTIweiIvPjwvc3ZnPg==);
	padding:0 38px;
	border-radius:10px;
	margin:20px 0px 10px 0px;
	box-shadow:3px 3px 30px #EEE;
}
.icon-keypad {
	background-position:50%;
	background-repeat:no-repeat;
	background-size:70% 70%;
	background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOGFkMTAzIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMzEyLjIgNTA3Yy01MS4zIDAtOTYtMzQuNy0xMDguOC04NC4zLTMuNC0xMy0xMC4xLTI0LjktMTkuNi0zNC4zbC0yNi45LTI2LjljLTEzLjMtMTMuMy0xMy4zLTM1IDAtNDguMyA2LjQtNi40IDE1LTEwIDI0LjEtMTAgOC44IDAgMTcuMSAzLjMgMjMuNCA5LjNsMTAuMSA5LjZ2LTExOC40YzAtMTguOCAxNS4zLTM0LjEgMzQuMS0zNC4xczM0LjEgMTUuMyAzNC4xIDM0LjF2NDAuNmw3LjUtMmMyLjgtMC43IDUuNy0xLjEgOC42LTEuMSAxMi43IDAgMjQuMyA3IDMwLjMgMTguNGwyLjUgNC44IDUtMmM0LTEuNiA4LjItMi40IDEyLjUtMi40IDEyLjcgMCAyNC4zIDcgMzAuMyAxOC40bDIuNSA0LjggNS0yYzQtMS42IDguMi0yLjQgMTIuNS0yLjQgMTguOCAwIDM0LjEgMTUuMyAzNC4xIDM0LjF2NzYuNWMwIDY0LjgtNTIuNyAxMTcuNS0xMTcuNSAxMTcuNWgtMy44em0tMTMxLjItMTg1LjhjLTQuMyAwLTguNCAxLjctMTEuNCA0LjdzLTQuNyA3LjEtNC43IDExLjQgMS43IDguNCA0LjcgMTEuNGwyNi45IDI2LjljMTEuOCAxMS44IDIwLjIgMjYuNSAyNC4zIDQyLjYgMTAuOCA0MS43IDQ4LjMgNzAuOCA5MS40IDcwLjhoMy45YzU0LjkgMCA5OS41LTQ0LjYgOTkuNS05OS41di03Ni41YzAtOC45LTcuMi0xNi4xLTE2LjEtMTYuMXMtMTYuMSA3LjItMTYuMSAxNi4xdjMxaC0xOHYtNDkuOGMwLTguOS03LjItMTYuMS0xNi4xLTE2LjFzLTE2LjEgNy4yLTE2LjEgMTYuMXY0OS44aC0xOHYtNjguNmMwLTguOS03LjItMTYuMS0xNi4xLTE2LjFzLTE2LjEgNy4yLTE2LjEgMTYuMXY2OC42aC0xOHYtMTQwLjNjMC04LjktNy4yLTE2LjEtMTYuMS0xNi4xcy0xNi4xIDcuMi0xNi4xIDE2LjF2MTYyLjRsLTQwLjItNDAuMmMtMy4yLTMtNy4zLTQuNy0xMS42LTQuN3oiLz48cGF0aCBkPSJtMTE3LjMgODYuNWMtMjEuNSAwLTM5LTE3LjgtMzktMzkuN3MxNy41LTM5LjcgMzktMzkuNyAzOSAxNy44IDM5IDM5LjdjMCAyMS44LTE3LjUgMzkuNy0zOSAzOS43em0wLTYxLjVjLTExLjYgMC0yMSA5LjctMjEgMjEuN3M5LjQgMjEuNyAyMSAyMS43IDIxLTkuNyAyMS0yMS43LTkuNC0yMS43LTIxLTIxLjd6Ii8+PHBhdGggZD0ibTI0OS4yIDg2LjVjLTIxLjUgMC0zOS0xNy44LTM5LTM5LjdzMTcuNS0zOS43IDM5LTM5LjcgMzkgMTcuOCAzOSAzOS43YzAgMjEuOC0xNy41IDM5LjctMzkgMzkuN3ptMC02MS41Yy0xMS42IDAtMjEgOS43LTIxIDIxLjdzOS40IDIxLjcgMjEgMjEuN2M1LjcgMCAxMS0yLjMgMTQuOS02LjUgMy45LTQuMSA2LjEtOS41IDYuMS0xNS4zIDAtMTEuOS05LjQtMjEuNi0yMS0yMS42eiIvPjxwYXRoIGQ9Im0zODEgODYuNWMtMjEuNSAwLTM5LTE3LjgtMzktMzkuNyAwLTIyIDE3LjUtMzkuOCAzOS0zOS44czM5IDE3LjggMzkgMzkuNy0xNy41IDM5LjgtMzkgMzkuOHptMC02MS41Yy0xMS42IDAtMjEgOS43LTIxIDIxLjdzOS40IDIxLjcgMjEgMjEuNyAyMS05LjcgMjEtMjEuNy05LjQtMjEuNy0yMS0yMS43eiIvPjxwYXRoIGQ9Im0zODEgMjE4LjNjLTIxLjUgMC0zOS0xNy44LTM5LTM5LjdzMTcuNS0zOS43IDM5LTM5LjcgMzkgMTcuOCAzOSAzOS43LTE3LjUgMzkuNy0zOSAzOS43em0wLTYxLjRjLTExLjYgMC0yMSA5LjctMjEgMjEuN3M5LjQgMjEuNyAyMSAyMS43IDIxLTkuNyAyMS0yMS43LTkuNC0yMS43LTIxLTIxLjd6Ii8+PHBhdGggZD0ibTExNy4zIDIxOC4zYy0yMS41IDAtMzktMTcuOC0zOS0zOS43czE3LjUtMzkuNyAzOS0zOS43IDM5IDE3LjggMzkgMzkuNy0xNy41IDM5LjctMzkgMzkuN3ptMC02MS41Yy0xMS42IDAtMjEgOS43LTIxIDIxLjdzOS40IDIxLjcgMjEgMjEuNyAyMS05LjcgMjEtMjEuN2MwLTExLjktOS40LTIxLjctMjEtMjEuN3oiLz48L3N2Zz4=);
	padding:0 38px;
	border-radius:10px;
	margin:20px 0px 10px 0px;
	box-shadow:3px 3px 30px #EEE;
}
.icon-map {
	background-position:50%;
	background-repeat:no-repeat;
	background-size:70% 70%;
	background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjOGFkMTAzIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtNDQzLjU1IDc5LjI2Yy0zMy43NC0xMDUuMjEtMTgyLjU2LTEwNi4xNC0yMTcuMTYtMC4wMS0xNjcuNjUgMC0xNTcuNjMtMC4wMzktMTU5Ljc5IDAuMDctMzUuMDI2IDEuNTY5LTYyLjQ1NyAzMC4yODgtNjIuNDU3IDY1LjM4NHYzMDEuODRjMCAzNi4wOTIgMjkuMzYzIDY1LjQ1NCA2NS40NDUgNjUuNDU0aDM3Mi44M2MzNi4wODIgMCA2NS40NDQtMjkuMzYyIDY1LjQ0NC02NS40NTR2LTMwMS44NGMwLTM1LjcxLTI4Ljc0OS02NC44NDEtNjQuMzA4LTY1LjQ0NHptLTkzLjYwOS02My4xODFjNjcuNDcxIDkuODg0IDEwNi44OCA4Ny4xMzMgNzAuMDUxIDE0OC42MS0wLjY0OCAxLjAwNi03NC4xNDcgMTQ1LjEzLTc1LjIwMiAxNDYuNjYtNC44OTQgNy4xNzItMTYuMTg3IDYuOTAzLTIwLjQzLTEuMzg4LTc3LjQ1Ni0xNTEuMzItNzQuMTQ5LTE0NC45Mi03NC4zNzctMTQ1LjI3LTQyLjQ0NC03MC44NTEgMTYuNS0xNjEuMDggOTkuOTU4LTE0OC42MXptMTQyLjgzIDQzMC40N2MwIDI3Ljc3My0yMi41OTMgNTAuMzY2LTUwLjM1NiA1MC4zNjZoLTcuMzYzdi0xMTQuNDVjMC0zMS42MDYgMjMuMzA0LTU5LjgzMSA1Ny4zMTYtNTcuMzE3aDAuNDAydjEyMS40em0wLTEzNi40OWgtMC40MDJjLTQzLjczNy0yLjM0Ny03Mi40MDUgMzIuNDgxLTcyLjQwNSA3Mi40MDV2MTE0LjQ1aC0xMC4wNTl2LTEyNy4wM2MwLTM4LjUzNiAzMS4zNTQtNjkuODkgNjkuODktNjkuODloMTIuOTc2djEwLjA1OXptMC0yNS4xNDhoLTEyLjk3NmMtNDYuODU1IDAtODQuOTc5IDM4LjEyNC04NC45NzkgODQuOTc5djEyNy4wM2gtMzI1LjIzYy0yNy43NjMgMC01MC4zNTYtMjIuNTkzLTUwLjM1Ni01MC4zNjZ2LTMwMS44NGMwLTI0LjMwMyAxNy4wOS00NC42MzIgNDAuMTU2LTQ5LjM0djcxLjk2M2MwIDEwLjg0NCAyLjM3NCAyMS4yNTUgNy4wNTEgMzAuOTUyIDEuODAxIDMuNzUyIDYuMzE3IDUuMzMxIDEwLjA2OSAzLjUyMSAzLjc1Mi0xLjgxMSA1LjMzMS02LjMxNyAzLjUyMS0xMC4wNjktMy42ODItNy42NDUtNS41NTMtMTUuODUzLTUuNTUzLTI0LjQwM3YtNzIuOTloMTIuODc2djU5LjAwNmMwIDMxLjYzNiAyNS43MzEgNTcuMzY3IDU3LjM1NyA1Ny4zNjdoNDkuNjkyYzEzLjQ2OSAwIDI0LjQzMyAxMC45NjQgMjQuNDMzIDI0LjQzM3Y2NS43NzZjMCAxMy40NjktMTAuOTY0IDI0LjQzMy0yNC40MzMgMjQuNDMzaC0zNS41NzljLTE0LjA4MyAwLTI1LjU0IDExLjQ1Ny0yNS41NCAyNS41NXY0Ni4zNjJjMCAxNC4wOTMgMTEuNDU3IDI1LjU1IDI1LjU0IDI1LjU1aDIyLjQ4MmM0LjE2NCAwIDcuNTQ0LTMuMzggNy41NDQtNy41NDRzLTMuMzgtNy41NDQtNy41NDQtNy41NDRoLTIyLjQ4MmMtNS43NjQgMC0xMC40NTEtNC42OTgtMTAuNDUxLTEwLjQ2MXYtNDYuMzYyYzAtNS43NjQgNC42ODgtMTAuNDYxIDEwLjQ1MS0xMC40NjFoMzUuNTc5YzIxLjc4OCAwIDM5LjUyMi0xNy43MzQgMzkuNTIyLTM5LjUyMnYtNjUuNzc2YzAtMjEuNzg4LTE3LjczNC0zOS41MjItMzkuNTIyLTM5LjUyMmgtNDkuNjkyYy0yMy4zMDcgMC00Mi4yNjgtMTguOTYxLTQyLjI2OC00Mi4yNzh2LTU5LjAwN2gxMjAuMTJjLTQuNzc4IDI2LjQ0NSAwLjAyIDUzLjg0NiAxNC4zNDQgNzcuODg3bDc0LjAyNSAxNDQuNjJjMTAuMDQgMTkuNTk4IDM4LjEwNCAxOS42MzggNDguMTEyIDBsNzQuMDI1LTE0NC42MmMxNC4wODMtMjMuNjI5IDE4LjkyMS01MS4xNiAxNC4yNzQtNzcuNjQ2IDI1LjQ1OSAyLjQ4NSA0NS40MjcgMjQuMDExIDQ1LjQyNyA1MC4xMjR2MTQwLjJ6Ii8+PHBhdGggZD0ibTM5OC41OSAxMjYuNDVjLTQuMDM0LTEuMDQ2LTguMTQ4IDEuMzY4LTkuMjA0IDUuNDAyLTYuNDQ4IDI0LjcwNS0yOC44MDkgNDEuOTY2LTU0LjM4OSA0MS45NjYtNDkuMTgzIDAtNzQuMzgyLTU4Ljk2LTQxLjA0MS05NC41NjUgMzEuNDQ4LTMzLjYzNiA4Ni40ODktMTYuODEyIDk1Ljk0MyAyNi4yMzQgMC44OTUgNC4wNzQgNC45MDkgNi42NDkgOC45ODMgNS43NTRzNi42NDktNC45MTkgNS43NTQtOC45OTNjLTE1LjA0MS02OS4yMzItMTEzLjMyLTc2LjQ1Ni0xMzcuMDItNy45MDYtMTUuOTQ1IDQ1Ljg3MSAxOC4yMzggOTQuNTY1IDY3LjM4NiA5NC41NjUgMzIuNDQgMCA2MC44MDctMjEuODk5IDY4Ljk5NS01My4yNTMgMS4wNDYtNC4wMjQtMS4zNjgtOC4xNDgtNS40MDItOS4yMDR6Ii8+PHBhdGggZD0ibTMzMy45NiAzNDEuMDRjLTExLjQ4NyAwLjU1My0yMC40OCAxMC4xNy0yMC40OCAyMS44OTl2MTUuMjM5YzAgMTYuMjk2LTEzLjI1OCAyOS41NTQtMjkuNTU0IDI5LjU1NGgtNzIuNDQ1Yy00LjE2NCAwLTcuNTQ0IDMuMzgtNy41NDQgNy41NDRzMy4zOCA3LjU0NCA3LjU0NCA3LjU0NGg3Mi40NDVjMjQuNjE1IDAgNDQuNjQyLTIwLjAyOCA0NC42NDItNDQuNjQydi0xNS4yMzljMC0zLjYwMSAyLjc0Ni02LjY2OSA2LjExNi02LjgzIDQuMjE1IDAgNi43NSAzLjEzMSA2Ljc1IDYuNDM4djI5LjYxNGMwIDI0LjAwMS0xOS41MzUgNDMuNTI2LTQzLjUzNiA0My41MjZoLTE1My4wNWMtMTMuNDc5IDAtMjQuNDQzLTEwLjk2NC0yNC40NDMtMjQuNDMzdi03NC4zMjZjMC0xMy40NjkgMTAuOTY0LTI0LjQzMyAyNC40NDMtMjQuNDMzaDM1LjU2OWMxNC4wOTMgMCAyNS41NS0xMS40NTcgMjUuNTUtMjUuNTV2LTM3LjgxMmMwLTE0LjA5My0xMS40NTctMjUuNTUtMjUuNTUtMjUuNTVoLTQ5LjY5MmMtMTIuNDAzIDAtMjQuMTYyLTMuOTUzLTM0LjAxLTExLjQzNy0zLjMyLTIuNTI1LTguMDQ3LTEuODgxLTEwLjU3MiAxLjQzOC0yLjUxNSAzLjMxOS0xLjg3MSA4LjA0NyAxLjQzOCAxMC41NzIgMTIuNDkzIDkuNDk2IDI3LjQxMSAxNC41MTUgNDMuMTQzIDE0LjUxNWg0OS42OTJjNS43NjQgMCAxMC40NjEgNC42OTggMTAuNDYxIDEwLjQ2MXYzNy44MTJjMCA1Ljc2NC00LjY5OCAxMC40NjEtMTAuNDYxIDEwLjQ2MWgtMzUuNTY5Yy0yMS43OTggMC0zOS41MzIgMTcuNzI0LTM5LjUzMiAzOS41MjJ2NzQuMzI2YzAgMjEuNzg4IDE3LjczNCAzOS41MjIgMzkuNTMyIDM5LjUyMmgxNTMuMDVjMzIuMzMgMCA1OC42MjQtMjYuMjk0IDU4LjYyNC01OC42MTR2LTI5LjYxNGMwLTEyLjQ5My0xMC42NDktMjIuMjA4LTIyLjU2Mi0yMS41MDd6Ii8+PC9zdmc+);
	padding:0 38px;
	border-radius:10px;
	margin:20px 0px 10px 0px;
	box-shadow:3px 3px 30px #EEE;
}
.icon-question {
	background-position:50%;
	background-repeat:no-repeat;
	background-size:contain;
	background-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBmaWxsPSIjOGFkMTAzIj48cGF0aCBkPSJtMjU2IDBjLTE0MS40OSAwLTI1NiAxMTQuNS0yNTYgMjU2IDAgMTQxLjQ5IDExNC41IDI1NiAyNTYgMjU2IDE0MS40OSAwIDI1Ni0xMTQuNSAyNTYtMjU2IDAtMTQxLjQ5LTExNC41LTI1Ni0yNTYtMjU2em0wIDQ3Ni4yOGMtMTIxLjQ2IDAtMjIwLjI4LTk4LjgxNi0yMjAuMjgtMjIwLjI4czk4LjgxNy0yMjAuMjggMjIwLjI4LTIyMC4yOGMxMjEuNDYgMCAyMjAuMjggOTguODE2IDIyMC4yOCAyMjAuMjhzLTk4LjgxNiAyMjAuMjgtMjIwLjI4IDIyMC4yOHoiLz48cGF0aCBkPSJtMjQ4LjQyIDMyMy45MmMtMTQuMTUzIDAtMjUuNjEgMTEuNzk0LTI1LjYxIDI1Ljk0NiAwIDEzLjgxNyAxMS4xMiAyNS45NDggMjUuNjEgMjUuOTQ4czI1Ljk0Ni0xMi4xMzEgMjUuOTQ2LTI1Ljk0OGMwLTE0LjE1Mi0xMS43OTQtMjUuOTQ2LTI1Ljk0Ni0yNS45NDZ6Ii8+PHBhdGggZD0ibTI1Mi44IDEyNy40N2MtNDUuNDkyIDAtNjYuMzg0IDI2Ljk1OS02Ni4zODQgNDUuMTU1IDAgMTMuMTQyIDExLjEyIDE5LjIwOCAyMC4yMTggMTkuMjA4IDE4LjE5NyAwIDEwLjc4NC0yNS45NDggNDUuMTU1LTI1Ljk0OCAxNi44NDggMCAzMC4zMjggNy40MTQgMzAuMzI4IDIyLjkxNSAwIDE4LjE5Ni0xOC44NzEgMjguNjQyLTI5Ljk5MSAzOC4wNzctOS43NzMgOC40MjMtMjIuNTc3IDIyLjI0LTIyLjU3NyA1MS4yMiAwIDE3LjUyMiA0LjcxOCAyMi41NzcgMTguNTMzIDIyLjU3NyAxNi41MTEgMCAxOS44ODEtNy40MTMgMTkuODgxLTEzLjgxNyAwLTE3LjUyMiAwLjMzNy0yNy42MzEgMTguODcxLTQyLjEyMSA5LjA5OC03LjA3NiAzNy43NC0yOS45OTEgMzcuNzQtNjEuNjY2cy0yOC42NDItNTUuNi03MS43NzQtNTUuNnoiLz48L3N2Zz4=)
}
.icon-statya {
	background-position:50%;
	background-repeat:no-repeat;
	padding:5px 18px;
	background-size:contain;
	background-image:url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ic3ZnLWZpbGwiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgaGVpZ2h0PSIxMDAlIiB3aWR0aD0iMTAwJSIgdmlld0JveD0iMCAwIDYwIDYwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzdkNDljMzt9LmNscy0ye2ZpbGw6IzhhZDEwMzt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzEuNTcsMjFIMTAuMzJhLjgyLjgyLDAsMSwwLDAsMS42NEgzMS41N2EuODIuODIsMCwwLDAsMC0xLjY0WiI+PC9wYXRoPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTMxLjU3LDI2LjM3SDEwLjMyYS44Mi44MiwwLDAsMCwwLDEuNjRIMzEuNTdhLjgyLjgyLDAsMCwwLDAtMS42NFoiPjwvcGF0aD48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zMS41NywzMS43NUgxMC4zMmEuODIuODIsMCwwLDAsMCwxLjY0SDMxLjU3YS44Mi44MiwwLDAsMCwwLTEuNjRaIj48L3BhdGg+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzAuNSwzOC43N2wtMS42MiwyLjc3YTEuNjQsMS42NCwwLDAsMC0uMTgsMS4yOCwxLjU4LDEuNTgsMCwwLDAsLjM2LjY5bC0xLjYsMi43M2EyLjE3LDIuMTcsMCwwLDAsLjc3LDNsLjMxLjE4YTIuMTgsMi4xOCwwLDAsMCwzLS43N2wxLjYtMi43MmExLjc1LDEuNzUsMCwwLDAsLjc5LDAsMS42NSwxLjY1LDAsMCwwLDEtLjc3bDMuMzEtNS42MlY1My42NmEuNDQuNDQsMCwwLDEtLjQ0LjQ0SDQuMDhhLjQ0LjQ0LDAsMCwxLS40NC0uNDRWNy4yNEExLjE2LDEuMTYsMCwwLDEsNC44LDYuMDhIMTlhLjgyLjgyLDAsMSwwLDAtMS42NEg0LjhBMi44MSwyLjgxLDAsMCwwLDIsNy4yNFY1My42NmEyLjA4LDIuMDgsMCwwLDAsMi4wOCwyLjA4SDM3LjgxYTIuMDgsMi4wOCwwLDAsMCwyLjA4LTIuMDhWMzYuNzRsMS43NC0zQS44Mi44MiwwLDEsMCw0MC4yMSwzM2MtLjc0LDEuMjctNS44OCwxMC02LjYzLDExLjI2YS4xMy4xMywwLDAsMS0uMTksMGwtMy0xLjc1YS4xOC4xOCwwLDAsMS0uMDYtLjI0bDEwLjU3LTE4LDMuMjUsMS45MS0yLDMuNDJhLjgyLjgyLDAsMCwwLDEuNDEuODNsMi0zLjQ1YTEuNTEsMS41MSwwLDAsMCwuNTUuMDksMS43MiwxLjcyLDAsMCwwLDEuNDktLjg0bDgtMTMuNTFhMy4yNywzLjI3LDAsMCwxLC4zMSwzLjc1bC01LjQ3LDkuMjlhLjgzLjgzLDAsMCwwLC4yOSwxLjEzLjgyLjgyLDAsMCwwLDEuMTItLjI5bDUuNDctOS4yOWE0LjkxLDQuOTEsMCwwLDAtLjg2LTYuMDYsNC40MSw0LjQxLDAsMCwwLTEuNjItNS45M0w1NCw0Ljg3YTQuNDEsNC40MSwwLDAsMC02LDEuNTZsLTguMDcsMTMuN3YtNGEuODIuODIsMCwwLDAtLjI0LS41OGgwTDI4LjgyLDQuNjhhLjgzLjgzLDAsMCwwLS41OC0uMjRIMjIuODdhLjgyLjgyLDAsMCwwLDAsMS42NGg0LjU1djguNzVhMi4wOCwyLjA4LDAsMCwwLDIuMDgsMi4wOGg4Ljc1djguNzFMMzEuNDcsMzcuMTNabS0xLTIzLjVhLjQ0LjQ0LDAsMCwxLS40NC0uNDRWNy4yNGw4LDhabS45MywyOS4xNSwxLjI1Ljc0LTEuNTYsMi42NWEuNTYuNTYsMCwwLDEtLjc1LjE5bC0uMzEtLjE4YS41Ni41NiwwLDAsMS0uMTktLjc1Wk01NSwxMC41Nyw0Ni4yMywyNS40NHMtLjA4LjA2LS4xMSwwbC01LjUtMy4yM3MwLDAsMCwwYS4xLjEsMCwwLDEsMCwwbDguNzctMTQuOWEyLjc4LDIuNzgsMCwwLDEsMy43OS0xbC44NS41QTIuNzgsMi43OCwwLDAsMSw1NSwxMC41N1oiPjwvcGF0aD48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yNS43LDQ2LjA2bC0yLTEuNTVhMS4xNywxLjE3LDAsMCwwLTEuNDgsMEwyMSw0NS42bC0yLjY1LTIuNDlhMS4zNiwxLjM2LDAsMCwwLTEuODEsMGwtMy41NCwzQS44Mi44MiwwLDAsMCwxNCw0Ny4zM2wzLjM0LTIuODVMMjAsNDdhMS4zOCwxLjM4LDAsMCwwLDEuODUsMEwyMyw0NmwxLjcxLDEuMzFhLjgyLjgyLDAsMSwwLDEtMS4yOVoiPjwvcGF0aD48L3N2Zz4=)
}
.icon-user {
	background-size:cover;
	background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzhBRDEwMzt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjU2LDI0NC4xYy02Ni42LDAtMTIwLjctNTMuNy0xMjAuNy0xMTkuNlMxODkuNCw0LjksMjU2LDQuOWM2Ni42LDAsMTIwLjcsNTMuNywxMjAuNywxMTkuNlMzMjIuNiwyNDQuMSwyNTYsMjQ0LjF6IE0yNTYsNDcuNWMtNDIsMC03Ni4xLDM0LjUtNzYuMSw3N2MwLDQyLjUsMzQuMSw3Nyw3Ni4xLDc3czc2LjEtMzQuNSw3Ni4xLTc3QzMzMi4xLDgyLDI5OCw0Ny41LDI1Niw0Ny41eiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zOC44LDUwOC42di0zNi44QzM4LjgsMzYwLDEzNi4zLDI2OSwyNTYsMjY5YzExOS43LDAsMjE3LjIsOTEsMjE3LjIsMjAyLjl2MzYuOEgzOC44eiBNNDI4LjQsNDY2QzQyNS4xLDM4MC4zLDM0OSwzMTEuNiwyNTYsMzExLjZjLTkzLDAtMTY5LjEsNjguNy0xNzIuNCwxNTQuNEg0MjguNHoiLz48L3N2Zz4=)
}
.icon-mail {
	background-size:cover;
  background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6b3NiPSJodHRwOi8vd3d3Lm9wZW5zd2F0Y2hib29rLm9yZy91cmkvMjAwOS9vc2IiCiAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIKICAgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIgogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zOnNvZGlwb2RpPSJodHRwOi8vc29kaXBvZGkuc291cmNlZm9yZ2UubmV0L0RURC9zb2RpcG9kaS0wLmR0ZCIKICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiCiAgIHZlcnNpb249IjEuMSIKICAgaWQ9IkNhcGFfMSIKICAgeD0iMHB4IgogICB5PSIwcHgiCiAgIHZpZXdCb3g9IjAgMCA1MTIgNTEyIgogICBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIKICAgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIKICAgc29kaXBvZGk6ZG9jbmFtZT0iZW1haWwuc3ZnIgogICBpbmtzY2FwZTp2ZXJzaW9uPSIwLjkyLjMgKDI0MDU1NDYsIDIwMTgtMDMtMTEpIj48bWV0YWRhdGEKICAgICBpZD0ibWV0YWRhdGExMyI+PHJkZjpSREY+PGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPjxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PjxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz48ZGM6dGl0bGU+PC9kYzp0aXRsZT48L2NjOldvcms+PC9yZGY6UkRGPjwvbWV0YWRhdGE+PGRlZnMKICAgICBpZD0iZGVmczExIj48bGluZWFyR3JhZGllbnQKICAgICAgIGlkPSJsaW5lYXJHcmFkaWVudDQ1MzQiCiAgICAgICBvc2I6cGFpbnQ9InNvbGlkIj48c3RvcAogICAgICAgICBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxOyIKICAgICAgICAgb2Zmc2V0PSIwIgogICAgICAgICBpZD0ic3RvcDQ1MzIiIC8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHNvZGlwb2RpOm5hbWVkdmlldwogICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIKICAgICBib3JkZXJjb2xvcj0iIzY2NjY2NiIKICAgICBib3JkZXJvcGFjaXR5PSIxIgogICAgIG9iamVjdHRvbGVyYW5jZT0iMTAiCiAgICAgZ3JpZHRvbGVyYW5jZT0iMTAiCiAgICAgZ3VpZGV0b2xlcmFuY2U9IjEwIgogICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwIgogICAgIGlua3NjYXBlOnBhZ2VzaGFkb3c9IjIiCiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxNTY1IgogICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9Ijg3NCIKICAgICBpZD0ibmFtZWR2aWV3OSIKICAgICBzaG93Z3JpZD0iZmFsc2UiCiAgICAgaW5rc2NhcGU6em9vbT0iMC40NjA5Mzc1IgogICAgIGlua3NjYXBlOmN4PSItOTYuNTQyMzczIgogICAgIGlua3NjYXBlOmN5PSIyNTYiCiAgICAgaW5rc2NhcGU6d2luZG93LXg9IjAiCiAgICAgaW5rc2NhcGU6d2luZG93LXk9IjAiCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMCIKICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJsYXllcjEiCiAgICAgaW5rc2NhcGU6c25hcC1wYWdlPSJmYWxzZSIKICAgICBpbmtzY2FwZTpzbmFwLWdyaWRzPSJ0cnVlIiAvPjxzdHlsZQogICAgIHR5cGU9InRleHQvY3NzIgogICAgIGlkPSJzdHlsZTIiPi5zdDB7ZmlsbDojOEFEMTAzO308L3N0eWxlPjxnCiAgICAgaW5rc2NhcGU6Z3JvdXBtb2RlPSJsYXllciIKICAgICBpZD0ibGF5ZXIxIgogICAgIGlua3NjYXBlOmxhYmVsPSJMYXllciAxIgogICAgIHN0eWxlPSJkaXNwbGF5OmlubGluZSI+PHRleHQKICAgICAgIHhtbDpzcGFjZT0icHJlc2VydmUiCiAgICAgICBzdHlsZT0iZm9udC1zdHlsZTpub3JtYWw7Zm9udC13ZWlnaHQ6bm9ybWFsO2ZvbnQtc2l6ZTo0MHB4O2xpbmUtaGVpZ2h0OjEuMjU7Zm9udC1mYW1pbHk6c2Fucy1zZXJpZjtsZXR0ZXItc3BhY2luZzowcHg7d29yZC1zcGFjaW5nOjBweDtmaWxsOiMwMDAwMDA7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiCiAgICAgICB4PSIxNDkuNjk0OTIiCiAgICAgICB5PSIyNDcuMzIyMDQiCiAgICAgICBpZD0idGV4dDIwIj48dHNwYW4KICAgICAgICAgc29kaXBvZGk6cm9sZT0ibGluZSIKICAgICAgICAgaWQ9InRzcGFuMTgiCiAgICAgICAgIHg9IjE0OS42OTQ5MiIKICAgICAgICAgeT0iMjgzLjgxNTI1Ij48L3RzcGFuPjwvdGV4dD4KPHRleHQKICAgICAgIHhtbDpzcGFjZT0icHJlc2VydmUiCiAgICAgICBzdHlsZT0iZm9udC1zdHlsZTpub3JtYWw7Zm9udC13ZWlnaHQ6bm9ybWFsO2ZvbnQtc2l6ZTo0MzUuMjYyMDg0OTZweDtsaW5lLWhlaWdodDoxLjI1O2ZvbnQtZmFtaWx5OnNhbnMtc2VyaWY7bGV0dGVyLXNwYWNpbmc6MHB4O3dvcmQtc3BhY2luZzowcHg7ZmlsbDojOGFkMTAzO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDoxMC44ODE1NTE3NCIKICAgICAgIHg9IjMyLjQxODU1NiIKICAgICAgIHk9IjM3NC4zOTI3IgogICAgICAgaWQ9InRleHQ2MDUwIgogICAgICAgdHJhbnNmb3JtPSJzY2FsZSgxLjAyODQyNCwwLjk3MjM2MTYpIj48dHNwYW4KICAgICAgICAgc29kaXBvZGk6cm9sZT0ibGluZSIKICAgICAgICAgaWQ9InRzcGFuNjA0OCIKICAgICAgICAgeD0iMzIuNDE4NTU2IgogICAgICAgICB5PSIzNzQuMzkyNyIKICAgICAgICAgc3R5bGU9ImZvbnQtc3R5bGU6bm9ybWFsO2ZvbnQtdmFyaWFudDpub3JtYWw7Zm9udC13ZWlnaHQ6bm9ybWFsO2ZvbnQtc3RyZXRjaDpub3JtYWw7Zm9udC1mYW1pbHk6QXJpYWw7LWlua3NjYXBlLWZvbnQtc3BlY2lmaWNhdGlvbjpBcmlhbDtmaWxsOiM4YWQxMDM7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlLXdpZHRoOjEwLjg4MTU1MTc0Ij5APC90c3Bhbj48L3RleHQ+CjwvZz48L3N2Zz4=) no-repeat ;
}
.icon-thema {
	background-size:cover;
  background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0iQ2FwYV8xIgogICB4PSIwcHgiCiAgIHk9IjBweCIKICAgdmlld0JveD0iMCAwIDUxMiA1MTIiCiAgIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IgogICB4bWw6c3BhY2U9InByZXNlcnZlIgogICBzb2RpcG9kaTpkb2NuYW1lPSJ0ZW1hLnN2ZyIKICAgaW5rc2NhcGU6dmVyc2lvbj0iMC45Mi4zICgyNDA1NTQ2LCAyMDE4LTAzLTExKSI+PG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhMTMiPjxyZGY6UkRGPjxjYzpXb3JrCiAgICAgICAgIHJkZjphYm91dD0iIj48ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD48ZGM6dHlwZQogICAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+PGRjOnRpdGxlPjwvZGM6dGl0bGU+PC9jYzpXb3JrPjwvcmRmOlJERj48L21ldGFkYXRhPjxkZWZzCiAgICAgaWQ9ImRlZnMxMSIgLz48c29kaXBvZGk6bmFtZWR2aWV3CiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIgogICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IgogICAgIGJvcmRlcm9wYWNpdHk9IjEiCiAgICAgb2JqZWN0dG9sZXJhbmNlPSIxMCIKICAgICBncmlkdG9sZXJhbmNlPSIxMCIKICAgICBndWlkZXRvbGVyYW5jZT0iMTAiCiAgICAgaW5rc2NhcGU6cGFnZW9wYWNpdHk9IjAiCiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIKICAgICBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjE1NjUiCiAgICAgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iODc0IgogICAgIGlkPSJuYW1lZHZpZXc5IgogICAgIHNob3dncmlkPSJmYWxzZSIKICAgICBpbmtzY2FwZTp6b29tPSIwLjQ2MDkzNzUiCiAgICAgaW5rc2NhcGU6Y3g9IjM2Ljg4MTM1NiIKICAgICBpbmtzY2FwZTpjeT0iMjU2IgogICAgIGlua3NjYXBlOndpbmRvdy14PSIwIgogICAgIGlua3NjYXBlOndpbmRvdy15PSIwIgogICAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjAiCiAgICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0iQ2FwYV8xIiAvPjxzdHlsZQogICAgIHR5cGU9InRleHQvY3NzIgogICAgIGlkPSJzdHlsZTIiPi5zdDB7ZmlsbDojOEFEMTAzO308L3N0eWxlPjxnCiAgICAgaW5rc2NhcGU6Z3JvdXBtb2RlPSJsYXllciIKICAgICBpZD0ibGF5ZXIxIgogICAgIGlua3NjYXBlOmxhYmVsPSJMYXllciAxIgogICAgIHN0eWxlPSJkaXNwbGF5OmlubGluZSI+PHRleHQKICAgICAgIHhtbDpzcGFjZT0icHJlc2VydmUiCiAgICAgICBzdHlsZT0iZm9udC1zdHlsZTpub3JtYWw7Zm9udC13ZWlnaHQ6bm9ybWFsO2ZvbnQtc2l6ZTo2MjYuMjYxNDEzNTdweDtsaW5lLWhlaWdodDoxLjI1O2ZvbnQtZmFtaWx5OnNhbnMtc2VyaWY7bGV0dGVyLXNwYWNpbmc6MHB4O3dvcmQtc3BhY2luZzowcHg7ZmlsbDojOGFkMTAzO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lO3N0cm9rZS13aWR0aDoxNS42NTY1MzQxOSIKICAgICAgIHg9IjYwLjM3NTkyMyIKICAgICAgIHk9IjQ5MC41ODAwNSIKICAgICAgIGlkPSJ0ZXh0MjAiCiAgICAgICB0cmFuc2Zvcm09InNjYWxlKDEuMDQyMDU4NywwLjk1OTYzODg1KSI+PHRzcGFuCiAgICAgICAgIHNvZGlwb2RpOnJvbGU9ImxpbmUiCiAgICAgICAgIGlkPSJ0c3BhbjE4IgogICAgICAgICB4PSI2MC4zNzU5MjMiCiAgICAgICAgIHk9IjQ5MC41ODAwNSIKICAgICAgICAgc3R5bGU9InN0cm9rZS13aWR0aDoxNS42NTY1MzQxOSI+VDwvdHNwYW4+PC90ZXh0Pgo8L2c+PC9zdmc+) no-repeat ;
}
.icon-content {
	background-size:cover;
  background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6b3NiPSJodHRwOi8vd3d3Lm9wZW5zd2F0Y2hib29rLm9yZy91cmkvMjAwOS9vc2IiCiAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgeG1sbnM6Y2M9Imh0dHA6Ly9jcmVhdGl2ZWNvbW1vbnMub3JnL25zIyIKICAgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIgogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zOnNvZGlwb2RpPSJodHRwOi8vc29kaXBvZGkuc291cmNlZm9yZ2UubmV0L0RURC9zb2RpcG9kaS0wLmR0ZCIKICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiCiAgIHZlcnNpb249IjEuMSIKICAgaWQ9IkNhcGFfMSIKICAgeD0iMHB4IgogICB5PSIwcHgiCiAgIHZpZXdCb3g9IjAgMCA1MTIgNTEyIgogICBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIKICAgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIKICAgc29kaXBvZGk6ZG9jbmFtZT0ibWFpbC5zdmciCiAgIGlua3NjYXBlOnZlcnNpb249IjAuOTIuMyAoMjQwNTU0NiwgMjAxOC0wMy0xMSkiPjxtZXRhZGF0YQogICAgIGlkPSJtZXRhZGF0YTEzIj48cmRmOlJERj48Y2M6V29yawogICAgICAgICByZGY6YWJvdXQ9IiI+PGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+PGRjOnR5cGUKICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPjxkYzp0aXRsZT48L2RjOnRpdGxlPjwvY2M6V29yaz48L3JkZjpSREY+PC9tZXRhZGF0YT48ZGVmcwogICAgIGlkPSJkZWZzMTEiPjxsaW5lYXJHcmFkaWVudAogICAgICAgaWQ9ImxpbmVhckdyYWRpZW50NDUzNCIKICAgICAgIG9zYjpwYWludD0ic29saWQiPjxzdG9wCiAgICAgICAgIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDAwMDA7c3RvcC1vcGFjaXR5OjE7IgogICAgICAgICBvZmZzZXQ9IjAiCiAgICAgICAgIGlkPSJzdG9wNDUzMiIgLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48c29kaXBvZGk6bmFtZWR2aWV3CiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIgogICAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IgogICAgIGJvcmRlcm9wYWNpdHk9IjEiCiAgICAgb2JqZWN0dG9sZXJhbmNlPSIxMCIKICAgICBncmlkdG9sZXJhbmNlPSIxMCIKICAgICBndWlkZXRvbGVyYW5jZT0iMTAiCiAgICAgaW5rc2NhcGU6cGFnZW9wYWNpdHk9IjAiCiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIKICAgICBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjE1NjUiCiAgICAgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iODc0IgogICAgIGlkPSJuYW1lZHZpZXc5IgogICAgIHNob3dncmlkPSJmYWxzZSIKICAgICBpbmtzY2FwZTp6b29tPSIwLjQ2MDkzNzUiCiAgICAgaW5rc2NhcGU6Y3g9Ii05Ni41NDIzNzMiCiAgICAgaW5rc2NhcGU6Y3k9IjI1NiIKICAgICBpbmtzY2FwZTp3aW5kb3cteD0iMCIKICAgICBpbmtzY2FwZTp3aW5kb3cteT0iMCIKICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIwIgogICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9ImxheWVyMSIKICAgICBpbmtzY2FwZTpzbmFwLXBhZ2U9ImZhbHNlIgogICAgIGlua3NjYXBlOnNuYXAtZ3JpZHM9InRydWUiIC8+PHN0eWxlCiAgICAgdHlwZT0idGV4dC9jc3MiCiAgICAgaWQ9InN0eWxlMiI+LnN0MHtmaWxsOiM4QUQxMDM7fTwvc3R5bGU+PGcKICAgICBpbmtzY2FwZTpncm91cG1vZGU9ImxheWVyIgogICAgIGlkPSJsYXllcjEiCiAgICAgaW5rc2NhcGU6bGFiZWw9IkxheWVyIDEiCiAgICAgc3R5bGU9ImRpc3BsYXk6aW5saW5lIj48dGV4dAogICAgICAgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIKICAgICAgIHN0eWxlPSJmb250LXN0eWxlOm5vcm1hbDtmb250LXdlaWdodDpub3JtYWw7Zm9udC1zaXplOjQwcHg7bGluZS1oZWlnaHQ6MS4yNTtmb250LWZhbWlseTpzYW5zLXNlcmlmO2xldHRlci1zcGFjaW5nOjBweDt3b3JkLXNwYWNpbmc6MHB4O2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIKICAgICAgIHg9IjE0OS42OTQ5MiIKICAgICAgIHk9IjI0Ny4zMjIwNCIKICAgICAgIGlkPSJ0ZXh0MjAiPjx0c3BhbgogICAgICAgICBzb2RpcG9kaTpyb2xlPSJsaW5lIgogICAgICAgICBpZD0idHNwYW4xOCIKICAgICAgICAgeD0iMTQ5LjY5NDkyIgogICAgICAgICB5PSIyODMuODE1MjUiPjwvdHNwYW4+PC90ZXh0Pgo8cmVjdAogICAgICAgc3R5bGU9ImZpbGw6bm9uZTtmaWxsLW9wYWNpdHk6MTtzdHJva2U6IzhhZDEwMztzdHJva2Utd2lkdGg6MzYuMDgyNDQzMjQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1vcGFjaXR5OjEiCiAgICAgICBpZD0icmVjdDIyIgogICAgICAgd2lkdGg9IjQzMS43Mjg4MiIKICAgICAgIGhlaWdodD0iMjU5LjUwNTg2IgogICAgICAgeD0iMzkuMDUwODUiCiAgICAgICB5PSIxOTguMjU2ODUiIC8+PHBhdGgKICAgICAgIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLXdpZHRoOjFweDtzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjptaXRlcjtzdHJva2Utb3BhY2l0eToxIgogICAgICAgZD0iTSAzOS4wNTA4NSw0NTcuNzYyNzEgViAxOTguMjU2ODUgaCA0MzEuNzI4ODIgdiAyNTkuNTA1ODYiCiAgICAgICBpZD0icGF0aDYwMDgiCiAgICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiAvPjxwYXRoCiAgICAgICBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojOGFkMTAzO3N0cm9rZS13aWR0aDozNTtzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDo0O3N0cm9rZS1kYXNoYXJyYXk6bm9uZTtzdHJva2Utb3BhY2l0eToxIgogICAgICAgZD0ibSAzOS4wNTA4NSwxOTguMjU2ODUgMCwyNTkuNTA1ODYgaCA0MzEuNzI4ODIgbCAwLC0yNTkuNTA1ODYgSCAzOS4wNTA4NSBWIDQ1Ny43NjI3MSBMIDQ3MC43Nzk2NywxOTguMjU2ODUgMjUzLjgzMDUxLDMxLjkzMjIwNCAzOS4wNTA4NSwxOTguMjU2ODUgNDcwLjc3OTY3LDQ1Ny43NjI3MSIKICAgICAgIGlkPSJwYXRoNjA0MiIKICAgICAgIGlua3NjYXBlOmNvbm5lY3Rvci1jdXJ2YXR1cmU9IjAiCiAgICAgICBzb2RpcG9kaTpub2RldHlwZXM9ImNjY2NjY2NjY2MiIC8+PC9nPjwvc3ZnPg==) no-repeat ;
}
.icon-lock {
	background-size:cover;
	background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNDIyLjMxOSA0MjIuMzE5IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA0MjIuMzIgNDIyLjMyIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Im0yMTEuMTYgMjMyLjc0Yy0yOC45NDUgMC01Mi40OTIgMjMuNTU1LTUyLjQ5MiA1Mi41IDAgMjMuMjE5IDE1LjE2NCA0Mi45MyAzNi4wOTQgNDkuODM2djIxLjY0MWMwIDkuMDU1IDcuMzQ0IDE2LjM5OCAxNi4zOTggMTYuMzk4czE2LjM5OC03LjM0NCAxNi4zOTgtMTYuMzk4di0yMS42NDFjMjAuOTMtNi45MDYgMzYuMDk0LTI2LjYyNSAzNi4wOTQtNDkuODM2IDAtMjguOTQ1LTIzLjU0Ny01Mi41LTUyLjQ5Mi01Mi41em0wIDcyLjE5NWMtMTAuODU5IDAtMTkuNjk1LTguODM2LTE5LjY5NS0xOS42OTVzOC44MzYtMTkuNzAzIDE5LjY5NS0xOS43MDMgMTkuNjk1IDguODQ0IDE5LjY5NSAxOS43MDMtOC44MzYgMTkuNjk1LTE5LjY5NSAxOS42OTV6IiBmaWxsPSIjOGFkMTAzIi8+PHBhdGggZD0ibTMxOS42NCAxNzYuMzJoLTE4Mi4yN3YtNTcuNjk1YzAtNDguMTI1IDM0LjgwNS04NS44MiA3OS4yNDItODUuODIgNDIuOTMgMCA3Ni41NTUgMzYuNDY5IDc2LjU1NSA4My4wMTZ2MTkuNWMwIDkuMDU1IDcuMzQ0IDE2LjM5OCAxNi4zOTggMTYuMzk4IDkuMDYzIDAgMTYuNDA2LTcuMzQ0IDE2LjQwNi0xNi4zOTh2LTE5LjVjMWUtMyAtNjQuOTQ1LTQ4LjAzMS0xMTUuODItMTA5LjM2LTExNS44Mi02Mi44MjggMC0xMTIuMDUgNTIuMTA5LTExMi4wNSAxMTguNjJ2NTcuNjk1aC0xLjg3NWMtMzAuNjY0LTFlLTMgLTU1LjUyMyAyNC42MDktNTUuNTIzIDU0Ljk2djcwLjEyNWMwIDY2Ljc4MSA1NC42OCAxMjAuOTEgMTIyLjE0IDEyMC45MWg4My43MTFjNjcuNDYxIDAgMTIyLjE1LTU0LjEzMyAxMjIuMTUtMTIwLjkxdi03MC4xMzNjMC0zMC4zNDMtMjQuODU5LTU0Ljk1My01NS41MjMtNTQuOTUzem0yMi43MjYgMTI1LjA5YzAgNDguNTg2LTQwLjA3OCA4OC4xMDktODkuMzUyIDg4LjEwOWgtODMuNzExYy00OS4yNTggMC04OS4zMzYtMzkuNTIzLTg5LjMzNi04OC4xMDl2LTcwLjEyNWMwLTEyLjIxOSAxMC4xODgtMjIuMTY0IDIyLjcxOS0yMi4xNjRoMjE2LjAyYzEyLjUzMSAwIDIzLjY2NCA5Ljk0NSAyMy42NjQgMjIuMTU2djcwLjEzM3oiIGZpbGw9IiM4YWQxMDMiLz48L3N2Zz4=)
}
.icon-mobile {
	background-size:cover;
	background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTM1OC40IDBoLTIwNC44Yy0yOC4yMjEgMC01MS4yIDIyLjk3OS01MS4yIDUxLjJ2NDA5LjZjMCAyOC4yNDIgMjIuOTc5IDUxLjIgNTEuMiA1MS4yaDIwNC44YzI4LjI0MiAwIDUxLjItMjIuOTU4IDUxLjItNTEuMnYtNDA5LjZjMC0yOC4yMjEtMjIuOTU4LTUxLjItNTEuMi01MS4yem0zMC43MiA0NjAuOGMwIDE2LjkzNy0xMy43ODMgMzAuNzItMzAuNzIgMzAuNzJoLTIwNC44Yy0xNi45MzcgMC0zMC43Mi0xMy43ODMtMzAuNzItMzAuNzJ2LTQwOS42YzAtMTYuOTM3IDEzLjc4My0zMC43MiAzMC43Mi0zMC43MmgyMDQuOGMxNi45MzcgMCAzMC43MiAxMy43ODMgMzAuNzIgMzAuNzJ2NDA5LjZ6IiBmaWxsPSIjMDhhZDEwIi8+PHBhdGggZD0ibTI3Ni40OCA0MC45NmgtNDAuOTZjLTUuNjUzIDAtMTAuMjQgNC41ODgtMTAuMjQgMTAuMjRzNC41ODggMTAuMjQgMTAuMjQgMTAuMjRoNDAuOTZjNS42NTIgMCAxMC4yNC00LjU4OCAxMC4yNC0xMC4yNHMtNC41ODgtMTAuMjQtMTAuMjQtMTAuMjR6IiBmaWxsPSIjMDhhZDEwIi8+PHBhdGggZD0ibTI1NiA0NTAuNTZjLTUuNjUyIDAtMTAuMjQgNC41ODgtMTAuMjQgMTAuMjRzNC41ODggMTAuMjQgMTAuMjQgMTAuMjQgMTAuMjQtNC41ODggMTAuMjQtMTAuMjQtNC41ODgtMTAuMjQtMTAuMjQtMTAuMjR6IiBmaWxsPSIjMDhhZDEwIi8+PHBhdGggZD0ibTM5OS4zNiA4MS45MmgtMjg2LjcyYy01LjY1MyAwLTEwLjI0IDQuNTg4LTEwLjI0IDEwLjI0IDAgNS42NTMgNC41ODcgMTAuMjQgMTAuMjQgMTAuMjRoMjg2LjcyYzUuNjUyIDAgMTAuMjQtNC41ODggMTAuMjQtMTAuMjRzLTQuNTg4LTEwLjI0LTEwLjI0LTEwLjI0eiIgZmlsbD0iIzA4YWQxMCIvPjxwYXRoIGQ9Im0zOTkuMzYgNDA5LjZoLTI4Ni43MmMtNS42NTMgMC0xMC4yNCA0LjU4OC0xMC4yNCAxMC4yNHM0LjU4NyAxMC4yNCAxMC4yNCAxMC4yNGgyODYuNzJjNS42NTIgMCAxMC4yNC00LjU4OCAxMC4yNC0xMC4yNHMtNC41ODgtMTAuMjQtMTAuMjQtMTAuMjR6IiBmaWxsPSIjMDhhZDEwIi8+PC9zdmc+)
}
.icon-block {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.icon-block .icon+* {
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	margin-left:1.5rem
}
.icon-block .heading+p {
	margin-top:1rem
}
@media (max-width: 767.98px) {
	.icon-block .heading+p {
		margin-top:.35rem
	}
}
@media (max-width: 767.98px) {
	.icon-block .heading {
		font-size:1.3rem
	}
}
.form-control,.custom-select {
	padding:.72rem 1.5rem .6rem 1.5rem
}
label {
	color:#7a8799
}
.form-group+.btn {
	margin-top:1rem
}
::-webkit-input-placeholder {
	color:#b4bbc5 !important
}
::-moz-placeholder {
	color:#b4bbc5 !important
}
:-ms-input-placeholder {
	color:#b4bbc5 !important
}
:-moz-placeholder {
	color:#b4bbc5 !important
}
.custom-checkbox .custom-control-label::before {
	border-radius:.15rem;
	background-color:#ced3e1 !important
}
.custom-checkbox .custom-control-label::before:hover {
	background-color:#ced3e1 !important
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color:#8ad103 !important
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before:hover {
	background-color:#8ad103 !important
}
.custom-checkbox a {
	color:inherit;
	border-bottom:1px dashed currentColor
}
#ConfirmEmailUI {
	opacity:1;
	-webkit-transition:height 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:height 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	margin-bottom:0;
	overflow:hidden
}
#ConfirmEmailUI.hide {
	opacity:0;
	-webkit-transition:height 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:height 0.25s cubic-bezier(0.215, 0.61, 0.355, 1),opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)
}
#ConfirmEmailUI:not(.hide)+.form-group {
	margin-top:1rem
}
.form-error:not(#FormError) {
	display:none
}
.form-error:not(#FormError) {
	color:#dc3545;
	padding-top:.5rem
}
.no-match .form-control,.empty .form-control,.is-invalid .form-control {
	border-color:#dc3545
}
.no-match ~ .form-error[data-error="no-match"],.no-match+.form-error[data-error="no-match"],.no-match .form-error[data-error="no-match"] {
	display:block !important
}
.is-empty ~ .form-error[data-error="is-empty"],.is-empty+.form-error[data-error="is-empty"],.is-empty .form-error[data-error="is-empty"] {
	display:block !important
}
.is-invalid .form-error[data-error="is-invalid"],.is-invalid ~ .form-error[data-error="is-invalid"],.is-invalid+.form-error[data-error="is-invalid"] {
	display:block !important
}
#RegisterModal .auth-card {
	overflow-y:auto
}
#RegisterModal .modal-body {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	overflow:hidden
}
#RegisterModal #UIUserCard,#RegisterModal #UIPayCard {
	-webkit-box-flex:1;
	-ms-flex:1 0 100%;
	flex:1 0 100%;
	-webkit-transform:translateX(0) translate3d(0, 0, 0);
	transform:translateX(0) translate3d(0, 0, 0);
	-webkit-transition:-webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:-webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1)
}
#RegisterModal #UIPayCard {
	display:none
}
#RegisterModal.step-2 #UIUserCard,#RegisterModal.step-2 #UIPayCard {
	-webkit-transform:translateX(-100%) translate3d(0, 0, 0);
	transform:translateX(-100%) translate3d(0, 0, 0)
}
#RegisterModal.step-2 #UIPayCard {
	display:block
}
#RegisterModal #UIPayCard {
	padding-left:1rem !important;
	padding-right:1rem !important
}
#RegisterModal #UIPayCard form {
	padding-left:1rem !important;
	padding-right:1rem !important
}
#RegisterModal #UIPayCard>.heading {
	padding-left:1rem !important;
	padding-right:1rem !important
}
#cardExpD {
	position:relative
}
#cardExpD i {
	position:absolute;
	top:50%;
	left:2.3rem;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	width:20px;
	height:20px;
	z-index:1;
	background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM4YWQxMDM7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5jdnY8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTgwLjksMzQyLjg2YTE2LjEsMTYuMSwwLDEsMSwwLTMyLjE5aDg4LjYxYTE2LjEsMTYuMSwwLDAsMSwwLDMyLjE5WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTUwOSwzNjQuNDJWMTA0LjY1YTU3LjM2LDU3LjM2LDAsMCwwLTU3LjMtNTcuMjlINjAuM0E1Ny4zNiw1Ny4zNiwwLDAsMCwzLDEwNC42NVYzNzIuNDdhNTcuMzYsNTcuMzYsMCwwLDAsNTcuMyw1Ny4yOUgyNTAuMjJhMTM2LDEzNiwwLDAsMCwxMjMuMTEsNzguMzdjNzQuOTQsMCwxMzUuOTEtNjEsMTM1LjkxLTEzNS45MUM1MDkuMjQsMzY5LjcyLDUwOS4xNiwzNjcuMSw1MDksMzY0LjQyWk0zNS4xOSwxNDYuNUg0NzYuODJ2MzkuOTFIMzUuMTlaTTYwLjMsNzkuNTVINDUxLjcxYTI1LjEzLDI1LjEzLDAsMCwxLDI1LjExLDI1LjF2OS42NkgzNS4xOXYtOS42NkEyNS4xMywyNS4xMywwLDAsMSw2MC4zLDc5LjU1Wm0zMTMsMzk1Ljc1QTEwMy4wOCwxMDMuMDgsMCwxLDEsNDc2LjQxLDM3Mi4yMiwxMDMuMTksMTAzLjE5LDAsMCwxLDM3My4zMyw0NzUuM1ptMC0yMzljLTc0Ljk1LDAtMTM1LjkxLDYxLTEzNS45MSwxMzUuOTFhMTM2LjI5LDEzNi4yOSwwLDAsMCwyLjM4LDI1LjM1SDYwLjNhMjUuMTMsMjUuMTMsMCwwLDEtMjUuMTEtMjUuMVYyMTguNkg0NzYuODJ2NjUuNTlBMTM1LjM5LDEzNS4zOSwwLDAsMCwzNzMuMzMsMjM2LjMxWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTMxNS44OCw0MDguMzZhMjMsMjMsMCwwLDEtMTguNy04Ljg5Yy01LjI0LTYuNTItNy45LTE1LjMyLTcuOS0yNi4xNywwLTExLjQyLDIuNjctMjAuNTUsNy45NC0yNy4xNSw0Ljc5LTYsMTEuMjktOSwxOS4zMy05YTIyLjU4LDIyLjU4LDAsMCwxLDE2LjY2LDYuODJjMy4xNiwzLjE5LDUuNDksNy44OCw2LjksMTMuOTRsLjYyLDIuNjctMTYsNC42OC0uNjEtMy4xMmExMS4yMiwxMS4yMiwwLDAsMC0zLjA4LTYuMyw3LDcsMCwwLDAtNS0yLDguMTksOC4xOSwwLDAsMC03LDMuODFjLTIuMDUsMi44Mi0zLjA4LDcuODEtMy4wOCwxNC44MywwLDkuMTMsMS42NCwxMy4zOCwzLDE1LjM0LDEuODMsMi42MSw0LDMuODIsNi44MiwzLjgyYTYuNiw2LjYsMCwwLDAsNS4wNi0yLjNjMS42Mi0xLjczLDIuODQtNC42OCwzLjYzLTguNzdsLjY1LTMuNDEsMTUuNzEsNi4wOC0uNTUsMi40M2MtMS43MSw3LjY2LTQuNjcsMTMuMzktOC44LDE3LjA2QTIyLjcxLDIyLjcxLDAsMCwxLDMxNS44OCw0MDguMzZaIi8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjM2OC40OCA0MDcuMjggMzQ4LjIxIDMzOC4yIDM2NS42MyAzMzguMiAzNzYuNTMgMzc3LjA1IDM4Ny4wOCAzMzguMiA0MDQuMyAzMzguMiAzODMuOTkgNDA3LjI4IDM2OC40OCA0MDcuMjgiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNDI5Ljk2IDQwNy4yOCA0MDkuNjkgMzM4LjIgNDI3LjExIDMzOC4yIDQzOC4wMSAzNzcuMDUgNDQ4LjU2IDMzOC4yIDQ2NS43OCAzMzguMiA0NDUuNDcgNDA3LjI4IDQyOS45NiA0MDcuMjgiLz48L3N2Zz4=)
}
#cardExpD>div:nth-child(2) {
	padding-right:0
}
#cardExpD>div:nth-child(3) {
	padding-left:0
}
#cardExpD #PayExMonth {
	border-right:0;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	padding-left:3.5rem
}
#cardExpD #PayExYear {
	border-left:0;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	padding-left:.25rem
}
#PayCVC ~ i {
	width:20px;
	height:20px;
	background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM4YWQxMDM7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5jdnY8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTgwLjksMzQyLjg2YTE2LjEsMTYuMSwwLDEsMSwwLTMyLjE5aDg4LjYxYTE2LjEsMTYuMSwwLDAsMSwwLDMyLjE5WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTUwOSwzNjQuNDJWMTA0LjY1YTU3LjM2LDU3LjM2LDAsMCwwLTU3LjMtNTcuMjlINjAuM0E1Ny4zNiw1Ny4zNiwwLDAsMCwzLDEwNC42NVYzNzIuNDdhNTcuMzYsNTcuMzYsMCwwLDAsNTcuMyw1Ny4yOUgyNTAuMjJhMTM2LDEzNiwwLDAsMCwxMjMuMTEsNzguMzdjNzQuOTQsMCwxMzUuOTEtNjEsMTM1LjkxLTEzNS45MUM1MDkuMjQsMzY5LjcyLDUwOS4xNiwzNjcuMSw1MDksMzY0LjQyWk0zNS4xOSwxNDYuNUg0NzYuODJ2MzkuOTFIMzUuMTlaTTYwLjMsNzkuNTVINDUxLjcxYTI1LjEzLDI1LjEzLDAsMCwxLDI1LjExLDI1LjF2OS42NkgzNS4xOXYtOS42NkEyNS4xMywyNS4xMywwLDAsMSw2MC4zLDc5LjU1Wm0zMTMsMzk1Ljc1QTEwMy4wOCwxMDMuMDgsMCwxLDEsNDc2LjQxLDM3Mi4yMiwxMDMuMTksMTAzLjE5LDAsMCwxLDM3My4zMyw0NzUuM1ptMC0yMzljLTc0Ljk1LDAtMTM1LjkxLDYxLTEzNS45MSwxMzUuOTFhMTM2LjI5LDEzNi4yOSwwLDAsMCwyLjM4LDI1LjM1SDYwLjNhMjUuMTMsMjUuMTMsMCwwLDEtMjUuMTEtMjUuMVYyMTguNkg0NzYuODJ2NjUuNTlBMTM1LjM5LDEzNS4zOSwwLDAsMCwzNzMuMzMsMjM2LjMxWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTMxNS44OCw0MDguMzZhMjMsMjMsMCwwLDEtMTguNy04Ljg5Yy01LjI0LTYuNTItNy45LTE1LjMyLTcuOS0yNi4xNywwLTExLjQyLDIuNjctMjAuNTUsNy45NC0yNy4xNSw0Ljc5LTYsMTEuMjktOSwxOS4zMy05YTIyLjU4LDIyLjU4LDAsMCwxLDE2LjY2LDYuODJjMy4xNiwzLjE5LDUuNDksNy44OCw2LjksMTMuOTRsLjYyLDIuNjctMTYsNC42OC0uNjEtMy4xMmExMS4yMiwxMS4yMiwwLDAsMC0zLjA4LTYuMyw3LDcsMCwwLDAtNS0yLDguMTksOC4xOSwwLDAsMC03LDMuODFjLTIuMDUsMi44Mi0zLjA4LDcuODEtMy4wOCwxNC44MywwLDkuMTMsMS42NCwxMy4zOCwzLDE1LjM0LDEuODMsMi42MSw0LDMuODIsNi44MiwzLjgyYTYuNiw2LjYsMCwwLDAsNS4wNi0yLjNjMS42Mi0xLjczLDIuODQtNC42OCwzLjYzLTguNzdsLjY1LTMuNDEsMTUuNzEsNi4wOC0uNTUsMi40M2MtMS43MSw3LjY2LTQuNjcsMTMuMzktOC44LDE3LjA2QTIyLjcxLDIyLjcxLDAsMCwxLDMxNS44OCw0MDguMzZaIi8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjM2OC40OCA0MDcuMjggMzQ4LjIxIDMzOC4yIDM2NS42MyAzMzguMiAzNzYuNTMgMzc3LjA1IDM4Ny4wOCAzMzguMiA0MDQuMyAzMzguMiAzODMuOTkgNDA3LjI4IDM2OC40OCA0MDcuMjgiLz48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNDI5Ljk2IDQwNy4yOCA0MDkuNjkgMzM4LjIgNDI3LjExIDMzOC4yIDQzOC4wMSAzNzcuMDUgNDQ4LjU2IDMzOC4yIDQ2NS43OCAzMzguMiA0NDUuNDcgNDA3LjI4IDQyOS45NiA0MDcuMjgiLz48L3N2Zz4=)
}
#PayCard ~ i {
	width:20px;
	height:20px;
	background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iQ2FwYV8xIiBkYXRhLW5hbWU9IkNhcGEgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM4YWQxMDM7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5jcmVkaXQtY2FyZDwvdGl0bGU+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNjIsNDQ1LjU4QTU2Ljg3LDU2Ljg3LDAsMCwxLDUuMTQsMzg4Ljc3VjEyMy4yM0E1Ni44Nyw1Ni44NywwLDAsMSw2Miw2Ni40MmgzODguMWE1Ni44Nyw1Ni44NywwLDAsMSw1Ni44MSw1Ni44MVYzODguNzdhNTYuODcsNTYuODcsMCwwLDEtNTYuODEsNTYuODFaTTYyLDk4LjMzYTI0LjkyLDI0LjkyLDAsMCwwLTI0Ljg5LDI0LjlWMzg4Ljc3QTI0LjkyLDI0LjkyLDAsMCwwLDYyLDQxMy42N2gzODguMWEyNC45MiwyNC45MiwwLDAsMCwyNC44OS0yNC45VjEyMy4yM2EyNC45MywyNC45MywwLDAsMC0yNC44OS0yNC45WiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTkyLjU5LDIxMC42OGEzNi40MiwzNi40MiwwLDAsMS0zNi4zOC0zNi4zOVYxNTMuODdhMzYuNDMsMzYuNDMsMCwwLDEsMzYuMzgtMzYuMzloNDAuODVhMzYuNDQsMzYuNDQsMCwwLDEsMzYuMzksMzYuMzl2MjAuNDJhMzYuNDMsMzYuNDMsMCwwLDEtMzYuMzksMzYuMzlabTAtNjEuMjhhNC40OCw0LjQ4LDAsMCwwLTQuNDcsNC40N1YxNzQuM2E0LjQ3LDQuNDcsMCwwLDAsNC40Nyw0LjQ2aDQwLjg1YTQuNDcsNC40NywwLDAsMCw0LjQ3LTQuNDZWMTUzLjg3YTQuNDcsNC40NywwLDAsMC00LjQ3LTQuNDdaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDA5LjIsMTE3LjQ4QTQ2LjYsNDYuNiwwLDAsMCwzNzguNTYsMTI5YTQ2LjYsNDYuNiwwLDEsMCwwLDcwLjE0LDQ2LjU4LDQ2LjU4LDAsMSwwLDMwLjY0LTgxLjY3Wm0tNjEuMjgsNjdhMjAuNDMsMjAuNDMsMCwxLDEsMjAuNDItMjAuNDNBMjAuNDUsMjAuNDUsMCwwLDEsMzQ3LjkyLDE4NC41MVptNjEuMjgsMGEyMC40MywyMC40MywwLDEsMSwyMC40Mi0yMC40M0EyMC40NSwyMC40NSwwLDAsMSw0MDkuMiwxODQuNTFaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNODIuMzgsMzc0LjA5YTE2LDE2LDAsMCwxLDAtMzEuOTJINDI5LjYyYTE2LDE2LDAsMCwxLDAsMzEuOTJaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNODIuNTEsMzAxLjMzYTE2LjEsMTYuMSwwLDAsMSwwLTMyLjE5aDg4LjYxYTE2LjEsMTYuMSwwLDEsMSwwLDMyLjE5WiIvPjwvc3ZnPg==)
}
.toast {
	display:none;
	position:fixed;
	bottom:2rem;
	left:2rem;
	padding:1.5rem;
	border-radius:1rem;
	background-color:#fff;
	color:#151d33;
	max-width:300px;
	font-size:14px;
	-webkit-box-shadow:0 20px 12px -16px rgba(21,29,51,0.2),0 5px 80px rgba(21,29,51,0.1),0 5px 40px rgba(99,137,239,0.4);
	box-shadow:0 20px 12px -16px rgba(21,29,51,0.2),0 5px 80px rgba(21,29,51,0.1),0 5px 40px rgba(99,137,239,0.4);
	z-index:6;
	-webkit-transform:translateY(100%);
	transform:translateY(100%);
	-webkit-transition:opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.toast.show {
	-webkit-animation-name:ShowToast;
	animation-name:ShowToast;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:.5s;
	animation-duration:.5s;
	-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
	display:block
}
@media (max-width: 991.98px) {
	.toast {
		bottom:1rem;
		left:1rem
	}
}
.toast .actions {
	margin-top:1rem
}
.toast .btn {
	padding:.5rem;
	position:absolute;
	top:.5rem;
	right:.5rem
}
@-webkit-keyframes ShowToast {
	0% {
		-webkit-transform:translateY(100%);
		transform:translateY(100%)
	}
	100% {
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}
@keyframes ShowToast {
	0% {
		-webkit-transform:translateY(100%);
		transform:translateY(100%)
	}
	100% {
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}
.vi.auth-cardew {
	-webkit-transition:-webkit-filter 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:-webkit-filter 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:filter 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:filter 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-filter 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.modal-open .view {
	-webkit-filter:blur(6px);
	filter:blur(6px)
}
.modal {
	background:rgba(246,246,250,0.75);
	opacity:0;
	-webkit-transition:opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.modal.closing {
	opacity:0
}
.modal.closing .modal-dialog {
	opacity:0
}
.modal.show {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	opacity:1
}
.modal .modal-dialog {
	width:100%;
	opacity:1;
	-webkit-transition:opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transform-origin:center center;
	transform-origin:center center
}
.modal .modal-dialog .modal-content {
	border-radius:1rem;
	-webkit-box-shadow:0 20px 17px -13px rgba(21,29,51,0.1),0 10px 140px rgba(21,29,51,0.2);
	box-shadow:0 20px 17px -13px rgba(21,29,51,0.1),0 10px 140px rgba(21,29,51,0.2)
}
@media (max-width: 767.98px) {
	.modal .modal-dialog:not(.modal-sm) {
		width:100vw;
		height:100%;
		min-height:100%;
		margin:0 auto
	}
	.modal .modal-dialog:not(.modal-sm) .modal-content {
		height:100%
	}
	.modal .modal-dialog:not(.modal-sm) .modal-body {
		height:100%;
		overflow-x:hidden;
		overflow-y:auto
	}
}
.modal button.close {
	position:absolute;
	top:0;
	right:0;
	margin:0;
	z-index:3
}
#LangSelectModal .modal-dialog.modal-sm {
	max-width:340px;
	min-width:200px
}
#LangSelectModal .modal-dialog.modal-sm a {
	display:block;
	text-align:center;
	color:#1f2328;
	-webkit-transition:background-color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:background-color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	padding:.25rem 0
}
#LangSelectModal .modal-dialog.modal-sm a:not(:nth-last-child(1)) {
	border-bottom:1px solid #f6f6fa
}
#LangSelectModal .modal-dialog.modal-sm a.active {
	background-color:#8ad103;
	color:#fff
}
#LangSelectModal .modal-dialog.modal-sm a:hover:not(.active) {
	background-color:#f6f6fa
}
#LangSelectModal .modal-dialog.modal-sm .modal-header {
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
#RegisterModal button.close {
	top:1rem;
	right:1rem
}
#RegisterModal.loaded .modal-body {
	opacity:1
}
@media (max-width: 767.98px) {
	#RegisterModal .modal-dialog {
		max-width:100%
	}
}
#RegisterModal .modal-body {
	padding:0;
	opacity:0;
	-webkit-transition:0.25s opacity cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:0.25s opacity cubic-bezier(0.215, 0.61, 0.355, 1)
}
#RegisterModal .modal-body .card {
	-webkit-box-shadow:none;
	box-shadow:none;
	margin-bottom:0
}
#RegisterModal .modal-body .card form .custom-checkbox {
	margin-top:2rem
}
#RegisterModal .modal-body .card form .actions {
	margin-top:3rem
}
#RegisterModal .modal-body .card h4.heading {
	line-height:1;
	margin-bottom:3rem
}
.modal.show .modal-dialog {
	-webkit-animation-name:OpenModal;
	animation-name:OpenModal;
	-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-animation-duration:.25s;
	animation-duration:.25s
}
@-webkit-keyframes OpenModal {
	from {
		-webkit-transform:translate3d(0, 0, 0) scale(1.05);
		transform:translate3d(0, 0, 0) scale(1.05)
	}
	to {
		-webkit-transform:translate3d(0, 0, 0) scale(1);
		transform:translate3d(0, 0, 0) scale(1)
	}
}
@keyframes OpenModal {
	from {
		-webkit-transform:translate3d(0, 0, 0) scale(1.05);
		transform:translate3d(0, 0, 0) scale(1.05)
	}
	to {
		-webkit-transform:translate3d(0, 0, 0) scale(1);
		transform:translate3d(0, 0, 0) scale(1)
	}
}
footer {
	padding:6rem 0
}
@media (max-width: 767.98px) {
	footer {
		padding:4rem 0
	}
}
footer .navbar-brand {
	font-size:1.75rem;
	padding-top:0;
	padding-bottom:0;
	margin-right:0
}
footer .nav {
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end
}
footer .nav .nav-link {
	padding:.35rem .75rem;
	color:#7a8799
}
footer .nav .nav-link:hover {
	color:#8ad103
}
footer .info {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	margin-top:.5rem;
	font-size:.875rem;
	color:#97a1af;
	font-weight:bold;
}
footer .info>div {
	margin-bottom:.25rem;
	line-height:1.2
}
footer h6.heading {
	margin-bottom:1rem;
	font-size:1rem;
	color:#b4bbc5
}
footer .nav.flex-column a.nav-link {
	padding-right:0;
	padding-left:0;
	-webkit-transition:color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	font-size:.875rem;
	line-height:1;
	color:#151d33
}
footer .nav.flex-column a.nav-link:hover {
	color:#8ad103
}
footer .nav.flex-column a.nav-link:nth-child(1) {
	padding-top:0
}
footer .nav.flex-column a.nav-link:nth-last-child(1) {
	padding-bottom:0
}
footer .footer-btm {
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding-top:3rem;
	padding-bottom:3rem;
	border-top:1px solid #ced3e1;
	margin-bottom:-6rem;
	margin-top:6rem;
	font-size:.875rem;
	color:#7a8799
}
@media (max-width: 767.98px) {
	footer .footer-btm {
		margin-bottom:-4rem;
		margin-top:4rem;
		padding-top:4rem;
		padding-bottom:2rem
	}
}
footer .footer-btm .actions {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin:-.5rem
}
@media (min-width: 768px) {
	footer .footer-btm .actions {
		-webkit-box-pack:end;
		-ms-flex-pack:end;
		justify-content:flex-end
	}
}
footer .footer-btm .cc-icon {
	display:block;
	margin:.5rem
}
@media (max-width: 575.98px) {
	#btmInfo {
		display:block;
		padding-right:15px;
		padding-left:15px;
		margin-top:2rem;
		margin-bottom:2rem
	}
}
.cc-icon {
	height:32px;
	width:32px;
	background-image:url("/images/credit-cards.svg");
	background-size:32px auto
}
.cc-icon[data-icon="visa"] {
	background-position:0 64px
}
.cc-icon[data-icon="maestro"] {
	background-position:0 128px
}
.cc-icon[data-icon="mastercard"] {
	background-position:0 96px
}
.cc-icon[data-icon="amex"] {
	background-position:0 32px
}
.cc-icon[data-icon="discover"] {
	background-position:0 0
}
.loader {
	display:none;
	background-color:rgba(255,255,255,0.95);
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	opacity:0;
	-webkit-transition:opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	z-index:2
}
.loader.active {
	display:block;
	opacity:1
}
.loader h6 {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	text-align:center;
	font-size:1.1rem;
	color:#8ad103
}
.loader .spinner+h6 {
	margin-top:10px
}
.spinner {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	height:40px;
	width:40px;
	margin:-40px auto auto -20px;
	-webkit-animation:Spin 1s linear infinite;
	animation:Spin 1s linear infinite;
	background-image:url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MCA2MCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtzdHJva2Utd2lkdGg6NDtmaWxsOm5vbmU7c3Ryb2tlOiM4YWQxMDM7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fTwvc3R5bGU+PC9kZWZzPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTUzLjQ1LDQxLjI1YTI2LDI2LDAsMCwxLTQ2LjksMCIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTYuNTUsMTguNzVhMjYsMjYsMCwwLDEsNDYuOSwwIi8+PC9zdmc+);
	background-size:contain;
	background-position:center center;
	background-repeat:no-repeat
}
/*! Spin */@-webkit-keyframes Spin {
	from {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg)
	}
	to {
		-webkit-transform:rotate(720deg);
		transform:rotate(720deg)
	}
}
@keyframes Spin {
	from {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg)
	}
	to {
		-webkit-transform:rotate(720deg);
		transform:rotate(720deg)
	}
}
.toolbar {
	position:fixed;
	z-index:5;
	bottom:0;
	left:0;
	background-color:#fff
}
@media (max-width: 767.98px) {
	.toolbar {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		right:0;
		height:50px;
		-webkit-box-shadow:0 -8px 8px -8px rgba(21,29,51,0.1),0 -5px 16px rgba(21,29,51,0.05);
		box-shadow:0 -8px 8px -8px rgba(21,29,51,0.1),0 -5px 16px rgba(21,29,51,0.05)
	}
}
@media (min-width: 768px) {
	.toolbar {
		width:70px;
		top:62px;
		-webkit-box-shadow:8px 0 8px -8px rgba(21,29,51,0.1),5px 0 16px rgba(21,29,51,0.05);
		box-shadow:8px 0 8px -8px rgba(21,29,51,0.1),5px 0 16px rgba(21,29,51,0.05);
		padding-top:2rem
	}
}
.toolbar a {
	display:block;
	position:relative
}
.toolbar a .icon {
	display:block;
	margin:0  auto
}
.toolbar a .icon svg {
	-webkit-transition:fill 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:fill 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	fill:#151d33
}
.toolbar a span {
	color:#151d33
}
.toolbar a:hover .icon svg,.toolbar a.active .icon svg {
	fill:#8ad103
}
.toolbar a.active::before {
	position:absolute;
	content:'';
	display:block;
	background-color:#8ad103;
	-webkit-box-shadow:0 0 14px #8ad103;
	box-shadow:0 0 14px #8ad103
}
@media (max-width: 767.98px) {
	.toolbar a {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
		-webkit-box-pack:center;
		-ms-flex-pack:center;
		justify-content:center;
		-webkit-box-flex:1;
		-ms-flex:1;
		flex:1
	}
	.toolbar a span {
		font-size:.7rem;
		margin-top:.15rem
	}
	.toolbar a .icon {
		height:24px;
		width:24px
	}
	.toolbar a::before {
		height:4px;
		right:-.25rem;
		bottom:0;
		left:-.25rem
	}
}
@media (min-width: 768px) {
	.toolbar a {
		margin-bottom:2rem
	}
	.toolbar a:hover span {
		display:block
	}
	.toolbar a span {
		display:none;
		position:absolute;
		top:50%;
		left:100%;
		background-color:#fff;
		padding:.25rem .75rem;
		border-radius:.35rem;
		-webkit-box-shadow:0 8px 30px rgba(21,29,51,0.2);
		box-shadow:0 8px 30px rgba(21,29,51,0.2);
		-webkit-transform:translateY(-50%);
		transform:translateY(-50%)
	}
	.toolbar a .icon {
		height:30px;
		width:30px
	}
	.toolbar a::before {
		width:6px;
		top:-.5rem;
		bottom:-.5rem;
		left:0
	}
}
.flex-table {
	overflow-x:scroll;
	overflow-y:hidden
}
.flex-table .t-head {
	border-bottom:1px solid #f6f6fa
}
.flex-table .t-head>div {
	padding:0 .5rem .5rem .5rem;
	color:#97a1af
}
.flex-table .t-head,.flex-table .t-row {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.flex-table .t-head>div,.flex-table .t-row>div {
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	white-space:nowrap
}
.flex-table .t-head>div:nth-last-child(1),.flex-table .t-row>div:nth-last-child(1) {
	text-align:right
}
.flex-table .t-head>div:nth-last-child(1),.flex-table .t-row>div:nth-last-child(1) {
	-webkit-box-flex:0.5;
	-ms-flex:0.5;
	flex:0.5
}
.flex-table .t-row>div {
	padding:.5rem
}
.flex-table .t-row:not(:nth-last-child(1)) {
	border-bottom:1px solid #f6f6fa
}
.flex-table .t-row .icon {
	display:inline-block;
	width:18px;
	height:18px
}
.flex-table .t-row .icon svg {
	fill:#151d33;
	-webkit-transition:fill 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:fill 0.25s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.flex-table .t-row a:hover .icon svg {
	fill:#8ad103
}
.badge {
	color:white;
	font-size:.75rem;
	padding:.25rem .5rem;
	border-radius:.35rem
}
.flag-background,.flag {
	background-size:contain;
	background-position:50%;
	background-repeat:no-repeat
}
.flag {
	position:relative;
	display:inline-block;
	width:1.3333333333em;
	line-height:1em
}
.flag:before {
	content:'\00a0'
}
.flag-ad {
	background-image:url(/images/flags/ad.svg)
}
.flag-ae {
	background-image:url(/images/flags/ae.svg)
}
.flag-af {
	background-image:url(/images/flags/af.svg)
}
.flag-ag {
	background-image:url(/images/flags/ag.svg)
}
.flag-ai {
	background-image:url(/images/flags/ai.svg)
}
.flag-al {
	background-image:url(/images/flags/al.svg)
}
.flag-am {
	background-image:url(/images/flags/am.svg)
}
.flag-ao {
	background-image:url(/images/flags/ao.svg)
}
.flag-aq {
	background-image:url(/images/flags/aq.svg)
}
.flag-ar {
	background-image:url(/images/flags/ar.svg)
}
.flag-as {
	background-image:url(/images/flags/as.svg)
}
.flag-at {
	background-image:url(/images/flags/at.svg)
}
.flag-au {
	background-image:url(/images/flags/au.svg)
}
.flag-aw {
	background-image:url(/images/flags/aw.svg)
}
.flag-ax {
	background-image:url(/images/flags/ax.svg)
}
.flag-az {
	background-image:url(/images/flags/az.svg)
}
.flag-ba {
	background-image:url(/images/flags/ba.svg)
}
.flag-bb {
	background-image:url(/images/flags/bb.svg)
}
.flag-bd {
	background-image:url(/images/flags/bd.svg)
}
.flag-be {
	background-image:url(/images/flags/be.svg)
}
.flag-bf {
	background-image:url(/images/flags/bf.svg)
}
.flag-bg {
	background-image:url(/images/flags/bg.svg)
}
.flag-bh {
	background-image:url(/images/flags/bh.svg)
}
.flag-bi {
	background-image:url(/images/flags/bi.svg)
}
.flag-bj {
	background-image:url(/images/flags/bj.svg)
}
.flag-bl {
	background-image:url(/images/flags/bl.svg)
}
.flag-bm {
	background-image:url(/images/flags/bm.svg)
}
.flag-bn {
	background-image:url(/images/flags/bn.svg)
}
.flag-bo {
	background-image:url(/images/flags/bo.svg)
}
.flag-bq {
	background-image:url(/images/flags/bq.svg)
}
.flag-br {
	background-image:url(/images/flags/br.svg)
}
.flag-bs {
	background-image:url(/images/flags/bs.svg)
}
.flag-bt {
	background-image:url(/images/flags/bt.svg)
}
.flag-bv {
	background-image:url(/images/flags/bv.svg)
}
.flag-bw {
	background-image:url(/images/flags/bw.svg)
}
.flag-by {
	background-image:url(/images/flags/by.svg)
}
.flag-bz {
	background-image:url(/images/flags/bz.svg)
}
.flag-ca {
	background-image:url(/images/flags/ca.svg)
}
.flag-cc {
	background-image:url(/images/flags/cc.svg)
}
.flag-cd {
	background-image:url(/images/flags/cd.svg)
}
.flag-cf {
	background-image:url(/images/flags/cf.svg)
}
.flag-cg {
	background-image:url(/images/flags/cg.svg)
}
.flag-ch {
	background-image:url(/images/flags/ch.svg)
}
.flag-ci {
	background-image:url(/images/flags/ci.svg)
}
.flag-ck {
	background-image:url(/images/flags/ck.svg)
}
.flag-cl {
	background-image:url(/images/flags/cl.svg)
}
.flag-cm {
	background-image:url(/images/flags/cm.svg)
}
.flag-cn {
	background-image:url(/images/flags/cn.svg)
}
.flag-co {
	background-image:url(/images/flags/co.svg)
}
.flag-cr {
	background-image:url(/images/flags/cr.svg)
}
.flag-cu {
	background-image:url(/images/flags/cu.svg)
}
.flag-cv {
	background-image:url(/images/flags/cv.svg)
}
.flag-cw {
	background-image:url(/images/flags/cw.svg)
}
.flag-cx {
	background-image:url(/images/flags/cx.svg)
}
.flag-cy {
	background-image:url(/images/flags/cy.svg)
}
.flag-cz {
	background-image:url(/images/flags/cz.svg)
}
.flag-de {
	background-image:url(/images/flags/de.svg)
}
.flag-dj {
	background-image:url(/images/flags/dj.svg)
}
.flag-dk {
	background-image:url(/images/flags/dk.svg)
}
.flag-dm {
	background-image:url(/images/flags/dm.svg)
}
.flag-do {
	background-image:url(/images/flags/do.svg)
}
.flag-dz {
	background-image:url(/images/flags/dz.svg)
}
.flag-ec {
	background-image:url(/images/flags/ec.svg)
}
.flag-ee {
	background-image:url(/images/flags/ee.svg)
}
.flag-eg {
	background-image:url(/images/flags/eg.svg)
}
.flag-eh {
	background-image:url(/images/flags/eh.svg)
}
.flag-er {
	background-image:url(/images/flags/er.svg)
}
.flag-es {
	background-image:url(/images/flags/es.svg)
}
.flag-et {
	background-image:url(/images/flags/et.svg)
}
.flag-fi {
	background-image:url(/images/flags/fi.svg)
}
.flag-fj {
	background-image:url(/images/flags/fj.svg)
}
.flag-fk {
	background-image:url(/images/flags/fk.svg)
}
.flag-fm {
	background-image:url(/images/flags/fm.svg)
}
.flag-fo {
	background-image:url(/images/flags/fo.svg)
}
.flag-fr {
	background-image:url(/images/flags/fr.svg)
}
.flag-ga {
	background-image:url(/images/flags/ga.svg)
}
.flag-gb {
	background-image:url(/images/flags/gb.svg)
}
.flag-gd {
	background-image:url(/images/flags/gd.svg)
}
.flag-ge {
	background-image:url(/images/flags/ge.svg)
}
.flag-gf {
	background-image:url(/images/flags/gf.svg)
}
.flag-gg {
	background-image:url(/images/flags/gg.svg)
}
.flag-gh {
	background-image:url(/images/flags/gh.svg)
}
.flag-gi {
	background-image:url(/images/flags/gi.svg)
}
.flag-gl {
	background-image:url(/images/flags/gl.svg)
}
.flag-gm {
	background-image:url(/images/flags/gm.svg)
}
.flag-gn {
	background-image:url(/images/flags/gn.svg)
}
.flag-gp {
	background-image:url(/images/flags/gp.svg)
}
.flag-gq {
	background-image:url(/images/flags/gq.svg)
}
.flag-gr {
	background-image:url(/images/flags/gr.svg)
}
.flag-gs {
	background-image:url(/images/flags/gs.svg)
}
.flag-gt {
	background-image:url(/images/flags/gt.svg)
}
.flag-gu {
	background-image:url(/images/flags/gu.svg)
}
.flag-gw {
	background-image:url(/images/flags/gw.svg)
}
.flag-gy {
	background-image:url(/images/flags/gy.svg)
}
.flag-hk {
	background-image:url(/images/flags/hk.svg)
}
.flag-hm {
	background-image:url(/images/flags/hm.svg)
}
.flag-hn {
	background-image:url(/images/flags/hn.svg)
}
.flag-hr {
	background-image:url(/images/flags/hr.svg)
}
.flag-ht {
	background-image:url(/images/flags/ht.svg)
}
.flag-hu {
	background-image:url(/images/flags/hu.svg)
}
.flag-id {
	background-image:url(/images/flags/id.svg)
}
.flag-ie {
	background-image:url(/images/flags/ie.svg)
}
.flag-il {
	background-image:url(/images/flags/il.svg)
}
.flag-im {
	background-image:url(/images/flags/im.svg)
}
.flag-in {
	background-image:url(/images/flags/in.svg)
}
.flag-io {
	background-image:url(/images/flags/io.svg)
}
.flag-iq {
	background-image:url(/images/flags/iq.svg)
}
.flag-ir {
	background-image:url(/images/flags/ir.svg)
}
.flag-is {
	background-image:url(/images/flags/is.svg)
}
.flag-it {
	background-image:url(/images/flags/it.svg)
}
.flag-je {
	background-image:url(/images/flags/je.svg)
}
.flag-jm {
	background-image:url(/images/flags/jm.svg)
}
.flag-jo {
	background-image:url(/images/flags/jo.svg)
}
.flag-jp {
	background-image:url(/images/flags/jp.svg)
}
.flag-ke {
	background-image:url(/images/flags/ke.svg)
}
.flag-kg {
	background-image:url(/images/flags/kg.svg)
}
.flag-kh {
	background-image:url(/images/flags/kh.svg)
}
.flag-ki {
	background-image:url(/images/flags/ki.svg)
}
.flag-km {
	background-image:url(/images/flags/km.svg)
}
.flag-kn {
	background-image:url(/images/flags/kn.svg)
}
.flag-kp {
	background-image:url(/images/flags/kp.svg)
}
.flag-kr {
	background-image:url(/images/flags/kr.svg)
}
.flag-kw {
	background-image:url(/images/flags/kw.svg)
}
.flag-ky {
	background-image:url(/images/flags/ky.svg)
}
.flag-kz {
	background-image:url(/images/flags/kz.svg)
}
.flag-la {
	background-image:url(/images/flags/la.svg)
}
.flag-lb {
	background-image:url(/images/flags/lb.svg)
}
.flag-lc {
	background-image:url(/images/flags/lc.svg)
}
.flag-li {
	background-image:url(/images/flags/li.svg)
}
.flag-lk {
	background-image:url(/images/flags/lk.svg)
}
.flag-lr {
	background-image:url(/images/flags/lr.svg)
}
.flag-ls {
	background-image:url(/images/flags/ls.svg)
}
.flag-lt {
	background-image:url(/images/flags/lt.svg)
}
.flag-lu {
	background-image:url(/images/flags/lu.svg)
}
.flag-lv {
	background-image:url(/images/flags/lv.svg)
}
.flag-ly {
	background-image:url(/images/flags/ly.svg)
}
.flag-ma {
	background-image:url(/images/flags/ma.svg)
}
.flag-mc {
	background-image:url(/images/flags/mc.svg)
}
.flag-md {
	background-image:url(/images/flags/md.svg)
}
.flag-me {
	background-image:url(/images/flags/me.svg)
}
.flag-mf {
	background-image:url(/images/flags/mf.svg)
}
.flag-mg {
	background-image:url(/images/flags/mg.svg)
}
.flag-mh {
	background-image:url(/images/flags/mh.svg)
}
.flag-mk {
	background-image:url(/images/flags/mk.svg)
}
.flag-ml {
	background-image:url(/images/flags/ml.svg)
}
.flag-mm {
	background-image:url(/images/flags/mm.svg)
}
.flag-mn {
	background-image:url(/images/flags/mn.svg)
}
.flag-mo {
	background-image:url(/images/flags/mo.svg)
}
.flag-mp {
	background-image:url(/images/flags/mp.svg)
}
.flag-mq {
	background-image:url(/images/flags/mq.svg)
}
.flag-mr {
	background-image:url(/images/flags/mr.svg)
}
.flag-ms {
	background-image:url(/images/flags/ms.svg)
}
.flag-mt {
	background-image:url(/images/flags/mt.svg)
}
.flag-mu {
	background-image:url(/images/flags/mu.svg)
}
.flag-mv {
	background-image:url(/images/flags/mv.svg)
}
.flag-mw {
	background-image:url(/images/flags/mw.svg)
}
.flag-mx {
	background-image:url(/images/flags/mx.svg)
}
.flag-my {
	background-image:url(/images/flags/my.svg)
}
.flag-mz {
	background-image:url(/images/flags/mz.svg)
}
.flag-na {
	background-image:url(/images/flags/na.svg)
}
.flag-nc {
	background-image:url(/images/flags/nc.svg)
}
.flag-ne {
	background-image:url(/images/flags/ne.svg)
}
.flag-nf {
	background-image:url(/images/flags/nf.svg)
}
.flag-ng {
	background-image:url(/images/flags/ng.svg)
}
.flag-ni {
	background-image:url(/images/flags/ni.svg)
}
.flag-nl {
	background-image:url(/images/flags/nl.svg)
}
.flag-no {
	background-image:url(/images/flags/no.svg)
}
.flag-np {
	background-image:url(/images/flags/np.svg)
}
.flag-nr {
	background-image:url(/images/flags/nr.svg)
}
.flag-nu {
	background-image:url(/images/flags/nu.svg)
}
.flag-nz {
	background-image:url(/images/flags/nz.svg)
}
.flag-om {
	background-image:url(/images/flags/om.svg)
}
.flag-pa {
	background-image:url(/images/flags/pa.svg)
}
.flag-pe {
	background-image:url(/images/flags/pe.svg)
}
.flag-pf {
	background-image:url(/images/flags/pf.svg)
}
.flag-pg {
	background-image:url(/images/flags/pg.svg)
}
.flag-ph {
	background-image:url(/images/flags/ph.svg)
}
.flag-pk {
	background-image:url(/images/flags/pk.svg)
}
.flag-pl {
	background-image:url(/images/flags/pl.svg)
}
.flag-pm {
	background-image:url(/images/flags/pm.svg)
}
.flag-pn {
	background-image:url(/images/flags/pn.svg)
}
.flag-pr {
	background-image:url(/images/flags/pr.svg)
}
.flag-ps {
	background-image:url(/images/flags/ps.svg)
}
.flag-pt {
	background-image:url(/images/flags/pt.svg)
}
.flag-pw {
	background-image:url(/images/flags/pw.svg)
}
.flag-py {
	background-image:url(/images/flags/py.svg)
}
.flag-qa {
	background-image:url(/images/flags/qa.svg)
}
.flag-re {
	background-image:url(/images/flags/re.svg)
}
.flag-ro {
	background-image:url(/images/flags/ro.svg)
}
.flag-rs {
	background-image:url(/images/flags/rs.svg)
}
.flag-ru {
	background-image:url(/images/flags/ru.svg)
}
.flag-rw {
	background-image:url(/images/flags/rw.svg)
}
.flag-sa {
	background-image:url(/images/flags/sa.svg)
}
.flag-sb {
	background-image:url(/images/flags/sb.svg)
}
.flag-sc {
	background-image:url(/images/flags/sc.svg)
}
.flag-sd {
	background-image:url(/images/flags/sd.svg)
}
.flag-se {
	background-image:url(/images/flags/se.svg)
}
.flag-sg {
	background-image:url(/images/flags/sg.svg)
}
.flag-sh {
	background-image:url(/images/flags/sh.svg)
}
.flag-si {
	background-image:url(/images/flags/si.svg)
}
.flag-sj {
	background-image:url(/images/flags/sj.svg)
}
.flag-sk {
	background-image:url(/images/flags/sk.svg)
}
.flag-sl {
	background-image:url(/images/flags/sl.svg)
}
.flag-sm {
	background-image:url(/images/flags/sm.svg)
}
.flag-sn {
	background-image:url(/images/flags/sn.svg)
}
.flag-so {
	background-image:url(/images/flags/so.svg)
}
.flag-sr {
	background-image:url(/images/flags/sr.svg)
}
.flag-ss {
	background-image:url(/images/flags/ss.svg)
}
.flag-st {
	background-image:url(/images/flags/st.svg)
}
.flag-sv {
	background-image:url(/images/flags/sv.svg)
}
.flag-sx {
	background-image:url(/images/flags/sx.svg)
}
.flag-sy {
	background-image:url(/images/flags/sy.svg)
}
.flag-sz {
	background-image:url(/images/flags/sz.svg)
}
.flag-tc {
	background-image:url(/images/flags/tc.svg)
}
.flag-td {
	background-image:url(/images/flags/td.svg)
}
.flag-tf {
	background-image:url(/images/flags/tf.svg)
}
.flag-tg {
	background-image:url(/images/flags/tg.svg)
}
.flag-th {
	background-image:url(/images/flags/th.svg)
}
.flag-tj {
	background-image:url(/images/flags/tj.svg)
}
.flag-tk {
	background-image:url(/images/flags/tk.svg)
}
.flag-tl {
	background-image:url(/images/flags/tl.svg)
}
.flag-tm {
	background-image:url(/images/flags/tm.svg)
}
.flag-tn {
	background-image:url(/images/flags/tn.svg)
}
.flag-to {
	background-image:url(/images/flags/to.svg)
}
.flag-tr {
	background-image:url(/images/flags/tr.svg)
}
.flag-tt {
	background-image:url(/images/flags/tt.svg)
}
.flag-tv {
	background-image:url(/images/flags/tv.svg)
}
.flag-tw {
	background-image:url(/images/flags/tw.svg)
}
.flag-tz {
	background-image:url(/images/flags/tz.svg)
}
.flag-ua {
	background-image:url(/images/flags/ua.svg)
}
.flag-ug {
	background-image:url(/images/flags/ug.svg)
}
.flag-um {
	background-image:url(/images/flags/um.svg)
}
.flag-us {
	background-image:url(/images/flags/us.svg)
}
.flag-uy {
	background-image:url(/images/flags/uy.svg)
}
.flag-uz {
	background-image:url(/images/flags/uz.svg)
}
.flag-va {
	background-image:url(/images/flags/va.svg)
}
.flag-vc {
	background-image:url(/images/flags/vc.svg)
}
.flag-ve {
	background-image:url(/images/flags/ve.svg)
}
.flag-vg {
	background-image:url(/images/flags/vg.svg)
}
.flag-vi {
	background-image:url(/images/flags/vi.svg)
}
.flag-vn {
	background-image:url(/images/flags/vn.svg)
}
.flag-vu {
	background-image:url(/images/flags/vu.svg)
}
.flag-wf {
	background-image:url(/images/flags/wf.svg)
}
.flag-ws {
	background-image:url(/images/flags/ws.svg)
}
.flag-ye {
	background-image:url(/images/flags/ye.svg)
}
.flag-yt {
	background-image:url(/images/flags/yt.svg)
}
.flag-za {
	background-image:url(/images/flags/za.svg)
}
.flag-zm {
	background-image:url(/images/flags/zm.svg)
}
.flag-zw {
	background-image:url(/images/flags/zw.svg)
}
.flag-es-ct {
	background-image:url(/images/flags/es-ct.svg)
}
.flag-eu {
	background-image:url(/images/flags/eu.svg)
}
.flag-gb-eng {
	background-image:url(/images/flags/gb-eng.svg)
}
.flag-gb-nir {
	background-image:url(/images/flags/gb-nir.svg)
}
.flag-gb-sct {
	background-image:url(/images/flags/gb-sct.svg)
}
.flag-gb-wls {
	background-image:url(/images/flags/gb-wls.svg)
}
.flag-un {
	background-image:url(/images/flags/un.svg)
}
.dial-code-select {
	border-radius:.5rem
}
.dial-code-select input {
	position:relative;
	margin-right:-47px;
	padding-right:4rem;
	padding-left:1rem;
	border-color:#fff;
	z-index:1
}
.dial-code-select input:focus {
	border:none
}
.dial-code-select .input-group-prepend {
	position:relative;
	min-height:100%
}
.dial-code-select .input-group-prepend .dropdown {
	min-height:100%
}
.dial-code-select .input-group-prepend .dropdown>a {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	height:100%;
	min-height:100%;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding-left:1.5rem;
	padding-top:5px;
	background-color:white;
	font-size:.95rem;
	color:#151d33
}
.dial-code-select .input-group-prepend .dropdown>a::after {
	border-top:.2em solid;
	border-right:.2em solid transparent;
	border-left:.2em solid transparent;
	margin-top:-5px
}
.dial-code-select .input-group-prepend .dropdown>a .icon {
	display:block;
	height:26px;
	width:26px;
	margin-top:-5px;
	margin-right:1rem
}
.dial-code-select .input-group-prepend .dropdown>a .flag {
	display:block;
	margin-top:-5px;
	border-radius:100%;
	background-size:cover;
	margin-right:.5rem;
	-webkit-box-flex:0;
	-ms-flex:0 0 20px;
	flex:0 0 20px;
	height:20px;
	width:24px
}
.dial-code-select .dropdown-menu {
	max-width:calc(100vw - 7.5rem)
}
.dial-code-select .dropdown-menu .scroller {
	height:200px;
	overflow:auto
}
.dial-code-select .dropdown-menu .scroller a {
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-ms-flex-flow:nowrap;
	flex-flow:nowrap
}
.dial-code-select .dropdown-menu .scroller a span:nth-last-child(2) {
	-webkit-box-flex:0;
	-ms-flex:0 0 60px;
	flex:0 0 60px
}
.dial-code-select .dropdown-menu .scroller a span:nth-last-child(1) {
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-ms-flex-flow:nowrap;
	flex-flow:nowrap
}
.dial-code-select .dropdown-menu .scroller .flag {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-top:-5px;
	border-radius:100%;
	background-size:cover;
	margin-right:1rem;
	-webkit-box-flex:0;
	-ms-flex:0 0 20px;
	flex:0 0 20px;
	height:20px
}
.dial-code-select .input-group-append {
	position:relative;
	z-index:4
}
.dial-code-select .btn {
	border-radius:5rem;
	-webkit-box-shadow:0 2px 10px rgba(125,73,195,0.5);
	box-shadow:0 2px 10px rgba(125,73,195,0.5)
}
.dial-code-select .error {
	display:none;
	opacity:0;
	position:absolute;
	background-color:#dc3545;
	bottom:100%;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	padding:.15rem 1rem;
	margin-bottom:.5rem;
	border-radius:.5rem;
	font-size:.85rem;
	color:#fff;
	-webkit-transition:opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:opacity 0.35s cubic-bezier(0.215, 0.61, 0.355, 1)
}
.dial-code-select .error::before {
	content:url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 640 241" style="enable-background:new 0 0 640 241;" xml:space="preserve"><style type="text/css">.st0{fill:#dc3545;}</style><g><path class="st0" d="M225.6,45L0,241h640L414.4,45C360.3-2,279.7-2,225.6,45z"/></g></svg>');
	position:absolute;
	bottom:-13px;
	height:16px;
	width:18px;
	-webkit-transform:rotate(-180deg);
	transform:rotate(-180deg);
	left:50%;
	margin-left:-9px
}
.dial-code-select .error.show {
	opacity:1
}
#home-view #intro {
	padding-top:2rem;
	padding-bottom:8rem
}
@media (max-width: 767.98px) {
	#home-view #intro {
		padding-top:0;
		padding-bottom:6rem
	}
}
#home-view #intro .icon-block .icon {
	border-radius:1rem;
	width:80px;
	height:80px;
	padding:.75rem;
	color:#8ad103;
	-webkit-box-shadow:0 0 40px rgba(21,29,51,0.075),0 12px 10px -10px rgba(21,29,51,0.1),0 2px 80px rgba(138,209,3,0.1);
	box-shadow:0 0 40px rgba(21,29,51,0.075),0 12px 10px -10px rgba(21,29,51,0.1),0 2px 80px rgba(138,209,3,0.1)
}
@media (max-width: 1199.98px) {
	#home-view #intro .icon-block {
		margin-bottom:2rem
	}
}
#home-view #features {
	padding-bottom:8rem;
	padding-top:2rem
}
@media (max-width: 767.98px) {
	#home-view #features {
		padding-top:0;
		padding-bottom:6rem
	}
}
#home-view #features .row {
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
#home-view #features .row>div:nth-child(1) {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end
}
@media (min-width: 992px) {
	#home-view #features .row>div:nth-last-child(1) {
		padding-left:2rem
	}
}
#home-view #features img {
	-webkit-box-flex:0;
	-ms-flex:0 0 700px;
	flex:0 0 700px;
	max-width:700px;
	min-width:700px;
	height:560px;
	margin-bottom:-4rem
}
@media (max-width: 991.98px) {
	#home-view #features img {
		display:none
	}
}
#how-it-works-view #main .icon-block {
	margin-bottom:2rem;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
#how-it-works-view #main .icon-block .icon {
	border-radius:1rem;
	width:80px;
	height:80px;
	padding:1.25rem;
	color:#8ad103;
	-webkit-box-shadow:0 0 40px rgba(21,29,51,0.075),0 12px 10px -10px rgba(21,29,51,0.1),0 2px 80px rgba(138,209,3,0.1);
	box-shadow:0 0 40px rgba(21,29,51,0.075),0 12px 10px -10px rgba(21,29,51,0.1),0 2px 80px rgba(138,209,3,0.1)
}
#how-it-works-view #main .icon-block p {
	margin-top:1rem
}
#how-it-works-view #main img.mockup {
	max-width:350px
}
@media (max-width: 991.98px) {
	#how-it-works-view #main img.mockup {
		display:none
	}
}
@media (min-width: 992px) {
	.pricing-card {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex
	}
}
.pricing-card>div {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	border-radius:1rem;
	-webkit-box-shadow:0 12px 10px -10px rgba(21,29,51,0.1),0 20px 80px rgba(21,29,51,0.2);
	box-shadow:0 12px 10px -10px rgba(21,29,51,0.1),0 20px 80px rgba(21,29,51,0.2);
	padding:4rem
}
@media (max-width: 767.98px) {
	.pricing-card>div {
		padding:2rem
	}
}
.pricing-card>div:nth-child(1) h2.heading {
	color:#8ad103;
	margin-bottom:2rem;
	line-height:1.05
}
.pricing-card>div:nth-child(1) h2.heading small {
	font-size:60%
}
@media (max-width: 991.98px) {
	.pricing-card>div:nth-child(1) {
		padding-bottom:16rem
	}
}
.pricing-card>div:nth-child(2) {
	padding:4rem;
	-webkit-box-shadow:0 0 40px rgba(21,29,51,0.075),0 12px 10px -10px rgba(21,29,51,0.3),0 2px 80px rgba(125,73,195,0.4);
	box-shadow:0 0 40px rgba(21,29,51,0.075),0 12px 10px -10px rgba(21,29,51,0.3),0 2px 80px rgba(125,73,195,0.4);
	background-color:#7d49c3
}
.pricing-card>div:nth-child(2) .heading,.pricing-card>div:nth-child(2) p {
	color:#fff
}
.pricing-card>div:nth-child(2)>div:not(:nth-child(1)) {
	margin-top:1rem
}
.pricing-card>div:nth-child(2) .heading+p {
	margin-top:.25rem
}
@media (max-width: 767.98px) {
	.pricing-card>div:nth-child(2) {
		padding:2rem
	}
}
@media (max-width: 991.98px) {
	.pricing-card>div:nth-child(2) {
		margin-left:2rem;
		margin-right:2rem;
		margin-top:-12rem
	}
}
@media (min-width: 992px) {
	.pricing-card>div:nth-child(1) {
		-webkit-box-flex:0;
		-ms-flex:0 0 80%;
		flex:0 0 80%
	}
	.pricing-card>div:nth-child(2) {
		-webkit-box-flex:0;
		-ms-flex:0 0 50%;
		flex:0 0 50%;
		margin-top:4rem;
		margin-bottom:4rem;
		margin-left:-30%
	}
}
.pricing-card ul {
	list-style:none;
	padding-left:0;
	margin-bottom:0
}
.pricing-card ul li {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.pricing-card ul li::before {
	display:block;
	margin-right:1rem;
	width:18px;
	height:18px;
	content:url('data:image/svg+xml;utf8,<svg version="1.1" viewBox="0 0 444.24 444.24" xmlns="http://www.w3.org/2000/svg"><path d="m218.35 349.51c-10.963 0-21.414-4.781-28.589-13.146l-90.353-105.41c-13.53-15.789-11.701-39.552 4.088-53.082 15.782-13.545 39.544-11.716 53.09 4.081l59.068 68.909 186.68-225.12c28.898-40.478 59.144-18.063 30.118 22.588l-183.48 285.41c-6.731 9.419-17.416 15.217-28.973 15.729-0.558 0.023-1.107 0.038-1.657 0.038z" fill="#8ad103"/></svg>')
}
#faq-view #main .card {
	padding:3rem
}
@media (max-width: 767.98px) {
	#faq-view #main .card {
		padding:2rem
	}
}
#faq-view #main .card>div:not(:nth-last-child(1)) {
	margin-bottom:2.5rem
}
#faq-view #main .card>div .heading {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
#faq-view #main .card>div .heading i.icon {
	display:block;
	height:26px;
	width:26px;
	min-height:26px;
	min-width:26px;
	-webkit-box-flex:0;
	-ms-flex:0 0 26px;
	flex:0 0 26px;
	margin-right:1rem
}
#faq-view #main .card>div .heading+p {
	margin-top:.5rem
}
@media (min-width: 992px) {
	.contact-card {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex
	}
}
.contact-card>div {
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	border-radius:1rem;
	padding:4rem
}
@media (max-width: 767.98px) {
	.contact-card>div {
		padding:2rem
	}
}
.contact-card>div:nth-child(1) {
	z-index:2;
	background-color:#7d49c3;
	color:#fff;
	-webkit-box-shadow:0 0 40px rgba(21,29,51,0.075),0 12px 10px -10px rgba(21,29,51,0.3),0 2px 80px rgba(125,73,195,0.4);
	box-shadow:0 0 40px rgba(21,29,51,0.075),0 12px 10px -10px rgba(21,29,51,0.3),0 2px 80px rgba(125,73,195,0.4)
}
@media (max-width: 991.98px) {
	.contact-card>div:nth-child(1) {
		margin-left:2rem;
		margin-right:2rem;
		margin-bottom:-10rem
	}
}
.contact-card>div:nth-child(2) {
	z-index:1;
	-webkit-box-shadow:0 12px 10px -10px rgba(21,29,51,0.1),0 20px 80px rgba(21,29,51,0.1);
	box-shadow:0 12px 10px -10px rgba(21,29,51,0.1),0 20px 80px rgba(21,29,51,0.1)
}
@media (max-width: 991.98px) {
	.contact-card>div:nth-child(2) {
		padding-top:14rem
	}
}
@media (min-width: 992px) {
	.contact-card>div:nth-child(1) {
		-webkit-box-flex:0;
		-ms-flex:0 0 40%;
		flex:0 0 40%;
		margin-top:4rem;
		margin-bottom:4rem;
		margin-right:-20%
	}
	.contact-card>div:nth-child(2) {
		-webkit-box-flex:0;
		-ms-flex:0 0 80%;
		flex:0 0 80%;
		padding-left:calc(20% + 4rem)
	}
}
.contact-card>div ul {
	list-style:none;
	padding-left:0;
	margin-bottom:0
}
#privacy-policy-view .page-hero,#cookie-policy-view .page-hero,#terms-of-use-view .page-hero {
	padding-bottom:12rem
}
#privacy-policy-view #main,#cookie-policy-view #main,#terms-of-use-view #main {
	padding-top:0
}
#privacy-policy-view #main .docs-card,#cookie-policy-view #main .docs-card,#terms-of-use-view #main .docs-card {
	position:relative;
	margin-top:-8rem
}
#login-view .hero,#register-view .hero,#unsubscribe-view .hero {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	min-height:100vh;
	padding:4rem 0 8rem 0;
	margin-bottom:8rem
}
@media (max-width: 991.98px) {
	#login-view .hero,#register-view .hero,#unsubscribe-view .hero {
		padding:4rem 0 4rem 0;
		margin-bottom:4rem
	}
}
#login-view .hero .logo,#register-view .hero .logo,#unsubscribe-view .hero .logo {
	display:block;
	text-align:center
}
#login-view .hero .logo p,#register-view .hero .logo p,#unsubscribe-view .hero .logo p {
	margin-bottom:4rem;
	font-size:1.25rem
}
@media (max-width: 991.98px) {
	#login-view .hero .logo p,#register-view .hero .logo p,#unsubscribe-view .hero .logo p {
		margin-bottom:3rem
	}
}
#login-view .hero .navbar-brand,#register-view .hero .navbar-brand,#unsubscribe-view .hero .navbar-brand {
	display:inline-block;
	font-size:2.4rem
}
@media (max-width: 767.98px) {
	#login-view .hero .navbar-brand,#register-view .hero .navbar-brand,#unsubscribe-view .hero .navbar-brand {
		font-size:2.6rem
	}
}
.auth-card {
	padding:2rem;
	background-color:#fff
}
@media (min-width: 992px) {
	.auth-card {
		padding:3rem;
	}
}
.auth-card iframe {
	display:block;
	height:350px;
	overflow:hidden
}
.auth-card .actions {
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.auth-card div.input {
	position:relative
}
.auth-card div.input>i {
	height:18px;
	width:18px;
	position:absolute;
	top:14px;
	left:1.5rem
}
.auth-card div.input .form-control {
	padding-left:3.5rem
}
.input>.spinner {
	right:1rem;
	left:initial;
	top:50%;
	height:26px;
	width:26px;
	margin-top:-13px
}
#dashboard-view,#history-view,#settings-view,#billing-view {
	position:relative
}
#dashboard-view #main,#history-view #main,#settings-view #main,#billing-view #main {
	margin-top:25px
}
@media (min-width: 768px) {
	#dashboard-view #main,#history-view #main,#settings-view #main,#billing-view #main {
		margin-top:62px;
		margin-left:70px
	}
}
#dashboard-view #main {
	position:relative;
	padding-top:64px;
	min-height:calc(100vh - 64px)
}
@media (max-width: 991.98px) {
	#dashboard-view #main {
		padding-top:56px
	}
}
#dashboard-view .dial-code-select {
	border:1px solid #ced3e1;
	margin-bottom:2rem
}
#dashboard-view .dial-code-select .input-group-prepend .dropdown>a {
	font-size:16px;
	border-top-left-radius:.5rem;
	border-bottom-left-radius:.5rem
}
#dashboard-view #main>.map {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	min-height:100%;
	z-index:1
}
.tracking-card {
	padding:2rem;
	max-width:500px;
	margin:0 auto 4rem;
	position:relative;
	z-index:2;
	background-color:#fff
}
@media (min-width: 768px) {
	.tracking-card {
		margin:4rem auto 4rem
	}
}
@media (max-width: 540px) {
	.tracking-card {
		width:90%
	}
}
.tracking-card .heading {
	margin-bottom:2rem
}
.tracking-card input {
	margin-right:0 !important
}
.tracking-card .actions {
	margin-top:2rem
}
.tracking-card .btn {
	padding:0.35rem 0.35rem 0.35rem 1.5rem !important
}
.tracking-card .btn::after {
	margin-left:1.5rem;
	position:initial !important
}
.tracking-card #MessageSelect>.dropdown-toggle {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	border:1px solid #ced3e1;
	border-radius:.5rem;
	padding:.6rem 1.5rem;
	line-height:1.5;
	width:100%
}
.tracking-card #MessageSelect>.dropdown-toggle::after {
	position:absolute;
	top:50%;
	right:1rem;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}
.dash-card {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
.dash-card .header {
	padding:.75rem 1.25rem .65rem 1.25rem;
	border-bottom:1px solid #ced3e1
}
.dash-card .header .heading {
	line-height:1
}
.dash-card .body {
	-webkit-box-flex:1;
	-ms-flex:1;
	flex:1;
	padding:1rem
}
@media (min-width: 768px) {
	.dash-card .header {
		padding:1.15rem 2rem 1rem 2rem
	}
	.dash-card .body {
		padding:2rem
	}
}
#MapModal .modal-body {
	padding:0 !important
}
#MapModal .map {
	height:500px;
	border-radius:1rem;
	overflow:hidden
}
#MapModal button.close {
	top:1rem;
	right:1rem
}
g#svg-pin {
	-webkit-animation-name:AnimatePin;
	animation-name:AnimatePin;
	-webkit-animation-duration:2s;
	animation-duration:2s;
	-webkit-animation-timing-function:cubic-bezier(0.77, 0, 0.175, 1);
	animation-timing-function:cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite
}
@-webkit-keyframes AnimatePin {
	0% {
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
	50% {
		-webkit-transform:translateY(-80px);
		transform:translateY(-80px)
	}
	100% {
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}
@keyframes AnimatePin {
	0% {
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
	50% {
		-webkit-transform:translateY(-80px);
		transform:translateY(-80px)
	}
	100% {
		-webkit-transform:translateY(0);
		transform:translateY(0)
	}
}
.track-sent-msg {
	display:none;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background-color:white;
	z-index:5;
	border-radius:.5rem;
	text-align:center
}
.track-sent-msg .close {
	position:absolute;
	top:1rem;
	right:1rem;
	cursor:pointer
}
.track-sent-msg div {
	display:block;
	position:absolute;
	top:50%;
	left:2rem;
	right:2rem;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}
.track-sent-msg svg {
	display:block;
	margin:0 auto 2rem auto
}
.track-sent-msg h6 {
	margin-bottom:2rem
}
#map-street {
	background-color:white;
	padding:.25rem .5rem;
	position:relative;
	z-index:2;
	text-align:center;
	-webkit-transform:translateY(-100%);
	transform:translateY(-100%)
}
.modal-body #map-street {
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
#MessageSelectDrop {
	width:calc(100vw - 6rem);
	right:0;
	left:auto !important;
	max-width:445px
}
@media (max-width: 767.98px) {
	#MessageSelectDrop {
		font-size:12px
	}
}
@media (min-width: 768px) {
	#MessageSelectDrop {
		width:auto
	}
}
#MessageSelectDrop::before {
	left:auto;
	right:1.5rem
}
#MessageSelectDrop .dropdown-item {
	text-overflow:ellipsis;
	overflow:hiden
}
.icon-question {
	  padding:0px 25px 0 3px;
	  margin:0px 10px 0px 0px;
}
.statya
{
font-family: inherit;
font-weight: bold;
line-height: 1.2;
color: inherit;
letter-spacing: 1px;
}
.statya:hover
{
text-decoration:underline;
}
.prostodostupno
{
border:1px solid #FFF;
width:100px;
height:70px;
margin:12px 20px;
background:#FFF url(/images/dostupno.svg) no-repeat;
border-radius:10px;
background-size:90%;
background-position:50%;
box-shadow: 0 0 40px rgba(21,29,51,0.075),0 12px 10px -10px rgba(21,29,51,0.1),0 2px 80px rgba(138,209,3,0.1);
}
.garant
{
border:1px solid #FFF;
width:100px;
height:70px;
margin:12px 20px;
background:#FFF url(/images/garanty.svg) no-repeat;
border-radius:10px;
background-size:90%;
background-position:50%;
box-shadow: 0 0 40px rgba(21,29,51,0.075),0 12px 10px -10px rgba(21,29,51,0.1),0 2px 80px rgba(138,209,3,0.1);
}
.getdanny
{
border:1px solid #FFF;
width:100px;
height:70px;
margin:12px 20px;
background:#FFF url(/images/getdata.svg) no-repeat;
border-radius:10px;
background-size:90%;
background-position:50%;
box-shadow: 0 0 40px rgba(21,29,51,0.075),0 12px 10px -10px rgba(21,29,51,0.1),0 2px 80px rgba(138,209,3,0.1);
}
.fog li
{
margin:10px 0;
list-style-type: none;
}
.fog li:before
{
content: "";
background:url(/images/galka.png);
background-repeat:no-repeat;
background-size:20px 20px;
position:absolute;
width:20px;
height:20px;
margin-left:-35px;
margin-top:2px;

}
.errorfon
{
opacity:0;
display:none;
//transition:1s;
position:fixed;
width:100%;
left:0;
top:0;
z-index:100;
height:100vh;
background:rgba(255,0,0,0.9);
}
.errorforma
{
z-index:101;
width:40%;
left:0;
right:0;
top:0;
bottom:0;
position:fixed;
margin:auto;
height:200px;
text-align:center;
color:#FFF;
display:none;
}
.ploader
{
width:50px;
height:50px;
background:url(/images/ploader.svg);
background-repeat:no-repeat;
background-size:cover;
z-index:5;
position:absolute;
display:none;
}
.ktrt b
{
transition:2.5s;
}
.ktrt b:hover
{
color:#b4bbc5;
transition:0.5s;
}
.submitbutton
{
background-color: #7d49c3;
color: #fff;
-webkit-box-shadow: 0 12px 5px -10px rgba(21,29,51,0.16),0 2px 10px rgba(125,73,195,0.4);
box-shadow: 0 12px 5px -10px rgba(21,29,51,0.16),0 2px 10px rgba(125,73,195,0.4);
border-radius: 5rem;
padding: .72rem 1.5rem .6rem 1.5rem;
border:none;
cursor:pointer;
transition 0.35s;
}
.submitbutton:hover
{
background-color: #8b5cc9;
box-shadow: 0 12px 5px -5px rgba(21,29,51,0.16),0 2px 15px rgba(125,73,195,0.4);
}
.paginator
{
margin-top:20px;
}
.pagenumber
{
padding:5px;
color:#7d49c3;
font-weight:bold;
}
.currentpage
{
padding:5px;
color: #8ad103;
font-weight:bold;
}
.otstupst
{
margin-top:-50px;
}
.otstupst h2,.otstupst h3,.otstupst h4,.otstupst h5,.otstupst h6,.otstupst h7,.otstupst h8
{
font-size:1.4em;
margin:10px 0;
color:#7d49c3;
}

#messagevk
{
position:fixed;
z-index:2;
border:1px solid #000;
top:100vh;
left:2%;
width:250px;
height:160px;
border-radius:8px 8px 0 0;
background:#E7E5ED;
box-shadow:2px 2px 5px #000;
transition:2.0s;
color:#F6c;
padding:10px;
text-align:center;
}
.infoheadmsg
{
text-shadow:1px 1px 2px #7d49c3;
letter-spacing: 1px;
}
.submitbuttonsmall
{
background-color: #7d49c3;
color: #fff;
-webkit-box-shadow: 0 12px 5px -10px rgba(21,29,51,0.16),0 2px 10px rgba(125,73,195,0.4);
box-shadow: 0 12px 5px -10px rgba(21,29,51,0.16),0 2px 10px rgba(125,73,195,0.4);
border-radius: 5rem;
padding: 0.2rem 1.0rem 0.2rem 1.0rem;
border:none;
cursor:pointer;
transition 0.35s;
font-size:0.9em;
}
.submitbuttonsmall:hover
{
background-color: #8b5cc9;
box-shadow: 0 12px 5px -5px rgba(21,29,51,0.16),0 2px 15px rgba(125,73,195,0.4);
}


@media (max-width: 460px) {
.posledniezakazy span
{
width:100%;
float:left;
margin-top:10px;
}

}
.check-list li h2,.check-list li h3,.check-list li h4
{
font-family: "AvenirNextPro",sans-serif;
font-family: "ArialRoundedWGL",sans-serif;
font-size: 1rem;
font-weight: 500;
line-height: 1.5;
color: #151d33;
text-align: left;
color: #566170;
}
.h1
{
font-size:2.0em
}