@charset "utf-8";
 :root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #000;
	--secondary: #e83b45;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--white: #fff;
	--black: #000;
	--action: #006dff;
	--support: #e83b45;
	--coral: #f37460;
	--smoke: #f9f9f9;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1280px;
	--breakpoint-xxl: 1600px;
	--font-family-sans-serif: "Heebo", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

 ::-moz-selection {
	background: #1eade7;
	color: #fff;
}

 ::selection {
	background: #1eade7;
	color: #fff;
}

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

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

.cf:after {
	clear: both;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

body {
	margin: 0;
	font-family: "Heebo", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, "Helvetica Neue", arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	text-decoration-skip-ink: none
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

blockquote {
	margin: 0 0 1rem
}

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,
a::before,
a::after {
	transition: all 0.2s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
	a,
	a::before,
	a::after {
		transition: none
	}
}

.transition.linear,
a.linear {
	transition-timing-function: linear
}

.transition.slow,
a.slow {
	transition-duration: .4s
}

a {
	color: #000;
	text-decoration: none;
	background-color: transparent
}

a:hover {
	color: #000;
	text-decoration: underline
}

a:not([href]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):hover {
	color: inherit;
	text-decoration: none
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle;
	border-style: none
}

svg {
	overflow: hidden;
	vertical-align: middle
}

table {
	border-collapse: collapse
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	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
}

select {
	word-wrap: normal
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer
}

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"] {
	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-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
}

small,
.small {
	font-size: 80%;
	font-weight: 400
}

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: #6c757d
}

.blockquote-footer::before {
	content: "\2014\00A0"
}

.img-fluid {
	max-width: 100%;
	height: auto
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	max-width: 100%;
	height: auto
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: 90%;
	color: #6c757d
}

code {
	font-size: 87.5%;
	color: #e83e8c;
	word-wrap: break-word
}

a>code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: 0;
	box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	box-shadow: none
}

pre {
	display: block;
	font-size: 87.5%;
	color: #212529
}

pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1)
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: .5rem;
	font-weight: 700;
	line-height: 1.2
}

h1,
.h1 {
	font-size: 2.5rem
}

h2,
.h2 {
	font-size: 2rem
}

h3,
.h3 {
	font-size: 1.75rem
}

h4,
.h4 {
	font-size: 1.5rem
}

h5,
.h5 {
	font-size: 1.25rem
}

h6,
.h6 {
	font-size: 1rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem
}

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

ul {
	list-style: none;
}

ol {
	list-style: outside decimal;
	margin-left: 18px;
	line-height: 1.6em;
}

ol li {
	line-height: 1.8em;
}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

.lead {
	font-size: 1.75rem;
	font-weight: 300
}

.container,
.container-wapper {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

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

@media (min-width: 576px) {
	.container,
	.container-wapper {
		max-width: 540px
	}
}

@media (min-width: 768px) {
	.container,
	.container-wapper {
		max-width: 720px
	}
}

@media (min-width: 992px) {
	.container,
	.container-wapper {
		max-width: 960px
	}
}

@media (min-width: 1280px) {
	.container,
	.container-wapper {
		max-width: 1200px
	}
}

@media (min-width: 1600px) {
	.container,
	.container-wapper {
		max-width: 1200px
	}
}

@media (min-width: 576px) {
	.container-sm {
		max-width: 540px;
		margin: 0 auto
	}
}

@media (min-width: 768px) {
	.container-md {
		max-width: 720px;
		margin: 0 auto
	}
}

@media (min-width: 992px) {
	.container-lg {
		max-width: 960px;
		margin: 0 auto
	}
}

@media (min-width: 1280px) {
	.container-xl {
		max-width: 1230px;
		margin: 0 auto
	}
}

@media (min-width: 1600px) {
	.container-xxl {
		max-width: 1470px;
		margin: 0 auto
	}
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

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

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

.modal-header:after,
.modal-footer:after,
.row:after {
	clear: both
}

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

.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,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}

.row-cols-1>* {
	flex: 0 0 100%;
	max-width: 100%
}

.row-cols-2>* {
	flex: 0 0 50%;
	max-width: 50%
}

.row-cols-3>* {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.row-cols-4>* {
	flex: 0 0 25%;
	max-width: 25%
}

.row-cols-5>* {
	flex: 0 0 20%;
	max-width: 20%
}

.row-cols-6>* {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}

@media (min-width: 576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-sm-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-sm-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-sm-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.row-cols-sm-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-sm-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-sm-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width: 768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-md-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-md-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-md-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.row-cols-md-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-md-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-md-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width: 992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-lg-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-lg-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-lg-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.row-cols-lg-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-lg-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-lg-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width: 1280px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-xl-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-xl-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-xl-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.row-cols-xl-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-xl-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-xl-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		order: -1
	}
}

@media (min-width: 1600px) {
	.col-xxl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.row-cols-xxl-1>* {
		flex: 0 0 100%;
		max-width: 100%
	}
	.row-cols-xxl-2>* {
		flex: 0 0 50%;
		max-width: 50%
	}
	.row-cols-xxl-3>* {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.row-cols-xxl-4>* {
		flex: 0 0 25%;
		max-width: 25%
	}
	.row-cols-xxl-5>* {
		flex: 0 0 20%;
		max-width: 20%
	}
	.row-cols-xxl-6>* {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}
	.col-xxl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}
	.col-xxl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}
	.col-xxl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xxl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}
	.col-xxl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}
	.col-xxl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xxl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}
	.col-xxl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}
	.col-xxl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xxl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}
	.col-xxl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}
	.col-xxl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (min-width: 768px) {
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}

.table {
	width: 100%;
	margin-bottom: 1rem;
	color: inherit
}

.table th,
.table td {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
	border-top: 2px solid #dee2e6
}

.table-sm th,
.table-sm td {
	padding: .3rem
}

