@charset "UTF-8";
:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #FFBA00;
	--green: #61b30a;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #61b30a;
	--secondary: #6c757d;
	--success: #61b30a;
	--info: #17a2b8;
	--warning: #FFBA00;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--breakpoint-xxl: 1441px;
	--font-family-sans-serif: "Montserrat", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}

@-ms-viewport {
	width: device-width
}

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

body {
	margin: 0;
	font-family: Montserrat, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #414344;
	text-align: left;
	background-color: #fff
}

[tabindex="-1"]:focus {
	outline: 0!important
}

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

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

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

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

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

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

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

dt {
	font-weight: 700
}

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

blockquote {
	margin: 0 0 1rem
}

dfn {
	font-style: italic
}

b,
strong {
	font-weight: bolder
}

small {
	font-size: 80%
}

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

a {
	color: #61b30a;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	a {
		transition: none
	}
}

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

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

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

a:not([href]):not([tabindex]):focus {
	outline: 0
}

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

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

figure {
	margin: 0 0 1rem
}

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

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

table {
	border-collapse: collapse
}

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

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

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-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: 0;
	-webkit-appearance: none
}

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

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

output {
	display: inline-block
}

summary {
	display: list-item;
	cursor: pointer
}

template {
	display: none
}

[hidden] {
	display: none!important
}

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

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

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

.display-1 {
	font-size: 6rem;
	font-weight: 300;
	line-height: 1.2
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300;
	line-height: 1.2
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1)
}

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

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


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {
	20%,
	53%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {
	20%,
	53%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {
	50%,
	from,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {
	50%,
	from,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes pulse {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}
	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}
	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}
	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}
	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}
	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}
	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}
	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes tada {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}
	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes wobble {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}
	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}
	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}
	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}
	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {
	11.1%,
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

@keyframes jello {
	11.1%,
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}
	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}
	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}
	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}
	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(.390625deg) skewY(.390625deg);
		transform: skewX(.390625deg) skewY(.390625deg)
	}
	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	28% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	28% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.heartBeat {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {
	20%,
	40%,
	60%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceIn {
	20%,
	40%,
	60%,
	80%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}
	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInDown {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInLeft {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInRight {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInUp {
	60%,
	75%,
	90%,
	from,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}
	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDownBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeftBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRightBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUpBig {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes fadeOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDown {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutDownBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fadeOutLeft {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutUpBig {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes lightSpeedIn {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	from {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	from {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateIn {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	from {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}
	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	from {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	from {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}
	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}
	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}
	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

@keyframes rollOut {
	from {
		opacity: 1
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	from {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	to {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes slideOutLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes slideOutRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s
}

.animated.fast {
	-webkit-animation-duration: .8s;
	animation-duration: .8s
}

.animated.faster {
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}

@media (prefers-reduced-motion) {
	.animated {
		-webkit-animation: unset!important;
		animation: unset!important;
		-webkit-transition: none!important;
		transition: none!important
	}
}

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

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

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

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

.bg-success {
	background-color: #61b30a!important
}

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

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

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
	background-color: #117a8b!important
}

.bg-warning {
	background-color: #ffba00!important
}

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

.bg-danger {
	background-color: #dc3545!important
}

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

.bg-light {
	background-color: #f8f9fa!important
}

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

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

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
	background-color: #1d2124!important
}

.bg-gradient-primary {
	background: #61b30a linear-gradient(180deg, #79be2f, #61b30a) repeat-x!important
}

.bg-gradient-secondary {
	background: #6c757d linear-gradient(180deg, #828a91, #6c757d) repeat-x!important
}

.bg-gradient-success {
	background: #61b30a linear-gradient(180deg, #79be2f, #61b30a) repeat-x!important
}

.bg-gradient-info {
	background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x!important
}

.bg-gradient-warning {
	background: #ffba00 linear-gradient(180deg, #ffc426, #ffba00) repeat-x!important
}

.bg-gradient-danger {
	background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x!important
}

.bg-gradient-light {
	background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x!important
}

.bg-gradient-dark {
	background: #343a40 linear-gradient(180deg, #52585d, #343a40) repeat-x!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: #61b30a!important
}

.border-secondary {
	border-color: #6c757d!important
}

.border-success {
	border-color: #61b30a!important
}

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

.border-warning {
	border-color: #ffba00!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
}

.rounded {
	border-radius: .25rem!important
}

.rounded-top {
	border-top-left-radius: .25rem!important;
	border-top-right-radius: .25rem!important
}

.rounded-right {
	border-top-right-radius: .25rem!important;
	border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
	border-bottom-right-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important
}

.rounded-left {
	border-top-left-radius: .25rem!important;
	border-bottom-left-radius: .25rem!important
}

.rounded-circle {
	border-radius: 50%!important
}

.rounded-0 {
	border-radius: 0!important
}

.clearfix::after {
	display: block;
	clear: both;
	content: ""
}

.d-none {
	display: none!important
}

.d-inline {
	display: inline!important
}

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

.d-block {
	display: block!important
}

.d-table {
	display: table!important
}

.d-table-row {
	display: table-row!important
}

.d-table-cell {
	display: table-cell!important
}

.d-flex {
	display: flex!important
}

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

@media (min-width:576px) {
	.d-sm-none {
		display: none!important
	}
	.d-sm-inline {
		display: inline!important
	}
	.d-sm-inline-block {
		display: inline-block!important
	}
	.d-sm-block {
		display: block!important
	}
	.d-sm-table {
		display: table!important
	}
	.d-sm-table-row {
		display: table-row!important
	}
	.d-sm-table-cell {
		display: table-cell!important
	}
	.d-sm-flex {
		display: flex!important
	}
	.d-sm-inline-flex {
		display: inline-flex!important
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none!important
	}
	.d-md-inline {
		display: inline!important
	}
	.d-md-inline-block {
		display: inline-block!important
	}
	.d-md-block {
		display: block!important
	}
	.d-md-table {
		display: table!important
	}
	.d-md-table-row {
		display: table-row!important
	}
	.d-md-table-cell {
		display: table-cell!important
	}
	.d-md-flex {
		display: flex!important
	}
	.d-md-inline-flex {
		display: inline-flex!important
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none!important
	}
	.d-lg-inline {
		display: inline!important
	}
	.d-lg-inline-block {
		display: inline-block!important
	}
	.d-lg-block {
		display: block!important
	}
	.d-lg-table {
		display: table!important
	}
	.d-lg-table-row {
		display: table-row!important
	}
	.d-lg-table-cell {
		display: table-cell!important
	}
	.d-lg-flex {
		display: flex!important
	}
	.d-lg-inline-flex {
		display: inline-flex!important
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none!important
	}
	.d-xl-inline {
		display: inline!important
	}
	.d-xl-inline-block {
		display: inline-block!important
	}
	.d-xl-block {
		display: block!important
	}
	.d-xl-table {
		display: table!important
	}
	.d-xl-table-row {
		display: table-row!important
	}
	.d-xl-table-cell {
		display: table-cell!important
	}
	.d-xl-flex {
		display: flex!important
	}
	.d-xl-inline-flex {
		display: inline-flex!important
	}
}

@media (min-width:1441px) {
	.d-xxl-none {
		display: none!important
	}
	.d-xxl-inline {
		display: inline!important
	}
	.d-xxl-inline-block {
		display: inline-block!important
	}
	.d-xxl-block {
		display: block!important
	}
	.d-xxl-table {
		display: table!important
	}
	.d-xxl-table-row {
		display: table-row!important
	}
	.d-xxl-table-cell {
		display: table-cell!important
	}
	.d-xxl-flex {
		display: flex!important
	}
	.d-xxl-inline-flex {
		display: inline-flex!important
	}
}

@media print {
	.d-print-none {
		display: none!important
	}
	.d-print-inline {
		display: inline!important
	}
	.d-print-inline-block {
		display: inline-block!important
	}
	.d-print-block {
		display: block!important
	}
	.d-print-table {
		display: table!important
	}
	.d-print-table-row {
		display: table-row!important
	}
	.d-print-table-cell {
		display: table-cell!important
	}
	.d-print-flex {
		display: flex!important
	}
	.d-print-inline-flex {
		display: inline-flex!important
	}
}

.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive::before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-21by9::before {
	padding-top: 42.8571428571%
}

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

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

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

.flex-row {
	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
}

.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 {
	align-self: auto!important
}

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

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

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

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

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

@media (min-width:576px) {
	.flex-sm-row {
		flex-direction: row!important
	}
	.flex-sm-column {
		flex-direction: column!important
	}
	.flex-sm-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-sm-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-sm-wrap {
		flex-wrap: wrap!important
	}
	.flex-sm-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.justify-content-sm-start {
		justify-content: flex-start!important
	}
	.justify-content-sm-end {
		justify-content: flex-end!important
	}
	.justify-content-sm-center {
		justify-content: center!important
	}
	.justify-content-sm-between {
		justify-content: space-between!important
	}
	.justify-content-sm-around {
		justify-content: space-around!important
	}
	.align-items-sm-start {
		align-items: flex-start!important
	}
	.align-items-sm-end {
		align-items: flex-end!important
	}
	.align-items-sm-center {
		align-items: center!important
	}
	.align-items-sm-baseline {
		align-items: baseline!important
	}
	.align-items-sm-stretch {
		align-items: stretch!important
	}
	.align-content-sm-start {
		align-content: flex-start!important
	}
	.align-content-sm-end {
		align-content: flex-end!important
	}
	.align-content-sm-center {
		align-content: center!important
	}
	.align-content-sm-between {
		align-content: space-between!important
	}
	.align-content-sm-around {
		align-content: space-around!important
	}
	.align-content-sm-stretch {
		align-content: stretch!important
	}
	.align-self-sm-auto {
		align-self: auto!important
	}
	.align-self-sm-start {
		align-self: flex-start!important
	}
	.align-self-sm-end {
		align-self: flex-end!important
	}
	.align-self-sm-center {
		align-self: center!important
	}
	.align-self-sm-baseline {
		align-self: baseline!important
	}
	.align-self-sm-stretch {
		align-self: stretch!important
	}
}

@media (min-width:768px) {
	.flex-md-row {
		flex-direction: row!important
	}
	.flex-md-column {
		flex-direction: column!important
	}
	.flex-md-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-md-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-md-wrap {
		flex-wrap: wrap!important
	}
	.flex-md-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.justify-content-md-start {
		justify-content: flex-start!important
	}
	.justify-content-md-end {
		justify-content: flex-end!important
	}
	.justify-content-md-center {
		justify-content: center!important
	}
	.justify-content-md-between {
		justify-content: space-between!important
	}
	.justify-content-md-around {
		justify-content: space-around!important
	}
	.align-items-md-start {
		align-items: flex-start!important
	}
	.align-items-md-end {
		align-items: flex-end!important
	}
	.align-items-md-center {
		align-items: center!important
	}
	.align-items-md-baseline {
		align-items: baseline!important
	}
	.align-items-md-stretch {
		align-items: stretch!important
	}
	.align-content-md-start {
		align-content: flex-start!important
	}
	.align-content-md-end {
		align-content: flex-end!important
	}
	.align-content-md-center {
		align-content: center!important
	}
	.align-content-md-between {
		align-content: space-between!important
	}
	.align-content-md-around {
		align-content: space-around!important
	}
	.align-content-md-stretch {
		align-content: stretch!important
	}
	.align-self-md-auto {
		align-self: auto!important
	}
	.align-self-md-start {
		align-self: flex-start!important
	}
	.align-self-md-end {
		align-self: flex-end!important
	}
	.align-self-md-center {
		align-self: center!important
	}
	.align-self-md-baseline {
		align-self: baseline!important
	}
	.align-self-md-stretch {
		align-self: stretch!important
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		flex-direction: row!important
	}
	.flex-lg-column {
		flex-direction: column!important
	}
	.flex-lg-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-lg-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-lg-wrap {
		flex-wrap: wrap!important
	}
	.flex-lg-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.justify-content-lg-start {
		justify-content: flex-start!important
	}
	.justify-content-lg-end {
		justify-content: flex-end!important
	}
	.justify-content-lg-center {
		justify-content: center!important
	}
	.justify-content-lg-between {
		justify-content: space-between!important
	}
	.justify-content-lg-around {
		justify-content: space-around!important
	}
	.align-items-lg-start {
		align-items: flex-start!important
	}
	.align-items-lg-end {
		align-items: flex-end!important
	}
	.align-items-lg-center {
		align-items: center!important
	}
	.align-items-lg-baseline {
		align-items: baseline!important
	}
	.align-items-lg-stretch {
		align-items: stretch!important
	}
	.align-content-lg-start {
		align-content: flex-start!important
	}
	.align-content-lg-end {
		align-content: flex-end!important
	}
	.align-content-lg-center {
		align-content: center!important
	}
	.align-content-lg-between {
		align-content: space-between!important
	}
	.align-content-lg-around {
		align-content: space-around!important
	}
	.align-content-lg-stretch {
		align-content: stretch!important
	}
	.align-self-lg-auto {
		align-self: auto!important
	}
	.align-self-lg-start {
		align-self: flex-start!important
	}
	.align-self-lg-end {
		align-self: flex-end!important
	}
	.align-self-lg-center {
		align-self: center!important
	}
	.align-self-lg-baseline {
		align-self: baseline!important
	}
	.align-self-lg-stretch {
		align-self: stretch!important
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		flex-direction: row!important
	}
	.flex-xl-column {
		flex-direction: column!important
	}
	.flex-xl-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-xl-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-xl-wrap {
		flex-wrap: wrap!important
	}
	.flex-xl-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.justify-content-xl-start {
		justify-content: flex-start!important
	}
	.justify-content-xl-end {
		justify-content: flex-end!important
	}
	.justify-content-xl-center {
		justify-content: center!important
	}
	.justify-content-xl-between {
		justify-content: space-between!important
	}
	.justify-content-xl-around {
		justify-content: space-around!important
	}
	.align-items-xl-start {
		align-items: flex-start!important
	}
	.align-items-xl-end {
		align-items: flex-end!important
	}
	.align-items-xl-center {
		align-items: center!important
	}
	.align-items-xl-baseline {
		align-items: baseline!important
	}
	.align-items-xl-stretch {
		align-items: stretch!important
	}
	.align-content-xl-start {
		align-content: flex-start!important
	}
	.align-content-xl-end {
		align-content: flex-end!important
	}
	.align-content-xl-center {
		align-content: center!important
	}
	.align-content-xl-between {
		align-content: space-between!important
	}
	.align-content-xl-around {
		align-content: space-around!important
	}
	.align-content-xl-stretch {
		align-content: stretch!important
	}
	.align-self-xl-auto {
		align-self: auto!important
	}
	.align-self-xl-start {
		align-self: flex-start!important
	}
	.align-self-xl-end {
		align-self: flex-end!important
	}
	.align-self-xl-center {
		align-self: center!important
	}
	.align-self-xl-baseline {
		align-self: baseline!important
	}
	.align-self-xl-stretch {
		align-self: stretch!important
	}
}

@media (min-width:1441px) {
	.flex-xxl-row {
		flex-direction: row!important
	}
	.flex-xxl-column {
		flex-direction: column!important
	}
	.flex-xxl-row-reverse {
		flex-direction: row-reverse!important
	}
	.flex-xxl-column-reverse {
		flex-direction: column-reverse!important
	}
	.flex-xxl-wrap {
		flex-wrap: wrap!important
	}
	.flex-xxl-nowrap {
		flex-wrap: nowrap!important
	}
	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse!important
	}
	.justify-content-xxl-start {
		justify-content: flex-start!important
	}
	.justify-content-xxl-end {
		justify-content: flex-end!important
	}
	.justify-content-xxl-center {
		justify-content: center!important
	}
	.justify-content-xxl-between {
		justify-content: space-between!important
	}
	.justify-content-xxl-around {
		justify-content: space-around!important
	}
	.align-items-xxl-start {
		align-items: flex-start!important
	}
	.align-items-xxl-end {
		align-items: flex-end!important
	}
	.align-items-xxl-center {
		align-items: center!important
	}
	.align-items-xxl-baseline {
		align-items: baseline!important
	}
	.align-items-xxl-stretch {
		align-items: stretch!important
	}
	.align-content-xxl-start {
		align-content: flex-start!important
	}
	.align-content-xxl-end {
		align-content: flex-end!important
	}
	.align-content-xxl-center {
		align-content: center!important
	}
	.align-content-xxl-between {
		align-content: space-between!important
	}
	.align-content-xxl-around {
		align-content: space-around!important
	}
	.align-content-xxl-stretch {
		align-content: stretch!important
	}
	.align-self-xxl-auto {
		align-self: auto!important
	}
	.align-self-xxl-start {
		align-self: flex-start!important
	}
	.align-self-xxl-end {
		align-self: flex-end!important
	}
	.align-self-xxl-center {
		align-self: center!important
	}
	.align-self-xxl-baseline {
		align-self: baseline!important
	}
	.align-self-xxl-stretch {
		align-self: stretch!important
	}
}

.float-left {
	float: left!important
}

.float-right {
	float: right!important
}

.float-none {
	float: none!important
}

@media (min-width:576px) {
	.float-sm-left {
		float: left!important
	}
	.float-sm-right {
		float: right!important
	}
	.float-sm-none {
		float: none!important
	}
}

@media (min-width:768px) {
	.float-md-left {
		float: left!important
	}
	.float-md-right {
		float: right!important
	}
	.float-md-none {
		float: none!important
	}
}

@media (min-width:992px) {
	.float-lg-left {
		float: left!important
	}
	.float-lg-right {
		float: right!important
	}
	.float-lg-none {
		float: none!important
	}
}

@media (min-width:1200px) {
	.float-xl-left {
		float: left!important
	}
	.float-xl-right {
		float: right!important
	}
	.float-xl-none {
		float: none!important
	}
}

@media (min-width:1441px) {
	.float-xxl-left {
		float: left!important
	}
	.float-xxl-right {
		float: right!important
	}
	.float-xxl-none {
		float: none!important
	}
}

.position-static {
	position: static!important
}

.position-relative {
	position: relative!important
}

.position-absolute {
	position: absolute!important
}

.position-fixed {
	position: fixed!important
}

.position-sticky {
	position: sticky!important
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

@supports (position:sticky) {
	.sticky-top {
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

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

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

.shadow-sm {
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}

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

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(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
}

.h-25 {
	height: 25%!important
}

.h-50 {
	height: 50%!important
}

.h-75 {
	height: 75%!important
}

.h-100 {
	height: 100%!important
}

.h-auto {
	height: auto!important
}

.mw-100 {
	max-width: 100%!important
}

.mh-100 {
	max-height: 100%!important
}

.m-0 {
	margin: 0!important
}

.mt-0,
.my-0 {
	margin-top: 0!important
}

.mr-0,
.mx-0 {
	margin-right: 0!important
}

.mb-0,
.my-0 {
	margin-bottom: 0!important
}

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

.m-1 {
	margin: .25rem!important
}

.mt-1,
.my-1 {
	margin-top: .25rem!important
}

.mr-1,
.mx-1 {
	margin-right: .25rem!important
}

.mb-1,
.my-1 {
	margin-bottom: .25rem!important
}

.ml-1,
.mx-1 {
	margin-left: .25rem!important
}

.m-2 {
	margin: .5rem!important
}

.mt-2,
.my-2 {
	margin-top: .5rem!important
}

.mr-2,
.mx-2 {
	margin-right: .5rem!important
}

.mb-2,
.my-2 {
	margin-bottom: .5rem!important
}

.ml-2,
.mx-2 {
	margin-left: .5rem!important
}

.m-3 {
	margin: 1rem!important
}

.mt-3,
.my-3 {
	margin-top: 1rem!important
}

.mr-3,
.mx-3 {
	margin-right: 1rem!important
}

.mb-3,
.my-3 {
	margin-bottom: 1rem!important
}

.ml-3,
.mx-3 {
	margin-left: 1rem!important
}

.m-4 {
	margin: 1.5rem!important
}

.mt-4,
.my-4 {
	margin-top: 1.5rem!important
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem!important
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem!important
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem!important
}

.m-5 {
	margin: 3rem!important
}

.mt-5,
.my-5 {
	margin-top: 3rem!important
}

.mr-5,
.mx-5 {
	margin-right: 3rem!important
}

.mb-5,
.my-5 {
	margin-bottom: 3rem!important
}

.ml-5,
.mx-5 {
	margin-left: 3rem!important
}

.p-0 {
	padding: 0!important
}

.pt-0,
.py-0 {
	padding-top: 0!important
}

.pr-0,
.px-0 {
	padding-right: 0!important
}

.pb-0,
.py-0 {
	padding-bottom: 0!important
}

.pl-0,
.px-0 {
	padding-left: 0!important
}

.p-1 {
	padding: .25rem!important
}

.pt-1,
.py-1 {
	padding-top: .25rem!important
}

.pr-1,
.px-1 {
	padding-right: .25rem!important
}

.pb-1,
.py-1 {
	padding-bottom: .25rem!important
}

.pl-1,
.px-1 {
	padding-left: .25rem!important
}

.p-2 {
	padding: .5rem!important
}

.pt-2,
.py-2 {
	padding-top: .5rem!important
}

.pr-2,
.px-2 {
	padding-right: .5rem!important
}

.pb-2,
.py-2 {
	padding-bottom: .5rem!important
}

.pl-2,
.px-2 {
	padding-left: .5rem!important
}

.p-3 {
	padding: 1rem!important
}

.pt-3,
.py-3 {
	padding-top: 1rem!important
}

.pr-3,
.px-3 {
	padding-right: 1rem!important
}

.pb-3,
.py-3 {
	padding-bottom: 1rem!important
}

.pl-3,
.px-3 {
	padding-left: 1rem!important
}

.p-4 {
	padding: 1.5rem!important
}

.pt-4,
.py-4 {
	padding-top: 1.5rem!important
}

.pr-4,
.px-4 {
	padding-right: 1.5rem!important
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem!important
}

.pl-4,
.px-4 {
	padding-left: 1.5rem!important
}

.p-5 {
	padding: 3rem!important
}

.pt-5,
.py-5 {
	padding-top: 3rem!important
}

.pr-5,
.px-5 {
	padding-right: 3rem!important
}

.pb-5,
.py-5 {
	padding-bottom: 3rem!important
}

.pl-5,
.px-5 {
	padding-left: 3rem!important
}

.m-auto {
	margin: auto!important
}

.mt-auto,
.my-auto {
	margin-top: auto!important
}

.mr-auto,
.mx-auto {
	margin-right: auto!important
}

.mb-auto,
.my-auto {
	margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
	margin-left: auto!important
}

@media (min-width:576px) {
	.m-sm-0 {
		margin: 0!important
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0!important
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0!important
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0!important
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0!important
	}
	.m-sm-1 {
		margin: .25rem!important
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: .25rem!important
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: .25rem!important
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: .25rem!important
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: .25rem!important
	}
	.m-sm-2 {
		margin: .5rem!important
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: .5rem!important
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: .5rem!important
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: .5rem!important
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: .5rem!important
	}
	.m-sm-3 {
		margin: 1rem!important
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem!important
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem!important
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem!important
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem!important
	}
	.m-sm-4 {
		margin: 1.5rem!important
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem!important
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem!important
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem!important
	}
	.m-sm-5 {
		margin: 3rem!important
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem!important
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem!important
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem!important
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem!important
	}
	.p-sm-0 {
		padding: 0!important
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0!important
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0!important
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0!important
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0!important
	}
	.p-sm-1 {
		padding: .25rem!important
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: .25rem!important
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: .25rem!important
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: .25rem!important
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: .25rem!important
	}
	.p-sm-2 {
		padding: .5rem!important
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: .5rem!important
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: .5rem!important
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: .5rem!important
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: .5rem!important
	}
	.p-sm-3 {
		padding: 1rem!important
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem!important
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem!important
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem!important
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem!important
	}
	.p-sm-4 {
		padding: 1.5rem!important
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem!important
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem!important
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem!important
	}
	.p-sm-5 {
		padding: 3rem!important
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem!important
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem!important
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem!important
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem!important
	}
	.m-sm-auto {
		margin: auto!important
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto!important
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto!important
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto!important
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto!important
	}
}

@media (min-width:768px) {
	.m-md-0 {
		margin: 0!important
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0!important
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0!important
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0!important
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0!important
	}
	.m-md-1 {
		margin: .25rem!important
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: .25rem!important
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: .25rem!important
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: .25rem!important
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: .25rem!important
	}
	.m-md-2 {
		margin: .5rem!important
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: .5rem!important
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: .5rem!important
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: .5rem!important
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: .5rem!important
	}
	.m-md-3 {
		margin: 1rem!important
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem!important
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem!important
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem!important
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem!important
	}
	.m-md-4 {
		margin: 1.5rem!important
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem!important
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem!important
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem!important
	}
	.m-md-5 {
		margin: 3rem!important
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem!important
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem!important
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem!important
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem!important
	}
	.p-md-0 {
		padding: 0!important
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0!important
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0!important
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0!important
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0!important
	}
	.p-md-1 {
		padding: .25rem!important
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: .25rem!important
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: .25rem!important
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: .25rem!important
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: .25rem!important
	}
	.p-md-2 {
		padding: .5rem!important
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: .5rem!important
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: .5rem!important
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: .5rem!important
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: .5rem!important
	}
	.p-md-3 {
		padding: 1rem!important
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem!important
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem!important
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem!important
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem!important
	}
	.p-md-4 {
		padding: 1.5rem!important
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem!important
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem!important
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem!important
	}
	.p-md-5 {
		padding: 3rem!important
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem!important
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem!important
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem!important
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem!important
	}
	.m-md-auto {
		margin: auto!important
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto!important
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto!important
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto!important
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto!important
	}
}

@media (min-width:992px) {
	.m-lg-0 {
		margin: 0!important
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0!important
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0!important
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0!important
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0!important
	}
	.m-lg-1 {
		margin: .25rem!important
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: .25rem!important
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: .25rem!important
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: .25rem!important
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: .25rem!important
	}
	.m-lg-2 {
		margin: .5rem!important
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: .5rem!important
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: .5rem!important
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: .5rem!important
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: .5rem!important
	}
	.m-lg-3 {
		margin: 1rem!important
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem!important
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem!important
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem!important
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem!important
	}
	.m-lg-4 {
		margin: 1.5rem!important
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem!important
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem!important
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem!important
	}
	.m-lg-5 {
		margin: 3rem!important
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem!important
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem!important
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem!important
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem!important
	}
	.p-lg-0 {
		padding: 0!important
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0!important
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0!important
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0!important
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0!important
	}
	.p-lg-1 {
		padding: .25rem!important
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: .25rem!important
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: .25rem!important
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: .25rem!important
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: .25rem!important
	}
	.p-lg-2 {
		padding: .5rem!important
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: .5rem!important
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: .5rem!important
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: .5rem!important
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: .5rem!important
	}
	.p-lg-3 {
		padding: 1rem!important
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem!important
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem!important
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem!important
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem!important
	}
	.p-lg-4 {
		padding: 1.5rem!important
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem!important
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem!important
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem!important
	}
	.p-lg-5 {
		padding: 3rem!important
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem!important
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem!important
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem!important
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem!important
	}
	.m-lg-auto {
		margin: auto!important
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto!important
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto!important
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto!important
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto!important
	}
}

@media (min-width:1200px) {
	.m-xl-0 {
		margin: 0!important
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0!important
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0!important
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0!important
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0!important
	}
	.m-xl-1 {
		margin: .25rem!important
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: .25rem!important
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: .25rem!important
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: .25rem!important
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: .25rem!important
	}
	.m-xl-2 {
		margin: .5rem!important
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: .5rem!important
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: .5rem!important
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: .5rem!important
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: .5rem!important
	}
	.m-xl-3 {
		margin: 1rem!important
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem!important
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem!important
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem!important
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem!important
	}
	.m-xl-4 {
		margin: 1.5rem!important
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem!important
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem!important
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem!important
	}
	.m-xl-5 {
		margin: 3rem!important
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem!important
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem!important
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem!important
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem!important
	}
	.p-xl-0 {
		padding: 0!important
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0!important
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0!important
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0!important
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0!important
	}
	.p-xl-1 {
		padding: .25rem!important
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: .25rem!important
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: .25rem!important
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: .25rem!important
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: .25rem!important
	}
	.p-xl-2 {
		padding: .5rem!important
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: .5rem!important
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: .5rem!important
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: .5rem!important
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: .5rem!important
	}
	.p-xl-3 {
		padding: 1rem!important
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem!important
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem!important
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem!important
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem!important
	}
	.p-xl-4 {
		padding: 1.5rem!important
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem!important
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem!important
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem!important
	}
	.p-xl-5 {
		padding: 3rem!important
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem!important
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem!important
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem!important
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem!important
	}
	.m-xl-auto {
		margin: auto!important
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto!important
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto!important
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto!important
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto!important
	}
}

@media (min-width:1441px) {
	.m-xxl-0 {
		margin: 0!important
	}
	.mt-xxl-0,
	.my-xxl-0 {
		margin-top: 0!important
	}
	.mr-xxl-0,
	.mx-xxl-0 {
		margin-right: 0!important
	}
	.mb-xxl-0,
	.my-xxl-0 {
		margin-bottom: 0!important
	}
	.ml-xxl-0,
	.mx-xxl-0 {
		margin-left: 0!important
	}
	.m-xxl-1 {
		margin: .25rem!important
	}
	.mt-xxl-1,
	.my-xxl-1 {
		margin-top: .25rem!important
	}
	.mr-xxl-1,
	.mx-xxl-1 {
		margin-right: .25rem!important
	}
	.mb-xxl-1,
	.my-xxl-1 {
		margin-bottom: .25rem!important
	}
	.ml-xxl-1,
	.mx-xxl-1 {
		margin-left: .25rem!important
	}
	.m-xxl-2 {
		margin: .5rem!important
	}
	.mt-xxl-2,
	.my-xxl-2 {
		margin-top: .5rem!important
	}
	.mr-xxl-2,
	.mx-xxl-2 {
		margin-right: .5rem!important
	}
	.mb-xxl-2,
	.my-xxl-2 {
		margin-bottom: .5rem!important
	}
	.ml-xxl-2,
	.mx-xxl-2 {
		margin-left: .5rem!important
	}
	.m-xxl-3 {
		margin: 1rem!important
	}
	.mt-xxl-3,
	.my-xxl-3 {
		margin-top: 1rem!important
	}
	.mr-xxl-3,
	.mx-xxl-3 {
		margin-right: 1rem!important
	}
	.mb-xxl-3,
	.my-xxl-3 {
		margin-bottom: 1rem!important
	}
	.ml-xxl-3,
	.mx-xxl-3 {
		margin-left: 1rem!important
	}
	.m-xxl-4 {
		margin: 1.5rem!important
	}
	.mt-xxl-4,
	.my-xxl-4 {
		margin-top: 1.5rem!important
	}
	.mr-xxl-4,
	.mx-xxl-4 {
		margin-right: 1.5rem!important
	}
	.mb-xxl-4,
	.my-xxl-4 {
		margin-bottom: 1.5rem!important
	}
	.ml-xxl-4,
	.mx-xxl-4 {
		margin-left: 1.5rem!important
	}
	.m-xxl-5 {
		margin: 3rem!important
	}
	.mt-xxl-5,
	.my-xxl-5 {
		margin-top: 3rem!important
	}
	.mr-xxl-5,
	.mx-xxl-5 {
		margin-right: 3rem!important
	}
	.mb-xxl-5,
	.my-xxl-5 {
		margin-bottom: 3rem!important
	}
	.ml-xxl-5,
	.mx-xxl-5 {
		margin-left: 3rem!important
	}
	.p-xxl-0 {
		padding: 0!important
	}
	.pt-xxl-0,
	.py-xxl-0 {
		padding-top: 0!important
	}
	.pr-xxl-0,
	.px-xxl-0 {
		padding-right: 0!important
	}
	.pb-xxl-0,
	.py-xxl-0 {
		padding-bottom: 0!important
	}
	.pl-xxl-0,
	.px-xxl-0 {
		padding-left: 0!important
	}
	.p-xxl-1 {
		padding: .25rem!important
	}
	.pt-xxl-1,
	.py-xxl-1 {
		padding-top: .25rem!important
	}
	.pr-xxl-1,
	.px-xxl-1 {
		padding-right: .25rem!important
	}
	.pb-xxl-1,
	.py-xxl-1 {
		padding-bottom: .25rem!important
	}
	.pl-xxl-1,
	.px-xxl-1 {
		padding-left: .25rem!important
	}
	.p-xxl-2 {
		padding: .5rem!important
	}
	.pt-xxl-2,
	.py-xxl-2 {
		padding-top: .5rem!important
	}
	.pr-xxl-2,
	.px-xxl-2 {
		padding-right: .5rem!important
	}
	.pb-xxl-2,
	.py-xxl-2 {
		padding-bottom: .5rem!important
	}
	.pl-xxl-2,
	.px-xxl-2 {
		padding-left: .5rem!important
	}
	.p-xxl-3 {
		padding: 1rem!important
	}
	.pt-xxl-3,
	.py-xxl-3 {
		padding-top: 1rem!important
	}
	.pr-xxl-3,
	.px-xxl-3 {
		padding-right: 1rem!important
	}
	.pb-xxl-3,
	.py-xxl-3 {
		padding-bottom: 1rem!important
	}
	.pl-xxl-3,
	.px-xxl-3 {
		padding-left: 1rem!important
	}
	.p-xxl-4 {
		padding: 1.5rem!important
	}
	.pt-xxl-4,
	.py-xxl-4 {
		padding-top: 1.5rem!important
	}
	.pr-xxl-4,
	.px-xxl-4 {
		padding-right: 1.5rem!important
	}
	.pb-xxl-4,
	.py-xxl-4 {
		padding-bottom: 1.5rem!important
	}
	.pl-xxl-4,
	.px-xxl-4 {
		padding-left: 1.5rem!important
	}
	.p-xxl-5 {
		padding: 3rem!important
	}
	.pt-xxl-5,
	.py-xxl-5 {
		padding-top: 3rem!important
	}
	.pr-xxl-5,
	.px-xxl-5 {
		padding-right: 3rem!important
	}
	.pb-xxl-5,
	.py-xxl-5 {
		padding-bottom: 3rem!important
	}
	.pl-xxl-5,
	.px-xxl-5 {
		padding-left: 3rem!important
	}
	.m-xxl-auto {
		margin: auto!important
	}
	.mt-xxl-auto,
	.my-xxl-auto {
		margin-top: auto!important
	}
	.mr-xxl-auto,
	.mx-xxl-auto {
		margin-right: auto!important
	}
	.mb-xxl-auto,
	.my-xxl-auto {
		margin-bottom: auto!important
	}
	.ml-xxl-auto,
	.mx-xxl-auto {
		margin-left: auto!important
	}
}

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

.text-nowrap {
	white-space: nowrap!important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

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

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

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

@media (min-width:576px) {
	.text-sm-left {
		text-align: left!important
	}
	.text-sm-right {
		text-align: right!important
	}
	.text-sm-center {
		text-align: center!important
	}
}

@media (min-width:768px) {
	.text-md-left {
		text-align: left!important
	}
	.text-md-right {
		text-align: right!important
	}
	.text-md-center {
		text-align: center!important
	}
}

@media (min-width:992px) {
	.text-lg-left {
		text-align: left!important
	}
	.text-lg-right {
		text-align: right!important
	}
	.text-lg-center {
		text-align: center!important
	}
}

@media (min-width:1200px) {
	.text-xl-left {
		text-align: left!important
	}
	.text-xl-right {
		text-align: right!important
	}
	.text-xl-center {
		text-align: center!important
	}
}

@media (min-width:1441px) {
	.text-xxl-left {
		text-align: left!important
	}
	.text-xxl-right {
		text-align: right!important
	}
	.text-xxl-center {
		text-align: center!important
	}
}

.text-lowercase {
	text-transform: lowercase!important
}

.text-uppercase {
	text-transform: uppercase!important
}

.text-capitalize {
	text-transform: capitalize!important
}

.font-weight-light {
	font-weight: 300!important
}

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

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

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

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

.text-primary {
	color: #61b30a!important
}

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

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

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

.text-success {
	color: #61b30a!important
}

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

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

a.text-info:focus,
a.text-info:hover {
	color: #117a8b!important
}

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

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

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

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

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

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

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

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

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

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.visible {
	visibility: visible!important
}

.invisible {
	visibility: hidden!important
}

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

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: .25rem;
	max-width: 100%;
	height: auto
}

.img-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block
}

.img-bg:after {
	content: "";
	padding-top: 100%;
	display: block
}

.img-bg img {
	display: none
}

.figure {
	display: inline-block
}

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

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

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

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

a>code {
	color: inherit
}

kbd {
	padding: .2rem .4rem;
	font-size: 87.5%;
	color: #fff;
	background-color: #212529;
	border-radius: .2rem
}

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

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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
	order: -1
}

.order-last {
	order: 13
}

.order-0 {
	order: 0
}

.order-1 {
	order: 1
}

.order-2 {
	order: 2
}

.order-3 {
	order: 3
}

.order-4 {
	order: 4
}

.order-5 {
	order: 5
}

.order-6 {
	order: 6
}

.order-7 {
	order: 7
}

.order-8 {
	order: 8
}

.order-9 {
	order: 9
}

.order-10 {
	order: 10
}

.order-11 {
	order: 11
}

.order-12 {
	order: 12
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
	.col-sm {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-sm-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}
	.col-sm-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-sm-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.col-sm-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}
	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-sm-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}
	.col-sm-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}
	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-sm-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}
	.col-sm-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}
	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-sm-first {
		order: -1
	}
	.order-sm-last {
		order: 13
	}
	.order-sm-0 {
		order: 0
	}
	.order-sm-1 {
		order: 1
	}
	.order-sm-2 {
		order: 2
	}
	.order-sm-3 {
		order: 3
	}
	.order-sm-4 {
		order: 4
	}
	.order-sm-5 {
		order: 5
	}
	.order-sm-6 {
		order: 6
	}
	.order-sm-7 {
		order: 7
	}
	.order-sm-8 {
		order: 8
	}
	.order-sm-9 {
		order: 9
	}
	.order-sm-10 {
		order: 10
	}
	.order-sm-11 {
		order: 11
	}
	.order-sm-12 {
		order: 12
	}
	.offset-sm-0 {
		margin-left: 0
	}
	.offset-sm-1 {
		margin-left: 8.3333333333%
	}
	.offset-sm-2 {
		margin-left: 16.6666666667%
	}
	.offset-sm-3 {
		margin-left: 25%
	}
	.offset-sm-4 {
		margin-left: 33.3333333333%
	}
	.offset-sm-5 {
		margin-left: 41.6666666667%
	}
	.offset-sm-6 {
		margin-left: 50%
	}
	.offset-sm-7 {
		margin-left: 58.3333333333%
	}
	.offset-sm-8 {
		margin-left: 66.6666666667%
	}
	.offset-sm-9 {
		margin-left: 75%
	}
	.offset-sm-10 {
		margin-left: 83.3333333333%
	}
	.offset-sm-11 {
		margin-left: 91.6666666667%
	}
}

@media (min-width:768px) {
	.col-md {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-md-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}
	.col-md-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-md-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.col-md-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-md-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}
	.col-md-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}
	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-md-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}
	.col-md-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}
	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-md-first {
		order: -1
	}
	.order-md-last {
		order: 13
	}
	.order-md-0 {
		order: 0
	}
	.order-md-1 {
		order: 1
	}
	.order-md-2 {
		order: 2
	}
	.order-md-3 {
		order: 3
	}
	.order-md-4 {
		order: 4
	}
	.order-md-5 {
		order: 5
	}
	.order-md-6 {
		order: 6
	}
	.order-md-7 {
		order: 7
	}
	.order-md-8 {
		order: 8
	}
	.order-md-9 {
		order: 9
	}
	.order-md-10 {
		order: 10
	}
	.order-md-11 {
		order: 11
	}
	.order-md-12 {
		order: 12
	}
	.offset-md-0 {
		margin-left: 0
	}
	.offset-md-1 {
		margin-left: 8.3333333333%
	}
	.offset-md-2 {
		margin-left: 16.6666666667%
	}
	.offset-md-3 {
		margin-left: 25%
	}
	.offset-md-4 {
		margin-left: 33.3333333333%
	}
	.offset-md-5 {
		margin-left: 41.6666666667%
	}
	.offset-md-6 {
		margin-left: 50%
	}
	.offset-md-7 {
		margin-left: 58.3333333333%
	}
	.offset-md-8 {
		margin-left: 66.6666666667%
	}
	.offset-md-9 {
		margin-left: 75%
	}
	.offset-md-10 {
		margin-left: 83.3333333333%
	}
	.offset-md-11 {
		margin-left: 91.6666666667%
	}
}

@media (min-width:992px) {
	.col-lg {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-lg-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}
	.col-lg-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-lg-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.col-lg-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}
	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-lg-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}
	.col-lg-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}
	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-lg-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}
	.col-lg-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}
	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-lg-first {
		order: -1
	}
	.order-lg-last {
		order: 13
	}
	.order-lg-0 {
		order: 0
	}
	.order-lg-1 {
		order: 1
	}
	.order-lg-2 {
		order: 2
	}
	.order-lg-3 {
		order: 3
	}
	.order-lg-4 {
		order: 4
	}
	.order-lg-5 {
		order: 5
	}
	.order-lg-6 {
		order: 6
	}
	.order-lg-7 {
		order: 7
	}
	.order-lg-8 {
		order: 8
	}
	.order-lg-9 {
		order: 9
	}
	.order-lg-10 {
		order: 10
	}
	.order-lg-11 {
		order: 11
	}
	.order-lg-12 {
		order: 12
	}
	.offset-lg-0 {
		margin-left: 0
	}
	.offset-lg-1 {
		margin-left: 8.3333333333%
	}
	.offset-lg-2 {
		margin-left: 16.6666666667%
	}
	.offset-lg-3 {
		margin-left: 25%
	}
	.offset-lg-4 {
		margin-left: 33.3333333333%
	}
	.offset-lg-5 {
		margin-left: 41.6666666667%
	}
	.offset-lg-6 {
		margin-left: 50%
	}
	.offset-lg-7 {
		margin-left: 58.3333333333%
	}
	.offset-lg-8 {
		margin-left: 66.6666666667%
	}
	.offset-lg-9 {
		margin-left: 75%
	}
	.offset-lg-10 {
		margin-left: 83.3333333333%
	}
	.offset-lg-11 {
		margin-left: 91.6666666667%
	}
}

@media (min-width:1200px) {
	.col-xl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-xl-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}
	.col-xl-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xl-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.col-xl-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}
	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xl-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}
	.col-xl-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}
	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xl-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}
	.col-xl-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}
	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xl-first {
		order: -1
	}
	.order-xl-last {
		order: 13
	}
	.order-xl-0 {
		order: 0
	}
	.order-xl-1 {
		order: 1
	}
	.order-xl-2 {
		order: 2
	}
	.order-xl-3 {
		order: 3
	}
	.order-xl-4 {
		order: 4
	}
	.order-xl-5 {
		order: 5
	}
	.order-xl-6 {
		order: 6
	}
	.order-xl-7 {
		order: 7
	}
	.order-xl-8 {
		order: 8
	}
	.order-xl-9 {
		order: 9
	}
	.order-xl-10 {
		order: 10
	}
	.order-xl-11 {
		order: 11
	}
	.order-xl-12 {
		order: 12
	}
	.offset-xl-0 {
		margin-left: 0
	}
	.offset-xl-1 {
		margin-left: 8.3333333333%
	}
	.offset-xl-2 {
		margin-left: 16.6666666667%
	}
	.offset-xl-3 {
		margin-left: 25%
	}
	.offset-xl-4 {
		margin-left: 33.3333333333%
	}
	.offset-xl-5 {
		margin-left: 41.6666666667%
	}
	.offset-xl-6 {
		margin-left: 50%
	}
	.offset-xl-7 {
		margin-left: 58.3333333333%
	}
	.offset-xl-8 {
		margin-left: 66.6666666667%
	}
	.offset-xl-9 {
		margin-left: 75%
	}
	.offset-xl-10 {
		margin-left: 83.3333333333%
	}
	.offset-xl-11 {
		margin-left: 91.6666666667%
	}
}

@media (min-width:1441px) {
	.col-xxl {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%
	}
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}
	.col-xxl-1 {
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%
	}
	.col-xxl-2 {
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%
	}
	.col-xxl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}
	.col-xxl-4 {
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%
	}
	.col-xxl-5 {
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%
	}
	.col-xxl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}
	.col-xxl-7 {
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%
	}
	.col-xxl-8 {
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%
	}
	.col-xxl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}
	.col-xxl-10 {
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%
	}
	.col-xxl-11 {
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%
	}
	.col-xxl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.order-xxl-first {
		order: -1
	}
	.order-xxl-last {
		order: 13
	}
	.order-xxl-0 {
		order: 0
	}
	.order-xxl-1 {
		order: 1
	}
	.order-xxl-2 {
		order: 2
	}
	.order-xxl-3 {
		order: 3
	}
	.order-xxl-4 {
		order: 4
	}
	.order-xxl-5 {
		order: 5
	}
	.order-xxl-6 {
		order: 6
	}
	.order-xxl-7 {
		order: 7
	}
	.order-xxl-8 {
		order: 8
	}
	.order-xxl-9 {
		order: 9
	}
	.order-xxl-10 {
		order: 10
	}
	.order-xxl-11 {
		order: 11
	}
	.order-xxl-12 {
		order: 12
	}
	.offset-xxl-0 {
		margin-left: 0
	}
	.offset-xxl-1 {
		margin-left: 8.3333333333%
	}
	.offset-xxl-2 {
		margin-left: 16.6666666667%
	}
	.offset-xxl-3 {
		margin-left: 25%
	}
	.offset-xxl-4 {
		margin-left: 33.3333333333%
	}
	.offset-xxl-5 {
		margin-left: 41.6666666667%
	}
	.offset-xxl-6 {
		margin-left: 50%
	}
	.offset-xxl-7 {
		margin-left: 58.3333333333%
	}
	.offset-xxl-8 {
		margin-left: 66.6666666667%
	}
	.offset-xxl-9 {
		margin-left: 75%
	}
	.offset-xxl-10 {
		margin-left: 83.3333333333%
	}
	.offset-xxl-11 {
		margin-left: 91.6666666667%
	}
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent
}

.table td,
.table th {
	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 .table {
	background-color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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>td,
.table-warning>th {
	background-color: #ffecb8
}

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

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

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

.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>td,
.table-light>th {
	background-color: #fdfdfe
}

.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>td,
.table-dark>th {
	background-color: #c6c8ca
}

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

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

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

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

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

.table .thead-dark th {
	color: #fff;
	background-color: #212529;
	border-color: #32383e
}

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

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

.table-dark td,
.table-dark th,
.table-dark thead th {
	border-color: #32383e
}

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

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

.table-dark.table-hover tbody tr:hover {
	background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.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;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.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;
		-ms-overflow-style: -ms-autohiding-scrollbar
	}
	.table-responsive-lg>.table-bordered {
		border: 0
	}
}

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

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

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

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

.form-control,
.select2-search__field,
.select2-selection--multiple,
.select2-selection--single {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.form-control,
	.select2-search__field,
	.select2-selection--multiple,
	.select2-selection--single {
		transition: none
	}
}

.form-control::-ms-expand,
.select2-search__field::-ms-expand,
.select2-selection--multiple::-ms-expand,
.select2-selection--single::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus,
.select2-search__field:focus,
.select2-selection--multiple:focus,
.select2-selection--single:focus {
	color: #495057;
	background-color: #fff;
	border-color: #a1f548;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(97, 179, 10, .25)
}

.form-control::placeholder,
.select2-search__field::placeholder,
.select2-selection--multiple::placeholder,
.select2-selection--single::placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly],
.select2-search__field:disabled,
.select2-search__field[readonly],
.select2-selection--multiple:disabled,
.select2-selection--multiple[readonly],
.select2-selection--single:disabled,
.select2-selection--single[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

select.form-control:not([size]):not([multiple]),
select.select2-search__field:not([size]):not([multiple]),
select.select2-selection--multiple:not([size]):not([multiple]),
select.select2-selection--single:not([size]):not([multiple]) {
	height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value,
select.select2-search__field:focus::-ms-value,
select.select2-selection--multiple:focus::-ms-value,
select.select2-selection--single:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

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

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.col-form-label-lg {
	padding-top: calc(.5rem + 1px);
	padding-bottom: calc(.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5
}

.col-form-label-sm {
	padding-top: calc(.25rem + 1px);
	padding-bottom: calc(.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #414344;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.form-control-plaintext.select2-search__field,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.form-control-plaintext.select2-search__field,
.input-group-lg>.form-control-plaintext.select2-selection--multiple,
.input-group-lg>.form-control-plaintext.select2-selection--single,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.form-control-plaintext.select2-selection--multiple,
.input-group-sm>.form-control-plaintext.select2-selection--single,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text,
select.form-control-lg+.select2-container .form-control-plaintext.select2-selection--multiple,
select.form-control-lg+.select2-container .form-control-plaintext.select2-selection--single,
select.form-control-sm+.select2-container .form-control-plaintext.select2-selection--multiple,
select.form-control-sm+.select2-container .form-control-plaintext.select2-selection--single {
	padding-right: 0;
	padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.select2-search__field,
.input-group-sm>.select2-selection--multiple,
.input-group-sm>.select2-selection--single,
.select2-search__field,
select.form-control-sm+.select2-container .select2-selection--multiple,
select.form-control-sm+.select2-container .select2-selection--single {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>select.select2-selection--multiple:not([size]):not([multiple]),
.input-group-sm>select.select2-selection--single:not([size]):not([multiple]),
select.form-control-sm+.select2-container select.select2-selection--multiple:not([size]):not([multiple]),
select.form-control-sm+.select2-container select.select2-selection--single:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]),
select.select2-search__field:not([size]):not([multiple]) {
	height: calc(1.8125rem + 2px)
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.select2-search__field,
.input-group-lg>.select2-selection--multiple,
.input-group-lg>.select2-selection--single,
select.form-control-lg+.select2-container .select2-selection--multiple,
select.form-control-lg+.select2-container .select2-selection--single {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>select.select2-search__field:not([size]):not([multiple]),
.input-group-lg>select.select2-selection--multiple:not([size]):not([multiple]),
.input-group-lg>select.select2-selection--single:not([size]):not([multiple]),
select.form-control-lg+.select2-container select.select2-selection--multiple:not([size]):not([multiple]),
select.form-control-lg+.select2-container select.select2-selection--single:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
	height: calc(2.875rem + 2px)
}

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

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #61b30a
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(97, 179, 10, .8);
	border-radius: .2rem
}

.custom-select.is-valid,
.form-control.is-valid,
.is-valid.select2-search__field,
.is-valid.select2-selection--multiple,
.is-valid.select2-selection--single,
.was-validated .custom-select:valid,
.was-validated .form-control:valid,
.was-validated .select2-search__field:valid,
.was-validated .select2-selection--multiple:valid,
.was-validated .select2-selection--single:valid {
	border-color: #61b30a
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.is-valid.select2-search__field:focus,
.is-valid.select2-selection--multiple:focus,
.is-valid.select2-selection--single:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus,
.was-validated .select2-search__field:valid:focus,
.was-validated .select2-selection--multiple:valid:focus,
.was-validated .select2-selection--single:valid:focus {
	border-color: #61b30a;
	box-shadow: 0 0 0 .2rem rgba(97, 179, 10, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.is-valid.select2-search__field~.valid-feedback,
.is-valid.select2-search__field~.valid-tooltip,
.is-valid.select2-selection--multiple~.valid-feedback,
.is-valid.select2-selection--multiple~.valid-tooltip,
.is-valid.select2-selection--single~.valid-feedback,
.is-valid.select2-selection--single~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.was-validated .select2-search__field:valid~.valid-feedback,
.was-validated .select2-search__field:valid~.valid-tooltip,
.was-validated .select2-selection--multiple:valid~.valid-feedback,
.was-validated .select2-selection--multiple:valid~.valid-tooltip,
.was-validated .select2-selection--single:valid~.valid-feedback,
.was-validated .select2-selection--single:valid~.valid-tooltip {
	display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
	color: #61b30a
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
	display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
	color: #61b30a
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
	background-color: #a1f548
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
	display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
	background: #7be30d linear-gradient(180deg, #8fe731, #7be30d) repeat-x
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(97, 179, 10, .25)
}

.file-ui-input.is-valid~.file-ui-label,
.was-validated .file-ui-input:valid~.file-ui-label {
	border-color: #61b30a
}

.file-ui-input.is-valid~.file-ui-label::before,
.was-validated .file-ui-input:valid~.file-ui-label::before {
	border-color: inherit
}

.file-ui-input.is-valid~.valid-feedback,
.file-ui-input.is-valid~.valid-tooltip,
.was-validated .file-ui-input:valid~.valid-feedback,
.was-validated .file-ui-input:valid~.valid-tooltip {
	display: block
}

.file-ui-input.is-valid:focus~.file-ui-label,
.was-validated .file-ui-input:valid:focus~.file-ui-label {
	box-shadow: 0 0 0 .2rem rgba(97, 179, 10, .25)
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1;
	color: #fff;
	background-color: rgba(220, 53, 69, .8);
	border-radius: .2rem
}

.custom-select.is-invalid,
.form-control.is-invalid,
.is-invalid.select2-search__field,
.is-invalid.select2-selection--multiple,
.is-invalid.select2-selection--single,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid,
.was-validated .select2-search__field:invalid,
.was-validated .select2-selection--multiple:invalid,
.was-validated .select2-selection--single:invalid {
	border-color: #dc3545
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.is-invalid.select2-search__field:focus,
.is-invalid.select2-selection--multiple:focus,
.is-invalid.select2-selection--single:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus,
.was-validated .select2-search__field:invalid:focus,
.was-validated .select2-selection--multiple:invalid:focus,
.was-validated .select2-selection--single:invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.is-invalid.select2-search__field~.invalid-feedback,
.is-invalid.select2-search__field~.invalid-tooltip,
.is-invalid.select2-selection--multiple~.invalid-feedback,
.is-invalid.select2-selection--multiple~.invalid-tooltip,
.is-invalid.select2-selection--single~.invalid-feedback,
.is-invalid.select2-selection--single~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.was-validated .select2-search__field:invalid~.invalid-feedback,
.was-validated .select2-search__field:invalid~.invalid-tooltip,
.was-validated .select2-selection--multiple:invalid~.invalid-feedback,
.was-validated .select2-selection--multiple:invalid~.invalid-tooltip,
.was-validated .select2-selection--single:invalid~.invalid-feedback,
.was-validated .select2-selection--single:invalid~.invalid-tooltip {
	display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
	color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
	display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
	color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
	background-color: #efa2a9
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
	display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
	background: #e4606d linear-gradient(180deg, #e87883, #e4606d) repeat-x
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.file-ui-input.is-invalid~.file-ui-label,
.was-validated .file-ui-input:invalid~.file-ui-label {
	border-color: #dc3545
}

.file-ui-input.is-invalid~.file-ui-label::before,
.was-validated .file-ui-input:invalid~.file-ui-label::before {
	border-color: inherit
}

.file-ui-input.is-invalid~.invalid-feedback,
.file-ui-input.is-invalid~.invalid-tooltip,
.was-validated .file-ui-input:invalid~.invalid-feedback,
.was-validated .file-ui-input:invalid~.invalid-tooltip {
	display: block
}

.file-ui-input.is-invalid:focus~.file-ui-label,
.was-validated .file-ui-input:invalid:focus~.file-ui-label {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.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,
	.form-inline .select2-search__field,
	.form-inline .select2-selection--multiple,
	.form-inline .select2-selection--single {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-plaintext {
		display: inline-block
	}
	.form-inline .custom-select,
	.form-inline .input-group {
		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;
		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
	}
}

@font-face {
	font-family: ElegantIcons;
	src: url(../fonts/ElegantIcons.eot);
	src: url(../fonts/ElegantIcons.eot?#iefix) format("embedded-opentype"), url(../fonts/ElegantIcons.woff) format("woff"), url(../fonts/ElegantIcons.ttf) format("truetype"), url(../fonts/ElegantIcons.svg#ElegantIcons) format("svg")
}

[data-icon]:before {
	font-family: ElegantIcons;
	content: attr(data-icon);
	speak: none;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.arrow-up-down,
.arrow_back,
.arrow_carrot-2down,
.arrow_carrot-2down_alt2,
.arrow_carrot-2dwnn_alt,
.arrow_carrot-2left,
.arrow_carrot-2left_alt,
.arrow_carrot-2left_alt2,
.arrow_carrot-2right,
.arrow_carrot-2right_alt,
.arrow_carrot-2right_alt2,
.arrow_carrot-2up,
.arrow_carrot-2up_alt,
.arrow_carrot-2up_alt2,
.arrow_carrot-down,
.arrow_carrot-down_alt,
.arrow_carrot-down_alt2,
.arrow_carrot-left,
.arrow_carrot-left_alt,
.arrow_carrot-left_alt2,
.arrow_carrot-right,
.arrow_carrot-right_alt,
.arrow_carrot-right_alt2,
.arrow_carrot-up,
.arrow_carrot-up_alt2,
.arrow_carrot_up_alt,
.arrow_condense,
.arrow_condense_alt,
.arrow_down,
.arrow_down_alt,
.arrow_expand,
.arrow_expand_alt,
.arrow_expand_alt2,
.arrow_expand_alt3,
.arrow_left,
.arrow_left-down,
.arrow_left-down_alt,
.arrow_left-right,
.arrow_left-right_alt,
.arrow_left-up,
.arrow_left-up_alt,
.arrow_left_alt,
.arrow_move,
.arrow_right,
.arrow_right-down,
.arrow_right-down_alt,
.arrow_right-up,
.arrow_right-up_alt,
.arrow_right_alt,
.arrow_triangle-down,
.arrow_triangle-down_alt,
.arrow_triangle-down_alt2,
.arrow_triangle-left,
.arrow_triangle-left_alt,
.arrow_triangle-left_alt2,
.arrow_triangle-right,
.arrow_triangle-right_alt,
.arrow_triangle-right_alt2,
.arrow_triangle-up,
.arrow_triangle-up_alt,
.arrow_triangle-up_alt2,
.arrow_up,
.arrow_up-down_alt,
.arrow_up_alt,
.icon_adjust-horiz,
.icon_adjust-vert,
.icon_archive,
.icon_archive_alt,
.icon_bag,
.icon_bag_alt,
.icon_balance,
.icon_blocked,
.icon_book,
.icon_book_alt,
.icon_box-checked,
.icon_box-empty,
.icon_box-selected,
.icon_briefcase,
.icon_briefcase_alt,
.icon_building,
.icon_building_alt,
.icon_calculator_alt,
.icon_calendar,
.icon_calulator,
.icon_camera,
.icon_camera_alt,
.icon_cart,
.icon_cart_alt,
.icon_chat,
.icon_chat_alt,
.icon_check,
.icon_check_alt,
.icon_check_alt2,
.icon_circle-empty,
.icon_circle-slelected,
.icon_clipboard,
.icon_clock,
.icon_clock_alt,
.icon_close,
.icon_close_alt,
.icon_close_alt2,
.icon_cloud,
.icon_cloud-download,
.icon_cloud-download_alt,
.icon_cloud-upload,
.icon_cloud-upload_alt,
.icon_cloud_alt,
.icon_cog,
.icon_cogs,
.icon_comment,
.icon_comment_alt,
.icon_compass,
.icon_compass_alt,
.icon_cone,
.icon_cone_alt,
.icon_contacts,
.icon_contacts_alt,
.icon_creditcard,
.icon_currency,
.icon_currency_alt,
.icon_cursor,
.icon_cursor_alt,
.icon_datareport,
.icon_datareport_alt,
.icon_desktop,
.icon_dislike,
.icon_dislike_alt,
.icon_document,
.icon_document_alt,
.icon_documents,
.icon_documents_alt,
.icon_download,
.icon_drawer,
.icon_drawer_alt,
.icon_drive,
.icon_drive_alt,
.icon_easel,
.icon_easel_alt,
.icon_error-circle,
.icon_error-circle_alt,
.icon_error-oct,
.icon_error-oct_alt,
.icon_error-triangle,
.icon_error-triangle_alt,
.icon_film,
.icon_floppy,
.icon_floppy_alt,
.icon_flowchart,
.icon_flowchart_alt,
.icon_folder,
.icon_folder-add,
.icon_folder-add_alt,
.icon_folder-alt,
.icon_folder-open,
.icon_folder-open_alt,
.icon_folder_download,
.icon_folder_upload,
.icon_genius,
.icon_gift,
.icon_gift_alt,
.icon_globe,
.icon_globe-2,
.icon_globe_alt,
.icon_grid-2x2,
.icon_grid-3x3,
.icon_group,
.icon_headphones,
.icon_heart,
.icon_heart_alt,
.icon_hourglass,
.icon_house,
.icon_house_alt,
.icon_id,
.icon_id-2,
.icon_id-2_alt,
.icon_id_alt,
.icon_image,
.icon_images,
.icon_info,
.icon_info_alt,
.icon_key,
.icon_key_alt,
.icon_laptop,
.icon_lifesaver,
.icon_lightbulb,
.icon_lightbulb_alt,
.icon_like,
.icon_like_alt,
.icon_link,
.icon_link_alt,
.icon_loading,
.icon_lock,
.icon_lock-open,
.icon_lock-open_alt,
.icon_lock_alt,
.icon_mail,
.icon_mail_alt,
.icon_map,
.icon_map_alt,
.icon_menu,
.icon_menu-circle_alt,
.icon_menu-circle_alt2,
.icon_menu-square_alt,
.icon_menu-square_alt2,
.icon_mic,
.icon_mic_alt,
.icon_minus-06,
.icon_minus-box,
.icon_minus_alt,
.icon_minus_alt2,
.icon_mobile,
.icon_mug,
.icon_mug_alt,
.icon_music,
.icon_ol,
.icon_paperclip,
.icon_pause,
.icon_pause_alt,
.icon_pause_alt2,
.icon_pencil,
.icon_pencil-edit,
.icon_pencil-edit_alt,
.icon_pencil_alt,
.icon_pens,
.icon_pens_alt,
.icon_percent,
.icon_percent_alt,
.icon_phone,
.icon_piechart,
.icon_pin,
.icon_pin_alt,
.icon_plus,
.icon_plus-box,
.icon_plus_alt,
.icon_plus_alt2,
.icon_printer,
.icon_printer-alt,
.icon_profile,
.icon_pushpin,
.icon_pushpin_alt,
.icon_puzzle,
.icon_puzzle_alt,
.icon_question,
.icon_question_alt,
.icon_question_alt2,
.icon_quotations,
.icon_quotations_alt,
.icon_quotations_alt2,
.icon_refresh,
.icon_ribbon,
.icon_ribbon_alt,
.icon_rook,
.icon_search,
.icon_search-2,
.icon_search_alt,
.icon_shield,
.icon_shield_alt,
.icon_star,
.icon_star-half,
.icon_star-half_alt,
.icon_star_alt,
.icon_stop,
.icon_stop_alt,
.icon_stop_alt2,
.icon_table,
.icon_tablet,
.icon_tag,
.icon_tag_alt,
.icon_tags,
.icon_tags_alt,
.icon_target,
.icon_tool,
.icon_toolbox,
.icon_toolbox_alt,
.icon_tools,
.icon_trash,
.icon_trash_alt,
.icon_ul,
.icon_upload,
.icon_vol-mute,
.icon_vol-mute_alt,
.icon_volume-high,
.icon_volume-high_alt,
.icon_volume-low,
.icon_volume-low_alt,
.icon_wallet,
.icon_wallet_alt,
.icon_zoom-in,
.icon_zoom-in_alt,
.icon_zoom-out,
.icon_zoom-out_alt,
.social_blogger,
.social_blogger_circle,
.social_blogger_square,
.social_delicious,
.social_delicious_circle,
.social_delicious_square,
.social_deviantart,
.social_deviantart_circle,
.social_deviantart_square,
.social_dribbble,
.social_dribbble_circle,
.social_dribbble_square,
.social_facebook,
.social_facebook_circle,
.social_facebook_square,
.social_flickr,
.social_flickr_circle,
.social_flickr_square,
.social_googledrive,
.social_googledrive_alt2,
.social_googledrive_square,
.social_googleplus,
.social_googleplus_circle,
.social_googleplus_square,
.social_instagram,
.social_instagram_circle,
.social_instagram_square,
.social_linkedin,
.social_linkedin_circle,
.social_linkedin_square,
.social_myspace,
.social_myspace_circle,
.social_myspace_square,
.social_picassa,
.social_picassa_circle,
.social_picassa_square,
.social_pinterest,
.social_pinterest_circle,
.social_pinterest_square,
.social_rss,
.social_rss_circle,
.social_rss_square,
.social_share,
.social_share_circle,
.social_share_square,
.social_skype,
.social_skype_circle,
.social_skype_square,
.social_spotify,
.social_spotify_circle,
.social_spotify_square,
.social_stumbleupon_circle,
.social_stumbleupon_square,
.social_tumbleupon,
.social_tumblr,
.social_tumblr_circle,
.social_tumblr_square,
.social_twitter,
.social_twitter_circle,
.social_twitter_square,
.social_vimeo,
.social_vimeo_circle,
.social_vimeo_square,
.social_wordpress,
.social_wordpress_circle,
.social_wordpress_square,
.social_youtube,
.social_youtube_circle,
.social_youtube_square {
	font-family: ElegantIcons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased
}

.arrow_up:before {
	content: "\21"
}

.arrow_down:before {
	content: "\22"
}

.arrow_left:before {
	content: "\23"
}

.arrow_right:before {
	content: "\24"
}

.arrow_left-up:before {
	content: "\25"
}

.arrow_right-up:before {
	content: "\26"
}

.arrow_right-down:before {
	content: "\27"
}

.arrow_left-down:before {
	content: "\28"
}

.arrow-up-down:before {
	content: "\29"
}

.arrow_up-down_alt:before {
	content: "\2a"
}

.arrow_left-right_alt:before {
	content: "\2b"
}

.arrow_left-right:before {
	content: "\2c"
}

.arrow_expand_alt2:before {
	content: "\2d"
}

.arrow_expand_alt:before {
	content: "\2e"
}

.arrow_condense:before {
	content: "\2f"
}

.arrow_expand:before {
	content: "\30"
}

.arrow_move:before {
	content: "\31"
}

.arrow_carrot-up:before {
	content: "\32"
}

.arrow_carrot-down:before {
	content: "\33"
}

.arrow_carrot-left:before {
	content: "\34"
}

.arrow_carrot-right:before {
	content: "\35"
}

.arrow_carrot-2up:before {
	content: "\36"
}

.arrow_carrot-2down:before {
	content: "\37"
}

.arrow_carrot-2left:before {
	content: "\38"
}

.arrow_carrot-2right:before {
	content: "\39"
}

.arrow_carrot-up_alt2:before {
	content: "\3a"
}

.arrow_carrot-down_alt2:before {
	content: "\3b"
}

.arrow_carrot-left_alt2:before {
	content: "\3c"
}

.arrow_carrot-right_alt2:before {
	content: "\3d"
}

.arrow_carrot-2up_alt2:before {
	content: "\3e"
}

.arrow_carrot-2down_alt2:before {
	content: "\3f"
}

.arrow_carrot-2left_alt2:before {
	content: "\40"
}

.arrow_carrot-2right_alt2:before {
	content: "\41"
}

.arrow_triangle-up:before {
	content: "\42"
}

.arrow_triangle-down:before {
	content: "\43"
}

.arrow_triangle-left:before {
	content: "\44"
}

.arrow_triangle-right:before {
	content: "\45"
}

.arrow_triangle-up_alt2:before {
	content: "\46"
}

.arrow_triangle-down_alt2:before {
	content: "\47"
}

.arrow_triangle-left_alt2:before {
	content: "\48"
}

.arrow_triangle-right_alt2:before {
	content: "\49"
}

.arrow_back:before {
	content: "\4a"
}

.icon_minus-06:before {
	content: "\4b"
}

.icon_plus:before {
	content: "\4c"
}

.icon_close:before {
	content: "\4d"
}

.icon_check:before {
	content: "\4e"
}

.icon_minus_alt2:before {
	content: "\4f"
}

.icon_plus_alt2:before {
	content: "\50"
}

.icon_close_alt2:before {
	content: "\51"
}

.icon_check_alt2:before {
	content: "\52"
}

.icon_zoom-out_alt:before {
	content: "\53"
}

.icon_zoom-in_alt:before {
	content: "\54"
}

.icon_search:before {
	content: "\55"
}

.icon_box-empty:before {
	content: "\56"
}

.icon_box-selected:before {
	content: "\57"
}

.icon_minus-box:before {
	content: "\58"
}

.icon_plus-box:before {
	content: "\59"
}

.icon_box-checked:before {
	content: "\5a"
}

.icon_circle-empty:before {
	content: "\5b"
}

.icon_circle-slelected:before {
	content: "\5c"
}

.icon_stop_alt2:before {
	content: "\5d"
}

.icon_stop:before {
	content: "\5e"
}

.icon_pause_alt2:before {
	content: "\5f"
}

.icon_pause:before {
	content: "\60"
}

.icon_menu:before {
	content: "\61"
}

.icon_menu-square_alt2:before {
	content: "\62"
}

.icon_menu-circle_alt2:before {
	content: "\63"
}

.icon_ul:before {
	content: "\64"
}

.icon_ol:before {
	content: "\65"
}

.icon_adjust-horiz:before {
	content: "\66"
}

.icon_adjust-vert:before {
	content: "\67"
}

.icon_document_alt:before {
	content: "\68"
}

.icon_documents_alt:before {
	content: "\69"
}

.icon_pencil:before {
	content: "\6a"
}

.icon_pencil-edit_alt:before {
	content: "\6b"
}

.icon_pencil-edit:before {
	content: "\6c"
}

.icon_folder-alt:before {
	content: "\6d"
}

.icon_folder-open_alt:before {
	content: "\6e"
}

.icon_folder-add_alt:before {
	content: "\6f"
}

.icon_info_alt:before {
	content: "\70"
}

.icon_error-oct_alt:before {
	content: "\71"
}

.icon_error-circle_alt:before {
	content: "\72"
}

.icon_error-triangle_alt:before {
	content: "\73"
}

.icon_question_alt2:before {
	content: "\74"
}

.icon_question:before {
	content: "\75"
}

.icon_comment_alt:before {
	content: "\76"
}

.icon_chat_alt:before {
	content: "\77"
}

.icon_vol-mute_alt:before {
	content: "\78"
}

.icon_volume-low_alt:before {
	content: "\79"
}

.icon_volume-high_alt:before {
	content: "\7a"
}

.icon_quotations:before {
	content: "\7b"
}

.icon_quotations_alt2:before {
	content: "\7c"
}

.icon_clock_alt:before {
	content: "\7d"
}

.icon_lock_alt:before {
	content: "\7e"
}

.icon_lock-open_alt:before {
	content: "\e000"
}

.icon_key_alt:before {
	content: "\e001"
}

.icon_cloud_alt:before {
	content: "\e002"
}

.icon_cloud-upload_alt:before {
	content: "\e003"
}

.icon_cloud-download_alt:before {
	content: "\e004"
}

.icon_image:before {
	content: "\e005"
}

.icon_images:before {
	content: "\e006"
}

.icon_lightbulb_alt:before {
	content: "\e007"
}

.icon_gift_alt:before {
	content: "\e008"
}

.icon_house_alt:before {
	content: "\e009"
}

.icon_genius:before {
	content: "\e00a"
}

.icon_mobile:before {
	content: "\e00b"
}

.icon_tablet:before {
	content: "\e00c"
}

.icon_laptop:before {
	content: "\e00d"
}

.icon_desktop:before {
	content: "\e00e"
}

.icon_camera_alt:before {
	content: "\e00f"
}

.icon_mail_alt:before {
	content: "\e010"
}

.icon_cone_alt:before {
	content: "\e011"
}

.icon_ribbon_alt:before {
	content: "\e012"
}

.icon_bag_alt:before {
	content: "\e013"
}

.icon_creditcard:before {
	content: "\e014"
}

.icon_cart_alt:before {
	content: "\e015"
}

.icon_paperclip:before {
	content: "\e016"
}

.icon_tag_alt:before {
	content: "\e017"
}

.icon_tags_alt:before {
	content: "\e018"
}

.icon_trash_alt:before {
	content: "\e019"
}

.icon_cursor_alt:before {
	content: "\e01a"
}

.icon_mic_alt:before {
	content: "\e01b"
}

.icon_compass_alt:before {
	content: "\e01c"
}

.icon_pin_alt:before {
	content: "\e01d"
}

.icon_pushpin_alt:before {
	content: "\e01e"
}

.icon_map_alt:before {
	content: "\e01f"
}

.icon_drawer_alt:before {
	content: "\e020"
}

.icon_toolbox_alt:before {
	content: "\e021"
}

.icon_book_alt:before {
	content: "\e022"
}

.icon_calendar:before {
	content: "\e023"
}

.icon_film:before {
	content: "\e024"
}

.icon_table:before {
	content: "\e025"
}

.icon_contacts_alt:before {
	content: "\e026"
}

.icon_headphones:before {
	content: "\e027"
}

.icon_lifesaver:before {
	content: "\e028"
}

.icon_piechart:before {
	content: "\e029"
}

.icon_refresh:before {
	content: "\e02a"
}

.icon_link_alt:before {
	content: "\e02b"
}

.icon_link:before {
	content: "\e02c"
}

.icon_loading:before {
	content: "\e02d"
}

.icon_blocked:before {
	content: "\e02e"
}

.icon_archive_alt:before {
	content: "\e02f"
}

.icon_heart_alt:before {
	content: "\e030"
}

.icon_star_alt:before {
	content: "\e031"
}

.icon_star-half_alt:before {
	content: "\e032"
}

.icon_star:before {
	content: "\e033"
}

.icon_star-half:before {
	content: "\e034"
}

.icon_tools:before {
	content: "\e035"
}

.icon_tool:before {
	content: "\e036"
}

.icon_cog:before {
	content: "\e037"
}

.icon_cogs:before {
	content: "\e038"
}

.arrow_up_alt:before {
	content: "\e039"
}

.arrow_down_alt:before {
	content: "\e03a"
}

.arrow_left_alt:before {
	content: "\e03b"
}

.arrow_right_alt:before {
	content: "\e03c"
}

.arrow_left-up_alt:before {
	content: "\e03d"
}

.arrow_right-up_alt:before {
	content: "\e03e"
}

.arrow_right-down_alt:before {
	content: "\e03f"
}

.arrow_left-down_alt:before {
	content: "\e040"
}

.arrow_condense_alt:before {
	content: "\e041"
}

.arrow_expand_alt3:before {
	content: "\e042"
}

.arrow_carrot_up_alt:before {
	content: "\e043"
}

.arrow_carrot-down_alt:before {
	content: "\e044"
}

.arrow_carrot-left_alt:before {
	content: "\e045"
}

.arrow_carrot-right_alt:before {
	content: "\e046"
}

.arrow_carrot-2up_alt:before {
	content: "\e047"
}

.arrow_carrot-2dwnn_alt:before {
	content: "\e048"
}

.arrow_carrot-2left_alt:before {
	content: "\e049"
}

.arrow_carrot-2right_alt:before {
	content: "\e04a"
}

.arrow_triangle-up_alt:before {
	content: "\e04b"
}

.arrow_triangle-down_alt:before {
	content: "\e04c"
}

.arrow_triangle-left_alt:before {
	content: "\e04d"
}

.arrow_triangle-right_alt:before {
	content: "\e04e"
}

.icon_minus_alt:before {
	content: "\e04f"
}

.icon_plus_alt:before {
	content: "\e050"
}

.icon_close_alt:before {
	content: "\e051"
}

.icon_check_alt:before {
	content: "\e052"
}

.icon_zoom-out:before {
	content: "\e053"
}

.icon_zoom-in:before {
	content: "\e054"
}

.icon_stop_alt:before {
	content: "\e055"
}

.icon_menu-square_alt:before {
	content: "\e056"
}

.icon_menu-circle_alt:before {
	content: "\e057"
}

.icon_document:before {
	content: "\e058"
}

.icon_documents:before {
	content: "\e059"
}

.icon_pencil_alt:before {
	content: "\e05a"
}

.icon_folder:before {
	content: "\e05b"
}

.icon_folder-open:before {
	content: "\e05c"
}

.icon_folder-add:before {
	content: "\e05d"
}

.icon_folder_upload:before {
	content: "\e05e"
}

.icon_folder_download:before {
	content: "\e05f"
}

.icon_info:before {
	content: "\e060"
}

.icon_error-circle:before {
	content: "\e061"
}

.icon_error-oct:before {
	content: "\e062"
}

.icon_error-triangle:before {
	content: "\e063"
}

.icon_question_alt:before {
	content: "\e064"
}

.icon_comment:before {
	content: "\e065"
}

.icon_chat:before {
	content: "\e066"
}

.icon_vol-mute:before {
	content: "\e067"
}

.icon_volume-low:before {
	content: "\e068"
}

.icon_volume-high:before {
	content: "\e069"
}

.icon_quotations_alt:before {
	content: "\e06a"
}

.icon_clock:before {
	content: "\e06b"
}

.icon_lock:before {
	content: "\e06c"
}

.icon_lock-open:before {
	content: "\e06d"
}

.icon_key:before {
	content: "\e06e"
}

.icon_cloud:before {
	content: "\e06f"
}

.icon_cloud-upload:before {
	content: "\e070"
}

.icon_cloud-download:before {
	content: "\e071"
}

.icon_lightbulb:before {
	content: "\e072"
}

.icon_gift:before {
	content: "\e073"
}

.icon_house:before {
	content: "\e074"
}

.icon_camera:before {
	content: "\e075"
}

.icon_mail:before {
	content: "\e076"
}

.icon_cone:before {
	content: "\e077"
}

.icon_ribbon:before {
	content: "\e078"
}

.icon_bag:before {
	content: "\e079"
}

.icon_cart:before {
	content: "\e07a"
}

.icon_tag:before {
	content: "\e07b"
}

.icon_tags:before {
	content: "\e07c"
}

.icon_trash:before {
	content: "\e07d"
}

.icon_cursor:before {
	content: "\e07e"
}

.icon_mic:before {
	content: "\e07f"
}

.icon_compass:before {
	content: "\e080"
}

.icon_pin:before {
	content: "\e081"
}

.icon_pushpin:before {
	content: "\e082"
}

.icon_map:before {
	content: "\e083"
}

.icon_drawer:before {
	content: "\e084"
}

.icon_toolbox:before {
	content: "\e085"
}

.icon_book:before {
	content: "\e086"
}

.icon_contacts:before {
	content: "\e087"
}

.icon_archive:before {
	content: "\e088"
}

.icon_heart:before {
	content: "\e089"
}

.icon_profile:before {
	content: "\e08a"
}

.icon_group:before {
	content: "\e08b"
}

.icon_grid-2x2:before {
	content: "\e08c"
}

.icon_grid-3x3:before {
	content: "\e08d"
}

.icon_music:before {
	content: "\e08e"
}

.icon_pause_alt:before {
	content: "\e08f"
}

.icon_phone:before {
	content: "\e090"
}

.icon_upload:before {
	content: "\e091"
}

.icon_download:before {
	content: "\e092"
}

.social_facebook:before {
	content: "\e093"
}

.social_twitter:before {
	content: "\e094"
}

.social_pinterest:before {
	content: "\e095"
}

.social_googleplus:before {
	content: "\e096"
}

.social_tumblr:before {
	content: "\e097"
}

.social_tumbleupon:before {
	content: "\e098"
}

.social_wordpress:before {
	content: "\e099"
}

.social_instagram:before {
	content: "\e09a"
}

.social_dribbble:before {
	content: "\e09b"
}

.social_vimeo:before {
	content: "\e09c"
}

.social_linkedin:before {
	content: "\e09d"
}

.social_rss:before {
	content: "\e09e"
}

.social_deviantart:before {
	content: "\e09f"
}

.social_share:before {
	content: "\e0a0"
}

.social_myspace:before {
	content: "\e0a1"
}

.social_skype:before {
	content: "\e0a2"
}

.social_youtube:before {
	content: "\e0a3"
}

.social_picassa:before {
	content: "\e0a4"
}

.social_googledrive:before {
	content: "\e0a5"
}

.social_flickr:before {
	content: "\e0a6"
}

.social_blogger:before {
	content: "\e0a7"
}

.social_spotify:before {
	content: "\e0a8"
}

.social_delicious:before {
	content: "\e0a9"
}

.social_facebook_circle:before {
	content: "\e0aa"
}

.social_twitter_circle:before {
	content: "\e0ab"
}

.social_pinterest_circle:before {
	content: "\e0ac"
}

.social_googleplus_circle:before {
	content: "\e0ad"
}

.social_tumblr_circle:before {
	content: "\e0ae"
}

.social_stumbleupon_circle:before {
	content: "\e0af"
}

.social_wordpress_circle:before {
	content: "\e0b0"
}

.social_instagram_circle:before {
	content: "\e0b1"
}

.social_dribbble_circle:before {
	content: "\e0b2"
}

.social_vimeo_circle:before {
	content: "\e0b3"
}

.social_linkedin_circle:before {
	content: "\e0b4"
}

.social_rss_circle:before {
	content: "\e0b5"
}

.social_deviantart_circle:before {
	content: "\e0b6"
}

.social_share_circle:before {
	content: "\e0b7"
}

.social_myspace_circle:before {
	content: "\e0b8"
}

.social_skype_circle:before {
	content: "\e0b9"
}

.social_youtube_circle:before {
	content: "\e0ba"
}

.social_picassa_circle:before {
	content: "\e0bb"
}

.social_googledrive_alt2:before {
	content: "\e0bc"
}

.social_flickr_circle:before {
	content: "\e0bd"
}

.social_blogger_circle:before {
	content: "\e0be"
}

.social_spotify_circle:before {
	content: "\e0bf"
}

.social_delicious_circle:before {
	content: "\e0c0"
}

.social_facebook_square:before {
	content: "\e0c1"
}

.social_twitter_square:before {
	content: "\e0c2"
}

.social_pinterest_square:before {
	content: "\e0c3"
}

.social_googleplus_square:before {
	content: "\e0c4"
}

.social_tumblr_square:before {
	content: "\e0c5"
}

.social_stumbleupon_square:before {
	content: "\e0c6"
}

.social_wordpress_square:before {
	content: "\e0c7"
}

.social_instagram_square:before {
	content: "\e0c8"
}

.social_dribbble_square:before {
	content: "\e0c9"
}

.social_vimeo_square:before {
	content: "\e0ca"
}

.social_linkedin_square:before {
	content: "\e0cb"
}

.social_rss_square:before {
	content: "\e0cc"
}

.social_deviantart_square:before {
	content: "\e0cd"
}

.social_share_square:before {
	content: "\e0ce"
}

.social_myspace_square:before {
	content: "\e0cf"
}

.social_skype_square:before {
	content: "\e0d0"
}

.social_youtube_square:before {
	content: "\e0d1"
}

.social_picassa_square:before {
	content: "\e0d2"
}

.social_googledrive_square:before {
	content: "\e0d3"
}

.social_flickr_square:before {
	content: "\e0d4"
}

.social_blogger_square:before {
	content: "\e0d5"
}

.social_spotify_square:before {
	content: "\e0d6"
}

.social_delicious_square:before {
	content: "\e0d7"
}

.icon_printer:before {
	content: "\e103"
}

.icon_calulator:before {
	content: "\e0ee"
}

.icon_building:before {
	content: "\e0ef"
}

.icon_floppy:before {
	content: "\e0e8"
}

.icon_drive:before {
	content: "\e0ea"
}

.icon_search-2:before {
	content: "\e101"
}

.icon_id:before {
	content: "\e107"
}

.icon_id-2:before {
	content: "\e108"
}

.icon_puzzle:before {
	content: "\e102"
}

.icon_like:before {
	content: "\e106"
}

.icon_dislike:before {
	content: "\e0eb"
}

.icon_mug:before {
	content: "\e105"
}

.icon_currency:before {
	content: "\e0ed"
}

.icon_wallet:before {
	content: "\e100"
}

.icon_pens:before {
	content: "\e104"
}

.icon_easel:before {
	content: "\e0e9"
}

.icon_flowchart:before {
	content: "\e109"
}

.icon_datareport:before {
	content: "\e0ec"
}

.icon_briefcase:before {
	content: "\e0fe"
}

.icon_shield:before {
	content: "\e0f6"
}

.icon_percent:before {
	content: "\e0fb"
}

.icon_globe:before {
	content: "\e0e2"
}

.icon_globe-2:before {
	content: "\e0e3"
}

.icon_target:before {
	content: "\e0f5"
}

.icon_hourglass:before {
	content: "\e0e1"
}

.icon_balance:before {
	content: "\e0ff"
}

.icon_rook:before {
	content: "\e0f8"
}

.icon_printer-alt:before {
	content: "\e0fa"
}

.icon_calculator_alt:before {
	content: "\e0e7"
}

.icon_building_alt:before {
	content: "\e0fd"
}

.icon_floppy_alt:before {
	content: "\e0e4"
}

.icon_drive_alt:before {
	content: "\e0e5"
}

.icon_search_alt:before {
	content: "\e0f7"
}

.icon_id_alt:before {
	content: "\e0e0"
}

.icon_id-2_alt:before {
	content: "\e0fc"
}

.icon_puzzle_alt:before {
	content: "\e0f9"
}

.icon_like_alt:before {
	content: "\e0dd"
}

.icon_dislike_alt:before {
	content: "\e0f1"
}

.icon_mug_alt:before {
	content: "\e0dc"
}

.icon_currency_alt:before {
	content: "\e0f3"
}

.icon_wallet_alt:before {
	content: "\e0d8"
}

.icon_pens_alt:before {
	content: "\e0db"
}

.icon_easel_alt:before {
	content: "\e0f0"
}

.icon_flowchart_alt:before {
	content: "\e0df"
}

.icon_datareport_alt:before {
	content: "\e0f2"
}

.icon_briefcase_alt:before {
	content: "\e0f4"
}

.icon_shield_alt:before {
	content: "\e0d9"
}

.icon_percent_alt:before {
	content: "\e0da"
}

.icon_globe_alt:before {
	content: "\e0de"
}

.icon_clipboard:before {
	content: "\e0e6"
}

.glyph {
	float: left;
	text-align: center;
	padding: .75em;
	margin: .4em 1.5em .75em 0;
	width: 6em;
	text-shadow: none
}

.glyph_big {
	font-size: 128px;
	color: #59c5dc;
	float: left;
	margin-right: 20px
}

.glyph div {
	padding-bottom: 10px
}

.glyph input {
	font-family: consolas, monospace;
	font-size: 12px;
	width: 100%;
	text-align: center;
	border: 0;
	box-shadow: 0 0 0 1px #ccc;
	padding: .2em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}

.centered {
	margin-left: auto;
	margin-right: auto
}

.glyph .fs1 {
	font-size: 2em
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
	font-family: FontAwesome;
	src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
	src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
	font-weight: 400;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.3333333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.2857142857em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.1428571429em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.1428571429em;
	width: 2.1428571429em;
	top: .1428571429em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.8571428571em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

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

.fa-rotate-180 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: ""
}

.fa-music:before {
	content: ""
}

.fa-search:before {
	content: ""
}

.fa-envelope-o:before {
	content: ""
}

.fa-heart:before {
	content: ""
}

.fa-star:before {
	content: ""
}

.fa-star-o:before {
	content: ""
}

.fa-user:before {
	content: ""
}

.fa-film:before {
	content: ""
}

.fa-th-large:before {
	content: ""
}

.fa-th:before {
	content: ""
}

.fa-th-list:before {
	content: ""
}

.fa-check:before {
	content: ""
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
	content: ""
}

.fa-search-plus:before {
	content: ""
}

.fa-search-minus:before {
	content: ""
}

.fa-power-off:before {
	content: ""
}

.fa-signal:before {
	content: ""
}

.fa-cog:before,
.fa-gear:before {
	content: ""
}

.fa-trash-o:before {
	content: ""
}

.fa-home:before {
	content: ""
}

.fa-file-o:before {
	content: ""
}

.fa-clock-o:before {
	content: ""
}

.fa-road:before {
	content: ""
}

.fa-download:before {
	content: ""
}

.fa-arrow-circle-o-down:before {
	content: ""
}

.fa-arrow-circle-o-up:before {
	content: ""
}

.fa-inbox:before {
	content: ""
}

.fa-play-circle-o:before {
	content: ""
}

.fa-repeat:before,
.fa-rotate-right:before {
	content: ""
}

.fa-refresh:before {
	content: ""
}

.fa-list-alt:before {
	content: ""
}

.fa-lock:before {
	content: ""
}

.fa-flag:before {
	content: ""
}

.fa-headphones:before {
	content: ""
}

.fa-volume-off:before {
	content: ""
}

.fa-volume-down:before {
	content: ""
}

.fa-volume-up:before {
	content: ""
}

.fa-qrcode:before {
	content: ""
}

.fa-barcode:before {
	content: ""
}

.fa-tag:before {
	content: ""
}

.fa-tags:before {
	content: ""
}

.fa-book:before {
	content: ""
}

.fa-bookmark:before {
	content: ""
}

.fa-print:before {
	content: ""
}

.fa-camera:before {
	content: ""
}

.fa-font:before {
	content: ""
}

.fa-bold:before {
	content: ""
}

.fa-italic:before {
	content: ""
}

.fa-text-height:before {
	content: ""
}

.fa-text-width:before {
	content: ""
}

.fa-align-left:before {
	content: ""
}

.fa-align-center:before {
	content: ""
}

.fa-align-right:before {
	content: ""
}

.fa-align-justify:before {
	content: ""
}

.fa-list:before {
	content: ""
}

.fa-dedent:before,
.fa-outdent:before {
	content: ""
}

.fa-indent:before {
	content: ""
}

.fa-video-camera:before {
	content: ""
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
	content: ""
}

.fa-pencil:before {
	content: ""
}

.fa-map-marker:before {
	content: ""
}

.fa-adjust:before {
	content: ""
}

.fa-tint:before {
	content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: ""
}

.fa-share-square-o:before {
	content: ""
}

.fa-check-square-o:before {
	content: ""
}

.fa-arrows:before {
	content: ""
}

.fa-step-backward:before {
	content: ""
}

.fa-fast-backward:before {
	content: ""
}

.fa-backward:before {
	content: ""
}

.fa-play:before {
	content: ""
}

.fa-pause:before {
	content: ""
}

.fa-stop:before {
	content: ""
}

.fa-forward:before {
	content: ""
}

.fa-fast-forward:before {
	content: ""
}

.fa-step-forward:before {
	content: ""
}

.fa-eject:before {
	content: ""
}

.fa-chevron-left:before {
	content: ""
}

.fa-chevron-right:before {
	content: ""
}

.fa-plus-circle:before {
	content: ""
}

.fa-minus-circle:before {
	content: ""
}

.fa-times-circle:before {
	content: ""
}

.fa-check-circle:before {
	content: ""
}

.fa-question-circle:before {
	content: ""
}

.fa-info-circle:before {
	content: ""
}

.fa-crosshairs:before {
	content: ""
}

.fa-times-circle-o:before {
	content: ""
}

.fa-check-circle-o:before {
	content: ""
}

.fa-ban:before {
	content: ""
}

.fa-arrow-left:before {
	content: ""
}

.fa-arrow-right:before {
	content: ""
}

.fa-arrow-up:before {
	content: ""
}

.fa-arrow-down:before {
	content: ""
}

.fa-mail-forward:before,
.fa-share:before {
	content: ""
}

.fa-expand:before {
	content: ""
}

.fa-compress:before {
	content: ""
}

.fa-plus:before {
	content: ""
}

.fa-minus:before {
	content: ""
}

.fa-asterisk:before {
	content: ""
}

.fa-exclamation-circle:before {
	content: ""
}

.fa-gift:before {
	content: ""
}

.fa-leaf:before {
	content: ""
}

.fa-fire:before {
	content: ""
}

.fa-eye:before {
	content: ""
}

.fa-eye-slash:before {
	content: ""
}

.fa-exclamation-triangle:before,
.fa-warning:before {
	content: ""
}

.fa-plane:before {
	content: ""
}

.fa-calendar:before {
	content: ""
}

.fa-random:before {
	content: ""
}

.fa-comment:before {
	content: ""
}

.fa-magnet:before {
	content: ""
}

.fa-chevron-up:before {
	content: ""
}

.fa-chevron-down:before {
	content: ""
}

.fa-retweet:before {
	content: ""
}

.fa-shopping-cart:before {
	content: ""
}

.fa-folder:before {
	content: ""
}

.fa-folder-open:before {
	content: ""
}

.fa-arrows-v:before {
	content: ""
}

.fa-arrows-h:before {
	content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: ""
}

.fa-twitter-square:before {
	content: ""
}

.fa-facebook-square:before {
	content: ""
}

.fa-camera-retro:before {
	content: ""
}

.fa-key:before {
	content: ""
}

.fa-cogs:before,
.fa-gears:before {
	content: ""
}

.fa-comments:before {
	content: ""
}

.fa-thumbs-o-up:before {
	content: ""
}

.fa-thumbs-o-down:before {
	content: ""
}

.fa-star-half:before {
	content: ""
}

.fa-heart-o:before {
	content: ""
}

.fa-sign-out:before {
	content: ""
}

.fa-linkedin-square:before {
	content: ""
}

.fa-thumb-tack:before {
	content: ""
}

.fa-external-link:before {
	content: ""
}

.fa-sign-in:before {
	content: ""
}

.fa-trophy:before {
	content: ""
}

.fa-github-square:before {
	content: ""
}

.fa-upload:before {
	content: ""
}

.fa-lemon-o:before {
	content: ""
}

.fa-phone:before {
	content: ""
}

.fa-square-o:before {
	content: ""
}

.fa-bookmark-o:before {
	content: ""
}

.fa-phone-square:before {
	content: ""
}

.fa-twitter:before {
	content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: ""
}

.fa-github:before {
	content: ""
}

.fa-unlock:before {
	content: ""
}

.fa-credit-card:before {
	content: ""
}

.fa-feed:before,
.fa-rss:before {
	content: ""
}

.fa-hdd-o:before {
	content: ""
}

.fa-bullhorn:before {
	content: ""
}

.fa-bell:before {
	content: ""
}

.fa-certificate:before {
	content: ""
}

.fa-hand-o-right:before {
	content: ""
}

.fa-hand-o-left:before {
	content: ""
}

.fa-hand-o-up:before {
	content: ""
}

.fa-hand-o-down:before {
	content: ""
}

.fa-arrow-circle-left:before {
	content: ""
}

.fa-arrow-circle-right:before {
	content: ""
}

.fa-arrow-circle-up:before {
	content: ""
}

.fa-arrow-circle-down:before {
	content: ""
}

.fa-globe:before {
	content: ""
}

.fa-wrench:before {
	content: ""
}

.fa-tasks:before {
	content: ""
}

.fa-filter:before {
	content: ""
}

.fa-briefcase:before {
	content: ""
}

.fa-arrows-alt:before {
	content: ""
}

.fa-group:before,
.fa-users:before {
	content: ""
}

.fa-chain:before,
.fa-link:before {
	content: ""
}

.fa-cloud:before {
	content: ""
}

.fa-flask:before {
	content: ""
}

.fa-cut:before,
.fa-scissors:before {
	content: ""
}

.fa-copy:before,
.fa-files-o:before {
	content: ""
}

.fa-paperclip:before {
	content: ""
}

.fa-floppy-o:before,
.fa-save:before {
	content: ""
}

.fa-square:before {
	content: ""
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
	content: ""
}

.fa-list-ul:before {
	content: ""
}

.fa-list-ol:before {
	content: ""
}

.fa-strikethrough:before {
	content: ""
}

.fa-underline:before {
	content: ""
}

.fa-table:before {
	content: ""
}

.fa-magic:before {
	content: ""
}

.fa-truck:before {
	content: ""
}

.fa-pinterest:before {
	content: ""
}

.fa-pinterest-square:before {
	content: ""
}

.fa-google-plus-square:before {
	content: ""
}

.fa-google-plus:before {
	content: ""
}

.fa-money:before {
	content: ""
}

.fa-caret-down:before {
	content: ""
}

.fa-caret-up:before {
	content: ""
}

.fa-caret-left:before {
	content: ""
}

.fa-caret-right:before {
	content: ""
}

.fa-columns:before {
	content: ""
}

.fa-sort:before,
.fa-unsorted:before {
	content: ""
}

.fa-sort-desc:before,
.fa-sort-down:before {
	content: ""
}

.fa-sort-asc:before,
.fa-sort-up:before {
	content: ""
}

.fa-envelope:before {
	content: ""
}

.fa-linkedin:before {
	content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
	content: ""
}

.fa-gavel:before,
.fa-legal:before {
	content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: ""
}

.fa-comment-o:before {
	content: ""
}

.fa-comments-o:before {
	content: ""
}

.fa-bolt:before,
.fa-flash:before {
	content: ""
}

.fa-sitemap:before {
	content: ""
}

.fa-umbrella:before {
	content: ""
}

.fa-clipboard:before,
.fa-paste:before {
	content: ""
}

.fa-lightbulb-o:before {
	content: ""
}

.fa-exchange:before {
	content: ""
}

.fa-cloud-download:before {
	content: ""
}

.fa-cloud-upload:before {
	content: ""
}

.fa-user-md:before {
	content: ""
}

.fa-stethoscope:before {
	content: ""
}

.fa-suitcase:before {
	content: ""
}

.fa-bell-o:before {
	content: ""
}

.fa-coffee:before {
	content: ""
}

.fa-cutlery:before {
	content: ""
}

.fa-file-text-o:before {
	content: ""
}

.fa-building-o:before {
	content: ""
}

.fa-hospital-o:before {
	content: ""
}

.fa-ambulance:before {
	content: ""
}

.fa-medkit:before {
	content: ""
}

.fa-fighter-jet:before {
	content: ""
}

.fa-beer:before {
	content: ""
}

.fa-h-square:before {
	content: ""
}

.fa-plus-square:before {
	content: ""
}

.fa-angle-double-left:before {
	content: ""
}

.fa-angle-double-right:before {
	content: ""
}

.fa-angle-double-up:before {
	content: ""
}

.fa-angle-double-down:before {
	content: ""
}

.fa-angle-left:before {
	content: ""
}

.fa-angle-right:before {
	content: ""
}

.fa-angle-up:before {
	content: ""
}

.fa-angle-down:before {
	content: ""
}

.fa-desktop:before {
	content: ""
}

.fa-laptop:before {
	content: ""
}

.fa-tablet:before {
	content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: ""
}

.fa-circle-o:before {
	content: ""
}

.fa-quote-left:before {
	content: ""
}

.fa-quote-right:before {
	content: ""
}

.fa-spinner:before {
	content: ""
}

.fa-circle:before {
	content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
	content: ""
}

.fa-github-alt:before {
	content: ""
}

.fa-folder-o:before {
	content: ""
}

.fa-folder-open-o:before {
	content: ""
}

.fa-smile-o:before {
	content: ""
}

.fa-frown-o:before {
	content: ""
}

.fa-meh-o:before {
	content: ""
}

.fa-gamepad:before {
	content: ""
}

.fa-keyboard-o:before {
	content: ""
}

.fa-flag-o:before {
	content: ""
}

.fa-flag-checkered:before {
	content: ""
}

.fa-terminal:before {
	content: ""
}

.fa-code:before {
	content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: ""
}

.fa-location-arrow:before {
	content: ""
}

.fa-crop:before {
	content: ""
}

.fa-code-fork:before {
	content: ""
}

.fa-chain-broken:before,
.fa-unlink:before {
	content: ""
}

.fa-question:before {
	content: ""
}

.fa-info:before {
	content: ""
}

.fa-exclamation:before {
	content: ""
}

.fa-superscript:before {
	content: ""
}

.fa-subscript:before {
	content: ""
}

.fa-eraser:before {
	content: ""
}

.fa-puzzle-piece:before {
	content: ""
}

.fa-microphone:before {
	content: ""
}

.fa-microphone-slash:before {
	content: ""
}

.fa-shield:before {
	content: ""
}

.fa-calendar-o:before {
	content: ""
}

.fa-fire-extinguisher:before {
	content: ""
}

.fa-rocket:before {
	content: ""
}

.fa-maxcdn:before {
	content: ""
}

.fa-chevron-circle-left:before {
	content: ""
}

.fa-chevron-circle-right:before {
	content: ""
}

.fa-chevron-circle-up:before {
	content: ""
}

.fa-chevron-circle-down:before {
	content: ""
}

.fa-html5:before {
	content: ""
}

.fa-css3:before {
	content: ""
}

.fa-anchor:before {
	content: ""
}

.fa-unlock-alt:before {
	content: ""
}

.fa-bullseye:before {
	content: ""
}

.fa-ellipsis-h:before {
	content: ""
}

.fa-ellipsis-v:before {
	content: ""
}

.fa-rss-square:before {
	content: ""
}

.fa-play-circle:before {
	content: ""
}

.fa-ticket:before {
	content: ""
}

.fa-minus-square:before {
	content: ""
}

.fa-minus-square-o:before {
	content: ""
}

.fa-level-up:before {
	content: ""
}

.fa-level-down:before {
	content: ""
}

.fa-check-square:before {
	content: ""
}

.fa-pencil-square:before {
	content: ""
}

.fa-external-link-square:before {
	content: ""
}

.fa-share-square:before {
	content: ""
}

.fa-compass:before {
	content: ""
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
	content: ""
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
	content: ""
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
	content: ""
}

.fa-eur:before,
.fa-euro:before {
	content: ""
}

.fa-gbp:before {
	content: ""
}

.fa-dollar:before,
.fa-usd:before {
	content: ""
}

.fa-inr:before,
.fa-rupee:before {
	content: ""
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
	content: ""
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
	content: ""
}

.fa-krw:before,
.fa-won:before {
	content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
	content: ""
}

.fa-file:before {
	content: ""
}

.fa-file-text:before {
	content: ""
}

.fa-sort-alpha-asc:before {
	content: ""
}

.fa-sort-alpha-desc:before {
	content: ""
}

.fa-sort-amount-asc:before {
	content: ""
}

.fa-sort-amount-desc:before {
	content: ""
}

.fa-sort-numeric-asc:before {
	content: ""
}

.fa-sort-numeric-desc:before {
	content: ""
}

.fa-thumbs-up:before {
	content: ""
}

.fa-thumbs-down:before {
	content: ""
}

.fa-youtube-square:before {
	content: ""
}

.fa-youtube:before {
	content: ""
}

.fa-xing:before {
	content: ""
}

.fa-xing-square:before {
	content: ""
}

.fa-youtube-play:before {
	content: ""
}

.fa-dropbox:before {
	content: ""
}

.fa-stack-overflow:before {
	content: ""
}

.fa-instagram:before {
	content: ""
}

.fa-flickr:before {
	content: ""
}

.fa-adn:before {
	content: ""
}

.fa-bitbucket:before {
	content: ""
}

.fa-bitbucket-square:before {
	content: ""
}

.fa-tumblr:before {
	content: ""
}

.fa-tumblr-square:before {
	content: ""
}

.fa-long-arrow-down:before {
	content: ""
}

.fa-long-arrow-up:before {
	content: ""
}

.fa-long-arrow-left:before {
	content: ""
}

.fa-long-arrow-right:before {
	content: ""
}

.fa-apple:before {
	content: ""
}

.fa-windows:before {
	content: ""
}

.fa-android:before {
	content: ""
}

.fa-linux:before {
	content: ""
}

.fa-dribbble:before {
	content: ""
}

.fa-skype:before {
	content: ""
}

.fa-foursquare:before {
	content: ""
}

.fa-trello:before {
	content: ""
}

.fa-female:before {
	content: ""
}

.fa-male:before {
	content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
	content: ""
}

.fa-sun-o:before {
	content: ""
}

.fa-moon-o:before {
	content: ""
}

.fa-archive:before {
	content: ""
}

.fa-bug:before {
	content: ""
}

.fa-vk:before {
	content: ""
}

.fa-weibo:before {
	content: ""
}

.fa-renren:before {
	content: ""
}

.fa-pagelines:before {
	content: ""
}

.fa-stack-exchange:before {
	content: ""
}

.fa-arrow-circle-o-right:before {
	content: ""
}

.fa-arrow-circle-o-left:before {
	content: ""
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
	content: ""
}

.fa-dot-circle-o:before {
	content: ""
}

.fa-wheelchair:before {
	content: ""
}

.fa-vimeo-square:before {
	content: ""
}

.fa-try:before,
.fa-turkish-lira:before {
	content: ""
}

.fa-plus-square-o:before {
	content: ""
}

.fa-space-shuttle:before {
	content: ""
}

.fa-slack:before {
	content: ""
}

.fa-envelope-square:before {
	content: ""
}

.fa-wordpress:before {
	content: ""
}

.fa-openid:before {
	content: ""
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
	content: ""
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
	content: ""
}

.fa-yahoo:before {
	content: ""
}

.fa-google:before {
	content: ""
}

.fa-reddit:before {
	content: ""
}

.fa-reddit-square:before {
	content: ""
}

.fa-stumbleupon-circle:before {
	content: ""
}

.fa-stumbleupon:before {
	content: ""
}

.fa-delicious:before {
	content: ""
}

.fa-digg:before {
	content: ""
}

.fa-pied-piper-pp:before {
	content: ""
}

.fa-pied-piper-alt:before {
	content: ""
}

.fa-drupal:before {
	content: ""
}

.fa-joomla:before {
	content: ""
}

.fa-language:before {
	content: ""
}

.fa-fax:before {
	content: ""
}

.fa-building:before {
	content: ""
}

.fa-child:before {
	content: ""
}

.fa-paw:before {
	content: ""
}

.fa-spoon:before {
	content: ""
}

.fa-cube:before {
	content: ""
}

.fa-cubes:before {
	content: ""
}

.fa-behance:before {
	content: ""
}

.fa-behance-square:before {
	content: ""
}

.fa-steam:before {
	content: ""
}

.fa-steam-square:before {
	content: ""
}

.fa-recycle:before {
	content: ""
}

.fa-automobile:before,
.fa-car:before {
	content: ""
}

.fa-cab:before,
.fa-taxi:before {
	content: ""
}

.fa-tree:before {
	content: ""
}

.fa-spotify:before {
	content: ""
}

.fa-deviantart:before {
	content: ""
}

.fa-soundcloud:before {
	content: ""
}

.fa-database:before {
	content: ""
}

.fa-file-pdf-o:before {
	content: ""
}

.fa-file-word-o:before {
	content: ""
}

.fa-file-excel-o:before {
	content: ""
}

.fa-file-powerpoint-o:before {
	content: ""
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
	content: ""
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
	content: ""
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
	content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: ""
}

.fa-file-code-o:before {
	content: ""
}

.fa-vine:before {
	content: ""
}

.fa-codepen:before {
	content: ""
}

.fa-jsfiddle:before {
	content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
	content: ""
}

.fa-circle-o-notch:before {
	content: ""
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
	content: ""
}

.fa-empire:before,
.fa-ge:before {
	content: ""
}

.fa-git-square:before {
	content: ""
}

.fa-git:before {
	content: ""
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
	content: ""
}

.fa-tencent-weibo:before {
	content: ""
}

.fa-qq:before {
	content: ""
}

.fa-wechat:before,
.fa-weixin:before {
	content: ""
}

.fa-paper-plane:before,
.fa-send:before {
	content: ""
}

.fa-paper-plane-o:before,
.fa-send-o:before {
	content: ""
}

.fa-history:before {
	content: ""
}

.fa-circle-thin:before {
	content: ""
}

.fa-header:before {
	content: ""
}

.fa-paragraph:before {
	content: ""
}

.fa-sliders:before {
	content: ""
}

.fa-share-alt:before {
	content: ""
}

.fa-share-alt-square:before {
	content: ""
}

.fa-bomb:before {
	content: ""
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
	content: ""
}

.fa-tty:before {
	content: ""
}

.fa-binoculars:before {
	content: ""
}

.fa-plug:before {
	content: ""
}

.fa-slideshare:before {
	content: ""
}

.fa-twitch:before {
	content: ""
}

.fa-yelp:before {
	content: ""
}

.fa-newspaper-o:before {
	content: ""
}

.fa-wifi:before {
	content: ""
}

.fa-calculator:before {
	content: ""
}

.fa-paypal:before {
	content: ""
}

.fa-google-wallet:before {
	content: ""
}

.fa-cc-visa:before {
	content: ""
}

.fa-cc-mastercard:before {
	content: ""
}

.fa-cc-discover:before {
	content: ""
}

.fa-cc-amex:before {
	content: ""
}

.fa-cc-paypal:before {
	content: ""
}

.fa-cc-stripe:before {
	content: ""
}

.fa-bell-slash:before {
	content: ""
}

.fa-bell-slash-o:before {
	content: ""
}

.fa-trash:before {
	content: ""
}

.fa-copyright:before {
	content: ""
}

.fa-at:before {
	content: ""
}

.fa-eyedropper:before {
	content: ""
}

.fa-paint-brush:before {
	content: ""
}

.fa-birthday-cake:before {
	content: ""
}

.fa-area-chart:before {
	content: ""
}

.fa-pie-chart:before {
	content: ""
}

.fa-line-chart:before {
	content: ""
}

.fa-lastfm:before {
	content: ""
}

.fa-lastfm-square:before {
	content: ""
}

.fa-toggle-off:before {
	content: ""
}

.fa-toggle-on:before {
	content: ""
}

.fa-bicycle:before {
	content: ""
}

.fa-bus:before {
	content: ""
}

.fa-ioxhost:before {
	content: ""
}

.fa-angellist:before {
	content: ""
}

.fa-cc:before {
	content: ""
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
	content: ""
}

.fa-meanpath:before {
	content: ""
}

.fa-buysellads:before {
	content: ""
}

.fa-connectdevelop:before {
	content: ""
}

.fa-dashcube:before {
	content: ""
}

.fa-forumbee:before {
	content: ""
}

.fa-leanpub:before {
	content: ""
}

.fa-sellsy:before {
	content: ""
}

.fa-shirtsinbulk:before {
	content: ""
}

.fa-simplybuilt:before {
	content: ""
}

.fa-skyatlas:before {
	content: ""
}

.fa-cart-plus:before {
	content: ""
}

.fa-cart-arrow-down:before {
	content: ""
}

.fa-diamond:before {
	content: ""
}

.fa-ship:before {
	content: ""
}

.fa-user-secret:before {
	content: ""
}

.fa-motorcycle:before {
	content: ""
}

.fa-street-view:before {
	content: ""
}

.fa-heartbeat:before {
	content: ""
}

.fa-venus:before {
	content: ""
}

.fa-mars:before {
	content: ""
}

.fa-mercury:before {
	content: ""
}

.fa-intersex:before,
.fa-transgender:before {
	content: ""
}

.fa-transgender-alt:before {
	content: ""
}

.fa-venus-double:before {
	content: ""
}

.fa-mars-double:before {
	content: ""
}

.fa-venus-mars:before {
	content: ""
}

.fa-mars-stroke:before {
	content: ""
}

.fa-mars-stroke-v:before {
	content: ""
}

.fa-mars-stroke-h:before {
	content: ""
}

.fa-neuter:before {
	content: ""
}

.fa-genderless:before {
	content: ""
}

.fa-facebook-official:before {
	content: ""
}

.fa-pinterest-p:before {
	content: ""
}

.fa-whatsapp:before {
	content: ""
}

.fa-server:before {
	content: ""
}

.fa-user-plus:before {
	content: ""
}

.fa-user-times:before {
	content: ""
}

.fa-bed:before,
.fa-hotel:before {
	content: ""
}

.fa-viacoin:before {
	content: ""
}

.fa-train:before {
	content: ""
}

.fa-subway:before {
	content: ""
}

.fa-medium:before {
	content: ""
}

.fa-y-combinator:before,
.fa-yc:before {
	content: ""
}

.fa-optin-monster:before {
	content: ""
}

.fa-opencart:before {
	content: ""
}

.fa-expeditedssl:before {
	content: ""
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
	content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: ""
}

.fa-mouse-pointer:before {
	content: ""
}

.fa-i-cursor:before {
	content: ""
}

.fa-object-group:before {
	content: ""
}

.fa-object-ungroup:before {
	content: ""
}

.fa-sticky-note:before {
	content: ""
}

.fa-sticky-note-o:before {
	content: ""
}

.fa-cc-jcb:before {
	content: ""
}

.fa-cc-diners-club:before {
	content: ""
}

.fa-clone:before {
	content: ""
}

.fa-balance-scale:before {
	content: ""
}

.fa-hourglass-o:before {
	content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: ""
}

.fa-hourglass:before {
	content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: ""
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
	content: ""
}

.fa-hand-scissors-o:before {
	content: ""
}

.fa-hand-lizard-o:before {
	content: ""
}

.fa-hand-spock-o:before {
	content: ""
}

.fa-hand-pointer-o:before {
	content: ""
}

.fa-hand-peace-o:before {
	content: ""
}

.fa-trademark:before {
	content: ""
}

.fa-registered:before {
	content: ""
}

.fa-creative-commons:before {
	content: ""
}

.fa-gg:before {
	content: ""
}

.fa-gg-circle:before {
	content: ""
}

.fa-tripadvisor:before {
	content: ""
}

.fa-odnoklassniki:before {
	content: ""
}

.fa-odnoklassniki-square:before {
	content: ""
}

.fa-get-pocket:before {
	content: ""
}

.fa-wikipedia-w:before {
	content: ""
}

.fa-safari:before {
	content: ""
}

.fa-chrome:before {
	content: ""
}

.fa-firefox:before {
	content: ""
}

.fa-opera:before {
	content: ""
}

.fa-internet-explorer:before {
	content: ""
}

.fa-television:before,
.fa-tv:before {
	content: ""
}

.fa-contao:before {
	content: ""
}

.fa-500px:before {
	content: ""
}

.fa-amazon:before {
	content: ""
}

.fa-calendar-plus-o:before {
	content: ""
}

.fa-calendar-minus-o:before {
	content: ""
}

.fa-calendar-times-o:before {
	content: ""
}

.fa-calendar-check-o:before {
	content: ""
}

.fa-industry:before {
	content: ""
}

.fa-map-pin:before {
	content: ""
}

.fa-map-signs:before {
	content: ""
}

.fa-map-o:before {
	content: ""
}

.fa-map:before {
	content: ""
}

.fa-commenting:before {
	content: ""
}

.fa-commenting-o:before {
	content: ""
}

.fa-houzz:before {
	content: ""
}

.fa-vimeo:before {
	content: ""
}

.fa-black-tie:before {
	content: ""
}

.fa-fonticons:before {
	content: ""
}

.fa-reddit-alien:before {
	content: ""
}

.fa-edge:before {
	content: ""
}

.fa-credit-card-alt:before {
	content: ""
}

.fa-codiepie:before {
	content: ""
}

.fa-modx:before {
	content: ""
}

.fa-fort-awesome:before {
	content: ""
}

.fa-usb:before {
	content: ""
}

.fa-product-hunt:before {
	content: ""
}

.fa-mixcloud:before {
	content: ""
}

.fa-scribd:before {
	content: ""
}

.fa-pause-circle:before {
	content: ""
}

.fa-pause-circle-o:before {
	content: ""
}

.fa-stop-circle:before {
	content: ""
}

.fa-stop-circle-o:before {
	content: ""
}

.fa-shopping-bag:before {
	content: ""
}

.fa-shopping-basket:before {
	content: ""
}

.fa-hashtag:before {
	content: ""
}

.fa-bluetooth:before {
	content: ""
}

.fa-bluetooth-b:before {
	content: ""
}

.fa-percent:before {
	content: ""
}

.fa-gitlab:before {
	content: ""
}

.fa-wpbeginner:before {
	content: ""
}

.fa-wpforms:before {
	content: ""
}

.fa-envira:before {
	content: ""
}

.fa-universal-access:before {
	content: ""
}

.fa-wheelchair-alt:before {
	content: ""
}

.fa-question-circle-o:before {
	content: ""
}

.fa-blind:before {
	content: ""
}

.fa-audio-description:before {
	content: ""
}

.fa-volume-control-phone:before {
	content: ""
}

.fa-braille:before {
	content: ""
}

.fa-assistive-listening-systems:before {
	content: ""
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
	content: ""
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
	content: ""
}

.fa-glide:before {
	content: ""
}

.fa-glide-g:before {
	content: ""
}

.fa-sign-language:before,
.fa-signing:before {
	content: ""
}

.fa-low-vision:before {
	content: ""
}

.fa-viadeo:before {
	content: ""
}

.fa-viadeo-square:before {
	content: ""
}

.fa-snapchat:before {
	content: ""
}

.fa-snapchat-ghost:before {
	content: ""
}

.fa-snapchat-square:before {
	content: ""
}

.fa-pied-piper:before {
	content: ""
}

.fa-first-order:before {
	content: ""
}

.fa-yoast:before {
	content: ""
}

.fa-themeisle:before {
	content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
	content: ""
}

.fa-handshake-o:before {
	content: ""
}

.fa-envelope-open:before {
	content: ""
}

.fa-envelope-open-o:before {
	content: ""
}

.fa-linode:before {
	content: ""
}

.fa-address-book:before {
	content: ""
}

.fa-address-book-o:before {
	content: ""
}

.fa-address-card:before,
.fa-vcard:before {
	content: ""
}

.fa-address-card-o:before,
.fa-vcard-o:before {
	content: ""
}

.fa-user-circle:before {
	content: ""
}

.fa-user-circle-o:before {
	content: ""
}

.fa-user-o:before {
	content: ""
}

.fa-id-badge:before {
	content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: ""
}

.fa-quora:before {
	content: ""
}

.fa-free-code-camp:before {
	content: ""
}

.fa-telegram:before {
	content: ""
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
	content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: ""
}

.fa-shower:before {
	content: ""
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
	content: ""
}

.fa-podcast:before {
	content: ""
}

.fa-window-maximize:before {
	content: ""
}

.fa-window-minimize:before {
	content: ""
}

.fa-window-restore:before {
	content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: ""
}

.fa-bandcamp:before {
	content: ""
}

.fa-grav:before {
	content: ""
}

.fa-etsy:before {
	content: ""
}

.fa-imdb:before {
	content: ""
}

.fa-ravelry:before {
	content: ""
}

.fa-eercast:before {
	content: ""
}

.fa-microchip:before {
	content: ""
}

.fa-snowflake-o:before {
	content: ""
}

.fa-superpowers:before {
	content: ""
}

.fa-wpexplorer:before {
	content: ""
}

.fa-meetup:before {
	content: ""
}

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

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

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.btn:focus,
.btn:hover {
	text-decoration: none
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(97, 179, 10, .25)
}

.btn.disabled,
.btn:disabled {
	opacity: .65
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
	background-image: none
}

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

.btn-primary {
	color: #fff;
	background: #61b30a linear-gradient(180deg, #79be2f, #61b30a) repeat-x;
	border-color: #61b30a
}

.btn-primary:hover {
	color: #fff;
	background: #4d8f08 linear-gradient(180deg, #68a02d, #4d8f08) repeat-x;
	border-color: #478307
}

.btn-primary.focus,
.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(97, 179, 10, .5)
}

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

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

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(97, 179, 10, .5)
}

.btn-secondary {
	color: #fff;
	background: #6c757d linear-gradient(180deg, #828a91, #6c757d) repeat-x;
	border-color: #6c757d
}

.btn-secondary:hover {
	color: #fff;
	background: #5a6268 linear-gradient(180deg, #73797f, #5a6268) repeat-x;
	border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

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

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #545b62;
	background-image: none;
	border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-success {
	color: #fff;
	background: #61b30a linear-gradient(180deg, #79be2f, #61b30a) repeat-x;
	border-color: #61b30a
}

.btn-success:hover {
	color: #fff;
	background: #4d8f08 linear-gradient(180deg, #68a02d, #4d8f08) repeat-x;
	border-color: #478307
}

.btn-success.focus,
.btn-success:focus {
	box-shadow: 0 0 0 .2rem rgba(97, 179, 10, .5)
}

.btn-success.disabled,
.btn-success:disabled {
	color: #fff;
	background-color: #61b30a;
	border-color: #61b30a
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #478307;
	background-image: none;
	border-color: #407707
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(97, 179, 10, .5)
}

.btn-info {
	color: #fff;
	background: #17a2b8 linear-gradient(180deg, #3ab0c3, #17a2b8) repeat-x;
	border-color: #17a2b8
}

.btn-info:hover {
	color: #fff;
	background: #138496 linear-gradient(180deg, #3697a6, #138496) repeat-x;
	border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .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;
	background-image: none;
	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: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-warning {
	color: #212529;
	background: #ffba00 linear-gradient(180deg, #ffc426, #ffba00) repeat-x;
	border-color: #ffba00
}

.btn-warning:hover {
	color: #212529;
	background: #d99e00 linear-gradient(180deg, #dead26, #d99e00) repeat-x;
	border-color: #cc9500
}

.btn-warning.focus,
.btn-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 186, 0, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #212529;
	background-color: #ffba00;
	border-color: #ffba00
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #cc9500;
	background-image: none;
	border-color: #bf8c00
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 186, 0, .5)
}

.btn-danger {
	color: #fff;
	background: #dc3545 linear-gradient(180deg, #e15361, #dc3545) repeat-x;
	border-color: #dc3545
}

.btn-danger:hover {
	color: #fff;
	background: #c82333 linear-gradient(180deg, #d04451, #c82333) repeat-x;
	border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .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;
	background-image: none;
	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: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-light {
	color: #212529;
	background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x;
	border-color: #f8f9fa
}

.btn-light:hover {
	color: #212529;
	background: #e2e6ea linear-gradient(180deg, #e6eaed, #e2e6ea) repeat-x;
	border-color: #dae0e5
}

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

.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	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: #212529;
	background-color: #dae0e5;
	background-image: none;
	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: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-dark {
	color: #fff;
	background: #343a40 linear-gradient(180deg, #52585d, #343a40) repeat-x;
	border-color: #343a40
}

.btn-dark:hover {
	color: #fff;
	background: #23272b linear-gradient(180deg, #44474b, #23272b) repeat-x;
	border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
	box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .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;
	background-image: none;
	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: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-primary {
	color: #61b30a;
	background-color: transparent;
	background-image: none;
	border-color: #61b30a
}

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

.btn-outline-primary.focus,
.btn-outline-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(97, 179, 10, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #61b30a;
	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: #61b30a;
	border-color: #61b30a
}

.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: 0 0 0 .2rem rgba(97, 179, 10, .5)
}

.btn-outline-secondary {
	color: #6c757d;
	background-color: transparent;
	background-image: none;
	border-color: #6c757d
}

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

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
	box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #6c757d;
	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: #6c757d;
	border-color: #6c757d
}

.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: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
	color: #61b30a;
	background-color: transparent;
	background-image: none;
	border-color: #61b30a
}

.btn-outline-success:hover {
	color: #fff;
	background-color: #61b30a;
	border-color: #61b30a
}

.btn-outline-success.focus,
.btn-outline-success:focus {
	box-shadow: 0 0 0 .2rem rgba(97, 179, 10, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #61b30a;
	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: #61b30a;
	border-color: #61b30a
}

.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: 0 0 0 .2rem rgba(97, 179, 10, .5)
}

.btn-outline-info {
	color: #17a2b8;
	background-color: transparent;
	background-image: none;
	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, .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: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
	color: #ffba00;
	background-color: transparent;
	background-image: none;
	border-color: #ffba00
}

.btn-outline-warning:hover {
	color: #212529;
	background-color: #ffba00;
	border-color: #ffba00
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(255, 186, 0, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffba00;
	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: #212529;
	background-color: #ffba00;
	border-color: #ffba00
}

.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: 0 0 0 .2rem rgba(255, 186, 0, .5)
}

.btn-outline-danger {
	color: #dc3545;
	background-color: transparent;
	background-image: none;
	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, .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: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
	color: #f8f9fa;
	background-color: transparent;
	background-image: none;
	border-color: #f8f9fa
}

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

.btn-outline-light.focus,
.btn-outline-light:focus {
	box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .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: #212529;
	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: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
	color: #343a40;
	background-color: transparent;
	background-image: none;
	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, .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: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
	font-weight: 400;
	color: #61b30a;
	background-color: transparent
}

.btn-link:hover {
	color: #3a6b06;
	text-decoration: underline;
	background-color: transparent;
	border-color: transparent
}

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

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

.btn-group-lg>.btn,
.btn-lg {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.fade {
	transition: opacity .15s linear
}

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

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

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

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

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

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

.dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
	margin-left: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #414344;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem
}

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

.dropup .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid;
	border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-menu {
	top: 0;
	right: auto;
	left: 100%;
	margin-top: 0;
	margin-left: .125rem
}

.dropright .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: 0;
	border-bottom: .3em solid transparent;
	border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropright .dropdown-toggle::after {
	vertical-align: 0
}

.dropleft .dropdown-menu {
	top: 0;
	right: 100%;
	left: auto;
	margin-top: 0;
	margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	content: ""
}

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

.dropleft .dropdown-toggle::before {
	display: inline-block;
	width: 0;
	height: 0;
	margin-right: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid transparent;
	border-right: .3em solid;
	border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
	margin-left: 0
}

.dropleft .dropdown-toggle::before {
	vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
	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 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.dropdown-item {
		transition: none
	}
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #fff;
	text-decoration: none;
	background: #61b30a
}

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

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

.dropdown-menu.show {
	display: block
}

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

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

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

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

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

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

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
	margin-left: -1px
}

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

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

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group.dropleft>.btn:not(:first-child) {
	order: -1
}

.btn-group.dropleft>.btn:not(:first-child),
.btn-group:not(.dropleft)>.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.dropleft>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group:not(.dropleft)>.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: .5625rem;
	padding-left: .5625rem
}

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

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

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

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

.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+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

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

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
	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=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
	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>.file-ui,
.input-group>.form-control,
.input-group>.select2-search__field,
.input-group>.select2-selection--multiple,
.input-group>.select2-selection--single {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

.input-group>.file-ui:focus,
.input-group>.form-control:focus,
.input-group>.select2-search__field:focus,
.input-group>.select2-selection--multiple:focus,
.input-group>.select2-selection--single:focus {
	z-index: 3
}

.input-group>.file-ui+.file-ui,
.input-group>.file-ui+.form-control,
.input-group>.file-ui+.select2-search__field,
.input-group>.file-ui+.select2-selection--multiple,
.input-group>.file-ui+.select2-selection--single,
.input-group>.form-control+.file-ui,
.input-group>.form-control+.form-control,
.input-group>.form-control+.select2-search__field,
.input-group>.form-control+.select2-selection--multiple,
.input-group>.form-control+.select2-selection--single,
.input-group>.select2-search__field+.file-ui,
.input-group>.select2-search__field+.form-control,
.input-group>.select2-search__field+.select2-search__field,
.input-group>.select2-search__field+.select2-selection--multiple,
.input-group>.select2-search__field+.select2-selection--single,
.input-group>.select2-selection--multiple+.file-ui,
.input-group>.select2-selection--multiple+.form-control,
.input-group>.select2-selection--multiple+.select2-search__field,
.input-group>.select2-selection--multiple+.select2-selection--multiple,
.input-group>.select2-selection--multiple+.select2-selection--single,
.input-group>.select2-selection--single+.file-ui,
.input-group>.select2-selection--single+.form-control,
.input-group>.select2-selection--single+.select2-search__field,
.input-group>.select2-selection--single+.select2-selection--multiple,
.input-group>.select2-selection--single+.select2-selection--single {
	margin-left: -1px
}

.input-group>.form-control:not(:last-child),
.input-group>.select2-search__field:not(:last-child),
.input-group>.select2-selection--multiple:not(:last-child),
.input-group>.select2-selection--single:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child),
.input-group>.select2-search__field:not(:first-child),
.input-group>.select2-selection--multiple:not(:first-child),
.input-group>.select2-selection--single:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group>.file-ui {
	display: flex;
	align-items: center
}

.input-group>.file-ui:not(:last-child) .file-ui-label,
.input-group>.file-ui:not(:last-child) .file-ui-label::after {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.file-ui:not(:first-child) .file-ui-label,
.input-group>.file-ui:not(:first-child) .file-ui-label::after {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
	display: flex
}

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

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
	margin-left: -1px
}

.input-group-prepend {
	margin-right: -1px
}

.input-group-append {
	margin-left: -1px
}

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

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

.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),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
	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:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.ctr-ui {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5rem
}

.ctr-ui-inline {
	display: inline-flex;
	margin-right: 1rem
}

.ctr-ui-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.ctr-ui-input:checked~.ctr-ui-label::before {
	color: #fff;
	background: #61b30a linear-gradient(180deg, #79be2f, #61b30a) repeat-x
}

.ctr-ui-input:focus~.ctr-ui-label::before {
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(97, 179, 10, .25)
}

.ctr-ui-input:active~.ctr-ui-label::before {
	color: #fff;
	background-color: #baf778
}

.ctr-ui-input:disabled~.ctr-ui-label {
	color: #6c757d
}

.ctr-ui-input:disabled~.ctr-ui-label::before {
	background-color: #e9ecef
}

.ctr-ui-label {
	margin-bottom: 0
}

.ctr-ui-label::before {
	position: absolute;
	top: .25rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	user-select: none;
	background-color: #dee2e6
}

.ctr-ui-label::after {
	position: absolute;
	top: .25rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%
}

.checkbox-ui .ctr-ui-label::before {
	border-radius: .25rem
}

.checkbox-ui .ctr-ui-input:checked~.ctr-ui-label::before {
	background: #61b30a linear-gradient(180deg, #79be2f, #61b30a) repeat-x
}

.checkbox-ui .ctr-ui-input:checked~.ctr-ui-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.checkbox-ui .ctr-ui-input:indeterminate~.ctr-ui-label::before {
	background: #61b30a linear-gradient(180deg, #79be2f, #61b30a) repeat-x
}

.checkbox-ui .ctr-ui-input:indeterminate~.ctr-ui-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.checkbox-ui .ctr-ui-input:disabled:checked~.ctr-ui-label::before {
	background-color: rgba(97, 179, 10, .5)
}

.checkbox-ui .ctr-ui-input:disabled:indeterminate~.ctr-ui-label::before {
	background-color: rgba(97, 179, 10, .5)
}

.radio-ui .ctr-ui-label::before {
	border-radius: 50%
}

.radio-ui .ctr-ui-input:checked~.ctr-ui-label::before {
	background: #61b30a linear-gradient(180deg, #79be2f, #61b30a) repeat-x
}

.radio-ui .ctr-ui-input:checked~.ctr-ui-label::after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.radio-ui .ctr-ui-input:disabled:checked~.ctr-ui-label::before {
	background-color: rgba(97, 179, 10, .5)
}

.file-ui {
	position: relative;
	display: inline-block;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin-bottom: 0
}

.file-ui-input {
	position: relative;
	z-index: 2;
	width: 100%;
	height: calc(2.25rem + 2px);
	margin: 0;
	opacity: 0
}

.file-ui-input:focus~.file-ui-label {
	border-color: #a1f548;
	box-shadow: 0 0 0 .2rem rgba(97, 179, 10, .25)
}

.file-ui-input:focus~.file-ui-label::after {
	border-color: #a1f548
}

.file-ui-input:lang(en)~.file-ui-label::after {
	content: "Browse"
}

.file-ui-input:lang(es)~.file-ui-label::after {
	content: "Elegir"
}

.file-ui-input:lang(vi)~.file-ui-label::after {
	content: "Duyệt"
}

.file-ui-label {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.file-ui-label::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	display: block;
	height: calc(calc(2.25rem + 2px) - 1px * 2);
	padding: .375rem .75rem;
	line-height: 1.5;
	color: #495057;
	content: "Browse";
	background: #e9ecef linear-gradient(180deg, #eceff1, #e9ecef) repeat-x;
	border-left: 1px solid #ced4da;
	border-radius: 0 .25rem .25rem 0
}

.custom-range {
	width: 100%;
	padding-left: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-range:focus {
	outline: 0
}

.custom-range::-moz-focus-outer {
	border: 0
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background: #61b30a linear-gradient(180deg, #79be2f, #61b30a) repeat-x;
	border: 0;
	border-radius: 1rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-range::-webkit-slider-thumb:focus {
	outline: 0;
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(97, 179, 10, .25)
}

.custom-range::-webkit-slider-thumb:active {
	background: #baf778 linear-gradient(180deg, #c4f98c, #baf778) repeat-x
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background: #61b30a linear-gradient(180deg, #79be2f, #61b30a) repeat-x;
	border: 0;
	border-radius: 1rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-range::-moz-range-thumb:focus {
	outline: 0;
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(97, 179, 10, .25)
}

.custom-range::-moz-range-thumb:active {
	background: #baf778 linear-gradient(180deg, #c4f98c, #baf778) repeat-x
}

.custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #dee2e6;
	border-color: transparent;
	border-radius: 1rem
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	background: #61b30a linear-gradient(180deg, #79be2f, #61b30a) repeat-x;
	border: 0;
	border-radius: 1rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.custom-range::-ms-thumb:focus {
	outline: 0;
	box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(97, 179, 10, .25)
}

.custom-range::-ms-thumb:active {
	background: #baf778 linear-gradient(180deg, #c4f98c, #baf778) repeat-x
}

.custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem
}

.custom-range::-ms-fill-lower {
	background-color: #dee2e6;
	border-radius: 1rem
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #dee2e6;
	border-radius: 1rem
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-hasChild {
	position: static
}

.nav-hasChild .dropdown-menu {
	left: 0;
	right: 0
}

.nav-hasChild .dropdown-menu>.row {
	margin: 0
}

.nav-link {
	display: block;
	padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
	text-decoration: none
}

.nav-link.disabled {
	color: #6c757d
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
	margin-bottom: -1px
}

.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #61b30a
}

.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center
}

.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static;
	float: none
}

.navbar-text {
	display: inline-block;
	padding-top: .5rem;
	padding-bottom: .5rem
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}

.navbar-toggler {
	padding: .25rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
	cursor: pointer
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	content: "";
	background: no-repeat center center;
	background-size: 100% 100%
}

@media (max-width:575.98px) {
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:576px) {
	.navbar-expand-sm {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-sm .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-sm>.container,
	.navbar-expand-sm>.container-fluid {
		flex-wrap: nowrap
	}
	.navbar-expand-sm .navbar-collapse {
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-sm .navbar-toggler {
		display: none
	}
}

@media (max-width:767.98px) {
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-md .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-md>.container,
	.navbar-expand-md>.container-fluid {
		flex-wrap: nowrap
	}
	.navbar-expand-md .navbar-collapse {
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

@media (max-width:991.98px) {
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		flex-wrap: nowrap
	}
	.navbar-expand-lg .navbar-collapse {
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

@media (max-width:1199.98px) {
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-xl .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-xl>.container,
	.navbar-expand-xl>.container-fluid {
		flex-wrap: nowrap
	}
	.navbar-expand-xl .navbar-collapse {
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-xl .navbar-toggler {
		display: none
	}
}

@media (max-width:1440.98px) {
	.navbar-expand-xxl>.container,
	.navbar-expand-xxl>.container-fluid {
		padding-right: 0;
		padding-left: 0
	}
}

@media (min-width:1441px) {
	.navbar-expand-xxl {
		flex-flow: row nowrap;
		justify-content: flex-start
	}
	.navbar-expand-xxl .navbar-nav {
		flex-direction: row
	}
	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute
	}
	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: .5rem;
		padding-left: .5rem
	}
	.navbar-expand-xxl>.container,
	.navbar-expand-xxl>.container-fluid {
		flex-wrap: nowrap
	}
	.navbar-expand-xxl .navbar-collapse {
		display: flex!important;
		flex-basis: auto
	}
	.navbar-expand-xxl .navbar-toggler {
		display: none
	}
}

.navbar-expand {
	flex-flow: row nowrap;
	justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	padding-right: 0;
	padding-left: 0
}

.navbar-expand .navbar-nav {
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: .5rem;
	padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
	flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
	display: flex!important;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, .5);
	border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
	color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
	color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
	color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
	color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
	color: #fff
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .5);
	border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
	color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
	color: #fff
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, .125);
	border-radius: .25rem
}

.card>hr {
	margin-right: 0;
	margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.card-body {
	flex: 1 1 auto;
	padding: 1.25rem
}

.card-title {
	margin-bottom: .75rem
}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0
}

.card-text:last-child {
	margin-bottom: 0
}

.card-link:hover {
	text-decoration: none
}

.card-link+.card-link {
	margin-left: 1.25rem
}

.card-header {
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, .03);
	border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
	border-top: 0
}

.card-footer {
	padding: .75rem 1.25rem;
	background-color: rgba(0, 0, 0, .03);
	border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
	border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
	margin-right: -.625rem;
	margin-bottom: -.75rem;
	margin-left: -.625rem;
	border-bottom: 0
}

.card-header-pills {
	margin-right: -.625rem;
	margin-left: -.625rem
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}

.card-img {
	width: 100%;
	border-radius: calc(.25rem - 1px)
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(.25rem - 1px);
	border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
	display: flex;
	flex-direction: column
}

.card-deck .card {
	margin-bottom: 10px
}

@media (min-width:576px) {
	.card-deck {
		flex-flow: row wrap;
		margin-right: -10px;
		margin-left: -10px
	}
	.card-deck .card {
		display: flex;
		flex: 1 0 0%;
		flex-direction: column;
		margin-right: 10px;
		margin-bottom: 0;
		margin-left: 10px
	}
}

.card-group {
	display: flex;
	flex-direction: column
}

.card-group>.card {
	margin-bottom: 10px
}

@media (min-width:576px) {
	.card-group {
		flex-flow: row wrap
	}
	.card-group>.card {
		flex: 1 0 0%;
		margin-bottom: 0
	}
	.card-group>.card+.card {
		margin-left: 0;
		border-left: 0
	}
	.card-group>.card:first-child {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0
	}
	.card-group>.card:first-child .card-header,
	.card-group>.card:first-child .card-img-top {
		border-top-right-radius: 0
	}
	.card-group>.card:first-child .card-footer,
	.card-group>.card:first-child .card-img-bottom {
		border-bottom-right-radius: 0
	}
	.card-group>.card:last-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0
	}
	.card-group>.card:last-child .card-header,
	.card-group>.card:last-child .card-img-top {
		border-top-left-radius: 0
	}
	.card-group>.card:last-child .card-footer,
	.card-group>.card:last-child .card-img-bottom {
		border-bottom-left-radius: 0
	}
	.card-group>.card:only-child {
		border-radius: .25rem
	}
	.card-group>.card:only-child .card-header,
	.card-group>.card:only-child .card-img-top {
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem
	}
	.card-group>.card:only-child .card-footer,
	.card-group>.card:only-child .card-img-bottom {
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: .25rem
	}
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
		border-radius: 0
	}
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
		border-radius: 0
	}
}

.card-columns .card {
	margin-bottom: .75rem
}

@media (min-width:576px) {
	.card-columns {
		column-count: 3;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1
	}
	.card-columns .card {
		display: inline-block;
		width: 100%
	}
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0
}

.accordion .card:not(:first-of-type) .card-header:first-child {
	border-radius: 0
}

.accordion .card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.accordion .card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: .75rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	padding-left: 0;
	border-radius: .25rem
}

.breadcrumb--1 .breadcrumb-item {
	font-size: .875rem
}

.breadcrumb--1 .breadcrumb-item a {
	color: #224282
}

.breadcrumb--1 .breadcrumb-item.active {
	color: #414344;
	font-weight: 600
}

.breadcrumb-item a {
	color: #000
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #6c757d;
	content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
	text-decoration: none
}

.breadcrumb-item.active {
	color: #224282;
	font-weight: 700
}

.pagination {
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
	padding-top: 2.5rem;
	text-align: center;
	margin: 0
}

.pagination>li {
	display: inline-block;
	vertical-align: top;
	margin: 0 .25rem
}
/* buy */

.footer .toBuy {
	position: fixed;
	bottom: 15.875rem;
	right: 1em;
	width: 3.8125rem;
	height: 3.8125rem;
	background: rgba(5, 178, 82, .5);
	opacity: 0;
	transition: all 0.2s ease-in-out;
	z-index: -1;
	border: 5px solid rgba(255, 255, 255, .18);
	text-align: center;
	font-size: 1.875rem;
	line-height: 2.5rem;
	text-decoration: none;
	cursor: pointer;
	border-radius: 50%;
}

.footer .toBuy.active {
	opacity: 1;
	z-index: 9
}

.footer .toBuy:hover {
	background: #05b252
}

/* hidden */

.footer .hidden {
	position: fixed;
	bottom: 16.5rem;
	right: 6em;
	width: 7.8125rem;
	height: 2.8125rem;
	background: #05b252;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	z-index: -1;
	border: 0;
	text-align: center;
	font-size: 1em;
	line-height: 2.6rem;
	text-decoration: none;
	cursor: pointer;
	border-radius: 5px;
	opacity: 1;
	z-index: 9;
	font-weight: 700;
}

@media only screen and (max-width:320px) {
	.footer .toBuy {
		bottom: 23.875rem;
	}
	.footer .hidden {
		bottom: 24.5rem;
	}
}


div.hidden { display:none; }

#trigger:hover + div.hidden {
	display:block;
}

@media only screen and (max-width:480px) {
	.pagination>li {
		margin: 0
	}
}

.pagination--news {
	padding-top: 1.875rem;
	padding-bottom: 5rem
}

.pagination--news li a {
	background-color: rgba(225, 225, 225, .5);
	border: 1px solid #e1e1e1;
	color: #224282
}

.pagination--news li a span {
	font-weight: 700
}

.pagination--news li a:focus,
.pagination--news li a:hover {
	font-weight: 700;
	background-color: #fff;
	color: #224282
}

.pagination--news li.active a {
	font-weight: 700;
	border-color: #e1e1e1!important;
	background-color: #fff!important;
	color: #224282!important
}

.page-link {
	position: relative;
	display: block;
	font-size: .9375rem;
	width: 2.5rem;
	height: 2.5rem;
	line-height: 2;
	text-align: center;
	padding: .1875rem;
	margin-left: -1px;
	color: #61b30a;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid rgba(255, 255, 255, .39)
}

.page-link span {
	position: relative;
	z-index: 2
}

.page-link:hover {
	z-index: 2;
	color: #fff;
	text-decoration: none;
	background-color: #224282;
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 2;
	outline: 0
}

.page-link:not(:disabled):not(.disabled) {
	cursor: pointer
}

.page-link.active {
	color: #fff;
	background-color: #818795
}

.page-item:first-child .page-link {
	margin-left: 0
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #224282;
	border-color: rgba(255, 255, 255, .39)
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.badge-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}

.badge-primary {
	color: #fff;
	background-color: #61b30a
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #478307
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #545b62
}

.badge-success {
	color: #fff;
	background-color: #61b30a
}

.badge-success[href]:focus,
.badge-success[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #478307
}

.badge-info {
	color: #fff;
	background-color: #17a2b8
}

.badge-info[href]:focus,
.badge-info[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #117a8b
}

.badge-warning {
	color: #212529;
	background-color: #ffba00
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
	color: #212529;
	text-decoration: none;
	background-color: #cc9500
}

.badge-danger {
	color: #fff;
	background-color: #dc3545
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #bd2130
}

.badge-light {
	color: #212529;
	background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
	color: #212529;
	text-decoration: none;
	background-color: #dae0e5
}

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

.badge-dark[href]:focus,
.badge-dark[href]:hover {
	color: #fff;
	text-decoration: none;
	background-color: #1d2124
}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #e9ecef;
	border-radius: .3rem
}

@media (min-width:576px) {
	.jumbotron {
		padding: 4rem 2rem
	}
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible {
	padding-right: 4rem
}

.alert-dismissible .close {
	position: absolute;
	top: 0;
	right: 0;
	padding: .75rem 1.25rem;
	color: inherit
}

.alert-primary {
	color: #325d05;
	background: #dff0ce linear-gradient(180deg, #e4f2d5, #dff0ce) repeat-x;
	border-color: #d3eaba
}

.alert-primary hr {
	border-top-color: #c7e4a6
}

.alert-primary .alert-link {
	color: #182d02
}

.alert-secondary {
	color: #383d41;
	background: #e2e3e5 linear-gradient(180deg, #e6e7e9, #e2e3e5) repeat-x;
	border-color: #d6d8db
}

.alert-secondary hr {
	border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
	color: #202326
}

.alert-success {
	color: #325d05;
	background: #dff0ce linear-gradient(180deg, #e4f2d5, #dff0ce) repeat-x;
	border-color: #d3eaba
}

.alert-success hr {
	border-top-color: #c7e4a6
}

.alert-success .alert-link {
	color: #182d02
}

.alert-info {
	color: #0c5460;
	background: #d1ecf1 linear-gradient(180deg, #d8eff3, #d1ecf1) repeat-x;
	border-color: #bee5eb
}

.alert-info hr {
	border-top-color: #abdde5
}

.alert-info .alert-link {
	color: #062c33
}

.alert-warning {
	color: #856100;
	background: #fff1cc linear-gradient(180deg, #fff3d4, #fff1cc) repeat-x;
	border-color: #ffecb8
}

.alert-warning hr {
	border-top-color: #ffe59f
}

.alert-warning .alert-link {
	color: #523c00
}

.alert-danger {
	color: #721c24;
	background: #f8d7da linear-gradient(180deg, #f9dde0, #f8d7da) repeat-x;
	border-color: #f5c6cb
}

.alert-danger hr {
	border-top-color: #f1b0b7
}

.alert-danger .alert-link {
	color: #491217
}

.alert-light {
	color: #818182;
	background: #fefefe linear-gradient(180deg, #fefefe, #fefefe) repeat-x;
	border-color: #fdfdfe
}

.alert-light hr {
	border-top-color: #ececf6
}

.alert-light .alert-link {
	color: #686868
}

.alert-dark {
	color: #1b1e21;
	background: #d6d8d9 linear-gradient(180deg, #dcdedf, #d6d8d9) repeat-x;
	border-color: #c6c8ca
}

.alert-dark hr {
	border-top-color: #b9bbbe
}

.alert-dark .alert-link {
	color: #040505
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem
}

.progress-bar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #61b30a;
	transition: width .6s ease
}

@media screen and (prefers-reduced-motion:reduce) {
	.progress-bar {
		transition: none
	}
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 1rem 1rem
}

.progress-bar-animated {
	animation: progress-bar-stripes 1s linear infinite
}

.media {
	display: flex;
	align-items: flex-start
}

.media-body {
	flex: 1
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0
}

.list-group-item-action {
	width: 100%;
	color: #495057;
	text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
	color: #495057;
	text-decoration: none;
	background-color: #f8f9fa
}

.list-group-item-action:active {
	color: #414344;
	background-color: #e9ecef
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
	z-index: 1;
	text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #6c757d;
	background-color: #fff
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #61b30a;
	border-color: #61b30a
}

.list-group-flush .list-group-item {
	border-right: 0;
	border-left: 0;
	border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
	border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
	border-bottom: 0
}

.list-group-item-primary {
	color: #325d05;
	background-color: #d3eaba
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
	color: #325d05;
	background-color: #c7e4a6
}

.list-group-item-primary.list-group-item-action.active {
	color: #fff;
	background-color: #325d05;
	border-color: #325d05
}

.list-group-item-secondary {
	color: #383d41;
	background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
	color: #383d41;
	background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
	color: #fff;
	background-color: #383d41;
	border-color: #383d41
}

.list-group-item-success {
	color: #325d05;
	background-color: #d3eaba
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
	color: #325d05;
	background-color: #c7e4a6
}

.list-group-item-success.list-group-item-action.active {
	color: #fff;
	background-color: #325d05;
	border-color: #325d05
}

.list-group-item-info {
	color: #0c5460;
	background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
	color: #0c5460;
	background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
	color: #fff;
	background-color: #0c5460;
	border-color: #0c5460
}

.list-group-item-warning {
	color: #856100;
	background-color: #ffecb8
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
	color: #856100;
	background-color: #ffe59f
}

.list-group-item-warning.list-group-item-action.active {
	color: #fff;
	background-color: #856100;
	border-color: #856100
}

.list-group-item-danger {
	color: #721c24;
	background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
	color: #721c24;
	background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
	color: #fff;
	background-color: #721c24;
	border-color: #721c24
}

.list-group-item-light {
	color: #818182;
	background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
	color: #818182;
	background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
	color: #fff;
	background-color: #818182;
	border-color: #818182
}

.list-group-item-dark {
	color: #1b1e21;
	background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
	color: #1b1e21;
	background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
	color: #fff;
	background-color: #1b1e21;
	border-color: #1b1e21
}

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

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75
}

.close:not(:disabled):not(.disabled) {
	cursor: pointer
}

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

.modal-open {
	overflow: hidden
}

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

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

.modal--certihome .modal-dialog {
	max-width: 625px
}

@media (min-width:992px) {
	.modal--certihome .modal-dialog {
		max-width: 925px
	}
}

.modal--certihome .modal-body {
	padding: 3.75rem
}

.modal--certihome .modal-body h4 {
	font-size: 1.5rem;
	line-height: 1.1666666667;
	font-weight: 700;
	margin-bottom: 30px
}

.modal--certihome .modal-body p {
	line-height: 1.75;
	margin-bottom: 0
}

.modal--certihome .modal-body img {
	display: block;
	max-width: 100%;
	max-height: 94px;
	margin: 0 auto 1.25rem
}

@media (max-width:575.98px) {
	.modal--certihome .modal-body {
		padding: 1.875rem
	}
	.modal--certihome .modal-body h4 {
		text-align: center
	}
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none
}

@media (max-width:991.98px) {
	.modal-dialog {
		margin-top: 40px
	}
}

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

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

.modal.show .modal-dialog {
	transform: translate(0, 0)
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	outline: 0
}

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

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .9
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 1rem;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem
}

.close {
	position: absolute;
	top: -1.5rem;
	right: -1.5rem;
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 50%;
	opacity: 1;
	background-color: #224282!important;
	opacity: 1;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .26);
	transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.close {
		transition: none
	}
}

@media (max-width:991.98px) {
	.close {
		right: 0
	}
}

.close span {
	width: 18px;
	height: 19px;
	background: url(../images/icons/ic-close.svg) center no-repeat;
	z-index: 1;
	position: relative;
	display: block;
	margin: 0 auto
}

.close:hover {
	opacity: 1;
	background-color: #61b30a!important
}

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

.modal-body {
	position: relative;
	flex: 1 1 auto
}

.modal-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
	margin-left: .25rem
}

.modal-footer>:not(:last-child) {
	margin-right: .25rem
}

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

@media (min-width:576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto
	}
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2))
	}
	.modal-sm {
		max-width: 300px
	}
}

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

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: Montserrat, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0
}

.tooltip.show {
	opacity: .9
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
	padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
	bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
	padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
	left: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
	padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
	top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
	padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
	right: 0;
	width: .4rem;
	height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	font-family: Montserrat, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem
}

.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
	margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
	bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
	border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
	bottom: 0;
	border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
	bottom: 1px;
	border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
	margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
	left: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
	border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
	left: 0;
	border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
	left: 1px;
	border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
	margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
	top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
	border-width: 0 .5rem .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
	top: 0;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
	top: 1px;
	border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1rem;
	margin-left: -.5rem;
	content: "";
	border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
	margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
	right: calc((.5rem + 1px) * -1);
	width: .5rem;
	height: 1rem;
	margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
	border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
	right: 0;
	border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
	right: 1px;
	border-left-color: #fff
}

.popover-header {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	color: inherit;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
	display: none
}

.popover-body {
	padding: .5rem .75rem;
	color: #414344
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-item {
	position: relative;
	display: none;
	align-items: center;
	width: 100%;
	transition: transform .6s ease;
	backface-visibility: hidden;
	perspective: 1000px
}

@media screen and (prefers-reduced-motion:reduce) {
	.carousel-item {
		transition: none
	}
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block
}

.carousel-item-next,
.carousel-item-prev {
	position: absolute;
	top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
	transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
	.carousel-item-next.carousel-item-left,
	.carousel-item-prev.carousel-item-right {
		transform: translate3d(0, 0, 0)
	}
}

.active.carousel-item-right,
.carousel-item-next {
	transform: translateX(100%)
}

@supports (transform-style:preserve-3d) {
	.active.carousel-item-right,
	.carousel-item-next {
		transform: translate3d(100%, 0, 0)
	}
}

.active.carousel-item-left,
.carousel-item-prev {
	transform: translateX(-100%)
}

@supports (transform-style:preserve-3d) {
	.active.carousel-item-left,
	.carousel-item-prev {
		transform: translate3d(-100%, 0, 0)
	}
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
	opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
	transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
	.carousel-fade .active.carousel-item-left,
	.carousel-fade .active.carousel-item-prev,
	.carousel-fade .carousel-item-next,
	.carousel-fade .carousel-item-prev,
	.carousel-fade .carousel-item.active {
		transform: translate3d(0, 0, 0)
	}
}

.carousel-control-next,
.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control-prev {
	left: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .001))
}

.carousel-control-next {
	right: 0;
	background: linear-gradient(270deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .001))
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: flex;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

.carousel-indicators li {
	position: relative;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}

.carousel-indicators li::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: ""
}

.carousel-indicators .active {
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center
}

@media print {
	*,
	::after,
	::before {
		text-shadow: none!important;
		box-shadow: none!important
	}
	a:not(.btn) {
		text-decoration: underline
	}
	abbr[title]::after {
		content: " (" attr(title) ")"
	}
	pre {
		white-space: pre-wrap!important
	}
	blockquote,
	pre {
		border: 1px solid #adb5bd;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	@page {
		size: a3
	}
	body {
		min-width: 992px!important
	}
	.container {
		min-width: 992px!important
	}
	.navbar {
		display: none
	}
	.badge {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse!important
	}
	.table td,
	.table th {
		background-color: #fff!important
	}
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #dee2e6!important
	}
}

.select-ui {
	opacity: 0
}

.select2-selection--multiple,
.select2-selection--single {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23212529' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 8px 10px
}

.select2-selection--multiple,
.select2-selection--multiple:focus,
.select2-selection--single,
.select2-selection--single:focus {
	box-shadow: none
}

.select2-selection__placeholder {
	color: #6c757d
}

.select2-selection__rendered {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-selection__clear {
	position: relative
}

.select2-selection--multiple::after {
	display: block;
	clear: both;
	content: ""
}

.select2-selection--multiple .select2-search__field {
	border: none;
	padding: 0;
	margin-top: .25rem;
	box-shadow: none;
	background: 0 0
}

.select2-selection--multiple .select2-selection__rendered {
	margin: -.25rem 0 0;
	padding: 0;
	float: left;
	overflow: unset
}

.select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}

.select2-selection__choice {
	cursor: default;
	float: left;
	position: relative;
	margin-top: .25rem;
	border-radius: .25rem
}

.select2-selection__choice__remove {
	line-height: .875rem;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: .25rem;
	margin-top: -.525rem;
	cursor: pointer;
	display: none
}

.select2-search--inline {
	float: left
}

.select2-search--inline:first-child .select2-search__field {
	width: auto!important
}

.select2-search__field {
	font-size: 100%;
	outline: 0
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-selection--multiple,
.select2-container--open .select2-selection--single {
	color: #495057;
	background-color: #fff;
	border-color: #a1f548;
	outline: 0
}

.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--disabled .select2-selection--multiple,
.select2-container--disabled .select2-selection--single {
	color: #495057;
	background-color: #e9ecef;
	border-color: #ced4da
}

.select2-dropdown {
	background-color: #224282;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051;
	color: #fff
}

.select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-dropdown--below .select2-results__options:last-child>.select2-results__option:last-child {
	border-bottom-left-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.select2-search--dropdown {
	display: block;
	padding: .75rem .75rem 0
}

.select2-search__field,
.select2-search__field:focus {
	box-shadow: none
}

.select2-search--hide {
	display: none
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: .75rem 0 0
}

.select2-results__options ul {
	padding-top: 0
}

.select2-results__group {
	padding: 0 .75rem;
	font-size: 80%;
	color: #495057
}

.select2-results__option {
	padding: .625rem 1.25rem;
	font-size: 1rem
}

.select2-results__option[role=group] {
	padding-left: 0;
	padding-right: 0
}

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-results__option--highlighted[aria-selected] {
	color: #fff
}

.select2-results__option[aria-selected=true] {
	color: inherit
}

.select2-results__option[aria-selected=true]:after {
	position: absolute;
	content: "\5a";
	font-family: eleganticons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	right: 10px
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff
}

.select2-hidden-accessible {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	-webkit-clip-path: inset(50%)!important;
	clip-path: inset(50%)!important;
	height: 1px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important;
	white-space: nowrap!important
}

.input-group>.select2 {
	width: 1%!important;
	position: relative;
	flex: 1 1 auto;
	margin-bottom: 0
}

.input-group>.select2:last-child .select2-selection {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group>.select2+select+.select2 .select2-selection {
	border-left: none
}

.input-group>select:first-child+.select2 .select2-selection {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>select:not(:first-child)+.select2:not(:last-child) .select2-selection {
	border-radius: 0
}

.irs {
	position: relative;
	display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.irs-line {
	position: relative;
	display: block;
	overflow: hidden;
	outline: 0!important
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
	position: absolute;
	display: block;
	top: 0
}

.irs-line-left {
	left: 0;
	width: 11%
}

.irs-line-mid {
	left: 9%;
	width: 82%
}

.irs-line-right {
	right: 0;
	width: 11%
}

.irs-bar {
	position: absolute;
	display: block;
	left: 0;
	width: 0
}

.irs-bar-edge {
	position: absolute;
	display: block;
	top: 0;
	left: 0
}

.irs-shadow {
	position: absolute;
	display: none;
	left: 0;
	width: 0
}

.irs-slider {
	position: absolute;
	display: block;
	cursor: default;
	z-index: 1
}

.irs-slider.type_last {
	z-index: 2
}

.irs-min {
	position: absolute;
	display: block;
	left: 0;
	cursor: default
}

.irs-max {
	position: absolute;
	display: block;
	right: 0;
	cursor: default
}

.irs-from,
.irs-single,
.irs-to {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	cursor: default;
	white-space: nowrap
}

.irs-grid {
	position: absolute;
	display: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px
}

.irs-with-grid .irs-grid {
	display: block
}

.irs-grid-pol {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 8px;
	background: #000
}

.irs-grid-pol.small {
	height: 4px
}

.irs-grid-text {
	position: absolute;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	text-align: center;
	font-size: 9px;
	line-height: 9px;
	padding: 0 3px;
	color: #000
}

.irs-disable-mask {
	position: absolute;
	display: block;
	top: 0;
	left: -1%;
	width: 102%;
	height: 100%;
	cursor: default;
	background: rgba(0, 0, 0, 0);
	z-index: 2
}

.irs-disabled {
	opacity: .4
}

.irs-hidden-input {
	position: absolute!important;
	display: block!important;
	top: 0!important;
	left: 0!important;
	width: 0!important;
	height: 0!important;
	font-size: 0!important;
	line-height: 0!important;
	padding: 0!important;
	margin: 0!important;
	outline: 0!important;
	z-index: -9999!important;
	background: 0 0!important;
	border-style: solid!important;
	border-color: transparent!important;
	opacity: 0!important;
	visibility: hidden!important
}

.irs-bar,
.irs-bar-edge,
.irs-line-left,
.irs-line-mid,
.irs-line-right,
.irs-slider {
	background: #61b30a
}

.irs {
	height: 40px
}

.irs-with-grid {
	height: 60px
}

.irs-line {
	height: 12px;
	top: 25px
}

.irs-line-left {
	height: 12px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.irs-line-mid {
	height: 12px
}

.irs-line-right {
	height: 12px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.irs-bar {
	height: 12px;
	top: 25px;
	border-radius: 6px
}

.irs-bar-edge {
	top: 25px;
	height: 12px;
	width: 12px;
	border-radius: 6px
}

.irs-shadow {
	height: 3px;
	top: 34px;
	background: #000;
	opacity: .25
}

.irs-slider {
	width: 18px;
	height: 18px;
	top: 22px;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 0 0 4px rgba(255, 255, 255, .4)
}

.irs-max,
.irs-min {
	color: #999;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	top: 0;
	padding: 1px 3px;
	background: #e1e4e9;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.irs-from,
.irs-single,
.irs-to {
	color: #fff;
	font-size: 10px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background: #61b30a;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.irs-from:after,
.irs-single:after,
.irs-to:after {
	position: absolute;
	display: block;
	content: "";
	bottom: -6px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -3px;
	overflow: hidden;
	border: 3px solid transparent;
	border-top-color: #61b30a
}

.irs-grid-pol {
	background: #e1e4e9
}

.irs-grid-text {
	color: #999
}

.scroll-ui {
	overflow: hidden;
	max-width: 100%
}

[data-simplebar] {
	position: relative;
	z-index: 0;
	overflow: hidden!important;
	-webkit-overflow-scrolling: touch
}

[data-simplebar=init] {
	display: flex
}

[data-simplebar] .simplebar-content,
[data-simplebar] .simplebar-scroll-content {
	overflow: hidden
}

[data-simplebar=init] .simplebar-content,
[data-simplebar=init] .simplebar-scroll-content {
	overflow: scroll
}

.simplebar-scroll-content {
	overflow-x: hidden!important;
	min-width: 100%!important;
	max-height: inherit!important;
	box-sizing: content-box!important
}

.simplebar-scroll-content::-webkit-scrollbar {
	background-color: #fff
}

.simplebar-content {
	overflow-y: hidden!important;
	box-sizing: border-box!important;
	min-height: 100%!important
}

.simplebar-track {
	z-index: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 11px;
	pointer-events: none
}

.simplebar-scrollbar {
	position: absolute;
	right: 2px;
	width: 4px;
	min-height: 10px
}

.simplebar-scrollbar:before {
	position: absolute;
	content: "";
	background: rgba(0, 0, 0, .4);
	border-radius: 7px;
	left: 0;
	right: 0;
	opacity: 0;
	transition: opacity .2s linear
}

.simplebar-track .simplebar-scrollbar.visible:before {
	opacity: .5;
	transition: opacity 0 linear
}

.simplebar-track.vertical {
	top: 0
}

.simplebar-track.vertical .simplebar-scrollbar:before {
	top: 2px;
	bottom: 2px
}

.simplebar-track.horizontal {
	left: 0;
	width: auto;
	height: 11px
}

.simplebar-track.horizontal .simplebar-scrollbar:before {
	height: 100%;
	left: 2px;
	right: 2px
}

.horizontal.simplebar-track .simplebar-scrollbar {
	right: auto;
	left: 0;
	top: 2px;
	height: 5px;
	min-height: 0;
	min-width: 10px;
	width: auto
}

[data-simplebar-direction=rtl] .simplebar-track {
	right: auto;
	left: 0
}

[data-simplebar-direction=rtl] .simplebar-track.horizontal {
	right: 0
}


/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */

.bootstrap-datetimepicker-widget {
	list-style: none
}

.bootstrap-datetimepicker-widget.dropdown-menu {
	display: block;
	margin: 2px 0;
	padding: 4px;
	width: 19em
}

@media (min-width:768px) {
	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
		width: 38em
	}
}

@media (min-width:992px) {
	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
		width: 38em
	}
}

@media (min-width:1200px) {
	.bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
		width: 38em
	}
}

.bootstrap-datetimepicker-widget.dropdown-menu:after,
.bootstrap-datetimepicker-widget.dropdown-menu:before {
	content: '';
	display: inline-block;
	position: absolute
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #ccc;
	border-bottom-color: rgba(0, 0, 0, .2);
	top: -7px;
	left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	top: -6px;
	left: 8px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #ccc;
	border-top-color: rgba(0, 0, 0, .2);
	bottom: -7px;
	left: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff;
	bottom: -6px;
	left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
	left: auto;
	right: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
	left: auto;
	right: 7px
}

.bootstrap-datetimepicker-widget .list-unstyled {
	margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
	padding: 6px 0
}

.bootstrap-datetimepicker-widget a[data-action]:active {
	box-shadow: none
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
	width: 54px;
	font-weight: 700;
	font-size: 1.2em;
	margin: 0
}

.bootstrap-datetimepicker-widget button[data-action] {
	padding: 6px
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
	text-align: center
}

.bootstrap-datetimepicker-widget .picker-switch::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Toggle Date and Time Screens"
}

.bootstrap-datetimepicker-widget .picker-switch td {
	padding: 0;
	margin: 0;
	height: auto;
	width: auto;
	line-height: inherit
}

.bootstrap-datetimepicker-widget .picker-switch td span {
	line-height: 3.5;
	height: 3.5em;
	width: 100%
}

.bootstrap-datetimepicker-widget table {
	width: 100%;
	margin: 0
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
	text-align: center;
	border-radius: 4px
}

.bootstrap-datetimepicker-widget table th {
	height: 30px;
	line-height: 30px;
	width: 20px
}

.bootstrap-datetimepicker-widget table th.picker-switch {
	width: 145px
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
	background: 0 0;
	color: #777;
	cursor: not-allowed
}

.bootstrap-datetimepicker-widget table th.prev::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Previous Month"
}

.bootstrap-datetimepicker-widget table th.next::after {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	content: "Next Month"
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
	cursor: pointer
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
	background: #eee
}

.bootstrap-datetimepicker-widget table td {
	height: 54px;
	line-height: 54px;
	width: 54px
}

.bootstrap-datetimepicker-widget table td.cw {
	font-size: .8em;
	height: 20px;
	line-height: 20px;
	color: #777
}

.bootstrap-datetimepicker-widget table td.day {
	height: 30px;
	line-height: 30px;
	width: 32px
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
	background: #dee2e6;
	cursor: pointer
}

.bootstrap-datetimepicker-widget table td.new,
.bootstrap-datetimepicker-widget table td.old {
	color: #ced4da
}

.bootstrap-datetimepicker-widget table td.today {
	position: relative
}

.bootstrap-datetimepicker-widget table td.today:before {
	content: '';
	display: inline-block;
	border: solid transparent;
	border-width: 0 0 7px 7px;
	border-bottom-color: #61b30a;
	border-top-color: rgba(0, 0, 0, .2);
	position: absolute;
	bottom: 4px;
	right: 4px
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #61b30a;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget table td.active.today:before {
	border-bottom-color: #fff
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
	background: 0 0;
	color: #dee2e6;
	cursor: not-allowed
}

.bootstrap-datetimepicker-widget table td span {
	display: inline-block;
	width: 54px;
	height: 54px;
	line-height: 54px;
	margin: 2px 1.5px;
	cursor: pointer;
	border-radius: 4px
}

.bootstrap-datetimepicker-widget table td span:hover {
	background: #dee2e6
}

.bootstrap-datetimepicker-widget table td span.active {
	background-color: #61b30a;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget table td span.old {
	color: #dee2e6
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
	background: 0 0;
	color: #dee2e6;
	cursor: not-allowed
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
	height: 27px;
	line-height: 27px
}

.bootstrap-datetimepicker-widget.wider {
	width: 21em
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
	line-height: 1.8em!important
}

.input-group.date .input-group-addon {
	cursor: pointer
}

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

[data-notify=progressbar] {
	margin-bottom: 0;
	position: absolute;
	bottom: -1px;
	left: -1px;
	right: -1px;
	height: 4px;
	background: 0 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.stuck {
	position: fixed;
	top: 0;
	z-index: 1071
}

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

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

.slick-list:focus {
	outline: 0
}

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

.slick-slider .slick-list,
.slick-slider .slick-track {
	-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;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

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

.slick-track:after {
	clear: both
}

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

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

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

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

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

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


/*!
 * Bootstrap-select v1.13.2 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2018 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

.bootstrap-select>select.bs-select-hidden,
select.bs-select-hidden,
select.selectpicker {
	display: none!important
}

.bootstrap-select>.dropdown-toggle {
	position: relative;
	width: 100%;
	z-index: 1;
	text-align: right;
	white-space: nowrap
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
	color: #999
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover {
	color: rgba(255, 255, 255, .5)
}

.bootstrap-select>select {
	position: absolute!important;
	bottom: 0;
	left: 50%;
	display: block!important;
	width: .5px!important;
	height: 100%!important;
	padding: 0!important;
	opacity: 0!important;
	border: none
}

.bootstrap-select>select.mobile-device {
	top: 0;
	left: 0;
	display: block!important;
	width: 100%!important;
	z-index: 2
}

.bootstrap-select.is-invalid .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:invalid+.dropdown-toggle {
	border-color: #b94a48
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select .selectpicker:valid+.dropdown-toggle {
	border-color: #28a745
}

.bootstrap-select.fit-width {
	width: auto!important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%
}

.bootstrap-select.form-control,
.bootstrap-select.select2-search__field,
.bootstrap-select.select2-selection--multiple,
.bootstrap-select.select2-selection--single {
	margin-bottom: 0;
	padding: 0;
	border: none
}

:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]),
:not(.input-group)>.bootstrap-select.select2-search__field:not([class*=col-]),
:not(.input-group)>.bootstrap-select.select2-selection--multiple:not([class*=col-]),
:not(.input-group)>.bootstrap-select.select2-selection--single:not([class*=col-]) {
	width: 100%
}

.bootstrap-select.form-control.input-group-btn,
.bootstrap-select.input-group-btn.select2-search__field,
.bootstrap-select.input-group-btn.select2-selection--multiple,
.bootstrap-select.input-group-btn.select2-selection--single {
	z-index: auto
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn,
.bootstrap-select.input-group-btn.select2-search__field:not(:first-child):not(:last-child)>.btn,
.bootstrap-select.input-group-btn.select2-selection--multiple:not(:first-child):not(:last-child)>.btn,
.bootstrap-select.input-group-btn.select2-selection--single:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
	float: none;
	display: inline-block;
	margin-left: 0
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
	float: right
}

.form-group .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-inline .bootstrap-select {
	margin-bottom: 0
}

.form-group-lg .bootstrap-select.form-control,
.form-group-lg .bootstrap-select.select2-search__field,
.form-group-lg .bootstrap-select.select2-selection--multiple,
.form-group-lg .bootstrap-select.select2-selection--single,
.form-group-sm .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.select2-search__field,
.form-group-sm .bootstrap-select.select2-selection--multiple,
.form-group-sm .bootstrap-select.select2-selection--single {
	padding: 0
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-lg .bootstrap-select.select2-search__field .dropdown-toggle,
.form-group-lg .bootstrap-select.select2-selection--multiple .dropdown-toggle,
.form-group-lg .bootstrap-select.select2-selection--single .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.select2-search__field .dropdown-toggle,
.form-group-sm .bootstrap-select.select2-selection--multiple .dropdown-toggle,
.form-group-sm .bootstrap-select.select2-selection--single .dropdown-toggle {
	height: 100%;
	font-size: inherit;
	line-height: inherit;
	border-radius: inherit
}

.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.select2-search__field .dropdown-toggle,
.input-group-lg>.bootstrap-select.form-control .dropdown-toggle,
.input-group-lg>.bootstrap-select.select2-search__field .dropdown-toggle,
.input-group-lg>.bootstrap-select.select2-selection--multiple .dropdown-toggle,
.input-group-lg>.bootstrap-select.select2-selection--single .dropdown-toggle,
.input-group-lg>.input-group-append>.bootstrap-select.btn .dropdown-toggle,
.input-group-lg>.input-group-append>.bootstrap-select.input-group-text .dropdown-toggle,
.input-group-lg>.input-group-prepend>.bootstrap-select.btn .dropdown-toggle,
.input-group-lg>.input-group-prepend>.bootstrap-select.input-group-text .dropdown-toggle,
.input-group-sm>.bootstrap-select.form-control .dropdown-toggle,
.input-group-sm>.bootstrap-select.select2-selection--multiple .dropdown-toggle,
.input-group-sm>.bootstrap-select.select2-selection--single .dropdown-toggle,
.input-group-sm>.input-group-append>.bootstrap-select.btn .dropdown-toggle,
.input-group-sm>.input-group-append>.bootstrap-select.input-group-text .dropdown-toggle,
.input-group-sm>.input-group-prepend>.bootstrap-select.btn .dropdown-toggle,
.input-group-sm>.input-group-prepend>.bootstrap-select.input-group-text .dropdown-toggle,
select.form-control-lg+.select2-container .bootstrap-select.select2-selection--multiple .dropdown-toggle,
select.form-control-lg+.select2-container .bootstrap-select.select2-selection--single .dropdown-toggle,
select.form-control-sm+.select2-container .bootstrap-select.select2-selection--multiple .dropdown-toggle,
select.form-control-sm+.select2-container .bootstrap-select.select2-selection--single .dropdown-toggle {
	font-size: inherit;
	line-height: inherit;
	border-radius: inherit
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.select2-search__field .dropdown-toggle,
.input-group-sm>.bootstrap-select.form-control .dropdown-toggle,
.input-group-sm>.bootstrap-select.select2-selection--multiple .dropdown-toggle,
.input-group-sm>.bootstrap-select.select2-selection--single .dropdown-toggle,
.input-group-sm>.input-group-append>.bootstrap-select.btn .dropdown-toggle,
.input-group-sm>.input-group-append>.bootstrap-select.input-group-text .dropdown-toggle,
.input-group-sm>.input-group-prepend>.bootstrap-select.btn .dropdown-toggle,
.input-group-sm>.input-group-prepend>.bootstrap-select.input-group-text .dropdown-toggle,
select.form-control-sm+.select2-container .bootstrap-select.select2-selection--multiple .dropdown-toggle,
select.form-control-sm+.select2-container .bootstrap-select.select2-selection--single .dropdown-toggle {
	padding: .25rem .5rem
}

.bootstrap-select.form-control-lg .dropdown-toggle,
.input-group-lg>.bootstrap-select.form-control .dropdown-toggle,
.input-group-lg>.bootstrap-select.select2-search__field .dropdown-toggle,
.input-group-lg>.bootstrap-select.select2-selection--multiple .dropdown-toggle,
.input-group-lg>.bootstrap-select.select2-selection--single .dropdown-toggle,
.input-group-lg>.input-group-append>.bootstrap-select.btn .dropdown-toggle,
.input-group-lg>.input-group-append>.bootstrap-select.input-group-text .dropdown-toggle,
.input-group-lg>.input-group-prepend>.bootstrap-select.btn .dropdown-toggle,
.input-group-lg>.input-group-prepend>.bootstrap-select.input-group-text .dropdown-toggle,
select.form-control-lg+.select2-container .bootstrap-select.select2-selection--multiple .dropdown-toggle,
select.form-control-lg+.select2-container .bootstrap-select.select2-selection--single .dropdown-toggle {
	padding: .5rem 1rem
}

.form-inline .bootstrap-select .form-control,
.form-inline .bootstrap-select .select2-search__field,
.form-inline .bootstrap-select .select2-selection--multiple,
.form-inline .bootstrap-select .select2-selection--single {
	width: 100%
}

.bootstrap-select.disabled,
.bootstrap-select>.disabled {
	cursor: not-allowed
}

.bootstrap-select.disabled:focus,
.bootstrap-select>.disabled:focus {
	outline: 0!important
}

.bootstrap-select.bs-container {
	position: absolute;
	top: 0;
	left: 0;
	height: 0!important;
	padding: 0!important
}

.bootstrap-select.bs-container .dropdown-menu {
	z-index: 1060
}

.bootstrap-select .dropdown-toggle:before {
	content: '';
	display: inline-block
}

.bootstrap-select .dropdown-toggle .filter-option {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: inherit;
	padding-right: inherit;
	padding-bottom: inherit;
	padding-left: inherit;
	height: 100%;
	width: 100%;
	text-align: left
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
	padding-right: inherit
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	overflow: hidden;
	color: #fff;
	padding-top: .3125rem
}

.bootstrap-select .dropdown-toggle .caret {
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -2px;
	vertical-align: middle
}

.input-group .bootstrap-select.form-control .dropdown-toggle,
.input-group .bootstrap-select.select2-search__field .dropdown-toggle,
.input-group .bootstrap-select.select2-selection--multiple .dropdown-toggle,
.input-group .bootstrap-select.select2-selection--single .dropdown-toggle {
	border-radius: inherit
}

.bootstrap-select[class*=col-] .dropdown-toggle {
	width: 100%
}

.bootstrap-select .dropdown-menu {
	min-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.bootstrap-select .dropdown-menu>.inner:focus {
	outline: 0!important
}

.bootstrap-select .dropdown-menu.inner {
	position: static;
	float: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 1.25rem
}

.bootstrap-select .dropdown-menu li {
	position: relative
}

.bootstrap-select .dropdown-menu li.active small {
	color: rgba(255, 255, 255, .5)!important
}

.bootstrap-select .dropdown-menu li.disabled a {
	cursor: not-allowed
}

.bootstrap-select .dropdown-menu li a {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: 0 0
}

.bootstrap-select .dropdown-menu li a.opt {
	position: relative;
	padding-left: 2.25em
}

.bootstrap-select .dropdown-menu li a span.check-mark {
	display: none
}

.bootstrap-select .dropdown-menu li a span.text {
	display: inline-block;
	font-size: 1rem
}

.bootstrap-select .dropdown-menu li small {
	padding-left: .5em
}

.bootstrap-select .dropdown-menu .notify {
	position: absolute;
	bottom: 5px;
	width: 96%;
	margin: 0 2%;
	min-height: 26px;
	padding: 3px 5px;
	background: #f5f5f5;
	border: 1px solid #e3e3e3;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	pointer-events: none;
	opacity: .9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.bootstrap-select .no-results {
	padding: 3px;
	background: #f5f5f5;
	margin: 0 5px;
	white-space: nowrap
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
	position: static;
	display: inline;
	padding: 0
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
	display: inline
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
	position: static;
	top: auto;
	margin-top: -1px
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
	position: absolute;
	display: inline-block;
	top: 50%;
	margin-top: -10px;
	right: 10px
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
	margin-right: 34px
}

.bootstrap-select .bs-ok-default:after {
	content: "\5a";
	display: block;
	font-family: eleganticons;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
	z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(204, 204, 204, .2);
	position: absolute;
	bottom: -4px;
	left: 9px;
	display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
	bottom: -4px;
	left: 10px;
	display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
	bottom: auto;
	top: -4px;
	border-top: 7px solid rgba(204, 204, 204, .2);
	border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
	bottom: auto;
	top: -4px;
	border-top: 6px solid #fff;
	border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
	right: 12px;
	left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
	right: 13px;
	left: auto
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before {
	display: block
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
	padding: 4px 8px
}

.bs-actionsbox {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.bs-actionsbox .btn-group button {
	width: 50%
}

.bs-donebutton {
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.bs-donebutton .btn-group button {
	width: 100%
}

.bs-searchbox+.bs-actionsbox {
	padding: 0 8px 4px
}

.bs-searchbox .form-control,
.bs-searchbox .select2-search__field,
.bs-searchbox .select2-selection--multiple,
.bs-searchbox .select2-selection--single {
	margin-bottom: 0;
	width: 100%;
	float: none;
	border-radius: 40px;
	border: none;
	height: 40px
}

.heading {
	font-size: 2.125rem;
	text-transform: uppercase;
	font-weight: 700;
	color: #224282;
	position: relative;
	padding-left: 5rem
}

.heading.notIcon {
	padding-left: 0;
	padding-bottom: 1.25rem
}

.heading.center {
	text-align: center;
	padding-left: 0;
	font-size: 1.625rem
}

.heading i {
	position: absolute;
	left: 0;
	top: 0;
	width: 4.1875rem;
	height: 3.75rem;
	background-size: auto
}

@media (max-width:991.98px) {
	.heading i {
		background-size: contain!important
	}
}

.heading i.ic-product {
	top: -.625rem;
	background: url(../images/icons/ic-product.png) no-repeat center center
}

.heading i.ic-tech {
	background: url(../images/icons/ic-tech.png) no-repeat center center
}

.heading i.ic-cert {
	background: url(../images/icons/ic-cer.png) no-repeat center center;
	background-size: contain
}

.heading i.ic-farm {
	background: url(../images/icons/ic-farm.png) no-repeat center center;
	top: -.9375rem
}

.heading i.ic-news {
	background: url(../images/icons/ic-news.png) no-repeat center center
}

@media (max-width:991.98px) {
	.heading i.ic-news {
		background-size: 80%!important;
		top: -.5625rem
	}
}

.heading i.ic-vision {
	background: url(../images/icons/ic-vision.png) no-repeat center center
}

.heading p {
	font-size: 1rem;
	font-weight: 600;
	margin: 0;
	text-transform: none!important
}

.heading-2 {
	font-size: 1.625rem;
	text-transform: uppercase;
	font-weight: 700;
	color: #224282;
	position: relative
}

.heading-3 {
	font-size: 1.5rem
}

.heading-4 {
	font-size: 1.5rem;
	font-weight: 700;
	color: #224282;
	position: relative;
	padding-left: 1.875rem;
	padding-bottom: 1.5625rem
}

.heading-5 {
	font-size: 1.5rem;
	font-weight: 700;
	color: #414344;
	position: relative;
	padding-left: 1.875rem;
	margin-bottom: 1.5625rem;
	border-left: 7px solid #224282
}

.headingGroup {
	margin-bottom: 1.875rem
}

.sBanner {
	position: relative
}

.sBanner .slick-slide {
	line-height: 0
}

.sBanner__inner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block
}

.sBanner__inner:after {
	content: "";
	padding-top: 43.9049586777%;
	display: block
}

.sBanner__inner img {
	display: none
}

.sBanner__inner>.sBanner__item~.sBanner__item {
	display: none
}

.sBanner__inner.slick-initialized {
	display: block
}

.sBanner__inner.slick-initialized:after {
	display: none
}

.sBanner__item {
	line-height: 1.3666666667;
	position: relative
}

.sBanner__item>.container {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	color: #224282;
	display: flex;
	align-items: center;
	max-width: inherit;
	padding: 0;
}
.sBanner__item>.banner-group {
	margin-left: 5rem;
}

.sBanner__item .img-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	min-height: 200px;
	position: relative;
	transition: all .4s ease-in-out;
	background-position: center right
}

.sBanner__item .img-bg:after {
	content: "";
	padding-top: 32.0139697322%;
	display: block
}

.sBanner__item .img-bg img {
	display: none
}

.sBanner__item__img {
	position: absolute;
	bottom: 17.6470588235%;
	left: 9.0909090909%;
	max-width: 60%
}

.sBanner__item__img img {
	max-width: 100%
}

.sBanner__item__title {
	position: relative;
	z-index: 99;
	max-width: 740px;
	background: rgba(0, 0, 0, .3);
	padding: 40px
}

.sBanner__item__title h3 {
	font-size: 3.125em;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffba00;
	text-shadow: 0 5px 10px rgba(0, 0, 0, .3)
}

.sBanner__item__title h3>span {
	display: inline-block;
	position: relative
}

@media (max-width:1600px) {
	.sBanner__item__title h3 {
		font-size: 2.5em
	}
}

.sBanner__item__title h4 {
	font-size: 2em;
	line-height: 1.3666666667;
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: .25em;
	position: relative;
	color: #fff;
	text-shadow: 0 5px 10px rgba(0, 0, 0, .3)
}

.sBanner__item__title h4>span {
	display: inline-block;
	position: relative;
	z-index: 6
}

@media (max-width:1600px) {
	.sBanner__item__title h4 {
		font-size: 1.75em
	}
}

.sBanner__item__title p {
	font-size: 1.125em;
	font-weight: 500;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0
}

.sBanner__item__title p>span {
	display: inline-block
}

.sBanner__item__title a {
	margin-top: .9375rem
}

.sBanner__item__title a.btn {
	font-size: .875rem;
	color: #fff;
	background: #224282;
	border-radius: 30px;
	text-align: center;
	padding: .8571428571em 1.4285714286em .8571428571em 1.1428571429em;
	border: none;
	font-weight: 600;
	white-space: .03em;
	transition: all .2s ease-in-out
}

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

.sBanner__item__title a.btn i {
	margin-right: 1em
}

.sBanner__item__title a.btn:focus,
.sBanner__item__title a.btn:hover {
	opacity: .9
}

.sBanner .slick-current .sBanner__item__title h3:after {
	width: 100%
}

.sBanner .slick-current .sBanner__item__title h3>span {
	opacity: 0;
	animation-duration: .4s;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	animation-delay: .3s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(2) {
	animation-delay: .35s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(3) {
	animation-delay: .4s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(4) {
	animation-delay: .45s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(5) {
	animation-delay: .5s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(6) {
	animation-delay: .55s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(7) {
	animation-delay: .6s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(8) {
	animation-delay: .65s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(9) {
	animation-delay: .7s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(10) {
	animation-delay: .75s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(11) {
	animation-delay: .8s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(12) {
	animation-delay: .85s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(13) {
	animation-delay: .9s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(14) {
	animation-delay: .95s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(15) {
	animation-delay: 1s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(16) {
	animation-delay: 1.05s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(17) {
	animation-delay: 1.1s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(18) {
	animation-delay: 1.15s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(19) {
	animation-delay: 1.2s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(20) {
	animation-delay: 1.25s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(21) {
	animation-delay: 1.3s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(22) {
	animation-delay: 1.35s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(23) {
	animation-delay: 1.4s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(24) {
	animation-delay: 1.45s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(25) {
	animation-delay: 1.5s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(26) {
	animation-delay: 1.55s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(27) {
	animation-delay: 1.6s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(28) {
	animation-delay: 1.65s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(29) {
	animation-delay: 1.7s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(30) {
	animation-delay: 1.75s
}

.sBanner .slick-current .sBanner__item__title h3>span:nth-child(31) {
	animation-delay: 1.8s
}

.sBanner .slick-current .sBanner__item__title h4>span {
	opacity: 0;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	animation-delay: .3s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(2) {
	animation-delay: .35s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(3) {
	animation-delay: .4s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(4) {
	animation-delay: .45s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(5) {
	animation-delay: .5s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(6) {
	animation-delay: .55s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(7) {
	animation-delay: .6s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(8) {
	animation-delay: .65s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(9) {
	animation-delay: .7s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(10) {
	animation-delay: .75s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(11) {
	animation-delay: .8s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(12) {
	animation-delay: .85s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(13) {
	animation-delay: .9s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(14) {
	animation-delay: .95s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(15) {
	animation-delay: 1s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(16) {
	animation-delay: 1.05s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(17) {
	animation-delay: 1.1s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(18) {
	animation-delay: 1.15s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(19) {
	animation-delay: 1.2s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(20) {
	animation-delay: 1.25s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(21) {
	animation-delay: 1.3s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(22) {
	animation-delay: 1.35s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(23) {
	animation-delay: 1.4s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(24) {
	animation-delay: 1.45s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(25) {
	animation-delay: 1.5s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(26) {
	animation-delay: 1.55s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(27) {
	animation-delay: 1.6s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(28) {
	animation-delay: 1.65s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(29) {
	animation-delay: 1.7s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(30) {
	animation-delay: 1.75s
}

.sBanner .slick-current .sBanner__item__title h4>span:nth-child(31) {
	animation-delay: 1.8s
}

.sBanner .slick-current .sBanner__item__title p {
	animation-delay: .4s
}

.sBanner .slick-current .sBanner__item__title p>span {
	opacity: 0;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	animation-delay: .3s;
	animation-delay: .3s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(2) {
	animation-delay: .35s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(3) {
	animation-delay: .4s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(4) {
	animation-delay: .45s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(5) {
	animation-delay: .5s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(6) {
	animation-delay: .55s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(7) {
	animation-delay: .6s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(8) {
	animation-delay: .65s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(9) {
	animation-delay: .7s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(10) {
	animation-delay: .75s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(11) {
	animation-delay: .8s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(12) {
	animation-delay: .85s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(13) {
	animation-delay: .9s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(14) {
	animation-delay: .95s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(15) {
	animation-delay: 1s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(16) {
	animation-delay: 1.05s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(17) {
	animation-delay: 1.1s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(18) {
	animation-delay: 1.15s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(19) {
	animation-delay: 1.2s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(20) {
	animation-delay: 1.25s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(21) {
	animation-delay: 1.3s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(22) {
	animation-delay: 1.35s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(23) {
	animation-delay: 1.4s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(24) {
	animation-delay: 1.45s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(25) {
	animation-delay: 1.5s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(26) {
	animation-delay: 1.55s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(27) {
	animation-delay: 1.6s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(28) {
	animation-delay: 1.65s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(29) {
	animation-delay: 1.7s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(30) {
	animation-delay: 1.75s
}

.sBanner .slick-current .sBanner__item__title p>span:nth-child(31) {
	animation-delay: 1.8s
}

.sBanner>.container {
	position: absolute;
	left: 0;
	right: 0;
	bottom: .9375rem;
	color: #fff;
	text-align: right
}

.sBanner>.container .arrow {
	margin-left: 10px
}

@media (max-width:575.98px) {
	.sBanner>.container {
		bottom: .625rem
	}
}

.sBanner__arrows .arrow {
	opacity: 0;
	transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.sBanner__arrows .arrow {
		transition: none
	}
}

.sBanner__dots ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style: none;
	text-align: center
}

.sBanner__dots ul>li {
	display: inline-block;
	margin-right: .625rem;
	vertical-align: middle;
	font-size: 0;
	padding: 0;
	background: 0 0;
	border-radius: 50%;
	outline: 0;
	position: relative;
	width: 12px;
	height: 12px;
	border: 1px solid #224282;
	cursor: pointer;
	transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.sBanner__dots ul>li {
		transition: none
	}
}

.sBanner__dots ul>li>button {
	display: none
}

.sBanner__dots ul>li.slick-active {
	background: #224282
}

@media (min-width:991.98px) {
	.sBanner:hover .sBanner__arrows .arrow {
		opacity: 1
	}
}

@media (max-width:1600px) {
	.sBanner__item__img {
		left: 10px
	}
	.sBanner__item__title {
		max-width: 540px
	}
}

@media (max-width:767.98px) {
	.sBanner__item>.container {
		max-width: inherit;
		
		
	}
	.sBanner__item>.banner-group {
		margin-left: 10px !important;
	}

	.sBanner__item__img {
		max-width: 60%
	}
	.sBanner__item__title {
		max-width: 50%;
		padding: 1.25rem
	}
	.sBanner__item__title h4 {
		font-size: 1.125rem
	}
	.sBanner__item__title h3 {
		font-size: 1.125rem;
		margin: 0
	}
	.sBanner__item__title a {
		margin-top: .625rem
	}
	.sBanner__item__title a.v-more {
		padding-left: 1.25rem;
		padding-right: 1.875rem;
		padding-top: 0;
		padding-bottom: 0
	}
	.sBanner__item__title a.v-more:after {
		margin-top: -11px
	}
}

@media (max-width:575.98px) {
	.sBanner__item__title {
		max-width: 75%
	}
	.sBanner__item__title h4 {
		font-size: 1rem
	}
	.sBanner__item__title h3 {
		font-size: .875rem
	}
	.sBanner__item__title a {
		display: none
	}
}

.sCertiHome {
	background: #224282;
	padding: 3.75rem 1.25rem;
	position: relative;
	margin-top: 1.875rem;
	margin-bottom: 1.875rem;
}

.sCertiHome:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/icons/linebg.svg) no-repeat bottom;
	background-size: contain
}

.sCertiHome .heading-home {
	color: #fff
}

.sCertiHome .container {
	position: relative;
	z-index: 2
}

.sCertiHome__inner {
	padding-left: 5rem;
	padding-right: 5rem
}

.sCertiHome__inner__item {
	padding: .625rem
}

.sCertiHome__inner__item .image {
	background: rgba(255, 255, 255, .8);
	padding: 1.5625rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: relative;
	min-height: 120px
}

.sCertiHome__inner__item .image:after {
	content: "";
	padding-top: 50.5376344086%;
	display: block
}

.sCertiHome__inner__item .image img {
	display: none
}

.sCertiHome__inner__item .image__inner {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: 0 0!important;
	display: flex;
	justify-content: center;
	align-items: center
}

.sCertiHome__inner__item .image__inner img {
	display: block!important;
	max-width: 100%;
	max-height: 94px;
	cursor: pointer
}

.sCertiHome__inner__item .image>a {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	background-size: contain
}

.sCertiHome__inner__item .image>a:after {
	content: "";
	padding-top: 50.5376344086%;
	display: block
}

.sCertiHome__inner__item .image>a img {
	display: none
}

.sCertiHome__wrap {
	position: relative;
	max-width: 1440px;
	margin: 0 auto
}

.sCertiHome__arrow {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -.5rem
}

.arrow-2 {
	position: absolute;
	cursor: pointer
}

.arrow-2 i {
	width: 3.5rem;
	height: 1rem;
	display: block;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat
}

@media (max-width:767.98px) {
	.arrow-2 i {
		width: 1.875rem
	}
}

.arrow-2.arrow--prev i {
	background-image: url(../images/icons/ic-left.svg)
}

.arrow-2.arrow--next {
	left: auto
}

.arrow-2.arrow--next i {
	background-image: url(../images/icons/ic-right.svg)
}

.modalHome .modal-dialog {
	max-width: 930px;
	margin: 0 auto
}

.modalHome .modal-dialog .modal-content {
	padding: 3.75rem
}

.modalHome .modal-dialog .modal-content img {
	max-width: 100%
}

.modalHome.modalsCertiHome h4 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.1666666667;
	margin: 0;
	padding-bottom: 1.875rem
}

.modalHome.modalsCertiHome .des {
	font-size: 1rem;
	line-height: 1.75
}

.heading-home {
	text-transform: uppercase;
	margin-bottom: 1.875rem
}

.heading-home h4 {
	color: #ffba00;
	font-size: 1rem;
	text-transform: uppercase
}

.heading-home h5 {
	font-size: 1.5rem;
	font-weight: 700;
	color: inherit;
	margin: 0;
	line-height: 1.5833333333;
	padding-top: .625rem
}

@media (max-width:991.98px) {
	.heading-home h5 {
		font-size: 1.25rem
	}
}

.sNewsHome {
	background: #f4f4f4;
	padding-top: 4.0625rem
}

.sNewsHome .sNewsGrid__item {
	position: relative;
	margin-bottom: 1.25rem
}

.sNewsHome .sNewsGrid__item__image>a {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block
}

.sNewsHome .sNewsGrid__item__image>a:after {
	content: "";
	padding-top: 76.6488413547%;
	display: block
}

.sNewsHome .sNewsGrid__item__image>a img {
	display: none
}

.sNewsHome .sNewsGrid__item__info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 9;
	padding: 1.875rem;
	display: flex;
	align-items: flex-end;
	background: linear-gradient(to top, #06183b 0, rgba(6, 24, 59, 0) 50%)
}

.sNewsHome .sNewsGrid__item__info .date {
	color: #ffba00;
	font-size: .875rem
}

.sNewsHome .sNewsGrid__item__info a,
.sNewsHome .sNewsGrid__item__info h4 {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	margin-top: 10px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden
}

.sNewsHome .sNewsGrid__item__info a.overLink,
.sNewsHome .sNewsGrid__item__info h4.overLink {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	z-index: 999;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='85' height='59.922' viewBox='0 0 85 59.922'%3E%3Cg id='Layer_1' data-name='Layer 1' transform='translate(-772.942 -408.364)' opacity='0.851'%3E%3Cpath id='Path_129' data-name='Path 129' d='M815.564,408.364c7.915.216,15.831.392,23.743.673a68.432,68.432,0,0,1,7.988.728,10.959,10.959,0,0,1,9.319,9.357,100.981,100.981,0,0,1,1.294,13.361c.126,6.4-.121,12.815-.393,19.216a35.838,35.838,0,0,1-1.14,7.01,11.244,11.244,0,0,1-10.067,8.418c-15.347,1.543-30.734,1.193-46.113.924-5.118-.089-10.236-.516-15.341-.945-5.619-.472-9.543-3.984-10.46-9.574a98.633,98.633,0,0,1-1.289-12.455,137.55,137.55,0,0,1,.6-21.914,34.787,34.787,0,0,1,1.122-5.637,11.222,11.222,0,0,1,9.777-7.878C794.9,408.548,805.227,408.51,815.564,408.364Zm-11.685,13.848v30.651l29.463-15.273Z' transform='translate(0)'/%3E%3Cpath id='Path_130' data-name='Path 130' d='M909.617,469.542l29.915,15.515-29.915,15.41Z' transform='translate(-105.905 -47.394)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.sNewsHome .sNewsGrid__item__info .otherstyle a {
	margin-top: 0;
	margin-bottom: 10px
}

@media (max-width:767.98px) {
	.sNewsHome .sNewsGrid__item {
		margin-top: 5px;
		margin-bottom: 5px
	}
}

.sNewsHome--featured {
	padding-top: 0
}

.sNewsHome--featured .sNewsGrid__item {
	margin-bottom: 20px
}

.sNewsHome--featured .sNewsGrid__item__info .des {
	display: flex;
	flex-direction: column-reverse
}

.sNewsHome--featured .sNewsGrid__item__info .date {
	margin-top: 10px
}

.sNewsHome--featured .sNewsGrid__item:last-child {
	margin-bottom: 0
}

.sNewsHome--widget .row [class*=col-]:last-child {
	margin-bottom: 0
}

:focus {
	outline: 0!important
}

.sNewsLetterHome {
	padding: 5rem 1.25rem
}

.sNewsLetterHome__inner {
	max-width: 1260px;
	margin: 0 auto
}

.sNewsLetterHome__inner h4 {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
	padding-bottom: .9375rem
}

.sNewsLetterHome__inner p {
	margin: 0
}

.sNewsLetterHome__inner .form-style {
	position: relative;
	box-shadow: 2px 5px 38px rgba(18, 38, 66, .13);
	border-radius: 39px;
	background: #fff;
	padding: 2px;
	padding-right: 10.625rem
}

.sNewsLetterHome__inner .form-style .form-control,
.sNewsLetterHome__inner .form-style .select2-search__field,
.sNewsLetterHome__inner .form-style .select2-selection--multiple,
.sNewsLetterHome__inner .form-style .select2-selection--single {
	height: 2.8125rem;
	border: none;
	background: 0 0;
	box-shadow: 0 0 0 .2rem rgba(97, 179, 10, 0);
	font-size: .875rem;
	font-weight: 300
}

.sNewsLetterHome__inner .form-style .btn-group-sm>button.btn,
.sNewsLetterHome__inner .form-style button.btn-sm {
	background: #224282;
	border: none;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 1rem;
	font-weight: 700;
	bottom: 0;
	padding: 0 28px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	transition: all .2s ease-in-out;
	cursor: pointer
}

@media screen and (prefers-reduced-motion:reduce) {
	.sNewsLetterHome__inner .form-style .btn-group-sm>button.btn,
	.sNewsLetterHome__inner .form-style button.btn-sm {
		transition: none
	}
}

.sNewsLetterHome__inner .form-style .btn-group-sm>button.btn i,
.sNewsLetterHome__inner .form-style button.btn-sm i {
	display: inline-block;
	width: 1.5625rem;
	height: 1.0625rem;
	background: url(../images/icons/ic-email.svg) no-repeat center;
	vertical-align: middle;
	background-size: contain;
	margin-right: 3px
}

.sNewsLetterHome__inner .form-style .btn-group-sm>button.btn:hover,
.sNewsLetterHome__inner .form-style button.btn-sm:hover {
	background: #ffba00
}

@media (max-width:991.98px) {
	.sNewsLetterHome__inner .form-style {
		margin-top: 1.875rem
	}
}

.sFarmHome__inner {
	position: relative
}

.sFarmHome__inner .container {
	position: absolute;
	left: 0;
	right: 0;
	top: 50px
}

.sFarmHome__inner .container .heading-home {
	color: #fff
}

.sFarmHome__inner .imageWrap img {
	max-width: 100%;
	width: 100%
}

.sFarmHome__inner__info {
	max-width: 875px;
	margin: 0 auto;
	position: absolute;
	bottom: 3.75rem;
	left: 0;
	right: 0;
	background: rgba(34, 66, 130, .8);
	color: #fff;
	padding: 1.875rem;
	line-height: 1.75;
	border-radius: 5px
}

.sFarmHome__inner__info p {
	margin: 0
}

@media (max-width:1600px) {
	.sFarmHome__inner__info {
		bottom: .625rem
	}
}

@media (max-width:991.98px) {
	.sFarmHome .sFarmHome__inner__info {
		position: relative;
		text-align: center
	}
	.sFarmHome .container {
		top: 10px
	}
}

@media (max-width:575.98px) {
	.sFarmHome .container {
		position: unset
	}
	.sFarmHome .container .heading-home {
		color: #224282
	}
}

.sQuotes {
	margin-bottom: 40px;
	background: #fff;
	padding: 40px
}

.sQuotes__inner {
	max-width: 1064px;
	margin: 0 auto;
	text-align: center
}

.sQuotes__inner>* {
	display: inline-block;
	font-size: 1.5em;
	line-height: 1.5833333333
}

.sQuotes__inner>:after,
.sQuotes__inner>:before {
	content: "";
	display: inline-block;
	margin: 0 .5em;
	width: .7783333333em;
	height: 1.6666666667em;
	position: relative;
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat
}

.sQuotes__inner>:before {
	top: -.4375em;
	margin-left: 0;
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.685' height='15.604' viewBox='0 0 18.685 15.604'%3E%3Cg id='left-quote' transform='translate(0 -7.858)'%3E%3Cg id='Group_83' data-name='Group 83' transform='translate(0 7.858)'%3E%3Cpath id='Path_55' data-name='Path 55' d='M5.98,14.929a4.951,4.951,0,0,0-1.368-.2,4.3,4.3,0,0,0-1.715.351c.431-1.578,1.467-4.3,3.53-4.609a.49.49,0,0,0,.4-.353l.451-1.613a.49.49,0,0,0-.405-.617,3.425,3.425,0,0,0-.461-.031c-2.477,0-4.93,2.585-5.965,6.287-.608,2.172-.786,5.436.711,7.491a4.468,4.468,0,0,0,3.631,1.825h.019A4.347,4.347,0,0,0,5.98,14.929Z' transform='translate(0 -7.858)' fill='%23ffba00'/%3E%3Cpath id='Path_56' data-name='Path 56' d='M57.219,16.982a4.357,4.357,0,0,0-2.613-2.053,4.95,4.95,0,0,0-1.368-.2,4.3,4.3,0,0,0-1.715.351c.431-1.578,1.467-4.3,3.531-4.609a.491.491,0,0,0,.4-.353L55.9,8.507a.49.49,0,0,0-.405-.617,3.421,3.421,0,0,0-.461-.031c-2.477,0-4.93,2.585-5.965,6.287-.607,2.172-.786,5.436.711,7.492a4.467,4.467,0,0,0,3.631,1.825h.019a4.347,4.347,0,0,0,3.785-6.479Z' transform='translate(-39.096 -7.858)' fill='%23ffba00'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")
}

.sQuotes__inner>:after {
	top: .4375em;
	margin-right: 0;
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.685' height='15.604' viewBox='0 0 18.685 15.604'%3E%3Cg id='right-quote' transform='translate(18.684 23.462) rotate(180)'%3E%3Cg id='Group_83' data-name='Group 83' transform='translate(0 7.858)'%3E%3Cpath id='Path_55' data-name='Path 55' d='M5.98,14.929a4.951,4.951,0,0,0-1.368-.2,4.3,4.3,0,0,0-1.715.351c.431-1.578,1.467-4.3,3.53-4.609a.49.49,0,0,0,.4-.353l.451-1.613a.49.49,0,0,0-.405-.617,3.425,3.425,0,0,0-.461-.031c-2.477,0-4.93,2.585-5.965,6.287-.608,2.172-.786,5.436.711,7.491a4.468,4.468,0,0,0,3.631,1.825h.019A4.347,4.347,0,0,0,5.98,14.929Z' transform='translate(0 -7.858)' fill='%23ffba00'/%3E%3Cpath id='Path_56' data-name='Path 56' d='M57.219,16.982a4.357,4.357,0,0,0-2.613-2.053,4.95,4.95,0,0,0-1.368-.2,4.3,4.3,0,0,0-1.715.351c.431-1.578,1.467-4.3,3.531-4.609a.491.491,0,0,0,.4-.353L55.9,8.507a.49.49,0,0,0-.405-.617,3.421,3.421,0,0,0-.461-.031c-2.477,0-4.93,2.585-5.965,6.287-.607,2.172-.786,5.436.711,7.492a4.467,4.467,0,0,0,3.631,1.825h.019a4.347,4.347,0,0,0,3.785-6.479Z' transform='translate(-39.096 -7.858)' fill='%23ffba00'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")
}

.sTechnology {
	color: #fff;
	background: #224282;
	margin: 40px 0;
	padding: 60px 20px
}

.techSlide {
	position: relative;
	max-width: 1434px;
	padding-top: 20px;
	margin: 0 auto;
	padding-left: 70px;
	padding-right: 70px
}

@media (max-width:767.98px) {
	.techSlide {
		padding-left: 40px;
		padding-right: 40px
	}
}

.techSlide .arrow-2 {
	top: 50%;
	margin-top: -3.34375em
}

.techSlide .arrow--prev {
	left: 0
}

.techSlide__inner {
	position: static
}

.techSlide__item {
	padding: 0 10px
}

.techSlide__content {
	background: #fff;
	border-radius: 10px;
	width: 15.625rem;
	margin: 0 auto;
	height: 15.625rem;
	display: flex;
	color: #224282;
	justify-content: center;
	align-items: center;
	flex-direction: column
}

@media (max-width:480px) {
	.techSlide__content {
		width: auto
	}
}

.techSlide__img {
	margin-top: .625em;
	max-width: 5.625em;
	max-height: 5.625em
}

.techSlide__code {
	margin: .4285714286em 0 0;
	font-size: 1.75em;
	font-weight: 700
}

.techSlide__desc {
	font-size: .875em;
	margin: .6428571429em 0 0;
	line-height: 1.8571428571
}

.techSlide__title {
	font-size: 1.125em;
	line-height: 1.5555555556;
	font-weight: 700;
	text-align: center;
	max-width: 15.2222222222em;
	margin: 0 auto;
	text-align: center;
	margin-top: 1.9444444444em
}

.techSlide__title>a {
	color: inherit
}

@media (max-width:575.98px) {
	.techSlide__title>a br {
		display: none!important
	}
}

@media (max-width:767.98px) {
	.techSlide__title {
		max-width: unset
	}
}

.sProducts {
	background: #fff;
	margin: 40px 0;
	padding: 20px 20px 20px
}

.proBox {
	width: auto;
	position: relative
}

.proBox:after {
	content: "";
	display: block;
	padding-top: 41.1203814064%
}

.proBox__item {
	position: absolute
}

.proBox__item__inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	padding: 1.25rem;
	text-decoration: none!important;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 100%
}

.proBox__item__title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 1.2
}

.proBox__item__title br {
	display: none
}

.proBox__item__title small {
	font-size: 60%;
	font-weight: 700;
	line-height: 1.2;
	display: block
}

@media (max-width:1600px) {
	.proBox__item__title {
		font-size: 1.875rem
	}
}

@media (max-width:1199.98px) {
	.proBox__item__title {
		font-size: 1.875rem
	}
}

@media (max-width:991.98px) {
	.proBox__item__title {
		font-size: 1.5625rem
	}
}

@media (max-width:575.98px) {
	.proBox__item__title {
		font-size: 2.5rem
	}
}

.proBox__item:nth-child(1) {
	background-color: #cbe098;
	top: 0;
	left: 0;
	width: 28.6054827175%;
	height: 63.768115942%
}

.proBox__item:nth-child(2) {
	background-color: #b9e1e6;
	top: 0;
	left: 29.7973778308%;
	width: 20.2622169249%;
	height: 30.4347826087%
}

.proBox__item:nth-child(3) {
	background-color: #efd694;
	top: 0;
	left: 72.4672228844%;
	width: 26.579261025%;
	height: 30.4347826087%
}

.proBox__item:nth-child(4) {
	background-color: #e1e1e1;
	top: 0;
	left: 51.1323003576%;
	width: 20.2622169249%;
	height: 30.4347826087%
}

.proBox__item:nth-child(5) {
	background-color: #aee2ca;
	top: 33.1884057971%;
	left: 29.7973778308%;
	width: 41.5375446961%;
	height: 30.4347826087%
}

.proBox__item:nth-child(6) {
	background-color: #e0bf98;
	top: 66.6666666667%;
	left: 0;
	width: 71.5137067938%;
	height: 33.3333333333%
}

.proBox__item:nth-child(6) .proBox__item__title small {
	display: inline-block
}

.proBox__item:nth-child(7) {
	background-color: #e0ccd7;
	top: 33.3333333333%;
	left: 72.4672228844%;
	width: 26.579261025%;
	height: 66.6666666667%
}

@media (max-width:1700px) {
	.proBox {
		width: auto
	}
}

@media (max-width:640px) {
	.proBox:after {
		display: none
	}
	.proBox__item {
		position: relative;
		left: auto!important;
		width: auto!important;
		top: auto!important;
		height: 230px!important;
		margin-bottom: 20px
	}
	.proBox__item__inner {
		background-size: contain
	}
}

.videoModal--popup iframe {
	border: none
}

.videoModal--popup .modal-lg {
	max-width: 1200px
}

.videoModal--popup .modal-content {
	border: none;
	background: 0 0;
	color: #fff
}

.videoModal--popup .modal-content h4 {
	font-size: 1.375rem;
	font-weight: 700;
	margin: 0;
	padding-top: 1.25rem
}

.videoModal--popup .modal-content .date {
	font-size: .875rem;
	margin-top: 1.25rem;
	color: #ffba00
}

.partnerModal .modal-dialog {
	max-width: 930px
}

.partnerModal .modal-dialog .modal-content {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem
}

.partnerModal__inner {
	max-width: 680px;
	margin: 0 auto;
	padding: 3.125rem 1.25rem
}

@media (max-width:991.98px) {
	.partnerModal__inner {
		padding: 1.25rem
	}
}

.partnerModal__inner__info__heading {
	margin-top: 3.75rem;
	text-align: center;
	margin-bottom: 1.875rem;
	overflow: hidden
}

.partnerModal__inner__info__heading span {
	position: relative;
	padding: 0 1.5625rem;
	font-weight: 700;
	font-size: 1.5rem
}

.partnerModal__inner__info__heading span:after,
.partnerModal__inner__info__heading span:before {
	content: '';
	position: absolute;
	width: 1000px;
	height: 1px;
	background: #706f70;
	top: 50%
}

.partnerModal__inner__info__heading span:after {
	left: inherit;
	right: 100%
}

.partnerModal__inner__info__heading span:before {
	left: 100%;
	right: inherit
}

.partnerModal__inner__info__content .document {
	font-size: 1rem
}

.partnerModal__inner__info__content .document p {
	line-height: 1.875
}

.partnerModal__inner__info__table {
	background: #e7eaf1;
	padding: .9375rem;
	font-size: 1rem
}

@media (min-width:576px) {
	.partnerModal__inner__info__table>.row>div:first-child {
		text-align: right
	}
}

.partnerModal__inner img {
	max-width: 225px
}

.partnerModal__inner table {
	width: 100%;
	background: #e7eaf1
}

.partnerModal__inner table td {
	padding: .625rem
}

.partnerModal__inner table td:first-child {
	text-align: right;
	width: 30%
}

.custom-control {
	position: relative;
	display: block;
	padding-left: 25px;
	margin-bottom: 15px
}

.custom-control a {
	display: inline-block!important
}

.custom-control-input {
	position: absolute;
	opacity: 0;
	box-sizing: border-box;
	padding: 0;
	left: 0;
	top: 2px;
	width: 22px;
	height: 22px
}

.custom-control-input:checked~.custom-control-label:before {
	color: #fff;
	border-color: none;
	background-color: none
}

.custom-control-input:checked~.custom-control-label:after {
	content: "";
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48.14' height='47.861' viewBox='0 0 48.14 47.861'%3E%3Cpath id='Path_2040' data-name='Path 2040' d='M-4.922-9.707l.068.068.137.137.068.068a.607.607,0,0,1,.273.068l.137.068a1.484,1.484,0,0,1,.547.273h.547a.881.881,0,0,0,.684,0h.273a3.038,3.038,0,0,0,.957-.41l.137-.137a4.823,4.823,0,0,0,.479-.342.8.8,0,0,0,.137-.205l.068-.137L25.7-52.09a3,3,0,0,0,.41-2.324,3,3,0,0,0-1.3-1.914,2.809,2.809,0,0,0-2.256-.41,3.081,3.081,0,0,0-1.914,1.23l-24.2,38.691L-16.816-29.8A3.266,3.266,0,0,0-19-30.625a2.8,2.8,0,0,0-2.119.957,2.962,2.962,0,0,0-.82,2.256,2.874,2.874,0,0,0,1.025,2.119Z' transform='translate(21.948 56.816)' fill='%23224282'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
	font-size: 1rem!important;
	padding-left: 4px
}

.custom-control-label>span {
	position: relative;
	top: 4px;
	padding-left: 4px
}

.custom-control-label:before {
	position: absolute;
	top: 0;
	left: -1.5rem;
	display: block;
	width: 1.375rem;
	height: 1.375rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #dfebef solid 1px;
	border-radius: 5px
}

.custom-control-label:after {
	top: 0;
	position: absolute;
	left: -1.5rem;
	display: block;
	width: 1.375rem;
	height: 1.375rem;
	content: "";
	text-align: center;
	color: #fff
}

.custom-control-label.custom-control-label-border:before {
	width: 1.25rem;
	height: 1.25rem;
	border-radius: 50%;
	top: 2px
}

.custom-control-label.custom-control-label-border:after {
	top: 2px
}

.header {
	background: #f4f4f4;
	-webkit-box-shadow: 0 3px 10px rgba(18, 38, 66, .16);
	box-shadow: 0 3px 10px rgba(18, 38, 66, .16);
	transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.header {
		transition: none
	}
}

.header:after,
.header:before {
	content: '';
	display: block;
	height: .9375rem;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1
}

.header:before {
	top: 0;
	background-image: linear-gradient(to bottom, #f4f4f4 0, rgba(244, 244, 244, 0) 100%);
	background-repeat: repeat-x
}

.header:after {
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(244, 244, 244, 0) 0, #f4f4f4 100%);
	background-repeat: repeat-x
}

.header__inner {
	padding-bottom: .9375rem;
	padding-top: 1rem
}

.navbar-nav {
	padding: 0;
	display: block;
	text-align: left;
	font-size: .9375rem
}

.navbar-nav .nav-item-wrap {
	position: relative;
	padding: 1.0666666667em 2.4666666667em 1.0666666667em 1.4666666667em
}

.navbar-nav>li {
	position: relative;
	border-bottom: 1px solid #e1e1e1
}

.navbar-nav>li>.nav-item-wrap>a {
	color: #414344;
	line-height: 1.3333333333;
	font-weight: 600;
	transition: all .2s ease-in-out
}

@media (max-width:1199.98px) {
	.navbar-nav>li>.nav-item-wrap>a {
		max-width: unset
	}
}

@media screen and (prefers-reduced-motion:reduce) {
	.navbar-nav>li>.nav-item-wrap>a {
		transition: none
	}
}

.navbar-nav>li>.nav-item-wrap>a.nav-link {
	padding: 0
}

.navbar-nav>li>.nav-item-wrap>a:hover {
	color: #61b30a
}

.navbar-nav>li.active>.nav-item-wrap>a {
	color: #61b30a
}

.navbar-nav>li ul {
	list-style: none;
	padding: 0 0 0 1.4666666667em;
	border-top: 1px solid #e1e1e1
}

.navbar-nav>li ul>li {
	padding: 0
}

.navbar-nav>li ul>li .nav-item-wrap {
	padding-left: 0
}

.navbar-nav>li ul>li .nav-item-wrap>a {
	color: #414344;
	line-height: 1.3333333333;
	font-weight: 400;
	transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.navbar-nav>li ul>li .nav-item-wrap>a {
		transition: none
	}
}

.navbar-nav>li ul>li .nav-item-wrap>a:hover {
	color: #61b30a;
	text-decoration: none
}

.navbar-nav>li ul>li+li {
	border-top: 1px solid #e1e1e1
}

.navbar-nav>li .expand {
	position: absolute;
	font-size: .875rem;
	top: 50%;
	right: 1.2857142857em;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor: pointer;
	padding-left: .7142857143em;
	margin-top: -.75em;
	text-align: right;
	color: #224282
}

.navbar-nav>li .expand.active i:before {
	content: "\f107"
}

.navbar-nav>li.hasChild ul {
	display: none
}

.navbar-logo {
	text-align: center
}

.navbar-logo img {
	max-width: 100%;
	height: 5.75em
}

.navbar-logo+* {
	margin-top: .875rem
}

.navbar-search {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0 22px
}

.navbar-search-box {
	position: relative;
	padding-left: 1.6875rem
}

.navbar-search-box .form-control,
.navbar-search-box .select2-search__field,
.navbar-search-box .select2-selection--multiple,
.navbar-search-box .select2-selection--single {
	height: 1.625rem;
	border: none;
	background: 0 0;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	font-size: .875em;
	color: #999;
	padding-left: 0
}

.navbar-search-box .btn-search {
	background: 0 0;
	position: absolute;
	top: 50%;
	left: 0;
	border: none;
	z-index: 999;
	color: #999;
	cursor: pointer;
	outline: 0;
	margin-top: -.8125em;
	padding-left: 0
}

.navbar-search.active .navbar-search-box {
	display: block
}

@media (max-width:991.98px) {
	.navbar-search {
		position: relative;
		top: 0;
		left: 0;
		right: 0
	}
	.navbar-search a {
		display: none
	}
	.navbar-search .navbar-search-box {
		position: relative;
		margin-bottom: 1.875rem;
		display: block;
		width: 100%
	}
}

.navbar-social {
	margin-top: .9375rem;
	padding: 0 20px
}

.navbar-social-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.navbar-social-box a {
	display: block;
	width: 2.5em;
	height: 2.5em;
	border-radius: 50%;
	border: 1px solid #e1e1e1;
	background: rgba(225, 225, 225, .5);
	color: #224282;
	text-align: center;
	line-height: 3;
	transition: all .2s ease-in-out
}

.icon-social {
	margin-bottom: 10px;
}
@media screen and (prefers-reduced-motion:reduce) {
	.navbar-social-box a {
		transition: none
	}
}

.navbar-social-box a i {
	font-size: 1.6em
}

.navbar-social-box a:hover {
	border-color: #224282;
	color: #fff;
	background: #224282
}

.navbar-language {
	margin-top: 1.25rem;
	padding-top: 1.875rem;
	position: relative
}

.navbar-language:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='160.5' height='5' viewBox='0 0 160.5 5'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect width='160.5' height='5' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Repeat_Grid_3' data-name='Repeat Grid 3' transform='translate(0)' clip-path='url(%23clip-path)'%3E%3Cg transform='translate(0 -927)'%3E%3Cpath id='Path_41' data-name='Path 41' d='M.3.5l5.8,4,5.7-4' transform='translate(-0.3 926.5)' fill='none' stroke='%23e1e1e1' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.107'/%3E%3C/g%3E%3Cg transform='translate(11 -927)'%3E%3Cpath id='Path_41-2' data-name='Path 41' d='M.3.5l5.8,4,5.7-4' transform='translate(-0.3 926.5)' fill='none' stroke='%23e1e1e1' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.107'/%3E%3C/g%3E%3Cg transform='translate(22 -927)'%3E%3Cpath id='Path_41-3' data-name='Path 41' d='M.3.5l5.8,4,5.7-4' transform='translate(-0.3 926.5)' fill='none' stroke='%23e1e1e1' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.107'/%3E%3C/g%3E%3Cg transform='translate(33 -927)'%3E%3Cpath id='Path_41-4' data-name='Path 41' d='M.3.5l5.8,4,5.7-4' transform='translate(-0.3 926.5)' fill='none' stroke='%23e1e1e1' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.107'/%3E%3C/g%3E%3Cg transform='translate(44 -927)'%3E%3Cpath id='Path_41-5' data-name='Path 41' d='M.3.5l5.8,4,5.7-4' transform='translate(-0.3 926.5)' fill='none' stroke='%23e1e1e1' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.107'/%3E%3C/g%3E%3Cg transform='translate(55 -927)'%3E%3Cpath id='Path_41-6' data-name='Path 41' d='M.3.5l5.8,4,5.7-4' transform='translate(-0.3 926.5)' fill='none' stroke='%23e1e1e1' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.107'/%3E%3C/g%3E%3Cg transform='translate(66 -927)'%3E%3Cpath id='Path_41-7' data-name='Path 41' d='M.3.5l5.8,4,5.7-4' transform='translate(-0.3 926.5)' fill='none' stroke='%23e1e1e1' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.107'/%3E%3C/g%3E%3Cg transform='translate(77 -927)'%3E%3Cpath id='Path_41-8' data-name='Path 41' d='M.3.5l5.8,4,5.7-4' transform='translate(-0.3 926.5)' fill='none' stroke='%23e1e1e1' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.107'/%3E%3C/g%3E%3Cg transform='translate(88 -927)'%3E%3Cpath id='Path_41-9' data-name='Path 41' d='M.3.5l5.8,4,5.7-4' transform='translate(-0.3 926.5)' fill='none' stroke='%23e1e1e1' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.107'/%3E%3C/g%3E%3Cg transform='translate(99 -927)'%3E%3Cpath id='Path_41-10' data-name='Path 41' d='M.3.5l5.8,4,5.7-4' transform='translate(-0.3 926.5)' fill='none' stroke='%23e1e1e1' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.107'/%3E%3C/g%3E%3Cg transform='translate(110 -927)'%3E%3Cpath id='Path_41-11' data-name='Path 41' d='M.3.5l5.8,4,5.7-4' transform='translate(-0.3 926.5)' fill='none' stroke='%23e1e1e1' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.107'/%3E%3C/g%3E%3Cg transform='translate(121 -927)'%3E%3Cpath id='Path_41-12' data-name='Path 41' d='M.3.5l5.8,4,5.7-4' transform='translate(-0.3 926.5)' fill='none' stroke='%23e1e1e1' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.107'/%3E%3C/g%3E%3Cg transform='translate(132 -927)'%3E%3Cpath id='Path_41-13' data-name='Path 41' d='M.3.5l5.8,4,5.7-4' transform='translate(-0.3 926.5)' fill='none' stroke='%23e1e1e1' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.107'/%3E%3C/g%3E%3Cg transform='translate(143 -927)'%3E%3Cpath id='Path_41-14' data-name='Path 41' d='M.3.5l5.8,4,5.7-4' transform='translate(-0.3 926.5)' fill='none' stroke='%23e1e1e1' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.107'/%3E%3C/g%3E%3Cg transform='translate(154 -927)'%3E%3Cpath id='Path_41-15' data-name='Path 41' d='M.3.5l5.8,4,5.7-4' transform='translate(-0.3 926.5)' fill='none' stroke='%23e1e1e1' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.107'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: left top
}

.navbar-language-box {
	margin: 0 auto;
	width: 8.125rem;
	background: rgba(225, 225, 225, .5);
	border-radius: 1.875rem;
	-webkit-box-shadow: 0 0 0 1px #e1e1e1;
	box-shadow: 0 0 0 1px #e1e1e1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.navbar-language-box a {
	display: block;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
	min-width: 33.333%;
	font-size: .75em;
	font-weight: 700;
	color: #224282;
	text-align: center;
	line-height: 2.1428571429;
	border-radius: 1.875rem
}

.navbar-language-box a:hover {
	color: #224282;
	text-decoration: none
}

.navbar-language-box a.active {
	background: #fff;
	-webkit-box-shadow: 0 0 .375rem rgba(0, 0, 0, .16);
	box-shadow: 0 0 .375rem rgba(0, 0, 0, .16)
}

.navbar-toggle {
	display: none;
	width: 36px;
	height: 40px;
	border-radius: 3px;
	left: 10px;
	top: 12px;
	z-index: 999;
	position: absolute;
	transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.navbar-toggle {
		transition: none
	}
}

@media (max-width:1199.98px) {
	.navbar-toggle {
		display: block
	}
}

.navbar-toggle>span {
	display: block;
	position: absolute;
	width: 34px;
	height: 4px;
	background-color: #224282;
	left: 0;
	top: 50%;
	margin-top: -2px;
	transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.navbar-toggle>span {
		transition: none
	}
}

.navbar-toggle>span:first-child {
	top: 9px
}

.navbar-toggle>span:last-child {
	top: 31px
}

.navbar-toggle.active span,
.navbar-toggle.nav-menu span {
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	background-color: #224282
}

.navbar-toggle.active span:first-child,
.navbar-toggle.active span:last-child,
.navbar-toggle.nav-menu span:first-child,
.navbar-toggle.nav-menu span:last-child {
	opacity: 0
}

.navbar-toggle.active span:first-child+span,
.navbar-toggle.active span:last-child+span,
.navbar-toggle.nav-menu span:first-child+span,
.navbar-toggle.nav-menu span:last-child+span {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.navbar-toggle.active span:first-child+span+span,
.navbar-toggle.active span:last-child+span+span,
.navbar-toggle.nav-menu span:first-child+span+span,
.navbar-toggle.nav-menu span:last-child+span+span {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.navbar-toggle.nav-menu {
	left: unset;
	right: 10px
}

.select-language-box {
	padding: .9375em 1.4666666667em 1.25em
}

.select-language-box a {
	display: flex;
	color: #999;
	font-weight: 600;
	border-bottom: 1px solid rgba(153, 153, 153, .4);
	padding-top: 7px;
	padding-bottom: 7px;
	transition: .4s ease;
	font-size: .9375em;
	text-decoration: none;
	align-items: center
}

.select-language-box a:hover {
	color: #224282
}

.select-language-box a[data-toggle] {
	color: #224282;
	position: relative;
	padding-right: 20px
}

.select-language-box a[data-toggle]:after {
	content: "\f107";
	width: 14px;
	height: 14px;
	right: 0;
	top: 10px;
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	transform-origin: 50% 50%;
	text-align: center
}

.select-language-box a[data-toggle][aria-expanded=true]:after {
	transform: rotate(180deg);
	top: 10px
}

.select-language-box a[data-toggle]:not([aria-expanded=true]) {
	border-bottom-color: transparent
}

.select-language-box .icon {
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 20px;
	height: 20px;
	margin-right: 7px
}

.select-language-box .icon.flag-en {
	background-image: url(../images/icon-flag-en.png)
}

.select-language-box .icon.flag-vi {
	background-image: url(../images/icon-flag-vi.png)
}

.select-language-box .icon.flag-ja,
.select-language-box .icon.flag-jp {
	background-image: url(../images/icon-flag-jp.png)
}

.select-language-box .icon.flag-cn,
.select-language-box .icon.flag-zh {
	background-image: url(../images/icon-flag-cn.png)
}

.select-language-box .icon.flag-tl {
	background-image: url(../images/icon-flag-tl.png)
}

.select-language-box .icon.flag-ko,
.select-language-box .icon.flag-kr {
	background-image: url(../images/icon-flag-kr.png)
}

.bodywrap {
	padding-left: 230px
}

.bodywrap .header {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 230px
}

.bodywrap .wrapper {
	background: #f4f4f4;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden
}

@media (max-width:1199.98px) {
	.bodywrap {
		padding-left: 0
	}
	.bodywrap .header {
		width: 0;
		transition: all .2s ease-in-out
	}
}

@media screen and (max-width:1199.98px) and (prefers-reduced-motion:reduce) {
	.bodywrap .header {
		transition: none
	}
}

@media (max-width:1199.98px) {
	.bodywrap .header.active {
		width: 250px;
		z-index: 99
	}
	.bodywrap .wrapper {
		padding-left: 0;
		padding-right: 0
	}
	.navbar-toggle.active {
		left: 250px
	}
}

a:focus {
	outline: 0
}

.btnSm,
.v-more {
	color: #fff;
	font-size: 1rem;
	background: #224282;
	display: inline-block;
	padding: .1875rem 3.75rem .1875rem 1.875rem;
	position: relative;
	overflow: hidden;
	line-height: 2.2777777778;
	outline: 0;
	cursor: pointer;
	border: 1px solid #224282
}

.btnSm>span,
.v-more>span {
	position: relative;
	z-index: 2
}

.btnSm:after,
.v-more:after {
	content: "\35";
	font-family: eleganticons;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 1.875rem;
	position: absolute;
	top: 50%;
	margin-top: -.9375rem;
	right: .625rem
}

.btnSm:before,
.v-more:before {
	content: '';
	position: absolute;
	right: 0;
	background: #fff;
	width: 100%;
	height: 0;
	top: 51%;
	left: 51%;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transition: all .3s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.btnSm:before,
	.v-more:before {
		transition: none
	}
}

.btnSm:hover,
.v-more:hover {
	color: #224282;
	text-decoration: none
}

.btnSm:hover:before,
.v-more:hover:before {
	height: 260%;
	opacity: 1
}

.btnSm:hover.btn-apply:after,
.v-more:hover.btn-apply:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.551' height='18' viewBox='0 0 30.551 18'%3E%3Cg id='Group_157' data-name='Group 157' transform='translate(-340.868 -320.236)'%3E%3Cpath id='Path_123' data-name='Path 123' d='M342.141,327.963h24.9l-5.41-5.49a1.239,1.239,0,1,1,1.75-1.75l7.637,7.638a.773.773,0,0,1,.319.4,1.47,1.47,0,0,1,0,.955.769.769,0,0,1-.319.4l-7.637,7.638a1.239,1.239,0,1,1-1.75-1.75l5.41-5.49h-24.9a1.225,1.225,0,0,1-1.273-1.272v-.557l.359-.358A1.238,1.238,0,0,1,342.141,327.963Z' transform='translate(0)' fill='%23224282'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.btnSm:hover.btn-search:after,
.v-more:hover.btn-search:after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='Group_151' data-name='Group 151' transform='translate(-420.951 -225.782)'%3E%3Cpath id='Path_121' data-name='Path 121' d='M414.951,227.494a9.725,9.725,0,0,1-9.712,9.712,9.584,9.584,0,0,1-6.117-2.148l-6.4,6.4a.91.91,0,0,1-.724.327,1.037,1.037,0,0,1-1.05-1.051.907.907,0,0,1,.327-.724l6.4-6.4a9.583,9.583,0,0,1-2.148-6.117,9.712,9.712,0,0,1,19.424,0Zm-1.494,0a8.21,8.21,0,1,0-2.4,5.813A7.923,7.923,0,0,0,413.457,227.494Z' transform='translate(30 8)' fill='%23224282'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.btnSm.btn-apply,
.v-more.btn-apply {
	padding-right: 1.25rem;
	padding-left: 3.75rem;
	font-weight: 600
}

.btnSm.btn-apply:after,
.v-more.btn-apply:after {
	content: '';
	width: 1.875rem;
	height: 1.875rem;
	margin-top: -.9375rem;
	right: inherit;
	left: 1.25rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30.551' height='18' viewBox='0 0 30.551 18'%3E%3Cg id='Group_157' data-name='Group 157' transform='translate(-340.868 -320.236)'%3E%3Cpath id='Path_123' data-name='Path 123' d='M342.141,327.963h24.9l-5.41-5.49a1.239,1.239,0,1,1,1.75-1.75l7.637,7.638a.773.773,0,0,1,.319.4,1.47,1.47,0,0,1,0,.955.769.769,0,0,1-.319.4l-7.637,7.638a1.239,1.239,0,1,1-1.75-1.75l5.41-5.49h-24.9a1.225,1.225,0,0,1-1.273-1.272v-.557l.359-.358A1.238,1.238,0,0,1,342.141,327.963Z' transform='translate(0)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.btnSm.btn-search,
.v-more.btn-search {
	padding-right: 1.25rem;
	padding-left: 3.75rem;
	font-weight: 600
}

.btnSm.btn-search:after,
.v-more.btn-search:after {
	content: '';
	width: 1.875rem;
	height: 1.875rem;
	margin-top: -.9375rem;
	right: inherit;
	left: 1.25rem;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='Group_151' data-name='Group 151' transform='translate(-420.951 -225.782)'%3E%3Cpath id='Path_121' data-name='Path 121' d='M414.951,227.494a9.725,9.725,0,0,1-9.712,9.712,9.584,9.584,0,0,1-6.117-2.148l-6.4,6.4a.91.91,0,0,1-.724.327,1.037,1.037,0,0,1-1.05-1.051.907.907,0,0,1,.327-.724l6.4-6.4a9.583,9.583,0,0,1-2.148-6.117,9.712,9.712,0,0,1,19.424,0Zm-1.494,0a8.21,8.21,0,1,0-2.4,5.813A7.923,7.923,0,0,0,413.457,227.494Z' transform='translate(30 8)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.arrow {
	width: 2.75rem;
	height: 2.75rem;
	background-color: rgba(255, 255, 255, .5);
	text-align: center;
	line-height: 2.75;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	color: #434a54;
	position: absolute;
	overflow: hidden;
	transition: all .2s ease-in-out;
	top: 50%;
	left: 0;
	margin-top: -1.375rem;
	z-index: 9;
	border: none;
	text-align: center
}

@media screen and (prefers-reduced-motion:reduce) {
	.arrow {
		transition: none
	}
}

.arrow>* {
	position: relative;
	z-index: 2
}

.arrow>i {
	color: inherit;
	font-size: 2.5em;
	display: block;
	text-align: center;
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 1.1
}

.arrow:hover {
	color: #fff;
	text-decoration: none
}

.arrow:hover:after {
	height: 160%;
	opacity: 1
}

.arrow--next {
	right: 0;
	left: inherit
}

.arrow--next.other {
	top: 35%;
	background-color: #f2f2f2
}

@media (min-width:1599px) {
	.arrow--next.other {
		right: -90px;
		top: 50%
	}
}

.arrow--prev.other {
	top: 35%;
	background-color: #f2f2f2
}

@media (min-width:1599px) {
	.arrow--prev.other {
		left: -90px;
		top: 50%
	}
}

.arrow.arrow-1 {
	background: 0 0;
	color: #fff
}

.arrow.arrow-1.arrow--prev {
	left: -40px
}

.arrow.arrow-1.arrow--next {
	right: -40px
}

.arrow-2 {
	width: 3.5rem;
	height: 1rem
}

.contentDetail {
	line-height: 1.875;
	text-align: justify
}

.contentDetail h6 {
	font-style: italic
}

.contentDetail p {
	line-height: 1.875
}

/* .contentDetail img {
	width: auto!important;
	height: auto!important;
	max-width: 100%!important;
	margin: 15px auto;
	display: block
} */

.mainDetail {
	padding-bottom: 2.5rem;
	background-image: url(../images/bg-detail-top.png), url(../images/bg-detail-bottom.png);
	background-size: 100% auto;
	background-position: top center, bottom center;
	background-repeat: no-repeat;
	background-color: #fff
}

.mainLanding {
	background-image: url(../images/bg-landing.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff
}

.popupEvent .modal-dialog {
	max-width: 1000px
}

.popupEvent .modal-dialog .modal-content {
	border: none;
	border-radius: 0
}

.popupEvent .modal-dialog .modal-content img {
	max-width: 100%
}

.popupEvent .modal-dialog .modal-content .text-center {
	margin-top: 1.25rem
}

.popupEvent .modal-dialog button.close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	opacity: 1;
	color: #224282;
	text-shadow: 0 1px 0 #fff0;
	outline: 0
}

.date i {
	margin-right: .625rem
}

@media (max-width:767.98px) {
	.arrow--next.other {
		right: 10px
	}
	.arrow--prev.other {
		left: 10px
	}
}

.v-all {
	font-size: 1.125rem;
	font-weight: 600;
	text-decoration: underline
}

.lbl-require {
	color: red
}

.ic-close {
	width: 3.125rem;
	height: 3.125rem;
	display: block;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.99' height='19.008' viewBox='0 0 18.99 19.008'%3E%3Cpath id='Path_83' data-name='Path 83' d='M9.495-26.5,8.505-27.5l-8.5,8.5-8.514-8.5-.99,1.008L-1-18l-8.5,8.5.99,1.008L.009-17.01,8.505-8.5,9.495-9.5,1-18Z' transform='translate(9.495 27.504)' fill='%23fff'/%3E%3C/svg%3E%0A")
}

.container {
	max-width: inherit
}

.arrow-4 {
	position: absolute;
	line-height: 1;
	z-index: 99;
	top: 50%;
	right: 26px;
	margin-top: -13px
}

.arrow-4 i {
	display: block;
	width: .875rem;
	height: 1.625rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.919' height='26' viewBox='0 0 13.919 26'%3E%3Cpath id='Path_2011' data-name='Path 2011' d='M45.75,32.231a.92.92,0,0,0,1.3,0,.92.92,0,0,0,0-1.3L35.619,19.5,47.05,8.069a.919.919,0,0,0-1.3-1.3L33.669,18.85a.92.92,0,0,0,0,1.3Z' transform='translate(-33.4 -6.5)' fill='%23fff'/%3E%3C/svg%3E%0A")
}

.arrow-4.arrow--next {
	transform: rotate(180deg);
	right: 0
}

.document p {
	line-height: 1.875
}

.document img {
	max-width: 100%
}

@media (max-width:1600px) {
	body,
	html {
		font-size: 14px
	}
}

@media (max-width:991.98px) {
	body,
	html {
		font-size: 13px
	}
}

@media (max-width:575px) {
	.break575 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

@media (max-width:375px) {
	.break375 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

.footer {
	background: #224282;
	position: relative;
	color: #fff
}

.footer h4 {
	font-size: 1rem;
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: .6875rem
}

.footer a {
	color: inherit
}

.footer address p {
	padding-left: 1.625em;
	font-size: .9375rem;
	position: relative
}

.footer address p:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: .3125em;
	left: 0;
	width: .875em;
	height: .875em;
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat
}

.footer address p.add:before {
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.451' height='12.268' viewBox='0 0 8.451 12.268'%3E%3Cpath id='Facebook_Places' d='M75.157,3.053a3.822,3.822,0,0,0-.2-.491A4.2,4.2,0,0,0,66.9,3.806v.524c0,.022.008.218.018.316.153,1.221,1.116,2.519,1.836,3.74.774,1.308,1.578,2.6,2.374,3.882.491-.84.98-1.69,1.46-2.508.131-.24.282-.48.413-.709.087-.153.254-.305.33-.447.774-1.418,2.021-2.846,2.021-4.253V3.773A4.352,4.352,0,0,0,75.157,3.053ZM71.108,5.682a1.5,1.5,0,0,1-1.436-1.025,1.422,1.422,0,0,1-.04-.382V3.937a1.42,1.42,0,0,1,1.523-1.4A1.544,1.544,0,0,1,72.7,4.111,1.584,1.584,0,0,1,71.108,5.682Z' transform='translate(-66.905)' fill='%23ffba00'/%3E%3C/svg%3E%0A")
}

.footer address p.phone:before {
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.573' height='12.565' viewBox='0 0 12.573 12.565'%3E%3Cpath id='Path_107' data-name='Path 107' d='M12.567,10.1a.608.608,0,0,1-.186.532l-1.77,1.757a1,1,0,0,1-.313.226,1.292,1.292,0,0,1-.379.12l-.08.007q-.066.007-.173.007a6.136,6.136,0,0,1-.819-.087,6.217,6.217,0,0,1-1.384-.426,11.619,11.619,0,0,1-1.857-1.018A13.844,13.844,0,0,1,3.4,9.359,14.585,14.585,0,0,1,1.852,7.6,12.518,12.518,0,0,1,.867,6.051,8.352,8.352,0,0,1,.308,4.76a6.85,6.85,0,0,1-.253-1A3.3,3.3,0,0,1,0,3.1q.013-.24.013-.266a1.294,1.294,0,0,1,.12-.379,1,1,0,0,1,.226-.313L2.132.374A.586.586,0,0,1,2.558.188a.5.5,0,0,1,.306.1A.925.925,0,0,1,3.09.534l1.424,2.7a.648.648,0,0,1,.067.466.83.83,0,0,1-.226.426L3.7,4.78a.222.222,0,0,0-.047.087.328.328,0,0,0-.02.1,2.4,2.4,0,0,0,.24.639,5.865,5.865,0,0,0,.492.779,8.645,8.645,0,0,0,.945,1.058,8.816,8.816,0,0,0,1.065.952,6.149,6.149,0,0,0,.779.5,2.07,2.07,0,0,0,.479.193l.166.033a.317.317,0,0,0,.087-.02.222.222,0,0,0,.087-.047l.759-.772a.815.815,0,0,1,.559-.213.7.7,0,0,1,.359.08h.013l2.569,1.517A.67.67,0,0,1,12.567,10.1Z' transform='translate(0 -0.188)' fill='%23ffba00'/%3E%3C/svg%3E%0A")
}

.footer address p.fax:before {
	background-image: url("data:image/svg+xml,%0A%3Csvg id='Group_110' data-name='Group 110' xmlns='http://www.w3.org/2000/svg' width='14' height='13.125' viewBox='0 0 14 13.125'%3E%3Cpath id='Path_108' data-name='Path 108' d='M4,12.25v2.625h7V10.5H4Zm.875-.875h5.25v.875H4.875Zm0,1.75h5.25V14H4.875Z' transform='translate(-0.5 -1.75)' fill='%23ffba00'/%3E%3Cpath id='Path_109' data-name='Path 109' d='M11,3.125V.5H4V4.875h7Z' transform='translate(-0.5 -0.5)' fill='%23ffba00'/%3E%3Cpath id='Path_110' data-name='Path 110' d='M12.25,3.5h-.875V6.125H2.625V3.5H1.75A1.882,1.882,0,0,0,0,5.25V9.625a1.882,1.882,0,0,0,1.75,1.75h.875V8.75h8.75v2.625h.875A1.882,1.882,0,0,0,14,9.625V5.25A1.882,1.882,0,0,0,12.25,3.5Z' transform='translate(0 -0.875)' fill='%23ffba00'/%3E%3C/svg%3E%0A")
}

.footer address p.mail:before {
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.43' height='8.981' viewBox='0 0 13.43 8.981'%3E%3Cpath id='Path_111' data-name='Path 111' d='M6.732,106.748h0a.517.517,0,0,0,.282-.083l.022-.014.015-.009.256-.212,6.106-5.039a.072.072,0,0,0-.057-.029H.071a.069.069,0,0,0-.044.016l6.388,5.266A.5.5,0,0,0,6.732,106.748ZM0,102.076v7.469l4.576-3.7Zm8.858,3.8,4.572,3.674V102.1Zm-1.454,1.2a1.089,1.089,0,0,1-1.342,0l-1.048-.864L0,110.259v.013a.073.073,0,0,0,.072.071H13.359a.072.072,0,0,0,.071-.071v-.012l-5.01-4.025Z' transform='translate(0 -101.362)' fill='%23ffba00'/%3E%3C/svg%3E%0A")
}

.footer p {
	position: relative;
	margin-bottom: .6875rem
}

.footer p:last-child {
	margin-bottom: 0
}

.footer__inner {
	padding: 2.375rem 5rem
}

@media (max-width:767.98px) {
	.footer__inner {
		padding: 1.5625rem
	}
}

.footer__copyright {
	border-top: 2px solid rgba(255, 255, 255, .15);
	padding: 1.25rem 5rem
}

.footer__copyright ul {
	padding: 0;
	margin: 0
}

.footer__copyright ul>li {
	display: inline-block;
	vertical-align: middle
}

.footer__copyright ul>li:before {
	content: "|";
	display: inline-block;
	vertical-align: middle;
	margin-left: .625rem;
	margin-right: .625rem
}

.footer__copyright ul>li:first-child:before {
	display: none
}

@media (min-width:768px) {
	.footer__copyright__inner {
		text-align: right
	}
}

@media (max-width:767.98px) {
	.footer__copyright {
		padding: 1.5625rem
	}
}

.footer .toTop {
	position: fixed;
	bottom: 1.875rem;
	right: 1.25em;
	width: 2.8125rem;
	height: 2.8125rem;
	background: rgba(5, 178, 82, .5);
	opacity: 0;
	transition: all .2s ease-in-out;
	z-index: -1;
	border: 5px solid rgba(255, 255, 255, .18);
	text-align: center;
	font-size: 1.875rem;
	line-height: 2.5rem;
	text-decoration: none;
	cursor: pointer
}

.footer .toTop.active {
	opacity: 1;
	z-index: 9
}

.footer .toTop:hover {
	background: #05b252
}

.footer .share>a {
	text-decoration: none;
	font-size: 1.375rem;
	display: inline-block;
	margin-right: .5rem;
	transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.footer .share>a {
		transition: none
	}
}

.footer .share>a:hover {
	color: #b4ffd5
}

.sVision {
	background: url(../images/bg-vision.jpg) no-repeat center right;
	padding-top: 3.125rem;
	padding-bottom: 6.25rem;
	background-size: cover;
	color: #224282;
	overflow: hidden
}

.sVision .heading {
	color: #fff
}

.sVision__inner {
	margin-top: 4.375rem
}

.sVision__inner__item {
	background: #fff;
	text-align: center
}

.sVision__inner__item .image {
	padding: 1.25rem
}

.sVision__inner__item .img-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	background-size: auto
}

.sVision__inner__item .img-bg:after {
	content: "";
	padding-top: 71.4285714286%;
	display: block
}

.sVision__inner__item .img-bg img {
	display: none
}

.sVision__inner__item__info {
	background: #ecf1f6;
	padding: 1.5625rem 1.25rem;
	font-size: 1.25rem;
	line-height: 1.5;
	transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.sVision__inner__item__info {
		transition: none
	}
}

.sVision__inner__item:hover .sVision__inner__item__info {
	background: #224282;
	color: #fff
}

@media (max-width:1199.98px) {
	.sVision__inner__item .img-bg {
		background-size: contain
	}
}

@media (max-width:767.98px) {
	.sVision__inner__item {
		margin-bottom: 20px
	}
	.sVision__inner__item__info {
		font-size: 1.125rem
	}
}

@media (max-width:991.98px) {
	.sVision__inner {
		margin-top: 1.875rem
	}
}

.sVision__misson {
	margin-top: 6.25rem;
	position: relative
}

.sVision__misson:before {
	top: 2.5rem;
	bottom: 1.5625rem;
	left: -1.5625rem;
	right: -1.5625rem;
	content: '';
	position: absolute;
	border: 1px solid #fff
}

.sVision__misson [class*=col-] {
	margin-top: 15px
}

.sVision__misson__item {
	text-align: center;
	background: #fff;
	font-size: 1rem;
	line-height: 1.5;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .9375rem;
	min-height: 80px;
	transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.sVision__misson__item {
		transition: none
	}
}

.sVision__misson__item:hover {
	background: #224282;
	color: #fff
}

@media (max-width:1199.98px) {
	.sVision__misson {
		margin-top: 1.875rem
	}
	.sVision__misson:before {
		top: -10px;
		bottom: -25px;
		left: 20px;
		right: 20px
	}
}

.sProduct {
	background: url(../images/bg-product.jpg) no-repeat center bottom;
	padding-top: 3.125rem;
	padding-bottom: 6.25rem;
	background-size: cover;
	margin-top: -1px
}

.sProduct__inner {
	padding-top: 3.75rem;
	position: relative
}

.sProduct__inner:after,
.sProduct__inner:before {
	content: '';
	position: absolute
}

.sProduct__inner:before {
	bottom: -1.25rem;
	background: url(../images/family.png) no-repeat left bottom;
	width: 25rem;
	height: 15.625rem;
	left: 93.2203389831%;
	background-size: contain;
	z-index: 2
}

.sProduct__inner:after {
	bottom: -1.25rem;
	background: url(../images/fruit01.png) no-repeat right bottom;
	right: 101.694915254%;
	width: 23.75rem;
	height: 14rem;
	z-index: 2;
	background-size: contain
}

.sProduct__inner .row [class*=col-] {
	margin-bottom: 20px
}

.sProduct__inner .row div:nth-child(2) .sProduct__inner__item .img-bg,
.sProduct__inner .row div:nth-child(3) .sProduct__inner__item .img-bg {
	background-position: bottom center
}

.sProduct__inner__item {
	background: #fff;
	box-shadow: -7px 14px 27px 0 rgba(0, 0, 0, .09);
	position: relative
}

.sProduct__inner__item>a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	display: block
}

.sProduct__inner__item .img-bg {
	background-size: contain;
	background-position: bottom center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transform: scale(1);
	transition: all .5s ease-in-out;
	opacity: 1
}

.sProduct__inner__item .img-bg:after {
	padding-top: 81.4814814815%
}

.sProduct__inner__item .img-bg-wrap {
	position: relative;
	overflow: hidden
}

.sProduct__inner__item .img-bg-wrap:after {
	content: "";
	display: block;
	padding-top: 81.4814814815%
}

.sProduct__inner__item__info {
	color: #20bb24;
	font-size: 1.5rem;
	line-height: 1.0833333333;
	font-weight: 700;
	font-family: Roboto;
	text-align: center;
	height: 100%;
	padding: .75rem
}

.sProduct__inner__item:hover .img-bg {
	transform: scale(1.1)
}

@media (min-width:768px) {
	.sProduct__inner .col-md-4 .sProduct__inner__item .img-bg {
		background-position: bottom
	}
	.sProduct__inner .col-md-4 .sProduct__inner__item .img-bg-wrap:after {
		padding-top: 79.9465240642%
	}
}

@media (max-width:1650px) {
	.sProduct__inner {
		max-width: 80%;
		margin: 0 auto
	}
	.sProduct__inner__item__info {
		font-size: 1.125rem
	}
	.sProduct__inner:after,
	.sProduct__inner:before {
		background-size: 70%
	}
	.sProduct__inner:after {
		right: 100%
	}
	.sProduct__inner.sProductList {
		max-width: unset
	}
}

@media (max-width:991.98px) {
	.sProduct__inner {
		max-width: unset
	}
	.sProduct__inner:before {
		left: unset;
		right: 0;
		background-position: right bottom;
		display: none
	}
	.sProduct__inner:after {
		right: 0;
		bottom: -85px
	}
}

@media (max-width:480px) {
	.sProduct__inner:after,
	.sProduct__inner:before {
		background-size: 70%
	}
}

.sProduct.sMainChild {
	padding-top: 0
}

.sCertificate {
	background: url(../images/bg-cert.jpg) no-repeat center bottom;
	background-size: cover;
	padding-top: 3.125rem;
	padding-bottom: 3.125rem
}

.sCertificateArrow {
	max-width: 310px;
	margin: 0 auto;
	transform: scale(.75);
	position: absolute;
	top: -1.5625rem;
	left: -3.125rem
}

.sCertificateArrow.sCertificateArrowRight {
	right: -3.125rem;
	left: inherit
}

.sCertificateMain {
	margin: 0 auto
}

@media (min-width:767px) {
	.sCertificateMain .slick-list {
		padding-top: 85px
	}
	.sCertificateMain.slick-initialized .slick-slide .sCertificate__inner__item {
		transition: all .4s ease-in-out;
		transform: scale(.7) translateY(-183px)
	}
	.sCertificateMain .slick-slide.slick-current.slick-active+.slick-active .sCertificate__inner__item {
		transition: all .4s ease-in-out;
		transform: scale(1) translateY(0);
		margin-left: -20px
	}
}

@media (min-width:1200px) {
	.sCertificateMain .slick-slide.slick-current.slick-active+.slick-active+.slick-active .sCertificate__inner__item {
		transition: all .4s ease-in-out;
		transform: scale(1) translateY(0);
		margin-right: -20px
	}
}

.sCertificate__inner {
	position: relative;
	margin-top: 3.125rem
}

.sCertificate__inner__item {
	text-align: center;
	padding: 0 .625rem
}

.sCertificate__inner__item .image {
	background: url(../images/cup.png) no-repeat center bottom;
	width: 237px;
	height: 295px;
	margin: 0 auto;
	margin-bottom: 30px
}

.sCertificate__inner__item .image .imageInner {
	width: 230px;
	padding: 2.5rem;
	height: 230px
}

.sCertificate__inner__item .image .img-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	background-size: contain
}

.sCertificate__inner__item .image .img-bg:after {
	content: "";
	padding-top: 101.910828025%;
	display: block
}

.sCertificate__inner__item .image .img-bg img {
	display: none
}

.sCertificate__inner__item h4 {
	font-size: 1rem;
	font-weight: 600;
	margin: 0;
	line-height: 1.875
}

@media (min-width:1400px) {
	.sCertificate__arrow .arrow--prev {
		left: -6.25rem
	}
	.sCertificate__arrow .arrow--next {
		right: -6.25rem
	}
}

.sCertificate.mainChild {
	padding-top: 0;
	background: 0 0;
	padding-bottom: 0
}

@media (max-width:1199.98px) {
	.sCertificate {
		padding-top: 3.125rem;
		padding-bottom: 3.125rem
	}
	.sCertificate .sCertificate__inner {
		padding-top: 0;
		margin-top: 1.25rem
	}
}

@media (min-width:992px) {
	.sCertificate .sCertificateSlider {
		opacity: 1;
		display: block!important
	}
}

@media (max-width:991.98px) {
	.sCertificate .sCertificateSlider {
		opacity: 0
	}
}

@media (max-width:640px) {
	.sCertificate .sCertificate__inner__item .image {
		width: 180px;
		height: 224px;
		background-size: contain
	}
	.sCertificate .sCertificate__inner__item .image .imageInner {
		width: 180px;
		height: 180px;
		margin: 0 auto
	}
}

.sFarm {
	position: relative;
	overflow: hidden
}

.sFarm>.container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.sFarm>.container .heading {
	margin-top: 3.125rem
}

.sFarm__inner .image .container {
	position: absolute;
	left: 0;
	right: 0;
	top: 3.125rem
}

.sFarm__inner .image img {
	width: 100%
}

.sFarm__inner__info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0
}

.sFarm__inner__info .des {
	max-width: 780px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.875;
	background: rgba(33, 66, 130, .6);
	color: #fff;
	padding: 2.5rem;
	z-index: 9;
	position: relative
}

.sFarm__inner__info .des p {
	margin: 0;
	text-align: justify
}

.sFarm__inner__info .des>a {
	margin-top: 1.875rem
}

.sFarm__inner__info .image {
	position: absolute;
	bottom: 0;
	left: 660px;
	width: 68%
}

.sFarm__inner__info .image img {
	max-width: 100%
}

@media (max-width:1650px) {
	.sFarm .sFarm__inner__info .image {
		width: 47%
	}
}

@media (max-width:1199.98px) {
	.sFarm .sFarm__inner__info .image {
		width: 34%;
		left: unset;
		right: -60px
	}
}

@media (max-width:767.98px) {
	.sFarm>.container {
		position: relative;
		margin-top: -2.5rem;
		padding-top: .625rem;
		z-index: 1
	}
	.sFarm>.container::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
		background: rgba(33, 66, 130, .6)
	}
	.sFarm>.container .heading {
		color: #fff;
		margin-top: 0;
		margin-left: 1.875rem
	}
	.sFarm>.container .heading i.ic-farm {
		background: url(../images/icons/ic-farm-white.png) no-repeat center center
	}
	.sFarm .sFarm__inner__info {
		position: relative
	}
	.sFarm .sFarm__inner__info .des {
		width: 100%;
		background: 0 0;
		padding: .625rem
	}
	.sFarm .sFarm__inner__info .image {
		width: inherit;
		right: -100px;
		max-width: 265px;
		bottom: 100%;
		z-index: -1;
		margin-bottom: -25px
	}
}

@media (max-width:640px) {
	.sFarm .sFarm__inner__info .image {
		right: 0
	}
}

@media (max-width:640px) {
	.sFarm .sFarm__inner__info .image {
		width: 180px
	}
}

.sNews {
	background: url(../images/bg-news.jpg) no-repeat center bottom;
	padding-top: 3.75rem;
	padding-bottom: 3.75rem
}

.sNews__inner {
	margin-left: -.625rem;
	margin-right: -.625rem
}

.sNews__inner .slick-slide>div {
	padding: .625rem
}

.sNews__inner .slick-track {
	margin: 0
}

.sNews__inner__item {
	background: #fff;
	box-shadow: -4px 1px 10px 0 rgba(0, 0, 0, .09)
}

.sNews__inner__item .img-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block
}

.sNews__inner__item .img-bg:after {
	content: "";
	padding-top: 60.5263157895%;
	display: block
}

.sNews__inner__item .img-bg img {
	display: none
}

.sNews__inner__item .info {
	padding: 1.25rem
}

.sNews__inner__item .info>a {
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.5454545455;
	text-decoration: none!important;
	display: block;
	margin-bottom: .9375rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 3.0909090909em;
	overflow: hidden
}

.sNews__inner__item .info p {
	margin: 0;
	line-height: 1.875;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 3.75em;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: .9375rem
}

.sNews__inner__item .info a {
	color: #224282;
	text-decoration: underline
}

.sNews__inner__item:hover .img-bg>a {
	transform: scale(1.1)
}

@media (min-width:1400px) {
	.sNews__inner .arrow--prev {
		left: -6.25rem
	}
	.sNews__inner .arrow--next {
		right: -6.25rem
	}
}

@media (max-width:991.98px) {
	.sNews__inner .arrow--prev {
		left: -2.5rem
	}
	.sNews__inner .arrow--next {
		right: -2.5rem
	}
}

@media (max-width:640px) {
	.sNews__inner .arrow--prev {
		left: -.625rem
	}
	.sNews__inner .arrow--next {
		right: -.625rem
	}
}

@media (max-width:480px) {
	.sNews__inner {
		margin: 0
	}
	.sNews__inner .slick-slide>div {
		padding: 0
	}
	.sNews__inner .arrow--prev {
		left: 0
	}
	.sNews__inner .arrow--next {
		right: 0
	}
}

.navTab {
	text-align: center;
	position: relative;
	margin-bottom: 2.5rem
}

.navTab ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.navTab ul li {
	display: inline-block;
	margin: 0 1.25rem
}

.navTab ul li button,
.navTab ul li>a {
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 400;
	color: #224282;
	background: 0 0;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: 0
}

.navTab ul li button:hover,
.navTab ul li>a:hover {
	color: #224282;
	text-decoration: none
}

.navTab ul li button.active,
.navTab ul li>a.active {
	color: #224282;
	font-weight: 700
}

@media (max-width:991.98px) {
	.navTab {
		text-align: left;
		margin-top: 1.25rem;
		margin-bottom: .625rem
	}
	.navTab>ul>li:first-child {
		margin-left: 0
	}
}

@media (min-width:480px) {
	.navTab .v-all {
		position: absolute;
		right: 0;
		top: 0
	}
}

.newsLetter {
	margin-top: 6.25rem
}

.newsLetter label {
	font-size: 20px;
	font-weight: 700;
	color: #224282;
	margin: 0
}

.newsLetter .form-control,
.newsLetter .select2-search__field,
.newsLetter .select2-selection--multiple,
.newsLetter .select2-selection--single {
	height: 3.125rem;
	background: #fff;
	border: none;
	box-shadow: -4px 1px 10px 0 rgba(0, 0, 0, .09);
	transition: all .2s ease-in-out;
	color: #fff
}

@media screen and (prefers-reduced-motion:reduce) {
	.newsLetter .form-control,
	.newsLetter .select2-search__field,
	.newsLetter .select2-selection--multiple,
	.newsLetter .select2-selection--single {
		transition: none
	}
}

.newsLetter .form-control:focus,
.newsLetter .select2-search__field:focus,
.newsLetter .select2-selection--multiple:focus,
.newsLetter .select2-selection--single:focus {
	background: #224282
}

.newsLetter__ipt {
	padding-left: 2.5rem;
	padding-right: 2.5rem
}

@media (max-width:767.98px) {
	.newsLetter__ipt {
		padding-left: 0;
		padding-right: 0;
		margin-top: 1.25rem;
		margin-bottom: 1.25rem
	}
}

.newsLetter .btnSm {
	width: 100%;
	padding: .1875rem 1.875rem .1875rem 1.875rem
}

@media (max-width:767.98px) {
	.newsLetter {
		margin-top: 2.5rem
	}
}

.sQuotes__inner {
	opacity: 0;
	transform: translate(0, 50%);
	transition: all .55s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.sQuotes__inner {
		transition: none
	}
}

.sQuotes.active .sQuotes__inner {
	opacity: 1;
	transform: translate(0, 0)
}

.sCertiHome .heading-home>*,
.sFarmHome .heading-home>*,
.sNewsHome .heading-home>*,
.sProducts .heading-home>*,
.sTechnology .heading-home>* {
	opacity: 0;
	transform: translate(0, 50%);
	transition: all .6s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.sCertiHome .heading-home>*,
	.sFarmHome .heading-home>*,
	.sNewsHome .heading-home>*,
	.sProducts .heading-home>*,
	.sTechnology .heading-home>* {
		transition: none
	}
}

.sCertiHome .heading-home>:nth-child(2),
.sFarmHome .heading-home>:nth-child(2),
.sNewsHome .heading-home>:nth-child(2),
.sProducts .heading-home>:nth-child(2),
.sTechnology .heading-home>:nth-child(2) {
	transition-delay: .2s
}

.sCertiHome .heading-home>:nth-child(3),
.sFarmHome .heading-home>:nth-child(3),
.sNewsHome .heading-home>:nth-child(3),
.sProducts .heading-home>:nth-child(3),
.sTechnology .heading-home>:nth-child(3) {
	transition-delay: .3s
}

.sCertiHome.active .heading-home>*,
.sFarmHome.active .heading-home>*,
.sNewsHome.active .heading-home>*,
.sProducts.active .heading-home>*,
.sTechnology.active .heading-home>* {
	opacity: 1;
	transform: translate(0, 0)
}

.sTechnology .techSlide .techSlide__item {
	opacity: 0;
	transform: scale(.1);
	transition: all .55s ease-in-out;
	transition-delay: .5s
}

@media screen and (prefers-reduced-motion:reduce) {
	.sTechnology .techSlide .techSlide__item {
		transition: none
	}
}

.sTechnology .techSlide .slick-slide.slick-current+.slick-active .techSlide__item {
	transition-delay: .6s
}

.sTechnology .techSlide .slick-slide.slick-current+.slick-active+.slick-active .techSlide__item {
	transition-delay: .7s
}

.sTechnology .arrow-2 {
	opacity: 0;
	transition: all .55s ease-in-out;
	transition-delay: .7s
}

@media screen and (prefers-reduced-motion:reduce) {
	.sTechnology .arrow-2 {
		transition: none
	}
}

.sTechnology .arrow-2:last-child {
	transition-delay: .8s
}

.sTechnology.active .arrow-2,
.sTechnology.active .techSlide .slick-slide .techSlide__item {
	opacity: 1;
	transform: scale(1) translate(0, 0)
}

.sProducts .proBox__item,
.sProducts .proBox__item__inner,
.sProducts .proBox__item__title {
	opacity: 0;
	transition: all .8s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.sProducts .proBox__item,
	.sProducts .proBox__item__inner,
	.sProducts .proBox__item__title {
		transition: none
	}
}

.sProducts .proBox__item__title {
	transform: translate(0, 50%);
	display: block
}

.sProducts .proBox__item__inner {
	background-position: right -20px bottom -140px
}

.sProducts .proBox__item:nth-child(2) {
	transition-delay: .2s
}

.sProducts .proBox__item:nth-child(2) .proBox__item__title {
	transition-delay: .35s
}

.sProducts .proBox__item:nth-child(2) .proBox__item__inner {
	transition-delay: .3s
}

.sProducts .proBox__item:nth-child(3) {
	transition-delay: .3s
}

.sProducts .proBox__item:nth-child(3) .proBox__item__title {
	transition-delay: .45s
}

.sProducts .proBox__item:nth-child(3) .proBox__item__inner {
	transition-delay: .4s
}

.sProducts .proBox__item:nth-child(4) {
	transition-delay: .4s
}

.sProducts .proBox__item:nth-child(4) .proBox__item__title {
	transition-delay: .55s
}

.sProducts .proBox__item:nth-child(4) .proBox__item__inner {
	transition-delay: .5s
}

.sProducts .proBox__item:nth-child(5) {
	transition-delay: .5s
}

.sProducts .proBox__item:nth-child(5) .proBox__item__title {
	transition-delay: .65s
}

.sProducts .proBox__item:nth-child(5) .proBox__item__inner {
	transition-delay: .6s
}

.sProducts .proBox__item:nth-child(6) {
	transition-delay: .6s
}

.sProducts .proBox__item:nth-child(6) .proBox__item__title {
	transition-delay: .75s
}

.sProducts .proBox__item:nth-child(6) .proBox__item__inner {
	transition-delay: .7s
}

.sProducts .proBox__item:nth-child(7) {
	transition-delay: .7s
}

.sProducts .proBox__item:nth-child(7) .proBox__item__title {
	transition-delay: .85s
}

.sProducts .proBox__item:nth-child(7) .proBox__item__inner {
	transition-delay: .8s
}

.sProducts .proBox__item:nth-child(8) {
	transition-delay: .8s
}

.sProducts .proBox__item:nth-child(8) .proBox__item__title {
	transition-delay: .95s
}

.sProducts .proBox__item:nth-child(8) .proBox__item__inner {
	transition-delay: .9s
}

.sProducts .proBox__item:nth-child(9) {
	transition-delay: .9s
}

.sProducts .proBox__item:nth-child(9) .proBox__item__title {
	transition-delay: 1.05s
}

.sProducts .proBox__item:nth-child(9) .proBox__item__inner {
	transition-delay: 1s
}

.sProducts .proBox__item:nth-child(10) {
	transition-delay: 1s
}

.sProducts .proBox__item:nth-child(10) .proBox__item__title {
	transition-delay: 1.15s
}

.sProducts .proBox__item:nth-child(10) .proBox__item__inner {
	transition-delay: 1.1s
}

.sProducts.active .proBox__item,
.sProducts.active .proBox__item__inner,
.sProducts.active .proBox__item__title {
	opacity: 1
}

.sProducts.active .proBox__item__title {
	transform: translate(0, 0)
}

.sProducts.active .proBox__item__inner {
	background-position: right bottom
}

.sFarmHome__inner__info {
	opacity: 0;
	transform: translate(0, 80%);
	transition: all .8s ease-in-out;
	transition-delay: .5s
}

@media screen and (prefers-reduced-motion:reduce) {
	.sFarmHome__inner__info {
		transition: none
	}
}

.sFarmHome.active .sFarmHome__inner__info {
	opacity: 1;
	transform: translate(0, 0)
}

.sCertiHome .sCertiHome__wrap .sCertiHome__inner__item {
	opacity: 0;
	transform: scale(.1);
	transition: all .55s ease-in-out;
	transition-delay: .5s
}

@media screen and (prefers-reduced-motion:reduce) {
	.sCertiHome .sCertiHome__wrap .sCertiHome__inner__item {
		transition: none
	}
}

.sCertiHome .sCertiHome__wrap .slick-slide.slick-current+.slick-active .sCertiHome__inner__item {
	transition-delay: .6s
}

.sCertiHome .sCertiHome__wrap .slick-slide.slick-current+.slick-active+.slick-active .sCertiHome__inner__item {
	transition-delay: .7s
}

.sCertiHome .sCertiHome__wrap .slick-slide.slick-current+.slick-active+.slick-active+.slick-active .sCertiHome__inner__item {
	transition-delay: .8s
}

.sCertiHome .sCertiHome__wrap .slick-slide.slick-current+.slick-active+.slick-active+.slick-active+.slick-active .sCertiHome__inner__item {
	transition-delay: .9s
}

.sCertiHome .sCertiHome__wrap .slick-slide.slick-current+.slick-active+.slick-active+.slick-active+.slick-active+.slick-active .sCertiHome__inner__item {
	transition-delay: 1s
}

.sCertiHome .arrow-2 {
	opacity: 0;
	transition: all .55s ease-in-out;
	transition-delay: .7s
}

@media screen and (prefers-reduced-motion:reduce) {
	.sCertiHome .arrow-2 {
		transition: none
	}
}

.sCertiHome .arrow-2:last-child {
	transition-delay: .8s
}

.sCertiHome.active .arrow-2,
.sCertiHome.active .sCertiHome__wrap .slick-slide .sCertiHome__inner__item {
	opacity: 1;
	transform: scale(1) translate(0, 0)
}

.sNewsHome .sNewsGrid .row>div .sNewsGrid__item,
.sNewsHome .sNewsGrid .row>div .sNewsGrid__item__info {
	opacity: 0;
	transition: all .8s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.sNewsHome .sNewsGrid .row>div .sNewsGrid__item,
	.sNewsHome .sNewsGrid .row>div .sNewsGrid__item__info {
		transition: none
	}
}

.sNewsHome .sNewsGrid .row>div .sNewsGrid__item {
	overflow: hidden
}

.sNewsHome .sNewsGrid .row>div .sNewsGrid__item__info {
	transform: translate(0, 50%)
}

.sNewsHome .sNewsGrid .row>div:nth-child(2) .sNewsGrid__item {
	transition-delay: .2s
}

.sNewsHome .sNewsGrid .row>div:nth-child(2) .sNewsGrid__item__info {
	transition-delay: .3s
}

.sNewsHome .sNewsGrid .row>div:nth-child(3) .sNewsGrid__item {
	transition-delay: .3s
}

.sNewsHome .sNewsGrid .row>div:nth-child(3) .sNewsGrid__item__info {
	transition-delay: .4s
}

.sNewsHome .sNewsGrid .row>div:nth-child(4) .sNewsGrid__item {
	transition-delay: .4s
}

.sNewsHome .sNewsGrid .row>div:nth-child(4) .sNewsGrid__item__info {
	transition-delay: .5s
}

.sNewsHome .sNewsGrid .row>div:nth-child(5) .sNewsGrid__item {
	transition-delay: .5s
}

.sNewsHome .sNewsGrid .row>div:nth-child(5) .sNewsGrid__item__info {
	transition-delay: .6s
}

.sNewsHome .sNewsGrid .row>div:nth-child(6) .sNewsGrid__item {
	transition-delay: .6s
}

.sNewsHome .sNewsGrid .row>div:nth-child(6) .sNewsGrid__item__info {
	transition-delay: .7s
}

.sNewsHome .sNewsGrid .row>div:nth-child(7) .sNewsGrid__item {
	transition-delay: .7s
}

.sNewsHome .sNewsGrid .row>div:nth-child(7) .sNewsGrid__item__info {
	transition-delay: .8s
}

.sNewsHome .sNewsGrid .row>div:nth-child(8) .sNewsGrid__item {
	transition-delay: .8s
}

.sNewsHome .sNewsGrid .row>div:nth-child(8) .sNewsGrid__item__info {
	transition-delay: .9s
}

.sNewsHome .sNewsGrid .row>div:nth-child(9) .sNewsGrid__item {
	transition-delay: .9s
}

.sNewsHome .sNewsGrid .row>div:nth-child(9) .sNewsGrid__item__info {
	transition-delay: 1s
}

.sNewsHome .sNewsGrid .row>div:nth-child(10) .sNewsGrid__item {
	transition-delay: 1s
}

.sNewsHome .sNewsGrid .row>div:nth-child(10) .sNewsGrid__item__info {
	transition-delay: 1.1s
}

.sNewsHome.active .sNewsGrid .row>div .sNewsGrid__item,
.sNewsHome.active .sNewsGrid .row>div .sNewsGrid__item__info {
	opacity: 1
}

.sNewsHome.active .sNewsGrid .row>div .sNewsGrid__item__info {
	transform: translate(0, 0)
}

.sNewsLetterHome {
	opacity: 0;
	transition: all .8s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.sNewsLetterHome {
		transition: none
	}
}

.sNewsLetterHome.active {
	opacity: 1
}

.bannerTechnology .img-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block
}

.bannerTechnology .img-bg:after {
	content: "";
	padding-top: 20.6611570248%;
	display: block
}

.bannerTechnology .img-bg img {
	display: none
}

.contentOtherWrapper {
	border-top: 1px dotted #ccc;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 35px
}

.contentOther {
	margin-top: 25px
}

.contentOther .slick-list {
	margin: 0 -10px
}

.contentOther__item {
	padding: 0 10px
}

.contentOther__item__image>.img-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block
}

.contentOther__item__image>.img-bg:after {
	content: "";
	padding-top: 50.9186351706%;
	display: block
}

.contentOther__item__image>.img-bg img {
	display: none
}

.contentOther__item__name {
	text-align: center;
	padding-top: 20px
}

.contentOther__item__name a {
	font-size: 1.25em;
	font-weight: 700;
	color: #224282
}

.contentOther__item__name a:hover {
	text-decoration: none
}

@media (max-width:767.98px) {
	.contentOther__item__name a {
		font-size: 1em
	}
}

.sProductList {
	padding-top: 1.25rem
}

.sProductList .img-bg {
	background-position: center center;
	width: 80%;
	height: 80%
}

.sProductList:after,
.sProductList:before {
	display: none
}

.dropdown-select {
	width: 280px;
	display: none
}

.dropdown-select h4 {
	font-size: 1rem;
	font-weight: 700
}

.dropdown-select.select-single .bootstrap-select .dropdown-menu li a span.check-mark {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -10px
}

.dropdown-select.select-single a.selected.active span.check-mark {
	display: block
}

.dropdown-select.select-single .bootstrap-select .bs-ok-default:after {
	content: "\5c"
}

.dropdown-select .select2-selection--multiple,
.dropdown-select .select2-selection--single {
	background: #224282;
	border-radius: 0;
	color: #fff;
	border: none;
	height: 2.875rem;
	padding-top: .625rem
}

.dropdown-select .select2-selection--multiple:before,
.dropdown-select .select2-selection--single:before {
	position: absolute;
	content: "\33";
	font-size: 1.25rem;
	font-family: eleganticons;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	right: .625rem
}

.dropdown-select ::-webkit-input-placeholder {
	color: #fff!important;
	opacity: 1!important
}

.dropdown-select :-moz-placeholder {
	color: #fff!important;
	opacity: 1!important
}

.dropdown-select ::-moz-placeholder {
	color: #fff!important;
	opacity: 1!important
}

.dropdown-select :-ms-input-placeholder {
	color: #fff!important;
	opacity: 1!important
}

.dropdown-select .btn-light {
	background: #224282!important;
	color: #fff;
	border: none;
	height: 2.8125rem;
	border-radius: 0
}

.dropdown-select .dropdown-menu {
	background: #224282;
	color: #fff;
	border-radius: 0;
	min-width: inherit!important;
	width: 100%
}

.dropdown-select .dropdown-item {
	color: #fff;
	padding: .625rem 1.25rem;
	white-space: unset
}

.dropdown-select .dropdown-toggle::after {
	border: none;
	content: "\33";
	font-family: eleganticons;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	right: 1.875rem;
	color: #fff;
	position: absolute;
	font-size: 1.5rem
}

@media (max-width:1199.98px) {
	.dropdown-select {
		float: none!important;
		margin-bottom: 1.25rem
	}
}

.sProduct__detail .titleProduct {
	color: #224282;
	text-transform: uppercase;
	font-size: 2.125rem;
	font-weight: 700
}

@media (min-width:992px) {
	.sProduct__detail .des {
		padding-left: 2.5rem
	}
}

@media (max-width:991.98px) {
	.sProduct__detail .des {
		padding-top: 1.25rem;
		padding-left: 2.5rem
	}
}

@media (max-width:767.98px) {
	.sProduct__detail .des {
		padding-left: 0
	}
}

.sProduct__detail .des p {
	line-height: 1.875
}

.sProduct__detail .desDetail h4 {
	position: relative;
	font-size: 1.375rem;
	color: #61b30a;
	font-weight: 700;
	padding-left: 2.5rem
}

.sProduct__detail .desDetail h4 i {
	position: absolute;
	position: absolute;
	width: 1.875rem;
	height: 1.875rem;
	display: block;
	background-size: contain;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center
}

.sProduct__detail .desDetail h4 i.ic-size {
	background: url(../images/icons/ic-size.png) no-repeat center center;
	top: -.3125rem
}

.sProduct__detail .desDetail h4 i.ic-time {
	background: url(../images/icons/ic-clock.png) no-repeat center center;
	top: -.3125rem
}

.sProduct__detail .desDetail h4 i.ic-pack {
	background: url(../images/icons/ic-package.png) no-repeat center center
}

.sProduct__detail .desDetail h4 i.ic-tempt {
	background: url(../images/icons/ic-mometer.png) no-repeat center center
}

.sProduct__detail .desDetail h4 i.ic-date {
	background: url(../images/icons/ic-calendar.png) no-repeat center center;
	top: -.25rem
}

.sProduct__detail .desDetail h4 i.ic-apply {
	background: url(../images/icons/ic-apply.png) no-repeat center center;
	top: -.25rem
}

.sProduct__detail .desDetail h4 i.ic-application {
	background-position: center center;
	background-repeat: no-repeat
}

.sProduct__detail .desDetail h4>span {
	color: #414344;
	position: relative;
	font-size: 1rem;
	font-weight: 400;
	padding-left: 2.5rem;
	display: inline-block;
	margin-top: .9375rem;
	padding-right: .9375rem
}

.sProduct__detail .desDetail h4>span:last-child {
	padding-right: 0
}

.sProduct__detail .desDetail>.row {
	margin-top: 1.25rem
}

.sProduct__detail .desDetail>.row h4 {
	color: #414344;
	position: relative;
	font-size: 1rem;
	font-weight: 400;
	min-height: 30px;
	display: flex;
	align-items: center
}

.sProduct__detail .desDetail>.row h4 span {
	margin-top: 0;
	padding-left: 0
}

.sProduct__detail>.row {
	margin-top: 2.5rem
}

.sProduct__detail>.row .v-more {
	display: block;
	text-align: center;
	padding: .1875rem 1.25rem .1875rem .625rem
}

.sProduct__detail .heading {
	margin-top: 2.5rem
}

.sProduct__content {
	background: rgba(255, 255, 255, .6);
	padding: 1.875rem 1.875rem .625rem 1.875rem;
	margin-top: 3.125rem;
	margin-bottom: 3.125rem
}

@media (max-width:991.98px) {
	.sProduct__content {
		padding: 0;
		background: 0 0
	}
}

.sProduct__content h3 {
	color: #224282;
	font-size: 1.625rem;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 1.25rem
}

.sProduct__content h4 {
	color: #224282;
	font-size: 1.375rem;
	font-weight: 700;
	margin: 0
}

.sProduct__content table {
	width: 100%
}

.sProduct__content table td {
	border-top: 1px solid #61b30a;
	padding-top: .9375rem;
	padding-bottom: .9375rem
}

.sProduct__content table td:last-child {
	text-align: right
}

.sProduct__content table td p {
	margin: 0
}

.sProduct__relative {
	position: relative;
	margin-bottom: 2.5rem;
	margin-top: 1.25rem
}

.sProduct__relative .slick-track {
	margin: unset
}

.sProduct__relative .sliderProduct {
	margin-left: -.625rem;
	margin-right: -.625rem
}

.sProduct__relative .img-bg img {
	display: none!important
}

@media (min-width:1599px) {
	.sProduct__relative .arrow.arrow--prev {
		left: -100px
	}
	.sProduct__relative .arrow.arrow--next {
		right: -100px
	}
}

.sProduct__relative .slick-slide>div {
	padding: .625rem
}

.sProductChild {
	padding-top: 7.5rem;
	padding-bottom: 3.125rem;
	background: url(../images/bg-child.jpg) no-repeat center bottom #fff
}

.slideDetail {
	background: #fff;
	line-height: 0;
	border: 2px solid #e5e5e5;
	margin-bottom: 1.25rem
}

.slideDetail__item {
	position: relative
}

.slideDetail__item:after {
	content: '';
	padding-top: 81.724137931%;
	display: block
}

.slideDetail__item .img-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 90%;
	height: 90%;
	margin: auto
}

.slideDetail__item .img-bg:after {
	content: "";
	padding-top: 81.724137931%;
	display: block
}

.slideDetail__item .img-bg img {
	display: none
}

.slideDetail__item img {
	display: none
}

.slideDetailNav {
	margin-left: -.5rem;
	margin-right: -.5rem;
	margin-top: 1rem;
	margin-bottom: 1rem
}

.slideDetailNav .slick-arrow {
	background-color: transparent;
	border: 0;
	font-size: 1.75rem;
	transition: all .3s ease-in-out;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 1;
	width: 30px;
	height: 30px;
	background-color: #61b30a;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff
}

@media screen and (prefers-reduced-motion:reduce) {
	.slideDetailNav .slick-arrow {
		transition: none
	}
}

.slideDetailNav .slick-arrow:focus,
.slideDetailNav .slick-arrow:hover {
	opacity: .7
}

.slideDetailNav .slick-arrow.slick-prev {
	left: 0
}

.slideDetailNav .slick-arrow.slick-next {
	right: 0
}

.slideDetailNav .slick-slide>div {
	padding: 0 .5rem
}

.slideDetailNav .slick-slide.slick-current .slideDetailNav__item .img-bg {
	box-shadow: 0 0 0 2px #61b30a
}

.slideDetailNav__item {
	position: relative;
	padding: 2px
}

.slideDetailNav__item .img-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block
}

.slideDetailNav__item .img-bg:after {
	content: "";
	padding-top: 81.0810810811%;
	display: block
}

.slideDetailNav__item .img-bg img {
	display: none
}

.slideDetailNav__item .img-bg img {
	display: none
}

.slideDetailNav__item .zoomImg {
	display: none!important
}

@media (max-width:575.98px) {
	.slideDetailNav .slick-arrow.slick-prev {
		left: 0
	}
	.slideDetailNav .slick-arrow.slick-next {
		right: 0
	}
}

.desDetail .row [class*=col-]:first-child {
	max-width: 200px
}

.listContent {
	padding-bottom: 30px;
	padding-top: 10px
}

.listContent__item {
	display: flex;
	background-color: #fff;
	margin-bottom: 30px;
	align-items: center
}

.listContent__item:hover {
	box-shadow: 0 0 26px 0 rgba(34, 66, 130, .5)
}

.listContent__item__image {
	width: 400px;
	height: 203px
}

.listContent__item__image>.img-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block
}

.listContent__item__image>.img-bg:after {
	content: "";
	padding-top: 50.75%;
	display: block
}

.listContent__item__image>.img-bg img {
	display: none
}

.listContent__item__desc {
	flex: 3;
	padding: 15px
}

.listContent__item__desc a {
	font-size: 1.25em;
	font-weight: 700;
	color: #224282;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	overflow: hidden;
	-webkit-box-orient: vertical
}

.listContent__item__desc a:hover {
	text-decoration: none;
	color: #224282
}

.listContent__item__desc p {
	line-height: 1.875;
	color: #414344;
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	overflow: hidden;
	height: 7.5rem;
	-webkit-box-orient: vertical
}

.listContent__item__btn {
	padding-right: 25px;
	text-align: right;
	padding-bottom: 15px
}

@media (max-width:1199.98px) {
	.listContent__item {
		position: relative;
		align-items: flex-start
	}
	.listContent__item__desc {
		padding: 20px 25px 20px 25px
	}
	.listContent__item__desc a {
		font-size: 1.25em
	}
	.listContent__item__desc p {
		height: 80px;
		-webkit-line-clamp: 3
	}
	.listContent__item__btn {
		position: absolute;
		bottom: 10px;
		left: 425px;
		padding-bottom: 0
	}
}

@media (max-width:991.98px) {
	.listContent__item {
		align-items: flex-start;
		position: relative
	}
	.listContent__item__desc p {
		height: 70px;
		-webkit-line-clamp: 3
	}
}

@media (max-width:767.98px) {
	.listContent__item {
		display: block
	}
	.listContent__item__image {
		width: 100%;
		height: 100%
	}
	.listContent__item__desc {
		flex: unset
	}
	.listContent__item__btn {
		position: inherit;
		left: 0;
		text-align: left;
		padding-left: 25px;
		bottom: 5px
	}
}

.sPage--bussiness {
	padding-top: 3.125rem
}

.sPage .sCertifTimeline {
	position: relative;
	padding-left: 1.875rem
}

.sPage .sCertifTimeline:after {
	top: .25rem;
	left: .6875rem;
	width: 1px;
	bottom: 0;
	content: '';
	position: absolute;
	background: #ebebeb
}

.sPage .sCertifTimeline .slick-track {
	margin-left: unset;
	margin-right: unset
}

.sPage .sCertifTimeline .arrow:hover {
	color: #224282
}

.sPage .sCertif__item {
	position: relative;
	z-index: 9
}

.sPage .sCertif__item .sCertificate__inner__item .image {
	width: 11.3125rem;
	height: 14.0625rem;
	background-size: contain
}

.sPage .sCertif__item .sCertificate__inner__item .image .imageInner {
	width: 11.875rem;
	height: 11.875rem
}

.sPage .sCertif__year {
	font-size: 1.5rem;
	font-weight: 700;
	color: #ffba00;
	position: relative;
	padding-left: .625rem;
	margin-bottom: 3.125rem
}

.sPage .sCertif__year:after {
	content: '';
	background: #ffba00;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	position: absolute;
	left: -1.875rem;
	top: .3125rem;
	border: 6px solid #e0f334
}

.sPage .sCertifBtn {
	margin-top: 3.75rem;
	margin-bottom: 3.75rem
}

.sPage .showBox {
	display: none
}

.sContact__form {
	position: relative;
	padding-top: 2.1875rem;
	padding-bottom: 2.1875rem
}

.sContact__form label.lbl {
	font-weight: 700;
	font-size: 1.25rem;
	margin: 0;
	color: #224282;
	margin-top: .3125rem;
	margin-bottom: .3125rem
}

.sContact__form .dropdown-toggle {
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 0;
	height: 3.125rem
}

.sContact__form .dropdown-toggle .filter-option-inner-inner {
	font-size: 1rem;
	color: #414344;
	padding-top: 6px
}

.sContact__form .dropdown-item.active,
.sContact__form .dropdown-item:hover {
	color: #224282
}

.sContact__form:after {
	content: '';
	top: 0;
	left: -1.875rem;
	right: -1.875rem;
	bottom: 0;
	background: url(../images/bg-form.jpg) no-repeat center bottom;
	position: absolute;
	background-size: cover
}

.sContact__form>* {
	position: relative;
	z-index: 3
}

.sContact .form-style {
	margin-top: 1.875rem;
	margin-bottom: 1.875rem
}

.sContact .form-style>.row>div {
	margin-bottom: 1.875rem
}

.sContact .form-style label {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: .625rem
}

.sContact .form-style .form-control,
.sContact .form-style .select2-search__field,
.sContact .form-style .select2-selection--multiple,
.sContact .form-style .select2-selection--single {
	height: 3.125rem;
	border-radius: 0;
	border: 1px solid rgba(178, 178, 178, .6);
	outline: 0
}

.sContact .form-style textarea.form-control,
.sContact .form-style textarea.select2-search__field,
.sContact .form-style textarea.select2-selection--multiple,
.sContact .form-style textarea.select2-selection--single {
	height: 8.75rem;
	overflow: auto;
	resize: none
}

.sContactInfo {
	position: relative
}

@media (min-width:992px) {
	.sContactInfo:after {
		content: '';
		position: absolute;
		top: 1.875rem;
		bottom: 1.875rem;
		background: #f3fbf7;
		left: 0;
		right: 0
	}
}

.sContactInfo>* {
	position: relative;
	z-index: 3
}

.sContactInfo .map {
	border: 1px solid rgba(178, 178, 178, .6)
}

.sContactInfo h5 {
	color: #224282;
	font-size: 1.625rem;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 1.25rem;
	line-height: 1.5384615385
}

.sContactInfo h3 {
	color: #224282;
	font-size: 1.25rem;
	font-weight: 800;
	padding-bottom: .625rem
}

.sContactInfo h4 {
	font-size: 1.25rem;
	font-weight: 700
}

.sContactInfo address {
	margin: 0;
	padding: 0;
	padding-right: 3.125rem
}

.sContactInfo address ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.sContactInfo address ul>li {
	position: relative;
	line-height: 1.75;
	margin-bottom: .625rem
}

.sContactInfo address ul>li>span:first-child {
	color: #224282;
	font-weight: 700;
	padding-left: 1.25rem;
	position: relative;
	padding-right: .625rem
}

.sContactInfo address ul>li>span:first-child i {
	position: absolute;
	top: 2px;
	left: 0
}

.sContactInfoOther {
	margin-top: 3.75rem;
	margin-bottom: 3.75rem
}

.sContactInfoOther:after {
	display: none
}

.newsPage .container,
.pageNobanner .container {
	max-width: inherit
}

@media (max-width:1199.98px) {
	.newsPage .breadcrumb,
	.pageNobanner .breadcrumb {
		padding-left: 3.75rem;
		padding-top: 1.875rem
	}
}

.news .row [class*=col-] {
	margin-bottom: 20px
}

@media (min-width:1200px) {
	.news .row [class*=col-].col-lg-9 {
		flex: 0 0 72%;
		max-width: 71%
	}
	.news .row [class*=col-].col-lg-3 {
		flex: 0 0 28%;
		max-width: 28%
	}
}

.news__img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block
}

.news__img:after {
	content: "";
	padding-top: 58.5209003215%;
	display: block
}

.news__img img {
	display: none
}

.news__item {
	height: 100%;
	display: flex;
	flex-direction: column
}

.news__social {
	float: right;
	margin-bottom: 10px
}

.news__social .fb {
	font-size: 12px;
	font-weight: 500;
	padding: 1px 11px;
	border-radius: 3px;
	color: #fff;
	border: 1px solid #3a5ca9;
	background: #3a5ca9;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	top: 1px;
	margin-left: 3px;
	margin-right: 3px
}

.news__social .fb:hover {
	text-decoration: none;
	opacity: .8
}

.news__social .fb i {
	margin-right: 5px
}

.news__social .fb span {
	margin-left: 5px
}

.news__social .fb--save {
	color: #3a5ca9;
	background: #fff;
	border-color: #c5c9cf
}

.news__social .fb--mail {
	display: inline-block;
	margin-right: 0;
	border: 1px solid #224282;
	background: #224282;
	padding: 0;
	text-align: center;
	height: 20px;
	padding: 0 4px;
	top: 0
}

.news__social .fb--mail i {
	display: inline-block;
	width: 15px;
	height: 8px;
	margin-right: 0
}

.news__social .fb--mail i.ic-mail {
	background: url(../images/icons/ic-email.png) center no-repeat;
	background-size: contain
}

.news__body {
	background: #fff;
	padding: 1.875rem 1.25rem
}

.news__body__heading p {
	margin: 0!important
}

.news__title {
	font-size: 1.5rem;
	line-height: 1.25;
	font-weight: 700
}

.news__title a {
	color: #414344!important
}

.news__des {
	font-size: .875rem;
	color: #ffba00;
	display: block
}

.news__des i {
	margin-right: 7px
}

.news p {
	line-height: 1.875;
	margin-top: 25px;
	margin-bottom: 0
}

.news .category {
	list-style-type: none;
	padding: 0;
	margin-bottom: 40px
}

.news .category li {
	margin-bottom: 5px
}

.news .category li a {
	display: block;
	padding: 1.25rem 1.875rem;
	background: #fff;
	color: inherit;
	transition: all .3s ease-in-out;
	cursor: pointer;
	text-decoration: none
}

@media screen and (prefers-reduced-motion:reduce) {
	.news .category li a {
		transition: none
	}
}

.news .category li a:hover {
	background: #224282;
	color: #fff
}

.news .category li:last-child {
	margin-bottom: 0
}

.news--detail p {
	margin: 1.875rem 0
}

@media (max-width:767.98px) {
	.news__social {
		float: none
	}
}

.document img {
	max-width: 100%
}

.careerPage .bannerTechnology {
	margin-top: 1.25rem
}

.careerPage .bannerTechnology .img-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block
}

.careerPage .bannerTechnology .img-bg:after {
	content: "";
	padding-top: 32.0139697322%;
	display: block
}

.careerPage .bannerTechnology .img-bg img {
	display: none
}

@media (max-width:1199.98px) {
	.careerPage .bannerTechnology {
		margin-top: 0
	}
}

@media (min-width:992px) {
	.careerPage__inner {
		padding-left: 1.25rem;
		padding-right: 1.25rem
	}
}

.careerPage .pagination {
	margin-bottom: 3.125rem
}

.careerPage .pagination li a.page-link {
	background: rgba(225, 225, 225, .5);
	border-color: #e1e1e1;
	color: #414344
}

.careerPage .pagination li.page-item.active a.page-link,
.careerPage .pagination li:hover a.page-link {
	background: #fff;
	color: #224282
}

.quickLink {
	margin-bottom: 2.5rem
}

.quickLink ul {
	padding: 0;
	margin: 0;
	list-style: none
}

.quickLink ul li {
	position: relative;
	margin-bottom: .3125rem
}

.quickLink ul li a {
	font-size: .875rem;
	font-weight: 300;
	padding: .9375rem .9375rem;
	display: block;
	color: #414344;
	position: relative;
	padding-left: 1.25rem;
	background: #fff;
	transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.quickLink ul li a {
		transition: none
	}
}

.quickLink ul li a i {
	display: inline-block;
	vertical-align: middle;
	width: 2.25rem;
	height: 1.875rem;
	content: '';
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center
}

.quickLink ul li a i.ic-download {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.364' height='30' viewBox='0 0 36.364 30'%3E%3Cg id='Group_147' data-name='Group 147' transform='translate(-174.818 -61)'%3E%3Cpath id='Path_115' data-name='Path 115' d='M189.364,63.727,187.545,61H174.818v6.364l14.546.909,14.545-.909V63.727Zm0,0' fill='%231e2e3b'/%3E%3Crect id='Rectangle_366' data-name='Rectangle 366' width='29.091' height='16.364' transform='translate(174.818 67.364)' fill='%2378b9eb'/%3E%3Cpath id='Path_116' data-name='Path 116' d='M203.909,83.727H174.818l29.091-16.363Zm0,0' fill='%235a8bb0'/%3E%3Cpath id='Path_117' data-name='Path 117' d='M211.182,83.727a7.273,7.273,0,1,1-7.273-7.272,7.273,7.273,0,0,1,7.273,7.272Zm0,0' fill='%23eeeeef'/%3E%3Cpath id='Path_118' data-name='Path 118' d='M203.909,76.455a7.272,7.272,0,1,1,0,14.545' fill='%23dedde0'/%3E%3Cpath id='Path_119' data-name='Path 119' d='M200.273,83.727l3.636,4.546,3.636-4.546h-2.272V79.636h-2.728v4.091Zm0,0' fill='%235a8bb0'/%3E%3Cpath id='Path_120' data-name='Path 120' d='M200.273,83.727l3.636,4.546V79.636h-1.364v4.091Zm0,0' fill='%2378b9eb'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.quickLink ul li a i.ic-download-2 {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.233' height='29.997' viewBox='0 0 28.233 29.997'%3E%3Cg id='Group_165' data-name='Group 165' transform='translate(-240 -53.188)'%3E%3Cpath id='Path_124' data-name='Path 124' d='M254.117,63.99l-1.764-2.646H240v6.175l14.117.883,14.117-.883V63.99Zm0,0' transform='translate(0 -0.216)' fill='%231e2e3b'/%3E%3Cpath id='Path_125' data-name='Path 125' d='M242.719,81.421V53.188h17.646l5.293,5.293v22.94Zm0,0' transform='translate(-0.072 0)' fill='%23eeeeef'/%3E%3Cpath id='Path_126' data-name='Path 126' d='M260.676,53.188H254.5V81.421h11.47V58.481Zm0,0' transform='translate(-0.383 0)' fill='%23dedde0'/%3E%3Crect id='Rectangle_367' data-name='Rectangle 367' width='12.352' height='1.765' transform='translate(247.941 60.246)' fill='%235a8bb0'/%3E%3Crect id='Rectangle_368' data-name='Rectangle 368' width='12.352' height='1.765' transform='translate(247.941 63.775)' fill='%235a8bb0'/%3E%3Cpath id='Path_127' data-name='Path 127' d='M260.844,53.188l5.293,5.293h-5.293Zm0,0' transform='translate(-0.551 0)' fill='%231e2e3b'/%3E%3Crect id='Rectangle_369' data-name='Rectangle 369' width='6.176' height='1.765' transform='translate(254.117 60.246)' fill='%231e2e3b'/%3E%3Crect id='Rectangle_370' data-name='Rectangle 370' width='6.176' height='1.765' transform='translate(254.117 63.775)' fill='%231e2e3b'/%3E%3Crect id='Rectangle_371' data-name='Rectangle 371' width='28.233' height='15.881' transform='translate(240 67.304)' fill='%2378b9eb'/%3E%3Cpath id='Path_128' data-name='Path 128' d='M268.233,83.569H240l28.233-15.882Zm0,0' transform='translate(0 -0.383)' fill='%235a8bb0'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.quickLink ul li a span {
	display: inline-block;
	vertical-align: text-top;
	padding-left: 10px
}

.quickLink ul li:hover a {
	color: #fff;
	background: #224282
}

.formApply .modal-dialog {
	max-width: 930px
}

.formApply .modal-dialog .form-style {
	padding: 3.75rem
}

@media (max-width:991.98px) {
	.formApply .modal-dialog .form-style {
		padding: 1.25rem
	}
}

.formApply .modal-dialog .form-style h4 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 1.875rem
}

.formApply .modal-dialog .form-style .form-group {
	margin-bottom: 1.875rem;
	display: block
}

.formApply .modal-dialog .form-style .form-group .sys {
	color: red
}

.formApply .modal-dialog .form-style .form-group label {
	font-size: 1rem;
	font-weight: 500;
	display: block
}

.formApply .modal-dialog .form-style .form-group label.error {
	font-size: .75rem;
	color: red
}

.formApply .modal-dialog .form-style .form-group .form-control,
.formApply .modal-dialog .form-style .form-group .select2-search__field,
.formApply .modal-dialog .form-style .form-group .select2-selection--multiple,
.formApply .modal-dialog .form-style .form-group .select2-selection--single {
	height: 2.8125rem;
	border: none;
	box-shadow: 2px 4px 18px rgba(18, 38, 66, .13)
}

.formApply .modal-dialog .form-style .form-group textarea.form-control,
.formApply .modal-dialog .form-style .form-group textarea.select2-search__field,
.formApply .modal-dialog .form-style .form-group textarea.select2-selection--multiple,
.formApply .modal-dialog .form-style .form-group textarea.select2-selection--single {
	height: 100px;
	overflow: auto;
	resize: none
}

.formApply .modal-dialog .form-style .file-ui {
	width: 10rem
}

.formApply .modal-dialog .form-style .file-ui-label {
	background: #224282;
	color: #fff;
	border-radius: 0;
	border: none;
	margin: 0;
	margin: 0;
	line-height: 2.8125rem;
	height: 2.8125rem;
	padding: 0 10px
}

.formApply .modal-dialog .form-style .file-ui-label:after {
	content: '';
	display: none
}

.addInfo {
	background: #fff;
	padding: 1.875rem
}

.addInfo h4 {
	margin: 0 0 1.25rem 0;
	font-size: 1.125rem;
	font-weight: 700;
	position: relative;
	padding-bottom: 16px
}

.addInfo h4:after {
	content: '';
	height: 2px;
	width: 45px;
	position: absolute;
	bottom: 0;
	background: #ffba00;
	left: 0
}

.addInfo p {
	margin: 0 0 .9375rem 0
}

.addInfo p:last-child {
	margin-bottom: 0
}

.addInfo a {
	color: inherit
}

.carreeBox div {
	color: #224282;
	font-size: 1.375rem;
	position: relative;
	padding-left: 3.125rem;
	margin-bottom: .5rem
}

.carreeBox div:before {
	width: 1.75rem;
	height: 1.75rem;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center
}

.carreeBox div.n-date:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25'%3E%3Cg id='clock-with-white-face' transform='translate(0 0)'%3E%3Cg id='access-time' transform='translate(0 0)'%3E%3Cpath id='Path_104' data-name='Path 104' d='M12.5,0A12.5,12.5,0,1,0,25,12.5,12.537,12.537,0,0,0,12.5,0Zm0,22.5a10,10,0,1,1,10-10A10.029,10.029,0,0,1,12.5,22.5Z' fill='%23224282'/%3E%3Cpath id='Path_105' data-name='Path 105' d='M231.375,127.5H229.5V135l6.5,4,1-1.625L231.375,134Z' transform='translate(-218.25 -121.25)' fill='%23224282'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")
}

.carreeBox div.n-money:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.125' height='28.125' viewBox='0 0 28.125 28.125'%3E%3Cpath id='Path_130' data-name='Path 130' d='M25.869-22.119a13.541,13.541,0,0,0-9.932-4.131,13.541,13.541,0,0,0-9.932,4.131,13.541,13.541,0,0,0-4.131,9.932A13.541,13.541,0,0,0,6.006-2.256a13.541,13.541,0,0,0,9.932,4.131,13.541,13.541,0,0,0,9.932-4.131A13.541,13.541,0,0,0,30-12.187,13.541,13.541,0,0,0,25.869-22.119ZM24.551-3.574A11.74,11.74,0,0,1,15.938,0,11.74,11.74,0,0,1,7.324-3.574,11.74,11.74,0,0,1,3.75-12.187,11.74,11.74,0,0,1,7.324-20.8a11.74,11.74,0,0,1,8.613-3.574A11.74,11.74,0,0,1,24.551-20.8a11.74,11.74,0,0,1,3.574,8.613A11.74,11.74,0,0,1,24.551-3.574ZM17.52-18.75a3.162,3.162,0,0,1,2.2.82,2.586,2.586,0,0,1,.908,1.992.912.912,0,0,0,.264.674.913.913,0,0,0,.674.264.913.913,0,0,0,.674-.264.913.913,0,0,0,.264-.674,4.383,4.383,0,0,0-1.465-3.311,4.952,4.952,0,0,0-3.516-1.377h-.645v-.937a.913.913,0,0,0-.264-.674.913.913,0,0,0-.674-.264.912.912,0,0,0-.674.264.913.913,0,0,0-.264.674v.938h-.645a4.952,4.952,0,0,0-3.516,1.377,4.383,4.383,0,0,0-1.465,3.311,4.383,4.383,0,0,0,1.465,3.311,4.952,4.952,0,0,0,3.516,1.377H15v5.625h-.645a3.162,3.162,0,0,1-2.2-.82,2.586,2.586,0,0,1-.908-1.992.913.913,0,0,0-.264-.674.913.913,0,0,0-.674-.264.913.913,0,0,0-.674.264.913.913,0,0,0-.264.674A4.383,4.383,0,0,0,10.84-5.127,4.952,4.952,0,0,0,14.355-3.75H15v.938a.913.913,0,0,0,.264.674.913.913,0,0,0,.674.264.913.913,0,0,0,.674-.264.913.913,0,0,0,.264-.674V-3.75h.645a4.952,4.952,0,0,0,3.516-1.377A4.383,4.383,0,0,0,22.5-8.437a4.383,4.383,0,0,0-1.465-3.311,4.952,4.952,0,0,0-3.516-1.377h-.645V-18.75Zm0,7.5a3.162,3.162,0,0,1,2.2.82,2.586,2.586,0,0,1,.908,1.992,2.586,2.586,0,0,1-.908,1.992,3.162,3.162,0,0,1-2.2.82h-.645V-11.25ZM15-13.125h-.645a3.162,3.162,0,0,1-2.2-.82,2.586,2.586,0,0,1-.908-1.992,2.586,2.586,0,0,1,.908-1.992,3.162,3.162,0,0,1,2.2-.82H15Z' transform='translate(-1.875 26.25)' fill='%23224282'/%3E%3C/svg%3E%0A")
}

.carreeBox div.n-add:before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.035' height='29.941' viewBox='0 0 21.035 29.941'%3E%3Cpath id='Path_129' data-name='Path 129' d='M10.811-14.15a4.712,4.712,0,0,0,3.457,1.436,4.712,4.712,0,0,0,3.457-1.436,4.712,4.712,0,0,0,1.436-3.457,4.712,4.712,0,0,0-1.436-3.457A4.712,4.712,0,0,0,14.268-22.5a4.712,4.712,0,0,0-3.457,1.436,4.712,4.712,0,0,0-1.436,3.457A4.712,4.712,0,0,0,10.811-14.15Zm1.318-5.6a2.911,2.911,0,0,1,2.139-.879,2.911,2.911,0,0,1,2.139.879,2.911,2.911,0,0,1,.879,2.139,2.911,2.911,0,0,1-.879,2.139,2.911,2.911,0,0,1-2.139.879,2.911,2.911,0,0,1-2.139-.879,2.911,2.911,0,0,1-.879-2.139A2.911,2.911,0,0,1,12.129-19.746ZM13.594,1.348a1.612,1.612,0,0,0,.469.41.762.762,0,0,0,.586,0,4.4,4.4,0,0,0,.469-.41Q15.469,1,16.055.293T18.193-2.49q1.553-2.08,2.783-4.1a34.223,34.223,0,0,0,2.344-4.717,17.984,17.984,0,0,0,1.348-5.039,7.89,7.89,0,0,0,.117-1.289,10.1,10.1,0,0,0-3.076-7.412,10.137,10.137,0,0,0-7.441-3.076,10.137,10.137,0,0,0-7.441,3.076A10.1,10.1,0,0,0,3.75-17.637a8.2,8.2,0,0,0,.117,1.348,18.186,18.186,0,0,0,1.318,4.951A30.243,30.243,0,0,0,7.646-6.5Q9.023-4.336,10.4-2.52T12.656.322A8.7,8.7,0,0,0,13.594,1.348ZM8.145-23.73a8.3,8.3,0,0,1,6.094-2.52,8.4,8.4,0,0,1,6.123,2.52,8.253,8.253,0,0,1,2.549,6.094,6.352,6.352,0,0,1-.117,1.113,17.918,17.918,0,0,1-1.26,4.717,26.568,26.568,0,0,1-2.549,4.834q-1.523,2.285-2.578,3.721T14.355-.586Q13.3-1.816,12.217-3.252T9.609-6.973A29.526,29.526,0,0,1,7-11.807a16.785,16.785,0,0,1-1.318-4.717q-.059-.645-.059-1.113A8.3,8.3,0,0,1,8.145-23.73Z' transform='translate(-3.75 28.125)' fill='%23224282'/%3E%3C/svg%3E%0A")
}

.careerPageList__item {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #999;
	padding-bottom: 1.25rem;
	margin-bottom: 1.25rem
}

.careerPageList__item__img {
	max-width: 30%;
	flex: 0 0 30%
}

.careerPageList__item__title {
	max-width: 35%;
	flex: 0 0 30%
}

.careerPageList__item__title a {
	color: #414344;
	font-weight: 700;
}

.careerPageList__item__title a:hover {
    text-decoration: none;
    color: #224282;
}

.careerPageList__item__header {
	list-style-type: none;
	width: 100%;
	display: table;
	font-size: 1.2rem;
	font-weight: bold;
	color: #224282;
}
  
.careerPageList__item__header-title {
	display: table-cell;
	max-width: 35%;
}
.careerPageList__item__header-date {
	display: table-cell;
	max-width: 17%;
}

.careerPageList__item__header-quantity {
	display: table-cell;
	max-width: 15%;
}

.careerPageList__item__header-des {
	display: table-cell;
	max-width: 38%;
}

@media (max-width:991.98px) {
	.careerPageList__item__header{
		display: none;
	}
}

@media (max-width:991.98px) {
	.careerPageList__item__img {
		flex: 0 0 60%;
		max-width: 60%
	}
	.careerPageList__item__title {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}
}

@media (max-width:575.98px) {
	.careerPageList__item__img {
		flex: 0 0 100%;
		max-width: 100%;
		padding-bottom: .625rem
	}
	.careerPageList__item__title {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}
}

.careerPageList__item__img a {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block
}

.careerPageList__item__img a:after {
	content: "";
	padding-top: 48.4581497797%;
	display: block
}

.careerPageList__item__img a img {
	display: none
}

.careerPageList__item__date {
	flex: 0 0 17%;
	max-width: 17%;
	padding: 0 1.875rem
}
.careerPageList__item__quantity .total {
	font-weight: bold;
	font-size: 1.2rem;
}

@media (max-width:991.98px) {
	.careerPageList__item__date {
		flex: 0 0 40%;
		max-width: 40%
	}
	.careerPageList__item__quantity .total {
		padding: 7px;
	}
}

@media (max-width:575.98px) {
	.careerPageList__item__date {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0
	}
	.careerPageList__item__quantity .total {
		padding: 7px;
	}
}

.careerPageList__item__des {
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 1.875rem
}

@media (max-width:991.98px) {
	.careerPageList__item__des {
		flex: 0 0 40%;
		max-width: 40%
	}
}

@media (max-width:575.98px) {
	.careerPageList__item__des {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0
	}
}

.careerPageList__item__quantity {
	flex: 0 0 17%;
	max-width: 15%;
	padding: 0 1.875rem;
	color: #224282;
}

@media (max-width:991.98px) {
	.careerPageList__item__quantity {
		flex: 0 0 40%;
		max-width: 40%
	}
}

@media (max-width:575.98px) {
	.careerPageList__item__quantity {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0
	}
}

.careerPageList__item__info {
	flex: 0 0 53%;
	max-width: 53%
}

@media (max-width:1360px) {
	.careerPageList__item__info {
		flex: 0 0 45%;
		max-width: 45%
	}
}

@media (max-width:991.98px) {
	.careerPageList__item__info {
		flex: 0 0 100%;
		max-width: 100%;
		padding-top: .625rem
	}
}

.careerPageList__item__info__title {
	overflow: hidden;
	font-size: 1.5rem;
	font-weight: 700;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis
}

.careerPageList__item__info__title a {
	color: inherit;
	transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.careerPageList__item__info__title a {
		transition: none
	}
}

.careerPageList__item__info__title a:hover {
	text-decoration: none;
	color: #224282
}

.careerPageList__item__info__des {
	line-height: 1.875;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: .9375rem
}

.careerPageList__item:last-child {
	border-bottom: none
}

.careerPageSearch {
	background: #fff;
	margin-left: -30px;
	margin-right: -30px;
	padding: 20px 50px;
	margin-bottom: 30px
}

.careerPageSearch h4 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1.875rem
}

.careerPageSearch .quickLink ul li {
	display: inline-block;
	padding: 0 20px 0 0
}

.careerPageSearch .quickLink ul li a {
	padding-left: 0
}

.careerPageSearch__form {
	max-width: 1065px
}

.careerPageSearch__form .dropdown-toggle {
	background: #fff;
	box-shadow: 2px 4px 18px rgba(18, 38, 66, .13);
	border: 1px solid #fff!important;
	border-radius: 0;
	font-size: .875rem;
	font-weight: 300;
	color: rgba(65, 67, 68, .7);
	height: 2.6875rem
}

.careerPageSearch__form .dropdown-toggle:after {
	border: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.828' height='10.713' viewBox='0 0 18.828 10.713'%3E%3Cpath id='Path_2009' data-name='Path 2009' d='M28.516-20.234,21.25-13.047l-7.266-7.187a1.035,1.035,0,0,0-1.719-.039,1.114,1.114,0,0,0,0,1.758l8.125,8.125A1.04,1.04,0,0,0,21.25-10a1.04,1.04,0,0,0,.859-.391l8.125-8.125a1.114,1.114,0,0,0,0-1.758A1.035,1.035,0,0,0,28.516-20.234Z' transform='translate(-11.836 20.713)' fill='%23224282'/%3E%3C/svg%3E%0A");
	width: 30px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px
}

.careerPageSearch__form .dropdown-toggle .filter-option-inner-inner {
	font-size: 1rem;
	color: #414344;
	padding-top: 4px;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap
}

.careerPageSearch__form .dropdown-item.active,
.careerPageSearch__form .dropdown-item:hover {
	color: #224282
}

.resourcePageContent {
	margin-left: -20px;
	margin-right: -20px
}

.resourcePageContent__item {
	background: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px
}

.resourcePageContent__item:nth-child(2n) {
	background: #f4f4f4
}

.resourcePageContent__item .container {
	display: none
}

.resourcePageContent__item.active .container {
	display: block
}

.resourcePageContent__item.active .btnUp .ic-up {
	transform: rotate(0)
}

.resourcePageContent__item .sNewsGrid {
	margin-bottom: 1.875rem
}

.resourcePageContentDetail--other {
	background: #fff;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 1.25rem;
	margin-bottom: 1.875rem;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem
}

.resourcePageContentDetail--other .slick-slide>div {
	padding: 0 .625rem
}

.resourcePageContentDetail--other .sNewsGrid {
	display: none
}

.resourcePageContentDetail--other .sNewsGrid.slick-initialized {
	display: block
}

.resourcePage .sNewsHome {
	padding: 0;
	background: 0 0;
	display: flex;
	flex-wrap: wrap
}

.resourcePage .sNewsHome-colLeft {
	max-width: 60%;
	flex: 0 0 60%;
	padding: 0 10px
}

.resourcePage .sNewsHome-colLeft .sNewsGrid__item__image>a {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block
}

.resourcePage .sNewsHome-colLeft .sNewsGrid__item__image>a:after {
	content: "";
	padding-top: 46.243902439%;
	display: block
}

.resourcePage .sNewsHome-colLeft .sNewsGrid__item__image>a img {
	display: none
}

.resourcePage .sNewsHome-colRight {
	max-width: 40%;
	flex: 0 0 40%;
	display: flex;
	flex-wrap: wrap
}

.resourcePage .sNewsHome-colRight .sNewsHome-colInner {
	flex: 0 0 50%;
	max-width: 50%
}

.resourcePage .sNewsHome-colRight .sNewsHome-colInner .sNewsGrid__item {
	margin-bottom: 0
}

.resourcePage .sNewsHome-colInner {
	flex: 0 0 20%;
	max-width: 20%;
	padding: 0 10px;
	margin-bottom: 20px
}

.resourcePage .sNewsHome-colInner .sNewsGrid__item__info {
	padding: 1.25rem 1.875rem
}

.resourcePage .sNewsHome-colInner .sNewsGrid__item__info a {
	font-size: .875rem
}

.resourcePage .sNewsHome-colInner .sNewsGrid__item__info .date {
	font-size: .75rem
}

.resourcePage .sNewsHome-colInner .sNewsGrid__item__image>a {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block
}

.resourcePage .sNewsHome-colInner .sNewsGrid__item__image>a:after {
	content: "";
	padding-top: 69.1131498471%;
	display: block
}

.resourcePage .sNewsHome-colInner .sNewsGrid__item__image>a img {
	display: none
}

@media (max-width:991.98px) {
	.resourcePage .sNewsHome:first-child {
		display: block
	}
	.resourcePage .sNewsHome-colLeft {
		padding-bottom: 10px
	}
	.resourcePage .sNewsHome-colLeft,
	.resourcePage .sNewsHome-colRight {
		max-width: 100%;
		flex: 0 0 100%
	}
	.resourcePage .sNewsHome-colInner {
		max-width: 33.333%;
		flex: 0 0 33.333%;
		margin-bottom: 10px
	}
}

@media (max-width:575.98px) {
	.resourcePage .sNewsHome-colInner {
		max-width: 50%;
		flex: 0 0 50%
	}
}

.btnShow,
.btnUp {
	display: inline-block;
	background: #ffba00;
	width: 117px;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 40px;
	position: relative;
	margin-bottom: -.5rem
}

.btnShow .ic-up,
.btnUp .ic-up {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	display: block;
	width: 14px;
	height: 11px;
	content: '';
	margin: 0 auto;
	margin-top: -5px;
	transform: rotate(180deg);
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.906' height='7' viewBox='0 0 10.906 7'%3E%3Cg id='Group_139' data-name='Group 139' transform='translate(0 7) rotate(-90)'%3E%3Cg id='left-arrow-angle' transform='translate(0 0)'%3E%3Cpath id='Path_49' data-name='Path 49' d='M1.547,10.906,7,5.453,1.547,0,0,1.547,3.906,5.453,0,9.359Z' transform='translate(0 0)' fill='%23224282'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.imgModal.modal {
	display: block!important;
	opacity: 0;
	visibility: hidden;
	transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.imgModal.modal {
		transition: none
	}
}

.imgModal.modal.show {
	opacity: 1;
	visibility: visible
}

.imgModal .modal-dialog {
	max-width: 1075px
}

@media (max-width:991.98px) {
	.imgModal .modal-dialog .modal-body {
		padding-left: 2.5rem;
		padding-right: 2.5rem
	}
}

.imgModal .modal-content {
	background: 0 0;
	border: none
}

.breedModal .modal-body,
.suppliesModal .modal-body {
	padding: 10px
}

.breedModal .sourcePage__inner,
.suppliesModal .sourcePage__inner {
	margin-bottom: 0
}

@media (min-width:768px) {
	.breedModal .modal-dialog,
	.suppliesModal .modal-dialog {
		max-width: 800px
	}
	.breedModal .modal-body,
	.suppliesModal .modal-body {
		padding: 15px
	}
}

@media (min-width:992px) {
	.breedModal .modal-dialog,
	.suppliesModal .modal-dialog {
		max-width: 900px
	}
}

@media (min-width:1200px) {
	.breedModal .modal-dialog,
	.suppliesModal .modal-dialog {
		max-width: 1200px
	}
	.breedModal .modal-body,
	.suppliesModal .modal-body {
		padding: 20px
	}
}

.breedModal.modal {
	display: block!important;
	opacity: 0;
	visibility: hidden;
	transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.breedModal.modal {
		transition: none
	}
}

.breedModal.modal.show {
	opacity: 1;
	visibility: visible
}

.modal-open .modal.imgModal {
	z-index: 9991
}

.imgBoxContent {
	display: flex;
	flex-wrap: wrap;
	margin-left: -.625rem;
	margin-right: -.625rem
}

.imgBoxContent__item {
	flex: 0 0 33.333%;
	max-width: 33.333%;
	padding: .625rem
}

.imgBoxContent__item__image {
	position: relative
}

.imgBoxContent__item__image>a {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	text-decoration: none!important
}

.imgBoxContent__item__image>a:after {
	content: "";
	padding-top: 76.5606595995%;
	display: block
}

.imgBoxContent__item__image>a img {
	display: none
}

.imgBoxContent__item__image>a.countImg {
	display: flex;
	justify-content: center;
	align-items: center
}

.imgBoxContent__item__image>a.countImg:before {
	background: rgba(34, 66, 130, .6);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.imgBoxContent__item__image>a.countImg span {
	color: #fff;
	font-size: 5rem;
	font-weight: 700;
	position: relative;
	z-index: 9
}

.imgBoxContent__item__image img {
	max-width: 100%
}

.imgBoxContent__item:nth-child(1),
.imgBoxContent__item:nth-child(2) {
	flex: 0 0 50%;
	max-width: 50%
}

.imgBoxContent__item:nth-child(1) .imgBoxContent__item__image>a,
.imgBoxContent__item:nth-child(2) .imgBoxContent__item__image>a {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block
}

.imgBoxContent__item:nth-child(1) .imgBoxContent__item__image>a:after,
.imgBoxContent__item:nth-child(2) .imgBoxContent__item__image>a:after {
	content: "";
	padding-top: 76.4285714286%;
	display: block
}

.imgBoxContent__item:nth-child(1) .imgBoxContent__item__image>a img,
.imgBoxContent__item:nth-child(2) .imgBoxContent__item__image>a img {
	display: none
}

@media (max-width:991.98px) {
	.imgBoxContent__item {
		flex: 0 0 50%;
		max-width: 50%
	}
}

.imgBoxContentFor {
	padding-left: 10px;
	padding-right: 10px
}

.imgBoxContentFor__item__image {
	text-align: center;
	position: relative
}

.imgBoxContentFor__item__image img {
	max-width: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: 100%;
	margin: auto;
	max-height: 100%
}

.imgBoxContentFor__item__image:after {
	content: "";
	display: block;
	padding-top: 56.7524115756%
}

.imgBoxContentNav {
	margin-top: 1.875rem
}

.imgBoxContentNav__item__image {
	text-align: center;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block
}

.imgBoxContentNav__item__image:after {
	content: "";
	padding-top: 62.5368731563%;
	display: block
}

.imgBoxContentNav__item__image img {
	display: none
}

.imgBoxContentNav__item__image:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.imgBoxContentNav__item__image:before {
		transition: none
	}
}

.imgBoxContentNav .slick-slide .imgBoxContentNav__item {
	padding: 0 10px
}

.imgBoxContentNav .slick-slide.slick-current .imgBoxContentNav__item__image:before {
	background: rgba(0, 0, 0, 0)
}

.imgBoxContent--other {
	display: block;
	position: static
}

.imgBoxContent--other .imgBoxContent__item {
	max-width: inherit;
	flex: 0 0 auto
}

.imgBoxContentWrapper {
	overflow: hidden;
	position: relative
}

.arrow-2.arrow-3 {
	background: rgba(255, 186, 0, .7);
	width: 5rem;
	height: 2.5rem;
	top: 50%;
	margin-top: -1.25rem;
	position: absolute;
	z-index: 99;
	left: -5px
}

.arrow-2.arrow-3 i {
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -.5rem;
	position: absolute
}

.arrow-2.arrow-3.arrow--next {
	left: inherit;
	right: -5px
}

@media (max-width:767.98px) {
	.arrow-2.arrow-3 {
		width: 3.75rem;
		height: 1.875rem;
		margin-top: -.9375rem
	}
}

.sPartner {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px
}

.sPartner__item {
	padding: 10px;
	max-width: 20%;
	flex: 0 0 20%;
	margin-bottom: 30px
}

.sPartner__item a {
	display: block
}

.sPartner__item img {
	max-width: 100%
}

.sPartner__item__image {
	text-align: center;
	position: relative
}

.sPartner__item__image>a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center
}

.sPartner__item__image:before {
	padding-top: 69.4189602446%;
	content: '';
	display: block
}

.sPartner__item__info {
	margin-top: 20px
}

.sPartner__item__info h4 {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: .3125rem
}

.sPartner__item__info>a {
	color: #224282
}

@media (max-width:991.98px) {
	.sPartner__item {
		max-width: 25%;
		flex: 0 0 25%
	}
}

@media (max-width:767.98px) {
	.sPartner__item {
		max-width: 33.333%;
		flex: 0 0 33.333%
	}
}

@media (max-width:575.98px) {
	.sPartner__item {
		max-width: 50%;
		flex: 0 0 50%
	}
}

.bannerInner {
	margin-top: 1.25rem
}

.bannerInner .img-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block
}

.bannerInner .img-bg:after {
	content: "";
	padding-top: 21.2456344587%;
	display: block
}

.bannerInner .img-bg img {
	display: none
}

@media (max-width:1199.98px) {
	.bannerInner {
		margin-top: 0
	}
}

.sourcePage__inner {
	margin-bottom: 3.125rem
}

.sourcePage__inner__heading {
	font-size: 1.5rem;
	font-weight: 700;
	color: #ffba00;
	padding: 1.5625rem 2.5rem;
	border-radius: 5px 5px 0 0;
	background: #224282;
	position: relative
}

.sourcePage__inner__heading:last-child {
	margin-bottom: 0
}

.sourcePage__inner__heading a {
	position: absolute;
	right: 30px;
	top: 1.375rem;
	font-size: 1.875rem;
	text-decoration: none;
	color: #ffba00
}

.sourcePage__inner__heading a:hover {
	color: #fff
}

.sourcePage__inner__heading a.active .arrow_carrot-up_alt2:before {
	content: "\3b"
}

@media (max-width:767.98px) {
	.sourcePage__inner__heading {
		font-size: 1.25rem;
		padding: 1.5625rem 1.25rem;
		padding-right: 5rem;
		line-height: 1
	}
}

.sourcePage__inner__content {
	padding: 1.5625rem 2.5rem;
	background: #fff
}

.sourcePage__inner__content__info a {
	color: #224282
}

.sourcePage__inner__content h4 {
	font-size: 1.5rem;
	font-weight: 700;
	padding-bottom: .625rem
}

.sourcePage__inner__content p {
	font-size: 1rem;
	line-height: 1.875
}

.sourcePage__inner__content table {
	width: 100%
}

.sourcePage__inner__content table td {
	padding-top: .625rem;
	padding-bottom: .625rem;
	padding-right: .625rem
}

.sourcePage__inner__content table td p {
	margin: 0
}

.sourcePage__inner__content table td:first-child {
	width: 220px
}

@media (max-width:767.98px) {
	.sourcePage__inner__content table td:first-child {
		width: 180px
	}
}

@media (max-width:575.98px) {
	.sourcePage__inner__content table td:first-child {
		width: 120px
	}
}

.sourcePage__inner__content table~.sourcePage__inner__content__heading {
	margin-top: 1.25rem
}

.sourcePage__inner__content__heading {
	font-size: 1.5rem;
	font-weight: 700;
	color: #224282;
	margin-bottom: 1.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.sourcePage__inner__content__heading span {
	display: inline-block;
	vertical-align: middle;
	padding-right: 1.25rem
}

.sourcePage__inner__content__heading span>img {
	max-height: 55px
}

@media (max-width:991.98px) {
	.sourcePage__inner__content__heading span {
		display: block
	}
	.sourcePage__inner__content__heading span>img {
		max-height: 40px
	}
}

.sourcePage__inner__content__heading a {
	font-weight: 400;
	color: #4b78d1;
	text-decoration: none;
	text-decoration: underline
}

.sourcePage__inner__content__heading:last-child {
	margin-bottom: 0
}

.sourcePage__inner__content__heading .row {
	flex: 1
}

.sourcePage__inner__content__heading .row .col-sm-5,
.sourcePage__inner__content__heading .row .col-sm-7 {
	align-items: center;
	display: flex
}

@media (min-width:768px) {
	.sourcePage__inner__content__heading .row .col-sm-5 {
		justify-content: flex-end
	}
}

@media (max-width:767.98px) {
	.sourcePage__inner__content__heading .row .col-sm-5 {
		margin-top: 10px
	}
}

.sourcePage__inner__content__heading .row a {
	font-size: 16px
}

@media (max-width:767.98px) {
	.sourcePage__inner__content__heading {
		position: relative;
		font-size: 1.25rem
	}
	.sourcePage__inner__content__heading a {
		font-size: .8em
	}
	.sourcePage__inner__content__heading>i {
		position: absolute;
		top: 14px;
		right: 0;
		font-size: 1.5em
	}
	.sourcePage__inner__content__heading#sectionGrow-culture,
	.sourcePage__inner__content__heading#sectionGrow-harvest {
		padding-right: 30px
	}
	.sourcePage__inner__content__heading#sectionGrow-culture+.sourcePage__inner__content__table,
	.sourcePage__inner__content__heading#sectionGrow-harvest+.sourcePage__inner__content__table {
		display: none
	}
	.sourcePage__inner__content__heading [class*=col-] {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		min-width: 100%
	}
	.sourcePage__inner__content__heading .col-sm-5.text-right {
		text-align: left!important
	}
}

.sourcePage__inner__content__table {
	margin-top: 3.125rem;
	margin-bottom: 3.125rem
}

.sourcePage__inner__content__table table {
	width: 100%
}

.sourcePage__inner__content__table table thead th {
	background: #224282;
	color: #fff;
	padding: 1.5625rem;
	font-weight: 700;
	border: 1px solid #d5d4d4
}

.sourcePage__inner__content__table table thead th small {
	display: block
}

.sourcePage__inner__content__table table tbody tr td {
	border: 1px solid #d5d4d4;
	padding: 1.5625rem
}

.sourcePage__inner__content__table table tbody tr td p {
	margin: 0
}

.sourcePage__inner__content__table table tbody tr:nth-child(2n) td {
	background: #f5f8ff
}

@media (max-width:991.98px) {
	.sourcePage__inner__content__table {
		overflow: auto
	}
	.sourcePage__inner__content__table table {
		width: 980px
	}
}

@media (max-width:767.98px) {
	.sourcePage__inner__content__table {
		overflow: hidden;
		margin-top: 0
	}
	.sourcePage__inner__content__table table {
		width: auto;
		display: block
	}
	.sourcePage__inner__content__table table thead {
		display: none
	}
	.sourcePage__inner__content__table table tbody,
	.sourcePage__inner__content__table table tbody td,
	.sourcePage__inner__content__table table tbody th,
	.sourcePage__inner__content__table table tbody tr {
		display: block;
		width: 100%!important
	}
	.sourcePage__inner__content__table table tbody tr td,
	.sourcePage__inner__content__table table tbody tr th {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 1rem
	}
	.sourcePage__inner__content__table table tbody tr td:before,
	.sourcePage__inner__content__table table tbody tr th:before {
		content: attr(data-text);
		min-width: 45%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
		padding-right: 10px;
		text-align: left;
		font-weight: 700
	}
	.sourcePage__inner__content__table table tbody tr td p,
	.sourcePage__inner__content__table table tbody tr th p {
		min-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%
	}
	.sourcePage__inner__content__table table tbody tr td *~a,
	.sourcePage__inner__content__table table tbody tr th *~a {
		min-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		margin-left: 45%
	}
	.sourcePage__inner__content__table table tbody tr td+*,
	.sourcePage__inner__content__table table tbody tr th+* {
		border-top: none!important
	}
	.sourcePage__inner__content__table table tbody tr td.text-center,
	.sourcePage__inner__content__table table tbody tr th.text-center {
		text-align: left!important
	}
	.sourcePage__inner__content__table table tbody tr td:first-child,
	.sourcePage__inner__content__table table tbody tr th:first-child {
		border-radius: 5px 5px 0 0
	}
	.sourcePage__inner__content__table table tbody tr td:last-child,
	.sourcePage__inner__content__table table tbody tr th:last-child {
		border-radius: 0 0 5px 5px
	}
	.sourcePage__inner__content__table table tbody tr td.nowrap,
	.sourcePage__inner__content__table table tbody tr th.nowrap {
		flex-wrap: nowrap
	}
	.sourcePage__inner__content__table table tbody tr+tr {
		margin-top: 10px
	}
}

.sourcePage__inner__content__certify {
	max-width: 1400px;
	margin: 0 auto;
	background: #e7ebf4;
	padding: 4.0625rem
}

.sourcePage__inner__content__certify__heading {
	font-size: 2.25rem;
	font-weight: 700;
	text-align: center;
	color: #224282;
	padding-bottom: 1.875rem
}

.sourcePage__inner__content__certify .certifySliderWrap {
	max-width: 966px;
	margin: 0 auto
}

.sourcePage__inner__content__certify .certifySlider__item {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important
}

.sourcePage__inner__content__certify .certifySlider__item .image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	max-width: 45%
}

.sourcePage__inner__content__certify .certifySlider__item .image>a {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	background-size: contain;
	background-color: #fff
}

.sourcePage__inner__content__certify .certifySlider__item .image>a:after {
	content: "";
	padding-top: 133.179723502%;
	display: block
}

.sourcePage__inner__content__certify .certifySlider__item .image>a img {
	display: none
}

.sourcePage__inner__content__certify .certifySlider__item .info {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 55%;
	flex: 0 0 55%;
	max-width: 55%;
	padding-left: 3.75rem
}

.sourcePage__inner__content__certify .certifySlider__item .info__item {
	font-size: 1rem;
	padding-bottom: 3.125rem
}

@media (max-width:991.98px) {
	.sourcePage__inner__content__certify .certifySlider__item {
		display: block!important
	}
	.sourcePage__inner__content__certify .certifySlider__item .image,
	.sourcePage__inner__content__certify .certifySlider__item .info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
		padding-top: .625rem
	}
	.sourcePage__inner__content__certify .certifySlider__item .image .info__item,
	.sourcePage__inner__content__certify .certifySlider__item .info .info__item {
		padding-top: .625rem;
		padding-bottom: .625rem
	}
}

.sourcePage__inner__content__certify .certifySliderNav {
	margin-left: -.625rem;
	margin-right: -.625rem;
	position: static
}

.sourcePage__inner__content__certify .certifySliderNavWrap {
	position: relative;
	margin-top: 1.5625rem;
	overflow: hidden;
	max-width: 45%
}

@media (max-width:991.98px) {
	.sourcePage__inner__content__certify .certifySliderNavWrap {
		max-width: 100%
	}
}

.sourcePage__inner__content__certify .certifySliderNav__item {
	padding: 0 .625rem
}

.sourcePage__inner__content__certify .certifySliderNav__item .img-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	background-color: #fff;
	background-size: contain
}

.sourcePage__inner__content__certify .certifySliderNav__item .img-bg:after {
	content: "";
	padding-top: 133.846153846%;
	display: block
}

.sourcePage__inner__content__certify .certifySliderNav__item .img-bg img {
	display: none
}

.sourcePage__inner#sectionProducer-warehouse {
	margin-bottom: 0
}

.sourcePage__inner#sectionProducer-warehouse .sourcePage__inner__content__table:last-child {
	margin-bottom: 0
}

.certificateBox {
	margin-left: -10px;
	margin-right: -10px
}

.certificateBox__item {
	padding: .625rem;
	background: #fff;
	-webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .16);
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, .16);
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px
}

.certificateBox__item:before {
	content: '';
	padding-top: 80%;
	display: block
}

.certificateBox__item img {
	max-width: 100%;
	max-height: 173px
}

.certificateBox__item__wrap {
	padding: 10px
}

.certificateBox p {
	text-align: center;
	font-style: italic;
	font-size: 1rem
}

.mapCanvas {
	margin-bottom: 1.875rem
}

.imgBoxContentPopup img {
	max-width: 100%
}

.sSourceSlider {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem
}

.sSourceSlider .slick-vertical .slick-slide {
	border: none
}

.sSourceSlider .col-9 {
	padding-left: 0
}

.sSourceSlider .arrow {
	margin-top: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.sSourceSlider .arrow.slick-prev {
	top: 0
}

.sSourceSlider .arrow.slick-next {
	bottom: 0;
	top: unset
}

.sSourceSliderNav {
	position: relative;
	overflow: hidden
}

.sSourceSliderNav__inner {
	position: static;
	margin-top: -.3125rem;
	margin-bottom: -.3125rem
}

.sSourceSliderNav .slick-slide>div {
	padding-bottom: .3125rem;
	padding-top: .3125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.sSourceSliderNav__item {
	height: 100%
}

.sSourceSliderNav__item .img-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block
}

.sSourceSliderNav__item .img-bg:after {
	content: "";
	padding-top: 63.6363636364%;
	display: block
}

.sSourceSliderNav__item .img-bg img {
	display: none
}

.sSourceSliderFor__item .img-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block
}

.sSourceSliderFor__item .img-bg:after {
	content: "";
	padding-top: 61.5615615616%;
	display: block
}

.sSourceSliderFor__item .img-bg img {
	display: none
}

.sPageClient__inner__intro {
	position: relative;
	margin-bottom: .9375rem
}

.sPageClient__inner__intro .img-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block
}

.sPageClient__inner__intro .img-bg:after {
	content: "";
	padding-top: 33.7601862631%;
	display: block
}

.sPageClient__inner__intro .img-bg img {
	display: none
}

.sPageClient__inner__intro__info {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center
}

.sPageClient__inner__intro__info .des {
	max-width: 53.5506402794%;
	margin-left: 10rem;
	position: relative
}

.sPageClient__inner__intro__info .des__info {
	position: relative
}

.sPageClient__inner__intro__info .des__info:after,
.sPageClient__inner__intro__info .des__info:before {
	content: '';
	display: block;
	width: 98px;
	height: 72px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='98.088' height='72.712' viewBox='0 0 98.088 72.712'%3E%3Cpath id='Path_2039' data-name='Path 2039' d='M47.824,2.024A68.455,68.455,0,0,1,36.966-4.93a34.674,34.674,0,0,1-6.222-6.344,16.18,16.18,0,0,1-2.806-5.734,23.129,23.129,0,0,1-.61-5.124q0-4.392,3.9-4.392,17.08,0,17.08-16.1,0-9.028-5.124-13.908t-14.152-4.88q-10.98,0-16.836,6.466T6.344-36.04q0,16.592,9.272,27.694T42.212,11.3Zm-56.364,0A68.454,68.454,0,0,1-19.4-4.93a34.674,34.674,0,0,1-6.222-6.344,16.18,16.18,0,0,1-2.806-5.734,23.13,23.13,0,0,1-.61-5.124q0-4.392,3.9-4.392,17.08,0,17.08-16.1,0-9.028-5.124-13.908t-14.152-4.88q-10.98,0-16.714,6.466t-5.734,18.91q0,16.592,9.15,27.694T-14.152,11.3Z' transform='translate(49.775 61.416)' fill='%23ffba00'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}

.sPageClient__inner__intro__info .des__info:before {
	position: absolute;
	left: -65px;
	top: -20px
}

.sPageClient__inner__intro__info .des__info:after {
	position: absolute;
	right: -65px;
	bottom: -20px;
	transform: rotateY(180deg)
}

.sPageClient__inner__intro__info .des h3 {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.6666666667;
	position: relative;
	z-index: 9
}

.sPageClient__inner__intro__info .des .name {
	font-size: 1.125rem;
	margin-top: 1.875rem
}

.sPageClient__inner__intro__info .des .name p {
	margin: 0
}

.sPageClient__inner__intro__info .des .name p:first-child {
	font-size: 111%
}

@media (max-width:991.98px) {
	.sPageClient__inner__intro__info .des {
		margin-left: 3.125rem
	}
	.sPageClient__inner__intro__info .des__info:after,
	.sPageClient__inner__intro__info .des__info:before {
		width: 3.125rem;
		height: 3.125rem
	}
	.sPageClient__inner__intro__info .des__info:before {
		left: 0
	}
	.sPageClient__inner__intro__info .des__info:after {
		right: 0
	}
	.sPageClient__inner__intro__info .des h3 {
		font-size: 1rem
	}
	.sPageClient__inner__intro__info .des .name {
		font-size: 1rem
	}
}

@media (max-width:640px) {
	.sPageClient__inner__intro__info {
		position: relative
	}
	.sPageClient__inner__intro__info .des {
		width: auto;
		max-width: inherit;
		padding-top: 20px;
		margin-left: 1.25rem;
		margin-right: 1.25rem
	}
}

.sPageClient__inner__grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -1.5625rem;
	margin-right: -1.5625rem;
	margin-bottom: .9375rem
}

.sPageClient__inner__grid__item {
	flex: 0 0 33.33%;
	padding: 1.5625rem
}

.sPageClient__inner__grid__item__wrap {
	position: relative
}

.sPageClient__inner__grid__item__wrap>.name {
	padding-left: 2.8125rem;
	padding-right: 2.8125rem;
	color: #fff;
	padding-bottom: 2.8125rem;
	background: linear-gradient(to top, rgba(0, 0, 0, .99) 0, rgba(0, 0, 0, 0) 100%);
	z-index: 9;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.sPageClient__inner__grid__item__wrap>.name {
		transition: none
	}
}

.sPageClient__inner__grid__item__wrap:hover .sPageClient__inner__grid__item__info {
	opacity: 1
}

.sPageClient__inner__grid__item__wrap:hover>.name {
	opacity: 0
}

.sPageClient__inner__grid__item .img-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block
}

.sPageClient__inner__grid__item .img-bg:after {
	content: "";
	padding-top: 107.421150278%;
	display: block
}

.sPageClient__inner__grid__item .img-bg img {
	display: none
}

.sPageClient__inner__grid__item .name {
	font-size: 1.25rem;
	margin-top: 1.875rem
}

.sPageClient__inner__grid__item .name p {
	margin: 0
}

.sPageClient__inner__grid__item .name p:first-child {
	font-size: 111%
}

.sPageClient__inner__grid__item__info {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	padding: 4.375rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.sPageClient__inner__grid__item__info {
		transition: none
	}
}

.sPageClient__inner__grid__item__info h4 {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.6666666667;
	position: relative;
	z-index: 9
}

.sPageClient__inner__grid__item__info h4:after,
.sPageClient__inner__grid__item__info h4:before {
	content: '';
	display: block;
	width: 52px;
	height: 40px;
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='98.088' height='72.712' viewBox='0 0 98.088 72.712'%3E%3Cpath id='Path_2039' data-name='Path 2039' d='M47.824,2.024A68.455,68.455,0,0,1,36.966-4.93a34.674,34.674,0,0,1-6.222-6.344,16.18,16.18,0,0,1-2.806-5.734,23.129,23.129,0,0,1-.61-5.124q0-4.392,3.9-4.392,17.08,0,17.08-16.1,0-9.028-5.124-13.908t-14.152-4.88q-10.98,0-16.836,6.466T6.344-36.04q0,16.592,9.272,27.694T42.212,11.3Zm-56.364,0A68.454,68.454,0,0,1-19.4-4.93a34.674,34.674,0,0,1-6.222-6.344,16.18,16.18,0,0,1-2.806-5.734,23.13,23.13,0,0,1-.61-5.124q0-4.392,3.9-4.392,17.08,0,17.08-16.1,0-9.028-5.124-13.908t-14.152-4.88q-10.98,0-16.714,6.466t-5.734,18.91q0,16.592,9.15,27.694T-14.152,11.3Z' transform='translate(49.775 61.416)' fill='%23ffba00'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center
}

.sPageClient__inner__grid__item__info h4:before {
	left: -20px;
	top: -30px
}

.sPageClient__inner__grid__item__info h4:after {
	right: -20px;
	bottom: -30px;
	transform: rotateY(180deg)
}

.sPageClient__inner__grid__item__info h4 span {
	position: relative;
	z-index: 2
}

@media (max-width:991.98px) {
	.sPageClient__inner__grid {
		margin-left: -.9375rem;
		margin-right: -.9375rem
	}
	.sPageClient__inner__grid__item {
		padding-left: .9375rem;
		padding-right: .9375rem
	}
	.sPageClient__inner__grid__item__wrap>.name {
		display: none
	}
	.sPageClient__inner__grid__item__info {
		position: relative;
		opacity: 1;
		padding: 10px;
		background: #fff;
		color: #414344
	}
	.sPageClient__inner__grid__item__info h4 {
		font-size: 1rem
	}
	.sPageClient__inner__grid__item__info h4:after,
	.sPageClient__inner__grid__item__info h4:before {
		width: 3.125rem;
		height: 3.125rem
	}
	.sPageClient__inner__grid__item__info h4:before {
		left: 0
	}
	.sPageClient__inner__grid__item__info h4:after {
		right: 0
	}
	.sPageClient__inner__grid__item__info .name {
		font-size: 1rem
	}
}

@media (max-width:640px) {
	.sPageClient__inner__grid .sPageClient__inner__grid__item {
		flex: 0 0 50%
	}
}

@media (max-width:360px) {
	.sPageClient__inner__grid .sPageClient__inner__grid__item {
		flex: 0 0 100%
	}
}

.sPageFaqs {
	padding-bottom: 5rem
}

.sPageFaqs__inner__info__item {
	padding: 1.875rem;
	border-bottom: 1px solid rgba(112, 112, 112, .3);
	padding-bottom: 0
}

.sPageFaqs__inner__info__item h4 {
	font-size: 1rem;
	font-weight: 700;
	color: #224282
}

.sPageFaqs__inner__info__item h4 span.n-date {
	color: #888;
	font-weight: 400;
	font-style: italic
}

.sPageFaqs__inner__info__item__questions {
	font-size: 1rem;
	font-weight: 500
}

.sPageFaqs__inner__info__item__ask {
	font-size: 1rem;
	position: relative;
	display: none;
	padding-top: 10px
}

.sPageFaqs__inner__info__item__ask:before {
	content: '';
	height: 1px;
	position: absolute;
	top: 0;
	width: 240px;
	left: 0;
	background: #707070
}

.sPageFaqs__inner__info__item__ask p {
	margin: 0
}

.sPageFaqs__inner__info__item__ask p:first-child {
	font-weight: 500
}

.sPageFaqs__inner__info__item.active {
	background: rgba(34, 66, 130, .1)
}

.sPageFaqs__inner__info .btnShow {
	width: 90px;
	height: 20px;
	background: #414344;
	color: #fff;
	margin-right: -1.875rem
}

.sPageFaqs__inner__info .btnShow .ic-up {
	transform: rotate(0);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.906' height='7' viewBox='0 0 10.906 7'%3E%3Cg id='left-arrow-angle' transform='translate(10.906) rotate(90)'%3E%3Cpath id='Path_49' data-name='Path 49' d='M1.547,0,7,5.453,1.547,10.906,0,9.359,3.906,5.453,0,1.547Z' fill='%23f4f4f4'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.sPageFaqs__inner__info .btnShow.active {
	background: #ffba00
}

.sPageFaqs__inner__info .btnShow.active .ic-up {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.906' height='7' viewBox='0 0 10.906 7'%3E%3Cg id='Group_139' data-name='Group 139' transform='translate(0 7) rotate(-90)'%3E%3Cg id='left-arrow-angle' transform='translate(0 0)'%3E%3Cpath id='Path_49' data-name='Path 49' d='M1.547,10.906,7,5.453,1.547,0,0,1.547,3.906,5.453,0,9.359Z' transform='translate(0 0)' fill='%23224282'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
}

.sPageFaqs__inner .form-style {
	background: rgba(34, 66, 130, .1);
	padding: 1.875rem
}

.sPageFaqs__inner .form-style__heading {
	text-align: center;
	color: #224282;
	font-size: 1.5rem;
	font-weight: 700;
	padding-bottom: 1.875rem
}

.sPageFaqs__inner .form-style__note {
	font-size: 1rem;
	margin-bottom: 12px
}

.sPageFaqs__inner .form-style__note span {
	color: red
}

.sPageFaqs__inner .form-style .form-group {
	margin-bottom: .9375rem
}

.sPageFaqs__inner .form-style .form-group .form-control,
.sPageFaqs__inner .form-style .form-group .select2-search__field,
.sPageFaqs__inner .form-style .form-group .select2-selection--multiple,
.sPageFaqs__inner .form-style .form-group .select2-selection--single {
	height: 3.75rem;
	border-radius: 0;
	border: none;
	font-weight: 700;
	color: #888
}

.sPageFaqs__inner .form-style .form-group textarea.form-control,
.sPageFaqs__inner .form-style .form-group textarea.select2-search__field,
.sPageFaqs__inner .form-style .form-group textarea.select2-selection--multiple,
.sPageFaqs__inner .form-style .form-group textarea.select2-selection--single {
	height: 15.625rem
}

.sPageFaqs__inner .form-style .form-group img {
	max-width: 100%
}

.sPageFaqs__inner .form-style .btn-group-sm>.btn,
.sPageFaqs__inner .form-style .btn-sm {
	background: #224282;
	color: #ffba00;
	font-size: 1.5rem;
	font-weight: 700;
	border: none;
	width: 100%;
	border-radius: 0;
	height: 100%;
	cursor: pointer;
	transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.sPageFaqs__inner .form-style .btn-group-sm>.btn,
	.sPageFaqs__inner .form-style .btn-sm {
		transition: none
	}
}

.sPageFaqs__inner .form-style .btn-group-sm>.btn:hover,
.sPageFaqs__inner .form-style .btn-sm:hover {
	color: #fff;
	background: #ffba00
}

@media (max-width:767.98px) {
	.sPageFaqs__inner .form-style .btn-group-sm>.btn,
	.sPageFaqs__inner .form-style .btn-sm {
		font-size: 1.125rem
	}
}

@media (max-width:767.98px) {
	.sPageFaqs__inner .form-style {
		margin-top: 2.5rem
	}
}

.sPageSitemap {
	padding-bottom: 40px
}

.sPageSitemap__inner__heading {
	font-size: 1.875rem;
	font-weight: 700;
	color: #224282;
	background: rgba(34, 66, 130, .1);
	padding: 10px;
	text-align: center
}

.sPageSitemap .sSitemap {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
	margin-left: -2px;
	margin-right: -2px
}

@media (min-width:992px) {
	.sPageSitemap .sSitemap span.ic-menuChild {
		display: none
	}
}

.sPageSitemap .sSitemap>li {
	flex: 1;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px
}

.sPageSitemap .sSitemap>li>a {
	color: #414344;
	font-size: .9375rem;
	font-weight: 700;
	background: rgba(34, 66, 130, .1);
	display: flex;
	padding: 14px;
	text-align: left;
	height: 64px;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-bottom: 1.25rem
}

.sPageSitemap .sSitemap>li>a:after {
	content: "\43";
	font-family: ElegantIcons;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	color: #dee1e8;
	position: absolute;
	bottom: -16px;
	font-size: 24px;
	left: 50%;
	margin-left: -12px
}

.sPageSitemap .sSitemap>li:first-child {
	display: none
}

.sPageSitemap .sSitemap>li ul {
	padding: 0;
	list-style: none;
	margin: 0
}

.sPageSitemap .sSitemap>li ul li {
	margin-bottom: 4px
}

.sPageSitemap .sSitemap>li ul li>a {
	font-weight: 400;
	color: #414344;
	background: rgba(255, 186, 0, .1);
	display: flex;
	padding: 14px;
	text-align: center;
	height: 64px;
	justify-content: center;
	align-items: center
}

@media (max-width:991.98px) {
	.sPageSitemap .sSitemap>li {
		max-width: 100%;
		flex: 0 0 100%;
		padding: 0;
		margin-bottom: .25rem;
		position: relative
	}
	.sPageSitemap .sSitemap>li a {
		margin-bottom: 4px;
		justify-content: left
	}
	.sPageSitemap .sSitemap>li a:after {
		display: none
	}
	.sPageSitemap .sSitemap>li ul {
		display: none
	}
	.sPageSitemap .sSitemap>li span.ic-menuChild {
		position: absolute;
		right: 18px;
		width: 30px;
		height: 30px;
		background: #224282;
		top: 17px;
		color: #fff;
		text-align: center;
		line-height: 30px;
		z-index: 99
	}
	.sPageSitemap .sSitemap>li span.ic-menuChild.active .icon_plus:before {
		content: "\4b"
	}
}

.nutsPage__inner {
	padding-bottom: 1.25rem
}

.nutsPage__inner__wrap {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	padding-top: 0
}

.nutsPage__inner__wrap>div {
	padding: 10px
}

@media (max-width:991.98px) {
	.nutsPage__inner__wrap>div:nth-child(4n) {
		order: 1
	}
}

.nutsPage__inner__wrap .sNewsGrid__item {
	margin-bottom: 0;
	height: 100%
}

.nutsPage__inner__col-1 {
	flex: 0 0 45%;
	max-width: 45%
}

.nutsPage__inner__col-1 .sNewsGrid__item__image>a {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block
}

.nutsPage__inner__col-1 .sNewsGrid__item__image>a:after {
	content: "";
	padding-top: 45.974025974%;
	display: block
}

.nutsPage__inner__col-1 .sNewsGrid__item__image>a img {
	display: none
}

.nutsPage__inner__col-2 {
	flex: 0 0 27.5%;
	max-width: 27.5%
}

.nutsPage__inner__col-2 .sNewsGrid__item__image>a {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block
}

.nutsPage__inner__col-2 .sNewsGrid__item__image>a:after {
	content: "";
	padding-top: 77.9735682819%;
	display: block
}

.nutsPage__inner__col-2 .sNewsGrid__item__image>a img {
	display: none
}

@media (max-width:991.98px) {
	.nutsPage__inner__col-1 {
		flex: 0 0 100%;
		max-width: 100%
	}
	.nutsPage__inner__col-2 {
		flex: 0 0 50%;
		max-width: 50%
	}
}

@media (max-width:360px) {
	.nutsPage__inner__col-2 {
		flex: 0 0 100%;
		max-width: 100%
	}
}

.nutsPage .nutsPageSlider {
	color: #fff;
	background: #224282;
	padding: 1.875rem 1.875rem 1.875rem;
	border-radius: 6px;
	margin-top: .625rem;
	margin-bottom: 1.875rem
}

.nutsPage .nutsPageSlider__inner {
	padding-right: 50px
}

@media (max-width:991.98px) {
	.nutsPage .nutsPageSlider__inner {
		padding-top: 10px
	}
}

.nutsPage .nutsPageSlider__inner__item {
	padding-right: 1.25rem
}

@media (min-width:992px) {
	.nutsPage .nutsPageSlider__inner__item {
		padding: 0 1.25rem
	}
}

.nutsPage .nutsPageSlider__inner__item a {
	color: #fff;
	padding-left: 1.5625rem;
	position: relative;
	display: inline-block
}

.nutsPage .nutsPageSlider__inner__item a:before {
	width: 1.125rem;
	height: 1.125rem;
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	background-image: url("data:image/svg+xml,%3Csvg id='star' xmlns='http://www.w3.org/2000/svg' width='17.23' height='17.23' viewBox='0 0 17.23 17.23'%3E%3Cg id='Group_395' data-name='Group 395'%3E%3Cpath id='Path_2009' data-name='Path 2009' d='M11.92,10.567,17.23,6.461H10.769L8.615,0,6.461,6.461H0L5.317,10.55,3.231,17.23,8.624,13.1,14,17.23Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: contain
}

.nutsPage .nutsPageSlider h3 {
	font-size: 1.375rem;
	font-weight: 700;
	margin: 0
}

.nutsPage__news__wrap {
	margin-bottom: 3.125rem
}

@media (min-width:992px) {
	.nutsPage__news>.row {
		margin-left: -20px;
		margin-right: -20px
	}
	.nutsPage__news>.row>div {
		padding-left: 20px;
		padding-right: 20px
	}
}

.nutsPage__news .img-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block
}

.nutsPage__news .img-bg:after {
	content: "";
	padding-top: 49.6103896104%;
	display: block
}

.nutsPage__news .img-bg img {
	display: none
}

.nutsPage__news .img-bg~.nutsPage__news__item__info {
	padding-top: 1.25rem
}

.nutsPage__news__item__info {
	color: #414344;
	font-size: 1rem;
	line-height: 1.875
}

.nutsPage__news__item__info h4 {
	font-size: 1.25rem;
	font-weight: 700;
	color: #000
}

.nutsPage__news__item__info h4 a {
	color: inherit;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.nutsPage__news__item__info h4 a {
		transition: none
	}
}

.nutsPage__news__item__info h4 a:hover {
	color: #ffba00;
	text-decoration: none
}

.nutsPage__news__item__info .date {
	color: #ffba00
}

.nutsPage__news__item__info__des {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 5.625em
}

.nutsPage__news__item.row {
	margin-bottom: 2.8125rem
}

@media (max-width:991.98px) {
	.nutsPage__news__item.row {
		margin-top: 2.8125rem
	}
}

.nutsPage__news__item.row .img-bg {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block
}

.nutsPage__news__item.row .img-bg:after {
	content: "";
	padding-top: 60.8695652174%;
	display: block
}

.nutsPage__news__item.row .img-bg img {
	display: none
}

.nutsPage__news__item~.nutsPage__news__item.row {
	margin-top: 2.8125rem
}

.sProductNews {
	margin-top: 1.875rem
}

.sProductNewsSlider {
	margin-left: -.9375rem;
	margin-right: -.9375rem
}

.sProductNews .slick-slide>div {
	padding: .9375rem
}

.sProductNews__item__image {
	background: #fff;
	border: 1px solid #cecece;
	padding: .625rem;
	margin-bottom: 1.25rem
}

.sProductNews__item__image>a {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	background-size: contain
}

.sProductNews__item__image>a:after {
	content: "";
	padding-top: 70.8860759494%;
	display: block
}

.sProductNews__item__image>a img {
	display: none
}

.sProductNews__item__info h4 {
	font-size: 1.25rem;
	font-weight: 700;
	color: #000
}

.sProductNews__item__info h4 a {
	color: inherit;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.sProductNews__item__info h4 a {
		transition: none
	}
}

.sProductNews__item__info h4 a:hover {
	color: #ffba00;
	text-decoration: none
}

.sProductNews__item__info__des {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.875;
	height: 5.625em
}

.sPageFactory {
	padding-bottom: 5rem
}

.sPageFactory__inner__heading {
	color: #fff;
	background: #224282;
	padding: 1.25rem;
	display: inline-block;
	max-width: 700px
}

.sPageFactory__inner__heading h4 {
	font-size: .875rem;
	font-weight: 700;
	margin: 0;
	padding-bottom: 10px
}

.sPageFactory__inner__heading p {
	margin: 0;
	padding: 0
}

.sPageFactory__inner__content {
	padding: 1.875rem;
	border: 1px solid #224282
}

.sPageFactory__inner__content img {
	max-width: 100%
}

.sPageFactory__inner__content .document p:last-child {
	margin-bottom: 0
}

.store__tab {
	display: flex;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: -1px
}

.store__tab a {
	flex: 0 0 33.3333333333%;
	min-width: 33.3333333333%;
	text-align: center;
	line-height: 1.1875;
	padding: .875em;
	border: 1px solid #224282;
	color: #224282
}

.store__tab a:not(:last-child) {
	border-right: none
}

.store__tab a.active {
	background: #224282;
	color: #fff;
	cursor: default;
	pointer-events: none
}

.store__tab.slick-slider .slick-list {
	order: 1
}

.store__tab.slick-slider .slick-arrow {
	-webkit-appearance: none;
	order: 2;
	min-width: 40px;
	background: 0 0;
	border: 0;
	border-radius: 0;
	border: 1px solid #224282;
	color: #224282;
	transition: .4s ease;
	cursor: pointer
}

.store__tab.slick-slider .slick-arrow:hover {
	background: #224282;
	color: #fff
}

.store__tab.slick-slider .slick-arrow.slick-disabled {
	cursor: not-allowed
}

.store__tab.slick-slider .slick-arrow.slick-disabled:hover {
	background: rgba(170, 170, 170, .3);
	color: #224282
}

.store__tab.slick-slider .slick-arrow.slick-prev {
	border-right: 0
}

.store__tab.slick-slider .slick-track {
	display: flex;
	height: 68px
}

.store__tab.slick-slider .slick-slide {
	float: none;
	height: 100%;
	flex: 1
}

.store__tab.slick-slider .slick-slide>div {
	height: 100%;
	flex: 1
}

.store__tab.slick-slider .slick-slide a {
	min-height: 59px;
	display: flex!important;
	align-items: center;
	justify-content: center;
	height: 100%
}

.store__tab.slick-slider .slick-slide:not(:last-child) a {
	border-right: 0
}

.store__list {
	position: relative;
	overflow: hidden;
	border: 1px solid #224282;
	border-top: none
}

.store__list__cont {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-right: 13px;
	opacity: 0;
	visibility: hidden;
	height: 510px;
	overflow: hidden;
	transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.store__list__cont {
		transition: none
	}
}

.store__list__cont__inner {
	padding-right: 17px
}

.store__list__cont.active {
	opacity: 1;
	visibility: visible;
	position: relative
}

.store__list__cont .item {
	position: relative;
	border-bottom: 1px solid rgba(112, 112, 112, .3);
	transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.store__list__cont .item {
		transition: none
	}
}

.store__list__cont .item__top {
	padding: 30px
}

.store__list__cont .item__title {
	font-size: 1em;
	font-weight: 700;
	margin-bottom: .1875em;
	line-height: 1.25;
	transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.store__list__cont .item__title {
		transition: none
	}
}

.store__list__cont .item__add {
	font-size: 1em;
	line-height: 1.125;
	display: block;
	padding-left: 1em;
	background-repeat: no-repeat;
	background-position: left top .125em;
	background-size: .61em auto;
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.763' height='13.665' viewBox='0 0 9.763 13.665'%3E%3Cpath d='M78.377,0a4.885,4.885,0,0,0-5.054,4.882c0,3.125,3,5.394,4.68,8.656a.231.231,0,0,0,.409,0c1.521-2.935,4.12-4.9,4.6-7.731A4.956,4.956,0,0,0,78.377,0Zm-.169,7.441a2.559,2.559,0,1,1,2.559-2.559A2.559,2.559,0,0,1,78.208,7.444Z' transform='translate(-73.323 0)' fill='%23414344'/%3E%3C/svg%3E%0A");
	transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.store__list__cont .item__add {
		transition: none
	}
}

.store__list__cont .item__detail {
	padding: 0 30px 30px;
	display: none
}

.store__list__cont .item__detail:after {
	content: '';
	display: block;
	clear: both
}

.store__list__cont .item__img {
	width: 32.1608040201%;
	padding-top: .375em;
	margin-right: 30px;
	float: left
}

.store__list__cont .item__img img {
	max-width: 100%
}

.store__list__cont .item__desc {
	flex-grow: 1;
	line-height: 1.875
}

.store__list__cont .item__desc>* {
	display: inline;
	margin-right: 5px
}

.store__list__cont .item__desc p:last-of-type {
	margin-bottom: 0
}

.store__list__cont .item__desc>a.item__viewmore {
	color: #224282
}

.store__list__cont .item__desc>a.item__viewmore:before {
	content: " - ";
	color: #414344
}

.store__list__cont .item__desc>a.item__viewmore:hover {
	text-decoration: none;
	color: #172d5a
}

.store__list__cont .item__lessmore {
	position: absolute;
	bottom: -1px;
	right: 0;
	border-radius: .3125em 0 0 0;
	width: 5.625em;
	height: 1.25em;
	background-color: #414344;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.906' height='7' viewBox='0 0 10.906 7'%3E%3Cg id='left-arrow-angle' transform='translate(10.907 0) rotate(90)'%3E%3Cpath id='Path_49' data-name='Path 49' d='M1.547,0,7,5.453,1.547,10.906,0,9.359,3.906,5.453,0,1.547Z' fill='%23f4f4f4'/%3E%3C/g%3E%3C/svg%3E%0A");
	transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.store__list__cont .item__lessmore {
		transition: none
	}
}

.store__list__cont .item.active,
.store__list__cont .item:hover {
	background: rgba(34, 66, 130, .1);
	border-color: transparent
}

.store__list__cont .item.active .item__add,
.store__list__cont .item.active .item__title,
.store__list__cont .item:hover .item__add,
.store__list__cont .item:hover .item__title {
	color: #224282
}

.store__list__cont .item.active .item__add,
.store__list__cont .item:hover .item__add {
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.763' height='13.665' viewBox='0 0 9.763 13.665'%3E%3Cpath d='M78.377,0a4.885,4.885,0,0,0-5.054,4.882c0,3.125,3,5.394,4.68,8.656a.231.231,0,0,0,.409,0c1.521-2.935,4.12-4.9,4.6-7.731A4.956,4.956,0,0,0,78.377,0Zm-.169,7.441a2.559,2.559,0,1,1,2.559-2.559A2.559,2.559,0,0,1,78.208,7.444Z' transform='translate(-73.323 0)' fill='%23224282'/%3E%3C/svg%3E%0A")
}

.store__list__cont .item.active .item__lessmore:hover,
.store__list__cont .item:hover .item__lessmore:hover {
	background-color: #ffba00;
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.906' height='7' viewBox='0 0 10.906 7'%3E%3Cg id='left-arrow-angle' transform='translate(10.907 0) rotate(90)'%3E%3Cpath id='Path_49' data-name='Path 49' d='M1.547,0,7,5.453,1.547,10.906,0,9.359,3.906,5.453,0,1.547Z' fill='%23224282'/%3E%3C/g%3E%3C/svg%3E%0A")
}

.store__list__cont .item.active .item__lessmore {
	background-color: #ffba00;
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.906' height='7' viewBox='0 0 10.906 7'%3E%3Cg id='left-arrow-angle' transform='translate(0 7) rotate(-90)'%3E%3Cpath id='Path_49' data-name='Path 49' d='M1.547,0,7,5.453,1.547,10.906,0,9.359,3.906,5.453,0,1.547Z' fill='%23224282'/%3E%3C/g%3E%3C/svg%3E%0A")!important
}

.store__list__cont .simplebar-track.vertical {
	top: 10px;
	bottom: 10px
}

.store__list__cont .simplebar-track.vertical:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	border-right: 1px solid #707070
}

.store__list__cont .simplebar-track.vertical .simplebar-scrollbar {
	transition: all .2s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
	.store__list__cont .simplebar-track.vertical .simplebar-scrollbar {
		transition: none
	}
}

.store__list__cont .simplebar-track.vertical .simplebar-scrollbar:before {
	width: 5px;
	background-color: #ffba00;
	border-radius: 5px;
	right: 1px;
	left: auto;
	top: 0;
	bottom: 0
}

.store__list__cont .simplebar-track.vertical .simplebar-scrollbar.visible:before {
	opacity: 1
}

.store__map {
	position: relative;
	height: 100%;
	background: #efefef
}

.store__map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%!important;
	height: 100%!important
}

@media(max-width :991.98px) {
	.store__tab_list {
		border: 1px solid #224282
	}
	.store__tab a {
		border-left: 1px solid #224282;
		border-right: none
	}
	.store__tab a.active {
		border: none
	}
	.store__tab.slick-slider {
		border-bottom: 1px solid #224282
	}
	.store__tab.slick-slider .slick-arrow.slick-prev {
		border-right: 1px solid #224282;
		border-left: 2px solid #224282
	}
}

@media (max-width:767.98px) {
	.store__list__cont {
		height: 219px;
		margin-right: 3px
	}
	.store__list__cont__inner {
		padding-right: 5px
	}
	.store__list__cont .item__top {
		padding: 20px
	}
	.store__list__cont .item__detail {
		padding: 0 20px 20px
	}
	.store__list__cont .item__img {
		margin-right: 10px;
		margin-bottom: 5px
	}
	.store__map {
		margin-top: 30px
	}
	.store__map:after {
		content: "";
		display: block;
		padding-top: 70%
	}
}

@media (max-width:575.98px) {
	.store__list__cont {
		height: 258px
	}
	.store__list__cont .item__img {
		width: 50%
	}
	.store__map {
		margin-top: 30px
	}
	.store__map:after {
		content: "";
		display: block;
		padding-top: 70%
	}
}

section.search-page-content {
	min-height: 80vh
}

section.search-page-content .item-search {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	display: block
}

section.search-page-content .item-search .img-bg {
	border-radius: 8px
}

section.search-page-content .item-search .img-bg:after {
	padding-top: 62.5%
}

section.search-page-content .item-search .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 12px 20px;
	background: rgba(0, 0, 0, .5);
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
	font-weight: 600;
	overflow: hidden;
	font-size: 14px
}

section.search-page-content .list-item-search {
	padding-top: 20px
}

section.search-page-content .list-item-search .item-search {
	margin-bottom: 20px
}

@media (min-width:1441px) {
	section.search-page-content .list-item-search .col-lg-4 {
		flex: 0 0 25%;
		max-width: 25%
	}
}

@media (max-width:1199.98px) {
	section.sPage.for-search {
		padding-top: 60px
	}
}

@media(max-width:1199.98px) {
	.pageNobanner .breadcrumb {
		padding-left: 4.75rem
	}
}