.table-bordered {
	border: 1px solid #dee2e6
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #dee2e6
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody+tbody {
	border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
	color: inherit;
	background-color: rgba(0, 0, 0, 0.075)
}

.table-primary,
.table-primary>th,
.table-primary>td {
	background-color: #b8b8b8
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody+tbody {
	border-color: #7a7a7a
}

.table-hover .table-primary:hover {
	background-color: #ababab
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
	background-color: #ababab
}

.table-secondary,
.table-secondary>th,
.table-secondary>td {
	background-color: #f9c8cb
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody+tbody {
	border-color: #f3999e
}

.table-hover .table-secondary:hover {
	background-color: #f6b1b5
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
	background-color: #f6b1b5
}

.table-success,
.table-success>th,
.table-success>td {
	background-color: #c3e6cb
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
	border-color: #8fd19e
}

.table-hover .table-success:hover {
	background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
	background-color: #b1dfbb
}

.table-info,
.table-info>th,
.table-info>td {
	background-color: #bee5eb
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody+tbody {
	border-color: #86cfda
}

.table-hover .table-info:hover {
	background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
	background-color: #abdde5
}

.table-warning,
.table-warning>th,
.table-warning>td {
	background-color: #ffeeba
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
	border-color: #ffdf7e
}

.table-hover .table-warning:hover {
	background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
	background-color: #ffe8a1
}

.table-danger,
.table-danger>th,
.table-danger>td {
	background-color: #f5c6cb
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody+tbody {
	border-color: #ed969e
}

.table-hover .table-danger:hover {
	background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
	background-color: #f1b0b7
}

.table-light,
.table-light>th,
.table-light>td {
	background-color: #fdfdfe
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody+tbody {
	border-color: #fbfcfc
}

.table-hover .table-light:hover {
	background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
	background-color: #ececf6
}

.table-dark,
.table-dark>th,
.table-dark>td {
	background-color: #c6c8ca
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody+tbody {
	border-color: #95999c
}

.table-hover .table-dark:hover {
	background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
	background-color: #b9bbbe
}

.table-white,
.table-white>th,
.table-white>td {
	background-color: #fff
}

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody+tbody {
	border-color: #fff
}

.table-hover .table-white:hover {
	background-color: #f2f2f2
}

.table-hover .table-white:hover>td,
.table-hover .table-white:hover>th {
	background-color: #f2f2f2
}

.table-black,
.table-black>th,
.table-black>td {
	background-color: #b8b8b8
}

.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody+tbody {
	border-color: #7a7a7a
}

.table-hover .table-black:hover {
	background-color: #ababab
}

.table-hover .table-black:hover>td,
.table-hover .table-black:hover>th {
	background-color: #ababab
}

.table-action,
.table-action>th,
.table-action>td {
	background-color: #b8d6ff
}

.table-action th,
.table-action td,
.table-action thead th,
.table-action tbody+tbody {
	border-color: #7ab3ff
}

.table-hover .table-action:hover {
	background-color: #9fc7ff
}

.table-hover .table-action:hover>td,
.table-hover .table-action:hover>th {
	background-color: #9fc7ff
}

.table-support,
.table-support>th,
.table-support>td {
	background-color: #f9c8cb
}

.table-support th,
.table-support td,
.table-support thead th,
.table-support tbody+tbody {
	border-color: #f3999e
}

.table-hover .table-support:hover {
	background-color: #f6b1b5
}

.table-hover .table-support:hover>td,
.table-hover .table-support:hover>th {
	background-color: #f6b1b5
}

.table-coral,
.table-coral>th,
.table-coral>td {
	background-color: #fcd8d2
}

.table-coral th,
.table-coral td,
.table-coral thead th,
.table-coral tbody+tbody {
	border-color: #f9b7ac
}

.table-hover .table-coral:hover {
	background-color: #fac3ba
}

.table-hover .table-coral:hover>td,
.table-hover .table-coral:hover>th {
	background-color: #fac3ba
}

.table-smoke,
.table-smoke>th,
.table-smoke>td {
	background-color: #fdfdfd
}

.table-smoke th,
.table-smoke td,
.table-smoke thead th,
.table-smoke tbody+tbody {
	border-color: #fcfcfc
}

.table-hover .table-smoke:hover {
	background-color: #f0f0f0
}

.table-hover .table-smoke:hover>td,
.table-hover .table-smoke:hover>th {
	background-color: #f0f0f0
}

.table-active,
.table-active>th,
.table-active>td {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
	background-color: rgba(0, 0, 0, 0.075)
}

.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.table-dark {
	color: #fff;
	background-color: #343a40
}

.table-dark th,
.table-dark td,
.table-dark thead th {
	border-color: #454d55
}

.table-dark.table-bordered {
	border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width: 575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-sm>.table-bordered {
		border: 0
	}
}

@media (max-width: 767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-md>.table-bordered {
		border: 0
	}
}

@media (max-width: 991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-lg>.table-bordered {
		border: 0
	}
}

@media (max-width: 1279.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-xl>.table-bordered {
		border: 0
	}
}

@media (max-width: 1599.98px) {
	.table-responsive-xxl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}
	.table-responsive-xxl>.table-bordered {
		border: 0
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
	border: 0
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

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

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

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

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

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

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

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

textarea.form-control {
	height: auto;
}

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

.form-control:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #495057
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

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

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.form-control-file,
.form-control-range {
	display: block;
	width: 100%
}

.col-form-label {
	padding-top: .84375rem;
	padding-bottom: .84375rem;
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: 1.15625rem;
	padding-bottom: 1.15625rem;
	font-size: 1.125rem;
	line-height: 1.5
}

.col-form-label-sm {
	padding-top: .4375rem;
	padding-bottom: .4375rem;
	font-size: .75rem;
	line-height: 1.5
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding: .71875rem 0;
	margin-bottom: 0;
	font-size: .875rem;
	line-height: 1.5;
	color: #000;
	background-color: transparent;
	border: solid transparent;
	border-width: .125rem 0
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm {
	height: calc(1.5em + .875rem);
	padding: .3125rem .9375rem;
	font-size: .75rem;
	line-height: 1.5;
	border-radius: 0
}

.form-control-lg {
	height: calc(1.5em + 2.3125rem);
	padding: 1.03125rem 2.0625rem;
	font-size: 1.125rem;
	line-height: 1.5;
	border-radius: 0
}

select.form-control[size],
select.form-control[multiple] {
	height: auto
}

textarea.form-control {
	height: auto
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-row {
	display: flex;
	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,
.form-check-input:disabled~.form-check-label {
	color: #6c757d
}

.form-check-label {
	margin-bottom: 0
}

.form-check-inline {
	display: inline-flex;
	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
}

.form-inline {
	display: flex;
	flex-flow: row wrap;
	align-items: center
}

.form-inline .form-check {
	width: 100%
}

@media (min-width: 576px) {
	.form-inline label {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0
	}
	.form-inline .form-group {
		display: flex;
		flex: 0 0 auto;
		flex-flow: row wrap;
		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: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		padding-left: 0
	}
	.form-inline .form-check-input {
		position: relative;
		flex-shrink: 0;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0
	}
	.form-inline .custom-control {
		align-items: center;
		justify-content: center
	}
	.form-inline .custom-control-label {
		margin-bottom: 0
	}
}

.btn {
	display: inline-block;
	font-weight: 700;
	color: #000;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: .125rem solid transparent;
	padding: .71875rem 1.4375rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: 0;
	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
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color: #000;
	text-decoration: none
}

.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65;
	box-shadow: none
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #000;
	border-color: #000;
	box-shadow: none
}

.btn-primary:hover {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-primary:focus,
.btn-primary.focus {
	color: #fff;
	background-color: #000;
	border-color: #000;
	box-shadow: none, 0 0 0 .2rem rgba(38, 38, 38, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(38, 38, 38, 0.5)
}

.btn-secondary {
	color: #fff;
	background-color: #e83b45;
	border-color: #e83b45;
	box-shadow: none
}

.btn-secondary:hover {
	color: #fff;
	background-color: #e21b26;
	border-color: #d71924
}

.btn-secondary:focus,
.btn-secondary.focus {
	color: #fff;
	background-color: #e21b26;
	border-color: #d71924;
	box-shadow: none, 0 0 0 .2rem rgba(235, 88, 97, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #e83b45;
	border-color: #e83b45
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #d71924;
	border-color: #cb1822
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(235, 88, 97, 0.5)
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
	box-shadow: none
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}

.btn-success:focus,
.btn-success.focus {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
	box-shadow: none, 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
	box-shadow: none
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
	box-shadow: none, 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

.btn-warning {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
	box-shadow: none
}

.btn-warning:hover {
	color: #000;
	background-color: #e0a800;
	border-color: #d39e00
}

.btn-warning:focus,
.btn-warning.focus {
	color: #000;
	background-color: #e0a800;
	border-color: #d39e00;
	box-shadow: none, 0 0 0 .2rem rgba(217, 164, 6, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
	color: #000;
	background-color: #d39e00;
	border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(217, 164, 6, 0.5)
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
	box-shadow: none
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}

.btn-danger:focus,
.btn-danger.focus {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
	box-shadow: none, 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(225, 83, 97, 0.5)
}

.btn-light {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
	box-shadow: none
}

.btn-light:hover {
	color: #000;
	background-color: #e2e6ea;
	border-color: #dae0e5
}

.btn-light:focus,
.btn-light.focus {
	color: #000;
	background-color: #e2e6ea;
	border-color: #dae0e5;
	box-shadow: none, 0 0 0 .2rem rgba(211, 212, 213, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
	color: #000;
	background-color: #dae0e5;
	border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(211, 212, 213, 0.5)
}

.btn-dark {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40;
	box-shadow: none
}

.btn-dark:hover {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124
}

.btn-dark:focus,
.btn-dark.focus {
	color: #fff;
	background-color: #23272b;
	border-color: #1d2124;
	box-shadow: none, 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #1d2124;
	border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}

.btn-white {
	color: #000;
	background-color: #fff;
	border-color: #fff;
	box-shadow: none
}

.btn-white:hover {
	color: #000;
	background-color: #ececec;
	border-color: #e6e6e6
}

.btn-white:focus,
.btn-white.focus {
	color: #000;
	background-color: #ececec;
	border-color: #e6e6e6;
	box-shadow: none, 0 0 0 .2rem rgba(217, 217, 217, 0.5)
}

.btn-white.disabled,
.btn-white:disabled {
	color: #000;
	background-color: #fff;
	border-color: #fff
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show>.btn-white.dropdown-toggle {
	color: #000;
	background-color: #e6e6e6;
	border-color: #dfdfdf
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show>.btn-white.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(217, 217, 217, 0.5)
}

.btn-black {
	color: #fff;
	background-color: #000;
	border-color: #000;
	box-shadow: none
}

.btn-black:hover {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-black:focus,
.btn-black.focus {
	color: #fff;
	background-color: #000;
	border-color: #000;
	box-shadow: none, 0 0 0 .2rem rgba(38, 38, 38, 0.5)
}

.btn-black.disabled,
.btn-black:disabled {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-black:not(:disabled):not(.disabled):active,
.btn-black:not(:disabled):not(.disabled).active,
.show>.btn-black.dropdown-toggle {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-black:not(:disabled):not(.disabled):active:focus,
.btn-black:not(:disabled):not(.disabled).active:focus,
.show>.btn-black.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(38, 38, 38, 0.5)
}

.btn-action {
	color: #fff;
	background-color: #006dff;
	border-color: #006dff;
	box-shadow: none
}

.btn-action:hover {
	color: #fff;
	background-color: #005dd9;
	border-color: #0057cc
}

.btn-action:focus,
.btn-action.focus {
	color: #fff;
	background-color: #005dd9;
	border-color: #0057cc;
	box-shadow: none, 0 0 0 .2rem rgba(38, 131, 255, 0.5)
}

.btn-action.disabled,
.btn-action:disabled {
	color: #fff;
	background-color: #006dff;
	border-color: #006dff
}

.btn-action:not(:disabled):not(.disabled):active,
.btn-action:not(:disabled):not(.disabled).active,
.show>.btn-action.dropdown-toggle {
	color: #fff;
	background-color: #0057cc;
	border-color: #0052bf
}

.btn-action:not(:disabled):not(.disabled):active:focus,
.btn-action:not(:disabled):not(.disabled).active:focus,
.show>.btn-action.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(38, 131, 255, 0.5)
}

.btn-support {
	color: #fff;
	background-color: #e83b45;
	border-color: #e83b45;
	box-shadow: none
}

.btn-support:hover {
	color: #fff;
	background-color: #e21b26;
	border-color: #d71924
}

.btn-support:focus,
.btn-support.focus {
	color: #fff;
	background-color: #e21b26;
	border-color: #d71924;
	box-shadow: none, 0 0 0 .2rem rgba(235, 88, 97, 0.5)
}

.btn-support.disabled,
.btn-support:disabled {
	color: #fff;
	background-color: #e83b45;
	border-color: #e83b45
}

.btn-support:not(:disabled):not(.disabled):active,
.btn-support:not(:disabled):not(.disabled).active,
.show>.btn-support.dropdown-toggle {
	color: #fff;
	background-color: #d71924;
	border-color: #cb1822
}

.btn-support:not(:disabled):not(.disabled):active:focus,
.btn-support:not(:disabled):not(.disabled).active:focus,
.show>.btn-support.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(235, 88, 97, 0.5)
}

.btn-coral {
	color: #000;
	background-color: #f37460;
	border-color: #f37460;
	box-shadow: none
}

.btn-coral:hover {
	color: #fff;
	background-color: #f0553c;
	border-color: #ef4b31
}

.btn-coral:focus,
.btn-coral.focus {
	color: #fff;
	background-color: #f0553c;
	border-color: #ef4b31;
	box-shadow: none, 0 0 0 .2rem rgba(207, 99, 82, 0.5)
}

.btn-coral.disabled,
.btn-coral:disabled {
	color: #000;
	background-color: #f37460;
	border-color: #f37460
}

.btn-coral:not(:disabled):not(.disabled):active,
.btn-coral:not(:disabled):not(.disabled).active,
.show>.btn-coral.dropdown-toggle {
	color: #fff;
	background-color: #ef4b31;
	border-color: #ef4025
}

.btn-coral:not(:disabled):not(.disabled):active:focus,
.btn-coral:not(:disabled):not(.disabled).active:focus,
.show>.btn-coral.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(207, 99, 82, 0.5)
}

.btn-smoke {
	color: #000;
	background-color: #f9f9f9;
	border-color: #f9f9f9;
	box-shadow: none
}

.btn-smoke:hover {
	color: #000;
	background-color: #e6e6e6;
	border-color: #e0e0e0
}

.btn-smoke:focus,
.btn-smoke.focus {
	color: #000;
	background-color: #e6e6e6;
	border-color: #e0e0e0;
	box-shadow: none, 0 0 0 .2rem rgba(212, 212, 212, 0.5)
}

.btn-smoke.disabled,
.btn-smoke:disabled {
	color: #000;
	background-color: #f9f9f9;
	border-color: #f9f9f9
}

.btn-smoke:not(:disabled):not(.disabled):active,
.btn-smoke:not(:disabled):not(.disabled).active,
.show>.btn-smoke.dropdown-toggle {
	color: #000;
	background-color: #e0e0e0;
	border-color: #d9d9d9
}

.btn-smoke:not(:disabled):not(.disabled):active:focus,
.btn-smoke:not(:disabled):not(.disabled).active:focus,
.show>.btn-smoke.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(212, 212, 212, 0.5)
}

.btn-outline-primary {
	color: #000;
	border-color: #000
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #000;
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(0, 0, 0, 0.5)
}

.btn-outline-secondary {
	color: #e83b45;
	border-color: #e83b45
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #e83b45;
	border-color: #e83b45
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(232, 59, 69, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #e83b45;
	background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #e83b45;
	border-color: #e83b45
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(232, 59, 69, 0.5)
}

.btn-outline-success {
	color: #28a745;
	border-color: #28a745
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #28a745;
	background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:hover {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #17a2b8;
	background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:hover {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:hover {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:focus,
.btn-outline-light.focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-dark {
	color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #343a40;
	background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #343a40;
	border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-white {
	color: #fff;
	border-color: #fff
}

.btn-outline-white:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff
}

.btn-outline-white:focus,
.btn-outline-white.focus {
	box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
	color: #fff;
	background-color: transparent
}

.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show>.btn-outline-white.dropdown-toggle {
	color: #000;
	background-color: #fff;
	border-color: #fff
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-white.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-outline-black {
	color: #000;
	border-color: #000
}

.btn-outline-black:hover {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-outline-black:focus,
.btn-outline-black.focus {
	box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.5)
}

.btn-outline-black.disabled,
.btn-outline-black:disabled {
	color: #000;
	background-color: transparent
}

.btn-outline-black:not(:disabled):not(.disabled):active,
.btn-outline-black:not(:disabled):not(.disabled).active,
.show>.btn-outline-black.dropdown-toggle {
	color: #fff;
	background-color: #000;
	border-color: #000
}

.btn-outline-black:not(:disabled):not(.disabled):active:focus,
.btn-outline-black:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-black.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(0, 0, 0, 0.5)
}

.btn-outline-action {
	color: #006dff;
	border-color: #006dff
}

.btn-outline-action:hover {
	color: #fff;
	background-color: #006dff;
	border-color: #006dff
}

.btn-outline-action:focus,
.btn-outline-action.focus {
	box-shadow: 0 0 0 .2rem rgba(0, 109, 255, 0.5)
}

.btn-outline-action.disabled,
.btn-outline-action:disabled {
	color: #006dff;
	background-color: transparent
}

.btn-outline-action:not(:disabled):not(.disabled):active,
.btn-outline-action:not(:disabled):not(.disabled).active,
.show>.btn-outline-action.dropdown-toggle {
	color: #fff;
	background-color: #006dff;
	border-color: #006dff
}

.btn-outline-action:not(:disabled):not(.disabled):active:focus,
.btn-outline-action:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-action.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(0, 109, 255, 0.5)
}

.btn-outline-support {
	color: #e83b45;
	border-color: #e83b45
}

.btn-outline-support:hover {
	color: #fff;
	background-color: #e83b45;
	border-color: #e83b45
}

.btn-outline-support:focus,
.btn-outline-support.focus {
	box-shadow: 0 0 0 .2rem rgba(232, 59, 69, 0.5)
}

.btn-outline-support.disabled,
.btn-outline-support:disabled {
	color: #e83b45;
	background-color: transparent
}

.btn-outline-support:not(:disabled):not(.disabled):active,
.btn-outline-support:not(:disabled):not(.disabled).active,
.show>.btn-outline-support.dropdown-toggle {
	color: #fff;
	background-color: #e83b45;
	border-color: #e83b45
}

.btn-outline-support:not(:disabled):not(.disabled):active:focus,
.btn-outline-support:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-support.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(232, 59, 69, 0.5)
}

.btn-outline-coral {
	color: #f37460;
	border-color: #f37460
}

.btn-outline-coral:hover {
	color: #000;
	background-color: #f37460;
	border-color: #f37460
}

.btn-outline-coral:focus,
.btn-outline-coral.focus {
	box-shadow: 0 0 0 .2rem rgba(243, 116, 96, 0.5)
}

.btn-outline-coral.disabled,
.btn-outline-coral:disabled {
	color: #f37460;
	background-color: transparent
}

.btn-outline-coral:not(:disabled):not(.disabled):active,
.btn-outline-coral:not(:disabled):not(.disabled).active,
.show>.btn-outline-coral.dropdown-toggle {
	color: #000;
	background-color: #f37460;
	border-color: #f37460
}

.btn-outline-coral:not(:disabled):not(.disabled):active:focus,
.btn-outline-coral:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-coral.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(243, 116, 96, 0.5)
}

.btn-outline-smoke {
	color: #f9f9f9;
	border-color: #f9f9f9
}

.btn-outline-smoke:hover {
	color: #000;
	background-color: #f9f9f9;
	border-color: #f9f9f9
}

.btn-outline-smoke:focus,
.btn-outline-smoke.focus {
	box-shadow: 0 0 0 .2rem rgba(249, 249, 249, 0.5)
}

.btn-outline-smoke.disabled,
.btn-outline-smoke:disabled {
	color: #f9f9f9;
	background-color: transparent
}

.btn-outline-smoke:not(:disabled):not(.disabled):active,
.btn-outline-smoke:not(:disabled):not(.disabled).active,
.show>.btn-outline-smoke.dropdown-toggle {
	color: #000;
	background-color: #f9f9f9;
	border-color: #f9f9f9
}

.btn-outline-smoke:not(:disabled):not(.disabled):active:focus,
.btn-outline-smoke:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-smoke.dropdown-toggle:focus {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 .2rem rgba(249, 249, 249, 0.5)
}

.btn-link {
	font-weight: 400;
	color: #000;
	text-decoration: none
}

.btn-link:hover {
	color: #000;
	text-decoration: underline
}

.btn-link:focus,
.btn-link.focus {
	text-decoration: underline;
	box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
	color: #6c757d;
	pointer-events: none
}

.btn-lg,
.btn-group-lg>.btn {
	padding: 1.03125rem 2.0625rem;
	font-size: 1.125rem;
	line-height: 1.5;
	border-radius: 0
}

.btn-sm,
.btn-group-sm>.btn {
	padding: .3125rem .9375rem;
	font-size: .75rem;
	line-height: 1.5;
	border-radius: 0
}

.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%
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-flex;
	vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
	position: relative;
	flex: 1 1 auto
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
	z-index: 1
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
	z-index: 1
}

.btn-toolbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start
}

.btn-toolbar .input-group {
	width: auto
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
	margin-left: -.125rem
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.dropdown-toggle-split {
	padding-right: 1.07812rem;
	padding-left: 1.07812rem
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
	margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
	margin-right: 0
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
	padding-right: .70312rem;
	padding-left: .70312rem
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
	padding-right: 1.54688rem;
	padding-left: 1.54688rem
}

.btn-group.show .dropdown-toggle {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.show .dropdown-toggle.btn-link {
	box-shadow: none
}

.btn-group-vertical {
	flex-direction: column;
	align-items: flex-start;
	justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
	width: 100%
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
	margin-top: -.125rem
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
	margin-bottom: 0
}

.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
	position: relative;
	flex: 1 1 0%;
	min-width: 0;
	margin-bottom: 0
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.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: -.125rem
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
	z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
	z-index: 4
}

.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: flex;
	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: flex
}

.input-group-prepend .btn,
.input-group-append .btn {
	position: relative;
	z-index: 2
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
	z-index: 3
}

.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: -.125rem
}

.input-group-prepend {
	margin-right: -.125rem
}

.input-group-append {
	margin-left: -.125rem
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .71875rem 1.4375rem;
	margin-bottom: 0;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: .125rem solid #ced4da;
	border-radius: 0
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
	margin-top: 0
}

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
	height: calc(1.5em + 2.3125rem)
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.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: 1.03125rem 2.0625rem;
	font-size: 1.125rem;
	line-height: 1.5;
	border-radius: 0
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
	height: calc(1.5em + .875rem)
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.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: .3125rem .9375rem;
	font-size: .75rem;
	line-height: 1.5;
	border-radius: 0
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
	padding-right: 2.4375rem
}

.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
}

.fade {
	transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
	.fade {
		transition: none
	}
}

.fade:not(.show) {
	opacity: 0
}

.fade.in {
	opacity: 1;
}

.collapse:not(.show) {
	display: none
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none
	}
}

.dropup,
.dropright,
.dropdown,
.dropleft {
	position: relative
}

.dropdown-toggle {
	white-space: nowrap
}

.dropdown-toggle::after {
	display: inline-block;
	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: #000;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175)
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.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;
	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;
	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;
	margin-left: .255em;
	vertical-align: .255em;
	content: ""
}

.dropleft .dropdown-toggle::after {
	display: none
}

.dropleft .dropdown-toggle::before {
	display: inline-block;
	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 #e9ecef
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #000
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: transparent
}

.dropdown-menu.show {
	display: block
}

.dropdown-header {
	display: block;
	padding: .5rem 1.5rem;
	margin-bottom: 0;
	font-size: .875rem;
	color: #6c757d;
	white-space: nowrap
}

.dropdown-item-text {
	display: block;
	padding: .25rem 1.5rem;
	color: #212529
}

*[data-dev="auto"] .dev-mobile,
*[data-dev="desktop"] .dev-mobile,
*[data-dev="mobile"] .dev-desktop,
*[data-sys="auto"] .sys-mac,
*[data-sys="auto"] .sys-linux,
*[data-sys="auto"] .sys-ios,
*[data-sys="auto"] .sys-android,
*[data-sys="auto"] .sys-other,
*[data-sys="win"] .sys-mac,
*[data-sys="win"] .sys-linux,
*[data-sys="win"] .sys-ios,
*[data-sys="win"] .sys-android,
*[data-sys="win"] .sys-other,
*[data-sys="mac"] .sys-win,
*[data-sys="mac"] .sys-linux,
*[data-sys="mac"] .sys-ios,
*[data-sys="mac"] .sys-android,
*[data-sys="mac"] .sys-other,
*[data-sys="linux"] .sys-win,
*[data-sys="linux"] .sys-mac,
*[data-sys="linux"] .sys-ios,
*[data-sys="linux"] .sys-android,
*[data-sys="linux"] .sys-other,
*[data-sys="android"] .sys-ios,
*[data-sys="android"] .sys-win,
*[data-sys="android"] .sys-mac,
*[data-sys="android"] .sys-linux,
*[data-sys="android"] .sys-other,
*[data-sys="ios"] .sys-android,
*[data-sys="ios"] .sys-win,
*[data-sys="ios"] .sys-mac,
*[data-sys="ios"] .sys-linux,
*[data-sys="ios"] .sys-other,
*[data-sys="other"] .sys-win,
*[data-sys="other"] .sys-mac,
*[data-sys="other"] .sys-linux,
*[data-sys="other"] .sys-ios,
*[data-sys="other"] .sys-android,
*[data-tar="auto"] .tar-alt,
*[data-tar="nor"] .tar-alt,
*[data-tar="alt"] .tar-nor,
.parameter {
	display: none !important;
	margin: 0 !important
}

@keyframes spin {
	0% {
		transform: rotate(0deg)
	}
	100% {
		transform: rotate(359deg)
	}
}


/** animation **/

.transition,
.transition::before,
.transition::after {
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.transition.slow {
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

.transition.fast {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.transition.delay {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.transition.delay.fast {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.transition.delay.slow {
	-webkit-transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.transition.ease {
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5
}

.close:hover {
	color: #000;
	text-decoration: none
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
	opacity: .75
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

a.close.disabled {
	pointer-events: none
}

.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
}

.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.85714%
}

.embed-responsive-16by9::before {
	padding-top: 56.25%
}

.embed-responsive-4by3::before {
	padding-top: 75%
}

.embed-responsive-1by1::before {
	padding-top: 100%
}

.flex-row {
	flex-direction: row !important
}

.flex-column {
	flex-direction: column !important
}

.flex-row-reverse {
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	flex-direction: column-reverse !important
}

.flex-wrap {
	flex-wrap: wrap !important
}

.flex-nowrap {
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important
}

.flex-fill {
	flex: 1 1 auto !important
}

.flex-grow-0 {
	flex-grow: 0 !important
}

.flex-grow-1 {
	flex-grow: 1 !important
}

.flex-shrink-0 {
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	flex-shrink: 1 !important
}

.justify-content-start {
	justify-content: flex-start !important
}

.justify-content-end {
	justify-content: flex-end !important
}

.justify-content-center {
	justify-content: center !important
}

.justify-content-between {
	justify-content: space-between !important
}

.justify-content-around {
	justify-content: space-around !important
}

.align-items-start {
	align-items: flex-start !important
}

.align-items-end {
	align-items: flex-end !important
}

.align-items-center {
	align-items: center !important
}

.align-items-baseline {
	align-items: baseline !important
}

.align-items-stretch {
	align-items: stretch !important
}

.align-content-start {
	align-content: flex-start !important
}

.align-content-end {
	align-content: flex-end !important
}

.align-content-center {
	align-content: center !important
}

.align-content-between {
	align-content: space-between !important
}

.align-content-around {
	align-content: space-around !important
}

.align-content-stretch {
	align-content: stretch !important
}

.align-self-auto {
	-ms-grid-row-align: auto !important;
	align-self: auto !important
}

.align-self-start {
	align-self: flex-start !important
}

.align-self-end {
	align-self: flex-end !important
}

.align-self-center {
	-ms-grid-row-align: center !important;
	align-self: center !important
}

.align-self-baseline {
	align-self: baseline !important
}

.align-self-stretch {
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important
}

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-none {
	float: none !important
}

.overflow-auto {
	overflow: auto !important
}

.overflow-hidden {
	overflow: hidden !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
}

.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}

.shadow-none {
	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
}

.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: flex !important
}

.d-inline-flex {
	display: inline-flex !important
}

.flex {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.flex-between{
	justify-content:space-between;
	align-items:center;
}
.flex-inline {
	display: inline-flex;
}
.flex-center {
	align-items: center;
	justify-content: center;
}

.flex-ai {
	align-items: center;
}

.flex-jc,.flex-bs {
	justify-content: space-between;
}
.flex-1 {
	flex: 1;
}

.flex-2 {
	flex: 2;
}

.flex-3 {
	flex: 3;
}

.flex-4 {
	flex: 4;
}

.flex-5 {
	flex: 5;
}

.flex-6 {
	flex: 6;
}

.mobile-headerFix {
	display: none;
}

.bg-primary {
	background-color: #000 !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #000 !important
}

.bg-secondary {
	background-color: #e83b45 !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
	background-color: #d71924 !important
}

.bg-success {
	background-color: #28a745 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
	background-color: #1e7e34 !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: #ffc107 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
	background-color: #d39e00 !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: #f8f9fa !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
	background-color: #dae0e5 !important
}

.bg-dark {
	background-color: #343a40 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
	background-color: #1d2124 !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: #e6e6e6 !important
}

.bg-black {
	background-color: #000 !important
}

a.bg-black:hover,
a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
	background-color: #000 !important
}

.bg-action {
	background-color: #006dff !important
}

a.bg-action:hover,
a.bg-action:focus,
button.bg-action:hover,
button.bg-action:focus {
	background-color: #0057cc !important
}

.bg-support {
	background-color: #e83b45 !important
}

a.bg-support:hover,
a.bg-support:focus,
button.bg-support:hover,
button.bg-support:focus {
	background-color: #d71924 !important
}

.bg-coral {
	background-color: #f37460 !important
}

a.bg-coral:hover,
a.bg-coral:focus,
button.bg-coral:hover,
button.bg-coral:focus {
	background-color: #ef4b31 !important
}

.bg-smoke {
	background-color: #f9f9f9 !important
}

a.bg-smoke:hover,
a.bg-smoke:focus,
button.bg-smoke:hover,
button.bg-smoke:focus {
	background-color: #e0e0e0 !important
}

.bg-white {
	background-color: #fff !important
}

.bg-transparent {
	background-color: transparent !important
}

.border {
	border: 1px solid #dee2e6 !important
}

.border-top {
	border-top: 1px solid #dee2e6 !important
}

.border-right {
	border-right: 1px solid #dee2e6 !important
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important
}

.border-left {
	border-left: 1px solid #dee2e6 !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: #000 !important
}

.border-secondary {
	border-color: #e83b45 !important
}

.border-success {
	border-color: #28a745 !important
}

.border-info {
	border-color: #17a2b8 !important
}

.border-warning {
	border-color: #ffc107 !important
}

.border-danger {
	border-color: #dc3545 !important
}

.border-light {
	border-color: #f8f9fa !important
}

.border-dark {
	border-color: #343a40 !important
}

.border-white {
	border-color: #fff !important
}

.border-black {
	border-color: #000 !important
}

.border-action {
	border-color: #006dff !important
}

.border-support {
	border-color: #e83b45 !important
}

.border-coral {
	border-color: #f37460 !important
}

.border-smoke {
	border-color: #f9f9f9 !important
}

.border-white {
	border-color: #fff !important
}

.text-primary {
	color: #000 !important
}

a.text-primary:hover,
a.text-primary:focus {
	color: #000 !important
}

.text-secondary {
	color: #e83b45 !important
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #c01720 !important
}

.text-success {
	color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
	color: #19692c !important
}

.text-info {
	color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
	color: #0f6674 !important
}

.text-warning {
	color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
	color: #ba8b00 !important
}

.text-danger {
	color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
	color: #a71d2a !important
}

.text-light {
	color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
	color: #cbd3da !important
}

.text-dark {
	color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
	color: #121416 !important
}

.text-white {
	color: #fff !important
}

a.text-white:hover,
a.text-white:focus {
	color: #d9d9d9 !important
}

.text-black {
	color: #000 !important
}

a.text-black:hover,
a.text-black:focus {
	color: #000 !important
}

.text-action {
	color: #006dff !important
}

a.text-action:hover,
a.text-action:focus {
	color: #004cb3 !important
}

.text-support {
	color: #e83b45 !important
}

a.text-support:hover,
a.text-support:focus {
	color: #c01720 !important
}

.text-coral {
	color: #f37460 !important
}

a.text-coral:hover,
a.text-coral:focus {
	color: #ee3619 !important
}

.text-smoke {
	color: #f9f9f9 !important
}

a.text-smoke:hover,
a.text-smoke:focus {
	color: #d3d3d3 !important
}

.text-body {
	color: #000 !important
}

.text-muted {
	color: #6c757d !important
}

.text-black-50 {
	color: rgba(0, 0, 0, 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
}

.text-decoration-none {
	text-decoration: none !important
}

.text-break {
	word-break: break-word !important;
	overflow-wrap: break-word !important
}

.text-reset {
	color: inherit !important
}

.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
	text-align: justify !important
}

.text-wrap {
	white-space: normal !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
}

.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-lighter {
	font-weight: lighter !important
}

.font-weight-normal {
	font-weight: 400 !important
}

.font-weight-bold {
	font-weight: 700 !important
}

.font-weight-bolder {
	font-weight: bolder !important
}

.font-italic {
	font-style: italic !important
}

.font-weight-thin {
	font-weight: 100
}

.font-weight-extra-light {
	font-weight: 200
}

.font-weight-medium {
	font-weight: 500
}

.font-weight-semi-bold {
	font-weight: 600
}

.font-weight-extra-bold {
	font-weight: 800
}

.font-weight-black {
	font-weight: 900
}

.font-size-normal {
	font-size: 1rem
}

.font-size-large {
	font-size: 1.125rem
}

.font-size-huge {
	font-size: 1.25rem
}

.font-size-extra {
	font-size: 1.375rem
}

.font-size-super {
	font-size: 1.5rem
}

.font-size-small {
	font-size: .875rem
}

.font-size-tiny {
	font-size: .75rem
}

.visible {
	visibility: visible !important
}

.invisible {
	visibility: hidden !important
}

.icon {
	stroke: currentColor;
	fill: none;
}

.clearfix {
	*zoom: 1
}

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

.clearfix:after {
	clear: both
}

.green {
	color: #00b277;
}

.blue {
	color: #00aaff;
}


/*footer styles*/

.footer {
	background: #272727;
	text-align: center;
	color: rgba(255, 255, 255, .3);
	padding: 30px 0;
	margin: 0
}

.footer .footer-select {
	position: relative;
	margin-top: 10px;
	text-indent: 8px;
	width: 200px;
	max-width: 100%;
	height: 32px;
	line-height: 30px;
	border-radius: 5px;
	border: solid 1px #888;
	cursor: pointer;
	margin: auto;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px
}

.footer .footer-select:hover {
	color: #fff;
	border-color: #fff
}

.footer .footer-select::after {
	content: '';
	height: 100%;
	width: 20px;
	margin-left: -20px;
	float: right;
	pointer-events: none;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI2LjMiIHZpZXdCb3g9IjAgMCAxMCA2LjMiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNjY2M7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTB9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNLjUuNWw0LjUgNSA0LjUtNSIvPjwvc3ZnPg==) no-repeat center center;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.footer .footer-select:hover::after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI2LjMiIHZpZXdCb3g9IjAgMCAxMCA2LjMiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLXdpZHRoOjE7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTB9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNLjUuNWw0LjUgNSA0LjUtNSIvPjwvc3ZnPg==)
}

.footer .social {
	overflow: hidden;
	text-align: center
}

.footer .social a {
	display: inline-block;
	width: 50px;
	height: 50px;
	-webkit-transition: opacity .3 cubic-bezier(.47, 0, .745, .715);
	-moz-transition: opacity .3 cubic-bezier(.47, 0, .745, .715);
	transition: opacity .3 cubic-bezier(.47, 0, .745, .715)
}

.footer .social a:not(:last-child) {
	margin-right: 25px
}

.footer .social a:hover {
	opacity: .7
}

.footer .facebook {
	background: url(../img/facebook-hover.svg?3c3f) center center/100% auto no-repeat
}

.footer .twitter {
	background: url(../img/twitter-hover.svg?d2d3) center center/100% auto no-repeat
}

.footer .pinterest {
	background: url(../img/pinterest-hover.svg?b6ab) center center/100% auto no-repeat
}

.footer .google {
	background: url(../img/google-hover.svg?4308) center center/100% auto no-repeat
}

.footer .youtube {
	background: url(../img/youtube.png.webp) center center/100% auto no-repeat
}

.footer .link {
	margin-top: 10px
}

.footer .link a {
	padding-right: 22px;
	position: relative;
	display: inline-block;
	padding-left: 13px
}

.footer .link a:hover {
	color: #fff
}

.footer .link a:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .3);
	margin: auto
}

.footer .copyright {
	margin-top: 10px;
	color: #4d4d4d;
	background: 0 0
}

footer.custom-footer {
	padding: 0;
	position: relative;
	line-height: 30px;
}

.footer.custom-footer li a {
	color: #FFF;
}

.custom-footer {
	background: url(../img/separate-line.jpg.webp) no-repeat center top #2E2E2E;
	background-size: 100% 5px;
}

.custom-footer .footer-wrapper {
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
	padding: 0 20px;
}

.custom-footer .footer-left {
	width: 180px;
	float: left;
	padding: 30px 0;
	padding-right: 20px;
}

.custom-footer .footer-logo {
	background: url(../img/acethinker-white.png.webp) left 2px no-repeat;
	padding-top: 24px;
	background-size: contain;
}

.custom-footer .footer-logo p {
	margin: 10px 0;
}

.custom-footer .footer-a1,
.footer-a2 {
	border: solid 1px #9b9b9b;
	display: inline-block;
	width: 100%;
	padding: 5px 10px;
	font-size: 13px;
	color: #9b9b9b;
	max-width: 160px;
}

.custom-footer .footer-a1 {
	border: 1px solid #259bd6;
	text-decoration: none;
	color: #259bd6;
	background: url(../img/download-1.png.webp) no-repeat 130px;
}

.custom-footer .footer-a2 {
	background: url(../img/cart-2.png.webp) no-repeat 130px;
}

.custom-footer .footer-a1:hover,
.custom-footer .footer-a1:focus {
	border: 1px solid #259bd6;
	text-decoration: none;
	color: #fff;
	background: #259bd6 url(../img/download-2.png.webp) no-repeat 130px
}

.custom-footer .footer-a2:hover,
.custom-footer .footer-a2:focus {
	border: 1px solid #259bd6;
	text-decoration: none;
	color: #259bd6;
	background: url(../img/cart-1.png.webp) no-repeat 130px;
}

.custom-footer .footer-left .logo-slogan {
	color: #dcd5cf;
	line-height: 1.2;
	font-size: 12px;
	max-width: 130px;
	margin: 0 auto;
}

.custom-footer .footer-middle {
	width: calc(100% - 320px);
	float: left;
	color: #dcd5cf;
	position: relative;
	padding: 30px 0 30px 20px;
}

.custom-footer .footer-middle:before {
	display: block;
	content: '';
	position: absolute;
	top: 15px;
	left: 0;
	width: 1px;
	height: calc(100% - 15px);
	background-color: #464041;
}

.custom-footer .footer-middle-wrap {
	display: flex;
	justify-content: space-between;
}

.custom-footer .footer-nav {
	width: 25%;
	float: left;
	text-align: left;
	padding: 0 10px;
}

.custom-footer .footer-nav li {
	text-transform: capitalize;
	font-size: 13px;
	display: block;
	color: #dcd5cf !important;
}

.custom-footer li.footer-nav-title,
.custom-footer h3.footer-nav-title {
	font-family: inherit;
	margin: 0;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.2em;
	padding: 0;
	font-weight: 600;
	color: #dcd5cf;
	text-align: left;
}

.custom-footer .footer-right {
	width: 140px;
	float: left;
	padding: 30px 0;
}

.custom-footer .footer-social {
	list-style-type: none;
	width: 100%;
	display: inline-block;
	text-align: left;
	margin-bottom: 30px;
	padding-left: 0px;
}

.custom-footer .footer-social li {
	display: inline-block;
	margin-right: 12px;
}

.custom-footer .footer-social li:last-child {
	margin-right: 0;
}

.custom-footer .footer-social li a {
	width: 30px;
	height: 30px;
	display: inline-block;
}

.custom-footer .footer-bottom {
	padding: 10px 0;
	border-top: solid 1px #464041;
	font-weight: 300;
	text-align: center;
	clear: both;
	background-color: #1C1C1C;
}

.custom-footer .footer-bottom-wrapper {
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
}

.custom-footer .footer-select {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

.custom-footer .footer-bottom .copyright {
	display: inline-block;
	vertical-align: baseline;
	font-size: 11px;
	margin: 0;
}

.custom-footer .footer-bottom .copyright li {
	display: inline-block;
	margin: 0 2px;
	color: #dcd5cf;
	font-size: inherit;
	line-height: inherit;
}

.custom-footer .footer-bottom .copyright li a {
	outline: none;
	text-decoration: none;
	transition: all .3s;
	color: #dcd5cf;
	margin-right: 5px;
}


/* more */

@media only screen and (max-width: 900px) {
	.custom-footer .footer-wrapper {
		padding: 0;
	}
	.custom-footer .footer-left {
		width: 80%;
		float: none;
		display: none;
		margin: 0 auto;
	}
	.custom-footer .footer-middle-wrap {
		display: block;
	}
	.custom-footer .footer-middle {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-top: 0;
	}
	.custom-footer .footer-right {
		width: 100%;
		float: none;
		text-align: left;
		padding: 10px;
	}
	.custom-footer .footer-nav {
		width: 100%;
		float: none;
		padding: 20px 10px 10px;
		border-bottom: solid 1px #464041;
		position: relative;
		transition: background .3s;
	}
	.custom-footer .footer-nav:hover {
		background-color: #424141;
		opacity: .8;
	}
	.custom-footer .footer-nav:after {
		font-weight: 700;
		position: absolute;
		right: 10px;
		top: 25px;
		transition: all .3s;
		content: '';
		background: url("/img/com/img/icons/down.svg");
		background-size: 100%;
		background-repeat: no-repeat;
		width: 14px;
		height: 14px;
		-webkit-filter: grayscale(0) brightness(3);
		filter: grayscale(0) brightness(3);
		-webkit-transform-origin: center;
		transform-origin: center;
	}
	.custom-footer .footer-nav.isExpanded:after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.custom-footer .footer-social li {
		display: inline-block;
		margin-left: 10px;
	}
	.custom-footer .footer-social li:first-child {
		margin-left: 0;
	}
	.custom-footer .footer-social li a {
		width: 40px;
		height: 40px;
		display: inline-block;
	}
}

@media(min-width:769px) {
	.custom-footer .footer-bottom-wrapper {
		width: 100%
	}
}

@media(max-width:1200px) {
	.custom-footer .footer-wrapper {
		width: 100%
	}
	.custom-footer .footer-bottom-wrapper {
		width: 100%
	}
}

@media (max-width: 769px) {
	.custom-footer .footer-bottom-wrapper {
		width: 100%;
	}
}


/* footer right bar   */

.right-bar {
	position: fixed;
	right: 0;
	bottom: 10%;
	width: 48px;
	z-index: 1000;
	cursor: pointer
}

.right-bar>a,
.right-bar>div {
	float: left;
	height: 36px;
	margin-bottom: 1px;
	border-radius: 20px 0 0 20px;
	color: #fff;
	padding-left: 100%;
	clear: both;
	white-space: nowrap;
	font-size: 13px;
	line-height: 36px;
	font-style: normal;
	background-color: #aaa;
	background-repeat: no-repeat;
	background-position: 12px center;
	display: none;
	-webkit-transition: -webkit-transform .2s cubic-bezier(.215, .61, .355, 1), padding .2s cubic-bezier(.215, .61, .355, 1), margin .2s cubic-bezier(.215, .61, .355, 1), background-color .2s cubic-bezier(.215, .61, .355, 1);
	-moz-transition: -moz-transform .2s cubic-bezier(.215, .61, .355, 1), padding .2s cubic-bezier(.215, .61, .355, 1), margin .2s cubic-bezier(.215, .61, .355, 1), background-color .2s cubic-bezier(.215, .61, .355, 1);
	transition: transform .2s cubic-bezier(.215, .61, .355, 1), padding .2s cubic-bezier(.215, .61, .355, 1), margin .2s cubic-bezier(.215, .61, .355, 1), background-color .2s cubic-bezier(.215, .61, .355, 1)
}

.right-bar>a.active,
.right-bar>a:hover,
.right-bar>div.active,
.right-bar>div:hover {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
	padding-left: 45px;
	padding-right: 10px;
	margin-left: 48px;
	background-color: #23a0e1;
	text-decoration: none;
	color: #fff
}

.right-bar a,
.right-bar a:hover {
	color: #fff;
	text-decoration: none;
}

.right-bar .bar-side-question {
	background-image: url(../img/right-side-question.png.webp);
	background-position: 4px center;
	background-size: 45px;
}

.right-bar .bar-rocket {
	background-image: url(../img/back-to-top.png.webp);
	background-position: 0 center;
	background-size: 50px;
}

.right-bar .bar-support {
	background-image: url(../img/FAQ.png.webp);
	background-position: 0 center;
	background-size: 50px;
}

.right-bar .bar-backTop {
	background-image: url(../img/back-to-top.png.webp);
	background-position: 0 center;
	background-size: 50px;
}

.right-bar .show-pc {
	display: block;
}

.right-bar .bar-share {
	background-image: url(../img/share.png.webp.webp?7b31)
}

.right-bar .bar-faq {
	background-image: url(../img/faq.svg?01a4);
	background-position: 20px center
}

.right-bar .bar-review {
	background-image: url(../img/review.svg?ef0d);
	background-position: 14px center
}

.right-bar .bar-comment {
	background-image: url(../img/comment.svg?5ee4);
	background-position: 16px center
}

.right-bar .bar-rocket {
	background-image: url(../img/rocket.svg?b678);
	background-position: 19px center
}

.right-bar .bar-download {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMy45IDI0LjkiIHdpZHRoPSIyMy45IiBoZWlnaHQ9IjI0LjkiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTB9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNLjUgMTguMXYzLjNjMCAxLjcgMS4zIDMgMyAzaDE2LjljMS43IDAgMy0xLjMgMy0zdi0zLjJNMTIgLjV2MThNMTIgMTguNmwtNS45LTUuN00xMiAxOC42bDUuNy01LjciLz48L3N2Zz4=);
	background-position: 16px center
}

.right-bar .bar-weixin {
	background-image: url(../img/weixin.svg?31ef)
}

.right-bar .bar-weixin.active,
.right-bar .bar-weixin:hover {
	background-color: #36be4b;
	background-image: url(../img/weixin-hover.svg?639e)
}

@media only screen and (max-width: 768px) {
	.right-bar .bar-comment,
	.right-bar .bar-download,
	.right-bar .bar-review,
	.right-bar .bar-support {
		display: none;
	}
	.right-bar .show-pc {
		display: none;
	}
}


/* more */

@media (max-width: 769px) {
	.header {
		border-bottom: solid 1px #d9d9d9;
	}
	.mobile-headerFix {
		background-color: #fff;
		border-bottom: solid 1px #d9d9d9;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 99999;
		width: 100%;
		display: none;
	}
	.mobile-headerFix.fix-show {
		display: block;
	}
	.mobile-headerFix>div {
		padding: 10px 10px 0 10px;
	}
	.mobile-headerFix .logo img {
		width: 30px;
	}
	.mobile-headerFix .title {
		text-align: center;
	}
	.mobile-headerFix .appLogo {
		text-align: right;
	}
	.mobile-headerFix .appLogo img {
		margin-left: 10px;
		width: 25px;
	}
}

.new-subnav .header-menu-subnav-wrapper .pdf-editor-section .img-c,
.new-subnav .header-menu-subnav-wrapper .pdf-converter-section .img-c {
	margin-right: 15px
}

.main.inview {
	z-index: 1
}

.header {
	z-index: 99999
}

.offer-right-menu .menu-magnifier {
	padding: 0 !important;
	font-size: 20px !important
}

.dropdown-sec-heading {
	color: #fff;
	font-size: 20px;
	margin-top: 20px;
	text-align: center;
	font-weight: 700
}

.white.screen {
	background: white
}


/* more */

@media (max-width: 769px) {
	.subheader {
		display: none !important;
	}
}

@media(min-width:769px) {
	.subheader .search-btn {
		background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMC4xIiBoZWlnaHQ9IjIwLjEiIHZpZXdCb3g9IjAgMCAyMC4xIDIwLjEiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMzMzM7c3Ryb2tlLXdpZHRoOjAuOTM3NTtzdHJva2UtbWl0ZXJsaW1pdDoxMH0uc3Qxe2ZpbGw6bm9uZTtzdHJva2U6IzMzMztzdHJva2UtbWl0ZXJsaW1pdDoxMH08L3N0eWxlPjxjaXJjbGUgY2xhc3M9InN0MCIgY3g9IjgiIGN5PSI4IiByPSI3LjUiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTQuNyAxNC43bDUgNSIvPjwvc3ZnPg==) 3px center/27px auto no-repeat;
		-webkit-filter: grayscale(1) brightness(5);
		filter: grayscale(1) brightness(5)
	}
}


.ace-mobile {
	display: none;
	float: right;
}

.tempBody {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	z-index: 99;
}

@media screen and (max-width: 960px) {
	.ace-mobile {
		display: block;
	}
	
}


/*rating*/

.rating {
	display: inline-block;
	*display: inline;
	zoom: 1;
	*margin-bottom: 3px;
}

.rating li {
	display: inline-block;
	*display: inline;
	*padding: 0 2px 0 0;
	height: 15px;
	width: 15px;
	background: url(images/star_img.png) no-repeat 0 -3px;
	zoom: 1;
	margin: 0 1.5px;
}

.rating li.on {
	background-position: 0 -31px
}

.rating li.half {
	background-position: 0 -58px
}

.bigRating li {
	background-position: -30px 0;
	width: 30px;
	height: 30px;
}

.bigRating li.on {
	background-position: -30px -36px
}

.bigRating li.half {
	background-position: -30px -72px
}

.middleRating li {
	background-position: -71px 0;
	width: 20px;
	height: 20px;
}

.middleRating li.on {
	background-position: -71px -36px
}

.middleRating li.half {
	background-position: -71px -72px
}

.move-from-bottom {
	opacity: 0;
	-webkit-transform: translate(0, 30px);
	-moz-transform: translate(0, 30px);
	transform: translate(0, 30px);
	-webkit-transition-property: -webkit-transform, -webkit-opacity;
	-moz-transition-property: -moz-transform, -moz-opacity;
	transition-property: transform, opacity;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s
}

.move-from-left {
	opacity: 0;
	-webkit-transform: translate(-30px, 0);
	-moz-transform: translate(-30px, 0);
	transform: translate(-30px, 0);
	-webkit-transition-property: -webkit-transform, -webkit-opacity;
	-moz-transition-property: -moz-transform, -moz-opacity;
	transition-property: transform, opacity;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s
}

.move-from-right {
	opacity: 0;
	-webkit-transform: translate(30px, 0);
	-moz-transform: translate(30px, 0);
	transform: translate(30px, 0);
	-webkit-transition-property: -webkit-transform, -webkit-opacity;
	-moz-transition-property: -moz-transform, -moz-opacity;
	transition-property: transform, opacity;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s
}

.move-fromScale-middle {
	opacity: 0;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition-property: -webkit-transform, -webkit-opacity;
	-moz-transition-property: -moz-transform, -moz-opacity;
	transition-property: transform, opacity;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s
}

.move-fromScale-left {
	opacity: 0;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition-property: -webkit-transform, -webkit-opacity;
	-moz-transition-property: -moz-transform, -moz-opacity;
	transition-property: transform, opacity;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s
}

.active .move-fromScale-middle {
	opacity: 1;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform: scaleX(1)
}

.active .move-from-bottom,
.active .move-from-left,
.active .move-from-right {
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	transform: translate(0)
}

.rating {
	color: #333
}

.rating-stars {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	position: relative;
	white-space: nowrap;
	height: 30px
}

.rating-stars i {
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 30px;
	text-indent: -999999px;
	background-size: 26px auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE1Ij48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojREREREREfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE2IDUuN2MtLjEtLjMtLjQtLjUtLjctLjZsLTQuNS0uNi0yLTRDOC42LjIgOC4zIDAgOCAwYy0uMyAwLS42LjItLjguNWwtMiA0LTQuNS42Yy0uMyAwLS42LjMtLjcuNi0uMS4zIDAgLjYuMy44bDMuMiAzLjEtLjggNC40Yy0uMS4zLjEuNi4zLjguMy4yLjcuMyAxIC4xbDQtMi4xIDQgMi4xYy4xLjEuMy4xLjQuMS4yIDAgLjQtLjEuNS0uMi4zLS4yLjQtLjUuMy0uOGwtLjgtNC40IDMuMi0zLjFjLjQtLjIuNS0uNS40LS44eiIvPjwvc3ZnPg==)
}

.rating-stars i.active {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNSIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE1Ij48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojZjk5ODRifTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE2IDUuN2MtLjEtLjMtLjQtLjUtLjctLjZsLTQuNS0uNi0yLTRDOC42LjIgOC4zIDAgOCAwYy0uMyAwLS42LjItLjguNWwtMiA0LTQuNS42Yy0uMyAwLS42LjMtLjcuNi0uMS4zIDAgLjYuMy44bDMuMiAzLjEtLjggNC40Yy0uMS4zLjEuNi4zLjguMy4yLjcuMyAxIC4xbDQtMi4xIDQgMi4xYy4xLjEuMy4xLjQuMS4yIDAgLjQtLjEuNS0uMi4zLS4yLjQtLjUuMy0uOGwtLjgtNC40IDMuMi0zLjFjLjQtLjIuNS0uNS40LS44eiIvPjwvc3ZnPg==)
}

.rating-stars .icon {
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 30px
}

.rating-stars+div {
	line-height: 34px
}

.rating.selectable .rating-stars {
	cursor: pointer
}

.rating.selectable .rating-stars:hover .rating-current-stars {
	display: none
}

.rating-background-stars .icon {
	opacity: .2
}

.rating-background-stars .icon.active {
	opacity: 1
}

.rating-current-stars {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	pointer-events: none;
	-webkit-transition: width .2s ease-out;
	-moz-transition: width .2s ease-out;
	transition: width .2s ease-out
}

.rating-text {
	display: inline-block;
	vertical-align: top;
	margin-left: 6px;
	width: 60px;
	height: 30px;
	text-align: left;
	white-space: nowrap
}

.rating-count {
	display: inline-block;
	vertical-align: bottom;
	cursor: pointer;
	margin-left: 6px;
	margin-right: 6px
}

.rating-count:hover {
	text-decoration: underline
}

.rating-sml .rating-stars i {
	width: 22px;
	height: 30px;
	text-indent: -99999px;
	background-size: 16px auto
}

.rating-sml .rating-stars .icon {
	width: 22px;
	height: 30px
}

.language-slectBox {
	position: relative;
}

.language-slectBox .language-box {
	position: relative;
	color: #9b9b9b;
	text-indent: 8px;
	width: 150px;
	padding: 5px 5px;
	border-radius: 3px;
	border: solid 1px #888;
	cursor: pointer;
	text-align: left;
	display: block;
	font-size: 14px;
}

.language-slectBox .language-box img {
	width: 20px;
	margin-right: 5px;
}

.language-slectBox .language-box::after {
	content: '>';
	height: 100%;
	width: 20px;
	margin-left: -20px;
	float: right;
	pointer-events: none;
}

.language-slectBox .language-list {
	padding: 10px 5px;
	width: 150px;
	display: none;
	border-bottom: none;
	border: solid 1px #888;
	position: absolute;
	text-align: left;
	bottom: 42px;
	background: #2E2E2E;
	border-radius: 5px;
}

.language-slectBox .language-list a {
	display: block;
	color: #9b9b9b;
	padding: 3px 10px;
	font-size: 14px;
}

.language-slectBox .language-list a img {
	width: 20px;
	vertical-align: middle;
	margin-right: 5px;
	display: inline-block;
}

.language-slectBox a:hover {
	color: #fff;
	text-decoration: none;
}

.language-slectBox:hover .language-list {
	display: block;
}

.language-slectBox .language-box.en,
.language-slectBox .language-list a.en {
	background: url(../img/lang/svg/us.svg?8fb4) 5px center no-repeat;
	background-size: 15%;
}

.language-slectBox .language-box.jp,
.language-slectBox .language-list a.jp {
	background: url(../img/lang/svg/jp.svg?3730) 5px center no-repeat;
	background-size: 15%;
}

.language-slectBox .language-box.br,
.language-slectBox .language-list a.br {
	background: url(../img/lang/svg/br.svg?0a45) 5px center no-repeat;
	background-size: 15%;
}

.language-slectBox .language-box {
	padding-left: 30px;
	background-position: 10px center;
}

.language-slectBox .language-list a {
	padding-left: 35px;
}

@media screen and (max-width: 768px) {
	.language-slectBox .language-box {
		display: none;
	}
	.language-slectBox .language-list {
		display: block;
		width: auto;
		border: none;
		position: inherit;
		bottom: inherit;
		padding: 0;
	}
	.language-slectBox .language-list a {
		display: inline-block;
	}
	.custom-footer .footer-social {
		margin-bottom: 18px;
	}
}


/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
	outline: none;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	position: absolute;
	display: block;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
	border: none;
	outline: none;
	z-index: 99
}

.slick-arrow:first-child {
	left: 60px
}

.slick-arrow:nth-child(3) {
	right: 60px
}

.slick-next,
.slick-prev {
	background: transparent;
	color: transparent;
	top: 105%;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

.slick-next:before,
.slick-prev:before {
	display: block;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	font-family: kvFonts;
	font-size: 24px;
	line-height: 1;
	color: #f63f59;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	color: #d6d6d6
}

.slick-next.slick-disabled:focus:before,
.slick-next.slick-disabled:hover:before,
.slick-prev.slick-disabled:focus:before,
.slick-prev.slick-disabled:hover:before {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.slick-prev {
	left: 40%
}

.slick-prev:before {
	content: "\E094"
}

.slick-prev:focus:before,
.slick-prev:hover:before {
	-webkit-transform: translate(-5px);
	-ms-transform: translate(-5px);
	transform: translate(-5px)
}

.slick-next {
	right: 40%
}

.slick-next:before {
	content: "\E91F"
}

.slick-next:focus:before,
.slick-next:hover:before {
	-webkit-transform: translate(5px);
	-ms-transform: translate(5px);
	transform: translate(5px)
}

.slick-dots {
	position: absolute;
	top: 105%;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	background: #595959;
	display: block;
	height: 8px;
	width: 8px;
	border-radius: 8px;
	outline: none;
	line-height: 0;
	font-size: 0;
	padding: 5px;
	cursor: pointer;
	opacity: .3
}

.slick-dots li.slick-active button,
.slick-dots li button:focus,
.slick-dots li button:hover {
	background: #f63f59;
	opacity: 1
}


/*hexj*/

.subheader {
	position: relative;
	display: none;
	width: 100%;
	top: 80px;
	overflow: visible;
	z-index: 1000;
	color: #fff;
	border-bottom: 0;
	transition: all .3s;
	will-change: transform;
	background: #0960b0;
}

.subheader .subheader-wrapper {
	max-width: 1000px;
	margin: 0 auto;
	color: #fff;
	position: relative;
	right: 21px
}

.subheader .flex-sub {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
}

.subheader .sub-logo {
	justify-content: flex-start;
}

.subheader .sub-logo a {
	color: #fff;
}

.subheader .sub-logo a img {
	vertical-align: middle;
	width: 36px;
	margin-right: 10px;
}

.subheader .sub-logo a:hover {
	text-decoration: none;
}

.subheader .sub-list {
	/*width: 66%;*/
	justify-content: flex-end;
	text-align: right;
}

.subheader .sub-list a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	position: relative;
	white-space: nowrap;
	color: #fff;
	cursor: pointer;
	padding: 0 20px;
}

.subheader .sub-list a:hover {
	text-decoration: none;
	opacity: .9;
}

.subheader-fixed {
	position: fixed;
	display: block;
	top: 0;
	left: 0
}

.subheader a.header-menu-download-btn {
	display: inline-block;
	padding: 7px 15px;
	margin-left: 8px;
	border: solid 1px #fff;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	color: #0960b0;
	background: #fff;
	border-radius: 3px;
}

.subheader a.header-menu-buy-btn {
	display: inline-block;
	padding: 7px 15px;
	margin-left: 8px;
	border: solid 1px #fff;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	background: none;
	border-radius: 3px;
}

.subheader a.header-menu-download-btn:after {
	display: none
}

.subheader a.header-menu-download-btn:hover {
	opacity: .9;
	background: #fff
}

.number-of-post {
	margin: 20px;
	text-align: center;
}

.number-of-post ul {
	display: inline-flex;
}

.number-of-post li a {
	margin-right: 12px;
}

.number-of-post li a,
.number-of-post li a:hover,
.number-of-post li.active a,
.number-of-post li.disabled {
	text-decoration: none;
}

.navigation li {
	margin-right: 10px
}

.navigation li:not(:last-child):not(:first-child) a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	vertical-align: top;
	border-radius: 30px;
	text-align: center;
	color: #ccc
}

.navigation li:not(:last-child):not(:first-child) a:hover {
	border-color: #4f79ff;
	color: #4f79ff
}

.navigation li:not(:last-child):not(:first-child).active a {
	border-color: #4f79ff;
	color: #4f79ff
}

.navigation li:first-child,
.navigation li:last-child {
	line-height: 30px
}

.navigation li:first-child a,
.navigation li:last-child a {
	color: #ccc
}

.navigation li:first-child a:hover,
.navigation li:last-child a:hover {
	color: #4f79ff
}

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


/*	404 */

.banner-404 {
	padding-top: 110px;
	padding-bottom: 74px;
	border-bottom: 2px solid #f0f0f0;
}

.center-404 .img,
.banner-404 .img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.banner-404 h1 {
	margin-top: 20px;
	font-size: 28px;
	color: #333333;
}

.banner-404 p {
	font-size: 18px;
	color: #666666;
}

.banner-404 a {
	font-size: 18px;
	color: #0071d1;
	text-decoration: underline;
}

.center-404 {
	padding-top: 70px;
	padding-bottom: 200px;
}

.center-404 h2 {
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.center-404 h2 a {
	font-size: 22px;
	color: #337ab7;
	outline: 0;
}

.center-404 h2 a:active,
.center-404 h2 a:hover {
	color: #23527c;
	outline: 0;
}

.center-404 .col-md-4 {
	padding-left: 22px;
}

.center-404 .left {
	background: url(../img/icon-line-404.png) right bottom no-repeat;
	padding-right: 24px;
}

.blackFriday {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9998;
}

.blackFriday .blackInfo {
	position: relative;
}

.blackFriday .blackInfo .img {
	display: block;
	line-height: 0;
}

.blackFriday .blackInfo .img img {
	max-width: 100%;
}

.blackFriday .close-friday {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9999;
	cursor: pointer;
	display: block;
}
.pagination {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 35px
}

.pagination li {
    margin: 5px 1px
}

.pagination li::before {
    display: none
}

.pagination li a,.pagination li.button {
    min-width: 25px;
    padding: 3px 5px!important;
    text-align: center;
    margin-right: 5px;
    font-size: 14px;
    border-radius: 3px;
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: block
}

.pagination li.button {
    color: #999
}

.pagination li a:hover,.pagination li.active a {
    background-color: #006dff;
    color: #fff
}
.anchor-product-box{
	background: linear-gradient(to bottom, #c6c6ed 20%, rgba(2, 1, 1, 0) 100%);
    border-radius: 12px;
    min-height: 90px;
    margin: 0 auto;
    padding-top: 20px;
    width: 80%;
}
.anchor-product-box.blue-box{
	background: linear-gradient(to bottom, #a0cdf2 20%, rgba(2, 1, 1, 0) 100%);
}
.anchor-product-box .item{
	padding: 10px 12px;
	width: 18%;
}
.anchor-product-box .item img{
	width: auto;
	height: auto;
}
.anchor-product-box .item .text{
	margin-top: 6px;
}
.anchor-product-box .title-tools{
	font-size: 21px;
	padding: 10px 0 16px 0;
}
.anchor-product-box .item p{
	display: none;
}
@media (max-width: 996px) {
	.anchor-product-box{
		width: 94%;
	}
	.anchor-product-box .item{
		width: 20%;
	}
	
}
@media (max-width: 765px) {
	.anchor-product-box .item{
		width: 30%;
	}
	.anchor-product-box .title-tools{
		font-size: 16px;
	}
}

.header-toggle-new {
	background-color: #fff;
	position: relative;
	z-index: 200;
	box-shadow: 0 0 16px rgba(39, 43, 51, 0.12)
}

.header-toggle-new .logo {
	margin-top: 8px;
	width: 200px
}

.header-toggle-new .logo a {
	color: #fff
}

.header-toggle-new .logo img {
	width: 195px;
	height: auto;
	margin-right: 5px;
	display: inline-block
}


.header-toggle-new .nav ul {
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	writing-mode: horizontal-tb
}

.header-toggle-new .nav ul li {
	padding: 0 35px 0 16px;
	font-size: 16px;
	position: relative;
	height: 44px;
	line-height: 44px
}

.header-toggle-new .nav ul li:first-child {
	margin-left: 0
}

.header-toggle-new .nav ul li .togNav,
.header-toggle-new .nav ul li a {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	display: block;
	cursor: pointer
}

.header-toggle-new .nav ul li a:hover,
.header-toggle-new .nav ul li:hover .togNav,
.header-toggle-new .nav ul li:hover a {
	color: #041656;
	text-decoration: none
}

.header-toggle-new .nav ul li .ic-jt {
	position: absolute;
	right: 12px;
	line-height: 1;
	top: 15px;
	width: 14px;
	height: 14px;
	background: url("../img/icon/nav-jt-blue.png") no-repeat;
	background-size: contain
}

.header-toggle-new .nav ul li:hover {
	background-color: #fff;
	color: #333
}

.header-toggle-new .nav ul li.store img {
	width: 24px;
	height: auto
}

.header-toggle-new .nav ul li.best-sale,
.header-toggle-new .nav ul li.store {
	padding: 0;
	width: 50px;
	text-align: right
}

.header-toggle-new .nav ul li.best-sale:hover,
.header-toggle-new .nav ul li.store:hover {
	background-color: transparent!important
}

.header-toggle-new .nav ul li:hover .ic-jt {
	background-image: url("../img/header-icon/nav-jt-blue.png")
}

.header-toggle-new .nav ul li.active .togNav {
	color: #041656
}

.header-toggle-new .nav ul li.active .togNav .iconfont {
	transition: all 0.3s ease;
	transform: rotate(180deg)
}

.header-toggle-new .nav ul li .item {
	position: absolute;
	z-index: 999;
	top: 44px;
	left: -40px;
	background-color: #fff;
	color: #333;
	padding: 10px 0;
	width: 580px;
	display: none;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
}

.header-toggle-new .nav ul li .item.support-item {
	width: 220px
}

.header-toggle-new .nav ul li .item.free-tools-box {
	width: 300px
}

.header-toggle-new .nav ul li .item.free-tools-box .link-title,
.header-toggle-new .nav ul li .item.support-item .link-title {
	border-bottom: 1px solid #ccc;
	color: #333;
	padding: 5px 15px 15px 20px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 10px
}

.header-toggle-new .nav ul li .item dl {
	border-right: 1px solid #ddd;
	width: 49%;
	padding-left: 22px;
	line-height: 1.6;
	margin-bottom: 0
}

.header-toggle-new .nav ul li .item.item-three {
	width: 840px;
	left: -290px
}

.header-toggle-new .nav ul li .item.item-three dl {
	width: 32.3%
}

.header-toggle-new .nav ul li .item.free-tools-box dl,
.header-toggle-new .nav ul li .item.support-item dl {
	width: 100%
}

.header-toggle-new .nav ul li .item dl a {
	color: #333;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.5
}

.header-toggle-new .nav ul li .item dl:last-child {
	border: none
}

.header-toggle-new .nav ul li .item dl dt {
	font-weight: 300;
	padding-bottom: 10px;
	font-size: 14px;
	color: #777;
	padding-top: 8px
}

.header-toggle-new .nav ul li .item dl dd {
	font-size: 15px;
	padding: 5px 0;
	position: relative
}

.header-toggle-new .nav ul li .item dl dd span {
	display: block;
	color: #666;
	font-size: 14px;
	font-weight: normal
}

.header-toggle-new .nav ul li .item dl dd a:hover {
	color: #041656
}

.header-toggle-new .nav ul li.active .item {
	display: block
}

.header-toggle-new .nav ul li .item dl dd .product-img-icon {
	position: absolute;
	left: -10px;
	top: 10px
}

.header-toggle-new .nav ul li .item dl dd .product-img-icon-s {
	position: absolute;
	left: -12px;
	top: 3px
}

.header-toggle-new .nav ul li .item dl dd .product-img-icon img {
	width: 32px;
	height: auto
}

.header-toggle-new .nav ul li .item dl dd .product-img-icon-s img {
	width: 28px;
	height: auto
}

.header-toggle-new .nav ul li .item dl.have-icon dd {
	padding-left: 35px
}

.header-toggle-new .nav ul li .item.support-item dl.have-icon dd {
	padding-left: 25px
}

.header-toggle-new .nav ul li .item dl dd.text-link a {
	font-weight: normal
}
.header-toggle-new .nav ul li .btn-plore {
	display: inline-block!important;
	padding: 5px 15px;
	border-radius: 5px;
	border-color:#000;
	font-size: 15px;
}
.header-toggle-new .nav.animate-menu {
	display: block;
	z-index: 999
}
@media (max-width: 1280px) {
	.header-toggle-new .nav {
		width: 98%
	}
	.header-toggle-new .nav ul li {
		padding: 0 30px 0 10px
	}
	.header-toggle-new .nav ul li {
		width: auto
	}
	.header-toggle-new .nav ul li .item.item-three{
		left: -100px;
	}
}
@media (max-width: 996px) {
	.ace-mobile {
		display: block
	}
	.header-toggle-new .nav {
		display: none
	}
	.header-toggle-new .nav ul li {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		height: auto
	}
	.header-toggle-new .nav.animate-menu {
		width: 100%
	}
	.header-toggle-new .nav ul li .togNav,
	.header-toggle-new .nav ul li a {
		padding-left: 10px
	}
	.header-toggle-new .nav ul li .item {
		width: 100%;
		position: initial;
		box-shadow: none;
		padding: 10px 0
	}
	.header-toggle-new .nav ul li .item.support-item {
		width: 100%
	}
	.header-toggle-new .nav ul li .item.item-three {
		width: 100%
	}
	
}

@media (max-width: 768px) {
	.header-toggle-new .nav ul li .item dl {
		width: 100%;
		border-right: none
	}
	.header-toggle-new .nav ul li {
		padding: 0
	}
	.header-toggle-new .nav ul li .togNav,
	.header-toggle-new .nav ul li a {
		padding-left: 5px
	}
	.header-toggle-new .nav ul li .item dl dd span {
		display: none
	}
	.header-toggle-new .nav ul li .item {
		padding: 10px 15px
	}
	.header-toggle-new .nav ul li .item dl,
	.header-toggle-new .nav ul li .item dl.have-icon dd {
		padding-left: 0
	}
	
	.header-toggle-new .nav ul li .item.item-three dl {
		width: 100%
	}
	
}