

/* Start:/local/templates/bioprestige/css/main.min.css?1781161350584560*/
@charset "UTF-8";
/*!
 * jQuery mmenu
 * mmenu.frebsite.nl
 *
 * Copyright (c) Fred Heusschen
 */
.strong{
	font-weight: bold;
}
.contacts-block .connect .strong{
	color: #000;
}

.mm-hidden {
	display: none !important
}

.mm-wrapper {
	overflow-x: hidden;
	position: relative
}

.mm-menu {
	box-sizing: border-box;
	background: inherit;
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
	color: inherit;
	text-decoration: none
}

.mm-panels, .mm-panels > .mm-panel {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0
}

.mm-panel, .mm-panels {
	background: inherit;
	border-color: inherit;
	box-sizing: border-box;
	margin: 0
}

.mm-panels {
	overflow: hidden
}

.mm-panel {
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 20px;
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left
}

.mm-panel:not(.mm-hidden) {
	display: block
}

.mm-panel:after, .mm-panel:before {
	content: '';
	display: block;
	height: 20px
}

.mm-panel_has-navbar {
	padding-top: 40px
}

.mm-panel_opened {
	z-index: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-panel_opened-parent {
	-webkit-transform: translate(-30%, 0);
	-ms-transform: translate(-30%, 0);
	transform: translate(-30%, 0);
	-webkit-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0)
}

.mm-panel_highest {
	z-index: 2
}

.mm-panel_noanimation {
	transition: none !important
}

.mm-panel_noanimation.mm-panel_opened-parent {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-listitem_vertical > .mm-panel {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	display: none;
	padding: 10px 0 10px 10px
}

.mm-listitem_vertical > .mm-panel:after, .mm-listitem_vertical > .mm-panel:before {
	content: none;
	display: none
}

.mm-listitem_opened > .mm-panel {
	display: block
}

.mm-listitem_vertical > .mm-btn_next {
	box-sizing: border-box;
	height: 40px;
	bottom: auto
}

.mm-listitem_vertical .mm-listitem:last-child:after {
	border-color: transparent
}

.mm-listitem_opened > .mm-btn_next:after {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	right: 19px
}

.mm-btn {
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	z-index: 1
}

.mm-btn_fullwidth {
	width: 100%
}

.mm-btn_clear:after, .mm-btn_clear:before, .mm-btn_close:after, .mm-btn_close:before {
	content: '';
	border: 2px solid transparent;
	box-sizing: content-box;
	display: block;
	width: 5px;
	height: 5px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mm-btn_clear:before, .mm-btn_close:before {
	border-right: none;
	border-bottom: none;
	right: 18px
}

.mm-btn_clear:after, .mm-btn_close:after {
	border-left: none;
	border-top: none;
	right: 25px
}

.mm-btn_next:after, .mm-btn_prev:before {
	content: '';
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0
}

.mm-btn_prev:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 23px;
	right: auto
}

.mm-btn_next:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 23px;
	left: auto
}

.mm-navbar {
	border-bottom: 1px solid;
	border-color: inherit;
	text-align: center;
	line-height: 20px;
	display: none;
	height: 40px;
	padding: 0 40px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 1;
	transition: opacity .4s ease
}

.mm-navbar > * {
	box-sizing: border-box;
	display: block;
	padding: 10px 0
}

.mm-navbar a, .mm-navbar a:hover {
	text-decoration: none
}

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

.mm-navbar__btn:first-child {
	left: 0
}

.mm-navbar__btn:last-child {
	text-align: right;
	right: 0
}

.mm-panel_has-navbar .mm-navbar {
	display: block
}

.mm-listitem, .mm-listview {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0
}

.mm-listitem, .mm-listitem .mm-btn_next, .mm-listitem .mm-btn_next:before, .mm-listitem:after, .mm-listview {
	border-color: inherit
}

.mm-listview {
	font: inherit;
	line-height: 20px
}

.mm-panels > .mm-panel > .mm-listview {
	margin: 20px -20px
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
	margin-top: -20px
}

.mm-listitem {
	position: relative
}

.mm-listitem:after {
	content: '';
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}

.mm-listitem:after {
	left: 20px
}

.mm-listitem a, .mm-listitem a:hover {
	text-decoration: none
}

.mm-listitem > a, .mm-listitem > span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: inherit;
	display: block;
	padding: 10px 10px 10px 20px;
	margin: 0
}

.mm-listitem .mm-btn_next {
	background: rgba(3, 2, 1, 0);
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2
}

.mm-listitem .mm-btn_next:before {
	content: '';
	border-left-width: 1px;
	border-left-style: solid;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0
}

.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) {
	width: 50px
}

.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) + a, .mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) + span {
	margin-right: 50px
}

.mm-listitem .mm-btn_fullwidth:before {
	border-left: none
}

.mm-listitem .mm-btn_fullwidth + a, .mm-listitem .mm-btn_fullwidth + span {
	padding-right: 50px
}

.mm-listitem_divider {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 75%;
	text-transform: uppercase;
	padding: 5px 10px 5px 20px
}

.mm-listitem_divider:after {
	content: ' ';
	display: none;
	position: static;
	display: inline-block
}

.mm-listitem_spacer {
	padding-top: 40px
}

.mm-listitem_spacer > .mm-btn_next {
	top: 40px
}

.mm-menu {
	background: #f3f3f3;
	border-color: rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .75)
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
	color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
	border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview .mm-btn_next:after {
	border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview a:not(.mm-btn_next) {
	-webkit-tap-highlight-color: rgba(255, 255, 255, .4);
	tap-highlight-color: rgba(255, 255, 255, .4)
}

.mm-menu .mm-listitem_selected > a:not(.mm-btn_next), .mm-menu .mm-listitem_selected > span {
	background: rgba(255, 255, 255, .4)
}

.mm-menu .mm-listitem_opened > .mm-btn_next, .mm-menu .mm-listitem_opened > .mm-panel {
	background: rgba(0, 0, 0, .05)
}

.mm-menu .mm-listitem_divider {
	background: rgba(0, 0, 0, .05)
}

.mm-page {
	box-sizing: border-box;
	position: relative
}

.mm-slideout {
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	z-index: 1
}

.mm-wrapper_opened {
	overflow-x: hidden;
	position: relative
}

.mm-wrapper_background .mm-page {
	background: inherit
}

.mm-menu_offcanvas {
	display: none;
	position: fixed;
	right: auto;
	z-index: 0
}

.mm-menu_offcanvas.mm-menu_opened {
	display: block
}

.mm-menu_offcanvas.mm-menu_opened.mm-no-csstransforms {
	z-index: 10
}

.mm-menu_offcanvas {
	width: 80%;
	min-width: 140px;
	max-width: 440px
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
	-webkit-transform: translate(80vw, 0);
	-ms-transform: translate(80vw, 0);
	transform: translate(80vw, 0);
	-webkit-transform: translate3d(80vw, 0, 0);
	transform: translate3d(80vw, 0, 0)
}

@media all and (max-width: 175px) {
	.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		transform: translate(140px, 0);
		-webkit-transform: translate3d(140px, 0, 0);
		transform: translate3d(140px, 0, 0)
	}
}

@media all and (min-width: 550px) {
	.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(440px, 0);
		-ms-transform: translate(440px, 0);
		transform: translate(440px, 0);
		-webkit-transform: translate3d(440px, 0, 0);
		transform: translate3d(440px, 0, 0)
	}

}

.mm-page__blocker {
	background: rgba(3, 2, 1, 0);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2
}

.mm-wrapper_blocking {
	overflow: hidden
}

.mm-wrapper_blocking body {
	overflow: hidden
}

.mm-wrapper_blocking .mm-page__blocker {
	display: block
}

.mm-sronly {
	border: 0 !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	width: 1px !important;
	min-width: 1px !important;
	height: 1px !important;
	min-height: 1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: absolute !important
}

.mm-menu_autoheight {
	transition: none .4s ease;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.mm-menu_autoheight:not(.mm-menu_offcanvas) {
	position: relative
}

.mm-menu_autoheight.mm-menu_position-bottom, .mm-menu_autoheight.mm-menu_position-top {
	max-height: 80%
}

.mm-menu_autoheight-measuring .mm-panel {
	display: block !important
}

.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
	display: none !important
}

.mm-menu_autoheight-measuring .mm-panels > .mm-panel {
	bottom: auto !important;
	height: auto !important
}

[class*=mm-menu_columns-] {
	transition-property: width
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel {
	right: auto;
	transition-property: width, -webkit-transform;
	transition-property: width, transform;
	transition-property: width, transform, -webkit-transform
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_opened, [class*=mm-menu_columns-] .mm-panels > .mm-panel_opened-parent {
	display: block !important
}

[class*=mm-panel_columns-] {
	border-right: 1px solid;
	border-color: inherit
}

.mm-menu_columns-1 .mm-panel_columns-0, .mm-menu_columns-2 .mm-panel_columns-1, .mm-menu_columns-3 .mm-panel_columns-2, .mm-menu_columns-4 .mm-panel_columns-3 {
	border-right: none
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-0 {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu_columns-0 .mm-panels > .mm-panel {
	z-index: 0
}

.mm-menu_columns-0 .mm-panels > .mm-panel else {
	width: 100%
}

.mm-menu_columns-0 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.mm-menu_columns-0 {
	width: 80%;
	min-width: 140px;
	max-width: 0
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
	-webkit-transform: translate(80vw, 0);
	-ms-transform: translate(80vw, 0);
	transform: translate(80vw, 0);
	-webkit-transform: translate3d(80vw, 0, 0);
	transform: translate3d(80vw, 0, 0)
}

@media all and (max-width: 175px) {
	.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		transform: translate(140px, 0);
		-webkit-transform: translate3d(140px, 0, 0);
		transform: translate3d(140px, 0, 0)
	}
}

@media all and (min-width: 0px) {
	.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
	-webkit-transform: translate(-80vw, 0);
	-ms-transform: translate(-80vw, 0);
	transform: translate(-80vw, 0);
	-webkit-transform: translate3d(-80vw, 0, 0);
	transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width: 175px) {
	.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(-140px, 0);
		-ms-transform: translate(-140px, 0);
		transform: translate(-140px, 0);
		-webkit-transform: translate3d(-140px, 0, 0);
		transform: translate3d(-140px, 0, 0)
	}
}

@media all and (min-width: 0px) {
	.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-1 {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.mm-menu_columns-1 .mm-panels > .mm-panel {
	z-index: 1;
	width: 100%
}

.mm-menu_columns-1 .mm-panels > .mm-panel else {
	width: 100%
}

.mm-menu_columns-1 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
	-webkit-transform: translate(200%, 0);
	-ms-transform: translate(200%, 0);
	transform: translate(200%, 0);
	-webkit-transform: translate3d(200%, 0, 0);
	transform: translate3d(200%, 0, 0)
}

.mm-menu_columns-1 {
	width: 80%;
	min-width: 140px;
	max-width: 440px
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
	-webkit-transform: translate(80vw, 0);
	-ms-transform: translate(80vw, 0);
	transform: translate(80vw, 0);
	-webkit-transform: translate3d(80vw, 0, 0);
	transform: translate3d(80vw, 0, 0)
}

@media all and (max-width: 175px) {
	.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		transform: translate(140px, 0);
		-webkit-transform: translate3d(140px, 0, 0);
		transform: translate3d(140px, 0, 0)
	}
}

@media all and (min-width: 550px) {
	.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(440px, 0);
		-ms-transform: translate(440px, 0);
		transform: translate(440px, 0);
		-webkit-transform: translate3d(440px, 0, 0);
		transform: translate3d(440px, 0, 0)
	}
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
	-webkit-transform: translate(-80vw, 0);
	-ms-transform: translate(-80vw, 0);
	transform: translate(-80vw, 0);
	-webkit-transform: translate3d(-80vw, 0, 0);
	transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width: 175px) {
	.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(-140px, 0);
		-ms-transform: translate(-140px, 0);
		transform: translate(-140px, 0);
		-webkit-transform: translate3d(-140px, 0, 0);
		transform: translate3d(-140px, 0, 0)
	}
}

@media all and (min-width: 550px) {
	.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(-440px, 0);
		-ms-transform: translate(-440px, 0);
		transform: translate(-440px, 0);
		-webkit-transform: translate3d(-440px, 0, 0);
		transform: translate3d(-440px, 0, 0)
	}
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-2 {
	-webkit-transform: translate(200%, 0);
	-ms-transform: translate(200%, 0);
	transform: translate(200%, 0);
	-webkit-transform: translate3d(200%, 0, 0);
	transform: translate3d(200%, 0, 0)
}

.mm-menu_columns-2 .mm-panels > .mm-panel {
	z-index: 2;
	width: 50%
}

.mm-menu_columns-2 .mm-panels > .mm-panel else {
	width: 100%
}

.mm-menu_columns-2 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
	-webkit-transform: translate(300%, 0);
	-ms-transform: translate(300%, 0);
	transform: translate(300%, 0);
	-webkit-transform: translate3d(300%, 0, 0);
	transform: translate3d(300%, 0, 0)
}

.mm-menu_columns-2 {
	width: 80%;
	min-width: 140px;
	max-width: 880px
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
	-webkit-transform: translate(80vw, 0);
	-ms-transform: translate(80vw, 0);
	transform: translate(80vw, 0);
	-webkit-transform: translate3d(80vw, 0, 0);
	transform: translate3d(80vw, 0, 0)
}

@media all and (max-width: 175px) {
	.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		transform: translate(140px, 0);
		-webkit-transform: translate3d(140px, 0, 0);
		transform: translate3d(140px, 0, 0)
	}
}

@media all and (min-width: 1100px) {
	.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(880px, 0);
		-ms-transform: translate(880px, 0);
		transform: translate(880px, 0);
		-webkit-transform: translate3d(880px, 0, 0);
		transform: translate3d(880px, 0, 0)
	}
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
	-webkit-transform: translate(-80vw, 0);
	-ms-transform: translate(-80vw, 0);
	transform: translate(-80vw, 0);
	-webkit-transform: translate3d(-80vw, 0, 0);
	transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width: 175px) {
	.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(-140px, 0);
		-ms-transform: translate(-140px, 0);
		transform: translate(-140px, 0);
		-webkit-transform: translate3d(-140px, 0, 0);
		transform: translate3d(-140px, 0, 0)
	}
}

@media all and (min-width: 1100px) {
	.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(-880px, 0);
		-ms-transform: translate(-880px, 0);
		transform: translate(-880px, 0);
		-webkit-transform: translate3d(-880px, 0, 0);
		transform: translate3d(-880px, 0, 0)
	}
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-3 {
	-webkit-transform: translate(300%, 0);
	-ms-transform: translate(300%, 0);
	transform: translate(300%, 0);
	-webkit-transform: translate3d(300%, 0, 0);
	transform: translate3d(300%, 0, 0)
}

.mm-menu_columns-3 .mm-panels > .mm-panel {
	z-index: 3;
	width: 33.34%
}

.mm-menu_columns-3 .mm-panels > .mm-panel else {
	width: 100%
}

.mm-menu_columns-3 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
	-webkit-transform: translate(400%, 0);
	-ms-transform: translate(400%, 0);
	transform: translate(400%, 0);
	-webkit-transform: translate3d(400%, 0, 0);
	transform: translate3d(400%, 0, 0)
}

.mm-menu_columns-3 {
	width: 80%;
	min-width: 140px;
	max-width: 1320px
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
	-webkit-transform: translate(80vw, 0);
	-ms-transform: translate(80vw, 0);
	transform: translate(80vw, 0);
	-webkit-transform: translate3d(80vw, 0, 0);
	transform: translate3d(80vw, 0, 0)
}

@media all and (max-width: 175px) {
	.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		transform: translate(140px, 0);
		-webkit-transform: translate3d(140px, 0, 0);
		transform: translate3d(140px, 0, 0)
	}
}

@media all and (min-width: 1650px) {
	.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(1320px, 0);
		-ms-transform: translate(1320px, 0);
		transform: translate(1320px, 0);
		-webkit-transform: translate3d(1320px, 0, 0);
		transform: translate3d(1320px, 0, 0)
	}
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
	-webkit-transform: translate(-80vw, 0);
	-ms-transform: translate(-80vw, 0);
	transform: translate(-80vw, 0);
	-webkit-transform: translate3d(-80vw, 0, 0);
	transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width: 175px) {
	.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(-140px, 0);
		-ms-transform: translate(-140px, 0);
		transform: translate(-140px, 0);
		-webkit-transform: translate3d(-140px, 0, 0);
		transform: translate3d(-140px, 0, 0)
	}
}

@media all and (min-width: 1650px) {
	.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(-1320px, 0);
		-ms-transform: translate(-1320px, 0);
		transform: translate(-1320px, 0);
		-webkit-transform: translate3d(-1320px, 0, 0);
		transform: translate3d(-1320px, 0, 0)
	}
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-4 {
	-webkit-transform: translate(400%, 0);
	-ms-transform: translate(400%, 0);
	transform: translate(400%, 0);
	-webkit-transform: translate3d(400%, 0, 0);
	transform: translate3d(400%, 0, 0)
}

.mm-menu_columns-4 .mm-panels > .mm-panel {
	z-index: 4;
	width: 25%
}

.mm-menu_columns-4 .mm-panels > .mm-panel else {
	width: 100%
}

.mm-menu_columns-4 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
	-webkit-transform: translate(500%, 0);
	-ms-transform: translate(500%, 0);
	transform: translate(500%, 0);
	-webkit-transform: translate3d(500%, 0, 0);
	transform: translate3d(500%, 0, 0)
}

.mm-menu_columns-4 {
	width: 80%;
	min-width: 140px;
	max-width: 1760px
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
	-webkit-transform: translate(80vw, 0);
	-ms-transform: translate(80vw, 0);
	transform: translate(80vw, 0);
	-webkit-transform: translate3d(80vw, 0, 0);
	transform: translate3d(80vw, 0, 0)
}

@media all and (max-width: 175px) {
	.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		transform: translate(140px, 0);
		-webkit-transform: translate3d(140px, 0, 0);
		transform: translate3d(140px, 0, 0)
	}
}

@media all and (min-width: 2200px) {
	.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(1760px, 0);
		-ms-transform: translate(1760px, 0);
		transform: translate(1760px, 0);
		-webkit-transform: translate3d(1760px, 0, 0);
		transform: translate3d(1760px, 0, 0)
	}
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
	-webkit-transform: translate(-80vw, 0);
	-ms-transform: translate(-80vw, 0);
	transform: translate(-80vw, 0);
	-webkit-transform: translate3d(-80vw, 0, 0);
	transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width: 175px) {
	.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(-140px, 0);
		-ms-transform: translate(-140px, 0);
		transform: translate(-140px, 0);
		-webkit-transform: translate3d(-140px, 0, 0);
		transform: translate3d(-140px, 0, 0)
	}
}

@media all and (min-width: 2200px) {
	.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(-1760px, 0);
		-ms-transform: translate(-1760px, 0);
		transform: translate(-1760px, 0);
		-webkit-transform: translate3d(-1760px, 0, 0);
		transform: translate3d(-1760px, 0, 0)
	}
}

[class*=mm-menu_columns-].mm-menu_position-bottom, [class*=mm-menu_columns-].mm-menu_position-top {
	width: 100%;
	max-width: 100%;
	min-width: 100%
}

.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
	transition-property: width, min-width, max-width, -webkit-transform;
	transition-property: width, min-width, max-width, transform;
	transition-property: width, min-width, max-width, transform, -webkit-transform
}

.mm-counter {
	font-style: normal;
	line-height: 20px;
	display: block;
	margin-top: -10px;
	position: absolute;
	right: 45px;
	top: 50%
}

.mm-counter + .mm-btn_next:not(.mm-btn_fullwidth) {
	width: 90px
}

.mm-counter + .mm-btn_next:not(.mm-btn_fullwidth) + a, .mm-counter + .mm-btn_next:not(.mm-btn_fullwidth) + span {
	margin-right: 90px
}

.mm-counter + .mm-btn_fullwidth + a, .mm-counter + .mm-btn_fullwidth + span {
	padding-right: 90px
}

.mm-listitem_vertical > .mm-counter {
	top: 12px;
	margin-top: 0
}

.mm-listitem_vertical.mm-listitem_spacer > .mm-counter {
	margin-top: 40px
}

.mm-listitem_nosubitems > .mm-counter {
	display: none
}

.mm-counter {
	color: rgba(0, 0, 0, .3)
}

.mm-listitem_divider {
	opacity: 1;
	transition: opacity .4s ease
}

.mm-menu_dividers-light .mm-listitem_divider {
	background: inherit;
	font-size: inherit;
	color: rgba(0, 0, 0, .3);
	padding-top: 15px;
	padding-bottom: 5px
}

.mm-border-none .mm-listitem_divider {
	border-top-width: 1px;
	border-top-style: solid
}

.mm-listview_fixeddivider {
	background: inherit;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-listview_fixeddivider:after {
	content: none !important;
	display: none !important
}

.mm-panel_dividers .mm-listview_fixeddivider {
	display: block
}

.mm-wrapper_opened.mm-dragging .mm-menu, .mm-wrapper_opened.mm-dragging .mm-slideout {
	transition-duration: 0s
}

.mm-menu_dropdown {
	box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	height: 80%
}

.mm-wrapper_dropdown .mm-slideout {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	z-index: 0
}

.mm-wrapper_dropdown .mm-page__blocker {
	transition-delay: 0s !important;
	z-index: 1
}

.mm-wrapper_dropdown .mm-menu_dropdown {
	z-index: 2
}

.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
	display: none
}

[class*=mm-menu_tip-]:before {
	content: '';
	background: inherit;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	z-index: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.mm-menu_tip-left:before {
	left: 22px
}

.mm-menu_tip-right:before {
	right: 22px
}

.mm-menu_tip-top:before {
	top: -8px
}

.mm-menu_tip-bottom:before {
	bottom: -8px
}

.mm-iconbar {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border-right-width: 1px;
	text-align: center;
	line-height: 20px;
	overflow: hidden;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 2
}

.mm-iconbar__bottom, .mm-iconbar__top {
	width: inherit;
	position: absolute;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-iconbar__bottom > *, .mm-iconbar__top > * {
	box-sizing: border-box;
	display: block;
	padding: 10px 0
}

.mm-iconbar__bottom a, .mm-iconbar__bottom a:hover, .mm-iconbar__top a, .mm-iconbar__top a:hover {
	text-decoration: none
}

.mm-iconbar__top {
	top: 0
}

.mm-iconbar__bottom {
	bottom: 0
}

.mm-menu_iconbar-40 .mm-navbars_bottom, .mm-menu_iconbar-40 .mm-navbars_top, .mm-menu_iconbar-40 .mm-panels {
	left: 40px
}

.mm-menu_iconbar-40 .mm-iconbar {
	width: 40px
}

.mm-menu_iconbar-60 .mm-navbars_bottom, .mm-menu_iconbar-60 .mm-navbars_top, .mm-menu_iconbar-60 .mm-panels {
	left: 60px
}

.mm-menu_iconbar-60 .mm-iconbar {
	width: 60px
}

.mm-menu_iconbar-80 .mm-navbars_bottom, .mm-menu_iconbar-80 .mm-navbars_top, .mm-menu_iconbar-80 .mm-panels {
	left: 80px
}

.mm-menu_iconbar-80 .mm-iconbar {
	width: 80px
}

.mm-iconbar, .mm-iconbar a {
	color: rgba(0, 0, 0, .3)
}

.mm-iconbar__tab_selected {
	background: rgba(255, 255, 255, .4)
}

[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel {
	transition-property: left, -webkit-transform;
	transition-property: transform, left;
	transition-property: transform, left, -webkit-transform
}

[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_iconpanel-first, [class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_iconpanel-first.mm-panel_opened ~ .mm-listview_fixeddivider {
	left: 0
}

[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_opened, [class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_opened-parent {
	display: block !important
}

[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_opened-parent[class*=mm-panel_iconpanel-]:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0), [class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_opened[class*=mm-panel_iconpanel-]:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
	border-left: 1px solid;
	border-color: inherit
}

[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_opened-parent {
	overflow-y: hidden;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

[class*=mm-menu_iconpanel-].mm-menu_hidedivider .mm-panel_opened-parent .mm-listitem_divider, [class*=mm-menu_iconpanel-].mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
	opacity: 0
}

.mm-menu_iconpanel-40 .mm-panel_iconpanel-0, .mm-menu_iconpanel-40 .mm-panel_iconpanel-0.mm-panel_opened ~ .mm-listview_fixeddivider {
	left: 0
}

.mm-menu_iconpanel-40 .mm-panel_iconpanel-1, .mm-menu_iconpanel-40 .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
	left: 40px
}

.mm-menu_iconpanel-40 .mm-panel_iconpanel-2, .mm-menu_iconpanel-40 .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
	left: 80px
}

.mm-menu_iconpanel-40 .mm-panel_iconpanel-3, .mm-menu_iconpanel-40 .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
	left: 120px
}

.mm-menu_iconpanel-40 .mm-panel_iconpanel-first ~ .mm-panel, .mm-menu_iconpanel-40 .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
	left: 40px
}

.mm-menu_iconpanel-60 .mm-panel_iconpanel-0, .mm-menu_iconpanel-60 .mm-panel_iconpanel-0.mm-panel_opened ~ .mm-listview_fixeddivider {
	left: 0
}

.mm-menu_iconpanel-60 .mm-panel_iconpanel-1, .mm-menu_iconpanel-60 .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
	left: 60px
}

.mm-menu_iconpanel-60 .mm-panel_iconpanel-2, .mm-menu_iconpanel-60 .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
	left: 120px
}

.mm-menu_iconpanel-60 .mm-panel_iconpanel-3, .mm-menu_iconpanel-60 .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
	left: 180px
}

.mm-menu_iconpanel-60 .mm-panel_iconpanel-first ~ .mm-panel, .mm-menu_iconpanel-60 .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
	left: 60px
}

.mm-menu_iconpanel-80 .mm-panel_iconpanel-0, .mm-menu_iconpanel-80 .mm-panel_iconpanel-0.mm-panel_opened ~ .mm-listview_fixeddivider {
	left: 0
}

.mm-menu_iconpanel-80 .mm-panel_iconpanel-1, .mm-menu_iconpanel-80 .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
	left: 80px
}

.mm-menu_iconpanel-80 .mm-panel_iconpanel-2, .mm-menu_iconpanel-80 .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
	left: 160px
}

.mm-menu_iconpanel-80 .mm-panel_iconpanel-3, .mm-menu_iconpanel-80 .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
	left: 240px
}

.mm-menu_iconpanel-80 .mm-panel_iconpanel-first ~ .mm-panel, .mm-menu_iconpanel-80 .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
	left: 80px
}

.mm-panel__blocker {
	background: inherit;
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 3;
	transition: opacity .4s ease
}

.mm-panel_opened-parent .mm-panel__blocker {
	opacity: .6;
	bottom: -100000px
}

.mm-menu_keyboardfocus a:focus {
	outline: 0
}

.mm-menu_keyboardfocus a:focus {
	background: rgba(255, 255, 255, .4)
}

.mm-navbars_bottom, .mm-navbars_top {
	background: inherit;
	border-color: inherit;
	border-width: 0;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1
}

.mm-navbars_bottom > .mm-navbar, .mm-navbars_top > .mm-navbar {
	border-width: 0;
	border-color: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-navbars_bottom > .mm-navbar:not(.mm-navbar_has-btns), .mm-navbars_top > .mm-navbar:not(.mm-navbar_has-btns) {
	padding: 0
}

.mm-navbars_bottom > .mm-navbar > :not(img):not(.mm-btn), .mm-navbars_top > .mm-navbar > :not(img):not(.mm-btn) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.mm-navbars_top {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	top: 0;
	bottom: auto
}

.mm-menu_navbar_top-1 .mm-panels {
	top: 40px
}

.mm-menu_navbar_top-2 .mm-panels {
	top: 80px
}

.mm-menu_navbar_top-3 .mm-panels {
	top: 120px
}

.mm-menu_navbar_top-4 .mm-panels {
	top: 160px
}

.mm-navbars_bottom {
	border-top-style: solid;
	border-top-width: 1px;
	bottom: 0;
	top: auto
}

.mm-menu_navbar_bottom-1 .mm-panels {
	bottom: 40px
}

.mm-menu_navbar_bottom-2 .mm-panels {
	bottom: 80px
}

.mm-menu_navbar_bottom-3 .mm-panels {
	bottom: 120px
}

.mm-menu_navbar_bottom-4 .mm-panels {
	bottom: 160px
}

.mm-navbar_size-2 {
	height: 80px
}

.mm-navbar_size-3 {
	height: 120px
}

.mm-navbar_size-4 {
	height: 160px
}

.mm-navbar__breadcrumbs {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	text-align: left;
	padding: 0 0 0 17px
}

.mm-navbar__breadcrumbs > * {
	display: inline-block;
	padding: 10px 3px
}

.mm-navbar__breadcrumbs > a {
	text-decoration: underline
}

.mm-navbar_has-btns .mm-navbar__breadcrumbs {
	margin-left: -40px
}

.mm-navbar_has-btns .mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
	margin-left: 0;
	padding-left: 0
}

.mm-navbar_tabs, .mm-navbar_tabs ~ .mm-navbar {
	background: inherit !important
}

.mm-navbar__tab_selected {
	background: inherit;
	border-width: 1px;
	border-style: solid;
	border-color: inherit
}

.mm-navbar__tab_selected:first-child {
	border-left: none
}

.mm-navbar__tab_selected:last-child {
	border-right: none
}

.mm-navbars_top .mm-navbar_tabs:not(:last-child) {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: inherit
}

.mm-navbars_top .mm-navbar__tab_selected {
	border-bottom: none;
	margin-bottom: -1px
}

.mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected {
	border-top: none
}

.mm-navbars_bottom .mm-navbar_tabs:not(:first-child) {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: inherit
}

.mm-navbars_bottom .mm-navbar__tab_selected {
	border-top: none;
	margin-top: -1px
}

.mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected {
	border-bottom: none
}

.mm-navbar_tabs > :not(.mm-navbar__tab_selected), .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar, .mm-navbars_top.mm-navbars_has-tabs > .mm-navbar:not(.mm-navbar_tabs) {
	background: rgba(255, 255, 255, .4)
}

.mm-menu_rtl {
	direction: rtl
}

.mm-menu_rtl.mm-menu_offcanvas {
	right: auto
}

.mm-menu_rtl .mm-panel:not(.mm-panel_opened) {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.mm-menu_rtl .mm-panel.mm-panel_opened-parent {
	-webkit-transform: translate(30%, 0);
	-ms-transform: translate(30%, 0);
	transform: translate(30%, 0);
	-webkit-transform: translate3d(30%, 0, 0);
	transform: translate3d(30%, 0, 0)
}

.mm-menu_rtl .mm-navbar .mm-btn:first-child {
	left: auto;
	right: 0
}

.mm-menu_rtl .mm-navbar .mm-btn:last-child {
	right: auto;
	left: 0
}

.mm-menu_rtl .mm-navbar .mm-btn_next:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 23px;
	right: auto
}

.mm-menu_rtl .mm-navbar .mm-btn_prev:before {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 23px;
	left: auto
}

.mm-menu_rtl .mm-listitem:after {
	left: 0;
	right: 20px
}

.mm-menu_rtl .mm-listitem > a:not(.mm-btn_next), .mm-menu_rtl .mm-listitem > span:not(.mm-btn_next) {
	padding-left: 10px;
	padding-right: 20px !important;
	margin-right: 0 !important
}

.mm-menu_rtl .mm-listitem .mm-btn_next {
	right: auto;
	left: 0
}

.mm-menu_rtl .mm-listitem .mm-btn_next:before {
	left: auto;
	right: 0
}

.mm-menu_rtl .mm-listitem .mm-btn_next:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 23px;
	right: auto
}

.mm-menu_rtl .mm-listitem .mm-btn_next + a, .mm-menu_rtl .mm-listitem .mm-btn_next + span {
	margin-left: 50px
}

.mm-menu_rtl .mm-listitem .mm-btn_fullwidth + a, .mm-menu_rtl .mm-listitem .mm-btn_fullwidth + span {
	padding-left: 50px
}

.mm-menu_rtl .mm-counter {
	left: 45px;
	right: auto
}

.mm-menu_rtl .mm-counter + .mm-btn_next + a, .mm-menu_rtl .mm-counter + .mm-btn_next + span {
	margin-left: 90px
}

.mm-menu_rtl .mm-listview .mm-counter + .mm-btn_fullwidth + a, .mm-menu_rtl .mm-listview .mm-counter + .mm-btn_fullwidth + span {
	padding-left: 90px
}

.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel {
	transition-property: right, -webkit-transform;
	transition-property: transform, right;
	transition-property: transform, right, -webkit-transform
}

.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_iconpanel-first, .mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_iconpanel-first.mm-panel_opened ~ .mm-listview_fixeddivider {
	left: 0;
	right: 0
}

.mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_opened, .mm-menu_rtl[class*=mm-menu_iconpanel-] .mm-panels > .mm-panel_opened-parent {
	border-left: none;
	border-right: 1px solid;
	border-color: inherit
}

.mm-menu_rtl [class*=mm-panel_iconpanel-], .mm-menu_rtl [class*=mm-panel_iconpanel-] ~ .mm-listview_fixeddivider {
	left: 0
}

.mm-menu_rtl [class*=mm-panel_iconpanel-].mm-panel_opened-parent {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-0, .mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-0.mm-panel_opened ~ .mm-listview_fixeddivider {
	right: 0
}

.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-1, .mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
	right: 40px
}

.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-2, .mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
	right: 80px
}

.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-3, .mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
	right: 120px
}

.mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-first ~ .mm-panel, .mm-menu_rtl .mm-menu_iconpanel-40 .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
	right: 40px
}

.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-0, .mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-0.mm-panel_opened ~ .mm-listview_fixeddivider {
	right: 0
}

.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-1, .mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
	right: 60px
}

.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-2, .mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
	right: 120px
}

.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-3, .mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
	right: 180px
}

.mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-first ~ .mm-panel, .mm-menu_rtl .mm-menu_iconpanel-60 .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
	right: 60px
}

.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-0, .mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-0.mm-panel_opened ~ .mm-listview_fixeddivider {
	right: 0
}

.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-1, .mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
	right: 80px
}

.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-2, .mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
	right: 160px
}

.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-3, .mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
	right: 240px
}

.mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-first ~ .mm-panel, .mm-menu_rtl .mm-menu_iconpanel-80 .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
	right: 80px
}

.mm-menu_rtl html[class*=mm-sidebar_expanded-]:not(.mm-sidebar_closed) .mm-menu_rtl ~ .mm-slideout {
	-webkit-transform: translate(0, 0) !important;
	-ms-transform: translate(0, 0) !important;
	transform: translate(0, 0) !important;
	right: 0
}

.mm-menu_rtl label.mm-check, .mm-menu_rtl label.mm-toggle {
	left: 20px;
	right: auto !important
}

.mm-menu_rtl label.mm-toggle + a, .mm-menu_rtl label.mm-toggle + span {
	padding-left: 80px
}

.mm-menu_rtl label.mm-check + a, .mm-menu_rtl label.mm-check + span {
	padding-left: 60px
}

.mm-menu_rtl .mm-btn_next + label.mm-check, .mm-menu_rtl .mm-btn_next + label.mm-toggle {
	left: 60px
}

.mm-menu_rtl .mm-btn_next + label.mm-check + a, .mm-menu_rtl .mm-btn_next + label.mm-check + span, .mm-menu_rtl .mm-btn_next + label.mm-toggle + a, .mm-menu_rtl .mm-btn_next + label.mm-toggle + span {
	margin-left: 50px
}

.mm-menu_rtl .mm-btn_next + label.mm-toggle + a, .mm-menu_rtl .mm-btn_next + label.mm-toggle + span {
	padding-left: 70px
}

.mm-menu_rtl .mm-btn_next + label.mm-check + a, .mm-menu_rtl .mm-btn_next + label.mm-check + span {
	padding-left: 50px
}

.mm-menu_rtl .mm-counter + .mm-btn_next + label.mm-check, .mm-menu_rtl .mm-counter + .mm-btn_next + label.mm-toggle {
	left: 100px
}

.mm-menu_rtl .mm-counter + .mm-btn_next + label.mm-check + a, .mm-menu_rtl .mm-counter + .mm-btn_next + label.mm-check + span, .mm-menu_rtl .mm-counter + .mm-btn_next + label.mm-toggle + a, .mm-menu_rtl .mm-counter + .mm-btn_next + label.mm-toggle + span {
	margin-left: 90px
}

.mm-searchfield {
	height: 40px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.mm-searchfield input {
	border: none !important;
	outline: 0 !important;
	box-shadow: none !important;
	border-radius: 4px;
	font: inherit;
	font-size: inherit;
	line-height: 26px;
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	height: 26px;
	min-height: 26px;
	max-height: 26px;
	margin: 0;
	padding: 0 10px
}

.mm-searchfield input::-ms-clear {
	display: none
}

.mm-searchfield__input {
	padding: 7px 10px 0 10px;
	position: relative
}

.mm-panel__noresultsmsg {
	text-align: center;
	font-size: 150%;
	padding: 40px 0
}

.mm-searchfield__btn {
	right: 0;
	top: 0
}

.mm-searchfield__input {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	box-sizing: border-box;
	width: 100%;
	max-width: 100%
}

.mm-searchfield__cancel {
	text-decoration: none;
	line-height: 40px;
	display: block;
	padding-right: 10px;
	margin-right: -100px;
	transition: margin .4s ease
}

.mm-searchfield__cancel-active {
	margin-right: 0
}

.mm-panel > .mm-searchfield {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.mm-panel_has-searchfield {
	padding-top: 40px
}

.mm-panel_has-navbar.mm-panel_has-searchfield {
	padding-top: 80px
}

.mm-panel_has-navbar.mm-panel_has-searchfield > .mm-searchfield {
	top: 40px
}

.mm-listitem_nosubitems > .mm-btn_next {
	display: none
}

.mm-listitem_nosubitems > .mm-btn_next + a, .mm-listitem_nosubitems > .mm-btn_next + span {
	padding-right: 10px
}

.mm-searchfield input {
	background: rgba(0, 0, 0, .05);
	color: rgba(0, 0, 0, .75)
}

.mm-panel__noresultsmsg {
	color: rgba(0, 0, 0, .3)
}

.mm-sectionindexer {
	background: inherit;
	text-align: center;
	font-size: 12px;
	box-sizing: border-box;
	width: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -20px;
	z-index: 15;
	transition: right .4s ease;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly
}

.mm-sectionindexer a {
	line-height: 1;
	text-decoration: none;
	display: block
}

.mm-sectionindexer ~ .mm-panels {
	transition: right .4s ease
}

.mm-menu_has-sectionindexer .mm-sectionindexer {
	right: 0
}

.mm-menu_has-sectionindexer .mm-panels {
	right: 20px
}

.mm-menu_navbar_top-1 .mm-sectionindexer {
	top: 42px
}

.mm-menu_navbar_top-2 .mm-sectionindexer {
	top: 82px
}

.mm-menu_navbar_top-3 .mm-sectionindexer {
	top: 122px
}

.mm-menu_navbar_top-4 .mm-sectionindexer {
	top: 162px
}

.mm-menu_navbar_bottom-1 .mm-sectionindexer {
	bottom: 42px
}

.mm-menu_navbar_bottom-2 .mm-sectionindexer {
	bottom: 82px
}

.mm-menu_navbar_bottom-3 .mm-sectionindexer {
	bottom: 122px
}

.mm-menu_navbar_bottom-4 .mm-sectionindexer {
	bottom: 162px
}

.mm-sectionindexer a {
	color: rgba(0, 0, 0, .3)
}

.mm-menu_selected-hover .mm-listitem > a.mm-btn_fullwidth + a, .mm-menu_selected-hover .mm-listitem > a.mm-btn_fullwidth + span, .mm-menu_selected-hover .mm-listitem > a:not(.mm-btn_fullwidth), .mm-menu_selected-parent .mm-listitem > a.mm-btn_fullwidth + a, .mm-menu_selected-parent .mm-listitem > a.mm-btn_fullwidth + span, .mm-menu_selected-parent .mm-listitem > a:not(.mm-btn_fullwidth) {
	transition: background .4s ease
}

.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > a, .mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > span {
	background: 0 0
}

.mm-menu_selected-hover .mm-listitem > a.mm-btn_fullwidth:hover + span, .mm-menu_selected-hover .mm-listitem > a:not(.mm-btn_fullwidth):hover {
	background: rgba(255, 255, 255, .4)
}

.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > a, .mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > span {
	background: 0 0
}

.mm-menu_selected-parent .mm-listitem_selected-parent > a.mm-btn_fullwidth + span, .mm-menu_selected-parent .mm-listitem_selected-parent > a.mm-btn_next:not(.mm-btn_fullwidth) {
	background: rgba(255, 255, 255, .4)
}

[class*=mm-wrapper_sidebar-collapsed-] body, [class*=mm-wrapper_sidebar-expanded-] body {
	position: relative
}

[class*=mm-wrapper_sidebar-collapsed-] .mm-slideout, [class*=mm-wrapper_sidebar-expanded-] .mm-slideout {
	transition-property: width, -webkit-transform;
	transition-property: width, transform;
	transition-property: width, transform, -webkit-transform
}

[class*=mm-wrapper_sidebar-collapsed-] .mm-page, [class*=mm-wrapper_sidebar-expanded-] .mm-page {
	background: inherit;
	box-sizing: border-box;
	min-height: 100vh
}

[class*=mm-wrapper_sidebar-collapsed-] .mm-menu_sidebar-collapsed, [class*=mm-wrapper_sidebar-expanded-] .mm-menu_sidebar-expanded {
	display: block !important;
	top: 0 !important;
	right: auto !important;
	bottom: 0 !important;
	left: 0 !important
}

[class*=mm-wrapper_sidebar-collapsed-]:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-listitem_divider, [class*=mm-wrapper_sidebar-collapsed-]:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
	opacity: 0
}

.mm-wrapper_sidebar-collapsed-40 .mm-slideout, [class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-40 .mm-slideout {
	width: calc(100% - 40px);
	-webkit-transform: translate(40px, 0);
	-ms-transform: translate(40px, 0);
	transform: translate(40px, 0);
	-webkit-transform: translate3d(40px, 0, 0);
	transform: translate3d(40px, 0, 0)
}

.mm-wrapper_sidebar-collapsed-60 .mm-slideout, [class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-60 .mm-slideout {
	width: calc(100% - 60px);
	-webkit-transform: translate(60px, 0);
	-ms-transform: translate(60px, 0);
	transform: translate(60px, 0);
	-webkit-transform: translate3d(60px, 0, 0);
	transform: translate3d(60px, 0, 0)
}

.mm-wrapper_sidebar-collapsed-80 .mm-slideout, [class*=mm-wrapper_sidebar-expanded-].mm-menu_sidebar-closed.mm-menu_sidebar-collapsed-80 .mm-slideout {
	width: calc(100% - 80px);
	-webkit-transform: translate(80px, 0);
	-ms-transform: translate(80px, 0);
	transform: translate(80px, 0);
	-webkit-transform: translate3d(80px, 0, 0);
	transform: translate3d(80px, 0, 0)
}

[class*=mm-wrapper_sidebar-expanded-] .mm-menu_sidebar-expanded {
	border-right-width: 1px;
	border-right-style: solid;
	min-width: 0 !important;
	max-width: 100000px !important
}

[class*=mm-wrapper_sidebar-expanded-] .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
	content: none;
	display: none
}

[class*=mm-wrapper_sidebar-expanded-].mm-wrapper_blocking, [class*=mm-wrapper_sidebar-expanded-].mm-wrapper_blocking body {
	overflow: visible
}

[class*=mm-wrapper_sidebar-expanded-] .mm-page__blocker {
	display: none !important
}

.mm-wrapper_sidebar-expanded-25:not(.mm-wrapper_sidebar-closed) .mm-slideout {
	width: 75%;
	-webkit-transform: translate(33.33333%, 0) !important;
	-ms-transform: translate(33.33333%, 0) !important;
	transform: translate(33.33333%, 0) !important;
	-webkit-transform: translate3d(33.33333%, 0, 0) !important;
	transform: translate3d(33.33333%, 0, 0) !important
}

.mm-wrapper_sidebar-expanded-25 .mm-menu_sidebar-expanded {
	width: 25% !important
}

.mm-wrapper_sidebar-expanded-30:not(.mm-wrapper_sidebar-closed) .mm-slideout {
	width: 70%;
	-webkit-transform: translate(42.85714%, 0) !important;
	-ms-transform: translate(42.85714%, 0) !important;
	transform: translate(42.85714%, 0) !important;
	-webkit-transform: translate3d(42.85714%, 0, 0) !important;
	transform: translate3d(42.85714%, 0, 0) !important
}

.mm-wrapper_sidebar-expanded-30 .mm-menu_sidebar-expanded {
	width: 30% !important
}

.mm-wrapper_sidebar-expanded-35:not(.mm-wrapper_sidebar-closed) .mm-slideout {
	width: 65%;
	-webkit-transform: translate(53.84615%, 0) !important;
	-ms-transform: translate(53.84615%, 0) !important;
	transform: translate(53.84615%, 0) !important;
	-webkit-transform: translate3d(53.84615%, 0, 0) !important;
	transform: translate3d(53.84615%, 0, 0) !important
}

.mm-wrapper_sidebar-expanded-35 .mm-menu_sidebar-expanded {
	width: 35% !important
}

.mm-menu__blocker {
	background: rgba(3, 2, 1, 0);
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3
}

.mm-menu_opened .mm-menu__blocker {
	display: none
}

input.mm-check, input.mm-toggle {
	position: absolute;
	left: -10000px
}

label.mm-check, label.mm-toggle {
	margin: 0;
	position: absolute;
	top: 50%;
	z-index: 2
}

label.mm-check:before, label.mm-toggle:before {
	content: '';
	display: block
}

label.mm-toggle {
	border-radius: 30px;
	width: 50px;
	height: 30px;
	margin-top: -15px
}

label.mm-toggle:before {
	border-radius: 30px;
	width: 28px;
	height: 28px;
	margin: 1px
}

input.mm-toggle:checked ~ label.mm-toggle:before {
	float: right
}

label.mm-check {
	width: 30px;
	height: 30px;
	margin-top: -15px
}

label.mm-check:before {
	border-left: 3px solid;
	border-bottom: 3px solid;
	width: 40%;
	height: 20%;
	margin: 25% 0 0 20%;
	opacity: .1;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

input.mm-check:checked ~ label.mm-check:before {
	opacity: 1
}

.mm-listitem_vertical label.mm-toggle {
	top: 5px;
	bottom: auto;
	margin-top: 0
}

.mm-listitem_vertical label.mm-check {
	top: 5px;
	bottom: auto;
	margin-top: 0
}

label.mm-toggle {
	right: 20px
}

label.mm-toggle + a, label.mm-toggle + span {
	padding-right: 80px
}

label.mm-check {
	right: 20px
}

label.mm-check + a, label.mm-check + span {
	padding-right: 60px
}

.mm-btn_next + label.mm-check, .mm-btn_next + label.mm-toggle {
	right: 60px
}

.mm-btn_next + label.mm-check + a, .mm-btn_next + label.mm-check + span, .mm-btn_next + label.mm-toggle + a, .mm-btn_next + label.mm-toggle + span {
	margin-right: 50px
}

.mm-btn_next + label.mm-toggle + a, .mm-btn_next + label.mm-toggle + span {
	padding-right: 70px
}

.mm-btn_next + label.mm-check + a, .mm-btn_next + label.mm-check + span {
	padding-right: 50px
}

.mm-counter + .mm-btn_next + label.mm-check, .mm-counter + .mm-btn_next + label.mm-toggle {
	right: 100px
}

.mm-counter + .mm-btn_next + label.mm-check + a, .mm-counter + .mm-btn_next + label.mm-check + span, .mm-counter + .mm-btn_next + label.mm-toggle + a, .mm-counter + .mm-btn_next + label.mm-toggle + span {
	margin-right: 90px
}

label.mm-toggle {
	background: rgba(0, 0, 0, .1)
}

label.mm-toggle:before {
	background: #f3f3f3
}

input.mm-toggle:checked ~ label.mm-toggle {
	background: #4bd963
}

label.mm-check:before {
	border-color: rgba(0, 0, 0, .75)
}

.mm-menu_border-none .mm-listitem:after, .mm-panel_border-none .mm-listitem:after {
	content: none
}

.mm-menu_border-full .mm-listitem:after, .mm-panel_border-full .mm-listitem:after {
	left: 0 !important
}

.mm-menu_border-offset .mm-listitem:after, .mm-panel_border-offset .mm-listitem:after {
	right: 20px
}

.mm-menu_fx-menu-zoom {
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease
}

.mm-wrapper_opened .mm-menu_fx-menu-zoom {
	-webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
	transform: scale(.7, .7) translate3d(-30%, 0, 0);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}

.mm-wrapper_opening .mm-menu_fx-menu-zoom {
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-wrapper_opened .mm-menu_fx-menu-zoom.mm-menu_position-right {
	-webkit-transform: scale(.7, .7) translate3d(30%, 0, 0);
	transform: scale(.7, .7) translate3d(30%, 0, 0);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center
}

.mm-wrapper_opening .mm-menu_fx-menu-zoom.mm-menu_position-right {
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu_fx-menu-slide {
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease
}

.mm-wrapper_opened .mm-menu_fx-menu-slide {
	-webkit-transform: translate(-30%, 0);
	-ms-transform: translate(-30%, 0);
	transform: translate(-30%, 0);
	-webkit-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0)
}

.mm-wrapper_opening .mm-menu_fx-menu-slide {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
	-webkit-transform: translate(30%, 0);
	-ms-transform: translate(30%, 0);
	transform: translate(30%, 0);
	-webkit-transform: translate3d(30%, 0, 0);
	transform: translate3d(30%, 0, 0)
}

.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu_fx-menu-fade {
	opacity: 0;
	transition: opacity .4s ease
}

.mm-wrapper_opening .mm-menu_fx-menu-fade {
	opacity: 1
}

.mm-menu_fx-panels-none .mm-panel, .mm-panel_fx-none {
	transition-property: none
}

.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent, .mm-panel_fx-none.mm-panel_opened-parent {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu_fx-panels-zoom .mm-panel, .mm-panel_fx-zoom {
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
	transform: scale(1.5, 1.5) translate3d(100%, 0, 0)
}

.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened, .mm-panel_fx-zoom.mm-panel_opened {
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0)
}

.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened-parent, .mm-panel_fx-zoom.mm-panel_opened-parent {
	-webkit-transform: scale(.7, .7) translate3d(-30%, 0, 0);
	transform: scale(.7, .7) translate3d(-30%, 0, 0)
}

.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent, .mm-panel_fx-slide-0.mm-panel_opened-parent {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent, .mm-panel_fx-slide-100.mm-panel_opened-parent {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.mm-menu_fx-panels-slide-up .mm-panel, .mm-panel_fx-slide-up {
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}

.mm-menu_fx-panels-slide-up .mm-panel_opened, .mm-menu_fx-panels-slide-up .mm-panel_opened-parent, .mm-panel_fx-slide-up.mm-panel_opened {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu_fx-panels-slide-right .mm-panel, .mm-panel_fx-slide-right {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.mm-menu_fx-panels-slide-right .mm-panel_opened, .mm-menu_fx-panels-slide-right .mm-panel_opened-parent, .mm-panel_fx-slide-right.mm-panel_opened {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

[class*=mm-menu_fx-listitems-] .mm-listitem {
	transition: none .4s ease
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(1) {
	transition-delay: 50ms
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(2) {
	transition-delay: .1s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(3) {
	transition-delay: 150ms
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(4) {
	transition-delay: .2s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(5) {
	transition-delay: 250ms
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(6) {
	transition-delay: .3s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(7) {
	transition-delay: 350ms
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(8) {
	transition-delay: .4s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(9) {
	transition-delay: 450ms
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(10) {
	transition-delay: .5s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(11) {
	transition-delay: 550ms
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(12) {
	transition-delay: .6s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(13) {
	transition-delay: 650ms
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(14) {
	transition-delay: .7s
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(15) {
	transition-delay: 750ms
}

.mm-menu_fx-listitems-slide .mm-listitem {
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: translate(50%, 0);
	-ms-transform: translate(50%, 0);
	transform: translate(50%, 0);
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
	opacity: 0
}

.mm-wrapper_opening .mm-menu_fx-listitems-slide .mm-panel_opened .mm-listitem {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.mm-menu_fx-listitems-fade .mm-listitem {
	transition-property: opacity;
	opacity: 0
}

.mm-wrapper_opening .mm-menu_fx-listitems-fade .mm-panel_opened .mm-listitem {
	opacity: 1
}

.mm-menu_fx-listitems-drop .mm-listitem {
	transition-property: opacity, top;
	opacity: 0;
	top: -25%
}

.mm-wrapper_opening .mm-menu_fx-listitems-drop .mm-panel_opened .mm-listitem {
	opacity: 1;
	top: 0
}

.mm-menu_fullscreen {
	width: 100%;
	min-width: 140px;
	max-width: 10000px
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
	-webkit-transform: translate(100vw, 0);
	-ms-transform: translate(100vw, 0);
	transform: translate(100vw, 0);
	-webkit-transform: translate3d(100vw, 0, 0);
	transform: translate3d(100vw, 0, 0)
}

@media all and (max-width: 140px) {
	.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(140px, 0);
		-ms-transform: translate(140px, 0);
		transform: translate(140px, 0);
		-webkit-transform: translate3d(140px, 0, 0);
		transform: translate3d(140px, 0, 0)
	}
}

@media all and (min-width: 10000px) {
	.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(10000px, 0);
		-ms-transform: translate(10000px, 0);
		transform: translate(10000px, 0);
		-webkit-transform: translate3d(10000px, 0, 0);
		transform: translate3d(10000px, 0, 0)
	}
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
	-webkit-transform: translate(-100vw, 0);
	-ms-transform: translate(-100vw, 0);
	transform: translate(-100vw, 0);
	-webkit-transform: translate3d(-100vw, 0, 0);
	transform: translate3d(-100vw, 0, 0)
}

@media all and (max-width: 140px) {
	.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(-140px, 0);
		-ms-transform: translate(-140px, 0);
		transform: translate(-140px, 0);
		-webkit-transform: translate3d(-140px, 0, 0);
		transform: translate3d(-140px, 0, 0)
	}
}

@media all and (min-width: 10000px) {
	.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(-10000px, 0);
		-ms-transform: translate(-10000px, 0);
		transform: translate(-10000px, 0);
		-webkit-transform: translate3d(-10000px, 0, 0);
		transform: translate3d(-10000px, 0, 0)
	}
}

.mm-menu_fullscreen.mm-menu_position-top {
	height: 100vh;
	min-height: 140px;
	max-height: 10000px
}

.mm-menu_fullscreen.mm-menu_position-bottom {
	height: 100vh;
	min-height: 140px;
	max-height: 10000px
}

.mm-menu_listview-30 .mm-listitem > a:not(.mm-btn_next), .mm-menu_listview-30 .mm-listitem > span {
	padding-top: 5px;
	padding-bottom: 5px
}

.mm-menu_listview-30 .mm-listitem_vertical > .mm-btn_next {
	height: 30
}

.mm-menu_listview-50 .mm-listitem > a:not(.mm-btn_next), .mm-menu_listview-50 .mm-listitem > span {
	padding-top: 15px;
	padding-bottom: 15px
}

.mm-menu_listview-50 .mm-listitem_vertical > .mm-btn_next {
	height: 50
}

.mm-menu_listview-60 .mm-listitem > a:not(.mm-btn_next), .mm-menu_listview-60 .mm-listitem > span {
	padding-top: 20px;
	padding-bottom: 20px
}

.mm-menu_listview-60 .mm-listitem_vertical > .mm-btn_next {
	height: 60
}

.mm-menu_listview-justify .mm-panels > .mm-panel:after, .mm-menu_listview-justify .mm-panels > .mm-panel:before, .mm-panels > .mm-panel_listview-justify:after, .mm-panels > .mm-panel_listview-justify:before {
	content: none;
	display: none
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listview, .mm-panels > .mm-panel_listview-justify .mm-listview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	margin-top: 0;
	margin-bottom: 0
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem, .mm-panels > .mm-panel_listview-justify .mm-listitem {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	min-height: 40px
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem:not(.mm-listitem_divider), .mm-panels > .mm-panel_listview-justify .mm-listitem:not(.mm-listitem_divider) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem > a:not(.mm-btn_next), .mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem > span, .mm-panels > .mm-panel_listview-justify .mm-listitem > a:not(.mm-btn_next), .mm-panels > .mm-panel_listview-justify .mm-listitem > span {
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.mm-listview_inset {
	list-style: inside disc;
	padding: 0 10px 15px 40px;
	margin: 0
}

.mm-listview_inset > li {
	padding: 5px 0
}

.mm-menu_multiline .mm-listitem > a, .mm-menu_multiline .mm-listitem > span, .mm-panel_multiline .mm-listitem > a, .mm-panel_multiline .mm-listitem > span {
	text-overflow: clip;
	white-space: normal
}

[class*=mm-menu_pagedim].mm-menu_opened ~ .mm-page__blocker {
	opacity: 0
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-page__blocker {
	opacity: .3;
	transition: opacity .4s ease .4s
}

.mm-menu_opened.mm-menu_pagedim ~ .mm-page__blocker {
	background: inherit
}

.mm-menu_opened.mm-menu_pagedim-black ~ .mm-page__blocker {
	background: #000
}

.mm-menu_opened.mm-menu_pagedim-white ~ .mm-page__blocker {
	background: #fff
}

.mm-menu_popup {
	transition: opacity .4s ease;
	opacity: 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
	height: 80%;
	min-height: 140px;
	max-height: 880px;
	top: 50%;
	left: 50%;
	bottom: auto;
	right: auto;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0)
}

.mm-menu_popup.mm-menu_opened ~ .mm-slideout {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	z-index: 0
}

.mm-menu_popup.mm-menu_opened ~ .mm-page__blocker {
	transition-delay: 0s !important;
	z-index: 1
}

.mm-wrapper_opening .mm-menu_popup {
	opacity: 1
}

.mm-menu_position-right {
	left: auto;
	right: 0
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
	-webkit-transform: translate(-80vw, 0);
	-ms-transform: translate(-80vw, 0);
	transform: translate(-80vw, 0);
	-webkit-transform: translate3d(-80vw, 0, 0);
	transform: translate3d(-80vw, 0, 0)
}

@media all and (max-width: 175px) {
	.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(-140px, 0);
		-ms-transform: translate(-140px, 0);
		transform: translate(-140px, 0);
		-webkit-transform: translate3d(-140px, 0, 0);
		transform: translate3d(-140px, 0, 0)
	}
}

@media all and (min-width: 550px) {
	.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
		-webkit-transform: translate(-440px, 0);
		-ms-transform: translate(-440px, 0);
		transform: translate(-440px, 0);
		-webkit-transform: translate3d(-440px, 0, 0);
		transform: translate3d(-440px, 0, 0)
	}
}

.mm-menu_position-bottom, .mm-menu_position-front, .mm-menu_position-top {
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease
}

.mm-menu_position-bottom.mm-menu_opened, .mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened {
	z-index: 2
}

.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout, .mm-menu_position-front.mm-menu_opened ~ .mm-slideout, .mm-menu_position-top.mm-menu_opened ~ .mm-slideout {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	z-index: 0
}

.mm-menu_position-bottom.mm-menu_opened ~ .mm-page__blocker, .mm-menu_position-front.mm-menu_opened ~ .mm-page__blocker, .mm-menu_position-top.mm-menu_opened ~ .mm-page__blocker {
	z-index: 1
}

.mm-menu_position-front {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.mm-menu_position-front.mm-menu_position-right {
	-webkit-transform: translate(100%, 0);
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.mm-menu_position-bottom, .mm-menu_position-top {
	width: 100%;
	min-width: 100%;
	max-width: 100%
}

.mm-menu_position-top {
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}

.mm-menu_position-top {
	height: 80vh;
	min-height: 140px;
	max-height: 880px
}

.mm-menu_position-bottom {
	-webkit-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	top: auto
}

.mm-menu_position-bottom {
	height: 80vh;
	min-height: 140px;
	max-height: 880px
}

.mm-wrapper_opening .mm-menu_position-bottom, .mm-wrapper_opening .mm-menu_position-front, .mm-wrapper_opening .mm-menu_position-top {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.mm-menu_shadow-page:after {
	content: "";
	display: block;
	width: 20px;
	height: 120%;
	position: absolute;
	left: 100%;
	top: -10%;
	z-index: 100;
	-webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
	clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%)
}

.mm-menu_shadow-page.mm-menu_position-right:after {
	left: auto;
	right: 100%;
	-webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
	clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%)
}

.mm-menu_shadow-page.mm-menu_position-front:after {
	content: none;
	display: none
}

.mm-menu_shadow-page:after {
	box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.mm-menu_shadow-panels .mm-panel {
	box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.mm-menu_theme-white {
	background: #fff;
	border-color: rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .7)
}

.mm-menu_theme-white .mm-navbar a, .mm-menu_theme-white .mm-navbar > * {
	color: rgba(0, 0, 0, .3)
}

.mm-menu_theme-white .mm-btn:after, .mm-menu_theme-white .mm-btn:before {
	border-color: rgba(0, 0, 0, .3)
}

.mm-menu_theme-white .mm-listview .mm-btn_next:after {
	border-color: rgba(0, 0, 0, .3)
}

.mm-menu_theme-white .mm-listview a:not(.mm-btn_next) {
	-webkit-tap-highlight-color: rgba(0, 0, 0, .03);
	tap-highlight-color: rgba(0, 0, 0, .03)
}

.mm-menu_theme-white .mm-listitem_selected > a:not(.mm-btn_next), .mm-menu_theme-white .mm-listitem_selected > span {
	background: rgba(0, 0, 0, .03)
}

.mm-menu_theme-white .mm-listitem_opened > .mm-btn_next, .mm-menu_theme-white .mm-listitem_opened > .mm-panel {
	background: rgba(0, 0, 0, .06)
}

.mm-menu_theme-white .mm-listitem_divider {
	background: rgba(0, 0, 0, .06)
}

.mm-menu_theme-white .mm-counter {
	color: rgba(0, 0, 0, .3)
}

.mm-menu_theme-white .mm-iconbar, .mm-menu_theme-white .mm-iconbar a {
	color: rgba(0, 0, 0, .3)
}

.mm-menu_theme-white.mm-menu_keyboardfocus a:focus {
	background: rgba(0, 0, 0, .03)
}

.mm-menu_theme-white .mm-navbar_tabs > :not(.mm-navbar__tab_selected), .mm-menu_theme-white .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar, .mm-menu_theme-white .mm-navbars_top.mm-navbars_has-tabs > .mm-navbar:not(.mm-navbar_tabs) {
	background: rgba(0, 0, 0, .03)
}

.mm-menu_theme-white.mm-menu_shadow-page:after {
	box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.mm-menu_theme-white.mm-menu_shadow-panels .mm-panel {
	box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.mm-menu_theme-white .mm-searchfield input {
	background: rgba(0, 0, 0, .06);
	color: rgba(0, 0, 0, .7)
}

.mm-menu_theme-white .mm-panel__noresultsmsg {
	color: rgba(0, 0, 0, .3)
}

.mm-menu_theme-white .mm-sectionindexer a {
	color: rgba(0, 0, 0, .3)
}

.mm-menu_theme-white.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > a, .mm-menu_theme-white.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > span {
	background: 0 0
}

.mm-menu_theme-white.mm-menu_selected-hover .mm-listitem > a.mm-btn_fullwidth:hover + span, .mm-menu_theme-white.mm-menu_selected-hover .mm-listitem > a:not(.mm-btn_fullwidth):hover {
	background: rgba(0, 0, 0, .03)
}

.mm-menu_theme-white.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > a, .mm-menu_theme-white.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > span {
	background: 0 0
}

.mm-menu_theme-white.mm-menu_selected-parent .mm-listitem_selected-parent > a.mm-btn_fullwidth + span, .mm-menu_theme-white.mm-menu_selected-parent .mm-listitem_selected-parent > a.mm-btn_next:not(.mm-btn_fullwidth) {
	background: rgba(0, 0, 0, .03)
}

.mm-menu_theme-white label.mm-check:before {
	border-color: rgba(0, 0, 0, .7)
}

.mm-menu_theme-white label.mm-toggle {
	background: rgba(0, 0, 0, .1)
}

.mm-menu_theme-white label.mm-toggle:before {
	background: #fff
}

.mm-menu_theme-whiteinput.mm-toggle:checked ~ label.mm-toggle {
	background: #4bd963
}

.mm-menu_theme-dark {
	background: #333;
	border-color: rgba(0, 0, 0, .3);
	color: rgba(255, 255, 255, .85)
}

.mm-menu_theme-dark .mm-navbar a, .mm-menu_theme-dark .mm-navbar > * {
	color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-dark .mm-btn:after, .mm-menu_theme-dark .mm-btn:before {
	border-color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-dark .mm-listview .mm-btn_next:after {
	border-color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-dark .mm-listview a:not(.mm-btn_next) {
	-webkit-tap-highlight-color: rgba(0, 0, 0, .1);
	tap-highlight-color: rgba(0, 0, 0, .1)
}

.mm-menu_theme-dark .mm-listitem_selected > a:not(.mm-btn_next), .mm-menu_theme-dark .mm-listitem_selected > span {
	background: rgba(0, 0, 0, .1)
}

.mm-menu_theme-dark .mm-listitem_opened > .mm-btn_next, .mm-menu_theme-dark .mm-listitem_opened > .mm-panel {
	background: rgba(255, 255, 255, .08)
}

.mm-menu_theme-dark .mm-listitem_divider {
	background: rgba(255, 255, 255, .08)
}

.mm-menu_theme-dark .mm-counter {
	color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-dark .mm-iconbar, .mm-menu_theme-dark .mm-iconbar a {
	color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-dark.mm-menu_keyboardfocus a:focus {
	background: rgba(0, 0, 0, .1)
}

.mm-menu_theme-dark .mm-navbar_tabs > :not(.mm-navbar__tab_selected), .mm-menu_theme-dark .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar, .mm-menu_theme-dark .mm-navbars_top.mm-navbars_has-tabs > .mm-navbar:not(.mm-navbar_tabs) {
	background: rgba(0, 0, 0, .1)
}

.mm-menu_theme-dark.mm-menu_shadow-page:after {
	box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.mm-menu_theme-dark.mm-menu_shadow-panels .mm-panel {
	box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.mm-menu_theme-dark .mm-searchfield input {
	background: rgba(255, 255, 255, .15);
	color: rgba(255, 255, 255, .85)
}

.mm-menu_theme-dark .mm-panel__noresultsmsg {
	color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-dark .mm-sectionindexer a {
	color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-dark.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > a, .mm-menu_theme-dark.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > span {
	background: 0 0
}

.mm-menu_theme-dark.mm-menu_selected-hover .mm-listitem > a.mm-btn_fullwidth:hover + span, .mm-menu_theme-dark.mm-menu_selected-hover .mm-listitem > a:not(.mm-btn_fullwidth):hover {
	background: rgba(0, 0, 0, .1)
}

.mm-menu_theme-dark.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > a, .mm-menu_theme-dark.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > span {
	background: 0 0
}

.mm-menu_theme-dark.mm-menu_selected-parent .mm-listitem_selected-parent > a.mm-btn_fullwidth + span, .mm-menu_theme-dark.mm-menu_selected-parent .mm-listitem_selected-parent > a.mm-btn_next:not(.mm-btn_fullwidth) {
	background: rgba(0, 0, 0, .1)
}

.mm-menu_theme-dark label.mm-check:before {
	border-color: rgba(255, 255, 255, .85)
}

.mm-menu_theme-dark label.mm-toggle {
	background: rgba(0, 0, 0, .3)
}

.mm-menu_theme-dark label.mm-toggle:before {
	background: #333
}

.mm-menu_theme-darkinput.mm-toggle:checked ~ label.mm-toggle {
	background: #4bd963
}

.mm-menu_theme-black {
	background: #000;
	border-color: rgba(255, 255, 255, .25);
	color: rgba(255, 255, 255, .75)
}

.mm-menu_theme-black .mm-navbar a, .mm-menu_theme-black .mm-navbar > * {
	color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-black .mm-btn:after, .mm-menu_theme-black .mm-btn:before {
	border-color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-black .mm-listview .mm-btn_next:after {
	border-color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-black .mm-listview a:not(.mm-btn_next) {
	-webkit-tap-highlight-color: rgba(255, 255, 255, .15);
	tap-highlight-color: rgba(255, 255, 255, .15)
}

.mm-menu_theme-black .mm-listitem_selected > a:not(.mm-btn_next), .mm-menu_theme-black .mm-listitem_selected > span {
	background: rgba(255, 255, 255, .15)
}

.mm-menu_theme-black .mm-listitem_opened > .mm-btn_next, .mm-menu_theme-black .mm-listitem_opened > .mm-panel {
	background: rgba(255, 255, 255, .2)
}

.mm-menu_theme-black .mm-listitem_divider {
	background: rgba(255, 255, 255, .2)
}

.mm-menu_theme-black .mm-counter {
	color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-black .mm-iconbar, .mm-menu_theme-black .mm-iconbar a {
	color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-black.mm-menu_keyboardfocus a:focus {
	background: rgba(255, 255, 255, .15)
}

.mm-menu_theme-black .mm-navbar_tabs > :not(.mm-navbar__tab_selected), .mm-menu_theme-black .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar, .mm-menu_theme-black .mm-navbars_top.mm-navbars_has-tabs > .mm-navbar:not(.mm-navbar_tabs) {
	background: rgba(255, 255, 255, .15)
}

.mm-menu_theme-black.mm-menu_shadow-page:after {
	box-shadow: false
}

.mm-menu_theme-black.mm-menu_shadow-panels .mm-panel {
	box-shadow: false
}

.mm-menu_theme-black .mm-searchfield input {
	background: rgba(255, 255, 255, .25);
	color: rgba(255, 255, 255, .75)
}

.mm-menu_theme-black .mm-panel__noresultsmsg {
	color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-black .mm-sectionindexer a {
	color: rgba(255, 255, 255, .4)
}

.mm-menu_theme-black.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > a, .mm-menu_theme-black.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected > span {
	background: 0 0
}

.mm-menu_theme-black.mm-menu_selected-hover .mm-listitem > a.mm-btn_fullwidth:hover + span, .mm-menu_theme-black.mm-menu_selected-hover .mm-listitem > a:not(.mm-btn_fullwidth):hover {
	background: rgba(255, 255, 255, .15)
}

.mm-menu_theme-black.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > a, .mm-menu_theme-black.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) > span {
	background: 0 0
}

.mm-menu_theme-black.mm-menu_selected-parent .mm-listitem_selected-parent > a.mm-btn_fullwidth + span, .mm-menu_theme-black.mm-menu_selected-parent .mm-listitem_selected-parent > a.mm-btn_next:not(.mm-btn_fullwidth) {
	background: rgba(255, 255, 255, .15)
}

.mm-menu_theme-black label.mm-check:before {
	border-color: rgba(255, 255, 255, .75)
}

.mm-menu_theme-black label.mm-toggle {
	background: rgba(255, 255, 255, .25)
}

.mm-menu_theme-black label.mm-toggle:before {
	background: #000
}

.mm-menu_theme-blackinput.mm-toggle:checked ~ label.mm-toggle {
	background: #4bd963
}

.mm-menu_tileview .mm-listview, .mm-panel_tileview .mm-listview {
	margin: 0 !important
}

.mm-menu_tileview .mm-listview:after, .mm-panel_tileview .mm-listview:after {
	content: '';
	display: block;
	clear: both
}

.mm-menu_tileview .mm-listitem, .mm-panel_tileview .mm-listitem {
	padding: 0;
	float: left;
	position: relative;
	width: 50%;
	height: 0;
	padding-top: 50%
}

.mm-menu_tileview .mm-listitem:after, .mm-panel_tileview .mm-listitem:after {
	left: 0;
	top: 0;
	border-right-width: 1px;
	border-right-style: solid;
	z-index: -1
}

.mm-menu_tileview .mm-listitem.mm-tile-xs, .mm-panel_tileview .mm-listitem.mm-tile-xs {
	width: 12.5%;
	padding-top: 12.5%
}

.mm-menu_tileview .mm-listitem.mm-tile-s, .mm-panel_tileview .mm-listitem.mm-tile-s {
	width: 25%;
	padding-top: 25%
}

.mm-menu_tileview .mm-listitem.mm-tile-l, .mm-panel_tileview .mm-listitem.mm-tile-l {
	width: 75%;
	padding-top: 75%
}

.mm-menu_tileview .mm-listitem.mm-tile-xl, .mm-panel_tileview .mm-listitem.mm-tile-xl {
	width: 100%;
	padding-top: 100%
}

.mm-menu_tileview .mm-listitem > a, .mm-menu_tileview .mm-listitem > span, .mm-panel_tileview .mm-listitem > a, .mm-panel_tileview .mm-listitem > span {
	line-height: 1px;
	text-align: center;
	padding: 50% 10px 0 10px;
	margin: 0;
	position: absolute;
	top: 0;
	right: 1px;
	bottom: 1px;
	left: 0
}

.mm-menu_tileview .mm-listitem > .mm-btn_next, .mm-panel_tileview .mm-listitem > .mm-btn_next {
	width: auto
}

.mm-menu_tileview .mm-listitem > .mm-btn_next:after, .mm-menu_tileview .mm-listitem > .mm-btn_next:before, .mm-panel_tileview .mm-listitem > .mm-btn_next:after, .mm-panel_tileview .mm-listitem > .mm-btn_next:before {
	content: none;
	display: none
}

.mm-menu_tileview .mm-listitem_divider, .mm-panel_tileview .mm-listitem_divider {
	display: none
}

.mm-menu_tileview .mm-panel, .mm-panel_tileview {
	padding-left: 0;
	padding-right: 0
}

.mm-menu_tileview .mm-panel:after, .mm-menu_tileview .mm-panel:before, .mm-panel_tileview:after, .mm-panel_tileview:before {
	content: none;
	display: none
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
	font: inherit;
	display: inline-block;
	overflow: visible;
	margin: 0;
	padding: 15px;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: .15s;
	transition-property: opacity, filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent
}

.hamburger:hover {
	opacity: .7
}

.hamburger-box {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px
}

.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -2px
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	position: absolute;
	width: 40px;
	height: 4px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 4px;
	background-color: #000
}

.hamburger-inner:after, .hamburger-inner:before {
	display: block;
	content: ""
}

.hamburger-inner:before {
	top: -10px
}

.hamburger-inner:after {
	bottom: -10px
}

.hamburger--3dx .hamburger-box {
	perspective: 80px
}

.hamburger--3dx .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx.is-active .hamburger-inner {
	transform: rotateY(180deg);
	background-color: transparent
}

.hamburger--3dx.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dx-r .hamburger-box {
	perspective: 80px
}

.hamburger--3dx-r .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dx-r.is-active .hamburger-inner {
	transform: rotateY(-180deg);
	background-color: transparent
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy .hamburger-box {
	perspective: 80px
}

.hamburger--3dy .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy.is-active .hamburger-inner {
	transform: rotateX(-180deg);
	background-color: transparent
}

.hamburger--3dy.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dy-r .hamburger-box {
	perspective: 80px
}

.hamburger--3dy-r .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dy-r.is-active .hamburger-inner {
	transform: rotateX(180deg);
	background-color: transparent
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy .hamburger-box {
	perspective: 80px
}

.hamburger--3dxy .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy.is-active .hamburger-inner {
	transform: rotateX(180deg) rotateY(180deg);
	background-color: transparent
}

.hamburger--3dxy.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--3dxy-r .hamburger-box {
	perspective: 80px
}

.hamburger--3dxy-r .hamburger-inner {
	transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before {
	transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.hamburger--3dxy-r.is-active .hamburger-inner {
	transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
	background-color: transparent
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--arrow.is-active .hamburger-inner:before {
	transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrow.is-active .hamburger-inner:after {
	transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
	transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
	transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt .hamburger-inner:before {
	transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt .hamburger-inner:after {
	transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
	transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
	transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r .hamburger-inner:before {
	transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r .hamburger-inner:after {
	transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
	transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s;
	transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner {
	transform: rotate(-180deg)
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
	transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
	transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
	transform: rotate(-180deg)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
	transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
	transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
	transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
	transform: rotate(45deg)
}

.hamburger--boring.is-active .hamburger-inner:before {
	top: 0;
	opacity: 0
}

.hamburger--boring.is-active .hamburger-inner:after {
	bottom: 0;
	transform: rotate(-90deg)
}

.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-delay: .13s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: .13s
}

.hamburger--collapse .hamburger-inner:after {
	top: -20px;
	transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
	transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse.is-active .hamburger-inner {
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--collapse.is-active .hamburger-inner:after {
	top: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
	opacity: 0
}

.hamburger--collapse.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
	transform: rotate(-90deg)
}

.hamburger--collapse-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-delay: .13s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: .13s
}

.hamburger--collapse-r .hamburger-inner:after {
	top: -20px;
	transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.hamburger--collapse-r .hamburger-inner:before {
	transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--collapse-r.is-active .hamburger-inner {
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: translate3d(0, -10px, 0) rotate(45deg)
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
	top: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s;
	opacity: 0
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s;
	transform: rotate(90deg)
}

.hamburger--elastic .hamburger-inner {
	top: 2px;
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	transition-duration: .275s
}

.hamburger--elastic .hamburger-inner:before {
	top: 10px;
	transition: opacity .125s ease .275s
}

.hamburger--elastic .hamburger-inner:after {
	top: 20px;
	transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
	transition-delay: 75ms;
	transform: translate3d(0, 10px, 0) rotate(135deg)
}

.hamburger--elastic.is-active .hamburger-inner:before {
	transition-delay: 0s;
	opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner:after {
	transition-delay: 75ms;
	transform: translate3d(0, -20px, 0) rotate(-270deg)
}

.hamburger--elastic-r .hamburger-inner {
	top: 2px;
	transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	transition-duration: .275s
}

.hamburger--elastic-r .hamburger-inner:before {
	top: 10px;
	transition: opacity .125s ease .275s
}

.hamburger--elastic-r .hamburger-inner:after {
	top: 20px;
	transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger--elastic-r.is-active .hamburger-inner {
	transition-delay: 75ms;
	transform: translate3d(0, 10px, 0) rotate(-135deg)
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
	transition-delay: 0s;
	opacity: 0
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
	transition-delay: 75ms;
	transform: translate3d(0, -20px, 0) rotate(270deg)
}

.hamburger--emphatic {
	overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
	transition: background-color .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:before {
	left: 0;
	transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic .hamburger-inner:after {
	top: 10px;
	right: 0;
	transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent
}

.hamburger--emphatic.is-active .hamburger-inner:before {
	top: -80px;
	left: -80px;
	transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
	transform: translate3d(80px, 80px, 0) rotate(45deg)
}

.hamburger--emphatic.is-active .hamburger-inner:after {
	top: -80px;
	right: -80px;
	transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
	transform: translate3d(-80px, 80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r {
	overflow: hidden
}

.hamburger--emphatic-r .hamburger-inner {
	transition: background-color .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:before {
	left: 0;
	transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.hamburger--emphatic-r .hamburger-inner:after {
	top: 10px;
	right: 0;
	transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.hamburger--emphatic-r.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
	top: 80px;
	left: -80px;
	transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
	transform: translate3d(80px, -80px, 0) rotate(-45deg)
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
	top: 80px;
	right: -80px;
	transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s;
	transform: translate3d(-80px, -80px, 0) rotate(45deg)
}

.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
	transition: bottom .08s ease-out 0s, top .08s ease-out 0s, opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
	transition: bottom .08s ease-out, top .08s ease-out, opacity 0s linear .08s;
	opacity: 0
}

.hamburger--minus.is-active .hamburger-inner:before {
	top: 0
}

.hamburger--minus.is-active .hamburger-inner:after {
	bottom: 0
}

.hamburger--slider .hamburger-inner {
	top: 2px
}

.hamburger--slider .hamburger-inner:before {
	top: 10px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform, opacity
}

.hamburger--slider .hamburger-inner:after {
	top: 20px
}

.hamburger--slider.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--slider.is-active .hamburger-inner:before {
	transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	opacity: 0
}

.hamburger--slider.is-active .hamburger-inner:after {
	transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.hamburger--slider-r .hamburger-inner {
	top: 2px
}

.hamburger--slider-r .hamburger-inner:before {
	top: 10px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform, opacity
}

.hamburger--slider-r .hamburger-inner:after {
	top: 20px
}

.hamburger--slider-r.is-active .hamburger-inner {
	transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--slider-r.is-active .hamburger-inner:before {
	transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
	opacity: 0
}

.hamburger--slider-r.is-active .hamburger-inner:after {
	transform: translate3d(0, -20px, 0) rotate(90deg)
}

.hamburger--spin .hamburger-inner {
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: .22s
}

.hamburger--spin .hamburger-inner:before {
	transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin .hamburger-inner:after {
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin.is-active .hamburger-inner {
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: rotate(225deg)
}

.hamburger--spin.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s ease-out, opacity .1s ease-out .12s;
	opacity: 0
}

.hamburger--spin.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transform: rotate(-90deg)
}

.hamburger--spin-r .hamburger-inner {
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: .22s
}

.hamburger--spin-r .hamburger-inner:before {
	transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger--spin-r .hamburger-inner:after {
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spin-r.is-active .hamburger-inner {
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: rotate(-225deg)
}

.hamburger--spin-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s ease-out, opacity .1s ease-out .12s;
	opacity: 0
}

.hamburger--spin-r.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transform: rotate(90deg)
}

.hamburger--spring .hamburger-inner {
	top: 2px;
	transition: background-color 0s linear .13s
}

.hamburger--spring .hamburger-inner:before {
	top: 10px;
	transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring .hamburger-inner:after {
	top: 20px;
	transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring.is-active .hamburger-inner {
	transition-delay: .22s;
	background-color: transparent
}

.hamburger--spring.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
	transform: translate3d(0, 10px, 0) rotate(45deg)
}

.hamburger--spring.is-active .hamburger-inner:after {
	top: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
	transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.hamburger--spring-r .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-delay: 0s;
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: .13s
}

.hamburger--spring-r .hamburger-inner:after {
	top: -20px;
	transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity 0s linear
}

.hamburger--spring-r .hamburger-inner:before {
	transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.hamburger--spring-r.is-active .hamburger-inner {
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.hamburger--spring-r.is-active .hamburger-inner:after {
	top: 0;
	transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .22s;
	opacity: 0
}

.hamburger--spring-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s;
	transform: rotate(90deg)
}

.hamburger--stand .hamburger-inner {
	transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand .hamburger-inner:before {
	transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand .hamburger-inner:after {
	transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand.is-active .hamburger-inner {
	transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
	transform: rotate(90deg);
	background-color: transparent
}

.hamburger--stand.is-active .hamburger-inner:before {
	top: 0;
	transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
	transform: rotate(-45deg)
}

.hamburger--stand.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
	transform: rotate(45deg)
}

.hamburger--stand-r .hamburger-inner {
	transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.hamburger--stand-r .hamburger-inner:before {
	transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r .hamburger-inner:after {
	transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.hamburger--stand-r.is-active .hamburger-inner {
	transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s;
	transform: rotate(-90deg);
	background-color: transparent
}

.hamburger--stand-r.is-active .hamburger-inner:before {
	top: 0;
	transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
	transform: rotate(-45deg)
}

.hamburger--stand-r.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s;
	transform: rotate(45deg)
}

.hamburger--squeeze .hamburger-inner {
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: 75ms
}

.hamburger--squeeze .hamburger-inner:before {
	transition: top 75ms ease .12s, opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner:after {
	transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.hamburger--squeeze.is-active .hamburger-inner {
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: rotate(45deg)
}

.hamburger--squeeze.is-active .hamburger-inner:before {
	top: 0;
	transition: top 75ms ease, opacity 75ms ease .12s;
	opacity: 0
}

.hamburger--squeeze.is-active .hamburger-inner:after {
	bottom: 0;
	transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
	transform: rotate(-90deg)
}

.hamburger--vortex .hamburger-inner {
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-duration: .2s
}

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
	transition-delay: .1s;
	transition-timing-function: linear;
	transition-duration: 0s
}

.hamburger--vortex .hamburger-inner:before {
	transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner:after {
	transition-property: bottom, transform
}

.hamburger--vortex.is-active .hamburger-inner {
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transform: rotate(765deg)
}

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
	transition-delay: 0s
}

.hamburger--vortex.is-active .hamburger-inner:before {
	top: 0;
	opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner:after {
	bottom: 0;
	transform: rotate(90deg)
}

.hamburger--vortex-r .hamburger-inner {
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-duration: .2s
}

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
	transition-delay: .1s;
	transition-timing-function: linear;
	transition-duration: 0s
}

.hamburger--vortex-r .hamburger-inner:before {
	transition-property: top, opacity
}

.hamburger--vortex-r .hamburger-inner:after {
	transition-property: bottom, transform
}

.hamburger--vortex-r.is-active .hamburger-inner {
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transform: rotate(-765deg)
}

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
	transition-delay: 0s
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
	top: 0;
	opacity: 0
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
	bottom: 0;
	transform: rotate(-90deg)
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.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
}

@-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 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) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) 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);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) 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) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) 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);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-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);
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@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);
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

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

.scroll-wrapper {
	overflow: hidden !important;
	padding: 0 !important;
	position: relative
}

.scroll-wrapper > .scroll-content {
	border: none !important;
	box-sizing: content-box !important;
	height: auto;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none !important;
	overflow: scroll !important;
	padding: 0;
	position: relative !important;
	top: 0;
	width: auto !important
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
	height: 0;
	width: 0
}

.scroll-element {
	display: none
}

.scroll-element, .scroll-element div {
	box-sizing: content-box
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
	display: block
}

.scroll-element .scroll-arrow, .scroll-element .scroll-bar {
	cursor: default
}

.scroll-textarea {
	border: 1px solid #ccc;
	border-top-color: #999
}

.scroll-textarea > .scroll-content {
	overflow: hidden !important
}

.scroll-textarea > .scroll-content > textarea {
	border: none !important;
	box-sizing: border-box;
	height: 100% !important;
	margin: 0;
	max-height: none !important;
	max-width: none !important;
	overflow: scroll !important;
	outline: 0;
	padding: 2px;
	position: relative !important;
	top: 0;
	width: 100% !important
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
	height: 0;
	width: 0
}

.scrollbar-inner > .scroll-element, .scrollbar-inner > .scroll-element div {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10
}

.scrollbar-inner > .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}

.scrollbar-inner > .scroll-element.scroll-x {
	bottom: 2px;
	height: 8px;
	left: 0;
	width: 100%
}

.scrollbar-inner > .scroll-element.scroll-y {
	height: 100%;
	right: 2px;
	top: 0;
	width: 8px
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
	overflow: hidden
}

.scrollbar-inner > .scroll-element .scroll-bar, .scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

.scrollbar-inner > .scroll-element .scroll-bar, .scrollbar-inner > .scroll-element .scroll-element_track {
	opacity: .4
}

.scrollbar-inner > .scroll-element .scroll-element_track {
	background-color: #e0e0e0
}

.scrollbar-inner > .scroll-element .scroll-bar {
	background-color: #c2c2c2
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
	background-color: #919191
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
	background-color: #919191
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -12px
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -12px
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -12px
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -12px
}

.scrollbar-outer > .scroll-element, .scrollbar-outer > .scroll-element div {
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10
}

.scrollbar-outer > .scroll-element {
	background-color: #fff
}

.scrollbar-outer > .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}

.scrollbar-outer > .scroll-element.scroll-x {
	bottom: 0;
	height: 12px;
	left: 0;
	width: 100%
}

.scrollbar-outer > .scroll-element.scroll-y {
	height: 100%;
	right: 0;
	top: 0;
	width: 12px
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
	height: 8px;
	top: 2px
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
	left: 2px;
	width: 8px
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
	overflow: hidden
}

.scrollbar-outer > .scroll-element .scroll-element_track {
	background-color: #eee
}

.scrollbar-outer > .scroll-element .scroll-bar, .scrollbar-outer > .scroll-element .scroll-element_outer, .scrollbar-outer > .scroll-element .scroll-element_track {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px
}

.scrollbar-outer > .scroll-element .scroll-bar {
	background-color: #d9d9d9
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
	background-color: #c2c2c2
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
	background-color: #919191
}

.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
	left: -12px;
	margin-left: 12px
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
	top: -12px;
	margin-top: 12px
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
	min-width: 10px
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
	min-height: 10px
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -14px
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -14px
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -14px
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -14px
}

.scrollbar-macosx > .scroll-element, .scrollbar-macosx > .scroll-element div {
	background: 0 0;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10
}

.scrollbar-macosx > .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
	display: none
}

.scrollbar-macosx > .scroll-element .scroll-bar {
	background-color: #6c6e71;
	display: block;
	opacity: 0;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	transition: opacity .2s linear
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar, .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
	opacity: .7
}

.scrollbar-macosx > .scroll-element.scroll-x {
	bottom: 0;
	height: 0;
	left: 0;
	min-width: 100%;
	overflow: visible;
	width: 100%
}

.scrollbar-macosx > .scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0;
	top: 0;
	width: 0
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
	height: 7px;
	min-width: 10px;
	top: -9px
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
	left: -9px;
	min-height: 10px;
	width: 7px
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
	left: 2px
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
	left: -4px
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
	top: 2px
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
	top: -4px
}

.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -11px
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -11px
}

.scrollbar-light > .scroll-element, .scrollbar-light > .scroll-element div {
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 10
}

.scrollbar-light > .scroll-element {
	background-color: #fff
}

.scrollbar-light > .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}

.scrollbar-light > .scroll-element .scroll-element_outer {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.scrollbar-light > .scroll-element .scroll-element_size {
	background: #dbdbdb;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #dbdbdb), color-stop(100%, #e8e8e8));
	background: -webkit-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
	background: -o-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
	background: -ms-linear-gradient(left, #dbdbdb 0, #e8e8e8 100%);
	background: linear-gradient(to right, #dbdbdb 0, #e8e8e8 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.scrollbar-light > .scroll-element.scroll-x {
	bottom: 0;
	height: 17px;
	left: 0;
	min-width: 100%;
	width: 100%
}

.scrollbar-light > .scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0;
	top: 0;
	width: 17px
}

.scrollbar-light > .scroll-element .scroll-bar {
	background: #fefefe;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #fefefe), color-stop(100%, #f5f5f5));
	background: -webkit-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
	background: -o-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
	background: -ms-linear-gradient(left, #fefefe 0, #f5f5f5 100%);
	background: linear-gradient(to right, #fefefe 0, #f5f5f5 100%);
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.scrollbar-light > .scroll-content.scroll-scrolly_visible {
	left: -17px;
	margin-left: 17px
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
	top: -17px;
	margin-top: 17px
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
	height: 10px;
	min-width: 10px;
	top: 0
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
	left: 0;
	min-height: 10px;
	width: 10px
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
	height: 12px;
	left: 2px;
	top: 2px
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
	left: -4px
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
	left: 2px;
	top: 2px;
	width: 12px
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
	top: -4px
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -19px
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -19px
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -19px
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -19px
}

.scrollbar-rail > .scroll-element, .scrollbar-rail > .scroll-element div {
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 10
}

.scrollbar-rail > .scroll-element {
	background-color: #fff
}

.scrollbar-rail > .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}

.scrollbar-rail > .scroll-element .scroll-element_size {
	background-color: #999;
	background-color: rgba(0, 0, 0, .3)
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
	background-color: #666;
	background-color: rgba(0, 0, 0, .5)
}

.scrollbar-rail > .scroll-element.scroll-x {
	bottom: 0;
	height: 12px;
	left: 0;
	min-width: 100%;
	padding: 3px 0 2px;
	width: 100%
}

.scrollbar-rail > .scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	padding: 0 2px 0 3px;
	right: 0;
	top: 0;
	width: 12px
}

.scrollbar-rail > .scroll-element .scroll-bar {
	background-color: #d0b9a0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .5)
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .6)
}

.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
	left: -17px;
	margin-left: 17px
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
	margin-top: 17px;
	top: -17px
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
	height: 10px;
	min-width: 10px;
	top: 1px
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
	left: 1px;
	min-height: 10px;
	width: 10px
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
	height: 15px;
	left: 5px
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
	height: 2px;
	left: -10px;
	top: 5px
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
	top: 5px;
	width: 15px
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
	left: 5px;
	top: -10px;
	width: 2px
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -25px
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -25px
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -25px
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -25px
}

.scrollbar-dynamic > .scroll-element, .scrollbar-dynamic > .scroll-element div {
	background: 0 0;
	border: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10
}

.scrollbar-dynamic > .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}

.scrollbar-dynamic > .scroll-element.scroll-x {
	bottom: 2px;
	height: 7px;
	left: 0;
	min-width: 100%;
	width: 100%
}

.scrollbar-dynamic > .scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 2px;
	top: 0;
	width: 7px
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
	opacity: .3;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
	background-color: #ccc;
	opacity: 0;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-o-transition: opacity .2s;
	-ms-transition: opacity .2s;
	transition: opacity .2s
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
	background-color: #6c6e71;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
	bottom: 0;
	height: 7px;
	min-width: 24px;
	top: auto
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
	left: auto;
	min-height: 24px;
	right: 0;
	width: 7px
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
	bottom: 0;
	top: auto;
	left: 2px;
	-webkit-transition: height .2s;
	-moz-transition: height .2s;
	-o-transition: height .2s;
	-ms-transition: height .2s;
	transition: height .2s
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
	left: auto;
	right: 0;
	top: 2px;
	-webkit-transition: width .2s;
	-moz-transition: width .2s;
	-o-transition: width .2s;
	-ms-transition: width .2s;
	transition: width .2s
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
	left: -4px
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
	top: -4px
}

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -11px
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -11px
}

.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer, .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer {
	overflow: hidden;
	opacity: .7
}

.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size, .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size {
	opacity: 1
}

.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar, .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar {
	height: 100%;
	width: 100%;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px
}

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer {
	height: 20px;
	min-height: 7px
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer {
	min-width: 7px;
	width: 20px
}

.scrollbar-chrome > .scroll-element, .scrollbar-chrome > .scroll-element div {
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	z-index: 10
}

.scrollbar-chrome > .scroll-element {
	background-color: #fff
}

.scrollbar-chrome > .scroll-element div {
	display: block;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
	background: #f1f1f1;
	border: 1px solid #dbdbdb
}

.scrollbar-chrome > .scroll-element.scroll-x {
	bottom: 0;
	height: 16px;
	left: 0;
	min-width: 100%;
	width: 100%
}

.scrollbar-chrome > .scroll-element.scroll-y {
	height: 100%;
	min-height: 100%;
	right: 0;
	top: 0;
	width: 16px
}

.scrollbar-chrome > .scroll-element .scroll-bar {
	background-color: #d9d9d9;
	border: 1px solid #bdbdbd;
	cursor: default;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
	background-color: #c2c2c2;
	border-color: #a9a9a9
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
	background-color: #919191;
	border-color: #7e7e7e
}

.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
	left: -16px;
	margin-left: 16px
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
	top: -16px;
	margin-top: 16px
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
	height: 8px;
	min-width: 10px;
	top: 3px
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
	left: 3px;
	min-height: 10px;
	width: 8px
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
	border-left: 1px solid #dbdbdb
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
	height: 14px;
	left: -3px
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
	height: 14px;
	left: -4px
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
	border-top: 1px solid #dbdbdb
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
	top: -3px;
	width: 14px
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
	top: -4px;
	width: 14px
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
	left: -19px
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
	top: -19px
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
	left: -19px
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
	top: -19px
}

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

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

.slick-list:focus {
	outline: 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;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

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

.slick-track:after {
	clear: both
}

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

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

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

.slick-slide img {
	display: block
}

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

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

.slick-initialized .slick-slide {
	display: block
}

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

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

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

.dtp {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .4);
	z-index: 2000;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.dtp > .dtp-content {
	background: #fff;
	max-width: 300px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	max-height: 520px;
	position: relative;
	left: 50%
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
	background: #689f38;
	color: #fff;
	text-align: center;
	padding: .3em
}

.dtp div.dtp-date, .dtp div.dtp-time {
	background: #8bc34a;
	text-align: center;
	color: #fff;
	padding: 10px
}

.dtp div.dtp-date > div {
	padding: 0;
	margin: 0
}

.dtp div.dtp-actual-month {
	font-size: 1.5em
}

.dtp div.dtp-actual-num {
	font-size: 3em;
	line-height: .9
}

.dtp div.dtp-actual-maxtime {
	font-size: 3em;
	line-height: .9
}

.dtp div.dtp-actual-year {
	font-size: 1.5em;
	color: #dcedc8
}

.dtp div.dtp-picker {
	padding: 1em;
	text-align: center
}

.dtp div.dtp-actual-time, .dtp div.dtp-picker-month {
	font-weight: 500;
	text-align: center
}

.dtp div.dtp-picker-month {
	padding-bottom: 20px !important;
	text-transform: uppercase !important
}

.dtp .dtp-close {
	position: absolute;
	top: .5em;
	right: 1em
}

.dtp .dtp-close > a {
	color: #fff
}

.dtp .dtp-close > a > i {
	font-size: 1em
}

.dtp table.dtp-picker-days {
	margin: 0;
	min-height: 251px
}

.dtp table.dtp-picker-days, .dtp table.dtp-picker-days tr, .dtp table.dtp-picker-days tr > td {
	border: none
}

.dtp table.dtp-picker-days tr > td {
	font-weight: 700;
	font-size: .8em;
	text-align: center;
	padding: .5em .3em
}

.dtp table.dtp-picker-days tr > td > span.dtp-select-day {
	color: #bdbdbd !important;
	padding: .4em .5em .5em .6em
}

.dtp .dtp-picker-time > a, .dtp table.dtp-picker-days tr > td > a {
	color: #212121;
	text-decoration: none;
	padding: .4em .5em .5em .6em;
	border-radius: 50% !important
}

.dtp table.dtp-picker-days tr > td > a.selected {
	background: #8bc34a;
	color: #fff
}

.dtp table.dtp-picker-days tr > th {
	color: #757575;
	text-align: center;
	font-weight: 700;
	padding: .4em .3em
}

.dtp .p10 > a {
	color: #689f38;
	text-decoration: none
}

.dtp .p10 {
	width: 10%;
	display: inline-block
}

.dtp .p20 {
	width: 20%;
	display: inline-block
}

.dtp .p60 {
	width: 60%;
	display: inline-block
}

.dtp .p80 {
	width: 80%;
	display: inline-block
}

.dtp a.dtp-meridien-am, .dtp a.dtp-meridien-pm {
	position: relative;
	top: 10px;
	color: #212121;
	font-weight: 500;
	padding: .7em .5em;
	border-radius: 50% !important;
	text-decoration: none;
	background: #eee;
	font-size: 1em
}

.dtp .dtp-actual-meridien a.selected {
	background: #689f38;
	color: #fff
}

.dtp .dtp-picker-time > .dtp-select-hour {
	cursor: pointer
}

.dtp .dtp-picker-time > .dtp-select-minute {
	cursor: pointer
}

.dtp .dtp-buttons {
	padding: 0 1em 1em 1em;
	text-align: right
}

.dtp .hidden, .dtp.hidden {
	display: none
}

.dtp .invisible {
	visibility: hidden
}

.dtp .left {
	float: left
}

.dtp .right {
	float: right
}

.dtp .clearfix {
	clear: both
}

.dtp .center {
	text-align: center
}

.dtp-picker-year {
	margin-bottom: 1px
}

.year-picker-item {
	text-align: center;
	padding-top: 5px;
	font-size: large;
	cursor: pointer;
	margin: 0 auto
}

.dtp-actual-year:hover {
	cursor: pointer
}

.dtp-actual-year.disabled:hover {
	cursor: inherit
}

.year-picker-item:hover {
	color: #689f38
}

.year-picker-item.active {
	color: #689f38;
	font-weight: 700
}

.dtp-select-year-range {
	display: inline-block;
	text-align: center;
	width: 100%
}

@font-face {
	font-family: "Open Sans";
	font-weight: 400;
	font-style: normal;
	src: url(/local/templates/bioprestige/css/../fonts/OpenSans-Regular/OpenSans-Regular.eot);
	src: url(/local/templates/bioprestige/css/../fonts/OpenSans-Regular/OpenSans-Regular.eot?#iefix) format("embedded-opentype"), url(/local/templates/bioprestige/css/../fonts/OpenSans-Regular/OpenSans-Regular.woff) format("woff"), url(/local/templates/bioprestige/css/../fonts/OpenSans-Regular/OpenSans-Regular.ttf) format("truetype")
}

@font-face {
	font-family: "Open Sans";
	font-weight: 700;
	font-style: normal;
	src: url(/local/templates/bioprestige/css/../fonts/OpenSans-Bold/OpenSans-Bold.eot);
	src: url(/local/templates/bioprestige/css/../fonts/OpenSans-Bold/OpenSans-Bold.eot?#iefix) format("embedded-opentype"), url(/local/templates/bioprestige/css/../fonts/OpenSans-Bold/OpenSans-Bold.woff) format("woff"), url(/local/templates/bioprestige/css/../fonts/OpenSans-Bold/OpenSans-Bold.ttf) format("truetype")
}

@font-face {
	font-family: "Open Sans";
	font-weight: 600;
	font-style: normal;
	src: url(/local/templates/bioprestige/css/../fonts/OpenSans-SemiBold/OpenSans-SemiBold.eot);
	src: url(/local/templates/bioprestige/css/../fonts/OpenSans-SemiBold/OpenSans-SemiBold.eot?#iefix) format("embedded-opentype"), url(/local/templates/bioprestige/css/../fonts/OpenSans-SemiBold/OpenSans-SemiBold.woff) format("woff"), url(/local/templates/bioprestige/css/../fonts/OpenSans-SemiBold/OpenSans-SemiBold.ttf) format("truetype")
}

@font-face {
	font-family: "Material Icons";
	font-weight: 400;
	font-style: normal;
	src: url(/local/templates/bioprestige/css/../fonts/MaterialIcons/MaterialIcons-Regular.eot);
	src: url(/local/templates/bioprestige/css/../fonts/MaterialIcons/MaterialIcons-Regular.eot?#iefix) format("embedded-opentype"), url(/local/templates/bioprestige/css/../fonts/MaterialIcons/MaterialIcons-Regular.woff) format("woff"), url(/local/templates/bioprestige/css/../fonts/MaterialIcons/MaterialIcons-Regular.ttf) format("truetype")
}

@font-face {
	font-family: "Font Awesome";
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Anastasiascript';
	src: url('/local/templates/bioprestige/css/../fonts/AnastasiascriptNew/Anastasiascript.eot');
	src: url('/local/templates/bioprestige/css/../fonts/AnastasiascriptNew/Anastasiascript.woff') format('woff'), url('/local/templates/bioprestige/css/../fonts/AnastasiascriptNew/Anastasiascript.ttf') format('truetype'), url('/local/templates/bioprestige/css/../fonts/AnastasiascriptNew/Anastasiascript.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.head__bottom__logo__tagline{
	font-family: 'Anastasiascript';
	font-size: 29px;
  margin-top: 15px;
	color: #9850b2;
  font-weight: bold;
}

@media(max-width:850px){
	.head__bottom__logo__tagline{
		margin-bottom: 25px;
	}
}

.materialize-red {
	background-color: #e51c23 !important
}

.materialize-red-text {
	color: #e51c23 !important
}

.materialize-red.lighten-5 {
	background-color: #fdeaeb !important
}

.materialize-red-text.text-lighten-5 {
	color: #fdeaeb !important
}

.materialize-red.lighten-4 {
	background-color: #f8c1c3 !important
}

.materialize-red-text.text-lighten-4 {
	color: #f8c1c3 !important
}

.materialize-red.lighten-3 {
	background-color: #f3989b !important
}

.materialize-red-text.text-lighten-3 {
	color: #f3989b !important
}

.materialize-red.lighten-2 {
	background-color: #ee6e73 !important
}

.materialize-red-text.text-lighten-2 {
	color: #ee6e73 !important
}

.materialize-red.lighten-1 {
	background-color: #ea454b !important
}

.materialize-red-text.text-lighten-1 {
	color: #ea454b !important
}

.materialize-red.darken-1 {
	background-color: #d0181e !important
}

.materialize-red-text.text-darken-1 {
	color: #d0181e !important
}

.materialize-red.darken-2 {
	background-color: #b9151b !important
}

.materialize-red-text.text-darken-2 {
	color: #b9151b !important
}

.materialize-red.darken-3 {
	background-color: #a21318 !important
}

.materialize-red-text.text-darken-3 {
	color: #a21318 !important
}

.materialize-red.darken-4 {
	background-color: #8b1014 !important
}

.materialize-red-text.text-darken-4 {
	color: #8b1014 !important
}

.red {
	background-color: #f44336 !important
}

.red-text {
	color: #f44336 !important
}

.red.lighten-5 {
	background-color: #ffebee !important
}

.red-text.text-lighten-5 {
	color: #ffebee !important
}

.red.lighten-4 {
	background-color: #ffcdd2 !important
}

.red-text.text-lighten-4 {
	color: #ffcdd2 !important
}

.red.lighten-3 {
	background-color: #ef9a9a !important
}

.red-text.text-lighten-3 {
	color: #ef9a9a !important
}

.red.lighten-2 {
	background-color: #e57373 !important
}

.red-text.text-lighten-2 {
	color: #e57373 !important
}

.red.lighten-1 {
	background-color: #ef5350 !important
}

.red-text.text-lighten-1 {
	color: #ef5350 !important
}

.red.darken-1 {
	background-color: #e53935 !important
}

.red-text.text-darken-1 {
	color: #e53935 !important
}

.red.darken-2 {
	background-color: #d32f2f !important
}

.red-text.text-darken-2 {
	color: #d32f2f !important
}

.red.darken-3 {
	background-color: #c62828 !important
}

.red-text.text-darken-3 {
	color: #c62828 !important
}

.red.darken-4 {
	background-color: #b71c1c !important
}

.red-text.text-darken-4 {
	color: #b71c1c !important
}

.red.accent-1 {
	background-color: #ff8a80 !important
}

.red-text.text-accent-1 {
	color: #ff8a80 !important
}

.red.accent-2 {
	background-color: #ff5252 !important
}

.red-text.text-accent-2 {
	color: #ff5252 !important
}

.red.accent-3 {
	background-color: #ff1744 !important
}

.red-text.text-accent-3 {
	color: #ff1744 !important
}

.red.accent-4 {
	background-color: #d50000 !important
}

.red-text.text-accent-4 {
	color: #d50000 !important
}

.pink {
	background-color: #e91e63 !important
}

.pink-text {
	color: #e91e63 !important
}

.pink.lighten-5 {
	background-color: #fce4ec !important
}

.pink-text.text-lighten-5 {
	color: #fce4ec !important
}

.pink.lighten-4 {
	background-color: #f8bbd0 !important
}

.pink-text.text-lighten-4 {
	color: #f8bbd0 !important
}

.pink.lighten-3 {
	background-color: #f48fb1 !important
}

.pink-text.text-lighten-3 {
	color: #f48fb1 !important
}

.pink.lighten-2 {
	background-color: #f06292 !important
}

.pink-text.text-lighten-2 {
	color: #f06292 !important
}

.pink.lighten-1 {
	background-color: #ec407a !important
}

.pink-text.text-lighten-1 {
	color: #ec407a !important
}

.pink.darken-1 {
	background-color: #d81b60 !important
}

.pink-text.text-darken-1 {
	color: #d81b60 !important
}

.pink.darken-2 {
	background-color: #c2185b !important
}

.pink-text.text-darken-2 {
	color: #c2185b !important
}

.pink.darken-3 {
	background-color: #ad1457 !important
}

.pink-text.text-darken-3 {
	color: #ad1457 !important
}

.pink.darken-4 {
	background-color: #880e4f !important
}

.pink-text.text-darken-4 {
	color: #880e4f !important
}

.pink.accent-1 {
	background-color: #ff80ab !important
}

.pink-text.text-accent-1 {
	color: #ff80ab !important
}

.pink.accent-2 {
	background-color: #ff4081 !important
}

.pink-text.text-accent-2 {
	color: #ff4081 !important
}

.pink.accent-3 {
	background-color: #f50057 !important
}

.pink-text.text-accent-3 {
	color: #f50057 !important
}

.pink.accent-4 {
	background-color: #c51162 !important
}

.pink-text.text-accent-4 {
	color: #c51162 !important
}

.purple {
	background-color: #9c27b0 !important
}

.purple-text {
	color: #9c27b0 !important
}

.purple.lighten-5 {
	background-color: #f3e5f5 !important
}

.purple-text.text-lighten-5 {
	color: #f3e5f5 !important
}

.purple.lighten-4 {
	background-color: #e1bee7 !important
}

.purple-text.text-lighten-4 {
	color: #e1bee7 !important
}

.purple.lighten-3 {
	background-color: #ce93d8 !important
}

.purple-text.text-lighten-3 {
	color: #ce93d8 !important
}

.purple.lighten-2 {
	background-color: #ba68c8 !important
}

.purple-text.text-lighten-2 {
	color: #ba68c8 !important
}

.purple.lighten-1 {
	background-color: #ab47bc !important
}

.purple-text.text-lighten-1 {
	color: #ab47bc !important
}

.purple.darken-1 {
	background-color: #8e24aa !important
}

.purple-text.text-darken-1 {
	color: #8e24aa !important
}

.purple.darken-2 {
	background-color: #7b1fa2 !important
}

.purple-text.text-darken-2 {
	color: #7b1fa2 !important
}

.purple.darken-3 {
	background-color: #6a1b9a !important
}

.purple-text.text-darken-3 {
	color: #6a1b9a !important
}

.purple.darken-4 {
	background-color: #4a148c !important
}

.purple-text.text-darken-4 {
	color: #4a148c !important
}

.purple.accent-1 {
	background-color: #ea80fc !important
}

.purple-text.text-accent-1 {
	color: #ea80fc !important
}

.purple.accent-2 {
	background-color: #e040fb !important
}

.purple-text.text-accent-2 {
	color: #e040fb !important
}

.purple.accent-3 {
	background-color: #d500f9 !important
}

.purple-text.text-accent-3 {
	color: #d500f9 !important
}

.purple.accent-4 {
	background-color: #a0f !important
}

.purple-text.text-accent-4 {
	color: #a0f !important
}

.deep-purple {
	background-color: #673ab7 !important
}

.deep-purple-text {
	color: #673ab7 !important
}

.deep-purple.lighten-5 {
	background-color: #ede7f6 !important
}

.deep-purple-text.text-lighten-5 {
	color: #ede7f6 !important
}

.deep-purple.lighten-4 {
	background-color: #d1c4e9 !important
}

.deep-purple-text.text-lighten-4 {
	color: #d1c4e9 !important
}

.deep-purple.lighten-3 {
	background-color: #b39ddb !important
}

.deep-purple-text.text-lighten-3 {
	color: #b39ddb !important
}

.deep-purple.lighten-2 {
	background-color: #9575cd !important
}

.deep-purple-text.text-lighten-2 {
	color: #9575cd !important
}

.deep-purple.lighten-1 {
	background-color: #7e57c2 !important
}

.deep-purple-text.text-lighten-1 {
	color: #7e57c2 !important
}

.deep-purple.darken-1 {
	background-color: #5e35b1 !important
}

.deep-purple-text.text-darken-1 {
	color: #5e35b1 !important
}

.deep-purple.darken-2 {
	background-color: #512da8 !important
}

.deep-purple-text.text-darken-2 {
	color: #512da8 !important
}

.deep-purple.darken-3 {
	background-color: #4527a0 !important
}

.deep-purple-text.text-darken-3 {
	color: #4527a0 !important
}

.deep-purple.darken-4 {
	background-color: #311b92 !important
}

.deep-purple-text.text-darken-4 {
	color: #311b92 !important
}

.deep-purple.accent-1 {
	background-color: #b388ff !important
}

.deep-purple-text.text-accent-1 {
	color: #b388ff !important
}

.deep-purple.accent-2 {
	background-color: #7c4dff !important
}

.deep-purple-text.text-accent-2 {
	color: #7c4dff !important
}

.deep-purple.accent-3 {
	background-color: #651fff !important
}

.deep-purple-text.text-accent-3 {
	color: #651fff !important
}

.deep-purple.accent-4 {
	background-color: #6200ea !important
}

.deep-purple-text.text-accent-4 {
	color: #6200ea !important
}

.indigo {
	background-color: #3f51b5 !important
}

.indigo-text {
	color: #3f51b5 !important
}

.indigo.lighten-5 {
	background-color: #e8eaf6 !important
}

.indigo-text.text-lighten-5 {
	color: #e8eaf6 !important
}

.indigo.lighten-4 {
	background-color: #c5cae9 !important
}

.indigo-text.text-lighten-4 {
	color: #c5cae9 !important
}

.indigo.lighten-3 {
	background-color: #9fa8da !important
}

.indigo-text.text-lighten-3 {
	color: #9fa8da !important
}

.indigo.lighten-2 {
	background-color: #7986cb !important
}

.indigo-text.text-lighten-2 {
	color: #7986cb !important
}

.indigo.lighten-1 {
	background-color: #5c6bc0 !important
}

.indigo-text.text-lighten-1 {
	color: #5c6bc0 !important
}

.indigo.darken-1 {
	background-color: #3949ab !important
}

.indigo-text.text-darken-1 {
	color: #3949ab !important
}

.indigo.darken-2 {
	background-color: #303f9f !important
}

.indigo-text.text-darken-2 {
	color: #303f9f !important
}

.indigo.darken-3 {
	background-color: #283593 !important
}

.indigo-text.text-darken-3 {
	color: #283593 !important
}

.indigo.darken-4 {
	background-color: #1a237e !important
}

.indigo-text.text-darken-4 {
	color: #1a237e !important
}

.indigo.accent-1 {
	background-color: #8c9eff !important
}

.indigo-text.text-accent-1 {
	color: #8c9eff !important
}

.indigo.accent-2 {
	background-color: #536dfe !important
}

.indigo-text.text-accent-2 {
	color: #536dfe !important
}

.indigo.accent-3 {
	background-color: #3d5afe !important
}

.indigo-text.text-accent-3 {
	color: #3d5afe !important
}

.indigo.accent-4 {
	background-color: #304ffe !important
}

.indigo-text.text-accent-4 {
	color: #304ffe !important
}

.blue {
	background-color: #2196f3 !important
}

.blue-text {
	color: #2196f3 !important
}

.blue.lighten-5 {
	background-color: #e3f2fd !important
}

.blue-text.text-lighten-5 {
	color: #e3f2fd !important
}

.blue.lighten-4 {
	background-color: #bbdefb !important
}

.blue-text.text-lighten-4 {
	color: #bbdefb !important
}

.blue.lighten-3 {
	background-color: #90caf9 !important
}

.blue-text.text-lighten-3 {
	color: #90caf9 !important
}

.blue.lighten-2 {
	background-color: #64b5f6 !important
}

.blue-text.text-lighten-2 {
	color: #64b5f6 !important
}

.blue.lighten-1 {
	background-color: #42a5f5 !important
}

.blue-text.text-lighten-1 {
	color: #42a5f5 !important
}

.blue.darken-1 {
	background-color: #1e88e5 !important
}

.blue-text.text-darken-1 {
	color: #1e88e5 !important
}

.blue.darken-2 {
	background-color: #1976d2 !important
}

.blue-text.text-darken-2 {
	color: #1976d2 !important
}

.blue.darken-3 {
	background-color: #1565c0 !important
}

.blue-text.text-darken-3 {
	color: #1565c0 !important
}

.blue.darken-4 {
	background-color: #0d47a1 !important
}

.blue-text.text-darken-4 {
	color: #0d47a1 !important
}

.blue.accent-1 {
	background-color: #82b1ff !important
}

.blue-text.text-accent-1 {
	color: #82b1ff !important
}

.blue.accent-2 {
	background-color: #448aff !important
}

.blue-text.text-accent-2 {
	color: #448aff !important
}

.blue.accent-3 {
	background-color: #2979ff !important
}

.blue-text.text-accent-3 {
	color: #2979ff !important
}

.blue.accent-4 {
	background-color: #2962ff !important
}

.blue-text.text-accent-4 {
	color: #2962ff !important
}

.light-blue {
	background-color: #03a9f4 !important
}

.light-blue-text {
	color: #03a9f4 !important
}

.light-blue.lighten-5 {
	background-color: #e1f5fe !important
}

.light-blue-text.text-lighten-5 {
	color: #e1f5fe !important
}

.light-blue.lighten-4 {
	background-color: #b3e5fc !important
}

.light-blue-text.text-lighten-4 {
	color: #b3e5fc !important
}

.light-blue.lighten-3 {
	background-color: #81d4fa !important
}

.light-blue-text.text-lighten-3 {
	color: #81d4fa !important
}

.light-blue.lighten-2 {
	background-color: #4fc3f7 !important
}

.light-blue-text.text-lighten-2 {
	color: #4fc3f7 !important
}

.light-blue.lighten-1 {
	background-color: #29b6f6 !important
}

.light-blue-text.text-lighten-1 {
	color: #29b6f6 !important
}

.light-blue.darken-1 {
	background-color: #039be5 !important
}

.light-blue-text.text-darken-1 {
	color: #039be5 !important
}

.light-blue.darken-2 {
	background-color: #0288d1 !important
}

.light-blue-text.text-darken-2 {
	color: #0288d1 !important
}

.light-blue.darken-3 {
	background-color: #0277bd !important
}

.light-blue-text.text-darken-3 {
	color: #0277bd !important
}

.light-blue.darken-4 {
	background-color: #01579b !important
}

.light-blue-text.text-darken-4 {
	color: #01579b !important
}

.light-blue.accent-1 {
	background-color: #80d8ff !important
}

.light-blue-text.text-accent-1 {
	color: #80d8ff !important
}

.light-blue.accent-2 {
	background-color: #40c4ff !important
}

.light-blue-text.text-accent-2 {
	color: #40c4ff !important
}

.light-blue.accent-3 {
	background-color: #00b0ff !important
}

.light-blue-text.text-accent-3 {
	color: #00b0ff !important
}

.light-blue.accent-4 {
	background-color: #0091ea !important
}

.light-blue-text.text-accent-4 {
	color: #0091ea !important
}

.cyan {
	background-color: #00bcd4 !important
}

.cyan-text {
	color: #00bcd4 !important
}

.cyan.lighten-5 {
	background-color: #e0f7fa !important
}

.cyan-text.text-lighten-5 {
	color: #e0f7fa !important
}

.cyan.lighten-4 {
	background-color: #b2ebf2 !important
}

.cyan-text.text-lighten-4 {
	color: #b2ebf2 !important
}

.cyan.lighten-3 {
	background-color: #80deea !important
}

.cyan-text.text-lighten-3 {
	color: #80deea !important
}

.cyan.lighten-2 {
	background-color: #4dd0e1 !important
}

.cyan-text.text-lighten-2 {
	color: #4dd0e1 !important
}

.cyan.lighten-1 {
	background-color: #26c6da !important
}

.cyan-text.text-lighten-1 {
	color: #26c6da !important
}

.cyan.darken-1 {
	background-color: #00acc1 !important
}

.cyan-text.text-darken-1 {
	color: #00acc1 !important
}

.cyan.darken-2 {
	background-color: #0097a7 !important
}

.cyan-text.text-darken-2 {
	color: #0097a7 !important
}

.cyan.darken-3 {
	background-color: #00838f !important
}

.cyan-text.text-darken-3 {
	color: #00838f !important
}

.cyan.darken-4 {
	background-color: #006064 !important
}

.cyan-text.text-darken-4 {
	color: #006064 !important
}

.cyan.accent-1 {
	background-color: #84ffff !important
}

.cyan-text.text-accent-1 {
	color: #84ffff !important
}

.cyan.accent-2 {
	background-color: #18ffff !important
}

.cyan-text.text-accent-2 {
	color: #18ffff !important
}

.cyan.accent-3 {
	background-color: #00e5ff !important
}

.cyan-text.text-accent-3 {
	color: #00e5ff !important
}

.cyan.accent-4 {
	background-color: #00b8d4 !important
}

.cyan-text.text-accent-4 {
	color: #00b8d4 !important
}

.teal {
	background-color: #009688 !important
}

.teal-text {
	color: #009688 !important
}

.teal.lighten-5 {
	background-color: #e0f2f1 !important
}

.teal-text.text-lighten-5 {
	color: #e0f2f1 !important
}

.teal.lighten-4 {
	background-color: #b2dfdb !important
}

.teal-text.text-lighten-4 {
	color: #b2dfdb !important
}

.teal.lighten-3 {
	background-color: #80cbc4 !important
}

.teal-text.text-lighten-3 {
	color: #80cbc4 !important
}

.teal.lighten-2 {
	background-color: #4db6ac !important
}

.teal-text.text-lighten-2 {
	color: #4db6ac !important
}

.teal.lighten-1 {
	background-color: #26a69a !important
}

.teal-text.text-lighten-1 {
	color: #26a69a !important
}

.teal.darken-1 {
	background-color: #00897b !important
}

.teal-text.text-darken-1 {
	color: #00897b !important
}

.teal.darken-2 {
	background-color: #00796b !important
}

.teal-text.text-darken-2 {
	color: #00796b !important
}

.teal.darken-3 {
	background-color: #00695c !important
}

.teal-text.text-darken-3 {
	color: #00695c !important
}

.teal.darken-4 {
	background-color: #004d40 !important
}

.teal-text.text-darken-4 {
	color: #004d40 !important
}

.teal.accent-1 {
	background-color: #a7ffeb !important
}

.teal-text.text-accent-1 {
	color: #a7ffeb !important
}

.teal.accent-2 {
	background-color: #64ffda !important
}

.teal-text.text-accent-2 {
	color: #64ffda !important
}

.teal.accent-3 {
	background-color: #1de9b6 !important
}

.teal-text.text-accent-3 {
	color: #1de9b6 !important
}

.teal.accent-4 {
	background-color: #00bfa5 !important
}

.teal-text.text-accent-4 {
	color: #00bfa5 !important
}

.green {
	background-color: #4caf50 !important
}

.green-text {
	color: #4caf50 !important
}

.green.lighten-5 {
	background-color: #e8f5e9 !important
}

.green-text.text-lighten-5 {
	color: #e8f5e9 !important
}

.green.lighten-4 {
	background-color: #c8e6c9 !important
}

.green-text.text-lighten-4 {
	color: #c8e6c9 !important
}

.green.lighten-3 {
	background-color: #a5d6a7 !important
}

.green-text.text-lighten-3 {
	color: #a5d6a7 !important
}

.green.lighten-2 {
	background-color: #81c784 !important
}

.green-text.text-lighten-2 {
	color: #81c784 !important
}

.green.lighten-1 {
	background-color: #66bb6a !important
}

.green-text.text-lighten-1 {
	color: #66bb6a !important
}

.green.darken-1 {
	background-color: #43a047 !important
}

.green-text.text-darken-1 {
	color: #43a047 !important
}

.green.darken-2 {
	background-color: #388e3c !important
}

.green-text.text-darken-2 {
	color: #388e3c !important
}

.green.darken-3 {
	background-color: #2e7d32 !important
}

.green-text.text-darken-3 {
	color: #2e7d32 !important
}

.green.darken-4 {
	background-color: #1b5e20 !important
}

.green-text.text-darken-4 {
	color: #1b5e20 !important
}

.green.accent-1 {
	background-color: #b9f6ca !important
}

.green-text.text-accent-1 {
	color: #b9f6ca !important
}

.green.accent-2 {
	background-color: #69f0ae !important
}

.green-text.text-accent-2 {
	color: #69f0ae !important
}

.green.accent-3 {
	background-color: #00e676 !important
}

.green-text.text-accent-3 {
	color: #00e676 !important
}

.green.accent-4 {
	background-color: #00c853 !important
}

.green-text.text-accent-4 {
	color: #00c853 !important
}

.light-green {
	background-color: #8bc34a !important
}

.light-green-text {
	color: #8bc34a !important
}

.light-green.lighten-5 {
	background-color: #f1f8e9 !important
}

.light-green-text.text-lighten-5 {
	color: #f1f8e9 !important
}

.light-green.lighten-4 {
	background-color: #dcedc8 !important
}

.light-green-text.text-lighten-4 {
	color: #dcedc8 !important
}

.light-green.lighten-3 {
	background-color: #c5e1a5 !important
}

.light-green-text.text-lighten-3 {
	color: #c5e1a5 !important
}

.light-green.lighten-2 {
	background-color: #aed581 !important
}

.light-green-text.text-lighten-2 {
	color: #aed581 !important
}

.light-green.lighten-1 {
	background-color: #9ccc65 !important
}

.light-green-text.text-lighten-1 {
	color: #9ccc65 !important
}

.light-green.darken-1 {
	background-color: #7cb342 !important
}

.light-green-text.text-darken-1 {
	color: #7cb342 !important
}

.light-green.darken-2 {
	background-color: #689f38 !important
}

.light-green-text.text-darken-2 {
	color: #689f38 !important
}

.light-green.darken-3 {
	background-color: #558b2f !important
}

.light-green-text.text-darken-3 {
	color: #558b2f !important
}

.light-green.darken-4 {
	background-color: #33691e !important
}

.light-green-text.text-darken-4 {
	color: #33691e !important
}

.light-green.accent-1 {
	background-color: #ccff90 !important
}

.light-green-text.text-accent-1 {
	color: #ccff90 !important
}

.light-green.accent-2 {
	background-color: #b2ff59 !important
}

.light-green-text.text-accent-2 {
	color: #b2ff59 !important
}

.light-green.accent-3 {
	background-color: #76ff03 !important
}

.light-green-text.text-accent-3 {
	color: #76ff03 !important
}

.light-green.accent-4 {
	background-color: #64dd17 !important
}

.light-green-text.text-accent-4 {
	color: #64dd17 !important
}

.lime {
	background-color: #cddc39 !important
}

.lime-text {
	color: #cddc39 !important
}

.lime.lighten-5 {
	background-color: #f9fbe7 !important
}

.lime-text.text-lighten-5 {
	color: #f9fbe7 !important
}

.lime.lighten-4 {
	background-color: #f0f4c3 !important
}

.lime-text.text-lighten-4 {
	color: #f0f4c3 !important
}

.lime.lighten-3 {
	background-color: #e6ee9c !important
}

.lime-text.text-lighten-3 {
	color: #e6ee9c !important
}

.lime.lighten-2 {
	background-color: #dce775 !important
}

.lime-text.text-lighten-2 {
	color: #dce775 !important
}

.lime.lighten-1 {
	background-color: #d4e157 !important
}

.lime-text.text-lighten-1 {
	color: #d4e157 !important
}

.lime.darken-1 {
	background-color: #c0ca33 !important
}

.lime-text.text-darken-1 {
	color: #c0ca33 !important
}

.lime.darken-2 {
	background-color: #afb42b !important
}

.lime-text.text-darken-2 {
	color: #afb42b !important
}

.lime.darken-3 {
	background-color: #9e9d24 !important
}

.lime-text.text-darken-3 {
	color: #9e9d24 !important
}

.lime.darken-4 {
	background-color: #827717 !important
}

.lime-text.text-darken-4 {
	color: #827717 !important
}

.lime.accent-1 {
	background-color: #f4ff81 !important
}

.lime-text.text-accent-1 {
	color: #f4ff81 !important
}

.lime.accent-2 {
	background-color: #eeff41 !important
}

.lime-text.text-accent-2 {
	color: #eeff41 !important
}

.lime.accent-3 {
	background-color: #c6ff00 !important
}

.lime-text.text-accent-3 {
	color: #c6ff00 !important
}

.lime.accent-4 {
	background-color: #aeea00 !important
}

.lime-text.text-accent-4 {
	color: #aeea00 !important
}

.yellow {
	background-color: #ffeb3b !important
}

.yellow-text {
	color: #ffeb3b !important
}

.yellow.lighten-5 {
	background-color: #fffde7 !important
}

.yellow-text.text-lighten-5 {
	color: #fffde7 !important
}

.yellow.lighten-4 {
	background-color: #fff9c4 !important
}

.yellow-text.text-lighten-4 {
	color: #fff9c4 !important
}

.yellow.lighten-3 {
	background-color: #fff59d !important
}

.yellow-text.text-lighten-3 {
	color: #fff59d !important
}

.yellow.lighten-2 {
	background-color: #fff176 !important
}

.yellow-text.text-lighten-2 {
	color: #fff176 !important
}

.yellow.lighten-1 {
	background-color: #ffee58 !important
}

.yellow-text.text-lighten-1 {
	color: #ffee58 !important
}

.yellow.darken-1 {
	background-color: #fdd835 !important
}

.yellow-text.text-darken-1 {
	color: #fdd835 !important
}

.yellow.darken-2 {
	background-color: #fbc02d !important
}

.yellow-text.text-darken-2 {
	color: #fbc02d !important
}

.yellow.darken-3 {
	background-color: #f9a825 !important
}

.yellow-text.text-darken-3 {
	color: #f9a825 !important
}

.yellow.darken-4 {
	background-color: #f57f17 !important
}

.yellow-text.text-darken-4 {
	color: #f57f17 !important
}

.yellow.accent-1 {
	background-color: #ffff8d !important
}

.yellow-text.text-accent-1 {
	color: #ffff8d !important
}

.yellow.accent-2 {
	background-color: #ff0 !important
}

.yellow-text.text-accent-2 {
	color: #ff0 !important
}

.yellow.accent-3 {
	background-color: #ffea00 !important
}

.yellow-text.text-accent-3 {
	color: #ffea00 !important
}

.yellow.accent-4 {
	background-color: #ffd600 !important
}

.yellow-text.text-accent-4 {
	color: #ffd600 !important
}

.amber {
	background-color: #ffc107 !important
}

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

.amber.lighten-5 {
	background-color: #fff8e1 !important
}

.amber-text.text-lighten-5 {
	color: #fff8e1 !important
}

.amber.lighten-4 {
	background-color: #ffecb3 !important
}

.amber-text.text-lighten-4 {
	color: #ffecb3 !important
}

.amber.lighten-3 {
	background-color: #ffe082 !important
}

.amber-text.text-lighten-3 {
	color: #ffe082 !important
}

.amber.lighten-2 {
	background-color: #ffd54f !important
}

.amber-text.text-lighten-2 {
	color: #ffd54f !important
}

.amber.lighten-1 {
	background-color: #ffca28 !important
}

.amber-text.text-lighten-1 {
	color: #ffca28 !important
}

.amber.darken-1 {
	background-color: #ffb300 !important
}

.amber-text.text-darken-1 {
	color: #ffb300 !important
}

.amber.darken-2 {
	background-color: #ffa000 !important
}

.amber-text.text-darken-2 {
	color: #ffa000 !important
}

.amber.darken-3 {
	background-color: #ff8f00 !important
}

.amber-text.text-darken-3 {
	color: #ff8f00 !important
}

.amber.darken-4 {
	background-color: #ff6f00 !important
}

.amber-text.text-darken-4 {
	color: #ff6f00 !important
}

.amber.accent-1 {
	background-color: #ffe57f !important
}

.amber-text.text-accent-1 {
	color: #ffe57f !important
}

.amber.accent-2 {
	background-color: #ffd740 !important
}

.amber-text.text-accent-2 {
	color: #ffd740 !important
}

.amber.accent-3 {
	background-color: #ffc400 !important
}

.amber-text.text-accent-3 {
	color: #ffc400 !important
}

.amber.accent-4 {
	background-color: #ffab00 !important
}

.amber-text.text-accent-4 {
	color: #ffab00 !important
}

.orange {
	background-color: #ff9800 !important
}

.orange-text {
	color: #ff9800 !important
}

.orange.lighten-5 {
	background-color: #fff3e0 !important
}

.orange-text.text-lighten-5 {
	color: #fff3e0 !important
}

.orange.lighten-4 {
	background-color: #ffe0b2 !important
}

.orange-text.text-lighten-4 {
	color: #ffe0b2 !important
}

.orange.lighten-3 {
	background-color: #ffcc80 !important
}

.orange-text.text-lighten-3 {
	color: #ffcc80 !important
}

.orange.lighten-2 {
	background-color: #ffb74d !important
}

.orange-text.text-lighten-2 {
	color: #ffb74d !important
}

.orange.lighten-1 {
	background-color: #ffa726 !important
}

.orange-text.text-lighten-1 {
	color: #ffa726 !important
}

.orange.darken-1 {
	background-color: #fb8c00 !important
}

.orange-text.text-darken-1 {
	color: #fb8c00 !important
}

.orange.darken-2 {
	background-color: #f57c00 !important
}

.orange-text.text-darken-2 {
	color: #f57c00 !important
}

.orange.darken-3 {
	background-color: #ef6c00 !important
}

.orange-text.text-darken-3 {
	color: #ef6c00 !important
}

.orange.darken-4 {
	background-color: #e65100 !important
}

.orange-text.text-darken-4 {
	color: #e65100 !important
}

.orange.accent-1 {
	background-color: #ffd180 !important
}

.orange-text.text-accent-1 {
	color: #ffd180 !important
}

.orange.accent-2 {
	background-color: #ffab40 !important
}

.orange-text.text-accent-2 {
	color: #ffab40 !important
}

.orange.accent-3 {
	background-color: #ff9100 !important
}

.orange-text.text-accent-3 {
	color: #ff9100 !important
}

.orange.accent-4 {
	background-color: #ff6d00 !important
}

.orange-text.text-accent-4 {
	color: #ff6d00 !important
}

.deep-orange {
	background-color: #ff5722 !important
}

.deep-orange-text {
	color: #ff5722 !important
}

.deep-orange.lighten-5 {
	background-color: #fbe9e7 !important
}

.deep-orange-text.text-lighten-5 {
	color: #fbe9e7 !important
}

.deep-orange.lighten-4 {
	background-color: #ffccbc !important
}

.deep-orange-text.text-lighten-4 {
	color: #ffccbc !important
}

.deep-orange.lighten-3 {
	background-color: #ffab91 !important
}

.deep-orange-text.text-lighten-3 {
	color: #ffab91 !important
}

.deep-orange.lighten-2 {
	background-color: #ff8a65 !important
}

.deep-orange-text.text-lighten-2 {
	color: #ff8a65 !important
}

.deep-orange.lighten-1 {
	background-color: #ff7043 !important
}

.deep-orange-text.text-lighten-1 {
	color: #ff7043 !important
}

.deep-orange.darken-1 {
	background-color: #f4511e !important
}

.deep-orange-text.text-darken-1 {
	color: #f4511e !important
}

.deep-orange.darken-2 {
	background-color: #e64a19 !important
}

.deep-orange-text.text-darken-2 {
	color: #e64a19 !important
}

.deep-orange.darken-3 {
	background-color: #d84315 !important
}

.deep-orange-text.text-darken-3 {
	color: #d84315 !important
}

.deep-orange.darken-4 {
	background-color: #bf360c !important
}

.deep-orange-text.text-darken-4 {
	color: #bf360c !important
}

.deep-orange.accent-1 {
	background-color: #ff9e80 !important
}

.deep-orange-text.text-accent-1 {
	color: #ff9e80 !important
}

.deep-orange.accent-2 {
	background-color: #ff6e40 !important
}

.deep-orange-text.text-accent-2 {
	color: #ff6e40 !important
}

.deep-orange.accent-3 {
	background-color: #ff3d00 !important
}

.deep-orange-text.text-accent-3 {
	color: #ff3d00 !important
}

.deep-orange.accent-4 {
	background-color: #dd2c00 !important
}

.deep-orange-text.text-accent-4 {
	color: #dd2c00 !important
}

.brown {
	background-color: #795548 !important
}

.brown-text {
	color: #795548 !important
}

.brown.lighten-5 {
	background-color: #efebe9 !important
}

.brown-text.text-lighten-5 {
	color: #efebe9 !important
}

.brown.lighten-4 {
	background-color: #d7ccc8 !important
}

.brown-text.text-lighten-4 {
	color: #d7ccc8 !important
}

.brown.lighten-3 {
	background-color: #bcaaa4 !important
}

.brown-text.text-lighten-3 {
	color: #bcaaa4 !important
}

.brown.lighten-2 {
	background-color: #a1887f !important
}

.brown-text.text-lighten-2 {
	color: #a1887f !important
}

.brown.lighten-1 {
	background-color: #8d6e63 !important
}

.brown-text.text-lighten-1 {
	color: #8d6e63 !important
}

.brown.darken-1 {
	background-color: #6d4c41 !important
}

.brown-text.text-darken-1 {
	color: #6d4c41 !important
}

.brown.darken-2 {
	background-color: #5d4037 !important
}

.brown-text.text-darken-2 {
	color: #5d4037 !important
}

.brown.darken-3 {
	background-color: #4e342e !important
}

.brown-text.text-darken-3 {
	color: #4e342e !important
}

.brown.darken-4 {
	background-color: #3e2723 !important
}

.brown-text.text-darken-4 {
	color: #3e2723 !important
}

.blue-grey {
	background-color: #607d8b !important
}

.blue-grey-text {
	color: #607d8b !important
}

.blue-grey.lighten-5 {
	background-color: #eceff1 !important
}

.blue-grey-text.text-lighten-5 {
	color: #eceff1 !important
}

.blue-grey.lighten-4 {
	background-color: #cfd8dc !important
}

.blue-grey-text.text-lighten-4 {
	color: #cfd8dc !important
}

.blue-grey.lighten-3 {
	background-color: #b0bec5 !important
}

.blue-grey-text.text-lighten-3 {
	color: #b0bec5 !important
}

.blue-grey.lighten-2 {
	background-color: #90a4ae !important
}

.blue-grey-text.text-lighten-2 {
	color: #90a4ae !important
}

.blue-grey.lighten-1 {
	background-color: #78909c !important
}

.blue-grey-text.text-lighten-1 {
	color: #78909c !important
}

.blue-grey.darken-1 {
	background-color: #546e7a !important
}

.blue-grey-text.text-darken-1 {
	color: #546e7a !important
}

.blue-grey.darken-2 {
	background-color: #455a64 !important
}

.blue-grey-text.text-darken-2 {
	color: #455a64 !important
}

.blue-grey.darken-3 {
	background-color: #37474f !important
}

.blue-grey-text.text-darken-3 {
	color: #37474f !important
}

.blue-grey.darken-4 {
	background-color: #263238 !important
}

.blue-grey-text.text-darken-4 {
	color: #263238 !important
}

.grey {
	background-color: #9e9e9e !important
}

.grey-text {
	color: #9e9e9e !important
}

.grey.lighten-5 {
	background-color: #fafafa !important
}

.grey-text.text-lighten-5 {
	color: #fafafa !important
}

.grey.lighten-4 {
	background-color: #f5f5f5 !important
}

.grey-text.text-lighten-4 {
	color: #f5f5f5 !important
}

.grey.lighten-3 {
	background-color: #eee !important
}

.grey-text.text-lighten-3 {
	color: #eee !important
}

.grey.lighten-2 {
	background-color: #e0e0e0 !important
}

.grey-text.text-lighten-2 {
	color: #e0e0e0 !important
}

.grey.lighten-1 {
	background-color: #bdbdbd !important
}

.grey-text.text-lighten-1 {
	color: #bdbdbd !important
}

.grey.darken-1 {
	background-color: #757575 !important
}

.grey-text.text-darken-1 {
	color: #757575 !important
}

.grey.darken-2 {
	background-color: #616161 !important
}

.grey-text.text-darken-2 {
	color: #616161 !important
}

.grey.darken-3 {
	background-color: #424242 !important
}

.grey-text.text-darken-3 {
	color: #424242 !important
}

.grey.darken-4 {
	background-color: #212121 !important
}

.grey-text.text-darken-4 {
	color: #212121 !important
}

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

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

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

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

.transparent {
	background-color: transparent !important
}

.transparent-text {
	color: transparent !important
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

*, :after, :before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

ul:not(.browser-default) {
	padding-left: 0;
	list-style-type: none
}

ul:not(.browser-default) > li {
	list-style-type: none
}

a {
	color: #039be5;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent
}

.valign-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.clearfix {
	clear: both
}

.z-depth-0 {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.z-depth-1 {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2)
}

.z-depth-1-half {
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .14), 0 1px 7px 0 rgba(0, 0, 0, .12), 0 3px 1px -1px rgba(0, 0, 0, .2)
}

.z-depth-2 {
	-webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3);
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .3)
}

.z-depth-3 {
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .3);
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .3)
}

.modal, .z-depth-4 {
	-webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .3);
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .3)
}

.z-depth-5 {
	-webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .3);
	box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .3)
}

.hoverable {
	-webkit-transition: -webkit-box-shadow .25s;
	transition: -webkit-box-shadow .25s;
	-o-transition: box-shadow .25s;
	transition: box-shadow .25s;
	transition: box-shadow .25s, -webkit-box-shadow .25s
}

.hoverable:hover {
	-webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.divider {
	height: 1px;
	overflow: hidden;
	background-color: #e0e0e0
}

blockquote {
	margin: 20px 0;
	padding-left: 1.5rem;
	border-left: 5px solid #ee6e73
}

i {
	line-height: inherit
}

i.left {
	float: left;
	margin-right: 15px
}

i.right {
	float: right;
	margin-left: 15px
}

i.tiny {
	font-size: 1rem
}

i.small {
	font-size: 2rem
}

i.medium {
	font-size: 4rem
}

i.large {
	font-size: 6rem
}

img.responsive-img, video.responsive-video {
	max-width: 100%;
	height: auto
}

.pagination li {
	display: inline-block;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	vertical-align: top;
	height: 30px
}

.pagination li a {
	color: #444;
	display: inline-block;
	font-size: 1.2rem;
	padding: 0 10px;
	line-height: 30px
}

.pagination li.active a {
	color: #fff
}

.pagination li.active {
	background-color: #ee6e73
}

.pagination li.disabled a {
	cursor: default;
	color: #999
}

.pagination li i {
	font-size: 2rem
}

.pagination li.pages ul li {
	display: inline-block;
	float: none
}

@media only screen and (max-width: 992px) {
	.pagination {
		width: 100%
	}

	.pagination li.next, .pagination li.prev {
		width: 10%
	}

	.pagination li.pages {
		width: 80%;
		overflow: hidden;
		white-space: nowrap
	}
}

.breadcrumb {
	font-size: 18px;
	color: rgba(255, 255, 255, .7)
}

.breadcrumb [class*=mdi-], .breadcrumb [class^=mdi-], .breadcrumb i, .breadcrumb i.material-icons {
	display: inline-block;
	float: left;
	font-size: 24px
}

.breadcrumb:before {
	content: '\E5CC';
	color: rgba(255, 255, 255, .7);
	vertical-align: top;
	display: inline-block;
	font-family: 'Material Icons';
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
	margin: 0 10px 0 8px;
	-webkit-font-smoothing: antialiased
}

.breadcrumb:first-child:before {
	display: none
}

.breadcrumb:last-child {
	color: #fff
}

.parallax-container {
	position: relative;
	overflow: hidden;
	height: 500px
}

.parallax-container .parallax {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1
}

.parallax-container .parallax img {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.pin-bottom, .pin-top {
	position: relative
}

.pinned {
	position: fixed !important
}

ul.staggered-list li {
	opacity: 0
}

.fade-in {
	opacity: 0;
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%
}

@media only screen and (max-width: 600px) {
	.hide-on-small-and-down, .hide-on-small-only {
		display: none !important
	}
}

@media only screen and (max-width: 992px) {
	.hide-on-med-and-down {
		display: none !important
	}
}

@media only screen and (min-width: 601px) {
	.hide-on-med-and-up {
		display: none !important
	}
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
	.hide-on-med-only {
		display: none !important
	}
}

@media only screen and (min-width: 993px) {
	.hide-on-large-only {
		display: none !important
	}
}

@media only screen and (min-width: 993px) {
	.show-on-large {
		display: block !important
	}
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
	.show-on-medium {
		display: block !important
	}
}

@media only screen and (max-width: 600px) {
	.show-on-small {
		display: block !important
	}
}

@media only screen and (min-width: 601px) {
	.show-on-medium-and-up {
		display: block !important
	}
}

@media only screen and (max-width: 992px) {
	.show-on-medium-and-down {
		display: block !important
	}
}

@media only screen and (max-width: 600px) {
	.center-on-small-only {
		text-align: center
	}
}

.page-footer {
	padding-top: 20px;
	color: #fff;
	background-color: #ee6e73
}

.page-footer .footer-copyright {
	overflow: hidden;
	min-height: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
	color: rgba(255, 255, 255, .8);
	background-color: rgba(51, 51, 51, .08)
}

table, td, th {
	border: none
}

table {
	width: 100%;
	display: table
}

table.bordered > tbody > tr, table.bordered > thead > tr {
	border-bottom: 1px solid #d0d0d0
}

table.striped > tbody > tr:nth-child(odd) {
	background-color: #f2f2f2
}

table.striped > tbody > tr > td {
	-webkit-border-radius: 0;
	border-radius: 0
}

table.highlight > tbody > tr {
	-webkit-transition: background-color .25s ease;
	-o-transition: background-color .25s ease;
	transition: background-color .25s ease
}

table.highlight > tbody > tr:hover {
	background-color: #f2f2f2
}

table.centered tbody tr td, table.centered thead tr th {
	text-align: center
}

thead {
	border-bottom: 1px solid #d0d0d0
}

td, th {
	padding: 15px 5px;
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

@media only screen and (max-width: 992px) {
	table.responsive-table {
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
		display: block;
		position: relative
	}

	table.responsive-table td:empty:before {
		content: '\00a0'
	}

	table.responsive-table td, table.responsive-table th {
		margin: 0;
		vertical-align: top
	}

	table.responsive-table th {
		text-align: left
	}

	table.responsive-table thead {
		display: block;
		float: left
	}

	table.responsive-table thead tr {
		display: block;
		padding: 0 10px 0 0
	}

	table.responsive-table thead tr th::before {
		content: "\00a0"
	}

	table.responsive-table tbody {
		display: block;
		width: auto;
		position: relative;
		overflow-x: auto;
		white-space: nowrap
	}

	table.responsive-table tbody tr {
		display: inline-block;
		vertical-align: top
	}

	table.responsive-table th {
		display: block;
		text-align: right
	}

	table.responsive-table td {
		display: block;
		min-height: 1.25em;
		text-align: left
	}

	table.responsive-table tr {
		padding: 0 10px
	}

	table.responsive-table thead {
		border: 0;
		border-right: 1px solid #d0d0d0
	}

	table.responsive-table.bordered th {
		border-bottom: 0;
		border-left: 0
	}

	table.responsive-table.bordered td {
		border-left: 0;
		border-right: 0;
		border-bottom: 0
	}

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

	table.responsive-table.bordered tbody tr {
		border-right: 1px solid #d0d0d0
	}
}

.collection {
	margin: .5rem 0 1rem 0;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	position: relative
}

.collection .collection-item {
	background-color: #fff;
	line-height: 1.5rem;
	padding: 10px 20px;
	margin: 0;
	border-bottom: 1px solid #e0e0e0
}

.collection .collection-item.avatar {
	min-height: 84px;
	padding-left: 72px;
	position: relative
}

.collection .collection-item.avatar :not(.circle-clipper) > .circle, .collection .collection-item.avatar:not(.circle-clipper) > .circle {
	position: absolute;
	width: 42px;
	height: 42px;
	overflow: hidden;
	left: 15px;
	display: inline-block;
	vertical-align: middle
}

.collection .collection-item.avatar i.circle {
	font-size: 18px;
	line-height: 42px;
	color: #fff;
	background-color: #999;
	text-align: center
}

.collection .collection-item.avatar .title {
	font-size: 16px
}

.collection .collection-item.avatar p {
	margin: 0
}

.collection .collection-item.avatar .secondary-content {
	position: absolute;
	top: 16px;
	right: 16px
}

.collection .collection-item:last-child {
	border-bottom: none
}

.collection .collection-item.active {
	background-color: #26a69a;
	color: #eafaf9
}

.collection .collection-item.active .secondary-content {
	color: #fff
}

.collection a.collection-item {
	display: block;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	color: #26a69a
}

.collection a.collection-item:not(.active):hover {
	background-color: #ddd
}

.collection.with-header .collection-header {
	background-color: #fff;
	border-bottom: 1px solid #e0e0e0;
	padding: 10px 20px
}

.collection.with-header .collection-item {
	padding-left: 30px
}

.collection.with-header .collection-item.avatar {
	padding-left: 72px
}

.secondary-content {
	float: right;
	color: #26a69a
}

.collapsible .collection {
	margin: 0;
	border: none
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden
}

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

.progress {
	position: relative;
	height: 4px;
	display: block;
	width: 100%;
	background-color: #acece6;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin: .5rem 0 1rem 0;
	overflow: hidden
}

.progress .determinate {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #26a69a;
	-webkit-transition: width .3s linear;
	-o-transition: width .3s linear;
	transition: width .3s linear
}

.progress .indeterminate {
	background-color: #26a69a
}

.progress .indeterminate:before {
	content: '';
	position: absolute;
	background-color: inherit;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: indeterminate 2.1s cubic-bezier(.65, .815, .735, .395) infinite;
	animation: indeterminate 2.1s cubic-bezier(.65, .815, .735, .395) infinite
}

.progress .indeterminate:after {
	content: '';
	position: absolute;
	background-color: inherit;
	top: 0;
	left: 0;
	bottom: 0;
	will-change: left, right;
	-webkit-animation: indeterminate-short 2.1s cubic-bezier(.165, .84, .44, 1) infinite;
	animation: indeterminate-short 2.1s cubic-bezier(.165, .84, .44, 1) infinite;
	-webkit-animation-delay: 1.15s;
	animation-delay: 1.15s
}

@-webkit-keyframes indeterminate {
	0% {
		left: -35%;
		right: 100%
	}
	60% {
		left: 100%;
		right: -90%
	}
	100% {
		left: 100%;
		right: -90%
	}
}

@keyframes indeterminate {
	0% {
		left: -35%;
		right: 100%
	}
	60% {
		left: 100%;
		right: -90%
	}
	100% {
		left: 100%;
		right: -90%
	}
}

@-webkit-keyframes indeterminate-short {
	0% {
		left: -200%;
		right: 100%
	}
	60% {
		left: 107%;
		right: -8%
	}
	100% {
		left: 107%;
		right: -8%
	}
}

@keyframes indeterminate-short {
	0% {
		left: -200%;
		right: 100%
	}
	60% {
		left: 107%;
		right: -8%
	}
	100% {
		left: 107%;
		right: -8%
	}
}

.hide {
	display: none !important
}

.left-align {
	text-align: left
}

.right-align {
	text-align: right
}

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

.left {
	float: left !important
}

.right {
	float: right !important
}

.no-select, input[type=range], input[type=range] + .thumb {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.circle {
	-webkit-border-radius: 50%;
	border-radius: 50%
}

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

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

.no-padding {
	padding: 0 !important
}

a {
	text-decoration: none
}

html {
	line-height: 1.5;
	font-family: Roboto, sans-serif;
	font-weight: 400;
	color: rgba(0, 0, 0, .87)
}

@media only screen and (min-width: 0) {
	html {
		font-size: 14px
	}
}

@media only screen and (min-width: 992px) {
	html {
		font-size: 14.5px
	}
	.contacts-page{
		padding-top:100px;
	}
}

@media only screen and (min-width: 1200px) {
	html {
		font-size: 15px
	}
}

h1, h2,.h2, h3, .h3, .h4, h4, h5, .h5, h6 {
	font-weight: 400;
	line-height: 1.1
}

h1 a, h2 a,.h2 a, h3 a, .h3 a, h4 a, h5 a, .h5 a, h6 a {
	font-weight: inherit
}

h1 {
	font-size: 4.2rem;
	line-height: 110%;
	margin: 2.1rem 0 1.68rem 0
}

h2,.h2 {
	/*font-size: 3.56rem;*/
	font-size: 1.8rem;
	line-height: 110%;
	margin: 1.78rem 0 1.424rem 0
}

h3,.h3 {
	font-size: 2.92rem;
	font-size: 22px;
	color: #633277;	
	line-height: 110%;
	margin: 1.46rem 0 1.168rem 0
}

h4,.h4 {
	font-size: 2.28rem;
	line-height: 110%;
	margin: 1.14rem 0 .912rem 0
}

h5,.h5 {
	font-size: 1.64rem;
	line-height: 110%;
	margin: .82rem 0 .656rem 0
}

h6 {
	font-size: 1rem;
	line-height: 110%;
	margin: .5rem 0 .4rem 0
}

em {
	font-style: italic
}

strong {
	font-weight: 500
}

small {
	font-size: 75%
}

.light, .page-footer .footer-copyright {
	font-weight: 300
}

.thin {
	font-weight: 200
}

.flow-text {
	font-weight: 300
}

@media only screen and (min-width: 360px) {
	.flow-text {
		font-size: 1.2rem
	}
}

@media only screen and (min-width: 390px) {
	.flow-text {
		font-size: 1.224rem
	}
}

@media only screen and (min-width: 420px) {
	.flow-text {
		font-size: 1.248rem
	}
}

@media only screen and (min-width: 450px) {
	.flow-text {
		font-size: 1.272rem
	}
}

@media only screen and (min-width: 480px) {
	.flow-text {
		font-size: 1.296rem
	}
}

@media only screen and (min-width: 510px) {
	.flow-text {
		font-size: 1.32rem
	}
}

@media only screen and (min-width: 540px) {
	.flow-text {
		font-size: 1.344rem
	}
}

@media only screen and (min-width: 570px) {
	.flow-text {
		font-size: 1.368rem
	}
}

@media only screen and (min-width: 600px) {
	.flow-text {
		font-size: 1.392rem
	}
}

@media only screen and (min-width: 630px) {
	.flow-text {
		font-size: 1.416rem
	}
}

@media only screen and (min-width: 660px) {
	.flow-text {
		font-size: 1.44rem
	}
}

@media only screen and (min-width: 690px) {
	.flow-text {
		font-size: 1.464rem
	}
}

@media only screen and (min-width: 720px) {
	.flow-text {
		font-size: 1.488rem
	}
}

@media only screen and (min-width: 750px) {
	.flow-text {
		font-size: 1.512rem
	}
}

@media only screen and (min-width: 780px) {
	.flow-text {
		font-size: 1.536rem
	}
}

@media only screen and (min-width: 810px) {
	.flow-text {
		font-size: 1.56rem
	}
}

@media only screen and (min-width: 840px) {
	.flow-text {
		font-size: 1.584rem
	}
}

@media only screen and (min-width: 870px) {
	.flow-text {
		font-size: 1.608rem
	}
}

@media only screen and (min-width: 900px) {
	.flow-text {
		font-size: 1.632rem
	}
}

@media only screen and (min-width: 930px) {
	.flow-text {
		font-size: 1.656rem
	}
}

@media only screen and (min-width: 960px) {
	.flow-text {
		font-size: 1.68rem
	}
}

@media only screen and (max-width: 360px) {
	.flow-text {
		font-size: 1.2rem
	}
}

.modal {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	background-color: #fafafa;
	padding: 0;
	max-height: 70%;
	width: 55%;
	margin: auto;
	overflow-y: auto;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	will-change: top, opacity;
	max-height: 92%;
}


@media only screen and (max-width: 992px) {
	.modal {
		width: 80%
	}
}

.modal h1, .modal h2,.modal .h2, .modal h3, .modal .h3, .modal h4, .modal .h4 {
	margin-top: 0
}

.modal .modal-content {
	padding: 24px
}

.modal .modal-close {
	cursor: pointer
}

.modal .modal-footer {
	-webkit-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
	background-color: #fafafa;
	padding: 4px 6px;
	height: 56px;
	width: 100%;
	text-align: right
}

.modal .modal-footer .btn, .modal .modal-footer .btn-flat {
	margin: 6px 0
}

.modal-overlay {
	position: fixed;
	z-index: 999;
	top: -25%;
	left: 0;
	bottom: 0;
	right: 0;
	height: 125%;
	width: 100%;
	background: #000;
	display: none;
	will-change: opacity
}

.modal.modal-fixed-footer {
	padding: 0;
	height: 70%
}

.modal.modal-fixed-footer .modal-content {
	position: absolute;
	height: -webkit-calc(100% - 56px);
	height: calc(100% - 56px);
	max-height: 100%;
	width: 100%;
	overflow-y: auto
}

.modal.modal-fixed-footer .modal-footer {
	border-top: 1px solid rgba(0, 0, 0, .1);
	position: absolute;
	bottom: 0
}

.modal.bottom-sheet {
	top: auto;
	bottom: -100%;
	margin: 0;
	width: 100%;
	max-height: 45%;
	-webkit-border-radius: 0;
	border-radius: 0;
	will-change: bottom, opacity
}

select:focus {
	outline: 1px solid #c9f3ef
}

button:focus {
	outline: 0;
	background-color: #2ab7a9
}

label {
	font-size: .8rem;
	color: #9e9e9e
}

::-webkit-input-placeholder {
	color: #d1d1d1
}

::-moz-placeholder {
	color: #d1d1d1
}

:-ms-input-placeholder {
	color: #d1d1d1
}

::-ms-input-placeholder {
	color: #d1d1d1
}

::placeholder {
	color: #d1d1d1
}

input:not([type]), input[type=date]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=email]:not(.browser-default), input[type=number]:not(.browser-default), input[type=password]:not(.browser-default), input[type=search]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=text]:not(.browser-default), input[type=time]:not(.browser-default), input[type=url]:not(.browser-default), textarea.materialize-textarea {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #9e9e9e;
	-webkit-border-radius: 0;
	border-radius: 0;
	outline: 0;
	height: 3rem;
	width: 100%;
	font-size: 1rem;
	margin: 0 0 20px 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

input:not([type]):disabled, input:not([type])[readonly=readonly], input[type=date]:not(.browser-default):disabled, input[type=date]:not(.browser-default)[readonly=readonly], input[type=datetime-local]:not(.browser-default):disabled, input[type=datetime-local]:not(.browser-default)[readonly=readonly], input[type=datetime]:not(.browser-default):disabled, input[type=datetime]:not(.browser-default)[readonly=readonly], input[type=email]:not(.browser-default):disabled, input[type=email]:not(.browser-default)[readonly=readonly], input[type=number]:not(.browser-default):disabled, input[type=number]:not(.browser-default)[readonly=readonly], input[type=password]:not(.browser-default):disabled, input[type=password]:not(.browser-default)[readonly=readonly], input[type=search]:not(.browser-default):disabled, input[type=search]:not(.browser-default)[readonly=readonly], input[type=tel]:not(.browser-default):disabled, input[type=tel]:not(.browser-default)[readonly=readonly], input[type=text]:not(.browser-default):disabled, input[type=text]:not(.browser-default)[readonly=readonly], input[type=time]:not(.browser-default):disabled, input[type=time]:not(.browser-default)[readonly=readonly], input[type=url]:not(.browser-default):disabled, input[type=url]:not(.browser-default)[readonly=readonly], textarea.materialize-textarea:disabled, textarea.materialize-textarea[readonly=readonly] {
	color: rgba(0, 0, 0, .42);
	border-bottom: 1px dotted rgba(0, 0, 0, .42)
}

input:not([type]):disabled + label, input:not([type])[readonly=readonly] + label, input[type=date]:not(.browser-default):disabled + label, input[type=date]:not(.browser-default)[readonly=readonly] + label, input[type=datetime-local]:not(.browser-default):disabled + label, input[type=datetime-local]:not(.browser-default)[readonly=readonly] + label, input[type=datetime]:not(.browser-default):disabled + label, input[type=datetime]:not(.browser-default)[readonly=readonly] + label, input[type=email]:not(.browser-default):disabled + label, input[type=email]:not(.browser-default)[readonly=readonly] + label, input[type=number]:not(.browser-default):disabled + label, input[type=number]:not(.browser-default)[readonly=readonly] + label, input[type=password]:not(.browser-default):disabled + label, input[type=password]:not(.browser-default)[readonly=readonly] + label, input[type=search]:not(.browser-default):disabled + label, input[type=search]:not(.browser-default)[readonly=readonly] + label, input[type=tel]:not(.browser-default):disabled + label, input[type=tel]:not(.browser-default)[readonly=readonly] + label, input[type=text]:not(.browser-default):disabled + label, input[type=text]:not(.browser-default)[readonly=readonly] + label, input[type=time]:not(.browser-default):disabled + label, input[type=time]:not(.browser-default)[readonly=readonly] + label, input[type=url]:not(.browser-default):disabled + label, input[type=url]:not(.browser-default)[readonly=readonly] + label, textarea.materialize-textarea:disabled + label, textarea.materialize-textarea[readonly=readonly] + label {
	color: rgba(0, 0, 0, .42)
}

input:not([type]):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
 input[type=datetime]:not(.browser-default):focus:not([readonly]),
  input[type=email]:not(.browser-default):focus:not([readonly]),
  input[type=number]:not(.browser-default):focus:not([readonly]),
  input[type=password]:not(.browser-default):focus:not([readonly]),
  input[type=search]:not(.browser-default):focus:not([readonly]),
   input[type=tel]:not(.browser-default):focus:not([readonly]),
   input[type=text]:not(.styled__input):not(.browser-default):focus:not([readonly]),
   input[type=time]:not(.browser-default):focus:not([readonly]),
   input[type=url]:not(.browser-default):focus:not([readonly]),
   textarea.materialize-textarea:focus:not([readonly]) {
	border-bottom: 1px solid #26a69a;
	-webkit-box-shadow: 0 1px 0 0 #26a69a;
	box-shadow: 0 1px 0 0 #26a69a
}

input:not([type]):focus:not([readonly]) + label, input[type=date]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime]:not(.browser-default):focus:not([readonly]) + label, input[type=email]:not(.browser-default):focus:not([readonly]) + label, input[type=number]:not(.browser-default):focus:not([readonly]) + label, input[type=password]:not(.browser-default):focus:not([readonly]) + label, input[type=search]:not(.browser-default):focus:not([readonly]) + label, input[type=tel]:not(.browser-default):focus:not([readonly]) + label, input[type=text]:not(.browser-default):focus:not([readonly]) + label, input[type=time]:not(.browser-default):focus:not([readonly]) + label, input[type=url]:not(.browser-default):focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
	color: #26a69a
}

input:not([type]).validate + label, input[type=date]:not(.browser-default).validate + label, input[type=datetime-local]:not(.browser-default).validate + label, input[type=datetime]:not(.browser-default).validate + label, input[type=email]:not(.browser-default).validate + label, input[type=number]:not(.browser-default).validate + label, input[type=password]:not(.browser-default).validate + label, input[type=search]:not(.browser-default).validate + label, input[type=tel]:not(.browser-default).validate + label, input[type=text]:not(.browser-default).validate + label, input[type=time]:not(.browser-default).validate + label, input[type=url]:not(.browser-default).validate + label, textarea.materialize-textarea.validate + label {
	width: 100%
}

input:not([type]).invalid + label:after, input:not([type]).valid + label:after, input[type=date]:not(.browser-default).invalid + label:after, input[type=date]:not(.browser-default).valid + label:after, input[type=datetime-local]:not(.browser-default).invalid + label:after, input[type=datetime-local]:not(.browser-default).valid + label:after, input[type=datetime]:not(.browser-default).invalid + label:after, input[type=datetime]:not(.browser-default).valid + label:after, input[type=email]:not(.browser-default).invalid + label:after, input[type=email]:not(.browser-default).valid + label:after, input[type=number]:not(.browser-default).invalid + label:after, input[type=number]:not(.browser-default).valid + label:after, input[type=password]:not(.browser-default).invalid + label:after, input[type=password]:not(.browser-default).valid + label:after, input[type=search]:not(.browser-default).invalid + label:after, input[type=search]:not(.browser-default).valid + label:after, input[type=tel]:not(.browser-default).invalid + label:after, input[type=tel]:not(.browser-default).valid + label:after, input[type=text]:not(.browser-default).invalid + label:after, input[type=text]:not(.browser-default).valid + label:after, input[type=time]:not(.browser-default).invalid + label:after, input[type=time]:not(.browser-default).valid + label:after, input[type=url]:not(.browser-default).invalid + label:after, input[type=url]:not(.browser-default).valid + label:after, textarea.materialize-textarea.invalid + label:after, textarea.materialize-textarea.valid + label:after {
	display: none
}

input:not([type]).invalid + label.active:after, input:not([type]).valid + label.active:after, input[type=date]:not(.browser-default).invalid + label.active:after, input[type=date]:not(.browser-default).valid + label.active:after, input[type=datetime-local]:not(.browser-default).invalid + label.active:after, input[type=datetime-local]:not(.browser-default).valid + label.active:after, input[type=datetime]:not(.browser-default).invalid + label.active:after, input[type=datetime]:not(.browser-default).valid + label.active:after, input[type=email]:not(.browser-default).invalid + label.active:after, input[type=email]:not(.browser-default).valid + label.active:after, input[type=number]:not(.browser-default).invalid + label.active:after, input[type=number]:not(.browser-default).valid + label.active:after, input[type=password]:not(.browser-default).invalid + label.active:after, input[type=password]:not(.browser-default).valid + label.active:after, input[type=search]:not(.browser-default).invalid + label.active:after, input[type=search]:not(.browser-default).valid + label.active:after, input[type=tel]:not(.browser-default).invalid + label.active:after, input[type=tel]:not(.browser-default).valid + label.active:after, input[type=text]:not(.browser-default).invalid + label.active:after, input[type=text]:not(.browser-default).valid + label.active:after, input[type=time]:not(.browser-default).invalid + label.active:after, input[type=time]:not(.browser-default).valid + label.active:after, input[type=url]:not(.browser-default).invalid + label.active:after, input[type=url]:not(.browser-default).valid + label.active:after, textarea.materialize-textarea.invalid + label.active:after, textarea.materialize-textarea.valid + label.active:after {
	display: block
}

.select-wrapper.valid > input.select-dropdown, input.valid:not([type]), input.valid:not([type]):focus, input[type=date].valid:not(.browser-default), input[type=date].valid:not(.browser-default):focus, input[type=datetime-local].valid:not(.browser-default), input[type=datetime-local].valid:not(.browser-default):focus, input[type=datetime].valid:not(.browser-default), input[type=datetime].valid:not(.browser-default):focus, input[type=email].valid:not(.browser-default), input[type=email].valid:not(.browser-default):focus, input[type=number].valid:not(.browser-default), input[type=number].valid:not(.browser-default):focus, input[type=password].valid:not(.browser-default), input[type=password].valid:not(.browser-default):focus, input[type=search].valid:not(.browser-default), input[type=search].valid:not(.browser-default):focus, input[type=tel].valid:not(.browser-default), input[type=tel].valid:not(.browser-default):focus, input[type=text].valid:not(.browser-default), input[type=text].valid:not(.browser-default):focus, input[type=time].valid:not(.browser-default), input[type=time].valid:not(.browser-default):focus, input[type=url].valid:not(.browser-default), input[type=url].valid:not(.browser-default):focus, textarea.materialize-textarea.valid, textarea.materialize-textarea.valid:focus {
	border-bottom: 1px solid #4caf50;
	-webkit-box-shadow: 0 1px 0 0 #4caf50;
	box-shadow: 0 1px 0 0 #4caf50
}

.select-wrapper.invalid > input.select-dropdown, input.invalid:not([type]), input.invalid:not([type]):focus, input[type=date].invalid:not(.browser-default), input[type=date].invalid:not(.browser-default):focus, input[type=datetime-local].invalid:not(.browser-default), input[type=datetime-local].invalid:not(.browser-default):focus, input[type=datetime].invalid:not(.browser-default), input[type=datetime].invalid:not(.browser-default):focus, input[type=email].invalid:not(.browser-default), input[type=email].invalid:not(.browser-default):focus, input[type=number].invalid:not(.browser-default), input[type=number].invalid:not(.browser-default):focus, input[type=password].invalid:not(.browser-default), input[type=password].invalid:not(.browser-default):focus, input[type=search].invalid:not(.browser-default), input[type=search].invalid:not(.browser-default):focus, input[type=tel].invalid:not(.browser-default), input[type=tel].invalid:not(.browser-default):focus, input[type=text].invalid:not(.browser-default), input[type=text].invalid:not(.browser-default):focus, input[type=time].invalid:not(.browser-default), input[type=time].invalid:not(.browser-default):focus, input[type=url].invalid:not(.browser-default), input[type=url].invalid:not(.browser-default):focus, textarea.materialize-textarea.invalid, textarea.materialize-textarea.invalid:focus {
	border-bottom: 1px solid #f44336;
	-webkit-box-shadow: 0 1px 0 0 #f44336;
	box-shadow: 0 1px 0 0 #f44336
}

.select-wrapper.valid + label:after, input:not([type]).valid + label:after, input:not([type]):focus.valid + label:after, input[type=date]:not(.browser-default).valid + label:after, input[type=date]:not(.browser-default):focus.valid + label:after, input[type=datetime-local]:not(.browser-default).valid + label:after, input[type=datetime-local]:not(.browser-default):focus.valid + label:after, input[type=datetime]:not(.browser-default).valid + label:after, input[type=datetime]:not(.browser-default):focus.valid + label:after, input[type=email]:not(.browser-default).valid + label:after, input[type=email]:not(.browser-default):focus.valid + label:after, input[type=number]:not(.browser-default).valid + label:after, input[type=number]:not(.browser-default):focus.valid + label:after, input[type=password]:not(.browser-default).valid + label:after, input[type=password]:not(.browser-default):focus.valid + label:after, input[type=search]:not(.browser-default).valid + label:after, input[type=search]:not(.browser-default):focus.valid + label:after, input[type=tel]:not(.browser-default).valid + label:after, input[type=tel]:not(.browser-default):focus.valid + label:after, input[type=text]:not(.browser-default).valid + label:after, input[type=text]:not(.browser-default):focus.valid + label:after, input[type=time]:not(.browser-default).valid + label:after, input[type=time]:not(.browser-default):focus.valid + label:after, input[type=url]:not(.browser-default).valid + label:after, input[type=url]:not(.browser-default):focus.valid + label:after, textarea.materialize-textarea.valid + label:after, textarea.materialize-textarea:focus.valid + label:after {
	content: attr(data-success);
	color: #4caf50;
	opacity: 1;
	-webkit-transform: translateY(9px);
	-ms-transform: translateY(9px);
	transform: translateY(9px)
}

.select-wrapper.invalid + label:after, input:not([type]).invalid + label:after, input:not([type]):focus.invalid + label:after, input[type=date]:not(.browser-default).invalid + label:after, input[type=date]:not(.browser-default):focus.invalid + label:after, input[type=datetime-local]:not(.browser-default).invalid + label:after, input[type=datetime-local]:not(.browser-default):focus.invalid + label:after, input[type=datetime]:not(.browser-default).invalid + label:after, input[type=datetime]:not(.browser-default):focus.invalid + label:after, input[type=email]:not(.browser-default).invalid + label:after, input[type=email]:not(.browser-default):focus.invalid + label:after, input[type=number]:not(.browser-default).invalid + label:after, input[type=number]:not(.browser-default):focus.invalid + label:after, input[type=password]:not(.browser-default).invalid + label:after, input[type=password]:not(.browser-default):focus.invalid + label:after, input[type=search]:not(.browser-default).invalid + label:after, input[type=search]:not(.browser-default):focus.invalid + label:after, input[type=tel]:not(.browser-default).invalid + label:after, input[type=tel]:not(.browser-default):focus.invalid + label:after, input[type=text]:not(.browser-default).invalid + label:after, input[type=text]:not(.browser-default):focus.invalid + label:after, input[type=time]:not(.browser-default).invalid + label:after, input[type=time]:not(.browser-default):focus.invalid + label:after, input[type=url]:not(.browser-default).invalid + label:after, input[type=url]:not(.browser-default):focus.invalid + label:after, textarea.materialize-textarea.invalid + label:after, textarea.materialize-textarea:focus.invalid + label:after {
	content: attr(data-error);
	color: #f44336;
	opacity: 1;
	-webkit-transform: translateY(9px);
	-ms-transform: translateY(9px);
	transform: translateY(9px)
}

.select-wrapper + label:after, input:not([type]) + label:after, input[type=date]:not(.browser-default) + label:after, input[type=datetime-local]:not(.browser-default) + label:after, input[type=datetime]:not(.browser-default) + label:after, input[type=email]:not(.browser-default) + label:after, input[type=number]:not(.browser-default) + label:after, input[type=password]:not(.browser-default) + label:after, input[type=search]:not(.browser-default) + label:after, input[type=tel]:not(.browser-default) + label:after, input[type=text]:not(.browser-default) + label:after, input[type=time]:not(.browser-default) + label:after, input[type=url]:not(.browser-default) + label:after, textarea.materialize-textarea + label:after {
	display: block;
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	opacity: 0;
	-webkit-transition: .2s opacity ease-out, .2s color ease-out;
	-o-transition: .2s opacity ease-out, .2s color ease-out;
	transition: .2s opacity ease-out, .2s color ease-out
}

.input-field {
	position: relative;
	margin-top: 1rem
}

.input-field.inline {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px
}

.input-field.inline .select-dropdown, .input-field.inline input {
	margin-bottom: 1rem
}

.input-field.col label {
	left: .75rem
}

.input-field.col .prefix ~ .validate ~ label, .input-field.col .prefix ~ label {
	width: -webkit-calc(100% - 3rem - 1.5rem);
	width: calc(100% - 3rem - 1.5rem)
}

.input-field label {
	color: #9e9e9e;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	font-size: 1rem;
	cursor: text;
	-webkit-transition: -webkit-transform .2s ease-out;
	transition: -webkit-transform .2s ease-out;
	-o-transition: transform .2s ease-out;
	transition: transform .2s ease-out;
	transition: transform .2s ease-out, -webkit-transform .2s ease-out;
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	text-align: initial;
	-webkit-transform: translateY(12px);
	-ms-transform: translateY(12px);
	transform: translateY(12px);
	pointer-events: none
}

.input-field label:not(.label-icon).active {
	-webkit-transform: translateY(-14px) scale(.8);
	-ms-transform: translateY(-14px) scale(.8);
	transform: translateY(-14px) scale(.8);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0
}

.input-field .prefix {
	position: absolute;
	width: 3rem;
	font-size: 2rem;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s
}

.input-field .prefix.active {
	color: #26a69a
}

.input-field .prefix ~ .autocomplete-content, .input-field .prefix ~ .validate ~ label, .input-field .prefix ~ input, .input-field .prefix ~ label, .input-field .prefix ~ textarea {
	margin-left: 3rem;
	width: 92%;
	width: -webkit-calc(100% - 3rem);
	width: calc(100% - 3rem)
}

.input-field .prefix ~ label {
	margin-left: 3rem
}

@media only screen and (max-width: 992px) {
	.input-field .prefix ~ input {
		width: 86%;
		width: -webkit-calc(100% - 3rem);
		width: calc(100% - 3rem)
	}
}

@media only screen and (max-width: 600px) {
	.input-field .prefix ~ input {
		width: 80%;
		width: -webkit-calc(100% - 3rem);
		width: calc(100% - 3rem)
	}
}

.input-field input[type=search] {
	display: block;
	line-height: inherit
}

.nav-wrapper .input-field input[type=search] {
	height: inherit;
	padding-left: 4rem;
	width: -webkit-calc(100% - 4rem);
	width: calc(100% - 4rem);
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.input-field input[type=search]:focus {
	background-color: #fff;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #444
}

.input-field input[type=search]:focus + label i, .input-field input[type=search]:focus ~ .material-icons, .input-field input[type=search]:focus ~ .mdi-navigation-close {
	color: #444
}

.input-field input[type=search] + label {
	left: 1rem
}

.input-field input[type=search] ~ .material-icons, .input-field input[type=search] ~ .mdi-navigation-close {
	position: absolute;
	top: 0;
	right: 1rem;
	color: transparent;
	cursor: pointer;
	font-size: 2rem;
	-webkit-transition: .3s color;
	-o-transition: .3s color;
	transition: .3s color
}

textarea {
	width: 100%;
	height: 3rem;
	background-color: transparent
}

textarea.materialize-textarea {
	overflow-y: hidden;
	padding: .8rem 0 1.6rem 0;
	resize: none;
	min-height: 3rem
}

textarea.materialize-textarea.validate + label {
	height: 100%
}

textarea.materialize-textarea.validate + label::after {
	top: -webkit-calc(100% - 12px);
	top: calc(100% - 12px)
}

textarea.materialize-textarea.validate + label:not(.label-icon).active {
	-webkit-transform: translateY(-25px);
	-ms-transform: translateY(-25px);
	transform: translateY(-25px)
}

.hiddendiv {
	display: none;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow-wrap: break-word;
	padding-top: 1.2rem;
	position: absolute;
	top: 0
}

.autocomplete-content {
	margin-top: -20px;
	margin-bottom: 20px;
	display: block;
	opacity: 1;
	position: static
}

.autocomplete-content li .highlight {
	color: #444
}

.autocomplete-content li img {
	height: 40px;
	width: 40px;
	margin: 5px 15px
}





/*                      */




[type=radio]:checked, [type=radio]:not(:checked) {
	position: absolute;
	opacity: 0;
	pointer-events: none
}

[type=radio]:checked + label, [type=radio]:not(:checked) + label {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 1rem;
	-webkit-transition: .28s ease;
	-o-transition: .28s ease;
	transition: .28s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

[type=radio] + label:after, [type=radio] + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	margin: 4px;
	width: 16px;
	height: 16px;
	z-index: 0;
	-webkit-transition: .28s ease;
	-o-transition: .28s ease;
	transition: .28s ease
}

[type=radio].with-gap:checked + label:after,
[type=radio].with-gap:checked + label:before,
[type=radio]:checked + label:after,
[type=radio]:checked + label:before,
[type=radio]:not(:checked) + label:after,
[type=radio]:not(:checked) + label:before {
	-webkit-border-radius: 50%;
	border-radius: 50%
}

[type=radio]:not(:checked) + label:after, [type=radio]:not(:checked) + label:before {
	border: 2px solid #5a5a5a
}

[type=radio]:not(:checked) + label:after {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

[type=radio]:checked + label:before {
	border: 2px solid transparent
}

[type=radio].with-gap:checked + label:after, [type=radio].with-gap:checked + label:before, [type=radio]:checked + label:after {
	border: 2px solid #26a69a
}

[type=radio].with-gap:checked + label:after, [type=radio]:checked + label:after {
	background-color: #26a69a
}

[type=radio]:checked + label:after {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02)
}

[type=radio].with-gap:checked + label:after {
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5)
}

[type=radio].tabbed:focus + label:before {
	-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 0 10px rgba(0, 0, 0, .1)
}

[type=radio].with-gap:disabled:checked + label:before {
	border: 2px solid rgba(0, 0, 0, .42)
}

[type=radio].with-gap:disabled:checked + label:after {
	border: none;
	background-color: rgba(0, 0, 0, .42)
}

[type=radio]:disabled:checked + label:before, [type=radio]:disabled:not(:checked) + label:before {
	background-color: transparent;
	border-color: rgba(0, 0, 0, .42)
}

[type=radio]:disabled + label {
	color: rgba(0, 0, 0, .42)
}

[type=radio]:disabled:not(:checked) + label:before {
	border-color: rgba(0, 0, 0, .42)
}

[type=radio]:disabled:checked + label:after {
	background-color: rgba(0, 0, 0, .42);
	border-color: #949494
}


/*         */

form p {
	margin-bottom: 10px;
	text-align: left
}

form p:last-child {
	margin-bottom: 0
}

[type=checkbox]:checked, [type=checkbox]:not(:checked) {
	position: absolute;
	opacity: 0;
	pointer-events: none
}

[type=checkbox] + label {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 1rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

[type=checkbox] + label:before, [type=checkbox]:not(.filled-in) + label:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	z-index: 0;
	border: 2px solid #5a5a5a;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	margin-top: 2px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

[type=checkbox]:not(.filled-in) + label:after {
	border: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

[type=checkbox]:not(:checked):disabled + label:before {
	border: none;
	background-color: rgba(0, 0, 0, .42)
}

[type=checkbox].tabbed:focus + label:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	border: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
	box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
	background-color: rgba(0, 0, 0, .1)
}

[type=checkbox]:checked + label:before {
	top: -4px;
	left: -5px;
	width: 12px;
	height: 22px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #26a69a;
	border-bottom: 2px solid #26a69a;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

[type=checkbox]:checked:disabled + label:before {
	border-right: 2px solid rgba(0, 0, 0, .42);
	border-bottom: 2px solid rgba(0, 0, 0, .42)
}

[type=checkbox]:indeterminate + label:before {
	top: -11px;
	left: -12px;
	width: 10px;
	height: 22px;
	border-top: none;
	border-left: none;
	border-right: 2px solid #26a69a;
	border-bottom: none;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

[type=checkbox]:indeterminate:disabled + label:before {
	border-right: 2px solid rgba(0, 0, 0, .42);
	background-color: transparent
}

[type=checkbox].filled-in + label:after {
	-webkit-border-radius: 2px;
	border-radius: 2px
}

[type=checkbox].filled-in + label:after, [type=checkbox].filled-in + label:before {
	content: '';
	left: 0;
	position: absolute;
	-webkit-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
	-o-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
	transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
	z-index: 1
}

[type=checkbox].filled-in:not(:checked) + label:before {
	width: 0;
	height: 0;
	border: 3px solid transparent;
	left: 6px;
	top: 10px;
	-webkit-transform: rotateZ(37deg);
	-ms-transform: rotate(37deg);
	transform: rotateZ(37deg);
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

[type=checkbox].filled-in:not(:checked) + label:after {
	height: 20px;
	width: 20px;
	background-color: transparent;
	border: 2px solid #5a5a5a;
	top: 0;
	z-index: 0
}

[type=checkbox].filled-in:checked + label:before {
	top: 0;
	left: 1px;
	width: 8px;
	height: 13px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotateZ(37deg);
	-ms-transform: rotate(37deg);
	transform: rotateZ(37deg);
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

[type=checkbox].filled-in:checked + label:after {
	top: 0;
	width: 20px;
	height: 20px;
	border: 2px solid #26a69a;
	background-color: #26a69a;
	z-index: 0
}

[type=checkbox].filled-in.tabbed:focus + label:after {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border-color: #5a5a5a;
	background-color: rgba(0, 0, 0, .1)
}

[type=checkbox].filled-in.tabbed:checked:focus + label:after {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #26a69a;
	border-color: #26a69a
}

[type=checkbox].filled-in:disabled:not(:checked) + label:before {
	background-color: transparent;
	border: 2px solid transparent
}

[type=checkbox].filled-in:disabled:not(:checked) + label:after {
	border-color: transparent;
	background-color: #949494
}

[type=checkbox].filled-in:disabled:checked + label:before {
	background-color: transparent
}

[type=checkbox].filled-in:disabled:checked + label:after {
	background-color: #949494;
	border-color: #949494
}

.switch, .switch * {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.switch label {
	cursor: pointer
}

.switch label input[type=checkbox] {
	opacity: 0;
	width: 0;
	height: 0
}

.switch label input[type=checkbox]:checked + .lever {
	background-color: #84c7c1
}

.switch label input[type=checkbox]:checked + .lever:after, .switch label input[type=checkbox]:checked + .lever:before {
	left: 18px
}

.switch label input[type=checkbox]:checked + .lever:after {
	background-color: #26a69a
}

.switch label .lever {
	content: "";
	display: inline-block;
	position: relative;
	width: 36px;
	height: 14px;
	background-color: rgba(0, 0, 0, .38);
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin-right: 10px;
	-webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
	vertical-align: middle;
	margin: 0 16px
}

.switch label .lever:after, .switch label .lever:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	left: 0;
	top: -3px;
	-webkit-transition: left .3s ease, background .3s ease, -webkit-box-shadow .1s ease, -webkit-transform .1s ease;
	transition: left .3s ease, background .3s ease, -webkit-box-shadow .1s ease, -webkit-transform .1s ease;
	-o-transition: left .3s ease, background .3s ease, box-shadow .1s ease, transform .1s ease;
	transition: left .3s ease, background .3s ease, box-shadow .1s ease, transform .1s ease;
	transition: left .3s ease, background .3s ease, box-shadow .1s ease, transform .1s ease, -webkit-box-shadow .1s ease, -webkit-transform .1s ease
}

.switch label .lever:before {
	background-color: rgba(38, 166, 154, .15)
}

.switch label .lever:after {
	background-color: #f1f1f1;
	-webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before, input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before {
	-webkit-transform: scale(2.4);
	-ms-transform: scale(2.4);
	transform: scale(2.4);
	background-color: rgba(38, 166, 154, .15)
}

input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before, input[type=checkbox]:not(:disabled) ~ .lever:active:before {
	-webkit-transform: scale(2.4);
	-ms-transform: scale(2.4);
	transform: scale(2.4);
	background-color: rgba(0, 0, 0, .08)
}

.switch input[type=checkbox][disabled] + .lever {
	cursor: default;
	background-color: rgba(0, 0, 0, .12)
}

.switch label input[type=checkbox][disabled] + .lever:after, .switch label input[type=checkbox][disabled]:checked + .lever:after {
	background-color: #949494
}

select {
	display: none
}

select.browser-default {
	display: block
}

select {
	background-color: rgba(255, 255, 255, .9);
	width: 100%;
	padding: 5px;
	border: 1px solid #f2f2f2;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	height: 3rem
}

.input-field > select {
	display: block;
	position: absolute;
	width: 0;
	pointer-events: none;
	height: 0;
	top: 0;
	left: 0;
	opacity: 0
}

.select-label {
	position: absolute
}

.select-wrapper {
	position: relative
}

.select-wrapper.invalid + label, .select-wrapper.valid + label {
	width: 100%;
	pointer-events: none
}

.select-wrapper input.select-dropdown {
	position: relative;
	cursor: pointer;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #9e9e9e;
	outline: 0;
	height: 3rem;
	line-height: 3rem;
	width: 100%;
	font-size: 1rem;
	margin: 0 0 20px 0;
	padding: 0;
	display: block;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.select-wrapper span.caret {
	color: initial;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 10px;
	margin: auto 0;
	font-size: 10px;
	line-height: 10px
}

.select-wrapper + label {
	position: absolute;
	top: -26px;
	font-size: .8rem
}

select:disabled {
	color: rgba(0, 0, 0, .42)
}

.select-wrapper.disabled span.caret, .select-wrapper.disabled + label {
	color: rgba(0, 0, 0, .42)
}

.select-wrapper input.select-dropdown:disabled {
	color: rgba(0, 0, 0, .42);
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.select-wrapper i {
	color: rgba(0, 0, 0, .3)
}

.select-dropdown li.disabled, .select-dropdown li.disabled > span, .select-dropdown li.optgroup {
	color: rgba(0, 0, 0, .3);
	background-color: transparent
}

.select-dropdown.dropdown-content li.active {
	background-color: transparent
}

.select-dropdown.dropdown-content li:hover {
	background-color: rgba(0, 0, 0, .06)
}

.select-dropdown.dropdown-content li.selected {
	background-color: rgba(0, 0, 0, .03)
}

.prefix ~ .select-wrapper {
	margin-left: 3rem;
	width: 92%;
	width: -webkit-calc(100% - 3rem);
	width: calc(100% - 3rem)
}

.prefix ~ label {
	margin-left: 3rem
}

.select-dropdown li img {
	height: 40px;
	width: 40px;
	margin: 5px 15px;
	float: right
}

.select-dropdown li.optgroup {
	border-top: 1px solid #eee
}

.select-dropdown li.optgroup.selected > span {
	color: rgba(0, 0, 0, .7)
}

.select-dropdown li.optgroup > span {
	color: rgba(0, 0, 0, .4)
}

.select-dropdown li.optgroup ~ li.optgroup-option {
	padding-left: 1rem
}

.file-field {
	position: relative
}

.file-field .file-path-wrapper {
	overflow: hidden;
	padding-left: 10px
}

.file-field input.file-path {
	width: 100%
}

.file-field .btn {
	float: left;
	height: 3rem;
	line-height: 3rem
}

.file-field span {
	cursor: pointer
}

.file-field input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0
}

.file-field input[type=file]::-webkit-file-upload-button {
	display: none
}

.range-field {
	position: relative
}

input[type=range], input[type=range] + .thumb {
	cursor: pointer
}

input[type=range] {
	position: relative;
	background-color: transparent;
	border: none;
	outline: 0;
	width: 100%;
	margin: 15px 0;
	padding: 0
}

input[type=range]:focus {
	outline: 0
}

input[type=range] + .thumb {
	position: absolute;
	top: 10px;
	left: 0;
	border: none;
	height: 0;
	width: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #26a69a;
	margin-left: 7px;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

input[type=range] + .thumb .value {
	display: block;
	width: 30px;
	text-align: center;
	color: #26a69a;
	font-size: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

input[type=range] + .thumb.active {
	-webkit-border-radius: 50% 50% 50% 0;
	border-radius: 50% 50% 50% 0
}

input[type=range] + .thumb.active .value {
	color: #fff;
	margin-left: -1px;
	margin-top: 8px;
	font-size: 10px
}

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

input[type=range]::-webkit-slider-runnable-track {
	height: 3px;
	background: #c2c0c2;
	border: none
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 14px;
	width: 14px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #26a69a;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	margin: -5px 0 0 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: #ccc
}

input[type=range] {
	border: 1px solid #fff
}

input[type=range]::-moz-range-track {
	height: 3px;
	background: #ddd;
	border: none
}

input[type=range]::-moz-range-thumb {
	border: none;
	height: 14px;
	width: 14px;
	border-radius: 50%;
	background: #26a69a;
	margin-top: -5px
}

input[type=range]:-moz-focusring {
	outline: 1px solid #fff;
	outline-offset: -1px
}

input[type=range]:focus::-moz-range-track {
	background: #ccc
}

input[type=range]::-ms-track {
	height: 3px;
	background: 0 0;
	border-color: transparent;
	border-width: 6px 0;
	color: transparent
}

input[type=range]::-ms-fill-lower {
	background: #777
}

input[type=range]::-ms-fill-upper {
	background: #ddd
}

input[type=range]::-ms-thumb {
	border: none;
	height: 14px;
	width: 14px;
	border-radius: 50%;
	background: #26a69a
}

input[type=range]:focus::-ms-fill-lower {
	background: #888
}

input[type=range]:focus::-ms-fill-upper {
	background: #ccc
}

.picker {
	font-size: 16px;
	text-align: left;
	line-height: 1.2;
	color: #000;
	position: absolute;
	z-index: 10000;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: 0
}

.picker__input {
	cursor: default
}

.picker__input.picker__input--active {
	border-color: #0089ec
}

.picker__holder {
	width: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
.picker__frame, .picker__holder {
	bottom: 0;
	left: 0;
	right: 0;
	top: 100%
}

.picker__holder {
	position: fixed;
	-webkit-transition: background .15s ease-out, top 0s .15s;
	-o-transition: background .15s ease-out, top 0s .15s;
	transition: background .15s ease-out, top 0s .15s;
	-webkit-backface-visibility: hidden
}

.picker__frame {
	position: absolute;
	margin: 0 auto;
	min-width: 256px;
	width: 300px;
	max-height: 350px;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out
}

@media (min-height: 28.875em) {
	.picker__frame {
		overflow: visible;
		top: auto;
		bottom: -100%;
		max-height: 80%
	}
}

@media (min-height: 40.125em) {
	.picker__frame {
		margin-bottom: 7.5%
	}
}

.picker__wrap {
	display: table;
	width: 100%;
	height: 100%
}

@media (min-height: 28.875em) {
	.picker__wrap {
		display: block
	}
}

.picker__box {
	background: #fff;
	display: table-cell;
	vertical-align: middle
}

@media (min-height: 28.875em) {
	.picker__box {
		display: block;
		border: 1px solid #777;
		border-top-color: #898989;
		border-bottom-width: 0;
		-webkit-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
		-webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, .24);
		box-shadow: 0 12px 36px 16px rgba(0, 0, 0, .24)
	}
}

.picker--opened .picker__holder {
	top: 0;
	background: 0 0;
	zoom: 1;
	background: rgba(0, 0, 0, .32);
	-webkit-transition: background .15s ease-out;
	-o-transition: background .15s ease-out;
	transition: background .15s ease-out
}

.picker--opened .picker__frame {
	top: 0;
	-moz-opacity: 1;
	opacity: 1
}

@media (min-height: 35.875em) {
	.picker--opened .picker__frame {
		top: 10%;
		bottom: auto
	}
}

.picker__input.picker__input--active {
	border-color: #e3f2fd
}

.picker__frame {
	margin: 0 auto;
	max-width: 325px
}

@media (min-height: 38.875em) {
	.picker--opened .picker__frame {
		top: 10%;
		bottom: auto
	}
}

@media only screen and (min-width: 601px) {
	.picker__box {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex
	}

	.picker__frame {
		width: 80%;
		max-width: 600px
	}
}

.picker__box {
	padding: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden
}

.picker__header {
	text-align: center;
	position: relative;
	margin-top: .75em
}

.picker__month, .picker__year {
	display: inline-block;
	margin-left: .25em;
	margin-right: .25em
}

.picker__select--month, .picker__select--year {
	height: 2em;
	padding: 0;
	margin-left: .25em;
	margin-right: .25em
}

.picker__select--month.browser-default {
	display: inline;
	background-color: #fff;
	width: 40%
}

.picker__select--year.browser-default {
	display: inline;
	background-color: #fff;
	width: 26%
}

.picker__select--month:focus, .picker__select--year:focus {
	border-color: rgba(0, 0, 0, .05)
}

.picker__nav--next, .picker__nav--prev {
	position: absolute;
	padding: .5em 1.25em;
	width: 1em;
	height: 1em;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	top: -.25em
}

.picker__nav--prev {
	left: -1em;
	padding-right: 1.25em
}

.picker__nav--next {
	right: -1em;
	padding-left: 1.25em
}

.picker__nav--disabled, .picker__nav--disabled:before, .picker__nav--disabled:before:hover, .picker__nav--disabled:hover {
	cursor: default;
	background: 0 0;
	border-right-color: #f5f5f5;
	border-left-color: #f5f5f5
}

.picker__table {
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	font-size: 1rem;
	width: 100%;
	margin-top: .75em;
	margin-bottom: .5em
}

.picker__table td, .picker__table th {
	text-align: center
}

.picker__table td {
	margin: 0;
	padding: 0
}

.picker__weekday {
	width: 14.285714286%;
	font-size: .75em;
	padding-bottom: .25em;
	color: #999;
	font-weight: 500
}

@media (min-height: 33.875em) {
	.picker__weekday {
		padding-bottom: .5em
	}
}

.picker__day--today {
	position: relative;
	color: #595959;
	letter-spacing: -.3;
	padding: .75rem 0;
	font-weight: 400;
	border: 1px solid transparent
}

.picker__day--disabled:before {
	border-top-color: #aaa
}

.picker__day--infocus:hover {
	cursor: pointer;
	color: #000;
	font-weight: 500
}

.picker__day--outfocus {
	display: none;
	padding: .75rem 0;
	color: #fff
}

.picker__day--outfocus:hover {
	cursor: pointer;
	color: #ddd;
	font-weight: 500
}

.picker--focused .picker__day--highlighted, .picker__day--highlighted:hover {
	cursor: pointer
}

.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: scale(.75);
	-ms-transform: scale(.75);
	transform: scale(.75);
	background: #0089ec;
	color: #fff
}

.picker--focused .picker__day--disabled, .picker__day--disabled, .picker__day--disabled:hover {
	background: #f5f5f5;
	border-color: #f5f5f5;
	color: #ddd;
	cursor: default
}

.picker__day--highlighted.picker__day--disabled, .picker__day--highlighted.picker__day--disabled:hover {
	background: #bbb
}

.picker__footer {
	text-align: right
}

.picker__button--clear, .picker__button--close, .picker__button--today {
	border: 1px solid #fff;
	background: #fff;
	font-size: .8em;
	padding: .66em 0;
	font-weight: 700;
	width: 33%;
	display: inline-block;
	vertical-align: bottom
}

.picker__button--clear:hover, .picker__button--close:hover, .picker__button--today:hover {
	cursor: pointer;
	color: #000;
	background: #b1dcfb;
	border-bottom-color: #b1dcfb
}

.picker__button--clear:focus, .picker__button--close:focus, .picker__button--today:focus {
	background: #b1dcfb;
	border-color: rgba(0, 0, 0, .05);
	outline: 0
}

.picker__button--clear:before, .picker__button--close:before, .picker__button--today:before {
	position: relative;
	display: inline-block;
	height: 0
}

.picker__button--clear:before, .picker__button--today:before {
	content: " ";
	margin-right: .45em
}

.picker__button--today:before {
	top: -.05em;
	width: 0;
	border-top: .66em solid #0059bc;
	border-left: .66em solid transparent
}

.picker__button--clear:before {
	top: -.25em;
	width: .66em;
	border-top: 3px solid #e20
}

.picker__button--close:before {
	content: "\D7";
	top: -.1em;
	vertical-align: top;
	font-size: 1.1em;
	margin-right: .35em;
	color: #777
}

.picker__button--today[disabled], .picker__button--today[disabled]:hover {
	background: #f5f5f5;
	border-color: #f5f5f5;
	color: #ddd;
	cursor: default
}

.picker__button--today[disabled]:before {
	border-top-color: #aaa
}

.picker__date-display {
	text-align: left;
	background-color: #26a69a;
	color: #fff;
	padding: 18px;
	font-weight: 300
}

@media only screen and (min-width: 601px) {
	.picker__date-display {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1
	}

	.picker__weekday-display {
		display: block
	}

	.picker__container__wrapper {
		-webkit-box-flex: 2;
		-webkit-flex: 2;
		-ms-flex: 2;
		flex: 2
	}
}

.picker__nav--next:hover, .picker__nav--prev:hover {
	cursor: pointer;
	color: #000;
	background: #a1ded8
}

.picker__weekday-display {
	font-weight: 500;
	font-size: 2.8rem;
	margin-right: 5px;
	margin-top: 4px
}

.picker__month-display {
	font-size: 2.8rem;
	font-weight: 500
}

.picker__day-display {
	font-size: 2.8rem;
	font-weight: 500;
	margin-right: 5px
}

.picker__year-display {
	font-size: 1.5rem;
	font-weight: 500;
	color: rgba(255, 255, 255, .7)
}

.picker__calendar-container {
	padding: 0 1rem
}

.picker__calendar-container thead {
	border: none
}

.picker__table {
	margin-top: 0;
	margin-bottom: .5em
}

.picker__day--infocus {
	color: rgba(0, 0, 0, .87);
	letter-spacing: -.3px;
	padding: .75rem 0;
	font-weight: 400;
	border: 1px solid transparent
}

@media only screen and (min-width: 601px) {
	.picker__day--infocus {
		padding: 1.1rem 0
	}
}

.picker__day.picker__day--today {
	color: #26a69a
}

.picker__day.picker__day--today.picker__day--selected {
	color: #fff
}

.picker__weekday {
	font-size: .9rem
}

.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	background-color: #26a69a;
	color: #fff
}

.picker--focused .picker__day--selected.picker__day--outfocus, .picker__day--selected.picker__day--outfocus, .picker__day--selected:hover.picker__day--outfocus {
	background-color: #a1ded8
}

.picker__footer {
	text-align: right;
	padding: 5px 10px
}

.picker__clear, .picker__close, .picker__today {
	font-size: 1.1rem;
	padding: 0 1rem;
	color: #26a69a
}

.picker__clear {
	color: #f44336;
	float: left
}

.picker__nav--next:before, .picker__nav--prev:before {
	content: " ";
	border-top: .5em solid transparent;
	border-bottom: .5em solid transparent;
	border-right: .75em solid #676767;
	width: 0;
	height: 0;
	display: block;
	margin: 0 auto
}

.picker__nav--next:before {
	border-right: 0;
	border-left: .75em solid #676767
}

button.picker__clear:focus, button.picker__close:focus, button.picker__today:focus {
	background-color: #a1ded8
}

.picker__list {
	list-style: none;
	padding: .75em 0 4.2em;
	margin: 0
}

.picker__list-item {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin-bottom: -1px;
	position: relative;
	background: #fff;
	padding: .75em 1.25em
}

@media (min-height: 46.75em) {
	.picker__list-item {
		padding: .5em 1em
	}
}

.picker__list-item:hover {
	cursor: pointer;
	color: #000;
	background: #b1dcfb;
	border-color: #0089ec;
	z-index: 10
}

.picker__list-item--highlighted {
	border-color: #0089ec;
	z-index: 10
}

.picker--focused .picker__list-item--highlighted, .picker__list-item--highlighted:hover {
	cursor: pointer;
	color: #000;
	background: #b1dcfb
}

.picker--focused .picker__list-item--selected, .picker__list-item--selected, .picker__list-item--selected:hover {
	background: #0089ec;
	color: #fff;
	z-index: 10
}

.picker--focused .picker__list-item--disabled, .picker__list-item--disabled, .picker__list-item--disabled:hover {
	background: #f5f5f5;
	border-color: #f5f5f5;
	color: #ddd;
	cursor: default;
	border-color: #ddd;
	z-index: auto
}

.picker--time .picker__button--clear {
	display: block;
	width: 80%;
	margin: 1em auto 0;
	padding: 1em 1.25em;
	background: 0 0;
	border: 0;
	font-weight: 500;
	font-size: .67em;
	text-align: center;
	text-transform: uppercase;
	color: rgba(0, 0, 0, .87)
}

.picker--time .picker__button--clear:focus, .picker--time .picker__button--clear:hover {
	color: #000;
	background: #b1dcfb;
	background: #e20;
	border-color: #e20;
	cursor: pointer;
	color: #fff;
	outline: 0
}

.picker--time .picker__button--clear:before {
	top: -.25em;
	color: rgba(0, 0, 0, .87);
	font-size: 1.25em;
	font-weight: 700
}

.picker--time .picker__button--clear:focus:before, .picker--time .picker__button--clear:hover:before {
	color: #fff
}

.picker--time .picker__frame {
	min-width: 256px;
	max-width: 320px
}

.picker--time .picker__box {
	font-size: 1em;
	background: #f2f2f2;
	padding: 0
}

@media (min-height: 40.125em) {
	.picker--time .picker__box {
		margin-bottom: 5em
	}
}

.clockpicker-display {
	font-size: 4rem;
	font-weight: 700;
	text-align: center;
	color: rgba(255, 255, 255, .6);
	font-weight: 400;
	clear: both;
	position: relative
}

.clockpicker-span-am-pm {
	font-size: 1.3rem;
	position: absolute;
	right: 1rem;
	bottom: .3rem;
	line-height: 2rem;
	font-weight: 500
}

@media only screen and (min-width: 601px) {
	.clockpicker-display {
		top: 32%
	}

	.clockpicker-span-am-pm {
		position: relative;
		right: auto;
		bottom: auto;
		text-align: center;
		margin-top: 1.2rem
	}
}

.text-primary {
	color: #fff
}

.clockpicker-span-hours {
	margin-right: 3px
}

.clockpicker-span-minutes {
	margin-left: 3px
}

.clockpicker-span-am-pm div, .clockpicker-span-hours, .clockpicker-span-minutes {
	cursor: pointer
}

.clockpicker-moving {
	cursor: move
}

.clockpicker-plate {
	background-color: #eee;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 270px;
	height: 270px;
	overflow: visible;
	position: relative;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.clockpicker-canvas, .clockpicker-dial {
	width: 270px;
	height: 270px;
	position: absolute;
	left: -1px;
	top: -1px
}

.clockpicker-minutes {
	visibility: hidden
}

.clockpicker-tick {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: rgba(0, 0, 0, .87);
	line-height: 40px;
	text-align: center;
	width: 40px;
	height: 40px;
	position: absolute;
	cursor: pointer
}

.clockpicker-tick.active, .clockpicker-tick:hover {
	background-color: rgba(38, 166, 154, .25)
}

.clockpicker-dial {
	-webkit-transition: -webkit-transform 350ms, opacity 350ms;
	-o-transition: -o-transform 350ms, opacity 350ms;
	-webkit-transition: opacity 350ms, -webkit-transform 350ms;
	transition: opacity 350ms, -webkit-transform 350ms;
	-o-transition: transform 350ms, opacity 350ms;
	transition: transform 350ms, opacity 350ms;
	transition: transform 350ms, opacity 350ms, -webkit-transform 350ms
}

.clockpicker-dial-out {
	opacity: 0
}

.clockpicker-hours.clockpicker-dial-out {
	-webkit-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2)
}

.clockpicker-minutes.clockpicker-dial-out {
	-webkit-transform: scale(.8, .8);
	-ms-transform: scale(.8, .8);
	transform: scale(.8, .8)
}

.clockpicker-canvas {
	-webkit-transition: opacity 175ms;
	-o-transition: opacity 175ms;
	transition: opacity 175ms
}

.clockpicker-canvas-out {
	opacity: .25
}

.clockpicker-canvas-bearing {
	stroke: none;
	fill: #26a69a
}

.clockpicker-canvas-bg {
	stroke: none;
	fill: #26a69a
}

.clockpicker-canvas-bg-trans {
	fill: #26a69a
}

.clockpicker-canvas line {
	stroke: #26a69a;
	stroke-width: 4;
	stroke-linecap: round
}

/*!
 * Font Awesome Free 5.0.8 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em
}

.fa-xs {
	font-size: .75em
}

.fa-sm {
	font-size: .875em
}

.fa-1x {
	font-size: 1em
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-6x {
	font-size: 6em
}

.fa-7x {
	font-size: 7em
}

.fa-8x {
	font-size: 8em
}

.fa-9x {
	font-size: 9em
}

.fa-10x {
	font-size: 10em
}

.fa-fw {
	text-align: center;
	width: 1.25em
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0
}

.fa-ul > li {
	position: relative
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit
}

.fa-border {
	border: .08em solid #eee;
	-webkit-border-radius: .1em;
	border-radius: .1em;
	padding: .2em .25em .15em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: a 2s infinite linear;
	animation: a 2s infinite linear
}

.fa-pulse {
	-webkit-animation: a 1s infinite steps(8);
	animation: a 1s infinite steps(8)
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes a {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.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: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

.fa-flip-vertical {
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical {
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
	-webkit-filter: none;
	filter: none
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2em
}

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-500px:before {
	content: "\f26e"
}

.fa-accessible-icon:before {
	content: "\f368"
}

.fa-accusoft:before {
	content: "\f369"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-card:before {
	content: "\f2bb"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-adn:before {
	content: "\f170"
}

.fa-adversal:before {
	content: "\f36a"
}

.fa-affiliatetheme:before {
	content: "\f36b"
}

.fa-algolia:before {
	content: "\f36c"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-amazon-pay:before {
	content: "\f42c"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-amilia:before {
	content: "\f36d"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-android:before {
	content: "\f17b"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angrycreative:before {
	content: "\f36e"
}

.fa-angular:before {
	content: "\f420"
}

.fa-app-store:before {
	content: "\f36f"
}

.fa-app-store-ios:before {
	content: "\f370"
}

.fa-apper:before {
	content: "\f371"
}

.fa-apple:before {
	content: "\f179"
}

.fa-apple-pay:before {
	content: "\f415"
}

.fa-archive:before {
	content: "\f187"
}

.fa-arrow-alt-circle-down:before {
	content: "\f358"
}

.fa-arrow-alt-circle-left:before {
	content: "\f359"
}

.fa-arrow-alt-circle-right:before {
	content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
	content: "\f35b"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-arrows-alt-h:before {
	content: "\f337"
}

.fa-arrows-alt-v:before {
	content: "\f338"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-asymmetrik:before {
	content: "\f372"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-audible:before {
	content: "\f373"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-autoprefixer:before {
	content: "\f41c"
}

.fa-avianex:before {
	content: "\f374"
}

.fa-aviato:before {
	content: "\f421"
}

.fa-aws:before {
	content: "\f375"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-band-aid:before {
	content: "\f462"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-bars:before {
	content: "\f0c9"
}

.fa-baseball-ball:before {
	content: "\f433"
}

.fa-basketball-ball:before {
	content: "\f434"
}

.fa-bath:before {
	content: "\f2cd"
}

.fa-battery-empty:before {
	content: "\f244"
}

.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-bed:before {
	content: "\f236"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bimobject:before {
	content: "\f378"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitcoin:before {
	content: "\f379"
}

.fa-bity:before {
	content: "\f37a"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-blackberry:before {
	content: "\f37b"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-blogger:before {
	content: "\f37c"
}

.fa-blogger-b:before {
	content: "\f37d"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-bold:before {
	content: "\f032"
}

.fa-bolt:before {
	content: "\f0e7"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-bowling-ball:before {
	content: "\f436"
}

.fa-box:before {
	content: "\f466"
}

.fa-boxes:before {
	content: "\f468"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-btc:before {
	content: "\f15a"
}

.fa-bug:before {
	content: "\f188"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-buromobelexperte:before {
	content: "\f37f"
}

.fa-bus:before {
	content: "\f207"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-calendar:before {
	content: "\f133"
}

.fa-calendar-alt:before {
	content: "\f073"
}

.fa-calendar-check:before {
	content: "\f274"
}

.fa-calendar-minus:before {
	content: "\f272"
}

.fa-calendar-plus:before {
	content: "\f271"
}

.fa-calendar-times:before {
	content: "\f273"
}

.fa-camera:before {
	content: "\f030"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-car:before {
	content: "\f1b9"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-caret-square-down:before {
	content: "\f150"
}

.fa-caret-square-left:before {
	content: "\f191"
}

.fa-caret-square-right:before {
	content: "\f152"
}

.fa-caret-square-up:before {
	content: "\f151"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cc-amazon-pay:before {
	content: "\f42d"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-apple-pay:before {
	content: "\f416"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-centercode:before {
	content: "\f380"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-chart-area:before {
	content: "\f1fe"
}

.fa-chart-bar:before {
	content: "\f080"
}

.fa-chart-line:before {
	content: "\f201"
}

.fa-chart-pie:before {
	content: "\f200"
}

.fa-check:before {
	content: "\f00c"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-chess:before {
	content: "\f439"
}

.fa-chess-bishop:before {
	content: "\f43a"
}

.fa-chess-board:before {
	content: "\f43c"
}

.fa-chess-king:before {
	content: "\f43f"
}

.fa-chess-knight:before {
	content: "\f441"
}

.fa-chess-pawn:before {
	content: "\f443"
}

.fa-chess-queen:before {
	content: "\f445"
}

.fa-chess-rook:before {
	content: "\f447"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-circle:before {
	content: "\f111"
}

.fa-circle-notch:before {
	content: "\f1ce"
}

.fa-clipboard:before {
	content: "\f328"
}

.fa-clipboard-check:before {
	content: "\f46c"
}

.fa-clipboard-list:before {
	content: "\f46d"
}

.fa-clock:before {
	content: "\f017"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-closed-captioning:before {
	content: "\f20a"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-cloud-download-alt:before {
	content: "\f381"
}

.fa-cloud-upload-alt:before {
	content: "\f382"
}

.fa-cloudscale:before {
	content: "\f383"
}

.fa-cloudsmith:before {
	content: "\f384"
}

.fa-cloudversify:before {
	content: "\f385"
}

.fa-code:before {
	content: "\f121"
}

.fa-code-branch:before {
	content: "\f126"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cog:before {
	content: "\f013"
}

.fa-cogs:before {
	content: "\f085"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-comment:before {
	content: "\f075"
}

.fa-comment-alt:before {
	content: "\f27a"
}

.fa-comments:before {
	content: "\f086"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-compress:before {
	content: "\f066"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-copy:before {
	content: "\f0c5"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-cpanel:before {
	content: "\f388"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-crop:before {
	content: "\f125"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-css3-alt:before {
	content: "\f38b"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-cut:before {
	content: "\f0c4"
}

.fa-cuttlefish:before {
	content: "\f38c"
}

.fa-d-and-d:before {
	content: "\f38d"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-deaf:before {
	content: "\f2a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-deploydog:before {
	content: "\f38e"
}

.fa-deskpro:before {
	content: "\f38f"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-digital-ocean:before {
	content: "\f391"
}

.fa-discord:before {
	content: "\f392"
}

.fa-discourse:before {
	content: "\f393"
}

.fa-dna:before {
	content: "\f471"
}

.fa-dochub:before {
	content: "\f394"
}

.fa-docker:before {
	content: "\f395"
}

.fa-dollar-sign:before {
	content: "\f155"
}

.fa-dolly:before {
	content: "\f472"
}

.fa-dolly-flatbed:before {
	content: "\f474"
}

.fa-dot-circle:before {
	content: "\f192"
}

.fa-download:before {
	content: "\f019"
}

.fa-draft2digital:before {
	content: "\f396"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-dribbble-square:before {
	content: "\f397"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-dyalog:before {
	content: "\f399"
}

.fa-earlybirds:before {
	content: "\f39a"
}

.fa-edge:before {
	content: "\f282"
}

.fa-edit:before {
	content: "\f044"
}

.fa-eject:before {
	content: "\f052"
}

.fa-elementor:before {
	content: "\f430"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-ember:before {
	content: "\f423"
}

.fa-empire:before {
	content: "\f1d1"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-envira:before {
	content: "\f299"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-erlang:before {
	content: "\f39d"
}

.fa-ethereum:before {
	content: "\f42e"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-euro-sign:before {
	content: "\f153"
}

.fa-exchange-alt:before {
	content: "\f362"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-expand:before {
	content: "\f065"
}

.fa-expand-arrows-alt:before {
	content: "\f31e"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-external-link-alt:before {
	content: "\f35d"
}

.fa-external-link-square-alt:before {
	content: "\f360"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-dropper:before {
	content: "\f1fb"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-facebook-f:before {
	content: "\f39e"
}

.fa-facebook-messenger:before {
	content: "\f39f"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-female:before {
	content: "\f182"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-alt:before {
	content: "\f15c"
}

.fa-file-archive:before {
	content: "\f1c6"
}

.fa-file-audio:before {
	content: "\f1c7"
}

.fa-file-code:before {
	content: "\f1c9"
}

.fa-file-excel:before {
	content: "\f1c3"
}

.fa-file-image:before {
	content: "\f1c5"
}

.fa-file-pdf:before {
	content: "\f1c1"
}

.fa-file-powerpoint:before {
	content: "\f1c4"
}

.fa-file-video:before {
	content: "\f1c8"
}

.fa-file-word:before {
	content: "\f1c2"
}

.fa-film:before {
	content: "\f008"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-first-aid:before {
	content: "\f479"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-firstdraft:before {
	content: "\f3a1"
}

.fa-flag:before {
	content: "\f024"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-flipboard:before {
	content: "\f44d"
}

.fa-fly:before {
	content: "\f417"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-font:before {
	content: "\f031"
}

.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-font-awesome-alt:before {
	content: "\f35c"
}

.fa-font-awesome-flag:before {
	content: "\f425"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-fonticons-fi:before {
	content: "\f3a2"
}

.fa-football-ball:before {
	content: "\f44e"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-fort-awesome-alt:before {
	content: "\f3a3"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-freebsd:before {
	content: "\f3a4"
}

.fa-frown:before {
	content: "\f119"
}

.fa-futbol:before {
	content: "\f1e3"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-gavel:before {
	content: "\f0e3"
}

.fa-gem:before {
	content: "\f3a5"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-github:before {
	content: "\f09b"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-gitkraken:before {
	content: "\f3a6"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-gitter:before {
	content: "\f426"
}

.fa-glass-martini:before {
	content: "\f000"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-gofore:before {
	content: "\f3a7"
}

.fa-golf-ball:before {
	content: "\f450"
}

.fa-goodreads:before {
	content: "\f3a8"
}

.fa-goodreads-g:before {
	content: "\f3a9"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-google-drive:before {
	content: "\f3aa"
}

.fa-google-play:before {
	content: "\f3ab"
}

.fa-google-plus:before {
	content: "\f2b3"
}

.fa-google-plus-g:before {
	content: "\f0d5"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-gratipay:before {
	content: "\f184"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-gripfire:before {
	content: "\f3ac"
}

.fa-grunt:before {
	content: "\f3ad"
}

.fa-gulp:before {
	content: "\f3ae"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-hacker-news-square:before {
	content: "\f3af"
}

.fa-hand-lizard:before {
	content: "\f258"
}

.fa-hand-paper:before {
	content: "\f256"
}

.fa-hand-peace:before {
	content: "\f25b"
}

.fa-hand-point-down:before {
	content: "\f0a7"
}

.fa-hand-point-left:before {
	content: "\f0a5"
}

.fa-hand-point-right:before {
	content: "\f0a4"
}

.fa-hand-point-up:before {
	content: "\f0a6"
}

.fa-hand-pointer:before {
	content: "\f25a"
}

.fa-hand-rock:before {
	content: "\f255"
}

.fa-hand-scissors:before {
	content: "\f257"
}

.fa-hand-spock:before {
	content: "\f259"
}

.fa-handshake:before {
	content: "\f2b5"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-hdd:before {
	content: "\f0a0"
}

.fa-heading:before {
	content: "\f1dc"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-heart:before {
	content: "\f004"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-hips:before {
	content: "\f452"
}

.fa-hire-a-helper:before {
	content: "\f3b0"
}

.fa-history:before {
	content: "\f1da"
}

.fa-hockey-puck:before {
	content: "\f453"
}

.fa-home:before {
	content: "\f015"
}

.fa-hooli:before {
	content: "\f427"
}

.fa-hospital:before {
	content: "\f0f8"
}

.fa-hospital-symbol:before {
	content: "\f47e"
}

.fa-hotjar:before {
	content: "\f3b1"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-start:before {
	content: "\f251"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-hubspot:before {
	content: "\f3b2"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-id-card:before {
	content: "\f2c2"
}

.fa-image:before {
	content: "\f03e"
}

.fa-images:before {
	content: "\f302"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-industry:before {
	content: "\f275"
}

.fa-info:before {
	content: "\f129"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-italic:before {
	content: "\f033"
}

.fa-itunes:before {
	content: "\f3b4"
}

.fa-itunes-note:before {
	content: "\f3b5"
}

.fa-jenkins:before {
	content: "\f3b6"
}

.fa-joget:before {
	content: "\f3b7"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-js:before {
	content: "\f3b8"
}

.fa-js-square:before {
	content: "\f3b9"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-key:before {
	content: "\f084"
}

.fa-keyboard:before {
	content: "\f11c"
}

.fa-keycdn:before {
	content: "\f3ba"
}

.fa-kickstarter:before {
	content: "\f3bb"
}

.fa-kickstarter-k:before {
	content: "\f3bc"
}

.fa-korvue:before {
	content: "\f42f"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-laravel:before {
	content: "\f3bd"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-lemon:before {
	content: "\f094"
}

.fa-less:before {
	content: "\f41d"
}

.fa-level-down-alt:before {
	content: "\f3be"
}

.fa-level-up-alt:before {
	content: "\f3bf"
}

.fa-life-ring:before {
	content: "\f1cd"
}

.fa-lightbulb:before {
	content: "\f0eb"
}

.fa-line:before {
	content: "\f3c0"
}

.fa-link:before {
	content: "\f0c1"
}

.fa-linkedin:before {
	content: "\f08c"
}

.fa-linkedin-in:before {
	content: "\f0e1"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-lira-sign:before {
	content: "\f195"
}

.fa-list:before {
	content: "\f03a"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-lock:before {
	content: "\f023"
}

.fa-lock-open:before {
	content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
	content: "\f309"
}

.fa-long-arrow-alt-left:before {
	content: "\f30a"
}

.fa-long-arrow-alt-right:before {
	content: "\f30b"
}

.fa-long-arrow-alt-up:before {
	content: "\f30c"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-lyft:before {
	content: "\f3c3"
}

.fa-magento:before {
	content: "\f3c4"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-male:before {
	content: "\f183"
}

.fa-map:before {
	content: "\f279"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-map-marker-alt:before {
	content: "\f3c5"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-medapps:before {
	content: "\f3c6"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-medium-m:before {
	content: "\f3c7"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-medrt:before {
	content: "\f3c8"
}

.fa-meetup:before {
	content: "\f2e0"
}

.fa-meh:before {
	content: "\f11a"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-microsoft:before {
	content: "\f3ca"
}

.fa-minus:before {
	content: "\f068"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-mix:before {
	content: "\f3cb"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-mizuni:before {
	content: "\f3cc"
}

.fa-mobile:before {
	content: "\f10b"
}

.fa-mobile-alt:before {
	content: "\f3cd"
}

.fa-modx:before {
	content: "\f285"
}

.fa-monero:before {
	content: "\f3d0"
}

.fa-money-bill-alt:before {
	content: "\f3d1"
}

.fa-moon:before {
	content: "\f186"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-music:before {
	content: "\f001"
}

.fa-napster:before {
	content: "\f3d2"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-newspaper:before {
	content: "\f1ea"
}

.fa-nintendo-switch:before {
	content: "\f418"
}

.fa-node:before {
	content: "\f419"
}

.fa-node-js:before {
	content: "\f3d3"
}

.fa-npm:before {
	content: "\f3d4"
}

.fa-ns8:before {
	content: "\f3d5"
}

.fa-nutritionix:before {
	content: "\f3d6"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-osi:before {
	content: "\f41a"
}

.fa-outdent:before {
	content: "\f03b"
}

.fa-page4:before {
	content: "\f3d7"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-palfed:before {
	content: "\f3d8"
}

.fa-pallet:before {
	content: "\f482"
}

.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-paste:before {
	content: "\f0ea"
}

.fa-patreon:before {
	content: "\f3d9"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-pen-square:before {
	content: "\f14b"
}

.fa-pencil-alt:before {
	content: "\f303"
}

.fa-percent:before {
	content: "\f295"
}

.fa-periscope:before {
	content: "\f3da"
}

.fa-phabricator:before {
	content: "\f3db"
}

.fa-phoenix-framework:before {
	content: "\f3dc"
}

.fa-phone:before {
	content: "\f095"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-phone-volume:before {
	content: "\f2a0"
}

.fa-php:before {
	content: "\f457"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pills:before {
	content: "\f484"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-plane:before {
	content: "\f072"
}

.fa-play:before {
	content: "\f04b"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-playstation:before {
	content: "\f3df"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-plus:before {
	content: "\f067"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-pound-sign:before {
	content: "\f154"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-print:before {
	content: "\f02f"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-pushed:before {
	content: "\f3e1"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-python:before {
	content: "\f3e2"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-question:before {
	content: "\f128"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-quidditch:before {
	content: "\f458"
}

.fa-quinscape:before {
	content: "\f459"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-random:before {
	content: "\f074"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-react:before {
	content: "\f41b"
}

.fa-rebel:before {
	content: "\f1d0"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-red-river:before {
	content: "\f3e3"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-redo:before {
	content: "\f01e"
}

.fa-redo-alt:before {
	content: "\f2f9"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-rendact:before {
	content: "\f3e4"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-reply:before {
	content: "\f3e5"
}

.fa-reply-all:before {
	content: "\f122"
}

.fa-replyd:before {
	content: "\f3e6"
}

.fa-resolving:before {
	content: "\f3e7"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-road:before {
	content: "\f018"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-rocketchat:before {
	content: "\f3e8"
}

.fa-rockrms:before {
	content: "\f3e9"
}

.fa-rss:before {
	content: "\f09e"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-ruble-sign:before {
	content: "\f158"
}

.fa-rupee-sign:before {
	content: "\f156"
}

.fa-safari:before {
	content: "\f267"
}

.fa-sass:before {
	content: "\f41e"
}

.fa-save:before {
	content: "\f0c7"
}

.fa-schlix:before {
	content: "\f3ea"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-search:before {
	content: "\f002"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-searchengin:before {
	content: "\f3eb"
}

.fa-sellcast:before {
	content: "\f2da"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-server:before {
	content: "\f233"
}

.fa-servicestack:before {
	content: "\f3ec"
}

.fa-share:before {
	content: "\f064"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-shekel-sign:before {
	content: "\f20b"
}

.fa-shield-alt:before {
	content: "\f3ed"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-shipping-fast:before {
	content: "\f48b"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-sign-in-alt:before {
	content: "\f2f6"
}

.fa-sign-language:before {
	content: "\f2a7"
}

.fa-sign-out-alt:before {
	content: "\f2f5"
}

.fa-signal:before {
	content: "\f012"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-sistrix:before {
	content: "\f3ee"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-slack:before {
	content: "\f198"
}

.fa-slack-hash:before {
	content: "\f3ef"
}

.fa-sliders-h:before {
	content: "\f1de"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-smile:before {
	content: "\f118"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-snowflake:before {
	content: "\f2dc"
}

.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-alpha-down:before {
	content: "\f15d"
}

.fa-sort-alpha-up:before {
	content: "\f15e"
}

.fa-sort-amount-down:before {
	content: "\f160"
}

.fa-sort-amount-up:before {
	content: "\f161"
}

.fa-sort-down:before {
	content: "\f0dd"
}

.fa-sort-numeric-down:before {
	content: "\f162"
}

.fa-sort-numeric-up:before {
	content: "\f163"
}

.fa-sort-up:before {
	content: "\f0de"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-speakap:before {
	content: "\f3f3"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-square-full:before {
	content: "\f45c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-staylinked:before {
	content: "\f3f5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-steam-symbol:before {
	content: "\f3f6"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-sticker-mule:before {
	content: "\f3f7"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stopwatch:before {
	content: "\f2f2"
}

.fa-strava:before {
	content: "\f428"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-stripe:before {
	content: "\f429"
}

.fa-stripe-s:before {
	content: "\f42a"
}

.fa-studiovinari:before {
	content: "\f3f8"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-subway:before {
	content: "\f239"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-sun:before {
	content: "\f185"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-supple:before {
	content: "\f3f9"
}

.fa-sync:before {
	content: "\f021"
}

.fa-sync-alt:before {
	content: "\f2f1"
}

.fa-syringe:before {
	content: "\f48e"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-table-tennis:before {
	content: "\f45d"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-tablet-alt:before {
	content: "\f3fa"
}

.fa-tachometer-alt:before {
	content: "\f3fd"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-taxi:before {
	content: "\f1ba"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-telegram-plane:before {
	content: "\f3fe"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-thermometer:before {
	content: "\f491"
}

.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbtack:before {
	content: "\f08d"
}

.fa-ticket-alt:before {
	content: "\f3ff"
}

.fa-times:before {
	content: "\f00d"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-tint:before {
	content: "\f043"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-train:before {
	content: "\f238"
}

.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-trash-alt:before {
	content: "\f2ed"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-trello:before {
	content: "\f181"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-tv:before {
	content: "\f26c"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-typo3:before {
	content: "\f42b"
}

.fa-uber:before {
	content: "\f402"
}

.fa-uikit:before {
	content: "\f403"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-undo:before {
	content: "\f0e2"
}

.fa-undo-alt:before {
	content: "\f2ea"
}

.fa-uniregistry:before {
	content: "\f404"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-university:before {
	content: "\f19c"
}

.fa-unlink:before {
	content: "\f127"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-untappd:before {
	content: "\f405"
}

.fa-upload:before {
	content: "\f093"
}

.fa-usb:before {
	content: "\f287"
}

.fa-user:before {
	content: "\f007"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-users:before {
	content: "\f0c0"
}

.fa-ussunnah:before {
	content: "\f407"
}

.fa-utensil-spoon:before {
	content: "\f2e5"
}

.fa-utensils:before {
	content: "\f2e7"
}

.fa-vaadin:before {
	content: "\f408"
}

.fa-venus:before {
	content: "\f221"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-viber:before {
	content: "\f409"
}

.fa-video:before {
	content: "\f03d"
}

.fa-vimeo:before {
	content: "\f40a"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-vimeo-v:before {
	content: "\f27d"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-vk:before {
	content: "\f189"
}

.fa-vnv:before {
	content: "\f40b"
}

.fa-volleyball-ball:before {
	content: "\f45f"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-vuejs:before {
	content: "\f41f"
}

.fa-warehouse:before {
	content: "\f494"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-weight:before {
	content: "\f496"
}

.fa-weixin:before {
	content: "\f1d7"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-whatsapp-square:before {
	content: "\f40c"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-whmcs:before {
	content: "\f40d"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-window-close:before {
	content: "\f410"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-won-sign:before {
	content: "\f159"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-wordpress-simple:before {
	content: "\f411"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-xbox:before {
	content: "\f412"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-y-combinator:before {
	content: "\f23b"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-yandex:before {
	content: "\f413"
}

.fa-yandex-international:before {
	content: "\f414"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-yen-sign:before {
	content: "\f157"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-youtube-square:before {
	content: "\f431"
}

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

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

@font-face {
	font-family: Font Awesome\ 5 Brands;
	font-style: normal;
	font-weight: 400;
	src: url(/local/templates/bioprestige/css/../fonts/FontAwasome/fa-brands-400.eot);
	src: url(/local/templates/bioprestige/css/../fonts/FontAwasome/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/local/templates/bioprestige/css/../fonts/FontAwasome/fa-brands-400.woff2) format("woff2"), url(/local/templates/bioprestige/css/../fonts/FontAwasome/fa-brands-400.woff) format("woff"), url(/local/templates/bioprestige/css/../fonts/FontAwasome/fa-brands-400.ttf) format("truetype")
}

.fab {
	font-family: Font Awesome\ 5 Brands
}

@font-face {
	font-family: Font Awesome\ 5 Free;
	font-style: normal;
	font-weight: 900;
}

.fa, .far, .fas {
	font-family: Font Awesome\ 5 Free
}

.fa, .fas {
	font-weight: 900
}

.select2-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container .select2-selection--single {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left
}

.select2-container .select2-search--inline .select2-search__field {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

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

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
	float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #000 1px;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: 0 0;
	border: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: #fff
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: 0 0;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
	background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
	background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
	background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}

.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
	-ms-touch-action: auto;
	touch-action: auto
}

.mCustomScrollBox {
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: 0;
	direction: ltr
}

.mCSB_container {
	overflow: hidden;
	width: auto;
	height: auto
}

.mCSB_inside > .mCSB_container {
	margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
	margin-right: 0;
	margin-left: 30px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-left: 0
}

.mCSB_scrollTools {
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}

.mCSB_outside + .mCSB_scrollTools {
	right: -26px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
	right: auto;
	left: 0
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
	left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
	margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
	z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
	bottom: 0
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
	margin-right: 0;
	margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
	min-height: 100%
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	width: auto;
	height: 16px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
	margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 2px;
	margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 30px;
	height: 100%;
	left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 12px;
	margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 8px;
	margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	display: block;
	position: absolute;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
	left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
	right: 0
}

.mCSB_container_wrapper {
	position: absolute;
	height: auto;
	width: auto;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	margin-bottom: 30px
}

.mCSB_container_wrapper > .mCSB_container {
	padding-right: 30px;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 20px
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
	bottom: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	right: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 20px
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	left: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
	margin-right: 0;
	margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
	padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
	padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
	margin-right: 0;
	margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
	margin-bottom: 0
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
	-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
	opacity: 0;
	filter: "alpha(opacity=0)";
	-ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85);
	filter: "alpha(opacity=85)";
	-ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
	background-repeat: no-repeat;
	opacity: .4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
	opacity: .75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
	opacity: .9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1);
	-webkit-border-radius: 1px;
	border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	-webkit-border-radius: 1px;
	border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	-webkit-border-radius: 1px;
	border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	-webkit-border-radius: 1px;
	border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1);
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75);
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75);
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 2px;
	margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
	height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 14px;
	margin: 0 1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 14px;
	margin: 1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	width: 16px;
	height: 16px;
	margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 16px;
	width: 16px;
	margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
	width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	background-color: transparent;
	background-position: center
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
	background-repeat: repeat-y;
	opacity: .3;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	height: 4px;
	margin: 6px 0;
	background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-y;
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .5)), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, .5)), to(rgba(255, 255, 255, 0)));
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 70px
}

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)"
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
	-webkit-border-radius: 16px;
	border-radius: 16px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
	width: 8px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #555
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 8px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 8px;
	margin: 4px 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 8px;
	margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1);
	-webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=30)";
	-ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	-webkit-border-radius: 7px;
	border-radius: 7px
}

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
	right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
	-webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
	box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
	bottom: 1px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
	width: 12px;
	margin: 2px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
	height: 12px;
	width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #000;
	background-color: rgba(0, 0, 0, .05);
	-webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
	-webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, .2);
	box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2);
	box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #fff;
	background-color: rgba(0, 0, 0, .05);
	-webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
	box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
	right: 0;
	margin: 12px 0
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
	bottom: 0;
	margin: 0 12px
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
	left: 0;
	right: auto
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
	height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
	width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .2);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .5);
	filter: "alpha(opacity=50)";
	-ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
	width: 6px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 6px;
	margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 12px;
	margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
	width: 12px;
	background-color: #000;
	background-color: rgba(0, 0, 0, .2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	margin: 3px 5px;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 6px;
	margin: 5px 3px;
	position: absolute;
	width: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	width: 100%;
	height: 12px;
	margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	border-color: rgba(255, 255, 255, .2);
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
	border-color: #000;
	border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #000;
	background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #000;
	background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9)
}

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

/*@media (min-width: 480px) {
	.container {
		max-width: 480px
	}
}

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

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

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

@media (min-width: 1224px) {
	.container {
		max-width: 1300px;
	}
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

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

::-webkit-input-placeholder {
	color: #666;
	opacity: 1
}

:-moz-placeholder {
	color: #666;
	opacity: 1
}

::-moz-placeholder {
	color: #666;
	opacity: 1
}

:-ms-input-placeholder {
	color: #666;
	opacity: 1
}

body input:focus:required:invalid, body textarea:focus:required:invalid {
	color: #666
}

body input:required:valid, body textarea:required:valid {
	color: #666
}

body, html {
	min-height: 100%;
	font-size: 16px
}

body {
	min-width: 320px;
	position: relative;
	font-family: "Roboto";
	color: #2c215a;
	overflow-x: hidden;
	opacity: 1;
	background: #fff;
	margin: 0;
	font-weight: 400;
	line-height: 16px
}

div, h1, h2,.h2, h3, .h3, h4, .h4, li, p, ul {
	list-style-type: none;
	padding: 0;
	margin: 0
}

a, a:active, a:focus, a:hover, a:target, input, textarea {
	color: inherit;
	text-decoration: none;
	outline: 0;
	outline-offset: 0;
	font-family: "Roboto";
}

::-moz-selection {
	background: 0 0
}

::selection {
	background: 0 0
}

.italic {
	font-style: italic
}

.hidden {
	opacity: 0
}

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

.material-icons {
	font-family: 'Material Icons';
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-feature-settings: 'liga';
	font-feature-settings: 'liga'
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: -10px;
	margin-right: -10px;
}

header {
	position: relative;
	z-index: 2;
/*	background: url(/local/templates/bioprestige/css/../img/wave_top_1_1.png) no-repeat top right/cover;*/
/*	padding-bottom: 260px*/
}

.bottom-head-block {
	position: relative;
	z-index: 3;
	margin-top: -260px
}

.header-bg {
	position: absolute;
	top: 7px;
	right: 0;
	width: 100%;
	height: 270px;
	z-index: -1
}

.top-head {
	-webkit-box-shadow: 0 5px 20px 1px rgba(44, 33, 90, .2);
	box-shadow: 0 5px 20px 1px rgba(44, 33, 90, .2);
	background-color: #fff;
	font-size: .813rem;
	color: #2c215a
}

.top-head .material-icons {
	font-size: 1rem;
	margin-right: 10px;
	color: #b177b8
}

.top-head-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.top-head-wrap .search-block {
	display: none
}

.top-head-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.top-head-block .search {
	position: relative
}

.top-head-block .search a {
	display: block
}

.top-head-block .search a:hover .material-icons {
	color: #984fb3
}

.top-head-block .search .material-icons {
	font-size: 1.5rem;
	margin-right: 8px;
	padding: 3px 0;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease
}

.top-head-block .search:after {
	content: '';
	background: #eaddef;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0
}

.top-head-block .lk {
	margin-left: 15px;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease
}

.top-head-block .lk:hover {
	color: #984fb3
}

.top-head-block .lk:hover .material-icons {
	color: #984fb3
}

.top-head-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 50px
}

.top-head-item:last-child {
	margin-right: 0
}

.top-head-item a {
	margin-left: 5px;
	color: #2c215a;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease
}

.top-head-item a:hover {
	color: #984fb3
}

.top-head-item .quality {
	color: #633277
}

.search-opened {
	width: 100%
}

.search-opened .top-head-block {
	width: 100%;
	position: relative
}

.search-opened .top-head-block .lk {
	position: relative;
	right: -25px
}

.search-opened .top-head-block:first-child {
	display: none
}

.search-opened .top-head-block .top-head-item span {
	min-width: 132px
}

.search-opened .top-head-block .search {
	width: 100%
}

.search-opened .top-head-block .search a {
	display: none
}

.search-opened .top-head-block .search .search-block {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.search-opened .top-head-block .search .search-block input {
	width: 100%;
	padding: 3px 0 3px 37px;
	margin: 0;
	height: auto;
	background-color: #f9f7fa;
	border: 1px solid #eaddef
}

.search-opened .top-head-block .search .search-block .search-ico {
	position: absolute;
	top: 0;
	left: 10px;
	margin-right: 0
}

.search-opened .top-head-block .search .search-block .close-ico {
	position: absolute;
	top: 0;
	right: 10px;
	cursor: pointer;
	margin-right: 0
}

.mm-panel__noresultsmsg {
	line-height: 1.5rem
}

.center-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	padding: 25px 0
}

.center-block-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.scroll-element {
	display: block
}

.scroll-x {
	display: none
}

.scrollbar-inner > .scroll-element .scroll-bar {
	background-color: #dfcee0
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
	background-color: #c79dcc
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
	background-color: #c79dcc
}

.btn {
	-webkit-box-shadow: 0 1px 2.9px .1px rgba(44, 33, 90, .25), inset 0 -2px 0 #b177b8;
	box-shadow: 0 1px 2.9px .1px rgba(44, 33, 90, .25), inset 0 -2px 0 #b177b8;
	-webkit-border-radius: 1.25rem;
	border-radius: 1.25rem;
	background-color: #fff;
	color: #87489e;
	font-size: .875rem;
	font-weight: 700;
	width: 180px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 0 13px
}

.btn:hover {
	border: .125rem solid #984fb2;
	color: #984fb2;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 10px 0 9px
}

.center-block-btn {
	margin-right: 24px
}

.center-block-btn:last-child {
	margin-right: 0
}

.center-block-tel {
	padding: 8px 57px 15px 39px;
	position: absolute;
	top: 10px;
	right: 0;
	-webkit-transition: .2s ease opacity;
	-o-transition: .2s ease opacity;
	transition: .2s ease opacity
}

.center-block-tel i {
	color: #b177b8;
	font-size: 1.125rem
}

.center-block-tel .arrow-up-wrap {
	-webkit-box-shadow: 0 .063rem .25rem .063rem rgba(44, 33, 90, .3);
	box-shadow: 0 .063rem .25rem .063rem rgba(44, 33, 90, .3);
	background-color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.center-block-tel .arrow-rotate {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	font-size: 1.125rem
}

.center-block-tel .hidden-block {
	display: none;
	opacity: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.center-tel-visible {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.center-tel-visible .icons .call {
	position: absolute;
	top: 25px;
	left: 8px
}

.center-tel-visible .icons .arrow-up-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 23px;
	right: 19px
}

.center-tel-visible .icons .arrow-up-wrap:hover {
	cursor: pointer
}

.arrow-up {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.center-tel-items a {
	font-size: 1.125rem;
	line-height: 26px;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease
}

.center-tel-items a:hover {
	color: #984fb3
}

.center-block-tel-vision {
	-webkit-box-shadow: 0 5px 20px 1px rgba(44, 33, 90, .2);
	box-shadow: 0 5px 20px 1px rgba(44, 33, 90, .2);
	-webkit-border-radius: .5rem;
	border-radius: .5rem;
	background-color: #fff;
	padding: 8px 28px 15px 39px;
	-webkit-transition: -webkit-box-shadow .2s ease;
	transition: -webkit-box-shadow .2s ease;
	-o-transition: box-shadow .2s ease;
	transition: box-shadow .2s ease;
	transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
	z-index: 1
}

.center-block-tel-vision .hidden-block {
	display: block;
	opacity: 1
}

.hidden-block p {
	color: #633277;
	font-size: .875rem;
	line-height: 26px
}

.bottom-head {
	-webkit-box-shadow: 0 5px 20px 1px rgba(44, 33, 90, .2);
	box-shadow: 0 5px 20px 1px rgba(44, 33, 90, .2);
	-webkit-border-radius: .5rem;
	border-radius: .5rem;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.bottom-head .head-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-weight: 600
}

.bottom-head .head-menu ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.bottom-head .head-menu ul .sub-menu {
	-webkit-box-shadow: 0 5px 20px 1px rgba(44, 33, 90, .2);
	box-shadow: 0 5px 20px 1px rgba(44, 33, 90, .2);
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	background-color: #fff;
	display: none;
	width: 220%;
	position: absolute;
	top: 103px;
	left: 0;
	padding: 22px 10px;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	z-index: 2
}

.bottom-head .head-menu ul .sub-menu li a {
	width: 100%;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 10px 10px;
	color: #2c215a;
	font-size: .938rem;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease
}

.bottom-head .head-menu ul .sub-menu li a:hover {
	background: #f9f7fa;
	color: #984fb3
}

.bottom-head .head-menu ul .sub-menu li a:before {
	display: none
}

.bottom-head .head-menu ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
	background: #fff;
	position: relative;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.bottom-head .head-menu ul li:hover {
	background: #f9f7fa;
	color: #984fb3
}

.bottom-head .head-menu ul li:hover .sub-menu {
	display: block
}

.bottom-head .head-menu ul li:last-child {
	-webkit-border-bottom-right-radius: .5rem;
	border-bottom-right-radius: .5rem;
	-webkit-border-top-right-radius: .5rem;
	border-top-right-radius: .5rem
}

.bottom-head .head-menu ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 127px;
	position: relative
}

.bottom-head .head-menu ul li a:before {
	content: '';
	background: #eaddef;
	width: 1px;
	height: 102px;
	position: absolute;
	left: -1px;
	top: 0
}

.bottom-head .head-menu ul li:last-child .sub-menu, .bottom-head .head-menu ul li:nth-last-child(2) .sub-menu {
	right: 0;
	left: auto
}

.bottom-head .logo {
	display: inline-block;
	padding: 10px 0 10px 30px
}

.bottom-head .logo a, .bottom-head .logo span{
	display: inline-block
}

.bottom-head .logo a img, .bottom-head .logo span img {
	fill: #87489e
}

.menu-trigger-wrap {
	margin-right: 30px;
	display: none
}

.hamburger {
	padding: 0
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	background-color: #87489e
}

.menu-trigger {
	background: #2c215a;
	width: 50px;
	height: 3px;
	position: relative
}

.menu-trigger:before {
	content: '';
	background: #2c215a;
	width: 50px;
	height: 3px;
	position: absolute;
	top: 12px
}

.menu-trigger:after {
	content: '';
	background: #2c215a;
	width: 50px;
	height: 3px;
	position: absolute;
	top: 24px
}

.main-top-slider {
	position: relative;
	top: -301px;
	width: 100%;
	margin-bottom: -391px
}

.need-anim {
	position: relative
}

.main-top-one-slide {
	padding-bottom: 251px;
	outline: 0;
	position: relative;
	min-height: 840px
}

.main-top-one-slide .top-first-slide-bg {
	width: 100%;
	position: absolute;
	top: 0
}

.main-top-one-slide h1, .main-top-one-slide .h1 {
	color: #633277;
	font-size: 2.375rem;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	padding-top: 380px;
	padding-left: 23px;
	max-width: 740px;
}

.main-top-one-slide ul {
	width: 65%;
	margin-top: 27px;
	padding-left: 23px
}

.main-top-one-slide ul li {
	color: #000;
	font-size: 1.25rem;
	line-height: 32px;
	padding-left: 41px;
	position: relative
}

.main-top-one-slide ul li:before {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	background: #b177b8;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 12px;
	left: 20px
}

.main-top-one-slide .offer-btn {
	margin-left: 23px
}

.offer-btn {
	-webkit-border-radius: 1.563rem;
	border-radius: 1.563rem;
	background-color: #87489e;
	display: block;
	width: 258px;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 600;
	text-align: center;
	padding: 17px 0;
	margin-top: 34px;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
	font-family: "Roboto";
}

.offer-btn:hover {
	color: #fff;
	background-color: #984fb3
}

.offer-btn:active, .offer-btn:focus, .offer-btn:hover, .singly-content-btn:active, .singly-content-btn:focus, .singly-content-btn:hover {
	color: #fff
}

.arrows-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	position: absolute;
	bottom: 194px
}

.arrows-wrap-left, .arrows-wrap-right {
	width: 26px;
	height: 26px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: .063rem solid #a4a4a6;
	cursor: pointer;
	z-index: 1
}

.arrows-wrap-left i, .arrows-wrap-right i {
	font-size: 1.5rem;
	color: #a4a4a6
}

.pagingInfo {
	margin: 0 25px;
	color: #a4a4a6;
	font-size: 1rem
}

.services {

}

.services .service-card-wrap {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%;
	margin-bottom: 35px
}
.services__home__card__menu__reveal{
	margin-top: 17px;
	cursor: pointer;
	color: #9850b2;
	text-decoration: underline;
	font-size: 15px;
}
.services__home__card__menu__reveal:hover{
	text-decoration: none;
}
@media (min-width: 480px) {
	.services .service-card-wrap {
		width: 100%
	}
}

@media (min-width: 576px) {
	.services .service-card-wrap {
		width: 50%
	}
}

@media (min-width: 768px) {
	.services .service-card-wrap {
		width: 50%
	}
}

@media (min-width: 992px) {
	.services .service-card-wrap {
		width: 33.33333%
	}
}

@media (min-width: 1224px) {
	.services .service-card-wrap {
		width: 25%
	}
}

.services-card {
	-webkit-box-shadow: 0 1px 3px .06px rgba(44, 33, 90, .3);
	box-shadow: 0 1px 3px .06px rgba(44, 33, 90, .3);
	-webkit-border-radius: .5rem;
	border-radius: .5rem;
	background-color: #fff;
	-webkit-transition: -webkit-box-shadow .2s ease;
	transition: -webkit-box-shadow .2s ease;
	-o-transition: box-shadow .2s ease;
	transition: box-shadow .2s ease;
	transition: box-shadow .2s ease, -webkit-box-shadow .2s ease
}

.services-card:hover {
	-webkit-box-shadow: 0 5px 20px 1px rgba(44, 33, 90, .2);
	box-shadow: 0 5px 20px 1px rgba(44, 33, 90, .2)
}

.services-card .card-img {
	padding: 5px 5px 0 5px
}

.services-card .card-img div {
	height: 165px
}

.services-card .card-head {
	background: #b177b8;
	padding: 22px 0;
	width: 100%;
	display: block;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
	color: #fff;
	font-weight: 600;
	text-align: center
}

.services-card .card-head:hover {
	background: #984fb3
}

.services-card .card-scroll-block-wrap {
	padding: 5px
}

.services-card .card-scroll-block {
	padding-right: 5px;
	height: 270px
}

.services-card .scrollbar-inner > .scroll-element.scroll-y {
	width: 4px
}

.services-card .scrollbar-inner > .scroll-element div {
	height: 97%;
	top: 3px
}

.services-card .card-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: .063rem solid #f3f0f5;
	background: #f3f0f5;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
	margin-bottom: 5px
}

.services-card .card-item p {
	font-size: .938rem;
	line-height: 20px;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease
}

.services-card .card-item:hover {
	border: .063rem solid #c79dcc
}

.services-card .card-item:hover p {
	color: #984fb3
}

.services-card .card-item-icon-wrap {
	width: 38px;
	height: 38px;
	background: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 10px 14px 10px 10px
}

.services-card .card-item-icon-wrap i {
	font-size: 20px;
	color: #b177b8;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease
}

.services-card .card-item-icon-wrap:hover i {
	color: #984fb3
}

h2,.h2 {
	color: #633277;
	/*font-size: 2.25rem;*/
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	text-align: center
}

.sales {
	background: #f3f0f5 url(/local/templates/bioprestige/css/../img/bg_program_1_1.png) no-repeat center center/cover;
	margin-top: 60px;
	position: relative;
	padding-bottom: 50px;
}

.sales .container {
	position: relative;
	z-index: 1
}

.sales h2,.sales .h2 {
	padding-top: 37px;
	font-weight: 400;
	padding-bottom: 25px;
	color: #404040;
	font-size: 22px;
}

.sales .slick-slider {
	margin: 0 -12px;
	position: relative;
	margin-bottom: 29px;
}

.sales .slick-slide {
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 12px
}

.sales .slick-dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1
}

.sales .slick-dots li {
	border: 2px solid #87489e;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 12px;
	position: relative;
}
.sales .slick-dots li:hover{
	opacity: 0.6;
}
.sales .slick-dots li:last-child {
	margin-right: 0
}

.sales .slick-dots li button {
	border: none;
	padding: 0;
	margin: 0;
	width: 12px;
	height: 12px;
	display: block;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

.sales .slick-dots li button:hover {
	cursor: pointer
}

.sales .slick-dots .slick-active {
	background: #87489e;
	border-color:  #87489e;
}

.sales-patients-arrows {
	width: 34px;
	height: 34px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0 1px 3px .06px rgba(44, 33, 90, .3);
	box-shadow: 0 1px 3px .06px rgba(44, 33, 90, .3);
	background-color: #fff;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1
}

.sales-patients-arrows i {
	color: #87489e;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease
}

.sales-patients-arrows:hover i {
	color: #b177b8;
	cursor: pointer
}

.sales-item-arrow-next {
	right: -42px
}

.sales-item-arrow-prev {
	left: -42px
}

.sales-item {
	-webkit-box-shadow: 0 1px 3px .06px rgba(44, 33, 90, .3);
	box-shadow: 0 1px 3px .06px rgba(44, 33, 90, .3);
	-webkit-border-radius: .5rem;
	border-radius: .5rem;
	background-color: #fff;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
	position: relative;
	outline: 0;
}

.sales-item:hover {
	-webkit-box-shadow: 0 5px 20px 1px rgba(44, 33, 90, .2);
	box-shadow: 0 5px 20px 1px rgba(44, 33, 90, .2);
}

.sales-item .bottom-btns {
	opacity: 1;
	display: none;
}


.sales-item .img-wrap {
	padding: 7px;
	position: relative;

}

.sales-item .img-wrap p {
	position: absolute;
	top: 15px;
	left: 13px;
	color: #fff;
	font-size: .688rem;
	font-weight: 400;
	line-height: 15px;
	width: 78px;
	height: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.sales-item .img-wrap div {
	height: 200px
}

.sales-item .bottom-btns {
	display: none;

}

/*.sales-item .bottom-btns a {
	color: #fff;
	font-size: .813rem;
	font-weight: 700;
	line-height: 16px;
	background-color: #87489e;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	width: 120px;
	text-align: center;
	display: block;
	padding: 4px 0 5px;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
	border: 2px solid #87489e
}*/

/*.sales-item .bottom-btns a:last-child {
	color: #87489e;
	background-color: #fff;
	border: 2px solid #87489e
}

.sales-item .bottom-btns a:hover {
	color: #fff;
	background-color: #984fb3;
	border: 2px solid #984fb3
}*/

.sales-item .card-item-icon-wrap {
	display: none
}

.sales-item-content {
	padding-left: 20px;
	padding-bottom: 35px;
	padding-right: 20px;
}

.sales-item-content h3, .sales-item-content .h3 {
color: #9850b2;
font-size: 18px;
font-weight: 500;
min-height: 50px;
margin-bottom: 12px;
line-height: 1.35;
margin-top: 13px;
min-height: 75px;
}
/*.js-sales-item-wrap.slick-slider .sales-item-content h3{
	height: 70px;
}*/
.sales-item-content h3:hover,.sales-item-content .h3:hover {
	color: #984fb3;
}

.sales-item-content .sales-item-descr {
	color: #000;
	font-size: 15px;
	line-height: 1.7;
	font-weight: 400;
	margin-top: 9px;
	position: relative;
	height: 75px;
	overflow: hidden;
}

.sales-item-content .sales-item-descr .sales-item-descr-gradient {
	background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 100%);
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0
}

.sales-item-content .sales-item-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 22px
}

.sales-item-content .sales-item-bottom .sale-percent {
	color: #fff;
	font-size: .688rem;
	font-weight: 700;
	line-height: 15px;
	-webkit-border-radius: .5rem;
	border-radius: .5rem;
	background-color: #ed253f;
	width: 40px;
	text-align: center;
	margin-right: 13px
}

.sales-item-content .sales-item-bottom .sale-time {
	color: #ed253f;
	font-size: .688rem;
	line-height: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.sales-item-content .sales-item-bottom .sale-time i {
	margin-right: 2px;
	font-size: .875rem;
	font-weight: 400
}

.sales-item-content .price {
	color: #404040;
	color: red;
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
	min-height: 25px;
}
.pr_kurs {
    color: black;
    text-align: center;
}
.sales-item-content .price .old-price {
	color: #808080;
	font-size: 15px;
	text-decoration: line-through;
	margin-left: 10px;
	font-weight: 400;
}

.sales-btn {
	font-size: .875rem;
	font-weight: 700;
	line-height: 16px;
	width: 180px;
	padding: 11px 0;
	margin: 33px auto 0;
	color: #fff
}

.left-img {
	position: absolute;
	z-index: 0;
	width: 100%
}

.about {
	color: #000;
	padding-bottom: 60px;
}

.about h2,.about .h2 {
	padding-top: 50px;
	font-size: 30px;
	font-weight: 400;
	/*color: #404040;*/
}

.about h3, .about h3 {
	margin-top: 63px;
	text-align: center;
	color: #633277;
	font-size: 1.875rem;
	font-weight: 700;
	line-height: 40px
}
.about-bottom-text-block {
    padding-top: 25px;
}
.about-bottom-text-block h2,.about-bottom-text-block .h2 {
    padding-top: 25px;
    padding-bottom: 15px;
}
.about-bottom-text-block p{
color: #000;
font-size: .938rem;
line-height: 25px;}
.about-top-block {
	margin-top: 0
}

.about-top-block-item {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%
}

@media (min-width: 480px) {
	.about-top-block-item {
		width: 100%
	}
}

@media (min-width: 576px) {
	.about-top-block-item {
		width: 100%
	}
}

@media (min-width: 768px) {
	.about-top-block-item {
		width: 100%
	}
}



.about-top-block-item p {
	margin-top: 15px;
	color: #000;
	line-height: 25px;
	font-size: 15px;
	font-weight: 400;
}

.about-top-block-item p span {
	font-weight: 700
}

.about-top-block-item ul {
	margin-top: 15px;
}

.about-top-block-item ul li {
	position: relative;
	padding-left: 35px;
	line-height: 25px
}

.about-top-block-item ul li:before {
	content: '';
	background: #9850b2;
	display: block;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 15px
}

.about-bottom-block {
	text-align: center;
	margin-top: 50px;
}

.about-bottom-item {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%
}

@media (min-width: 480px) {
	.about-bottom-item {
		width: 100%
	}
}

@media (min-width: 576px) {
	.about-bottom-item {
		width: 100%
	}
}

@media (min-width: 768px) {
	.about-bottom-item {
		width: 100%
	}
}

@media (min-width: 992px) {
	.about-bottom-item {
		width: 33.33333%
	}
}

@media (min-width: 1224px) {
	.about-bottom-item {
		width: 33.33333%
	}
}

.about-bottom-item .about-bottom-item-icon {
	height: 100px
}

.about-bottom-item h4,
.about-bottom-item .h4 {
	margin-top: 22px;
	font-size: 18px;
	font-weight: 500;
	color: #404040;
	line-height: 1.4;
	padding: 0 75px;
}

.about-bottom-item p {
	margin-top: 11px;
	font-size: 15px;
	line-height: 25px;
	padding: 0 35px;
}

.patients-top-block {
	background: #f3f0f5 url(/local/templates/bioprestige/css/../img/bg_onziv_1_1.png) no-repeat center center/cover;
	padding: 37px 0 67px;
	position: relative
}

.patients-slider {
	margin-top: 26px
}

.patients-slider .sales-item-arrow-next {
	right: 22px
}

.patients-slider .sales-item-arrow-prev {
	left: 22px
}

.patients-one-slide {
	position: relative;
	padding: 0 100px;
	outline: 0
}

.patients-user-ico {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 7px;
	left: 100px
}

.patients-user-block {
	padding-left: 102px
}

.patients-user-text {
	color: #000;
	font-size: .938rem;
	line-height: 25px
}

.patients-user-info {
	margin-top: 25px;
	color: #633277;
	font-size: 1rem;
	line-height: 25px
}

.patients-user-info span {
	color: #7d7d7e
}

.patients-bottom-block {
	background: #fafafa;
	padding: 11px 0 38px
}

.patients-bottom-block .sales-btn {
	margin-top: 24px
}

.patients-bottom-block-item {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 16px
}

@media (min-width: 480px) {
	.patients-bottom-block-item {
		width: 50%
	}
}

@media (min-width: 576px) {
	.patients-bottom-block-item {
		width: 33.33333%
	}
}

@media (min-width: 768px) {
	.patients-bottom-block-item {
		width: 33.33333%
	}
}

@media (min-width: 992px) {
	.patients-bottom-block-item {
		width: 16.66667%
	}
}

@media (min-width: 1224px) {
	.patients-bottom-block-item {
		width: 16.66667%
	}
}

.patients-bottom-block-item img {
	-webkit-box-shadow: 0 1px 3px .06px rgba(44, 33, 90, .2);
	box-shadow: 0 1px 3px .06px rgba(44, 33, 90, .2);
	border: 2px solid transparent;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease
}

.patients-bottom-block-item:hover img {
	border: 2px solid #b177b8;
	-webkit-box-shadow: 0 2px 8px .16px rgba(44, 33, 90, .3);
	box-shadow: 0 2px 8px .16px rgba(44, 33, 90, .3)
}

.main .contacts {
	padding: 96px 0 90px
}

.contacts-block {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%
}

@media (min-width: 480px) {
	.contacts-block {
		width: 100%
	}
}

@media (min-width: 576px) {
	.contacts-block {
		width: 100%
	}
}

@media (min-width: 768px) {
	.contacts-block {
		width: 100%
	}
}

@media (min-width: 992px) {
	.contacts-block {
		width: 50%
	}
}

@media (min-width: 1224px) {
	.contacts-block {
		width: 50%
	}
}
/*
.contacts-block .map {
	height: 588px
}*/

.contacts-block .connect {
	padding-left: 101px;
	color: #000;
	font-size: .938rem;
	line-height: 25px
}

.contacts-block .connect h2,.contacts-block .connect .h2 {
	text-align: left
}

.contacts-block .connect p {
	margin-top: 25px
}

.contacts-block .connect span {
	color: #633277;
	font-weight: 700
}

.input-field {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.input-field label {
	font-size: .813rem;
	line-height: 20px;
	color: #424242;
	top: 7px
}
@media (max-width: 480px) {
	.input-field label{top:15px;}
}
.input-field label:not(.label-icon).textarealabel.active {
	-webkit-transform: translateY(-30px) scale(.8);
	-ms-transform: translateY(-30px) scale(.8);
	transform: translateY(-30px) scale(.8)
}

.input-field input {
	border-bottom: .063rem solid #a4a4a6
}

.input-field input:focus {
	border-bottom: .125rem solid #b177b8
}

.input-field input:not([type]):focus:not([readonly]), .input-field input[type=date]:not(.browser-default):focus:not([readonly]), .input-field input[type=datetime-local]:not(.browser-default):focus:not([readonly]), .input-field input[type=datetime]:not(.browser-default):focus:not([readonly]), .input-field input[type=email]:not(.browser-default):focus:not([readonly]), .input-field input[type=number]:not(.browser-default):focus:not([readonly]), .input-field input[type=password]:not(.browser-default):focus:not([readonly]), .input-field input[type=search]:not(.browser-default):focus:not([readonly]), .input-field input[type=tel]:not(.browser-default):focus:not([readonly]), .input-field input[type=text]:not(.browser-default):focus:not([readonly]), .input-field input[type=time]:not(.browser-default):focus:not([readonly]), .input-field input[type=url]:not(.browser-default):focus:not([readonly]) {
	border-bottom: 2px solid #b177b8;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative
}

.input-field textarea.materialize-textarea {
	border-bottom: .063rem solid #a4a4a6;
	margin-top: -6px;
	padding: 5px 0 0 0
}

.input-field textarea.materialize-textarea:focus {
	padding: 5px 0 0 10px
}

.input-field textarea.materialize-textarea:focus:not([readonly]) {
	border: .063rem solid #b177b8;
	-webkit-box-shadow: none;
	box-shadow: none;
	min-height: 108px
}

.textarea-input {
	margin-top: 35px
}

form .form-btn {
	padding: 17px 0;
	margin: 24px 0 0;
	color: #fff;
	font-size: 1.25rem;
	width: 230px;
	border: none;
	cursor: pointer
}

form p input, form p label {
	margin-top: 4px;
	color: #424242;
	font-size: .875rem;
	font-weight: 400;
	line-height: 18px
}

form p input:after, form p input:before, form p label:after, form p label:before {
	top: 3px
}

form p input a, form p label a {
	color: #87489e
}

form p label.active {
	color: #424242
}

form p [type=checkbox].filled-in:checked + label:after {
	background-color: #f3f0f5;
	border: 2px solid #f3f0f5
}

form p [type=checkbox].filled-in:not(:checked) + label:after {
	border: 2px solid #f3f0f5
}

form p [type=checkbox].filled-in:checked + label:before {
	border-right: 2px solid #87489e;
	border-bottom: 2px solid #87489e;
	width: 10px;
	height: 16px
}

form p [type=checkbox].filled-in:checked + label:after, form p [type=checkbox].filled-in:not(:checked) + label:after {
	width: 24px;
	height: 24px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

form p input:not(.browser-default):focus:not([readonly]) + label, form p input:not([type]):focus:not([readonly]) + label, form p textarea.materialize-textarea:focus:not([readonly]) + label {
	color: #424242
}

input:not([type]):focus:not([readonly]) + label, input[type=date]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label, input[type=datetime]:not(.browser-default):focus:not([readonly]) + label, input[type=email]:not(.browser-default):focus:not([readonly]) + label, input[type=number]:not(.browser-default):focus:not([readonly]) + label, input[type=password]:not(.browser-default):focus:not([readonly]) + label, input[type=search]:not(.browser-default):focus:not([readonly]) + label, input[type=tel]:not(.browser-default):focus:not([readonly]) + label, input[type=text]:not(.browser-default):focus:not([readonly]) + label, input[type=time]:not(.browser-default):focus:not([readonly]) + label, input[type=url]:not(.browser-default):focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
	color: #424242
}

textarea {
	color: #424242;
	font-family: "Roboto";
	font-size: .813rem;
	font-weight: 400;
	line-height: 20px;
	width: 100%;
	height: 100%
}

.contacts-inner-item {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%;
	margin-top: 30px
}

@media (min-width: 480px) {
	.contacts-inner-item {
		width: 100%
	}
}

@media (min-width: 576px) {
	.contacts-inner-item {
		width: 100%
	}
}

@media (min-width: 768px) {
	.contacts-inner-item {
		width: 100%
	}
}

@media (min-width: 992px) {
	.contacts-inner-item {
		width: 50%
	}
}

@media (min-width: 1224px) {
	.contacts-inner-item {
		width: 50%
	}
}

.contacts-inner-item h4,
.contacts-inner-item .h4 {
	font-size: .938rem;
	color: #633277;
	font-weight: 700;
	text-transform: uppercase
}

.contacts-inner-item .contact-tel {
	display: block
}

.contacts-inner-item .contact-tel-wrap {
	margin-top: 14px
}

.contacts-inner-item .contact-tel-wrap a {
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease
}

.contacts-inner-item .contact-tel-wrap a:hover {
	color: #984fb3
}

.contacts-inner-item .contact-tel-color {
	color: #87489e
}

.contacts-inner-item .contact-tel-color:hover {
	color: #984fb3
}

footer {
	position: relative;
	color: #404040;
	background: #f3f0f5;
}

footer .footer-bg {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 130px
}

.footer-top {
	padding: 19px 0 44px
}

.footer-top-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer-top-item {
	font-size: .875rem
}

.footer-top-item p {
	margin-top: 20px
}







.footer-tel-block {
	margin-top: 7px
}

.footer-tel-block li {
	font-size: 1rem;
	line-height: 26px
}

.footer-tel-block li a {
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease
}

.footer-tel-block li a:hover {
	color: #984fb3
}

.control-tel {
	font-size: 1rem;
	line-height: 26px;
	margin-top: 4px
}

.control-tel a {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.control-tel a:hover {
	color: #984fb3
}

.control-tel-descr {
	color: #633277
}

.footer-btn-block {
	margin-top: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.footer-btn-block .center-block-btn {
	margin-right: 0;
	margin-bottom: 17px
}

.footer-btn-block .center-block-btn:last-child {
	margin-bottom: 0
}

.footer-social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px
}

.footer-social li {
	color: #87489e;
	font-size: 1.25rem;
	line-height: 25px;
	text-transform: uppercase;
	margin-right: 6px;
	width: 35px;
	height: 35px
}

.footer-social li a {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.footer-social li i:before {
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease
}

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

.footer-social li:hover i:before {
	color: #fff
}

.footer-social li:hover a {
	background-color: #e6703a
}

.footer-social li:hover .facebook {
	background-color: #3a508c
}

.footer-social li:hover .vk {
	background-color: #217095
}

.footer-bottom {
	-webkit-box-shadow: 0 5px 20px 1px rgba(44, 33, 90, .2);
	box-shadow: 0 5px 20px 1px rgba(44, 33, 90, .2);
	background-color: #f3f0f5;
	position: relative;
	z-index: 1;
	font-size: .813rem;
	font-weight: 400;
	line-height: 20px;
	color: #2c215a;
	padding: 25px 0
}

.footer-bottom-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.footer-bottom-copyrihts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.footer-bottom-copyrihts li {
	margin-right: 41px
}

.footer-bottom-copyrihts li:first-child {
	color: #633277
}

.footer-bottom-copyrihts li:last-child {
	margin-right: 0
}

.footer-bottom-copyrihts li a {
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease
}

.footer-bottom-copyrihts li a:hover {
	color: #984fb3
}

.creator {
	font-size: .625rem;
	opacity: .7;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease
}

.creator:hover {
	color: #984fb3;
	opacity: 1
}

.toTop {
	display: block;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: .125rem solid #984fb3;
	background-color: #fff;
	position: fixed;
	bottom: 10%;
	right: 15%;
	opacity: .5;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
	z-index: 3
}

.toTop i {
	color: #984fb3;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 16px;
	position: absolute;
	top: 9px;
	left: 6px
}

.toTop:hover {
	opacity: 1
}

.whatsapp-sticky-button{
	display: block;
	width: 100px;
	height: 100px;
	position: fixed;
	bottom: 10%;
	right: 5%;
	z-index:3;
}

.whatsapp-img{
	position: absolute;
	width:100%;
	height:100%;
	background-image:url(/local/templates/bioprestige/css/../img/watsapp.gif);
	background-repeat:no-repeat;
	background-size:cover;
}

@media all and (max-width: 1100px){
	.toTop{
		right:20%;
	}
}

@media all and (max-width: 750px) {
	.whatsapp-sticky-button{
		width:70px;
		height:70px;
	}

	.toTop{
		right:30%;
	}
}

@media all and (max-width: 550px){
	.whatsapp-sticky-button{
		bottom: 15%;
	}
}

.my-hint {
	width: 200px;
	background: rgba(255, 255, 255, .7);
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-align: center
}

/*.breadcrumps {
	position: relative;
	margin-top: 31px;
	z-index: 2
}

.breadcrumps ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: .938rem;
	font-weight: 400;
	line-height: 1.25rem
}

.breadcrumps ul li {
	margin-right: 3px;
	color: #7d7d7e
}

.breadcrumps ul li:last-child {
	margin-right: 0;
	margin-top: 2px
}

.breadcrumps ul li a {
	color: #2c215a
}

.breadcrumps ul li a:hover {
	color: #984fb3
}

.breadcrumps ul li span i {
	color: #a4a4a6;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25rem;
	position: relative;
	top: 4px
}*/



.content-title h2,.content-title .h2, .content-title h1 {

}
.content-title h1{
	color: #633277;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.3;
}
.inner-page .footer-form-smile {
	margin-top: 25px;
}

.inner-page .connect p:first-child {
	margin-top: 0
}

.content {
	padding-top: 50px;
}

.left-sidebar {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%
}

@media (min-width: 480px) {
	.left-sidebar {
		width: 100%
	}
}

@media (min-width: 576px) {
	.left-sidebar {
		width: 100%
	}
}

@media (min-width: 768px) {
	.left-sidebar {
		width: 100%
	}
}

@media (min-width: 992px) {
	.left-sidebar {
		width: 25%
	}
}

@media (min-width: 1224px) {
	.left-sidebar {
		width: 25%
	}
}

.left-sidebar .left-sidebar-top {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f0f5;
	padding: 19px 0;
	margin-bottom: 22px
}

.left-sidebar .left-sidebar-top .clear-filter-btn {
	color: #2c215a;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.875rem;
	-webkit-border-radius: .938rem;
	border-radius: .938rem;
	border: .063rem solid #c79dcc;
	background-color: #fff;
	padding: 0 0;
	margin: 0 auto;
	max-width: 234px;
	width: 95%;
	text-align: center;
	display: block;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease
}

.left-sidebar .left-sidebar-top .clear-filter-btn:hover {
	color: #fff;
	background: #c79dcc
}

.left-sidebar .left-sidebar-top ul {
	padding-left: 26px;
	/*margin-top: 8px*/
}

.left-sidebar .left-sidebar-top ul li {
	cursor: pointer;
	margin-top: 0;
	color: #2c215a;
	font-size: .813rem;
	font-weight: 400;
	line-height: 1.875rem;
	position: relative;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.left-sidebar .left-sidebar-top ul li span {
	padding-left: 28px
}

.left-sidebar .left-sidebar-top ul li i {
	color: #984fb3;
	font-size: 1rem;
	font-weight: 400;
	position: absolute;
	top: 8px;
	left: 0
}

.left-sidebar .left-sidebar-top ul li:hover {
	color: #984fb3
}

.left-sidebar-wrap {
border-radius: 3px;
	-webkit-box-shadow: 0 0 3px rgba(152, 80, 178, 0.4);
	box-shadow: 0 0 3px rgba(152, 80, 178, 0.4);
}

.left-sidebar-wrap .accordion-wrap {

}

.left-sidebar-wrap .accordion-wrap p {
	margin: 0;
	padding: 0;
	border: none;
	background: inherit;
	color: #9850b2;
	font-family: "Roboto";
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	outline: 0;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding-left: 26px;
	padding-right: 41px;
}

.left-sidebar-wrap .accordion-wrap p:hover {
	cursor: pointer
}

.left-sidebar-wrap .accordion-wrap p:hover i {
	color: #984fb3
}

.left-sidebar-wrap .accordion-wrap p i {
	position: absolute;
	top: 16px;
	right: 20px;
	color: #c79dcc;
	font-size: 20px;
	line-height: 20px;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #d4b7df;
}

/*.left-sidebar-wrap .accordion-wrap p .accordion-head {
	padding-left: 15px
}*/

.left-sidebar-wrap .accordion-wrap .ui-state-active i {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	color: #9850b2;
}

.left-sidebar-wrap .accordion-wrap ul {
	border: none;
	padding: 0;
	padding-left: 36px;
	margin-top: 15px;
	padding-right: 65px;
}

.left-sidebar-wrap .accordion-wrap ul li {
	margin-bottom: 18px;
}

.left-sidebar-wrap .accordion-wrap ul li:first-child {
	margin-top: 0
}

.left-sidebar-wrap .accordion-wrap ul li a {
	font-size: 13px;
	font-weight: 400;
	color: #505050;
	line-height: 1.9;
	position: relative;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
	padding-left: 19px;
	display: block;
}
.left-sidebar-wrap .accordion-wrap ul li a:before{
	content: "";
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #9850b2;
	position: absolute;
	left: 0;
	top: 9px;
}

.left-sidebar-wrap .accordion-wrap ul li a:hover,.left-sidebar-wrap .accordion-wrap ul li.active a {
	color: #984fb3
}

.left-sidebar-wrap .filter-head {
	color: #424242;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.625rem;
	padding: 20px 0 0 23px
}

.left-sidebar-wrap .filter-block {
	margin-top: 14px;
	position: relative;
	padding: 0 0 35px 23px
}

.left-sidebar-wrap .filter-block:after {
	content: '';
	background: #eaddef;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0
}

.left-sidebar-wrap .filter-block:last-child:after {
	display: none
}

.left-sidebar-wrap .filter-block li {
	margin-top: 5px
}

.left-sidebar-wrap .filter-block li label {
	color: #2c215a;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.875rem;
	padding-left: 31px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.left-sidebar-wrap .filter-block li:hover label {
	color: #984fb3
}

.left-sidebar-wrap .filter-block li [type=checkbox].filled-in:checked + label:after {
	background-color: #f3f0f5;
	border: 2px solid #f3f0f5
}

.left-sidebar-wrap .filter-block li [type=checkbox].filled-in:not(:checked) + label:after {
	border: 2px solid #f3f0f5
}

.left-sidebar-wrap .filter-block li [type=checkbox].filled-in:checked + label:before {
	border-right: 2px solid #87489e;
	border-bottom: 2px solid #87489e;
	width: 10px;
	height: 16px
}

.left-sidebar-wrap .filter-block li input:not(.browser-default):focus:not([readonly]) + label, .left-sidebar-wrap .filter-block li input:not([type]):focus:not([readonly]) + label, .left-sidebar-wrap .filter-block li textarea.materialize-textarea:focus:not([readonly]) + label {
	color: #424242
}

.left-sidebar-wrap .filter-block li [type=checkbox].filled-in:checked + label:after, .left-sidebar-wrap .filter-block li [type=checkbox].filled-in:not(:checked) + label:after {
	width: 18px;
	height: 18px;
	-webkit-border-radius: .25rem;
	border-radius: .25rem;
	top: 5px;
	left: 2px
}

.left-sidebar-wrap .filter-block li [type=checkbox].filled-in:checked + label:before {
	top: 5px;
	left: 3px;
	width: 7px;
	height: 12px
}

.sidebar-title {
	color: #2c215a;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.625rem;
	padding: 20px 0 0 23px
}

.main-content {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%
}

@media (min-width: 480px) {
	.main-content {
		width: 100%
	}
}

@media (min-width: 576px) {
	.main-content {
		width: 100%
	}
}

@media (min-width: 768px) {
	.main-content {
		width: 100%
	}
}

@media (min-width: 992px) {
	.main-content {
		width: 75%
	}
}

@media (min-width: 1224px) {
	.main-content {
		width: 75%
	}
}

.main-content .service-card-wrap {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%;
	margin-bottom: 35px
}

@media (min-width: 480px) {
	.main-content .service-card-wrap {
		width: 100%
	}
}

@media (min-width: 576px) {
	.main-content .service-card-wrap {
		width: 50%
	}
}

@media (min-width: 768px) {
	.main-content .service-card-wrap {
		width: 50%
	}
}

@media (min-width: 992px) {
	.main-content .service-card-wrap {
		width: 50%
	}
}

@media (min-width: 1224px) {
	.main-content .service-card-wrap {
		width: 33.33333%
	}
}

.main-content .service-card-wrap .card-scroll-block {
	padding: 5px 13px 5px 18px;
	overflow-y: hidden
}

.main-content .service-card-wrap .card-scroll-block p, .main-content .service-card-wrap .card-scroll-block ul {
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.25rem;
	margin-top: 20px
}

.main-content .service-card-wrap .card-scroll-block p li, .main-content .service-card-wrap .card-scroll-block ul li {
	padding-left: 11px;
	position: relative
}

.main-content .service-card-wrap .card-scroll-block p li:before, .main-content .service-card-wrap .card-scroll-block ul li:before {
	content: '–';
	display: block;
	position: absolute;
	left: 0
}

.one-service-block .one-service-img {
	width: 100%;
	height: 315px
}

.one-service-block h3,.one-service-block .h3 {
	color: #633277;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 27px;
}

.one-service-block .one-service-btn {
	-webkit-border-radius: .938rem;
	border-radius: .938rem;
	background-color: #87489e;
	width: 282px;
	color: #fff;
	font-size: .875rem;
	line-height: 1.875rem;
	display: block;
	margin: 18px auto 0;
	text-align: center;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease
}

.one-service-block .one-service-btn:hover {
	background-color: #984fb3
}

.one-service-price-block {
	margin-top: 25px
}

.one-service-price-block li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	line-height: 3.125rem
}

.one-service-price-block li:nth-child(2n+1) {
	background: rgba(243, 240, 245, .5)
}

.one-service-price-block li .price-block-title {
	width: 88%;
	padding-left: 20px;
	border-bottom: 1px solid #c79dcc;
	border-right: 1px solid #c79dcc
}

.one-service-price-block li .price-block-title a {
	color: #2c215a;
	font-weight: 400;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease
}

.one-service-price-block li .price-block-title a:hover {
	color: #984fb3
}

.one-service-price-block li .price-block-price {
	width: 26%;
	padding-left: 20px;
	color: #000;
	font-weight: 400;
	border-bottom: 1px solid #c79dcc;
	border-right: 1px solid #c79dcc
}

.one-service-price-block li .price-block-note {
	width: 12%;
	border-bottom: 1px solid #c79dcc;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.one-service-price-block li .price-block-note .card-item-icon-wrap {
	background-color: #fff;
	border: .063rem solid #c79dcc;
	width: 38px;
	height: 38px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease
}

.one-service-price-block li .price-block-note .card-item-icon-wrap i {
	color: #b177b8;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1rem;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease
}

.one-service-price-block li .price-block-note .card-item-icon-wrap:hover {
	cursor: pointer;
	background-color: #f3f0f5;
	border: 1px solid #984fb3
}

.one-service-price-block li .price-block-note .card-item-icon-wrap:hover i {
	color: #984fb3
}

.one-service-price-block .price-block-head .price-block-note, .one-service-price-block .price-block-head .price-block-price, .one-service-price-block .price-block-head .price-block-title {
	color: #633277;
	background: #eaddef;
	font-weight: 600
}

.one-service-text-block {
	color: #404040;
	font-size: 15px;
	line-height: 1.6;
}

.one-service-text-block p {
	margin-top: 22px
}

.one-service-text-block p .colored-text {
	color: #984fb3;
	font-weight: 700
}

.one-service-text-block ul {
	margin-top: 22px

}
.one-service-text-block ol > li {
    list-style-type: decimal;
}

.one-service-text-block ul>li {
	padding-left: 20px;
	position: relative
}
.one-service-text-block ul.slick-dots>li{
	padding: 0px;
}
.one-service-text-block ul:not(.ya-share2__list):not(.services-section)>li:before {
	content: '';
	display: block;
	width: 0px;
	height: 6px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #9850b2;
	position: absolute;
	top: 7px;
	left: 11px
}

.one-service-text-block ul li .colored-text {
	color: #87489e
}

.one-service-text-block .recomendation li {
	margin-top: 10px
}

.one-service-text-block .recomendation ul {
	padding-left: 25px;
	margin-top: 0
}

.one-service-text-block .recomendation ul li {
	margin-top: 0
}

.one-service-text-block .recomendation ul li:before {
	display: none
}

.one-service-text-block-img-wrap {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%
}

@media (min-width: 480px) {
	.one-service-text-block-img-wrap {
		width: 100%
	}
}

@media (min-width: 576px) {
	.one-service-text-block-img-wrap {
		width: 100%
	}
}

@media (min-width: 768px) {
	.one-service-text-block-img-wrap {
		width: 33.33333%
	}
}

@media (min-width: 992px) {
	.one-service-text-block-img-wrap {
		width: 33.33333%
	}
}

@media (min-width: 1224px) {
	.one-service-text-block-img-wrap {
		width: 33.33333%
	}
}

.one-service-text-block-img-wrap .one-service-text-block-img {
	height: 190px;
	width: 100%;
	margin-top: 34px
}

.one-service-text-block-img-wrap-2 {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%
}

@media (min-width: 480px) {
	.one-service-text-block-img-wrap-2 {
		width: 100%
	}
}

@media (min-width: 576px) {
	.one-service-text-block-img-wrap-2 {
		width: 50%
	}
}

@media (min-width: 768px) {
	.one-service-text-block-img-wrap-2 {
		width: 50%
	}
}

@media (min-width: 992px) {
	.one-service-text-block-img-wrap-2 {
		width: 50%
	}
}

@media (min-width: 1224px) {
	.one-service-text-block-img-wrap-2 {
		width: 50%
	}
}

.one-service-text-block-img-wrap-2 .one-service-text-block-img {
	height: 290px;
	width: 100%;
	margin-top: 34px
}

.one-service-singly {
	padding-top: 10px
}

.one-service-singly-content .singly-content-btn {
	margin: 39px auto 0;
	width: 384px;
	max-width: 95%
}

.one-service-singly-top-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: -10px;
	margin-right: -10px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.one-service-singly-top-block .one-service-singly-left {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%
}

@media (min-width: 480px) {
	.one-service-singly-top-block .one-service-singly-left {
		width: 100%
	}
}

@media (min-width: 576px) {
	.one-service-singly-top-block .one-service-singly-left {
		width: 100%
	}
}

@media (min-width: 768px) {
	.one-service-singly-top-block .one-service-singly-left {
		width: 58.33333%
	}
}

@media (min-width: 992px) {
	.one-service-singly-top-block .one-service-singly-left {
		width: 58.33333%
	}
}

@media (min-width: 1224px) {
	.one-service-singly-top-block .one-service-singly-left {
		width: 58.33333%
	}
}

.one-service-singly-top-block .one-service-singly-right {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%;
	/*border-left: 1px solid #dfcee0;*/
	text-align: center;
	background-color: #eeecf1;
    background-image: url(/local/templates/bioprestige/css/../img/bg_program.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    border-radius: 3px;
}

@media (min-width: 480px) {
	.one-service-singly-top-block .one-service-singly-right {
		width: 100%
	}
}

@media (min-width: 576px) {
	.one-service-singly-top-block .one-service-singly-right {
		width: 100%
	}
}

@media (min-width: 768px) {
	.one-service-singly-top-block .one-service-singly-right {
		width: 41.66667%
	}
}

@media (min-width: 992px) {
	.one-service-singly-top-block .one-service-singly-right {
		width: 41.66667%
	}
}

@media (min-width: 1224px) {
	.one-service-singly-top-block .one-service-singly-right {
		width: 33.33333%
	}
}
.one-doctor .one-service-singly-top-block .one-service-singly-right h4,
.one-doctor .one-service-singly-top-block .one-service-singly-right .h4 {
	margin-top: 60px;
	font-size: 18px;
    font-weight: 600;
    color: #2a2a2a;
    line-height: 25px;
    margin-bottom: 10px;
    text-align: center;
}
.one-doctor .one-service-singly-top-block .one-service-singly-right h4 span,
.one-doctor .one-service-singly-top-block .one-service-singly-right .h4 span {
	color: #9850b2;
}
.one-service-singly-top-block .one-service-singly-right h4,
.one-service-singly-top-block .one-service-singly-right .h4 {
	color: #633277;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.625rem;
	margin-top: 20px;
	padding-bottom: 2px
}

/*
.one-service-singly-top-block .one-service-singly-right .offer-btn {
	width: 228px;
	margin: 32px auto 0;
	font-size: .875rem;
	font-weight: 500;
	line-height: 1rem;
	padding: 10px 0;
	font-size: 13px;
}
*/


.one-service-singly-top-block .one-service-singly-right p {
	color: #7d7d7e;
	font-size: .938rem;
	font-weight: 400;
	line-height: 1.25rem;
	margin: 73px 0 10px;
	text-align: center
}

.one-service-singly-top-block .one-service-singly-left-wrap {
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #fff;
	-webkit-box-shadow: 0 .063rem .181rem .006rem rgba(44, 33, 90, .3);
	box-shadow: 0 .063rem .181rem .006rem rgba(44, 33, 90, .3);
	padding: 5px
}

.one-service-singly-top-block .one-service-singly-left-img {
	height: 340px;
	position: relative
}

.one-service-singly-top-block .one-service-singly-left-img p {
	position: absolute;
	top: 15px;
	left: 13px;
	color: #fff;
	font-size: .688rem;
	font-weight: 400;
	line-height: 15px;
	width: 78px;
	height: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.one-service-singly-top-block .one-service-singly-left-img .sale-item {
	position: absolute;
	top: 15px;
	right: 9px;
	-webkit-border-radius: .938rem;
	border-radius: .938rem;
	background-color: #ed253f;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	width: 78px;
	height: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.input-btn {
	width: 302px;
	margin: 22px auto 0;
	text-align: left
}

.input-btn i {
	font-size: 20px
}

.input-btn .select2-container--default .select2-selection--single .select2-selection__rendered {
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: .063rem solid #d9d9d9;
	background-color: #fff;
	padding-bottom: 0;
	padding-left: 9px;
	color: #2c215a;
	font-size: .875rem;
	font-weight: 400;
	line-height: 37px;
	height: 40px;
	border: 2px solid #d9d9d9;
}

.input-btn .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 11px;
	right: 5px
}

.input-btn .select2-container--default .select2-selection--single .select2-selection__arrow b {
	position: relative;
	background: #fff;
	border: none
}

.input-btn .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px
}

.input-btn .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(177, 119, 184, 0);
	border-top-color: #b177b8;
	border-width: 11px;
	margin-left: -11px
}

.input-btn .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
	top: 3px;
	right: 5px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.tabs {
	margin-top: 30px;
}

.tabs .tabs-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.news-page .tabs .tabs-wrap .one-tab {
	width: 24.5%;
}

@media only screen and (max-width: 576px){
.news-page .tabs .tabs-wrap .one-tab {
    width: 49.5%;
 }
}

.one-service-singly-content .tabs .tabs-wrap .one-tab {
	width: 23%;
	margin-right: .6%;
	background-color: #f3f0f5;
	-webkit-border-radius: .5rem .5rem 0 0;
	border-radius: .5rem .5rem 0 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	padding-left: 0;
}

.one-service-singly-content .tabs .tabs-wrap .one-tab:last-child {
	margin-right: 0
}

.one-service-singly-content .tabs .tabs-wrap .one-tab a {
	display: inline-block;
	-webkit-border-radius: .5rem .5rem 0 0;
	border-radius: .5rem .5rem 0 0;
	color: #2c215a;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1rem;
	width: 100%;
	padding: 12px 0;
	text-align: center;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease
}

.one-service-singly-content .tabs .tabs-wrap .one-tab a span {
	color: #b177b8;
	font-size: .875rem
}

.one-service-singly-content .tabs .tabs-wrap .one-tab:hover {
	background-color: #b177b8
}

.one-service-singly-content .tabs .tabs-wrap .one-tab:hover a {
	color: #fff
}

.one-service-singly-content .tabs .tabs-wrap .one-tab:hover a span {
	color: #f3f0f5
}

.one-service-singly-content .tabs .tabs-wrap .ui-tabs-active {
	background-color: #b177b8
}

.one-service-singly-content .tabs .tabs-wrap .ui-tabs-active a {
	color: #fff
}

.one-service-singly-content .tabs .tabs-wrap .ui-tabs-active a span {
	color: #f3f0f5
}

.one-service-singly-content .one__service__top .tabs .ui-widget-content {
	border-top: 1px solid #b177b8;
	padding-bottom: 69px
}

.doctors-widget-block .doctors-widget-item-wrap {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%;
	position: relative;
	margin-top: 26px
}

@media (min-width: 480px) {
	.doctors-widget-block .doctors-widget-item-wrap {
		width: 100%
	}
}

@media (min-width: 576px) {
	.doctors-widget-block .doctors-widget-item-wrap {
		width: 50%
	}
}

@media (min-width: 768px) {
	.doctors-widget-block .doctors-widget-item-wrap {
		width: 50%
	}
}

@media (min-width: 992px) {
	.doctors-widget-block .doctors-widget-item-wrap {
		width: 50%
	}
}

@media (min-width: 1224px) {
	.doctors-widget-block .doctors-widget-item-wrap {
		width: 25%
	}
}

.doctors-widget-item {
	height: 420px;
	-webkit-box-shadow: 0 1px 3px .06px rgba(44, 33, 90, .3);
	box-shadow: 0 1px 3px .06px rgba(44, 33, 90, .3);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	padding: 0;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.doctors-widget-item .bottom-btn-block {
	width: 200px;
	-webkit-border-radius: .938rem;
	border-radius: .938rem;
	color: #fff;
	font-size: .813rem;
	font-weight: 700;
	line-height: 1rem;
	padding: 7px 0;
	margin: 15px auto 25px;
	display: none;
	/*position: absolute;*/
	bottom: 0;
	left: 0;
	right: 0
}

.doctors-widget-item .bottom-btn-block:hover {
	color: #fff
}

.doctors-widget-item:hover {
	-webkit-box-shadow: 0 5px 20px 1px rgba(44, 33, 90, .2);
	box-shadow: 0 5px 20px 1px rgba(44, 33, 90, .2);
	height: auto;
	min-height: 420px;
	z-index: 1
}

.doctors-widget-item:hover .bottom-btn-block {
	display: block
}

.doctors-widget-item .doctors-widget-item-foto {
	height: 200px;
	width: 100%;
	background-size: cover !important;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	cursor: pointer;
}

.doctors-widget-item a {
	color: #2c215a;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.563rem;
	display: inline-block;
	margin: 11px 19px 0;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease
}

.doctors-widget-item a:hover {
	color: #984fb3
}

.doctors-widget-item .doctors-widget-item-descr {
	color: #000;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.25rem;
	margin: 9px 19px 0
}

.doctors-widget-item .doctors-widget-item-descr p {
	color: #b177b8;
	font-weight: 700
}

.doctors-catalog .doctors-widget-item-wrap {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%;
	margin-bottom: 30px;
	height: 420px
}

@media (min-width: 320px) {
	.doctors-catalog .doctors-widget-item-wrap {
		height: 680px !important;
	}
	.doctors-catalog .doctors-widget-item-wrap .doctors-widget-item {
		height: 680px !important;
	}
}

@media (min-width: 480px) {
	.doctors-catalog .doctors-widget-item-wrap {
		width: 100%;
		height: 680px !important;
	}
	.doctors-catalog .doctors-widget-item-wrap .doctors-widget-item {
		height: 680px !important;
	}
}

@media (min-width: 576px) {
	.doctors-catalog .doctors-widget-item-wrap {
		width: 50%;
		height: 680px !important;
	}
	.doctors-catalog .doctors-widget-item-wrap .doctors-widget-item {
		height: 680px !important;
	}
}

@media (min-width: 768px) {
	.doctors-catalog .doctors-widget-item-wrap {
		width: 50%;
		height: 680px !important;
	}
	.doctors-catalog .doctors-widget-item-wrap .doctors-widget-item {
    margin-top: 0;
		height: 680px !important;
	}
}

@media (min-width: 992px) {
	.doctors-catalog .doctors-widget-item-wrap {
		width: 50%
	}
}

@media (min-width: 1224px) {
	.doctors-catalog .doctors-widget-item-wrap {
		width: 33.33333%
	}
}

.doctors-catalog .doctors-widget-item-wrap .doctors-widget-item {
	margin-top: 0
}

.doctors-catalog .singly-content-btn {
	margin: 39px auto 0;
	width: 95%;
	max-width: 384px
}

.content-search-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.content-search-block .search-wrap {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

@media (min-width: 480px) {
	.content-search-block .search-wrap {
		width: 100%
	}
}
@media (max-width: 768px) {
.content-filter-block .right-side {
		margin-top: 10px;
	}
}
@media (min-width: 576px) {
	.content-search-block .search-wrap {
		width: 100%
	}
}

@media (min-width: 768px) {
	.content-search-block .search-wrap {
		width: 59%
	}
}

@media (min-width: 992px) {
	.content-search-block .search-wrap {
		width: 50%
	}
}

@media (min-width: 1224px) {
	.content-search-block .search-wrap {
		width: 55%
	}
}

.content-search-block .search-wrap a {
	display: inline-block;
	position: absolute;
	top: 13px;
	left: 23px
}

.content-search-block .search-wrap a .material-icons {
	color: #c79dcc;
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 1rem
}

.content-search-block .search-wrap input {
	width: 100%;
	background-color: #fff;
	border: 2px solid #d9d9d9;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	height: auto;
	margin-bottom: 0;
	padding: 9px 0 7px 47px;
	color: #424242;
	font-family: "Roboto";
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.25rem
}

.content-search-block .search-wrap input:not([type]):focus:not([readonly]), .content-search-block .search-wrap input[type=date]:not(.browser-default):focus:not([readonly]), .content-search-block .search-wrap input[type=datetime-local]:not(.browser-default):focus:not([readonly]), .content-search-block .search-wrap input[type=datetime]:not(.browser-default):focus:not([readonly]), .content-search-block .search-wrap input[type=email]:not(.browser-default):focus:not([readonly]), .content-search-block .search-wrap input[type=number]:not(.browser-default):focus:not([readonly]), .content-search-block .search-wrap input[type=password]:not(.browser-default):focus:not([readonly]), .content-search-block .search-wrap input[type=search]:not(.browser-default):focus:not([readonly]), .content-search-block .search-wrap input[type=tel]:not(.browser-default):focus:not([readonly]), .content-search-block .search-wrap input[type=text]:not(.browser-default):focus:not([readonly]), .content-search-block .search-wrap input[type=time]:not(.browser-default):focus:not([readonly]), .content-search-block .search-wrap input[type=url]:not(.browser-default):focus:not([readonly]), .content-search-block .search-wrap textarea.materialize-textarea:focus:not([readonly]) {
	border: 2px solid #d9d9d9;
	-webkit-box-shadow: none;
	box-shadow: none
}

.content-filter-block {
	margin-top: 38px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.content-filter-block .left-side {
	color: #424242;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.625rem
}

.content-filter-block .right-side {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	color: #424242;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.625rem;
	padding: 0 12px;
}

.content-filter-block .right-side .right-side-sort-text {
	margin-top: 2px;
	line-height: 37px;
}

.content-filter-block .right-side .input-btn {
	max-width: 190px;
	margin-left: 10px;
	margin-top: 0
}

.content-with-search {
	padding-top: 32px
}

.pagination {
	border-bottom: 2px solid #dfcee0;
	padding-bottom: 54px
}

.pagination ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 11px
}

.pagination ul li {
	height: auto;
	margin-right: 0;
	margin-bottom: 5px;
	position: relative
}

.pagination ul li.active {
	background: 0 0;
	background-color: #b177b8;
	color: #fff
}

.pagination ul li.active a:hover {
	background-color: #b177b8;
	color: #fff
}

.pagination ul li a {
	padding: 9px 18px 11px;
	display: block;
	color: #2c215a;
	font-size: 1.375rem;
	font-weight: 400;
	line-height: 1.25rem;
	-webkit-border-radius: .25rem;
	border-radius: .25rem;
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease
}

.pagination ul li a:hover {
	color: #87489e;
	background-color: #f3f0f5
}

.pagination ul li:last-child {
	margin-right: 1px
}

.programs .program-catalog .doctors-widget-item-wrap {
	padding-left: 7px;
	padding-right: 7px;
	width: 100%;
	height: 532px !important;
}

@media (min-width: 480px) {
	.programs .program-catalog .doctors-widget-item-wrap {
		width: 100%
	}
}

@media (min-width: 576px) {
	.programs .program-catalog .doctors-widget-item-wrap {
		width: 50%
	}
}

@media (min-width: 768px) {
	.programs .program-catalog .doctors-widget-item-wrap {
		width: 50%
	}
}

@media (min-width: 992px) {
	.programs .program-catalog .doctors-widget-item-wrap {
		width: 50%
	}
}

@media (min-width: 1224px) {
	.programs .program-catalog .doctors-widget-item-wrap {
		width: 33.33333%
	}
}

.programs .program-catalog .doctors-widget-item-wrap .sales-item:hover {
	z-index: 1
}

.left-sidebar-wrap .slider-ui-block {
	padding: 0 23px 35px
}

.left-sidebar-wrap .slider-ui-block .input-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-border-radius: .5rem;
	border-radius: .5rem;
	background-color: #f3f0f5;
	padding: 0 0;
	margin: 30px 0 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.left-sidebar-wrap .slider-ui-block .input-block .price-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.left-sidebar-wrap .slider-ui-block .input-block input {
	border: none;
	padding: 0;
	margin: 0;
	height: auto;
	text-align: right;
	color: #2c215a;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.875rem;
	font-family: "Roboto";
	width: 50%
}

.left-sidebar-wrap .slider-ui-block .input-block input:focus {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.left-sidebar-wrap .slider-ui-block .input-block span {
	color: #2c215a;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.875rem;
	margin-left: 5px
}

.left-sidebar-wrap .slider-ui-block #slider {
	width: 100%;
	margin-top: 25px
}

.left-sidebar-wrap .slider-ui-block .ui-slider {
	position: relative
}

.left-sidebar-wrap .slider-ui-block .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 24px;
	height: 24px;
	-webkit-box-shadow: 0 .063rem .188rem .063rem rgba(44, 33, 90, .3);
	box-shadow: 0 .063rem .188rem .063rem rgba(44, 33, 90, .3);
	-webkit-border-radius: .75rem;
	border-radius: .75rem;
	background-color: #c79dcc;
	cursor: pointer;
	outline: 0
}

.left-sidebar-wrap .slider-ui-block .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	overflow: hidden
}

.left-sidebar-wrap .slider-ui-block .ui-slider-horizontal {
	height: 4px
}

.left-sidebar-wrap .slider-ui-block .ui-slider-horizontal .ui-slider-handle {
	top: -10px;
	margin-left: -6px
}

.left-sidebar-wrap .slider-ui-block .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.left-sidebar-wrap .slider-ui-block .ui-slider-horizontal .ui-slider-range-min {
	left: 0
}

.left-sidebar-wrap .slider-ui-block .ui-slider-horizontal .ui-slider-range-max {
	right: 0
}

.left-sidebar-wrap .slider-ui-block .ui-widget-content {
	-webkit-border-radius: .125rem;
	border-radius: .125rem;
	background-color: #f3f0f5
}

.left-sidebar-wrap .slider-ui-block .ui-widget-header {
	-webkit-border-radius: .125rem;
	border-radius: .125rem;
	background-color: #984fb3
}

.left-sidebar-wrap .slider-ui-block .ui-corner-all {
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.programs-catalog {
	margin-top: 40px
}

.programs-catalog .programs-catalog-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: 0;
	margin-right: 0;
	background-color: #f3f0f5;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.programs-catalog .programs-catalog-wrap i {
	margin-right: 8px
}

.programs-catalog .programs-catalog-wrap .left-btn {
	width: 23.5%;
	padding: 17px 0;
	display: block;
	border: 1px solid #b177b8;
	background-color: #b177b8;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.programs-catalog .programs-catalog-wrap .left-btn:hover {
	background-color: #fff;
	color: #b177b8
}

.programs-catalog .programs-catalog-wrap .center-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 45%;
	color: #2c215a;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1rem;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.programs-catalog .programs-catalog-wrap .center-btn i {
	color: #b177b8
}

.programs-catalog .programs-catalog-wrap .center-btn:hover {
	color: #984fb3
}

.programs-catalog .programs-catalog-wrap .right-btn-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-border-radius: .5rem;
	border-radius: .5rem;
	background-color: #fff;
	margin-right: 20px;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.25rem;
	text-transform: uppercase
}

.programs-catalog .programs-catalog-wrap .right-btn-block .card-view {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: .063rem solid #b177b8;
	-webkit-border-radius: .5rem 0 0 .5rem;
	border-radius: .5rem 0 0 .5rem;
	cursor: pointer;
	color: #2c215a;
	padding: 9px 13px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.programs-catalog .programs-catalog-wrap .right-btn-block .card-view i {
	color: #b177b8
}

.programs-catalog .programs-catalog-wrap .right-btn-block .card-view:hover {
	background-color: #f3f0f5
}

.programs-catalog .programs-catalog-wrap .right-btn-block .row-view {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	border: .063rem solid #c79dcc;
	-webkit-border-radius: 0 .5rem .5rem 0;
	border-radius: 0 .5rem .5rem 0;
	color: #2c215a;
	padding: 9px 19px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.programs-catalog .programs-catalog-wrap .right-btn-block .row-view i {
	color: #b177b8
}

.programs-catalog .programs-catalog-wrap .right-btn-block .row-view:hover {
	background-color: #f3f0f5
}

.programs-catalog .programs-catalog-wrap .right-btn-block .active-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #b177b8;
	border: .063rem solid #b177b8;
	cursor: pointer;
	color: #fff
}

.programs-catalog .programs-catalog-wrap .right-btn-block .active-btn i {
	color: #fff
}

.programs-catalog .programs-catalog-wrap .right-btn-block .active-btn:hover {
	background-color: #b177b8
}

.programs .program-catalog-row .row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.programs .program-catalog-row .doctors-widget-item-wrap {
	/*height: 60px;*/
	height: auto;
	margin-bottom: 0;
	width: 100%
}

.programs .program-catalog-row .doctors-widget-item-wrap:last-child {
	margin-bottom: 40px
}

.programs .program-catalog-row .doctors-widget-item-wrap .sales-item {
	-webkit-box-shadow: none;
	box-shadow: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative
}

.programs .program-catalog-row .doctors-widget-item-wrap .sales-item:last-child:after {
	content: '';
	background-color: #eaddef;
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 3px;
	left: 0
}

.programs .program-catalog-row .doctors-widget-item-wrap .sales-item:before {
	content: '';
	background-color: #eaddef;
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 3px;
	left: 0
}

.programs .program-catalog-row .doctors-widget-item-wrap .sales-item:hover {
	height: auto;
	z-index: 0
}

.programs .program-catalog-row .doctors-widget-item-wrap .sales-item:hover .bottom-btns {
	/*display: none;*/
}

.programs .program-catalog-row .doctors-widget-item-wrap .sales-item .img-wrap p {
	top: 5px;
	left: 5px
}

.programs .program-catalog-row .doctors-widget-item-wrap .sales-item .img-wrap div {
	height: 40px;
	width: 66px
}
.programs .program-catalog-row .sales__item__chevrons {
	top: 0px;
	left: 0px;
}

.programs .program-catalog-row .doctors-widget-item-wrap .sales-item .sales-item-content {
	width: 83%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 0
}

.programs .program-catalog-row .doctors-widget-item-wrap .sales-item .sales-item-content .price {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.programs .program-catalog-row .doctors-widget-item-wrap .sales-item .sales-item-content a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 60%
}

.programs .program-catalog-row .doctors-widget-item-wrap .sales-item .sales-item-content a h3,.programs .program-catalog-row .doctors-widget-item-wrap .sales-item .sales-item-content a .h3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.programs .program-catalog-row .doctors-widget-item-wrap .sales-item .sales-item-content .sales-item-bottom {
	display: none
}

.programs .program-catalog-row .doctors-widget-item-wrap .sales-item .sales-item-content .sales-item-descr {
	display: none
}

.programs .program-catalog-row .doctors-widget-item-wrap .sales-item .card-item-icon-wrap {
	background-color: #fff;
	border: 1px solid #c79dcc;
	width: 38px;
	height: 38px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.programs .program-catalog-row .doctors-widget-item-wrap .sales-item .card-item-icon-wrap i {
	color: #b177b8;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.programs .program-catalog-row .doctors-widget-item-wrap .sales-item .card-item-icon-wrap:hover {
	background-color: #f3f0f5;
	border: 1px solid #984fb3
}

.programs .program-catalog-row .doctors-widget-item-wrap .sales-item .card-item-icon-wrap:hover i {
	color: #984fb3
}

.one-doctor .input-btn {
	margin-top: 36px
}

.one-doctor .one-service-singly-top-block .one-service-singly-right .one-doctor-btn-block {
	margin-top: 15px;
	margin-bottom: 60px;
}

.one-doctor .one-service-singly-top-block .one-service-singly-right .offer-btn {
	margin-top: 15px;
	border: .125rem solid #87489e;
	padding: 13px 0
}
.one-doctor .one-service-singly-top-block .one-service-singly-right .offer-btn.service__detail__appointment__btn {
	border-color: #d53a3a;
}
.one-doctor .one-service-singly-top-block .one-service-singly-right .offer-btn.service__detail__appointment__btn:hover,
.one-doctor .one-service-singly-top-block .one-service-singly-right .offer-btn.service__detail__appointment__btn:focus {
	background: #cd2c2c;
    border-color: #cd2c2c;
}
.one-doctor .one-service-singly-top-block .one-service-singly-right .offer-btn.service__detail__ask__question__btn_doc {
	border-color: #9850b2;
	background: #9850b2;
}
.one-doctor .one-service-singly-top-block .one-service-singly-right .offer-btn.service__detail__ask__question__btn_doc:hover,
.one-doctor .one-service-singly-top-block .one-service-singly-right .offer-btn.service__detail__ask__question__btn_doc:focus {
    border-color: #8c41a7;
    background: #8c41a7;
}

.one-doctor .one-service-singly-top-block .one-service-singly-right .offer-btn:hover {
	border: .125rem solid #984fb3
}

.one-doctor .one-service-singly-top-block .one-service-singly-right .white-btn {
	background-color: #fff;
	color: #87489e;
	border: .125rem solid #87489e
}

.one-doctor .one-service-singly-top-block .one-service-singly-right .white-btn:hover {
	border: .125rem solid #984fb3;
	background-color: #984fb3;
	color: #fff
}

.one-doctor .one-service-text-block ul li {
	margin-bottom: 10px
}

.one-doctor .one-service-text-block ul li:last-child {
	margin-bottom: 0
}

.one-doctor .doctors-widget-block .doctors-services {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: -12px;
	margin-right: -12px;
	margin-top: 28px
}

.one-doctor .doctors-widget-block .doctors-services li {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5px
}

@media (min-width: 480px) {
	.one-doctor .doctors-widget-block .doctors-services li {
		width: 100%
	}
}

@media (min-width: 576px) {
	.one-doctor .doctors-widget-block .doctors-services li {
		width: 50%
	}
}

@media (min-width: 768px) {
	.one-doctor .doctors-widget-block .doctors-services li {
		width: 50%
	}
}

@media (min-width: 992px) {
	.one-doctor .doctors-widget-block .doctors-services li {
		width: 25%
	}
}

@media (min-width: 1224px) {
	.one-doctor .doctors-widget-block .doctors-services li {
		width: 25%
	}
}

.one-doctor .doctors-widget-block .doctors-services li a {
	-webkit-border-radius: .5rem;
	border-radius: .5rem;
	background-color: #f3f0f5;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	color: #2c215a;
	font-size: .938rem;
	font-weight: 400;
	line-height: 1.25rem;
	padding: 9px 14px;
	border: .063rem solid #f3f0f5;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.one-doctor .doctors-widget-block .doctors-services li a:hover {
	color: #984fb3;
	border: .063rem solid #c79dcc
}

.one-doctor .patients-one-slide {
	margin-top: 18px;
	padding: 23px 103px 27px 103px;
	background-color: #f3f0f5;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 3px .06px rgba(44, 33, 90, .3);
	box-shadow: 0 1px 3px .06px rgba(44, 33, 90, .3)
}

.one-doctor .patients-one-slide:first-child {
	margin-top: 38px
}

.one-doctor .patients-one-slide .patients-user-ico {
	top: 30px
}

.one-doctor .paper-otzivi {
	margin-top: 22px
}

.one-doctor .question-block {
	margin-top: 38px
}

.one-doctor .question-block .one-question {
	/*background-color: #fff;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 3px .06px rgba(44, 33, 90, .3);
	box-shadow: 0 1px 3px .06px rgba(44, 33, 90, .3);
	padding: 17px 31px 23px;
	margin-top: 18px*/
	background-color:#f3f0f5;
	border-radius:15px;
	color:#9683a4;
	font-size:14px;
	padding: 30px 30px 30px 150px;
	position:relative;
	margin-left: 10px;
}
.one-doctor .question-block .one-question:before{
	content:' ';
	width:20px;
	height:20px;
	background-color:#f3f0f5;
	position:absolute;
	left:-10px;
	top:calc(100% / 2 - 5px);
	transform: rotate(45deg);
}
.one-doctor .question-block .one-question img.ask-ico{
position: absolute;
top: calc(100% / 2 - 35px);
left: 50px;
}
/*
.one-doctor .question-block .one-question:first-child {
	margin-top: 0
}
*/
.one-doctor .question-block .one-question p {
/*	color: #000;
	font-size: .938rem;*/
	color:#9683a4;
	font-size:14px;
	font-weight: 400;
	line-height: 1.563rem;
	margin-top: 10px
}

.one-doctor .question-block .one-question .top-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.one-doctor .question-block .one-question .top-block i {
	color: #b177b8;
	margin-right: 6px
}

.one-doctor .question-block .one-question .top-block .patients-user-info {
	margin-top: 0
}

.one-doctor .question-block .question-answer {
	/*background-color: #f3f0f5;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-left: 31px;
	margin-top: 10px*/
	margin:20px 0px;
	background-color:#f3f3f3;
	border-radius:15px;
	color:#9683a4;
	font-size:14px;
	padding: 30px 150px 30px 30px;
	position:relative;
	margin-right:10px;
}
.one-doctor .question-block .question-answer:before{
	content:' ';
	width:20px;
	height:20px;
	background-color:#f3f3f3;
	position:absolute;
	right:-10px;
	left:auto;
	top:calc(100% / 2 - 5px);
	transform: rotate(45deg);
}
.one-doctor .question-block .one-question img.ans-ico{
position: absolute;
top: calc(100% / 2 - 35px);
right: 50px;
}

.one-doctor .one-service-singly-left {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%
}
@media (max-width: 480px) {
	.one-doctor .question-block .one-question{
		padding-left: 20px;
		padding-right: 20px;
	}

	.one-doctor .question-block .one-question img.ask-ico,.one-doctor .question-block .one-question img.ans-ico{
		position: relative;
		left: auto;
		right: auto;
		width: 45px;
		margin-right: 10px;
	}
	.one-doctor .question-block .one-question img.ask-ico{
		float: left;
	}
	.one-doctor .question-block .one-question img.ans-ico{
		float: right;
	}
}

@media (min-width: 480px) {
	.one-doctor .one-service-singly-left {
		width: 100%
	}
}

@media (min-width: 576px) {
	.one-doctor .one-service-singly-left {
		width: 50%
	}
}

@media (min-width: 768px) {
	.one-doctor .one-service-singly-left {
		width: 50%
	}
}

@media (min-width: 992px) {
	.one-doctor .one-service-singly-left {
		width: 25%
	}
}

@media (min-width: 1224px) {
	.one-doctor .one-service-singly-left {
		width: 25%
	}
}

.one-doctor .one-service-singly-center {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%
}

@media (min-width: 480px) {
	.one-doctor .one-service-singly-center {
		width: 100%
	}
}

@media (min-width: 576px) {
	.one-doctor .one-service-singly-center {
		width: 50%
	}
}

@media (min-width: 768px) {
	.one-doctor .one-service-singly-center {
		width: 50%
	}
}

@media (min-width: 992px) {
	.one-doctor .one-service-singly-center {
		width: 41.66667%
	}
}

@media (min-width: 1224px) {
	.one-doctor .one-service-singly-center {
		width: 41.66667%
	}
}

.one-doctor .one-service-singly-center .doctor-name {
	color: #633277;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 2.188rem;
	margin-top: 12px
}

.one-doctor .one-service-singly-center .doctor-descr {
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.563rem;
	margin-top: 25px
}

.one-doctor .one-service-singly-center .doctor-special {
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.563rem;
	margin-top: 25px
}

.one-doctor .one-service-singly-center .doctor-special span {
	display: block;
	color: #b177b8;
	font-weight: 700
}

.one-doctor .one-service-singly-right {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%
}

@media (min-width: 480px) {
	.one-doctor .one-service-singly-right {
		width: 100%
	}
}

@media (min-width: 576px) {
	.one-doctor .one-service-singly-right {
		width: 100%
	}
}

@media (min-width: 768px) {
	.one-doctor .one-service-singly-right {
		width: 100%
	}
}

@media (min-width: 992px) {
	.one-doctor .one-service-singly-right {
		width: 33.33333%
	}
}

@media (min-width: 1224px) {
	.one-doctor .one-service-singly-right {
		width: 33.33333%
	}
}

.one-program .one-service-singly-left {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%
}

@media (min-width: 480px) {
	.one-program .one-service-singly-left {
		width: 100%
	}
}

@media (min-width: 576px) {
	.one-program .one-service-singly-left {
		width: 100%
	}
}

@media (min-width: 768px) {
	.one-program .one-service-singly-left {
		width: 50%
	}
}

@media (min-width: 992px) {
	.one-program .one-service-singly-left {
		width: 50%
	}
}

@media (min-width: 1224px) {
	.one-program .one-service-singly-left {
		width: 50%
	}
}

.one-program .one-service-singly-right {
	border: none;
	padding-left: 12px;
	padding-right: 12px;
	width: 100%;
	text-align: left
}

@media (min-width: 480px) {
	.one-program .one-service-singly-right {
		width: 100%
	}
}

@media (min-width: 576px) {
	.one-program .one-service-singly-right {
		width: 100%
	}
}

@media (min-width: 768px) {
	.one-program .one-service-singly-right {
		width: 50%
	}
}

@media (min-width: 992px) {
	.one-program .one-service-singly-right {
		width: 50%
	}
}

@media (min-width: 1224px) {
	.one-program .one-service-singly-right {
		width: 50%
	}
}

.one-program .one-service-singly-right .one-program-info-block {
	margin-top: 14px;
            margin-left: calc(50% - 115px);
}

.one-program .one-service-singly-right .one-program-info-block li {
	color: #000;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.375rem
}

.one-program .one-service-singly-right .one-program-info-block li span {
	color: #7d7d7e
}

.one-program .one-service-singly-right .one-program-price {
	color: #2c215a;
	color: red;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 3.125rem;
/*
	margin-top: 24px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
*/
    display: block;
    text-align: center;
}

.one-program .one-service-singly-right .one-program-price .sale-price {
	color: #ed253f;
	color: grey;
	opacity: 0.7;
	margin-left: 20px;
	font-size: 1.75rem;
	text-decoration: line-through;
	margin-right: 16px
}

.one-program .one-service-singly-right .one-program-price span {
	white-space: nowrap
}

.one-program .one-service-singly-right .input-btn {
	margin: 0
}

/*
.one-program .one-service-singly-right .offer-btn {
	width: 282px;
	margin: 32px 0 0;
	padding: 10px 0;
	border: 2px solid #87489e
}
*/

.one-program .one-service-singly-right .offer-btn:hover {
	border: 2px solid #984fb3;
	color: #fff;
	background: #984fb3
}

.one-program .one-service-singly-right .white-btn {
	margin-top: 20px;
	background: #fff;
	color: #87489e
}

.one-program .one-service-singly-right .share-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 32px
}

.one-program .one-service-singly-right .share-block p {
	margin: 0;
	margin-right: 10px
}

.one-program .one-service-text-block-img-wrap .one-service-text-block-img {
	height: 260px
}

.about-clinic .accordion-wrap {
	margin-top: 0;
	padding-top: 11px;
	padding-bottom: 24px
}

.about-clinic .accordion-wrap p {
	margin-top: 11px
}

.about-clinic .accordion-wrap p a {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.about-clinic .accordion-wrap p a:hover {
	color: #633277;
}

.about-clinic .accordion-wrap p .active-link {
	color: #633277;
}

.about-clinic .accordion-wrap p .active-link i {
	color: #633277;
}

.about-clinic .about-clinic-top-img {
	width: 100%;
	height: 315px
}

.about-clinic .one-service-text-block a {
	color: #87489e;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.about-clinic .one-service-text-block a:hover {
	color: #984fb3
}

.about-clinic .about-clinic-bottom-img-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: -12px;
	margin-right: -12px;
	margin-top: 60px
}

.about-clinic .about-clinic-bottom-img-left-wrap {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%
}

@media (min-width: 480px) {
	.about-clinic .about-clinic-bottom-img-left-wrap {
		width: 100%
	}
}

@media (min-width: 576px) {
	.about-clinic .about-clinic-bottom-img-left-wrap {
		width: 100%
	}
}

@media (min-width: 768px) {
	.about-clinic .about-clinic-bottom-img-left-wrap {
		width: 50%
	}
}

@media (min-width: 992px) {
	.about-clinic .about-clinic-bottom-img-left-wrap {
		width: 66.66667%
	}
}

@media (min-width: 1224px) {
	.about-clinic .about-clinic-bottom-img-left-wrap {
		width: 66.66667%
	}
}

.about-clinic .about-clinic-bottom-img-left-wrap .about-clinic-bottom-img-left {
	width: 100%;
	height: 450px
}

.about-clinic .about-clinic-bottom-img-right-wrap {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%
}

@media (min-width: 480px) {
	.about-clinic .about-clinic-bottom-img-right-wrap {
		width: 100%
	}
}

@media (min-width: 576px) {
	.about-clinic .about-clinic-bottom-img-right-wrap {
		width: 100%
	}
}

@media (min-width: 768px) {
	.about-clinic .about-clinic-bottom-img-right-wrap {
		width: 50%
	}
}

@media (min-width: 992px) {
	.about-clinic .about-clinic-bottom-img-right-wrap {
		width: 33.33333%
	}
}

@media (min-width: 1224px) {
	.about-clinic .about-clinic-bottom-img-right-wrap {
		width: 33.33333%
	}
}

.about-clinic .about-clinic-bottom-img-right-wrap .about-clinic-bottom-img-right {
	width: 100%;
	height: 450px
}

/*.about-clinic .time-table .table-row {
	width: 894px;
	width: 1100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #c79dcc;
	padding: 0 6px
}*/

/*.about-clinic .time-table .table-row .doctor-cell {
	width: 281px;
	line-height: 1.25rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}*/

.main-content.table-wrap {
    width: 100%;
    overflow: scroll;
}
.about-clinic .time-table .table-row .day-cell {
    line-height: 1.125rem !important;
}
table.time-table, table.time-table td, table.time-table th {
    border-bottom: 1px solid #c79dcc;
    border-collapse: collapse;
}
.about-clinic .time-table .table-row .day-cell {
	width: 86px;
	width: 160px;
	text-align: center;
	color: #000;
	font-size: .875rem;
	font-weight: 400;
	line-height: 3.125rem;
	overflow:hidden;
}
.about-clinic .time-table .table-row .day-cell p{
	line-height: 1.5rem;
}
.about-clinic .time-table .table-row:nth-child(odd) {
	background-color: rgba(243, 240, 245, .5)
}

.about-clinic .time-table .table-row:first-child {
	background-color: #eaddef;
	color: #633277;
	font-weight: 600;
	line-height: 3.125rem
}

.about-clinic .time-table .table-row:first-child .day-cell {
	color: #633277;
	font-weight: 600
}

.about-clinic .time-table .table-row .cell {
	border-right: 1px solid #c79dcc;
	height: 50px
}

.about-clinic .time-table .table-row .cell:last-child {
	border-right: none
}

.about-clinic .time-table .table-row a.doctor-cell:hover {
	color: #984fb3
}

.about-clinic .licence-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: -12px;
	margin-right: -12px
}

.about-clinic .licence-block .licence-wrap {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%
}

@media (min-width: 480px) {
	.about-clinic .licence-block .licence-wrap {
		width: 100%
	}
}

@media (min-width: 576px) {
	.about-clinic .licence-block .licence-wrap {
		width: 100%
	}
}

@media (min-width: 768px) {
	.about-clinic .licence-block .licence-wrap {
		width: 50%
	}
}

@media (min-width: 992px) {
	.about-clinic .licence-block .licence-wrap {
		width: 50%
	}
}

@media (min-width: 1224px) {
	.about-clinic .licence-block .licence-wrap {
		width: 50%
	}
}

.about-clinic .licence-block .licence-wrap .licence-img {
	margin-bottom: 30px
}

.about-clinic .licence-block .licence-wrap .licence-img img {
	width: 100%
}

.about-clinic .one-service-text-block ul li a {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.about-clinic .one-service-text-block ul li a:hover {
	color: #984fb3
}

.about-clinic .one-service-text-block ul li a:hover .colored-text {
	color: #984fb3
}

.about-clinic .one-service-text-block ul li .colored-text {
	font-weight: 700
}

.about-clinic .one-service-text-block p a {
	color: #87489e;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.about-clinic .one-service-text-block p a:hover {
	color: #984fb3
}

.about-clinic .users-corner b {
	display: block
}

.about-clinic .partners-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: -12px;
	margin-right: -12px
}

.about-clinic .partners-block .partners-item-wrap {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%
}

@media (min-width: 480px) {
	.about-clinic .partners-block .partners-item-wrap {
		width: 100%
	}
}

@media (min-width: 576px) {
	.about-clinic .partners-block .partners-item-wrap {
		width: 50%
	}
}

@media (min-width: 768px) {
	.about-clinic .partners-block .partners-item-wrap {
		width: 50%
	}
}

@media (min-width: 992px) {
	.about-clinic .partners-block .partners-item-wrap {
		width: 50%
	}
}

@media (min-width: 1224px) {
	.about-clinic .partners-block .partners-item-wrap {
		width: 33.33333%
	}
}

.about-clinic .partners-block .partners-item {
	height: 282px;
	background-color: #fff;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 3px .06px rgba(44, 33, 90, .3);
	box-shadow: 0 1px 3px .06px rgba(44, 33, 90, .3);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.about-clinic .partners-block .partners-item:hover {
	-webkit-box-shadow: 0 5px 20px 1px rgba(44, 33, 90, .2);
	box-shadow: 0 5px 20px 1px rgba(44, 33, 90, .2)
}

.news-page {
	padding-bottom: 0;
}

.news-page .tabs {

}

.news-page .sort-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 40px
}

.news-page .sort-block .input-btn {
	margin: 0
}

.news-page .sort-block .news-tags {
	width: 282px
}

.news-page .sort-block .news-sort {
	width: 190px
}

.news-page .news-page-block-item {
	background-color: #fff;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 3px .06px rgba(44, 33, 90, .3);
	box-shadow: 0 1px 3px .06px rgba(44, 33, 90, .3);
	padding: 5px;
	margin-top: 32px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.news-page .news-page-block-item:hover {
	-webkit-box-shadow: 0 5px 20px 1px rgba(44, 33, 90, .2);
	box-shadow: 0 5px 20px 1px rgba(44, 33, 90, .2)
}

.news-page .news-page-block-item .img-wrap {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%
}

@media (min-width: 480px) {
	.news-page .news-page-block-item .img-wrap {
		width: 100%
	}
}

@media (min-width: 576px) {
	.news-page .news-page-block-item .img-wrap {
		width: 41.66667%
	}
}

@media (min-width: 768px) {
	.news-page .news-page-block-item .img-wrap {
		width: 33.33333%
	}
}

@media (min-width: 992px) {
	.news-page .news-page-block-item .img-wrap {
		width: 25%
	}
}

@media (min-width: 1224px) {
	.news-page .news-page-block-item .img-wrap {
		width: 25%
	}
}

.news-page .news-page-block-item .img-wrap .news-img {
	width: 100%;
	height: 100%;
	min-height: 170px
}

.news-page .news-page-block-item .text-wrap {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media (min-width: 480px) {
	.news-page .news-page-block-item .text-wrap {
		width: 100%
	}
}

@media (min-width: 576px) {
	.news-page .news-page-block-item .text-wrap {
		width: 58.33333%
	}
}

@media (min-width: 768px) {
	.news-page .news-page-block-item .text-wrap {
		width: 66.66667%
	}
}

@media (min-width: 992px) {
	.news-page .news-page-block-item .text-wrap {
		width: 75%
	}
}

@media (min-width: 1224px) {
	.news-page .news-page-block-item .text-wrap {
		width: 75%
	}
}

.news-page .news-page-block-item .text-wrap .text {
	margin-top: 11px
}

.news-page .news-page-block-item .text-wrap h3,.news-page .news-page-block-item .text-wrap .h3 {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.563rem
}

.news-page .news-page-block-item .text-wrap h3 a,.news-page .news-page-block-item .text-wrap .h3 a {
	color: #2c215a;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.news-page .news-page-block-item .text-wrap h3 a:hover,.news-page .news-page-block-item .text-wrap .h3 a:hover {
	color: #984fb3
}

.news-page .news-page-block-item .text-wrap p {
	color: #000;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.375rem;
	margin-top: 13px
}

.news-page .news-page-block-item .text-wrap .date-tags-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 14px;
	margin-top: 10px
}

.news-page .news-page-block-item .text-wrap .date-tags-block .date {
	color: #b177b8;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.375rem;
	margin-right: 28px
}

.news-page .news-page-block-item .text-wrap .date-tags-block .date:last-child {
	margin-right: 0
}

.news-page .news-page-block-item .text-wrap .date-tags-block .one-tag {
	color: #2c215a;
	font-size: .813rem;
	font-weight: 400;
	line-height: 1.375rem;
	-webkit-border-radius: .5rem;
	border-radius: .5rem;
	background-color: #f3f0f5;
	border: .063rem solid #f3f0f5;
	padding: 0 6px;
	margin-right: 10px;
	display: block;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.news-page .news-page-block-item .text-wrap .date-tags-block .one-tag:hover {
	color: #984fb3;
	border: .063rem solid #b177b8
}

.news-page .news-page-block-item .text-wrap .date-tags-block .one-tag:last-child {
	margin-right: 0
}

.news-page .pagination {
	margin-top: 30px
}

.news-page .singly-content-btn {
	width: 384px;
	max-width: 95%;
	margin: 0 auto
}

.news-page .tabs .ui-widget-content {
	border-bottom: none
}

.news-page .tabs .tabs-wrap-2items .one-tab {
	width: 49.7%
}

.news-page .one-doctor .sort-block {
	margin-bottom: 30px
}

.news-page .one-doctor .patients-one-slide .patients-user-block .patients-user-doctor {
	color: #424242;
	font-size: .813rem;
	font-style: italic;
	line-height: 1.563rem
}

.news-page .one-doctor .patients-one-slide .patients-user-block .patients-user-doctor span {
	color: #87489e
}

.news-page .testemonial-bottom-block {
	margin-bottom: 35px
}

.news-page .testemonial-bottom-block .item {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%;
	color: #000;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.563rem
}

@media (min-width: 480px) {
	.news-page .testemonial-bottom-block .item {
		width: 100%
	}
}

@media (min-width: 576px) {
	.news-page .testemonial-bottom-block .item {
		width: 100%
	}
}

@media (min-width: 768px) {
	.news-page .testemonial-bottom-block .item {
		width: 50%
	}
}

@media (min-width: 992px) {
	.news-page .testemonial-bottom-block .item {
		width: 50%
	}
}

@media (min-width: 1224px) {
	.news-page .testemonial-bottom-block .item {
		width: 50%
	}
}

.news-page .testemonial-bottom-block .item p {
	margin-top: 30px
}

.news-page .singly-content-btn-descr {
	text-align: center;
	color: #7d7d7e;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.25rem;
	margin-top: 15px
}

.news-page .paper-otzivi {
	margin-top: 30px
}

.news-page .pagination-no-after {
	border-bottom: none
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	-webkit-border-radius: .125rem;
	border-radius: .125rem;
	background-color: #dfcee0;
	width: 4px
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
	background-color: #c79dcc
}

.mCSB_scrollTools .mCSB_draggerRail {
	-webkit-border-radius: .125rem;
	border-radius: .125rem;
	background-color: #fafafa;
	width: 4px
}

.mCSB_scrollTools .mCSB_draggerContainer {
	top: 5px;
	bottom: 5px
}

.mCSB_inside > .mCSB_container {
	margin-right: 15px
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #c79dcc
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #c79dcc
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #c79dcc
}

.one-new .one-new-top-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 14px
}

.one-new .one-new-top-block .one-program-info-block {
	margin-top: 0
}

.one-new .one-new-top-block .share-block {
	margin-top: 0
}

.one-new .one-new-top-block li.date {
	color: #b177b8
}

.one-new .one-service-singly-right {
	width: 100%
}

.one-new .one-service-singly-right:after {
	content: '';
	clear: both;
	display: table
}

.one-new .one-service-singly-right p {
	margin-top: 22px;
	text-align: left;
	color: #000;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.375rem
}
.one-new .one-service-singly-right h3{
	margin-top: 22px;
}
.one-new .doctors-widget-block {
	border-top: 1px solid #dfcee0;
	border-bottom: 1px solid #dfcee0;
	margin-top: 50px;
	padding-bottom: 80px
}

.one-new .news-back-btn {
	color: #87489e;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.875rem;
	-webkit-border-radius: .938rem;
	border-radius: .938rem;
	border: .125rem solid #87489e;
	background-color: #fff;
	width: 282px;
	display: block;
	margin: 35px auto 0;
	text-align: center;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.one-new .news-back-btn:hover {
	background-color: #984fb3;
	color: #fff
}

.one-new .one-service-singly-left-img {
	height: 330px;
	width: 50%;
	float: left;
	margin: 0 24px 20px 0
}

.one-new .singly-content-btn {
	margin: 34px auto 0;
	width: 384px
}

.empty-new .news-back-btn {
	margin-top: 0
}

.empty-new .tel-text-block {
	color: #2c215a;
	font-size: 1.5rem;
	line-height: 2rem
}

.empty-new .news-back-btn {
	margin-top: 35px
}


.contacts-slider {
	margin-top: 0;
}

.contacts-slider .contacts-slide {
	width: 100%;
	height: 332px;
	border-radius: 4px;
}

.contacts-slider .slick-dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 35px;
	display:block;
}

.contacts-slider .slick-dots li {
	width: 14px;
	height: 14px;
	margin-right: 10px;
	border: 1px solid #87489e;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: none;
	cursor: pointer;
	display:inline-block;
	vertical-align:top;
}

.contacts-slider .slick-dots li button {
	width: 14px;
	height: 14px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	opacity: 0;
	cursor: pointer;
}

.contacts-slider .slick-dots li:last-child {
	margin-right: 0
}

.contacts-slider .slick-dots li.slick-active {
	background-color: #87489e;
	border: 1px solid #87489e;
	-webkit-box-shadow: none;
	box-shadow: none
}

.alternate-modal .input-field {
	width: 100%;
	margin-top: 37px
}

.alternate-modal .input-field input {
	height: 2rem
}

.alternate-modal .input-field label {
	height: 3rem;
	top: -10px
}

.alternate-modal .input-field label.textarealabel {
	top: -7px
}

.alternate-modal .textarea-input {
	margin-top: 35px
}

.alternate-modal .form-btn {
	margin: 30px auto 25px
}

.alternate-modal p {
	font-size: .938rem;
	line-height: 1.25rem
}

.alternate-modal .datepicker-block {
	width: 50%;
	position: relative
}

.alternate-modal .datepicker-block i {
	color: #87489e;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1rem;
	position: absolute;
	top: 7px;
	right: 9px
}

.form-wrap, input-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: -12px;
	margin-right: -12px;
	margin-top: 8px
}

.form-wrap .input-field, input-wrap .input-field {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%
}

@media (min-width: 480px) {
	.form-wrap .input-field, input-wrap .input-field {
		width: 100%
	}
}

@media (min-width: 576px) {
	.form-wrap .input-field, input-wrap .input-field {
		width: 100%
	}
}

@media (min-width: 768px) {
	.form-wrap .input-field, input-wrap .input-field {
		width: 100%
	}
}

@media (min-width: 992px) {
	.form-wrap .input-field, input-wrap .input-field {
		width: 50%
	}
}

@media (min-width: 1224px) {
	.form-wrap .input-field, input-wrap .input-field {
		width: 50%
	}
}

.form-wrap .input-field label, input-wrap .input-field label {
	padding-left: 12px
}

.dtp-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.dtp-buttons .btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	padding: 8px 30px;
	margin: 10px 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0;
	will-change: box-shadow, transform;
	-webkit-transition: background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1);
	transition: background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1);
	-o-transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
	transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1);
	transition: box-shadow .2s cubic-bezier(.4, 0, 1, 1), background-color .2s cubic-bezier(.4, 0, .2, 1), color .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, 1, 1);
	outline: 0;
	cursor: pointer;
	text-decoration: none;
	background: 0 0;
	color: rgba(0, 0, 0, .87)
}

.dtp-buttons .hidden {
	display: none
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
	background: #87489e
}

.dtp div.dtp-date, .dtp div.dtp-time {
	background: #c78edc
}

.dtp .p10 > a {
	color: #fff
}

.dtp table.dtp-picker-days tr > td > a.selected {
	background: #87489e
}

.modal {
	max-width: 414px;
	max-height: 92%;
	border-radius: 4px;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 47px;
	padding-bottom: 43px;
}

.modal .modal-close {
position: absolute;
    top: 48px;
    right: 43px;
    color: #afafaf;
    font-size: 29px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    font-weight: 400;
}

.modal .modal-close:hover {
	color: #984fb3
}
.modal form .star-p{
    font-size: 15px;
    color: #606060;
    text-align: center;
}
.modal form .form-btn {
	margin: 30px auto 0
}

.modal form .form-wrap {
	margin-top: 23px
}

.modal form p {
	margin-top: 22px
}

.modal h5,.modal .h5 {
	color: #633277;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	text-align: left;
	margin-bottom: 35px;
	margin-top: 0;
	padding-right: 19px;
}

.modal .modal-descr {
	color: #000;
	font-size: .938rem;
	font-weight: 400;
	line-height: 1.563rem;
	text-align: center
}

.modal .select-input {
	margin-bottom: 50px
}

.mini-modal {
	max-width: 350px
}

.mini-modal form p {
	margin: 22px auto 0;
	text-align: center
}

.mini-modal form p a {
	color: #2c215a;
	font-size: .938rem;
	font-weight: 400;
	line-height: 1.25rem
}

.select2-container {
	position: relative
}

.select2-container:focus {
	outline: 0
}

.select2-container--default {
	max-width: 100%
}

.select2-container--default .select2-results__option {
	font-size: .875rem;
	font-weight: 400
}

.select2-selection {
	outline: 0
}

.select2-search {
	display: none
}

.select2-dropdown {
	-webkit-box-shadow: 0 5px 20px 1px rgba(44, 33, 90, .2);
	box-shadow: 0 5px 20px 1px rgba(44, 33, 90, .2);
	border: none
}

.select2-container--open .select2-dropdown--below, .select2-results {
	-webkit-border-radius: 8px;
	border-radius: 8px
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: 100%;
	-webkit-border-radius: 8px;
	border-radius: 8px
}

.select2-container--default .select2-results > .select2-results__options li {
	padding: 9px
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #f9f7fa;
	color: #984fb3
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: transparent;
	color: #984fb3
}

.select2-container--open .select2-dropdown {
	top: 11px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: 10px;
	right: 8px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: 8px solid transparent;
	border-top: 8px solid #87489e;
	position: absolute;
	top: 0;
	right: 0
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #424242;
	font-family: "Roboto";
	font-size: .813rem;
	font-weight: 400;
	line-height: 1.25rem;
	padding-left: 0;
	padding-bottom: 10px;
	border-bottom: .063rem solid #a4a4a6
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: 2px;
	right: 8px
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border: 8px solid transparent;
	border-bottom: 8px solid #87489e;
	position: absolute;
	top: 0;
	right: 0
}

.select2-container--default .select2-selection--single {
	background: 0 0;
	border: none;
	width: 100%;
	-webkit-border-radius: 0;
	border-radius: 0
}

.mm-listitem:after {
	left: 0
}

.mm-menu {
	background: #faf5fd
}

.mm-iconbar__top .material-icons {
	font-size: 1rem
}

.bottom-head .head-menu ul .mobile-menu {
	display: none
}

.picker__box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.picker__date-display {
	background: #984fb3
}

.picker__close {
	position: absolute;
	top: 19px;
	right: 6px;
	color: #fff;
	background: 0 0;
	border: none;
	outline: 0;
	cursor: pointer
}

button.picker__close:focus {
	background: 0 0
}

.picker__clear, .picker__today {
	color: #fff;
	-webkit-border-radius: 1.563rem;
	border-radius: 1.563rem;
	background-color: #87489e;
	border: 1px solid #87489e;
	cursor: pointer;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.picker__clear:hover, .picker__today:hover {
	background: #fff;
	color: #87489e
}

.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
	border: 1px solid #87489e;
	width: 35px;
	height: 35px;
	margin: 0 auto;
	line-height: 0;
	background-color: #87489e
}

@media only screen and (max-width: 1224px) {
	.top-head-item {
		margin-right: 25px
	}

	.center-head {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.bottom-head .logo {
		padding: 10px
	}

	.bottom-head .head-menu ul li a {
		width: 102px
	}

	.one-service-singly-top-block .one-service-singly-right {
		border-left: none
	}
}

@media only screen and (max-width: 992px) {
	.header-bg {
		height: 300px
	}

	.top-head-block {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 5px 0
	}

	.top-head-block .top-head-item {
		margin-right: 0
	}

	.top-head-block:last-child {
		display: none
	}

	.menu-trigger-wrap {
		display: block
	}

	.bottom-head {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.bottom-head .head-menu {
		display: none
	}

	.center-head {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.center-block-tel {
		top: 103px;
		right: 180px
	}

	.about-bottom-item {
		margin-bottom: 30px
	}

	.about-bottom-item:last-child {
		margin-bottom: 0
	}

	.contacts-block .connect {
		padding-left: 0;
		margin-top: 30px
	}

	.footer-top-block {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}



	.footer-tel-block-wrap {
		margin-top: 20px
	}

	.footer-bottom-copyrihts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.footer-bottom-copyrihts li {
		margin-right: 0;
		margin-bottom: 10px
	}

	.footer-bottom-copyrihts li:last-child {
		margin-bottom: 0
	}

	.footer-bottom-wrap {
		display: block
	}

	.creator {
		margin-top: 15px
	}

	input:not([type]), input[type=date]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=email]:not(.browser-default), input[type=number]:not(.browser-default), input[type=password]:not(.browser-default), input[type=search]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=text]:not(.browser-default), input[type=time]:not(.browser-default), input[type=url]:not(.browser-default), textarea.materialize-textarea {
		margin: 0
	}

	.input-field {
		margin-top: 10px
	}

	.modal form .select-wrap {
		margin-top: 0
	}

	.modal form .select-wrap .input-field {
		margin-top: 30px
	}

	.modal form .form-btn {
		margin-top: 30px
	}

	.select2-container--default .select2-results > .select2-results__options {
		max-height: 200px
	}

	.left-sidebar {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 40px
	}



	.bottom-head .head-menu ul .mobile-menu {
		display: block
	}

	.programs-catalog .programs-catalog-wrap .left-btn {
		width: 30%
	}

	.programs-catalog .programs-catalog-wrap .center-btn {
		width: 29%
	}

	.programs-catalog .programs-catalog-wrap .right-btn-block {
		margin-right: 5px
	}

	.one-new .one-service-singly-left-img {
		width: 100%;
		float: none;
		margin-right: 0
	}
}

@media only screen and (max-width: 768px) {
	.header-bg {
		height: 250px
	}

	.top-head-item:last-child {
		display: none
	}

	.btn {
		width: 165px
	}

	.center-block-tel {
		right: 76px
	}

	.main-top-one-slide ul {
		width: 100%
	}

	.main-top-one-slide ul li {
		font-size: 1rem
	}

	.main-top-one-slide h1, .main-top-one-slide h1 {
		padding-top: 320px;
		font-size: 1.8rem
	}


	.sales-item .bottom-btns {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		position: relative;
		top: auto
	}

	.sales .slick-dots {
		bottom: -30px
	}

	.sales-btn {
		margin: 55px auto 0
	}

	.patients-one-slide {
		padding: 0
	}

	.patients-user-block {
		padding: 20px 0 0;
		text-align: center
	}

	.patients-user-ico {
		left: 0;
		position: relative;
		margin: 0 auto;
		top: auto
	}

	.left-img, .right-img {
		display: none
	}

	.modal {
		width: 100%
	}

	.one-service-price-block li {
		line-height: 1.125rem
	}

	.one-service-price-block li .price-block-title {
		width: 62%
	}

	.one-service-price-block li .price-block-note {
		width: 22%
	}

	.price-block-note, .price-block-price, .price-block-title {
		padding: 10px 0
	}

	.content-filter-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.content-filter-block .left-side {
		margin-bottom: 15px
	}



	.programs .doctors-catalog .doctors-widget-item-wrap {
		/*margin-bottom: 70px;*/
		margin-bottom: 30px;
		height: auto !important;
	}

	.programs-catalog .programs-catalog-wrap .left-btn {
		width: 50%
	}

	.programs-catalog .programs-catalog-wrap .center-btn {
		width: 50%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.one-doctor .patients-one-slide .patients-user-ico {
		top: 10px
	}

	.one-doctor .patients-one-slide {
		padding: 23px 15px 27px 15px
	}

	.tabs .tabs-wrap .one-tab {
		margin-right: .5%
	}

	.about-clinic-bottom-img-left {
		margin-bottom: 25px
	}

	.one-new .one-service-singly-left-img {
		height: 250px
	}

	.one-new .one-new-top-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.one-new .one-new-top-block .share-block {
		margin-top: 16px
	}
}

@media only screen and (max-width: 576px) {
	.bottom-head {
		/*margin-top: 90px*/
	}

	.center-block-buttons {
		display: none
	}
	.center-block-tel {
		position: relative;
		display:inline-block;
	}

	.center-block-tel {
		top: 10px;
		right: auto;

	}

	.center-head {
		padding: 0
	}
/*
	.contacts-block .map {
		height: 456px
	}*/

	.footer-top-item {
		width: 100%
	}

	.tabs .tabs-wrap .one-tab {
		width: 48.5% !important;
		margin-top: 5px
	}

	.news-page .sort-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.news-page .sort-block .input-btn {
		margin-bottom: 20px
	}

	.anketa-page .anketa form .form-wrap {
		padding: 0 30px
	}

	.anketa-page .anketa form .form-wrap .datepicker-block {
		width: 100%
	}
}

@media only screen and (max-width: 480px) {
	.top-head-block {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.top-head-block .top-head-item:first-child {
		display: none
	}

	.logo img {
		width: 180px
	}

	.one-service-price-block li .price-block-title {
		width: 82%
	}

	.one-service-price-block li .price-block-note {
		display: none
	}

	.one-service-price-block li .price-block-price {
		border-right: none;
		padding-left: 10px
	}

	.one-program .one-service-singly-right .one-program-price {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.content-title h2,.content-title .h2, .content-title h1 {

	}
}
.age-hid{
	display: none;
}
.show-answer, .back-ok-modal{
	display: none;
	position: fixed;
	top:50%;
	left:50%;
	margin-top: -100px;
	margin-left: -150px;
	z-index:33333;
	width: 300px;
	height: 200px;
	background: white;
	border-radius: 8px;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0 15px 20px 1px rgba(44, 33, 90, .3)
}
.show-answer{
	width: 350px;
}
.show-answer .h2{
    font-size: 25px;
    margin-bottom: 0px;
    line-height: 25px;
}
.show-answer p{
	width: 100%;
	height: 100%;
	display: flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	text-align: center;


    line-height: 20px;
    height: 34%;


}
.show-answer .answer-close, .back-ok-modal .answer-close{
	position: absolute;
	display: inline-block;
    top: 8px;
    right: 8px;
    color: #c79dcc;
    font-size: 36px;
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    text-transform: none;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
	cursor: pointer;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
}

.fon {
    background: #000;
    opacity:.5;
    position:fixed;
    top:0;
    bottom: 0;
    width:100%;
    height:100%;
    display: none;
    z-index: 1000;
}
.show-answer .answer-close:hover, .back-ok-modal .answer-close:hover{
	color:#87489e;
}
.answer-overley{
	display: none;
	position: fixed;
    z-index: 2222;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.6;
}
#fragment-1{
	padding-bottom: 50px;
}

/*search*/
.search-page form{
	display: block;
	margin: auto;
	width: 100%;
	height:auto;
	margin-bottom: 70px;
}
.search-page form input[type=text]{
	width: 300px;
	display: block;
	margin: auto;
}
.search-page form input[type=submit]{
	margin: auto;
}
.search-page .pagination{
	width: 100%;
}
.search-page .error{
	width: 100%;
	text-align: center;
	color:red;
}
.search-page .result-search{
	margin-bottom: 25px;
}
.search-page .result-search p {
	margin-top: 5px;
}
.search-page .result-search a {
	text-decoration: underline;
	color:#984fb3;
}
.footer-form {
    position: relative;
    color: #2c215a;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}
.footer-form h2,.footer-form .h2{
	font-size: 22px;
	color: #9850b2;
	font-weight: 400;
}
.footer-form .about-bottom-block > p{
	margin-bottom: 20px;
}
.footer-form .about-bottom-block{
	margin-top: 10px;
}
.footer-form  .footer__form__inner{
	background-color: #f3f0f5;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 200px;
	padding-left: 200px;
}
h4.form-head,
.h4.form-head {
	font-size: 18px;
	font-weight: bold;
	color: #c79dcc;
	text-transform: uppercase;
}

.hover-effect {
	height: 200px;
	width: 180px;
	margin: auto;
    padding: 25px 10px;
    border-radius: 20px;
    cursor: pointer;
}

.hover-effect:hover,.hover-effect.active {
	border-color: #c79dcc;
}
.hover-effect:hover .form-head,
.hover-effect.active .form-head{
color: #9850b2;
}
.smile__block__wrap .hover-effect:hover .about-bottom-item-icon img,
.smile__block__wrap .hover-effect.active  .about-bottom-item-icon img{
	opacity: 1;
}
.footer-form .about-bottom-block > p {
	font-size: 15px;
	color:#000;
	margin-bottom: 20px;
	color: #606060;
}

.hover-effect.effect-1 {
	margin-right: 0;
}

.hover-effect.effect-3 {
	margin-left: 0;
}

@media all and (max-width: 991px) {
	.footer-form .hover-effect{margin: auto;}
}

#smile-form {
	display: none;
	max-width: 970px;
	margin: auto;
}

#smile-form .form-wrap .appointment__form__field {
	width: 33%;
}
.form-wrap.flex-smile {
	margin-left: 0;
	margin-right: 0;
	justify-content: space-between;
}

#smile-form .appointment__form__field {
	padding-left: 12px;
    padding-right: 12px;
}

#smile-form > p {
	font-size: 15px;
	color:#000;
	margin-bottom: 20px;
	margin-top: 30px;
	text-align: center;
}

#smile-form .input-field label {
	color: #808080;
}
#smile-form .input-field input{
	border-color: #808080;
	color: #808080;
}

#smile-form .input-field input.invalid {
	border-color: #f44336;
}

@media all and (max-width: 767px) {
	#smile-form .form-wrap .appointment__form__field{
		width: 100%;
	}
}

#smile-form .sales-btn {
	cursor: pointer;
}

.reviews-form-smile .footer-form {
	background: none;
	padding-top: 0;
	padding-bottom: 70px;
}

.one-doctor .partners-item-sert .sertificat, .licence-block .partners-item-sert .sertificat {
	height: 282px;
	background-color: #fff;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 3px .06px rgba(44, 33, 90, .3);
	box-shadow: 0 1px 3px .06px rgba(44, 33, 90, .3);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.one-doctor .partners-item-sert .sertificat:hover, .licence-block .partners-item-sert .sertificat:hover {
	-webkit-box-shadow: 0 5px 20px 1px rgba(44, 33, 90, .2);
	box-shadow: 0 5px 20px 1px rgba(44, 33, 90, .2)
}

.one-doctor .partners-item-sert, .licence-block .partners-item-sert {
	padding-left: 12px;
	padding-right: 12px;
	width: 100%
}

@media (min-width: 480px) {
	.one-doctor .partners-item-sert, .licence-block .partners-item-sert {
		width: 100%
	}
}

@media (min-width: 576px) {
	.one-doctor .partners-item-sert, .licence-block .partners-item-sert  {
		width: 50%
	}
}

@media (min-width: 768px) {
	.one-doctor .partners-item-sert, .licence-block .partners-item-sert {
		width: 50%
	}
}

@media (min-width: 992px) {
	.one-doctor .partners-item-sert, .licence-block .partners-item-sert {
		width: 33.3%
	}
}

@media (min-width: 1224px) {
	.one-doctor .partners-item-sert, .licence-block .partners-item-sert {
		width: 25%
	}
}


@media (max-width: 350px) {
	.main-top-one-slide h1, .main-top-one-slide .h1 {
		font-size: 2rem;
	}
}
.one-doctor .paper-sertif {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: -12px;
	margin-right: -12px;
	margin-top: 38px;
}
.top-head-notice{background-color:#984fb2;color:#ffffff;font-size:14px;padding:15px 0px;text-align:left;}
.top-head-notice .notice-title{color:#ffffff;text-transform:uppercase;font-weight:bold;width:120px;padding-right:25px;border-right:1px solid #ffffff;display:inline-block;vertical-align:top;}
.top-head-notice .notice-text{width:calc(100% - 150px);padding-left:25px;display:inline-block;vertical-align:top;}
@media all and (max-width: 1024px) {
	//.top-head-notice{display:none;}
	.top-head-notice .notice-text{width:100%;}
	.top-head-notice .notice-title{display:none;}
	.footer-services-block {width: 100%;margin: 0 -128px 0 0;}
}
@media all and (max-width: 1024px) {
	.top-head-notice .notice-text{padding-left: 10px;}
}

#back-modal {
    top:5%;
    z-index: 2233;
    padding: 0;
    max-height: 90%;
}

#back-site [type=radio]:not(:checked) + label:before {
    border: 1px solid #cdcdcd;
}

#back-site [type=radio] + label:after {
	width: 8px;
	height: 8px;
	margin: 8px;
	background: #bd00cc;
	border: none;
}
#back-site [type=radio].with-gap:checked + label:before {
	border: 1px solid #cdcdcd;
}
#back-site [type=radio]:checked + label:before {
    border: 1px solid #cdcdcd;
}

#back-site label {
	font-size: 14px;
	color:#000;
}

#back-site [type=checkbox] + label {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	font-size: 1rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #424242;
}

#back-modal h5,#back-modal .h5{
    padding-bottom: 20px;
    text-align: left;
    margin: 0;
}
#back-site {
    padding: 30px 40px 30px;
}

#back-site label.element-radio {
	display: block;
	height: 2rem;
}

#back-site .input-field-back {
	display: inline-block;
	width: 40%;
}
#back-site .webform-component-radioes {
	height: 4.5rem;
}

.modal form#back-site .form-btn {
    margin: 10px auto 0;
}
@media all and (max-width: 500px) {
	#back-site label.element-radio {height: auto;}
	#back-site label {font-size: .813rem;}
	#back-site {padding: 30px 20px 30px;}
	#back-site .webform-component-radioes {height: 3.5rem;}
}

#politicaconfid-modal {
	display: none;
	top: 5%;
}

div#politicaconfid-modal-text p, div#politicaconfid-modal-text li {
    line-height: 20px;
    margin-bottom: 10px;
}
#politicaconfid-modal {
	max-height: 90%;
}
table.table-price{
	width:100%;margin-top: 25px;
	overflow-x: auto;
}
table.table-price th{
	color: #633277;
	background: #eaddef;
	font-weight: 600;
}
table.table-price th:nth-child(1){width:80%;}
table.table-price th,table.table-price td,table.table-price p{
	margin:0px;
	padding:0px;
	font-size: 1rem;
	line-height: 3.125rem;}
table.table-price td ul li{line-height: 22px;margin: 30px 0;}
table.table-price th:nth-child(1),table.table-price td:nth-child(1){padding-left: 20px;
border-bottom: 1px solid #c79dcc;
border-right: 1px solid #c79dcc;}
table.table-price td:nth-child(3){padding-left: 20px;border-bottom: 1px solid #c79dcc;}
table.table-price th:nth-child(2),table.table-price td:nth-child(2){padding-left: 20px;border-bottom: 1px solid #c79dcc;}
table.table-price th:last-child{padding-right: 20px;}
table.table-price td{color: #2c215a;}
table.table-price tr:nth-child(2n+1) {background: rgba(243, 240, 245, .5);}
table.table-price tr.hide-rows ~ tr{display:none;}
.ShowHide{width:100%;text-align:center;}
.ShowHide span{color: #039be5;cursor:pointer;}

table.table-price tr td:last-child{position:relative;padding-right: 50px;}
table.table-price tr td a.zapis_table_modal{position: absolute;
top: calc(50% - 20px);
right: 10px;
overflow: hidden;
width: 36px;
height: 36px;
border-radius: 30px;
background: url(/local/templates/bioprestige/img/price_button.png) 9px center no-repeat #9850b2;
background-position-x: 9px;
  -webkit-transition: width 1s; /* For Safari 3.1 to 6.0 */
  transition: width 1s;white-space: nowrap;
}
table.table-price tr td a.zapis_table_modal span{
padding: 10px 60px 10px;
color: white;
text-transform: uppercase;
line-height: 17px;
font-size: 13px;
font-weight: bold;
width: 245px;
display: block;
}
table.table-price tr:hover{background-color:#dbb0e1;}
table.table-price tr:hover td p{color:white;font-weight:bold;}
table.table-price tr:hover td a.zapis_table_modal{
width: 245px;
background-position-x: 30px;
}

#fix_menu {
	display: none;
	background: #fff;
	z-index: 20;
	position: fixed;
	width: 100%;
	margin: 0px 0px;
	top: 0px;
}
#fix_menu.fixed_show {
	display: block;
}
#fix_menu .bottom-head {
	position: relative;
	width: 100%;
	display: inline-block;
}
#fix_menu .buttons_and_menu {
	display: inline-block;
	vertical-align: top;
	height: 102px;
	padding: 10px 0 0px 25px;
	width: 700px;
}
#fix_menu .center-block-tel {
	top: 20px;
}
#fix_menu .center-block-buttons {
	height: 55px;
}
#fix_menu .bottom-head .head-menu {
	height: 37px;
}
#fix_menu .bottom-head .head-menu > ul {
	margin: 0px auto;
}
#fix_menu .bottom-head .head-menu > ul > li > a {
	width: auto;
	padding: 0px 10px;
}
#fix_menu .bottom-head .head-menu > ul > li > a:before {
	height: 37px;
}
#fix_menu .bottom-head .head-menu ul .sub-menu {
	top: 37px;
}
.bragging{
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	padding: 0 0 20px;
	margin: -20px 0 40px 0;
}
.brag{
	display: inline-flex;
}
.brag:nth-child(1){
	width: 38%;
}
.brag:nth-child(2){
	width: 37%;
}
.brag:nth-child(3){
	width: 24%;
}
.brag .brag-text{
	margin: auto 0;
	color: #633277;
	padding-left: 35px;
	line-height: 22px;
}
.brag .brag-text .big_number{
	color: #633277;
	font-size: 32px;
	display: block;
	margin: 10px 0;
	font-weight: bold;
}
.etapi-ozon{
	width: 100%;
	margin-top: 25px;
}
.etapi-ozon .etap{
	width: 19%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.girudo_etapi, .uzi_etapi{width:100%;text-align:left;margin-top:20px;}
.girudo_etapi .girudo_title{font-size:20px;color:#ff0000;margin:10px 0px;}
.girudo_etapi .etapi,.uzi_etapi .etapi{width:19%;display:inline-block;vertical-align:top;padding-top:50px; color:#404040; padding-right:10px;}
.girudo_etapi .etapi.etap1{background:url(/local/templates/bioprestige/img/girudoterapiya/1.png) 25% top no-repeat;}
.girudo_etapi .etapi.etap2{background:url(/local/templates/bioprestige/img/girudoterapiya/2.png) 25% top no-repeat;}
.girudo_etapi .etapi.etap3{background:url(/local/templates/bioprestige/img/girudoterapiya/3.png) 35% top no-repeat;}
.girudo_etapi .etapi.etap4{background:url(/local/templates/bioprestige/img/girudoterapiya/4.png) 25% top no-repeat;width: 15%;}
.girudo_etapi .etapi.etap5{background:url(/local/templates/bioprestige/img/girudoterapiya/5.png) 35% top no-repeat;width: 25%;}
.uzi_etapi .etapi {
    width: 33%;
    margin-top: 10px;
    margin-bottom: 20px;
}
.uzi_etapi .etapi.etap1{background:url(/local/templates/bioprestige/img/uzi/1.png) 25% top no-repeat;}
.uzi_etapi .etapi.etap2{background:url(/local/templates/bioprestige/img/uzi/2.png) 25% top no-repeat;}
.uzi_etapi .etapi.etap3{background:url(/local/templates/bioprestige/img/uzi/3.png) 25% top no-repeat;}
.uzi_etapi .etapi.etap4{background:url(/local/templates/bioprestige/img/uzi/4.png) 25% top no-repeat;}
.uzi_etapi .etapi.etap5{background:url(/local/templates/bioprestige/img/uzi/5.png) 25% top no-repeat;}
.uzi_etapi .etapi.etap6{background:url(/local/templates/bioprestige/img/uzi/6.png) 25% top no-repeat;}
.uzi_etapi.center .etapi{text-align:center;background-position:center top !important;}
.left-sidebar-wrap.news{position:relative;}
.left-sidebar-wrap.news .news_item{
	padding:10px;
	width:299px;
	margin-top:10px;
}
.left-sidebar-wrap.news .news-arrows{
	width: 25px;
	height: 25px;
	top: -34px;
	-webkit-box-shadow: 0 1px 3px .06px rgba(44, 33, 90, .3);
	box-shadow: 0 1px 3px .06px rgba(44, 33, 90, .3);
	background-color: #fff;
	position: absolute;
	cursor:pointer;
}
.left-sidebar-wrap.news .news-arrows:hover{
	-webkit-box-shadow: 0 1px 9px .06px rgba(44, 33, 90, .3);
	box-shadow: 0 1px 9px .06px rgba(44, 33, 90, .3);
}
.left-sidebar-wrap.news .news-arrows.news-item-arrow-next{
	right:0px;
}
.left-sidebar-wrap.news .news-arrows.news-item-arrow-prev{
	right:35px;
}
.left-sidebar-wrap.news .news-arrows i{
	/*color: #87489e;*/
	-webkit-transition: .2s ease;
	-o-transition: .2s ease;
	transition: .2s ease;
	top: 12px;
    left: 12px;
}
.left-sidebar-news-title{
	margin:15px 0px;
	font-weight:bold;
	color:#2c215a;
	font-size:24px;
}
.left-sidebar-wrap.news .news_item .news_image,.left-sidebar-wrap.news .news_item .news_image img{
	width:100%;
}
.left-sidebar-wrap.news .news_item .news_name{
	margin-top:10px;color:#2c215a;font-size:16px;font-weight:bold;line-height: 20px;
}
.left-sidebar-wrap.news .news_item .news_text{
	color:#000000; margin-top:10px;font-weight:normal;
}
.left-sidebar-wrap.news .news_item .news_text p{
	line-height: 1.375rem;
	margin-top: 13px;
}
.left-sidebar-wrap.news .news_item a.podrob{
	margin-top:10px;
	color:#9850b2;
	font-weight:normal;
	display:block;
}
@media (max-width: 991px){
	.brag:nth-child(1),
	.brag:nth-child(2),
	.brag:nth-child(3)
	{
		width: 32%;
	}
	.uzi_etapi .etapi {
    width: 32%;}
}
@media (max-width: 768px){
.left-sidebar-news{display:none;}
	.brag:nth-child(1),
	.brag:nth-child(2),
	.brag:nth-child(3)
	{
		width: 100%;
	}
	.brag{
		display: block;
		text-align: center;
	}
	.brag br{
		display: none;
	}
	.brag .brag-text{
		padding: 20px;
	}
	.brag .brag-text .big_number{
		display: inline;
	}
	.bragging{
		margin: 0 0 40px 0;
	}
	.etapi-ozon .etap{
		width: 100%;
		margin-bottom: 10px;
	}
}

@media (max-width: 650px){
.girudo_etapi .etapi{width:100% !important;display:block;vertical-align:top;padding: 10px 0px 10px 50px;background-position:left center !important;}
.uzi_etapi .etapi {
    width: 49%;}
table.table-price{
	display: block;
}
}


h3.title_h3{
	font-size: 22px;
	color: #404040;
	text-align: center;
	margin-top: 40px;
}

h2.title_h2{
	color: #404040;
}

.about-top-block-item p span {
    color: #404040;
}

.about-bottom-item h4,
.about-bottom-item .h4 {
	margin-bottom: 20px;
}

.slick-slider .slick-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #808080;
    text-align: center;
    cursor: pointer;
    position: absolute;
}

.slick-slider .top__slider__arrows__right {
    top: 37%;
    right: -45px;
}

.slick-slider .top__slider__arrows__left {
    top: 36%;
    left: -45px;
}
@media(max-width:991px) {
	.slick-slider .top__slider__arrows__right {
	    top: 85%;
	    right: 230px;
	    z-index: 1;
	}

	.slick-slider .top__slider__arrows__left {
	    top: 85%;
	    left: 10px;
	    z-index: 1;
	}
}

.slick-slider .slick-arrow:hover i,
.slick-slider .slick-arrow:hover {
    color: #633277;
    border-color: #633277;
}
.slick-slider .slick-arrow i {
    color: #808080;
    top: 14px;
    left: 15px;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.js-licence-slider .slick-list{
	padding: 20px 0;
}

.smile__block__wrap .hover-effect.effect-3:hover .about-bottom-item-icon,
.smile__block__wrap .hover-effect.effect-3.active .about-bottom-item-icon {
	background-image: url(/local/templates/bioprestige/css/../img/bad_new.png);
}

.smile__block__wrap .hover-effect:hover .about-bottom-item-icon,
.smile__block__wrap .hover-effect.active .about-bottom-item-icon{
	opacity: 1;
}

.about-bottom-item .hover-effect .about-bottom-item-icon {
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.6;
}

.about-bottom-item .hover-effect.effect-3  .about-bottom-item-icon {
    background-image: url(/local/templates/bioprestige/css/../img/bad.png);
}

.about-bottom-item .hover-effect.effect-2  .about-bottom-item-icon {
    background-image: url(/local/templates/bioprestige/css/../img/norm_new.png);
}

.about-bottom-item .hover-effect.effect-1  .about-bottom-item-icon {
    background-image: url(/local/templates/bioprestige/css/../img/good.png);
}

.hover-effect.effect-3:hover .form-head, .hover-effect.effect-3.active .form-head {
    color: #d53a3a;
}

@media only screen and (max-width: 1430px){
	.slick-slider .slick-arrow {
		display: none !important;
	}
}

.one__service__top .service__detail__ask__question__btn {
	background: #9850b2;
	color: #fff;

}

.one__service__top .service__detail__ask__question__btn:hover,
.one__service__top .service__detail__ask__question__btn:focus {
    color: #fff;
    border-color: #8c41a7;
    background: #8c41a7;
}

.one__service__top  .service__detail__appointment__btn {
    background: #d53a3a;
    border-color: #d53a3a;
}

.one__service__top  .service__detail__appointment__btn:hover {
    background: #cd2c2c;
    border-color: #cd2c2c;
}

.one__service__top .wrapp-btn-anchor .service__detail__appointment__btn {
		margin-left: 0;
    margin-right: 0;
}

.fixed_menu .head__bottom__menu__wrap > .header__services__menu {
	margin-right: 0;
}

.fixed_menu .header__services__holder ul{
	flex-direction: column;
}

.fixed_menu .header__search {
	margin-left: 24px;
}

.fixed_menu .head__bottom__menu__wrap {
	justify-content: space-between;
	border-radius: 0;
}

.fixed_menu .head__bottom__menu__wrap > div {
    flex: 1 1 10%;
}

.fixed_menu .head__bottom__menu__wrap .header__services__menu {
	flex-basis: 6%;
}

.fixed_menu .head__bottom__menu__wrap .head__bottom__callbacks__wrap {
	flex-basis: 30%;
}

.fixed_menu .head__bottom__menu__wrap .header__search {
    flex-basis: 0%;
    margin-right: 0;
    margin-left: 10px;
}

.fixed_menu .head__bottom__menu__wrap .header__services__menu__trigger {
	border-radius: 0;
}

.fixed_menu .header__services__menu__title {
	color: #9850b2;
}

.fixed_menu .header__services__menu__title:hover {
	text-decoration: underline;
}

.fixed_menu .head__bottom__menu__container .head-menu > ul > li > a {
	color: #606060;
	font-size: 15px;
	padding: 15px 30px;
	font-weight: 400;
}

.fixed_menu .head__bottom__menu__container .head-menu > ul > li > a:hover {
	color: #9850b2;
	text-decoration: underline;
}

.fixed_menu .head__bottom__menu__container .head-menu .sub-menu {
	top: 0;
    left: 100%;
    padding: 15px 30px;
    height: 100%;
    width: 250px;
    border-left: 1px solid #ddd;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}
/*
.fixed_menu .header__services__holder {
    width: 250px;
}*/

.fixed_menu .head__bottom__menu__container .head-menu li {
    position: initial;
}

.fixed_menu .head__bottom__menu__container .head-menu > ul > li:after {
	display: none;
}

.fixed_menu .head__bottom__menu__wrap {
	background: linear-gradient(to left, #efedf2, #fff);
}

.head__bottom.fixed_menu.fixed__header {
	border-top: 3px solid #c5a0d3;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.fixed_menu #my-menu {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}


@media only screen and (max-width: 1240px){
.fixed_menu .head__bottom__menu__wrap > div.head__phones {
    flex-basis: 7%;
}
.fixed_menu .head__bottom__menu__wrap .header__services__menu {
    flex-basis: 3%;
}
.fixed_menu .head__bottom__menu__wrap .header__search {
    margin-right: 20px;
    flex: 0 1 0%;
}
.fixed_menu .head__bottom__menu__container {
	padding: 0;
}

}
@media only screen and (max-width: 1060px){
.fixed_menu a.btn__new {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 180px;
}

}

/*start страница анкеты*/
.tabs_step {
	margin: 40px 0;
}

.anketa-descr p {
	color: #373737;
}

.anketa-page h1{
	margin-bottom: 30px;
}

/*end страница анкеты*/


#my-menu li.active {
	color: #633277;
    text-decoration: underline;
}
ul.col3_ul {
    width: 100%;
    text-align: left;
}
ul.col3_ul li {
    display: inline-block;
    width: 32%;
    vertical-align: middle;
}
@media only screen and (max-width: 768px){
ul.col3_ul li {
    width: 45%;
}
}
@media only screen and (max-width: 568px){
ul.col3_ul li {
    width: 90%;
}
}

.news_item .news_text {
	font-size: 15px;
	line-height: 1.375rem;
}

.price-block-head .price-block-title.my-section {
	margin: 20px 0;
}


.container.head__bottom__controls__container.corvid19{
	padding-top:0px;
}
.container.head__bottom__controls__container.corvid19 a {
    font-weight: bold;
}
@media only screen and (min-width: 1400px){
	.container.head__bottom__controls__container.corvid19 a {
		margin-left: 310px;
	}
}
.container.head__bottom__controls__container.corvid19 a:hover{
	text-decoration: underline;
}
/*form[name="filter_doc"] .filter-block li:nth-child(9),form[name="filter_doc"] .filter-block li:nth-child(10){
	display: none;
}*/


ul.services-section {
	column-count: 2;
	width: 100%;
}

ul.services-section > li {
	color: #444444;
	font-size: 16px;
	padding: 10px 0;
}

ul.services-section > li:before {
	content: "";
	width: 20px;
	height: 16px;
	vertical-align: middle;
	background: url(/local/templates/bioprestige/css/../img/line.png) no-repeat left center/auto;
	display: inline-block;
}

ul.services-section > li > div.price-block-title.my-section {
	display: inline-block;
	width: 90%;
    vertical-align: middle;
}

ul.services-section > li > div > a {
	border-bottom: 1px dashed #dadaed;
	line-height: 22px;
}

ul.services-section > li > div > a:hover {
	color: #9850b2;
}
.main_video_box {
	width: 50%;
	display: block;
	margin: 20px auto;
}
.main_video {
	width: 100%;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}
.main_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	max-width: 100%;
	margin: 0;
	line-height: 1;
	border: none;
}

@media only screen and (max-width: 768px){
	ul.services-section > li > div.price-block-title.my-section {
		padding: 0;
	}
	ul.services-section > li {
		padding: 7px 0;
	}
	ul.services-section {
		column-count: auto;
	}
	.main_video_box {
		width: 100%;
		display: block;
		margin: 20px auto;
	}
}
.text_covid {
	text-align: center;
	margin-bottom: 20px;
	line-height: initial;
	font-size: 14px;
}
.text_covid.main {
	text-align: left;
}


/*die die die? my darling spam-bot*/
.input-field-special {
	display: none;
}

/* telegram and vk icons in header */


.head__bottom__button__first{
	margin-bottom: 10px;
}

.head__bottom__button__second a{
	padding: 13px 15px;
}

.head__bottom__social__title{
	color: #9850b2;
	margin-bottom: 10px;
	font-weight: 700;
}

.head__bottom__social{
	margin-left: 7px;
}

@media only screen and (max-width: 900px){
	.head__bottom__button__second a{
		width: auto;
		min-width: 83%;
	}
}

@media only screen and (max-width: 840px){

	.head__bottom__controls__wrap{
		flex-wrap: wrap;
    		justify-content: space-around !important;
	}

	.head__bottom__social__wrap{
		width: 50%;
		margin-top: 30px;
	}

	.head__bottom__callbacks__wrap{
		width:30%;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 560px){
	.head__bottom__social__wrap{
		width: auto;
		margin-top: 0;
	}

	.head__bottom__social__wrap{
		width: auto;
	}
}
@media only screen and (max-width: 450px) {
	table.table-price tr td a.zapis_table_modal{
		position: relative;
		display: block;
	}
	table.table-price tr:hover td a.zapis_table_modal {
		width: 36px;
		background-position-x:10px;
	}
	table.table-price tr td a.zapis_table_modal span {
		display: none;
	}
}
@media only screen and (max-width: 407px){
	.head__bottom__callbacks__wrap{
		width: 120px;
	}
	.head__bottom__social__wrap{
		margin-top: 20px;
	}
}

.doctors__item__wrap .opisanie p, .doctors__item__wrap .opisanie h3, .doctors__item__wrap .opisanie ul{
	margin: 0px;
    	font-size: 12px;
}

.doctors__item__wrap h3, .doctors__item__wrap .h3{
    color: #633277;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}


.opisanie {
    display: inline-block;
    width: 68%;
    vertical-align: top;
    font-size: 10px;
}

div.doctors__item {
    width: 29%;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

.doctors__item__wrap {
    font-size: 15px;
    color: #404040;
    line-height: 1.6;
}

.doctors__item__name {
    font-size: 18px;
    color: #633277;
    font-weight: 500;
    display: block;
    line-height: 1.3;
    margin-bottom: 20px;
    min-height: 46px;
}

.doctors__item__job {
    display: block;
}

.doctors__item__division__title, .doctors__item__job__title {
    display: block;
    font-weight: 700;
}

.doctors__item__job__content {
    display: block;
}

.contacts__page__stop-coronavirus{
	max-width: 300px;
    border-radius: 5px;
    margin-top: 30px;
    overflow: hidden;
    padding: 5px 5px 0 5px;
		border: 1px solid #e2e4e7;
		max-height: 64px;
}

.contacts__page__stop-coronavirus img{
	max-width:100%;
}

table.table {
    border-collapse: collapse;
    margin-top: 20px;
}
table.table td{
	border: 1px solid black;
	padding: 5px 10px;
}
.one-service-text-block table.table td p{
	margin: 0px;
}
.one-service-text-block  ul.list li {
  position: relative;
  padding-left: 35px;
  line-height: 25px;
}
.one-service-text-block  ul.list li:before {
  content: '';
  background: #9850b2;
  display: block;
  width: 5px !important;
  height: 5px !important;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 15px;
}

.btn_under_price{
    display: block !important;
    margin: 20px auto;
    width: max-content;
}

.to_price{
    background: #9850b2 url(/design/img/cont_b_b.png) no-repeat center center;
    padding: 50px;
    background-size: cover;
    margin-top: 30px;
    clear: both;
}
.to_price a{
    display: block;
    margin: 0 auto;
    width: max-content;
}
.oborudovanie-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.oborudovanie-wrap .ob-image img {
    max-width: 100%;
    width: 350px;
    margin-right: 20px;
}
.oborudovanie-wrap .ob-text {
    width: 550px;
    max-width: 100%;
}
@media(max-width:1300px){
	.footer__bottom__container{
		display: flex;
    flex-wrap: wrap;
	}

	.footer__bottom__year{
		float: none;
		margin: 0 auto 10px;
	}

	.footer__bottom__links span{
		margin-bottom: 10px;
	}
}

@media(max-width: 680px){
	.footer__bottom__container{
		display: block;
	}
}

form p.modal__privacy [type=checkbox].filled-in:checked + label:after {
    background-color: #f3f0f5;
    border: 2px solid #ddd;
}
form p.modal__privacy [type=checkbox].filled-in:not(:checked) + label:after {
    border: 2px solid #ddd;
}


.about-clinic-page__hero {
    position: relative;

    margin-bottom: 60px;
    overflow: hidden;
		background-image: url('/local/templates/bioprestige/css/../img/about-clinic-1-new.png');
		background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
		/* background-color: linear-gradient(#F5F8F9 0%, #F5F8F9 100%); */
		background-color: #F5F8F9;
}


.about-clinic-page__hero .about-clinic-page__container {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 266px; 
}

.about-clinic-page__hero-content {
    padding: 40px 60px;
    margin-right: auto; 
		
}

.about-clinic-page__title {
    font-size: 32px;
    font-weight: 500;
    color: #6A4C93; 
    margin-top: 0;
    margin-bottom: 20px;
		text-align: left;
}

.about-clinic-page__text {
    font-size: 15px;
    color: #4a4a4a;
    margin: 0;
		max-width: 480px;
}

.about-clinic-page__text-bold {
    color: #8E65B8; 
    font-weight: 700;
}

.about-clinic-page__hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* --- Priority Text Section --- */
.about-clinic-page__priority {
    margin-bottom: 40px;
}

.about-clinic-page__priority-text {
    font-size: 16px;
    line-height: 1.6;
}

.about-clinic-page__priority-highlight {
    color: #9C76C3; 
    font-weight: 700;
}

/* --- Services Grid Section --- */
.about-clinic-page__services {
    margin-bottom: 60px;
}

.about-clinic-page__services-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
		text-align: left;
}

.about-clinic-page__tags-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; 
}

.about-clinic-page__tag {
    display: inline-block;
    padding: 8px 16px;
    background-color: #F2F0F5; 
    color: #87489E; 
    text-decoration: none;
    font-size: 15px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.about-clinic-page__tag:hover {
    background-color: #e0dced;
}

/* Ссылка "Все услуги" */
.about-clinic-page__tag--link {
    background-color: transparent;
    color: #6A4C93;
    font-weight: 500;
    text-decoration: underline;
}

.about-clinic-page__tag--link:hover {
    background-color: transparent;
    opacity: 0.8;
}

/* --- Bottom Section (Фиолетовый блок) --- */
.about-clinic-page__bottom-section {
    background: linear-gradient(to left, #C79DCC 0%, #F5F8F9 100%);
    padding: 40px;
}

.about-clinic-page__bottom-container {
    display: flex;
    align-items: center;
    gap: 30px;
}

.about-clinic-page__icon-wrapper {
    flex-shrink: 0;
}

.about-clinic-page__bottom-text-content {
    flex-grow: 1;
}

.about-clinic-page__bottom-text {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    margin: 0;
    text-align: justify; 
}

.about-clinic-page__bottom-text strong {
    font-weight: 700;
}


/* --- Advantages Section (Преимущества) --- */
.about-clinic-page__advantages {
    padding: 60px 0;
    background-color: #fff;
}

.about-clinic-page__advantages-grid {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.about-clinic-page__advantage-item {
    flex: 1;
    min-width: 250px; 
    text-align: center;
}

.about-clinic-page__icon {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.about-clinic-page__icon svg {
    width: 100px;
    height: 95px;
}

.about-clinic-page__advantage-title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.4;
}

.about-clinic-page__advantage-text {
    font-size: 14px;
    color: #777; /* Серый цвет текста */
    line-height: 1.5;
    margin: 0;
}


.about-clinic-page__requisites {
    padding-bottom: 60px;
}

.about-clinic-page__requisites-title {
    font-size: 20px;
    font-weight: 500;
    color: #6A4C93; 
    margin-bottom: 20px;
    margin-top: 0;
		text-align: left;
}

.about-clinic-page__table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    background-color: #fff;
}

.about-clinic-page__table thead th {
    background-color: #C79DCC; 
    color: #fff;
    font-weight: 500;
    padding: 12px 15px;
    text-align: left;
}

.about-clinic-page__table tbody td {
    padding: 10px 15px;
    border-bottom: 1px solid #eee; 
    vertical-align: top;
}

/* Стиль для первой колонки (Наименование) */
.about-clinic-page__table tbody tr td:first-child {
    color: #313131; 
    width: 30%; 
    font-weight: 500;
}

/* Стиль для второй колонки (Значения) */
.about-clinic-page__table tbody tr td:last-child {
    color: #333;
}

/* Убираем бордер у последней строки */
.about-clinic-page__table tbody tr:last-child td {
    border-bottom: none;
}

.modal__privacy label a {
	color:#fff;
}
.modal__privacy label a:hover {
	text-decoration: underline;
}


.clinic_rating_wrap .clinic_rating {
						display: flex;
						justify-content: space-between;
						flex-wrap: wrap;
				}
				.reviews.item-views.front li {
						padding: 0 16px;
				}
				.clinic_rating_wrap .rating_item {
						width: 155px;
						height: 224px;
						background: #f5f8f9;
						text-align: center;
						margin-bottom: 8px;
				}
				.clinic_rating_wrap .rating_item a {
						color: #000;
				}
				.clinic_rating_wrap .rating_logo {
						display: flex;
						justify-content: center;
						align-items: center;
						height: 33px;
						margin: 36px 0 30px;
				}
				.clinic_rating_wrap .rating_text {
						color: #919191;
						font-size: 15px;
						margin: 0 0 5px 0;
				}
				.clinic_rating_wrap .rating_number {
						font-size: 22px;
						font-weight: bold;
						margin: 0 0 20px 0;
				}
				section.raitings {
						margin-top: 50px;
				}

/* Адаптивность для таблицы на мобильных */
@media (max-width: 600px) {
    .about-clinic-page__table thead {
        display: none; 
    }
    
    .about-clinic-page__table, 
    .about-clinic-page__table tbody, 
    .about-clinic-page__table tr, 
    .about-clinic-page__table td {
        display: block;
        width: 100%;
    }
    
    .about-clinic-page__table tr {
        margin-bottom: 15px;
        border: 1px solid #eee;
        border-radius: 4px;
        overflow: hidden;
    }
    
    .about-clinic-page__table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
        border-bottom: 1px solid #eee;
    }
    
    .about-clinic-page__table td:last-child {
        border-bottom: none;
    }
    
    /* Добавляем подписи к значениям через data-атрибуты или просто оставляем как есть, 
       но для красоты можно использовать ::before, если добавить data-label в HTML.
       В данном простом варианте просто выровняем текст */
       
    .about-clinic-page__table tbody tr td:first-child {
        background-color: #f9f9f9;
        width: 100%;
        text-align: left;
        color: #333;
        font-weight: bold;
        border-bottom: none;
    }
    
    .about-clinic-page__table tbody tr td:last-child {
        text-align: left;
        padding-left: 15px;
    }
		.about-clinic-page__hero {
				margin-bottom: 40px;
				background-image: url('/local/templates/bioprestige/css/../img/about-clinic-1-new-mob.png');
				background-size: cover;
				background-position: center center;
		}
		.about-clinic-page__hero-content {
			padding: 30px 50px;
		}
}


/* --- Адаптивность (Мобильные устройства) --- */
@media (max-width: 768px) {
    .about-clinic-page__hero .about-clinic-page__container {
        flex-direction: column;
        min-height: auto;
    }

    .about-clinic-page__hero-content {
        margin: 0;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
				
    }


    .about-clinic-page__bottom-container {
        flex-direction: column;
        text-align: center;
    }
    
    .about-clinic-page__bottom-text {
        text-align: left;
    }
}


/* Контейнер для текста */
            .new-one-program .one-service-text-block {
                position: relative;
            }

            .new-one-program .text-wrapper {
                max-height: 200px;
                overflow: hidden;
                transition: max-height 0.5s ease;
                position: relative;
            }

            .new-one-program .text-wrapper.open {
                max-height: 2000px;
            }

            .new-one-program .text-wrapper.has-spoiler::after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 60px;
                background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
                pointer-events: none;
            }

            .new-one-program .text-wrapper.has-spoiler.open::after {
                display: none;
            }

            .new-one-program .read-more-btn {
                display: block;
                margin: 15px auto 0;
                padding: 10px 20px;
                background-color: #9850b2;
                color: #fff;
                border: none;
                border-radius: 5px;
                cursor: pointer;
                font-size: 14px;
                font-weight: bold;
                transition: background 0.3s;
            }

            .new-one-program .read-more-btn:hover {
                background-color: #85469c;
            }

.doctors-catalog .doctors-widget-item-wrap .doctors-widget-item:hover {
    height: auto !important;
    position: relative;
    display: block;
}

.news-page .tabs .tabs-wrap {
    align-items: center;
}
.news-page .tabs .tabs-wrap .one-tab.ui-tabs-active {
	background-color: #9850b2;	
	border: 1px solid #9850b2;
}
.news-page .tabs .tabs-wrap .one-tab.ui-tabs-active a {
	color: #fff;	
}
.news-page .tabs .tabs-wrap .one-tab {
    border: 1px solid #ddd;
    height: 50px;
    border-collapse: collapse;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-left: -1px;
}
.news-page .tabs .tabs-wrap .one-tab:first-child {
	border-radius: 4px 0 0 4px;
}
.news-page .tabs .tabs-wrap .one-tab:last-child {
	border-radius: 0 4px 4px 0;
}
.news-page .tabs .tabs-wrap .one-tab a:hover {
	text-decoration: underline;
}
.contacts__page__info a:hover {
	color:#9850b2;
	text-decoration: underline;
}
.footer__bottom__forms .contacts__index__form__personal {
    max-width: 100% !important;
}
/* End */


/* Start:/local/templates/bioprestige/css/common.min.css?17836962751567*/
.left-sidebar .left-sidebar-top .display_list_filter.disabled,.left-sidebar .left-sidebar-top a.clear-filter-btn.disabled,.left-sidebar .left-sidebar-top ul.disabled,.search-page-hidden{display:none}.one-doctor .patients-one-slide .patients-user-ico img.photo{border:3px solid #b177b8;border-radius:30px;max-height:60px;max-width:60px}#filter_doc .left-side{color:#343434;font-size:15px;text-align:center;line-height:40px}.display_list_filter{font-size:15px;color:#343434;padding-left:26px;margin-top:20px}.container.content-search-block.content-filter-block{border-radius:3px;background-color:#f3f0f5;padding:19px 0;margin-bottom:22px;margin-top:0}.list-bullet>li{position:relative!important;padding-left:35px!important;line-height:25px!important;margin-bottom:15px!important}.list-bullet{margin-top:15px!important}.list-bullet>li>p{margin:0}.list-bullet li:before{content:""!important;background:#9850b2!important;display:block!important;width:5px!important;height:5px!important;border-radius:50%!important;position:absolute!important;top:8px!important;left:15px!important}.one-service-text-block .h2{text-align:left;line-height:1.3}body .one-service-text-block .opisanie .h3,body .one-service-text-block .opisanie h3,body .one-service-text-block .opisanie p,body .one-service-text-block .opisanie ul{font-size:15px}.footer__top a[href^="tel:"]:hover,.head__bottom a[href^="tel:"]:hover,.head__top a[href^="tel:"]:hover{color:#9850b2;text-decoration:underline}.bold,.one-new .one-service-singly-right .bold{font-weight:700}.text-underline{text-decoration:underline}
/* End */


/* Start:/local/templates/bioprestige/css/additional.min.css?178369625563009*/
.container__new{max-width:1290px;box-sizing:border-box;padding-left:10px;padding-right:10px;margin-left:auto;margin-right:auto}.clearfix_c:after,.clearfix_c:before{content:"";display:table;width:100%}.footer__bottom__forms__container{display:flex;align-items:stretch}.footer__bottom__forms__container .footer__bottom__forms__smile{height:auto}.footer__bottom__forms__container .footer__bottom__forms__smile .container,.footer__bottom__forms__container .footer__bottom__forms__smile .container .footer__form__inner,.footer__bottom__forms__container .footer__bottom__forms__smile .footer-form{height:100%}.recaptchaError{margin:0 0 9px;font-size:14px;color:red}.contacts__index__form .recaptchaError{color:#ff0}@media screen and (max-width:767px){.footer__bottom__forms__container{flex-direction:column}}.container__head__top{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.head__top__inner{color:#606060}.head__top__inner,.head__top__location{font-size:13px;vertical-align:middle;display:inline-block}.head__top__location{margin-right:85px}.head__top__location a{font-size:13px;padding-left:27px;background:url(/design/img/loc.svg) no-repeat 0}.head__top__qa,.head__top__worktime{display:inline-block;vertical-align:middle}.head__top__worktime{margin-right:83px}.head__top__auth{display:inline-block;vertical-align:middle;padding-right:45px}.head__top__inner2{text-align:right}.head__top{box-shadow:0 0 30px rgba(0,0,0,.1);background-color:#fff;padding-top:14px;padding-bottom:14px}.head__top__qa__word{color:#633277}.head__top__qa a{padding-left:27px;background:url(/design/img/phone.svg) no-repeat 0}.head__top__worktime{padding-left:27px;background:url(/design/img/clock.svg) no-repeat left 1px}.head__top__auth a{background:url(/design/img/person.svg) no-repeat 0;padding-left:27px}.top__slider__item{min-height:524px;background-color:#f2f0f5;outline:none}.top__slider__wrap{position:relative}.top__slider__arrows{bottom:70px}.pager,.top__slider__arrows__left{display:inline-block;vertical-align:middle}.pager{font-size:18px;color:#707070;margin-left:14px;margin-right:14px}.top__slider__arrows__right{display:inline-block;vertical-align:middle}.top__slider__wrap .slick-arrow:hover{border-color:#633277}.top__slider__wrap .slick-arrow:hover i{color:#633277}.top__slider__wrap .slick-arrow{width:35px;height:35px;border-radius:50%;border:1px solid gray;text-align:center;cursor:pointer;position:relative}.top__slider__wrap .slick-arrow i{color:gray;top:50%;left:50%;position:absolute;transform:translate(-50%,-50%)}.top__slider__arrows .container{position:relative}.top__slider__arrows__inner{position:absolute;bottom:70px}.top__slider__item__title{font-size:30px;color:#9850b2;padding-top:65px;margin-bottom:40px;width:80%}.btn__new,.top__slider__item__title{line-height:1.2;text-transform:uppercase}.btn__new{cursor:pointer;font-size:13px;background-color:#d53a3a;border:2px solid #d53a3a;border-radius:23px;color:#fff;-moz-appearance:none;appearance:none;display:inline-block;min-width:191px;box-sizing:border-box;text-align:center;padding:13px 34px;font-weight:500;transition:all .3s}.btn__new:focus,.btn__new:hover{background-color:#cd2c2c;border-color:#cd2c2c;color:#fff}.btn--alpha{color:#9850b2;border-color:#9850b2;background:transparent}.btn--alpha:focus,.btn--alpha:hover{color:#633277;border-color:#633277;background:transparent}.btn--violet{background-color:#9850b2;border-color:#9850b2}.btn--violet:focus,.btn--violet:hover{background-color:#8c41a7;border-color:#8c41a7}.btn--alpha_w{border-color:#fff;background:rgba(135,72,158,.5);color:#fff}.btn--alpha_w:focus,.btn--alpha_w:hover{border-color:#fff;background:#fff;color:#8c41a7;opacity:.8}.top__slider__item__content__list li,.top__slider__item__content__list p{color:#606060;font-size:16px;margin-bottom:20px;padding-left:25px;position:relative;line-height:1.5}.top__slider__item__content__list li.nodot{padding-left:0}.top__slider__item__content__list li:before{content:"";position:absolute;left:0;top:8px;width:5px;height:5px;background-color:#9850b2;transform:rotate(-45deg)}.top__slider__item__content__list li.nodot:before{display:none}.top__slider__item__content{margin-bottom:33px}.head__bottom__controls__wrap{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.head__bottom__controls__container{padding-top:24px;padding-bottom:24px}.head__bottom{background-color:#f2f0f5}.head__bottom__phones a{display:block;color:#404040;background:url(/local/templates/bioprestige/img/tel.png) 0 no-repeat;padding-left:20px;margin-bottom:9px}.head__bottom__callback{margin-right:6px}.head__bottom__menu__wrap{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-flex-align:center;align-items:center;border-radius:4px;background-color:#fff;box-shadow:0 0 30px rgba(0,0,0,.1)}.header__search__form__close{left:40px;height:100%;width:27px;height:27px;position:absolute;top:50%;transform:translateY(-50%);cursor:pointer}.header__search .header__search__form__close i{font-size:27px;color:#c7c7c7}.header__search__form{display:none;position:absolute;right:10px;width:calc(100% - 325px);background:#fff;z-index:1;padding:15px;top:0;padding-top:0;padding-bottom:0;box-sizing:border-box;height:60px;padding-top:9px;padding-left:88px}.header__search__perform,.header__search__perform:focus{-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;position:absolute;right:16px;top:12px;height:40px;width:40px}.search__open .header__search__trigger i{font-size:0}.search__open .header__search__trigger i:before{content:"close";font-size:24px}.header__search .header__search__form .search-suggest{-moz-appearance:none;appearance:none;margin-bottom:0;height:43px;border-bottom:0;box-shadow:none;-webkit-box-shadow:none;font-size:16px}.header__search .header__search__form .search-suggest::-webkit-input-placeholder{color:#909090}.header__search .header__search__form .search-suggest:-moz-placeholder,.header__search .header__search__form .search-suggest::-moz-placeholder{color:#909090}.header__search .header__search__form .search-suggest:-ms-input-placeholder{color:#909090}.header__search .header__search__form .search-suggest:focus,.header__search .header__search__form .search-suggest:hover{border-bottom:0!important;box-shadow:none!important;-webkit-box-shadow:none!important}.search__open .header__search__form{display:block}.header__menu__trigger{display:none}.head__bottom__menu__container .head-menu>ul{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex}.head__bottom__menu__container .head-menu>ul>li>a{padding-left:38px;padding-right:38px;padding:22px 30px;display:block}.head__bottom__menu__container .head-menu>ul>li:after{content:"";position:absolute;width:2px;height:17px;right:0;top:50%;margin-top:-8px;transition:prop time;background:url(/design/img/dots.svg) 50% no-repeat}.head__bottom__menu__container .head-menu>ul>li:last-of-type:after{display:none}.head__bottom__menu__container .head-menu a{color:#9850b2;font-size:16px;font-weight:500}.head__bottom__menu__container .head-menu .sub-menu a{font-size:15px;color:#606060;font-weight:400}.head__bottom__menu__container .head-menu .sub-menu a:focus,.head__bottom__menu__container .head-menu .sub-menu a:hover{color:#9850b2;text-decoration:underline}.head__bottom__menu__container .head-menu a:hover{color:#633277;text-decoration:underline}.head__bottom .mobile-menu{display:none}.head__bottom__menu__container .head-menu li{position:relative}.head__bottom__menu__container .head-menu .sub-menu{z-index:3;background:#fff;top:100%;width:254px;padding:30px 40px;display:none;position:absolute;box-shadow:0 0 30px rgba(0,0,0,.1)}.head__bottom__menu__container .head-menu .sub-menu>li{margin-bottom:24px}.head__bottom__menu__container .head-menu .sub-menu>li:last-of-type{margin-bottom:0}.header__services__menu__trigger{height:60px;width:305px;font-size:16px;color:#fff;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;background-color:#9850b2;border-top-left-radius:4px;border-bottom-left-radius:4px}.header__services__menu{margin-right:14px;position:relative}.header__search{margin-left:auto;margin-right:24px}.header__search i{color:#9850b2;font-size:24px}.header__search__trigger{display:block;position:relative;top:2px}.head__bottom__menu__container{position:relative}.top__slider__item__button{text-align:left;padding-left:27px;position:relative}.top__slider__item__button i{position:absolute;top:50%;transform:translateY(-50%);right:25px}.services__home{margin-top:30px;margin-bottom:50px}.services__home__rows{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap}.services__home__card__wrap{width:23.5%;margin-right:2%;margin-bottom:20px}.services__home__rows>:nth-of-type(4n){margin-right:0}.services__home__card__image__wrap{border-radius:4px 4px 0 0;background-color:#fff;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;border:1px solid #faf6fb;padding:15px}.services__home__card__image{height:160px;width:100%}body .services__home__card__title{color:#fff;font-weight:500;font-size:15px;flex-grow:1;-o-flex-grow:1;-webkit-flex-grow:1;-ms-flex-positive:1;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-flex-align:center;align-items:center;min-height:50px;padding-left:20px}.bx-ie .services__home__card__title{height:50px}.services__home__card__title__wrap:hover{background:#d53a3a}.services__home__card__title:hover{color:#fff}.services__home__card__title__wrap{border-radius:0 0 4px 4px;background-color:#9850b2;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-flex-align:center;align-items:center}.services__home__card__wrap:hover,.services__page__card__wrap:hover{box-shadow:0 0 20px rgba(152,80,178,.2)}.services__home__card__menu__active .services__home__card__menu{display:block}.services__home__card__wrap,.services__page__card__wrap{position:relative}.services__home__card__menu{display:none;position:absolute;left:0;right:0;z-index:2;background:#fff;padding:20px;padding-bottom:28px;min-height:263px;box-shadow:0 0 20px rgba(152,80,178,.2)}.services__home__card__menu__trigger{width:51px;height:50px;position:relative;cursor:pointer}.services__home__card__menu__trigger:before{content:"";height:29px;width:1px;background-color:#fff;opacity:.1;position:absolute;left:0;top:50%;transform:translateY(-50%)}.services__home__card__menu__trigger i{color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.services__home__card__wrap .card-scroll-block,.services__page__card__wrap .card-scroll-block{height:180px}.services__home__card__menu__item{display:block;padding-top:10px;padding-bottom:10px;padding-right:20px;color:#505050;font-size:15px}.services__home__card__menu__item a:hover{text-decoration:underline;color:#9850b2}.services__home__card__menu .scrollbar-inner>.scroll-element .scroll-bar{background-color:#9850b2;opacity:1}.services__home__card__menu .scrollbar-inner>.scroll-element.scroll-y,.services__home__card__menu__item__hidden{display:none}.services__home__card__menu .scrollbar-inner>.scroll-element.scroll-y.scroll-scrolly_visible{display:block}.sales__item__chevrons{position:absolute;top:17px;left:17px}.chevron{border-radius:13px;font-size:.688rem;margin-right:5px;background:rgba(213,58,58,.9);padding:5px 15px;height:auto;display:inline-block;vertical-align:middle;text-align:center;color:#fff}.sales-item .bottom-btns{display:none;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding-left:20px;padding-right:20px;padding-bottom:12px}.chevron__hit{background:rgba(152,80,178,.9)}.sales__item__button__appointment{min-width:117px;padding-left:0;padding-right:0;vertical-align:middle}.sales__item__button__question{min-width:139px;padding-left:0;padding-right:0;vertical-align:middle}.head__top__auth a:hover span{color:#9850b2;border-bottom:1px dotted #9850b2}.services__home__card__menu__active .services__home__card__menu__trigger{background:#a261ba}.services__home__card__menu__active .services__home__card__menu__trigger i{transform:translate(-50%,-50%) rotate(180deg)}.services__home__card__menu__active .services__home__card__title__wrap:hover .services__home__card__menu__trigger{background:#d53a3a}.sales__btn__all{margin-left:auto;margin-right:auto;width:240px;display:block}.sales-item-wrap{height:498px}.sales-item-wrap .slick-list{z-index:2}.appointment__form__field select{display:block}.appointment__form__wrap{position:relative;background-color:#f6f4f8;padding:47px 60px 49px 472px}.appointment__form__wrap:before{content:"";display:block;position:absolute;width:330px;height:565px;left:63px;bottom:0;background:url(/design/img/app_doc.png) bottom no-repeat}.appointment__form__container__wrap{margin-top:70px}.appointment__form__title{font-size:24px;color:#9850b2;margin-bottom:32px}.appointment__columns{margin-bottom:13px}.appointment__form__left{box-sizing:border-box;width:50%;padding-right:20px;float:left}.appointment__form__right{box-sizing:border-box;width:50%;float:left;padding-left:20px}#smile-form .styled__input,.appointment__form__wrap .appointment__form .styled__input,.contacts__index__form__wrap .contacts__index__form .styled__input,.contacts__page__form__wrap .contacts__page__form .styled__input,.modal .modal__form .styled__input,.modal__field__input__wrap input[type=text].styled__input,.styled__input{line-height:1.2;padding:12px 25px;width:100%;font-size:16px;-moz-appearance:none;appearance:none;border:1px solid #e5e5e5;height:auto;border-radius:0;background:#fff;margin:0;box-sizing:border-box;display:block;color:#404040}.modal__form__field label,.modal__form label{display:block;line-height:1;margin-bottom:17px;font-size:15px;color:#606060}.modal .modal__form textarea.styled__input,textarea.styled__input{resize:none}.modal .modal__form textarea.styled__input{height:130px}.appointment__form__wrap .appointment__form select.styled__input,.modal .modal__form select.styled__input,select.styled__input{background:#fff url(/design/img/select.svg) no-repeat 97%;background-position:right 16px center;padding-right:33px}.bx-ie select.styled__input{background-image:none!important}.appointment__form__wrap .appointment__form .styled__input.datepicker,.datepicker.styled__input{background:#fff url(/design/img/datepicker.svg) no-repeat 97%;background-position:right 16px center;padding-right:33px;cursor:pointer}.appointment__form__field__input__wrap,.modal__field__input__wrap{position:relative}.appointment__form__field__input__wrap:before,.modal__field__input__wrap:before{content:"";width:5px;left:0;top:0;bottom:0;background-color:#9850b2;position:absolute}.appointment__form__field__input__wrap.parent__improper__value:before,.parent__improper__value.modal__field__input__wrap:before{background-color:red}.styled__input.error{border-left-color:red}.appointment__form__field label{font-size:15px;font-weight:400;color:#606060;display:block;line-height:1.2;margin-bottom:16px}.appointment__form__personal{color:#909090;font-size:13px;width:250px;padding-top:8px}.appointment__form__button__wrap{float:right}.appointment__form__field{margin-bottom:27px}.appointment__form__answer{min-height:424px;padding-top:40px;display:none}.appointment__form__answer__main{font-size:24px;margin-bottom:40px;color:#9850b2}.appointment__form__answer__text{font-size:18px;color:#606060}.improper__value{border-color:red!important}.about-top-block-item li{margin-bottom:15px;font-size:15px}.about-top-block-item ul>li:last-child{margin-bottom:0}.reviews__index__wrap{background:#f3f0f5 url(/local/templates/bioprestige/css/../img/bg_onziv_1_1.png) no-repeat 50%;padding-top:50px;padding-bottom:50px}.licence__index__wrap,.partners__index__wrap{padding-bottom:50px}.reviews__index__title{line-height:1;font-size:22px;color:#404040;font-weight:400;margin-bottom:35px}.licence__index__title,.partners__index__title{color:#633277;font-size:30px;font-weight:500;line-height:40px;text-align:left;margin-bottom:30px}.licence__index__slider__item,.partners__index__slider__item,.reviews__index__slider__item{box-shadow:1px 1px 5px rgba(152,80,178,.2);border-radius:4px;background-color:#fff;padding:30px 40px 40px 108px;position:relative;outline:none}.reviews__index__slider__item__image{position:absolute;width:58px;height:58px;left:30px;top:30px}.reviews__index__slider__item__date{color:#909090;font-size:15px;font-weight:400}.reviews__index__slider__item__top{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:25px}.reviews__index__slider__item__image img{width:100%;height:100%}.reviews__index__slider__item__name{color:#9850b2;font-size:18px;font-weight:500}.reviews__slider__item__text{color:#606060;font-size:15px;line-height:1.4;min-height:123px}.reviews__slider__item__text .readmore__visible{font-size:15px}.reviews__slider__item__text{font-size:0}.reviews__slider__item__text__visible{font-size:15px}.reviews__slider__item__text.reviews__slider__item__text__visible .readmore__dots{display:none}.reviews__index__slider .slick-slide{margin:0 10px}.reviews__index__slider .slick-list{margin:0 -10px}.reviews__slider__item__text__readmore__wrap{margin-top:18px}.reviews__slider__item__readmore{color:#87489e;font-size:15px;font-weight:400;border-bottom:1px dotted #87489e;cursor:pointer}.js-licence-slider .slick-dots,.js-partners-slider .slick-dots,.reviews__index__slider .slick-dots{text-align:center;margin-top:40px}.js-licence-slider .slick-dots li,.js-partners-slider .slick-dots li,.reviews__index__slider .slick-dots li{display:inline-block;vertical-align:middle;margin-right:10px}.js-licence-slider .slick-dots li:last-child,.js-partners-slider .slick-dots li:last-child,.reviews__index__slider .slick-dots li:last-child{margin-right:0}.js-licence-slider .slick-dots li.slick-active button,.js-partners-slider .slick-dots li.slick-active button,.reviews__index__slider .slick-dots li.slick-active button{background:#87489e}.js-licence-slider .slick-dots li button,.js-partners-slider .slick-dots li button,.reviews__index__slider .slick-dots li button{display:block;font-size:0;padding:0;border:2px solid #87489e;border-radius:50%;background:none;width:14px;height:14px;-moz-appearance:none;appearance:none;cursor:pointer}.js-licence-slider .slick-dots li button:hover,.js-partners-slider .slick-dots li button:hover,.reviews__index__slider .slick-dots li button:hover{opacity:.6}.js-licence-slider .licence-item-wrap a.licence-item div,.js-partners-slider .partners-item-wrap a.partners-item div{height:280px;width:280px;display:block;margin:20px;border-radius:8px;box-shadow:0 1px 3px .06px rgba(44,33,90,.3)}.js-licence-slider .licence-item-wrap a.licence-item div:hover,.js-partners-slider .partners-item-wrap a.partners-item div:hover{box-shadow:0 5px 20px 1px rgba(44,33,90,.2)}.licence__index__wrap .slick-initialized .slick-slide,.partners__index__wrap .slick-initialized .slick-slide{min-height:0}.licence__index__wrap .licence-block .partners-item-sert .sertificat{margin-bottom:0}.reviews__index__all__wrap{text-align:center;margin-top:60px}.reviews__index__all__href{width:238px}.contacts__index__map{float:left;width:60%;padding-right:20px}.contacts__index__form__wrap{padding:50px 60px;float:left;width:40%;color:#fff;min-height:442px}.contacts__index__form__wrap,.new-service-form{background:#9850b2 url(/design/img/cont_b_b.png) no-repeat 50%;box-sizing:border-box;border-radius:4px;background-size:cover}.new-service-form{margin-top:80px;margin-bottom:50px}.new-service-form .contacts__index__form__wrap{padding:50px 60px;float:none;width:100%;color:#fff;background:url(/design/img/509a27fd-5e9d-4104-a07c-7990d45709da1.png) no-repeat;min-height:442px;box-sizing:border-box;border-radius:4px;background-size:contain;background-position:100% 100%}.new-service-form .contacts__index__form__wrap .contacts__index__form{max-width:420px}.contacts__index__form__text{font-size:15px;margin-bottom:35px}.new-service-form .contacts__index__form__text{margin-bottom:30px}.contacts__index__map .map>ymaps{height:442px!important}.contacts__index__form__title{font-size:24px;text-transform:uppercase;font-weight:400;margin-bottom:15px}.contacts__index__form__button{margin-top:40px;margin-bottom:27px;text-align:center}.new-service-form .contacts__index__form__button{text-align:left;margin-top:20px;margin-bottom:20px}.new-service-form form p label{color:#fff;font-size:12px}.new-service-form .star-p{font-size:12px}.new-service-form form p label a{color:#fff}.contacts__index__form__personal{font-size:13px;text-align:center;cursor:pointer}.contacts__index__form__inputs__item{margin-bottom:20px}.contacts__index__bottom{margin-top:50px;margin-bottom:50px}.contacts__index__form__answer,.contacts__index__form__inputs__item .styled__input{text-align:center}.contacts__index__form__answer__main{font-size:22px;margin-top:50px;margin-bottom:50px}.contacts__index__form__answer__text{font-size:15px}.contacts__index__form__answer{display:none}.smile__form__button{width:238px;margin-top:23px}.footer-form-smile .about-bottom-item .h4,.footer-form-smile .about-bottom-item h4{padding:0;text-align:center}.footer__top__buttons__wrap .btn__new{width:275px;margin-bottom:20px;display:block}.footer__top__container{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;padding-top:45px;padding-bottom:45px;-ms-flex-pack:justify;justify-content:space-between}.footer__top__socials__icon{background-color:#9850b2;color:#f3f0f5;border-radius:50%;width:32px;height:32px;margin-right:10px;display:inline-block;vertical-align:middle;line-height:34px;text-align:center}.footer__top__socials__wrap{text-align:left;margin-top:20px}.footer__top__socials__wrap_title{margin:10px 0}.footer__top__socials__wrap_title.color{font-size:14px;color:#633277;font-weight:500}.footer__top li{margin-bottom:16px}.footer-menu li a,.footer-services li a{font-size:15px}.footer-menu li>a:before,.footer-services li>a:before{content:"- "}.footer__top__item__title{color:#633277;text-transform:uppercase;font-weight:500;margin-bottom:20px}.footer__top__contacts__info__title{font-size:14px;color:#633277;margin-bottom:17px;font-weight:500}.footer__top__contacts__info,.footer__top__contacts__phones__row1,.footer__top__contacts__phones__row2{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-flex-pack:justify;justify-content:space-between}.footer__top__contacts__phones__row1,.footer__top__contacts__phones__row2{padding-right:20px}.footer__top__contacts__phones__row1{margin-bottom:19px}.footer__top__contacts__wrap{max-width:337px;width:100%}.footer__top__contacts__phones a{font-size:15px}.footer__top__services__menu__wrap .footer-top-item-head{display:none}.footer__top__contacts__info,.footer__top__contacts__phones{margin-bottom:50px}.footer__top{font-size:15px}.footer__top__socials__icon:hover{color:#fff}.footer__bottom{font-size:12px;color:#fff;background-color:#ac8bb9;padding-top:27px;padding-bottom:50px}.footer__bottom__year{float:left}.footer__bottom__links{float:right}.footer__bottom__links a{margin-left:40px;text-decoration:underline}.footer__bottom__links a:hover{text-decoration:none}.sales-item-content>a:hover h3{text-decoration:underline}.reviews__slider__item__readmore:hover{color:#633277;border-color:#633277}.footer__top__contacts__mail__content a{text-decoration:underline}.contacts__index__form__button .btn__new{width:211px}.footer__top__socials__icon:hover{background-color:#cd2c2c}.footer-menu li a:hover,.footer-services li a:hover{color:#9850b2;text-decoration:underline}.footer__top__contacts__mail__content a:hover{color:#9850b2}.smile__block__wrap .about-bottom-item-icon img{opacity:.5}.page__sidebar{float:left;width:27.8%;padding-right:50px;box-sizing:border-box}.page__with__sidebar__title{width:72.2%;float:right}.page__with__sidebar__title .breadcrumps{margin-top:0;margin-bottom:13px}.page__sidebar+.main-content{width:72.2%;float:right;padding-right:0;padding-left:0;box-sizing:border-box}.breadcrumps ul li{font-size:13px;color:#909090;display:inline}.breadcrumbs__separator{padding-left:3px;padding-right:3px}.container .container{padding-left:0;padding-right:0}.content-title{margin-bottom:37px;margin-bottom:0}.mobile__sidebar__trigger{display:none}.sidebar__menu__item__wrap{border-bottom:1px solid #f1e8f5}.left-sidebar-wrap .accordion-wrap p{padding-top:0;padding-bottom:0;min-height:49px;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-flex-align:center;align-items:center}.bx-ie .left-sidebar-wrap .accordion-wrap p{height:49px}.left-sidebar-wrap .accordion-wrap p.accordion-header-active{background-color:#f2f0f5}.services__page__rows{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap}.services__page__card__wrap{width:32%;margin-right:2%;margin-bottom:20px}.services__page__rows>:nth-of-type(3n){margin-right:0}.services__page__item__description{border-radius:0;padding:25px 20px 30px;font-size:15px;color:#404040;border:1px solid #f5eef7;border-bottom-left-radius:4px;border-bottom-right-radius:4px;line-height:1.6;min-height:199px;position:relative}.services__page__card__wrap .services__home__card__title__wrap{border-radius:0}.services__page__item__description__link{border-bottom:1px dotted #9850b2;color:#9850b2;font-size:15px;position:absolute;bottom:20px;left:20px}.services__page__item__description__text{height:120px;overflow:hidden}.footer__bottom__forms__smile{width:52.5%;padding-right:20px;float:left}.footer__bottom__forms .contacts__index__form__wrap{width:47.5%}.footer__bottom__forms .footer-form{margin-top:0;margin-bottom:0}.footer__bottom__forms .footer-form .about-bottom-block>p{margin-bottom:45px}.footer__bottom__forms .hover-effect{height:178px}.footer__bottom__forms .contacts__index__form__personal{max-width:335px;margin-left:auto;margin-right:auto}.footer__bottom__forms .contacts__index__form__button{margin-bottom:33px}.footer__bottom__forms .h4.form-head,.footer__bottom__forms h4.form-head{font-size:16px}.footer__bottom__forms .footer-form .footer__form__inner{padding-left:45px;padding-right:45px;padding-top:35px;border-radius:4px}.footer__bottom__forms .about-bottom-item .about-bottom-item-icon{height:68px}.footer__bottom__forms .about-bottom-item-icon img{width:68px;height:68px}.footer__bottom__forms .about-bottom-item .h4,.footer__bottom__forms .about-bottom-item h4{padding:0;text-align:center}.footer__bottom__forms{margin-bottom:50px;margin-top:50px}.services__page__card__wrap .services__home__card__image__wrap{border-color:#f5eef7}.inner-page .head__bottom{background:none;position:relative}.inner-page .head__bottom:before{content:"";position:absolute;left:0;right:0;top:0;bottom:30px;background-color:#f2f0f5;z-index:-1}.one__service__top__left{width:67%;padding-right:20px;box-sizing:border-box;float:left}.one__service__top__right{width:33%;float:left;background-color:#eeecf1;background-image:url(/local/templates/bioprestige/css/../img/bg_program.png);background-repeat:no-repeat;background-position:100% 0;background-size:cover;box-sizing:border-box;padding-left:36px;padding-right:36px;padding-top:80px;border-radius:2px;height:370px}.one__service__top__right__title{font-size:18px;font-weight:600;color:#2a2a2a;line-height:1;margin-bottom:10px;text-align:center}.one__service__top__left__image{width:100%;height:370px;border-radius:2px}.service__detail__appointment__btn{width:100%;padding-left:0;padding-right:0;max-width:227px;margin:20px auto 15px;display:block}.wrapp-btn-anchor{display:flex;gap:20px}.wrapp-btn-anchor .service__detail__appointment__btn{margin-left:0;margin-right:0}.service__detail__ask__question__btn{width:100%;padding-left:0;padding-right:0;max-width:227px;margin-left:auto;margin-right:auto;display:block}.one__service__top__share__title{font-size:13px;color:#909090;margin-bottom:12px;text-align:center}.one__service__top__share{text-align:center}.one__service__top__share .ya-share2__badge{margin-right:5px}.one__service__top__right__buttons{margin-bottom:25px}.one-service-singly .tabs{margin-top:50px}.one-service-text-block .h2,.one-service-text-block h2{margin-top:20px}.services__single__to__all{display:block;margin-left:auto;margin-right:auto;max-width:290px}.one-service-singly-content .tabs .ui-widget-content{border-bottom:0}.doctors__wrap__inner{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap}.doctors__item__wrap{border:1px solid #f5eef7;background-color:#fff;width:32%;margin-right:2%;padding:15px;padding-bottom:33px;margin-bottom:20px;position:relative}.doctors__item__content{display:block}.doctors__item__name{font-size:18px;color:#633277;font-weight:500;display:block;line-height:1.3;margin-bottom:20px;min-height:46px}.doctors__item{display:block}.doctors__item__image{display:block;width:100%;height:200px;margin-bottom:20px}.doctors__item__division__content,.doctors__item__job,.doctors__item__job__content{display:block}.doctors__wrap__inner>:nth-of-type(3n){margin-right:0}.doctors__item__division__title,.doctors__item__job__title{display:block;font-weight:700}.doctors__item__content{font-size:15px}.doctors__wrap h2{text-align:left;margin-bottom:25px}.one-service-text-block h2{text-align:left;line-height:1.3}.contacts__page__text__wrap{padding-right:80px;box-sizing:border-box;width:63%;float:left}.contacts__page__form__outer__wrap{width:63%;float:left;padding-right:66px}.contacts__page__slider__wrap{width:37%;float:left}.contacts__page__map__wrap{width:37%;float:left;padding-top:102px}.contacts__page__map__wrap .map>ymaps{height:412px!important}.contacts__page__text__wrap{font-size:15px;color:#404040;line-height:1.6}.page__top__wrap .breadcrumps{margin-bottom:15px}.page__top__wrap{margin-top:45px}.bold__text{font-weight:700}.contacts__page__text__subtitle{margin-bottom:16px}.contacts__page__info{margin-top:40px;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-flex-pack:justify;justify-content:space-between}.contacts__page__phones{width:150px}.contacts__page__additional{width:420px}.contacts__page__info__title{color:#9850b2;font-size:15px;font-weight:500;margin-bottom:23px}.contacts__page__small__title{font-weight:500;font-size:13px;display:block;margin-bottom:3px}.contacts__page__phones__quality{margin-top:48px}.contacts__page__additional__cols{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-flex-pack:justify;justify-content:space-between}.contacts__page__additional__col1{width:185px}.contacts__page__additional__col2{width:108px}.contacts__page__additional__item__skype{padding-left:39px;display:inline-block;background:url(/design/img/skype.svg) 0 0 no-repeat;-ms-background-position-y:2px;background-position-y:2px}.contacts__page__additional__item__icq{padding-left:39px;display:inline-block;background:url(/design/img/icq.svg) 0 0 no-repeat;-ms-background-position-y:2px;background-position-y:2px}.contacts__page__additional__item__watsapp{padding-left:39px;display:inline-block;background:url(/design/img/whatsapp.svg) 0 0 no-repeat;-ms-background-position-y:2px;background-position-y:2px}.contacts__page__additional__item__mail{padding-left:39px;display:inline-block;-ms-background-position-y:2px;background-position-y:2px;background:url(/design/img/mail.svg) 0 0 no-repeat}.contacts__page__additional__item{margin-bottom:25px}.contacts__page__additional__item__mail__text{color:#9850b2}.contacts__page__location__wrap{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;margin-bottom:35px}.contacts__page__worktime{width:190px;margin-right:115px}.contacts__page__top{margin-bottom:59px}.contacts__page__form__wrap{width:100%;background:url(/design/img/cont_form.png) 50% no-repeat;background-size:cover;background-color:#9850b2;border-radius:4px;padding:50px;min-height:407px;padding-top:37px}.contacts__page__form__title{font-size:24px;color:#fff;margin-bottom:33px}.contacts__page__form__left{width:42.5%;float:left;padding-right:15px}.contacts__page__form__right{width:57.5%;padding-left:15px;float:left}.contacts__page__form__submit{float:right}.contacts__page__form__wrap .contacts__page__form textarea.styled__input{height:153px}.contacts__page__form label{color:#fff;font-size:15px;display:block;margin-bottom:18px;line-height:1}.contacts__page__form__policy,.contacts__page__form__policy:focus,.contacts__page__form__policy:hover{font-size:13px;color:#fff}.contacts__page__form__bottom{margin-top:40px}.contacts__page__form__field__name__wrap{margin-bottom:30px}.contacts__page__form__answer__main{font-size:22px;color:#fff;margin-top:70px}.contacts__page__form__answer__text{color:#fff;margin-top:20px}.contacts__page__form__answer{display:none}.header__services__holder{display:none;position:absolute;left:0;top:100%;width:305px;z-index:3;background-color:#fff}.header__services__item__title{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-flex-align:center;align-items:center;min-height:49px;position:relative;cursor:pointer}.bx-ie .header__services__item__title{height:49px}.header__services__item__title__icon{height:100%;position:relative;width:60px;height:49px}.header__services__item__title:before{content:"";border-bottom:1px dotted #dadaed;position:absolute;top:0;left:24px;right:24px;display:block}.header__services__item__chevron{position:absolute;right:19px;top:50%;transform:translateY(-50%);color:#dadaed}.header__services__item__list__wrap{display:none}.header__services__items__wrap{padding-top:15px;padding-bottom:15px;border-radius:0 0 4px 4px;box-shadow:0 0 30px rgba(0,0,0,.1);position:relative}.header__services__items__wrap>.header__services__item:first-of-type .header__services__item__title:before{border-bottom:0}.header__services__item__title__inner{height:49px;color:#9850b2;flex-grow:1;-o-flex-grow:1;-webkit-flex-grow:1;-ms-flex-positive:1;padding-left:24px;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-flex-align:center;align-items:center}.header__services__item__title__inner:focus,.header__services__item__title__inner:hover{color:#9850b2}.bx-no-touch .header__services__item.header__services__page__active,.bx-touch .header__services__item.header__services__item__active{background-color:#dadaed}.bx-no-touch .header__services__item.header__services__page__active+.header__services__item .header__services__item__title:before,.bx-touch .header__services__item.header__services__item__active+.header__services__item .header__services__item__title:before{display:none}.bx-no-touch .header__services__item.header__services__page__active .header__services__item__chevron,.bx-touch .header__services__item.header__services__item__active .header__services__item__chevron{color:#9850b2}.header__services__item__list__wrap{position:absolute;top:0;left:100%;min-height:100%;width:443px;padding:25px 34px;box-shadow:0 0 30px rgba(0,0,0,.1);border-bottom-right-radius:4px;background:#fff;z-index:1}.header__services__item__list__wrap__scroll{height:370px}.header__services__item__list__wrap .scrollbar-inner>.scroll-element .scroll-bar{background-color:#9850b2}.header__services__item__list__wrap .scrollbar-inner>.scroll-element.scroll-y .scroll-bar{opacity:1}.scroll-element.scroll-y{display:none}.header__services__item__list ul.header__services__item__list{border-left:1px solid #dadaed;background:#fff;height:370px}.header__services__item__list a{font-size:15px;color:#505050;display:block;padding-left:25px;padding-right:20px;position:relative}.header__services__item__list li{margin-bottom:30px}.header__services__item__list>li:last-of-type{margin-bottom:0}.header__services__item__list a:before{content:"";position:absolute;left:3px;top:5px;width:5px;height:5px;background-color:#dadaed;transform:rotate(45deg)}.header__services__item__list a:hover:before{background-color:#9850b2}.header__services__item__list a:hover{color:#9850b2;text-decoration:underline}.bx-touch .header__services__menu__active .header__services__holder{display:block}.bx-touch .header__services__menu__active .header__services__menu__trigger i{font-size:0}.bx-touch .header__services__menu__active .header__services__menu__trigger i:before{content:"close";font-size:24px}.bx-touch .header__services__item__active .header__services__item__list__wrap{display:block}.modal .modal__privacy{font-size:13px;text-align:center;color:#909090;line-height:1.4;margin-top:23px}.modal__form__field{margin-bottom:26px}.modal__form__submit{display:block;margin-left:auto;margin-right:auto;width:231px;margin-top:40px}.modal__bg{background:url(/design/img/callback_bg.png) 50% no-repeat;background-size:cover}.modal__wide{max-width:846px}.modal__form__columns{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;margin-bottom:26px}.modal__form__columns .modal__form__field{width:48%;margin-bottom:0}.modal__wide{background:url(/design/img/wide__form.png) 50% no-repeat;background-size:cover}.close__question__modal{display:block;margin-left:auto;margin-right:auto;margin-top:20px}.smile__block__wrap .about-bottom-item .h4,.smile__block__wrap .about-bottom-item h4{padding-left:0;padding-right:0}.sidebar__menu a.active-link{color:#633277}.modal__md{max-width:546px}.inner__page__programs{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap}.programs__catalog__selection .programs__catalog__selection__item{width:235px;background-color:#f3f0f5;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;font-size:1.125rem;padding:17px 0}.programs__catalog__selection .programs__catalog__selection__item__active{border-color:#b177b8;background-color:#b177b8;color:#fff}.programs__catalog__selection__buttons{flex-grow:1;-o-flex-grow:1;-webkit-flex-grow:1;-ms-flex-positive:1;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex}.readmore__index__wrap{margin-top:15px}.readmore__index__wrap span{font-size:15px;border-bottom:1px dotted #9850b2;color:#9850b2}.question__submit{width:211px}.callback__submit,.question__submit{font-size:14px;padding-top:15px;padding-bottom:15px}#question-ok-modal p{margin-bottom:15px}.header__services__menu__trigger__link{padding-left:30px;height:100%;line-height:60px;flex-grow:1;-o-flex-grow:1;-webkit-flex-grow:1;-ms-flex-positive:1}.header__services__menu__trigger__icon{width:75px;position:relative;height:100%;cursor:pointer}.header__services__menu__trigger__icon i{position:absolute;top:50%;right:30px;transform:translateY(-50%)}.bx-touch .header__services__menu.header__services__menu__active .header__services__menu__trigger{color:#fff;background-color:#633277}.refresh__appointment__index__form__wrap,.refresh__contacts__form__wrap,.refresh__contacts__index__form__wrap{margin-top:40px}select.styled__input:focus{outline:none}select.styled__input{color:gray!important}select.styled__input__select__has__val{color:#404040!important}select.styled__input option:not(:disabled){color:#404040}.styled__input::-webkit-input-placeholder{color:gray}.styled__input:-moz-placeholder,.styled__input::-moz-placeholder{color:gray}.styled__input:-ms-input-placeholder{color:gray}.head__bottom__menu__container .header__submenu__toggled .sub-menu{display:block}.head__bottom__phones__inner__hidden{display:none;position:absolute;z-index:2}.head__bottom__phones{position:relative}.head__bottom__phones__inner{position:relative;z-index:2}.header__phones__show__trigger{display:none}.review__fullview{font-size:15px}@media only screen and (min-width:1291px){.head__bottom__logo{margin-right:67px}.inner__page__programs .sales-item .bottom-btns{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;padding-bottom:20px}.doctors__item__wrap:hover .doctors__item__buttons{position:absolute;bottom:-46px;left:-1px;right:-1px;background:#fff;text-align:center;z-index:1;border-top:0;display:block}.doctors__item__buttons{display:none}.sales-item:hover .bottom-btns{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;padding-bottom:20px}}@media only screen and (min-width:1025px){.head__bottom__phones:hover .head__bottom__phones__inner__hidden{display:block}.head__bottom__phones:hover:before{content:"";left:-20px;right:-20px;bottom:-69px;bottom:-79px;top:-18px;position:absolute;box-shadow:0 5px 20px 1px rgba(44,33,90,.2);border-radius:.5rem;background-color:#fff;padding:8px 28px 15px 39px;z-index:1}.fixed__header{position:fixed!important;left:0;top:0;right:0;z-index:10}.fixed__header .head__bottom__controls__container{padding-top:5px;padding-bottom:5px}.head__bottom__menu__container .head-menu li:hover>.sub-menu{display:block}.header__services__menu:hover .header__services__menu__trigger i{font-size:0}.header__services__menu:hover .header__services__menu__trigger i:before{content:"close";font-size:24px}.header__services__menu:hover .header__services__menu__trigger,.header__services__menu__trigger:focus,.header__services__menu__trigger:hover{color:#fff;background-color:#633277}.header__services__item:hover{background-color:#dadaed}.header__services__item:hover .header__services__item__chevron{color:#9850b2}.header__services__item:hover+.header__services__item .header__services__item__title:before{display:none}.header__services__item:hover .header__services__item__list__wrap,.header__services__menu:hover .header__services__holder{display:block}}@media only screen and (max-width:1290px){.contacts__page__additional{width:350px}.contacts__page__form__outer__wrap,.contacts__page__text__wrap{padding-right:30px}.contacts__page__form__wrap{padding-left:30px;padding-right:30px}.footer__bottom__forms .footer-form .footer__form__inner{padding-left:20px;padding-right:20px}.one__service__top__right{padding-left:0;padding-right:0}.doctors__item__wrap{padding-bottom:65px}.doctors__item__buttons{position:absolute;bottom:10px;left:15px;right:15px}.doctors__item__buttons .btn__new{padding-left:0;padding-right:0;min-width:0;width:100%}.footer__bottom__forms .footer-form .about-bottom-block>p{margin-bottom:26px}.footer__bottom__forms .contacts__index__form__wrap{width:42%}.footer__bottom__forms__smile{width:58%}.footer__bottom__forms .footer-form .footer__form__inner{min-height:442px}.left-sidebar-wrap .accordion-wrap ul{padding-right:20px}.about-bottom-item .h4,.about-bottom-item h4{padding-left:0;padding-right:0;min-height:50px}.about-bottom-item p{padding-left:0;padding-right:0}.appointment__form__wrap{padding-left:440px;padding-right:20px}.sales-item-wrap{height:auto}.sales-item .bottom-btns{display:block}.program-catalog-row .sales-item .bottom-btns{padding-top:12px}.sales__item__button__appointment{width:100%;display:block;margin-bottom:8px;font-size:12px;max-width:248px;margin-left:auto;margin-right:auto}.sales .slick-dots{position:static;transform:none;margin-top:25px}.sales-item-content{padding-bottom:20px;height:auto}.sales__item__button__question{width:100%;font-size:12px;display:block;margin-bottom:8px;max-width:248px;margin-left:auto;margin-right:auto}.head__bottom__menu__container .head-menu>ul>li>a{padding-left:30px;padding-right:30px}.header__services__menu__trigger{width:205px}.header__search__form{width:calc(100% - 225px)}}@media only screen and (max-width:1200px){.page__sidebar{padding-right:25px}.left-sidebar-wrap .accordion-wrap p i{right:13px}.services__home__rows>:nth-of-type(n){width:32%;margin-right:2%}.services__home__rows>:nth-of-type(3n){margin-right:0}.head__bottom__appointment{font-size:0}.head__bottom__appointment span{font-size:13px}}@media only screen and (max-width:1100px){.inner__page__programs>.sales-item:nth-of-type(n){margin-right:2%;width:49%}.inner__page__programs>.sales-item:nth-of-type(2n){margin-right:0}.services__page__rows>:nth-of-type(n){width:49%;margin-right:2%}.services__page__rows>:nth-of-type(2n){margin-right:0}.footer__top__contacts__wrap{max-width:320px}.footer__top__buttons__wrap .btn__new{width:180px;padding-left:0;padding-right:0;min-width:0}.footer-form .footer__form__inner{padding-left:15px;padding-right:15px}.contacts__index__map{width:50%}.contacts__index__form__wrap{width:50%}.contacts__index__form__wrap,.head__bottom__menu__container .head-menu>ul>li>a{padding-left:20px;padding-right:20px}.head__bottom__first_appointment{display:none}.head__top__auth{padding-right:0}.head__top__location,.head__top__worktime{margin-right:20px}.new-service-form .contacts__index__form__wrap{background-position:bottom right -90px}}@media only screen and (max-width:1024px){.head__bottom__wrap{height:auto!important}.head__bottom__phones{padding-right:25px;margin-right:7px}.header__phones__show__trigger{display:block;position:absolute;right:-30px;top:7px;width:24px;height:24px;background:#fff;border-radius:50%;box-shadow:0 .063rem .25rem .063rem rgba(44,33,90,.3)}.header__phones__show__trigger i{position:absolute;top:0;bottom:0;right:0;left:0;margin:auto;transform:rotate(180deg);font-size:18px;text-align:center;line-height:24px;color:#633277}.head__bottom__phones__visible .head__bottom__phones__inner__hidden{display:block}.head__bottom__phones__visible:before{content:"";left:-20px;right:-20px;bottom:-69px;top:-18px;position:absolute;box-shadow:0 5px 20px 1px rgba(44,33,90,.2);border-radius:.5rem;background-color:#fff;padding:8px 28px 15px 39px;z-index:1}.head__bottom__phones__visible .header__phones__show__trigger{top:-15px;right:-43px}.head__bottom__phones__visible i{font-size:0}.head__bottom__phones__visible i:before{content:"close";font-size:13px}.head__bottom__phones__visible .header__phones__show__trigger{box-shadow:none;-webkit-box-shadow:none}.bx-ios.bx-touch body *{cursor:pointer}.header__services__menu__active .header__services__holder{display:block}.header__services__menu__active .header__services__menu__trigger i{font-size:0}.header__services__menu__active .header__services__menu__trigger i:before{content:"close";font-size:24px}.header__services__menu.header__services__menu__active .header__services__menu__trigger{color:#fff;background-color:#633277}.header__services__item.header__services__item__active{background-color:#dadaed}.header__services__item.header__services__item__active+.header__services__item .header__services__item__title:before{display:none}.header__services__item.header__services__item__active .header__services__item__chevron{color:#9850b2}.header__services__item__active .header__services__item__list__wrap{display:block}.new-service-form .contacts__index__form__wrap{background-position:bottom right -240px}}@media only screen and (max-width:1023px){.one__service__top__left,.one__service__top__right{width:50%}.doctors__item__wrap div.doctors__item{width:320px}.doctors__item__wrap .opisanie{width:100%}.page__sidebar{width:35%}.page__sidebar+.main-content,.page__with__sidebar__title{width:65%}.footer__top__contacts__phones{margin-bottom:39px}.footer__top__socials__wrap{margin-top:68px}.footer-menu li a,.footer-services li a,.footer__top__contacts__phones a,.footer__top__contacts__wrap{font-size:14px}.footer-menu li>a:before,.footer-services li>a:before{display:none}.appointment__form__wrap:before{left:23px}.appointment__form__wrap{padding-left:370px}.appointment__form__left{padding-right:10px}.appointment__form__right{padding-left:10px}}@media only screen and (max-width:992px){.footer__bottom__forms .footer-form .hover-effect{height:151px;width:auto}}@media only screen and (max-width:991px){.header__search__form__close{left:25px}.header__search__form{padding-left:65px}.footer-form .about-bottom-item-icon img{width:70px;height:70px}.footer-form .hover-effect{height:170px;width:160px}.footer-form .about-bottom-item .about-bottom-item-icon{height:70px}.footer-form .about-bottom-item{width:33.3333%}.header__search{margin-right:15px}.header__search__perform,.header__search__perform:focus{right:7px}.header__services__menu__trigger__link{padding-left:10px}.header__services__menu__trigger__icon i{right:8px}.header__services__menu__trigger__icon{width:38px}.header__search__form{width:calc(100% - 205px)}.header__services__menu__trigger{width:175px}.head__bottom__menu__container .head-menu>ul>li>a{padding-left:10px;padding-right:10px}.head__bottom__menu__container .head-menu>ul>li:after{display:none}}@media only screen and (max-width:921px){.about-bottom-item .h4,.about-bottom-item h4{min-height:0}}@media only screen and (max-width:920px){.appointment__form__wrap:before{display:none}.appointment__form__wrap{padding-left:20px}}@media only screen and (max-width:900px){.contacts__page__phones__quality{margin-top:37px}.contacts__page__additional{width:280px;font-size:13px}.contacts__page__form__outer__wrap{width:100%;float:none;margin-bottom:15px;padding-right:0}.contacts__page__slider__wrap{width:100%;float:none}.footer__top__contacts__wrap{max-width:271px}.header__services__menu__trigger{width:145px}.header__search__form{width:calc(100% - 175px)}.head__bottom__menu__container .head-menu>ul>li>a{padding-left:6px;padding-right:6px}.head__top__location a{font-size:0;display:inline-block;vertical-align:middle;padding-left:16px}.head__bottom__appointment{min-width:133px;width:133px;padding-left:0;padding-right:0}}@media only screen and (max-width:767px){.slick-initialized .slick-slide{display:block;background-size:cover!important;min-height:360px}.new-one-program .slick-initialized .slick-slide{display:block;background-size:contain!important;min-height:360px}.top__slider__item__title{font-size:20px;margin-bottom:15px;width:70%}.top__slider__item__content__list li{font-size:12px;margin-bottom:10px}.top__slider__item__content{margin-bottom:20px}.top__slider__arrows__inner{position:absolute;bottom:15px}.programs-catalog .programs-catalog-wrap .right-btn-block{display:none}.programs__catalog__selection .programs__catalog__selection__item{width:50%}.tabs{margin-top:30px}.modal__form__columns{display:block;margin-bottom:0}.modal__form__columns .modal__form__field{margin-bottom:26px;width:100%}.modal{max-width:310px;padding:20px 15px}.modal .modal-close{top:20px;right:13px}.modal h5{font-size:21px;margin-bottom:20px}.modal__form__submit{margin-top:30px}.contacts__page__form__answer{margin-bottom:35px}.contacts__page__form__answer__main{margin-top:50px}.page__top__wrap{margin-top:20px}.page__top__wrap .breadcrumps{margin-bottom:10px}.contacts__page__form__wrap{padding-right:10px;padding-left:10px;min-height:0}.contacts__page__form__left{padding-right:5px}.contacts__page__form__right{padding-left:5px}.contacts__page__text__wrap{width:100%;padding-right:0;float:none;margin-bottom:20px}.contacts__page__map__wrap{float:none;width:100%;padding-top:0}.contacts__page__top{margin-bottom:20px}.footer__bottom__forms .footer-form .footer__form__inner{min-height:0}.footer__bottom__forms .footer-form .hover-effect{height:auto}.footer__bottom__forms .contacts__index__form__wrap{width:100%;margin-top:20px}.footer__bottom__forms__smile{width:100%;padding-right:0}.content{padding-top:20px}.content-title{margin-bottom:25px}.content-title h1{font-size:25px}.mobile__sidebar__trigger{display:block;min-height:49px;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-flex-align:center;align-items:center;padding-left:25px;padding-right:25px;position:relative;cursor:pointer}.mobile__sidebar__triggered .mobile__sidebar__trigger{border-bottom:1px solid #f1e8f5}.mobile__sidebar__triggered .mobile__sidebar__trigger:before{transform:translateY(-50%) rotate(-90deg)}.mobile__sidebar__triggered .sidebar__menu{display:block}.mobile__sidebar__trigger:before{transition:all .3s;content:"chevron_right";position:absolute;right:11px;top:50%;transform:translateY(-50%) rotate(90deg);font-family:Material Icons;font-weight:400;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.sidebar__menu{display:none}.page__sidebar{width:100%;padding-right:0;margin-bottom:30px}.page__sidebar+.main-content,.page__with__sidebar__title{width:100%}.sales .slick-slider{margin:0 -8px;margin-bottom:29px}.sales .slick-slide{margin-right:8px;margin-left:8px}.services__home{margin-top:20px;margin-bottom:30px}.appointment__form__container__wrap{margin-top:35px}.footer__top__main__menu__title,.footer__top__services__menu__title{background-color:#e9e3ec;padding:13px 20px;position:relative}.footer__menu__toggled .footer__top__item__title:before{transform:rotate(-180deg);top:8px}.footer__top__main__menu__title:before,.footer__top__services__menu__title:before{content:"keyboard_arrow_down";position:absolute;color:#8e709c;right:8px;top:10px;font-size:21px;transition:all .3s;font-family:Material Icons;font-weight:400;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;font-feature-settings:"liga"}.footer__top__main__menu__wrap ul,.footer__top__services__menu__wrap ul{display:none}.footer__menu__toggled ul{display:block;margin-top:15px}.footer__top__container{-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap;padding-top:20px;padding-bottom:32px;padding-right:20px;padding-left:20px}.footer__top__contacts__wrap{max-width:320px}.footer__top__main__menu__title{margin-bottom:0}.footer__top__contacts__info,.footer__top__contacts__phones{margin-bottom:30px}.footer__top__socials__wrap{display:none}.footer__bottom__links a{margin-left:25px}.footer__top__services__menu__wrap{width:50%;margin-bottom:20px;box-sizing:border-box;padding-right:15px}.footer__top__main__menu__wrap{width:50%;margin-bottom:40px;box-sizing:border-box;padding-left:15px}.footer-form .footer__form__inner{padding-bottom:30px;padding-top:35px}.footer-form h2{margin-bottom:22px;font-size:18px;line-height:1}.footer-form .about-bottom-block>p{font-size:13px;margin-bottom:40px}.about{padding-bottom:40px}.about-bottom-block{margin-top:40px}.about .h2,.about h2{font-size:20px;padding-top:35px}.about-bottom-item p{display:none}.about-bottom-item-icon{margin-bottom:22px}.about-bottom-item .h4,.about-bottom-item h4{padding-left:35px;padding-right:35px}.about-bottom-item .h4 span,.about-bottom-item h4 span{display:inline;font-size:16px;border-bottom:1px dotted #404040}.sales .h2,.sales h2{padding-top:27px;padding-bottom:21px}.sales{padding-bottom:39px;margin-top:30px}.sales-item-content .h3,.sales-item-content .price,.sales-item-content .sales-item-descr,.sales-item-content h3{min-height:0}.services__home__rows>:nth-of-type(n){width:49%;margin-right:2%}.services__home__rows>:nth-of-type(2n){margin-right:0}.head__bottom__callback,.head__bottom__menu__container .head-menu{display:none}.header__search{position:absolute;top:8px;right:39px;z-index:999}.header__search i{color:#fff;font-size:30px}.search__open .header__search__form{display:block;margin-top:-8px;position:absolute;right:0;width:60vw;padding-left:40px;padding-top:4px;height:50px}.header__search__form__close{left:7px}.head__bottom__menu__wrap{display:block}.header__services__menu{display:none}.header__menu__trigger{width:auto;display:block;background-color:#9850b2;padding-left:20px;padding-right:20px;color:#fff}.head__bottom__menu__wrap .header__menu__trigger a{color:#fff;margin-right:0;padding-top:13px;padding-bottom:13px;font-size:16px;font-weight:500;opacity:1}.menu-trigger-wrap{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.head__bottom__menu__wrap{margin-left:-10px;margin-right:-10px}}@media only screen and (max-width:680px){.footer__bottom__year{float:none;text-align:center;margin-bottom:20px}.footer__bottom{padding-bottom:13px}.footer__bottom__links{float:none}.footer__bottom__links a{margin-left:0;margin-bottom:11px;display:inline-block}.footer__bottom__links span{text-align:center;display:block}.head__top__worktime{width:16px;height:16px;padding-left:0;font-size:0;position:relative}.head__top__worktime:hover span{background-color:#fff;font-size:13px;width:144px;position:absolute;top:0}}@media only screen and (max-width:620px){.services__page__rows>:nth-of-type(n){width:100%;margin-right:0}.footer-form .about-bottom-item{width:100%;margin-bottom:10px}.footer-form-smile .about-bottom-item .h4,.footer-form-smile .about-bottom-item h4{margin-top:0}.footer-form .hover-effect{padding:10px 0;width:140px;height:140px}.hover-effect{height:auto}.footer-form .about-bottom-item .about-bottom-item-icon{height:70px;margin-bottom:10px}.contacts__index__bottom{margin-bottom:40px;margin-top:40px}.contacts__index__form__wrap{width:100%;padding:40px 29px 35px;min-height:0}.contacts__index__form__button{margin-top:30px}.contacts__index__form__title{text-align:center;font-size:22px;margin-bottom:25px;text-transform:none}.contacts__index__form__text{display:none}.contacts__index__map{width:100%;padding-right:0;margin-bottom:20px}.contacts__index__map .map>ymaps{height:312px!important}}@media only screen and (max-width:600px){.appointment__form__answer{min-height:0;padding-top:15px}.appointment__form__answer__main{font-size:21px;margin-bottom:25px}.appointment__form__wrap{padding-bottom:37px}.appointment__form__field{margin-bottom:19px}.appointment__form__wrap{padding-top:30px}.hidden__600px{display:none}.appointment__form__field label{margin-bottom:11px}.appointment__form__title{font-size:22px}.appointment__form__left{width:100%;padding-right:0}.appointment__form__right{width:100%;padding-left:0}.appointment__form__button__wrap{float:none;text-align:center}.appointment__form__personal{width:auto;text-align:center;margin-top:20px}}@media only screen and (max-width:560px){.footer__top__contacts__info__title,.footer__top__contacts__phones__row1{margin-bottom:14px}.footer__top__services__menu__wrap{padding-right:5px}.footer__top__main__menu__wrap{padding-left:5px}.head__bottom__logo{width:100%;text-align:center;margin-bottom:15px}.footer__top__contacts__wrap{width:100%;margin-bottom:35px}.footer__top__buttons__wrap{width:100%}.footer__top__buttons__wrap .btn__new{width:100%;max-width:283px;margin-left:auto;margin-right:auto;margin-bottom:10px}.head__bottom__controls__container{padding-left:20px;padding-right:20px}.head__bottom__controls__wrap{-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap;box-sizing:border-box}}@media only screen and (max-width:520px){.top__slider__item__title{margin-bottom:15px;width:100%;padding-top:15px}.slick-initialized .slick-slide{background-size:inherit!important}.programs__catalog__selection__buttons{-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap}.programs__catalog__selection .programs__catalog__selection__item{width:100%}.inner__page__programs>.sales-item:nth-of-type(n){width:100%;margin-right:0}.inner__page__programs .sales-item-content .sales-item-descr{height:auto}.contacts__page__phones{width:auto}.contacts__page__info{display:block;margin-top:0}.contacts__page__additional{width:auto;margin-top:10px}.contacts__page__location__wrap{display:block}.contacts__page__worktime{width:auto;margin-right:0}.contacts__page__form__left{padding-right:0;width:auto;float:none;margin-bottom:25px}.contacts__page__phones__quality{margin-top:10px}.contacts__page__form__right{padding-left:0;width:auto;float:none}.contacts__page__form__submit{float:none;display:block;text-align:center;margin-left:auto;margin-right:auto}.contacts__page__form__policy{text-align:center;display:block;margin-top:15px}.contacts__page__form__bottom{margin-top:25px}.contacts__page__form__wrap{padding-top:25px;padding-bottom:25px}.contacts__page__map__wrap .map>ymaps{height:250px!important}.doctors__wrap__inner>:nth-of-type(n){width:100%;margin-right:0}.one__service__top__left{width:100%;padding-right:0;margin-bottom:25px}.one__service__top__left__image{height:250px;background-size:contain}.one__service__top__right{width:100%}.one__service__top__right__buttons,.one__service__top__right__title{margin-bottom:25px}.reviews__index__wrap{padding-top:40px;padding-bottom:40px}.reviews__index__title{margin-bottom:25px}.reviews__index__slider .slick-dots{margin-top:20px}.reviews__index__all__wrap{margin-top:30px}.reviews__slider__item__text{line-height:1.5}.reviews__index__slider__item__image{position:static;margin-bottom:15px;display:block;width:auto;height:auto;text-align:center}.reviews__index__slider__item__image img{max-width:56px;max-height:56px;width:auto;height:auto;margin-left:auto;margin-right:auto}.reviews__index__slider__item__top{text-align:center;display:block}.reviews__slider__item__text{min-height:0}.reviews__index__wrap .container{padding-left:20px;padding-right:20px}.reviews__index__slider__item__date{display:none}.reviews__index__slider__item__name{text-align:center}.reviews__index__slider__item{padding:30px 18px}.services__home__rows>:nth-of-type(n){width:100%;margin-right:0}.head__bottom__controls__container{padding-top:19px;padding-bottom:28px}.head__bottom__phones a{font-size:15px}.head__top__location a{background-position:top}.head__top__qa{display:none}.head__top__location{margin-right:0;margin-right:10px}.container__head__top{padding-left:20px;padding-right:20px}.head__top__inner2{flex:1;text-align:left;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.new-service-form .contacts__index__form__wrap{background:none}.new-service-form .contacts__index__form__wrap .contacts__index__form{max-width:100%;width:100%}}@media only screen and (max-width:430px){.wrapp-btn-anchor{flex-wrap:wrap;gap:0;justify-content:center}}@media only screen and (max-width:350px){.head__bottom__phones a{font-size:13px}.head__bottom__controls__container{padding-right:15px;padding-left:15px}.head__bottom__phones{top:2px}.header__phones__show__trigger{right:-33px}.head__bottom__phones__visible:before{right:-9px;left:-11px}.head__bottom__phones a:first-of-type{margin-bottom:6px}.head__bottom__phones__visible .header__phones__show__trigger{right:-34px}.head__bottom__phones__visible:before{bottom:-63px}}.licence__index__wrap{padding-bottom:30px}.licence__index__title{margin-bottom:10px}#smile-form .appointment__form__field label{text-align:left}#smile-form .styled__input:focus{box-shadow:none}.btntb{background:#9850b2;color:#fff;width:100%;padding-left:0;padding-right:0;max-width:227px;margin-left:auto;margin-right:auto;display:block}.btntb:hover{color:#fff;border-color:#8c41a7;background:#8c41a7}.btnta:hover{background:#cd2c2c!important;border-color:#cd2c2c!important}
/* End */


/* Start:/bitrix/components/bitrix/search.suggest.input/templates/.default/style.css?1679399749501*/
input.search-suggest {}
div.search-popup{border: 1px solid #333333;background: #FFFFFF;padding: 2px;margin: 0px;}
div.search-popup-row, div.search-popup-row-active{position: relative; padding: 2px 4px;margin: 0px;cursor: hand;cursor: pointer;}
div.search-popup-row{background:#FFFFFF;}
div.search-popup-row-active{background:#EEEEEE;}
div.search-popup-el-name, div.search-popup-el-cnt{position: relative; margin:0px;padding:0px;text-align:left;}
div.search-popup-el-cnt{text-align:right; float:right;}
/* End */


/* Start:/local/templates/bioprestige/styles.css?1773142400201*/
.one-service-left-slider {
  overflow: hidden;
}
.one-service-left-slider .slick-list.draggable .slick-track {
  height: stretch;
}
.one-service-left-slider .slick-list.draggable {
  height: stretch;
}
/* End */


/* Start:/bitrix/components/vision/vision.special/templates/.default/style/css/style.css?167939974970*/
#bvi-panel-close{display:none}.bvi-body > .bvi.bvi-panel{display:none}
/* End */


/* Start:/bitrix/components/vision/vision.special/templates/.default/style/css/bvi-font.min.css?16793997491612*/
.bvi-icon{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.bvi-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.bvi-xs{font-size:.75em !important}.bvi-sm{font-size:.875em !important}.bvi-1x{font-size:1em !important}.bvi-2x{font-size:2em !important}.bvi-3x{font-size:3em !important}.bvi-4x{font-size:4em !important}.bvi-5x{font-size:5em !important}.bvi-6x{font-size:6em !important}.bvi-7x{font-size:7em !important}.bvi-8x{font-size:8em !important}.bvi-9x{font-size:9em !important}.bvi-10x{font-size:10em !important}.bvi-font:before{content:"\f031"}.bvi-plus:before{content:"\f067"}.bvi-minus:before{content:"\f068"}.bvi-circle:before{content:"\f111"}.bvi-circle-notch:before{content:"\f1ce"}.bvi-adjust:before{content:"\f042"}.bvi-volume-up:before{content:"\f028"}.bvi-volume-off:before{content:"\f026"}.bvi-cogs:before{content:"\f085"}.bvi-low-vision:before{content:"\f2a8"}.bvi-chevron-circle-up:before{content:"\f139"}.bvi-eye:before{content:"\f06e"}.bvi-sync-alt:before{content:"\f2f1"}.bvi-times-circle:before{content:"\f057"}.bvi-bolt:before{content:"\f0e7"}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:auto;src:url("/bitrix/components/vision/vision.special/templates/.default/style/css/../fonts/fa-solid-900.eot");src:url("/bitrix/components/vision/vision.special/templates/.default/style/css/../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("/bitrix/components/vision/vision.special/templates/.default/style/css/../fonts/fa-solid-900.woff2") format("woff2"),url("/bitrix/components/vision/vision.special/templates/.default/style/css/../fonts/fa-solid-900.woff") format("woff"),url("/bitrix/components/vision/vision.special/templates/.default/style/css/../fonts/fa-solid-900.ttf") format("truetype")}.bvi-icon{font-family:'Font Awesome 5 Free';font-weight:900}
/* End */


/* Start:/bitrix/components/vision/vision.special/templates/.default/style/css/bvi.min.css?1679399749127805*/
/*!
 * Button visually impaired v1.0.8
 */html:not(.bvi-panel){font-size:16px !important}html body a.bvi-link{padding:10px 10px;font-size:12px;border-color:transparent}html body .bvi{font-family:Arial,sans-serif !important}html body .bvi .bvi-btn{font-weight:bold !important}html body .bvi .bvi-eye-link{position:fixed;top:1rem;right:1rem;opacity:.75;z-index:999999 !important}html body .bvi .bvi-container{width:100%;padding-right:0;padding-left:0;margin-right:auto;margin-left:auto}@media(min-width:576px){html body .bvi .bvi-container{max-width:540px}}@media(min-width:768px){html body .bvi .bvi-container{max-width:720px}}@media(min-width:992px){html body .bvi .bvi-container{max-width:960px}}@media(min-width:1200px){html body .bvi .bvi-container{max-width:1140px}}html body .bvi .bvi-container-fluid{width:100%;padding-right:0;padding-left:0;margin-right:auto;margin-left:auto}html body .bvi .bvi-row{display:flex;flex-wrap:wrap;margin-right:0;margin-left:0}html body .bvi .bvi-no-gutters{margin-right:0;margin-left:0}html body .bvi .bvi-no-gutters>.bvi-col,html body .bvi .bvi-no-gutters>[class*="bvi-col-"]{padding-right:0;padding-left:0}html body .bvi .bvi-col-1,html body .bvi .bvi-col-2,html body .bvi .bvi-col-3,html body .bvi .bvi-col-4,html body .bvi .bvi-col-5,html body .bvi .bvi-col-6,html body .bvi .bvi-col-7,html body .bvi .bvi-col-8,html body .bvi .bvi-col-9,html body .bvi .bvi-col-10,html body .bvi .bvi-col-11,html body .bvi .bvi-col-12,html body .bvi .bvi-col,html body .bvi .bvi-col-auto,html body .bvi .bvi-col-sm-1,html body .bvi .bvi-col-sm-2,html body .bvi .bvi-col-sm-3,html body .bvi .bvi-col-sm-4,html body .bvi .bvi-col-sm-5,html body .bvi .bvi-col-sm-6,html body .bvi .bvi-col-sm-7,html body .bvi .bvi-col-sm-8,html body .bvi .bvi-col-sm-9,html body .bvi .bvi-col-sm-10,html body .bvi .bvi-col-sm-11,html body .bvi .bvi-col-sm-12,html body .bvi .bvi-col-sm,html body .bvi .bvi-col-sm-auto,html body .bvi .bvi-col-md-1,html body .bvi .bvi-col-md-2,html body .bvi .bvi-col-md-3,html body .bvi .bvi-col-md-4,html body .bvi .bvi-col-md-5,html body .bvi .bvi-col-md-6,html body .bvi .bvi-col-md-7,html body .bvi .bvi-col-md-8,html body .bvi .bvi-col-md-9,html body .bvi .bvi-col-md-10,html body .bvi .bvi-col-md-11,html body .bvi .bvi-col-md-12,html body .bvi .bvi-col-md,html body .bvi .bvi-col-md-auto,html body .bvi .bvi-col-lg-1,html body .bvi .bvi-col-lg-2,html body .bvi .bvi-col-lg-3,html body .bvi .bvi-col-lg-4,html body .bvi .bvi-col-lg-5,html body .bvi .bvi-col-lg-6,html body .bvi .bvi-col-lg-7,html body .bvi .bvi-col-lg-8,html body .bvi .bvi-col-lg-9,html body .bvi .bvi-col-lg-10,html body .bvi .bvi-col-lg-11,html body .bvi .bvi-col-lg-12,html body .bvi .bvi-col-lg,html body .bvi .bvi-col-lg-auto,html body .bvi .bvi-col-xl-1,html body .bvi .bvi-col-xl-2,html body .bvi .bvi-col-xl-3,html body .bvi .bvi-col-xl-4,html body .bvi .bvi-col-xl-5,html body .bvi .bvi-col-xl-6,html body .bvi .bvi-col-xl-7,html body .bvi .bvi-col-xl-8,html body .bvi .bvi-col-xl-9,html body .bvi .bvi-col-xl-10,html body .bvi .bvi-col-xl-11,html body .bvi .bvi-col-xl-12,html body .bvi .bvi-col-xl,html body .bvi .bvi-col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:0;padding-left:0}html body .bvi .bvi-col{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi .bvi-col-auto{flex:0 0 auto;width:auto;max-width:none}html body .bvi .bvi-col-1{flex:0 0 8.33333%;max-width:8.33333%}html body .bvi .bvi-col-2{flex:0 0 16.66667%;max-width:16.66667%}html body .bvi .bvi-col-3{flex:0 0 25%;max-width:25%}html body .bvi .bvi-col-4{flex:0 0 33.33333%;max-width:33.33333%}html body .bvi .bvi-col-5{flex:0 0 41.66667%;max-width:41.66667%}html body .bvi .bvi-col-6{flex:0 0 50%;max-width:50%}html body .bvi .bvi-col-7{flex:0 0 58.33333%;max-width:58.33333%}html body .bvi .bvi-col-8{flex:0 0 66.66667%;max-width:66.66667%}html body .bvi .bvi-col-9{flex:0 0 75%;max-width:75%}html body .bvi .bvi-col-10{flex:0 0 83.33333%;max-width:83.33333%}html body .bvi .bvi-col-11{flex:0 0 91.66667%;max-width:91.66667%}html body .bvi .bvi-col-12{flex:0 0 100%;max-width:100%}html body .bvi .order-first{order:-1}html body .bvi .order-last{order:13}html body .bvi .order-0{order:0}html body .bvi .order-1{order:1}html body .bvi .order-2{order:2}html body .bvi .order-3{order:3}html body .bvi .order-4{order:4}html body .bvi .order-5{order:5}html body .bvi .order-6{order:6}html body .bvi .order-7{order:7}html body .bvi .order-8{order:8}html body .bvi .order-9{order:9}html body .bvi .order-10{order:10}html body .bvi .order-11{order:11}html body .bvi .order-12{order:12}html body .bvi .offset-1{margin-left:8.33333%}html body .bvi .offset-2{margin-left:16.66667%}html body .bvi .offset-3{margin-left:25%}html body .bvi .offset-4{margin-left:33.33333%}html body .bvi .offset-5{margin-left:41.66667%}html body .bvi .offset-6{margin-left:50%}html body .bvi .offset-7{margin-left:58.33333%}html body .bvi .offset-8{margin-left:66.66667%}html body .bvi .offset-9{margin-left:75%}html body .bvi .offset-10{margin-left:83.33333%}html body .bvi .offset-11{margin-left:91.66667%}@media(min-width:576px){html body .bvi .bvi-col-sm{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi .bvi-col-sm-auto{flex:0 0 auto;width:auto;max-width:none}html body .bvi .bvi-col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}html body .bvi .bvi-col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}html body .bvi .bvi-col-sm-3{flex:0 0 25%;max-width:25%}html body .bvi .bvi-col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}html body .bvi .bvi-col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}html body .bvi .bvi-col-sm-6{flex:0 0 50%;max-width:50%}html body .bvi .bvi-col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}html body .bvi .bvi-col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}html body .bvi .bvi-col-sm-9{flex:0 0 75%;max-width:75%}html body .bvi .bvi-col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}html body .bvi .bvi-col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}html body .bvi .bvi-col-sm-12{flex:0 0 100%;max-width:100%}html body .bvi .order-sm-first{order:-1}html body .bvi .order-sm-last{order:13}html body .bvi .order-sm-0{order:0}html body .bvi .order-sm-1{order:1}html body .bvi .order-sm-2{order:2}html body .bvi .order-sm-3{order:3}html body .bvi .order-sm-4{order:4}html body .bvi .order-sm-5{order:5}html body .bvi .order-sm-6{order:6}html body .bvi .order-sm-7{order:7}html body .bvi .order-sm-8{order:8}html body .bvi .order-sm-9{order:9}html body .bvi .order-sm-10{order:10}html body .bvi .order-sm-11{order:11}html body .bvi .order-sm-12{order:12}html body .bvi .offset-sm-0{margin-left:0}html body .bvi .offset-sm-1{margin-left:8.33333%}html body .bvi .offset-sm-2{margin-left:16.66667%}html body .bvi .offset-sm-3{margin-left:25%}html body .bvi .offset-sm-4{margin-left:33.33333%}html body .bvi .offset-sm-5{margin-left:41.66667%}html body .bvi .offset-sm-6{margin-left:50%}html body .bvi .offset-sm-7{margin-left:58.33333%}html body .bvi .offset-sm-8{margin-left:66.66667%}html body .bvi .offset-sm-9{margin-left:75%}html body .bvi .offset-sm-10{margin-left:83.33333%}html body .bvi .offset-sm-11{margin-left:91.66667%}}@media(min-width:768px){html body .bvi .bvi-col-md{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi .bvi-col-md-auto{flex:0 0 auto;width:auto;max-width:none}html body .bvi .bvi-col-md-1{flex:0 0 8.33333%;max-width:8.33333%}html body .bvi .bvi-col-md-2{flex:0 0 16.66667%;max-width:16.66667%}html body .bvi .bvi-col-md-3{flex:0 0 25%;max-width:25%}html body .bvi .bvi-col-md-4{flex:0 0 33.33333%;max-width:33.33333%}html body .bvi .bvi-col-md-5{flex:0 0 41.66667%;max-width:41.66667%}html body .bvi .bvi-col-md-6{flex:0 0 50%;max-width:50%}html body .bvi .bvi-col-md-7{flex:0 0 58.33333%;max-width:58.33333%}html body .bvi .bvi-col-md-8{flex:0 0 66.66667%;max-width:66.66667%}html body .bvi .bvi-col-md-9{flex:0 0 75%;max-width:75%}html body .bvi .bvi-col-md-10{flex:0 0 83.33333%;max-width:83.33333%}html body .bvi .bvi-col-md-11{flex:0 0 91.66667%;max-width:91.66667%}html body .bvi .bvi-col-md-12{flex:0 0 100%;max-width:100%}html body .bvi .order-md-first{order:-1}html body .bvi .order-md-last{order:13}html body .bvi .order-md-0{order:0}html body .bvi .order-md-1{order:1}html body .bvi .order-md-2{order:2}html body .bvi .order-md-3{order:3}html body .bvi .order-md-4{order:4}html body .bvi .order-md-5{order:5}html body .bvi .order-md-6{order:6}html body .bvi .order-md-7{order:7}html body .bvi .order-md-8{order:8}html body .bvi .order-md-9{order:9}html body .bvi .order-md-10{order:10}html body .bvi .order-md-11{order:11}html body .bvi .order-md-12{order:12}html body .bvi .offset-md-0{margin-left:0}html body .bvi .offset-md-1{margin-left:8.33333%}html body .bvi .offset-md-2{margin-left:16.66667%}html body .bvi .offset-md-3{margin-left:25%}html body .bvi .offset-md-4{margin-left:33.33333%}html body .bvi .offset-md-5{margin-left:41.66667%}html body .bvi .offset-md-6{margin-left:50%}html body .bvi .offset-md-7{margin-left:58.33333%}html body .bvi .offset-md-8{margin-left:66.66667%}html body .bvi .offset-md-9{margin-left:75%}html body .bvi .offset-md-10{margin-left:83.33333%}html body .bvi .offset-md-11{margin-left:91.66667%}}@media(min-width:992px){html body .bvi .bvi-col-lg{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi .bvi-col-lg-auto{flex:0 0 auto;width:auto;max-width:none}html body .bvi .bvi-col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}html body .bvi .bvi-col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}html body .bvi .bvi-col-lg-3{flex:0 0 25%;max-width:25%}html body .bvi .bvi-col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}html body .bvi .bvi-col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}html body .bvi .bvi-col-lg-6{flex:0 0 50%;max-width:50%}html body .bvi .bvi-col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}html body .bvi .bvi-col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}html body .bvi .bvi-col-lg-9{flex:0 0 75%;max-width:75%}html body .bvi .bvi-col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}html body .bvi .bvi-col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}html body .bvi .bvi-col-lg-12{flex:0 0 100%;max-width:100%}html body .bvi .order-lg-first{order:-1}html body .bvi .order-lg-last{order:13}html body .bvi .order-lg-0{order:0}html body .bvi .order-lg-1{order:1}html body .bvi .order-lg-2{order:2}html body .bvi .order-lg-3{order:3}html body .bvi .order-lg-4{order:4}html body .bvi .order-lg-5{order:5}html body .bvi .order-lg-6{order:6}html body .bvi .order-lg-7{order:7}html body .bvi .order-lg-8{order:8}html body .bvi .order-lg-9{order:9}html body .bvi .order-lg-10{order:10}html body .bvi .order-lg-11{order:11}html body .bvi .order-lg-12{order:12}html body .bvi .offset-lg-0{margin-left:0}html body .bvi .offset-lg-1{margin-left:8.33333%}html body .bvi .offset-lg-2{margin-left:16.66667%}html body .bvi .offset-lg-3{margin-left:25%}html body .bvi .offset-lg-4{margin-left:33.33333%}html body .bvi .offset-lg-5{margin-left:41.66667%}html body .bvi .offset-lg-6{margin-left:50%}html body .bvi .offset-lg-7{margin-left:58.33333%}html body .bvi .offset-lg-8{margin-left:66.66667%}html body .bvi .offset-lg-9{margin-left:75%}html body .bvi .offset-lg-10{margin-left:83.33333%}html body .bvi .offset-lg-11{margin-left:91.66667%}}@media(min-width:1200px){html body .bvi .bvi-col-xl{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi .bvi-col-xl-auto{flex:0 0 auto;width:auto;max-width:none}html body .bvi .bvi-col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}html body .bvi .bvi-col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}html body .bvi .bvi-col-xl-3{flex:0 0 25%;max-width:25%}html body .bvi .bvi-col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}html body .bvi .bvi-col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}html body .bvi .bvi-col-xl-6{flex:0 0 50%;max-width:50%}html body .bvi .bvi-col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}html body .bvi .bvi-col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}html body .bvi .bvi-col-xl-9{flex:0 0 75%;max-width:75%}html body .bvi .bvi-col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}html body .bvi .bvi-col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}html body .bvi .bvi-col-xl-12{flex:0 0 100%;max-width:100%}html body .bvi .order-xl-first{order:-1}html body .bvi .order-xl-last{order:13}html body .bvi .order-xl-0{order:0}html body .bvi .order-xl-1{order:1}html body .bvi .order-xl-2{order:2}html body .bvi .order-xl-3{order:3}html body .bvi .order-xl-4{order:4}html body .bvi .order-xl-5{order:5}html body .bvi .order-xl-6{order:6}html body .bvi .order-xl-7{order:7}html body .bvi .order-xl-8{order:8}html body .bvi .order-xl-9{order:9}html body .bvi .order-xl-10{order:10}html body .bvi .order-xl-11{order:11}html body .bvi .order-xl-12{order:12}html body .bvi .offset-xl-0{margin-left:0}html body .bvi .offset-xl-1{margin-left:8.33333%}html body .bvi .offset-xl-2{margin-left:16.66667%}html body .bvi .offset-xl-3{margin-left:25%}html body .bvi .offset-xl-4{margin-left:33.33333%}html body .bvi .offset-xl-5{margin-left:41.66667%}html body .bvi .offset-xl-6{margin-left:50%}html body .bvi .offset-xl-7{margin-left:58.33333%}html body .bvi .offset-xl-8{margin-left:66.66667%}html body .bvi .offset-xl-9{margin-left:75%}html body .bvi .offset-xl-10{margin-left:83.33333%}html body .bvi .offset-xl-11{margin-left:91.66667%}}html body .bvi .bvi-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:0;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){html body .bvi .bvi-btn{transition:none}}html body .bvi .bvi-btn:hover,html body .bvi .bvi-btn:focus{text-decoration:none}html body .bvi .bvi-btn:focus,html body .bvi .bvi-btn.focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,0.25)}html body .bvi .bvi-btn.disabled,html body .bvi .bvi-btn:disabled{opacity:.65}html body .bvi .bvi-btn:not(:disabled):not(.disabled){cursor:pointer}html body .bvi a.bvi-btn.disabled,html body .bvi fieldset:disabled a.bvi-btn{pointer-events:none}html body .bvi .bvi-btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}html body .bvi .bvi-btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}html body .bvi .bvi-btn-primary:focus,html body .bvi .bvi-btn-primary.focus{box-shadow:0 0 0 .2rem rgba(0,123,255,0.5)}html body .bvi .bvi-btn-primary.disabled,html body .bvi .bvi-btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}html body .bvi .bvi-btn-primary:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-primary:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}html body .bvi .bvi-btn-primary:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-primary:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,0.5)}html body .bvi .bvi-btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}html body .bvi .bvi-btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}html body .bvi .bvi-btn-secondary:focus,html body .bvi .bvi-btn-secondary.focus{box-shadow:0 0 0 .2rem rgba(108,117,125,0.5)}html body .bvi .bvi-btn-secondary.disabled,html body .bvi .bvi-btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}html body .bvi .bvi-btn-secondary:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-secondary:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}html body .bvi .bvi-btn-secondary:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-secondary:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,0.5)}html body .bvi .bvi-btn-success{color:#fff;background-color:#28a745;border-color:#28a745}html body .bvi .bvi-btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}html body .bvi .bvi-btn-success:focus,html body .bvi .bvi-btn-success.focus{box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)}html body .bvi .bvi-btn-success.disabled,html body .bvi .bvi-btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}html body .bvi .bvi-btn-success:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-success:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}html body .bvi .bvi-btn-success:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-success:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)}html body .bvi .bvi-btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}html body .bvi .bvi-btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}html body .bvi .bvi-btn-info:focus,html body .bvi .bvi-btn-info.focus{box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)}html body .bvi .bvi-btn-info.disabled,html body .bvi .bvi-btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}html body .bvi .bvi-btn-info:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-info:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}html body .bvi .bvi-btn-info:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-info:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)}html body .bvi .bvi-btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}html body .bvi .bvi-btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}html body .bvi .bvi-btn-warning:focus,html body .bvi .bvi-btn-warning.focus{box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)}html body .bvi .bvi-btn-warning.disabled,html body .bvi .bvi-btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}html body .bvi .bvi-btn-warning:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-warning:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}html body .bvi .bvi-btn-warning:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-warning:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)}html body .bvi .bvi-btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}html body .bvi .bvi-btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}html body .bvi .bvi-btn-danger:focus,html body .bvi .bvi-btn-danger.focus{box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)}html body .bvi .bvi-btn-danger.disabled,html body .bvi .bvi-btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}html body .bvi .bvi-btn-danger:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-danger:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}html body .bvi .bvi-btn-danger:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-danger:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)}html body .bvi .bvi-btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}html body .bvi .bvi-btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}html body .bvi .bvi-btn-light:focus,html body .bvi .bvi-btn-light.focus{box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)}html body .bvi .bvi-btn-light.disabled,html body .bvi .bvi-btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}html body .bvi .bvi-btn-light:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-light:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}html body .bvi .bvi-btn-light:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-light:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)}html body .bvi .bvi-btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}html body .bvi .bvi-btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}html body .bvi .bvi-btn-dark:focus,html body .bvi .bvi-btn-dark.focus{box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)}html body .bvi .bvi-btn-dark.disabled,html body .bvi .bvi-btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}html body .bvi .bvi-btn-dark:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-dark:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}html body .bvi .bvi-btn-dark:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-dark:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)}html body .bvi .bvi-btn-bvi-white{color:#212529;background-color:#fff;border-color:#fff}html body .bvi .bvi-btn-bvi-white:hover{color:#212529;background-color:#ececec;border-color:#e6e6e6}html body .bvi .bvi-btn-bvi-white:focus,html body .bvi .bvi-btn-bvi-white.focus{box-shadow:0 0 0 .2rem rgba(255,255,255,0.5)}html body .bvi .bvi-btn-bvi-white.disabled,html body .bvi .bvi-btn-bvi-white:disabled{color:#212529;background-color:#fff;border-color:#fff}html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-bvi-white.dropdown-toggle{color:#212529;background-color:#e6e6e6;border-color:#dfdfdf}html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-bvi-white.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,255,255,0.5)}html body .bvi .bvi-btn-bvi-black{color:#fff;background-color:#000;border-color:#000}html body .bvi .bvi-btn-bvi-black:hover{color:#fff;background-color:black;border-color:black}html body .bvi .bvi-btn-bvi-black:focus,html body .bvi .bvi-btn-bvi-black.focus{box-shadow:0 0 0 .2rem rgba(0,0,0,0.5)}html body .bvi .bvi-btn-bvi-black.disabled,html body .bvi .bvi-btn-bvi-black:disabled{color:#fff;background-color:#000;border-color:#000}html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-bvi-black.dropdown-toggle{color:#fff;background-color:black;border-color:black}html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-bvi-black.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,0,0,0.5)}html body .bvi .bvi-btn-bvi-blue{color:#fff;background-color:#063462;border-color:#063462}html body .bvi .bvi-btn-bvi-blue:hover{color:#fff;background-color:#04213e;border-color:#031b32}html body .bvi .bvi-btn-bvi-blue:focus,html body .bvi .bvi-btn-bvi-blue.focus{box-shadow:0 0 0 .2rem rgba(6,52,98,0.5)}html body .bvi .bvi-btn-bvi-blue.disabled,html body .bvi .bvi-btn-bvi-blue:disabled{color:#fff;background-color:#063462;border-color:#063462}html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-bvi-blue.dropdown-toggle{color:#fff;background-color:#031b32;border-color:#021426}html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-bvi-blue.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(6,52,98,0.5)}html body .bvi .bvi-btn-bvi-brown{color:#fff;background-color:#4d4b43;border-color:#4d4b43}html body .bvi .bvi-btn-bvi-brown:hover{color:#fff;background-color:#393731;border-color:#32302b}html body .bvi .bvi-btn-bvi-brown:focus,html body .bvi .bvi-btn-bvi-brown.focus{box-shadow:0 0 0 .2rem rgba(77,75,67,0.5)}html body .bvi .bvi-btn-bvi-brown.disabled,html body .bvi .bvi-btn-bvi-brown:disabled{color:#fff;background-color:#4d4b43;border-color:#4d4b43}html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-bvi-brown.dropdown-toggle{color:#fff;background-color:#32302b;border-color:#2b2a25}html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-bvi-brown.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(77,75,67,0.5)}html body .bvi .bvi-btn-bvi-green{color:#212529;background-color:#a9e44d;border-color:#a9e44d}html body .bvi .bvi-btn-bvi-green:hover{color:#212529;background-color:#99df2c;border-color:#93dd21}html body .bvi .bvi-btn-bvi-green:focus,html body .bvi .bvi-btn-bvi-green.focus{box-shadow:0 0 0 .2rem rgba(169,228,77,0.5)}html body .bvi .bvi-btn-bvi-green.disabled,html body .bvi .bvi-btn-bvi-green:disabled{color:#212529;background-color:#a9e44d;border-color:#a9e44d}html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-bvi-green.dropdown-toggle{color:#212529;background-color:#93dd21;border-color:#8cd120}html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-bvi-green.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(169,228,77,0.5)}html body .bvi .bvi-btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}html body .bvi .bvi-btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}html body .bvi .bvi-btn-outline-primary:focus,html body .bvi .bvi-btn-outline-primary.focus{box-shadow:0 0 0 .2rem rgba(0,123,255,0.5)}html body .bvi .bvi-btn-outline-primary.disabled,html body .bvi .bvi-btn-outline-primary:disabled{color:#007bff;background-color:transparent}html body .bvi .bvi-btn-outline-primary:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-primary:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}html body .bvi .bvi-btn-outline-primary:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,0.5)}html body .bvi .bvi-btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}html body .bvi .bvi-btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}html body .bvi .bvi-btn-outline-secondary:focus,html body .bvi .bvi-btn-outline-secondary.focus{box-shadow:0 0 0 .2rem rgba(108,117,125,0.5)}html body .bvi .bvi-btn-outline-secondary.disabled,html body .bvi .bvi-btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}html body .bvi .bvi-btn-outline-secondary:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-secondary:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}html body .bvi .bvi-btn-outline-secondary:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,0.5)}html body .bvi .bvi-btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}html body .bvi .bvi-btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}html body .bvi .bvi-btn-outline-success:focus,html body .bvi .bvi-btn-outline-success.focus{box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)}html body .bvi .bvi-btn-outline-success.disabled,html body .bvi .bvi-btn-outline-success:disabled{color:#28a745;background-color:transparent}html body .bvi .bvi-btn-outline-success:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-success:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}html body .bvi .bvi-btn-outline-success:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)}html body .bvi .bvi-btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}html body .bvi .bvi-btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}html body .bvi .bvi-btn-outline-info:focus,html body .bvi .bvi-btn-outline-info.focus{box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)}html body .bvi .bvi-btn-outline-info.disabled,html body .bvi .bvi-btn-outline-info:disabled{color:#17a2b8;background-color:transparent}html body .bvi .bvi-btn-outline-info:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-info:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}html body .bvi .bvi-btn-outline-info:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)}html body .bvi .bvi-btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}html body .bvi .bvi-btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}html body .bvi .bvi-btn-outline-warning:focus,html body .bvi .bvi-btn-outline-warning.focus{box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)}html body .bvi .bvi-btn-outline-warning.disabled,html body .bvi .bvi-btn-outline-warning:disabled{color:#ffc107;background-color:transparent}html body .bvi .bvi-btn-outline-warning:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-warning:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}html body .bvi .bvi-btn-outline-warning:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)}html body .bvi .bvi-btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}html body .bvi .bvi-btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}html body .bvi .bvi-btn-outline-danger:focus,html body .bvi .bvi-btn-outline-danger.focus{box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)}html body .bvi .bvi-btn-outline-danger.disabled,html body .bvi .bvi-btn-outline-danger:disabled{color:#dc3545;background-color:transparent}html body .bvi .bvi-btn-outline-danger:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-danger:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}html body .bvi .bvi-btn-outline-danger:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)}html body .bvi .bvi-btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}html body .bvi .bvi-btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}html body .bvi .bvi-btn-outline-light:focus,html body .bvi .bvi-btn-outline-light.focus{box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)}html body .bvi .bvi-btn-outline-light.disabled,html body .bvi .bvi-btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}html body .bvi .bvi-btn-outline-light:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-light:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}html body .bvi .bvi-btn-outline-light:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)}html body .bvi .bvi-btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}html body .bvi .bvi-btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}html body .bvi .bvi-btn-outline-dark:focus,html body .bvi .bvi-btn-outline-dark.focus{box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)}html body .bvi .bvi-btn-outline-dark.disabled,html body .bvi .bvi-btn-outline-dark:disabled{color:#343a40;background-color:transparent}html body .bvi .bvi-btn-outline-dark:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-dark:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}html body .bvi .bvi-btn-outline-dark:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)}html body .bvi .bvi-btn-outline-bvi-white{color:#fff;background-color:transparent;background-image:none;border-color:#fff}html body .bvi .bvi-btn-outline-bvi-white:hover{color:#212529;background-color:#fff;border-color:#fff}html body .bvi .bvi-btn-outline-bvi-white:focus,html body .bvi .bvi-btn-outline-bvi-white.focus{box-shadow:0 0 0 .2rem rgba(255,255,255,0.5)}html body .bvi .bvi-btn-outline-bvi-white.disabled,html body .bvi .bvi-btn-outline-bvi-white:disabled{color:#fff;background-color:transparent}html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-bvi-white.dropdown-toggle{color:#212529;background-color:#fff;border-color:#fff}html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-bvi-white.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,255,255,0.5)}html body .bvi .bvi-btn-outline-bvi-black{color:#000;background-color:transparent;background-image:none;border-color:#000}html body .bvi .bvi-btn-outline-bvi-black:hover{color:#fff;background-color:#000;border-color:#000}html body .bvi .bvi-btn-outline-bvi-black:focus,html body .bvi .bvi-btn-outline-bvi-black.focus{box-shadow:0 0 0 .2rem rgba(0,0,0,0.5)}html body .bvi .bvi-btn-outline-bvi-black.disabled,html body .bvi .bvi-btn-outline-bvi-black:disabled{color:#000;background-color:transparent}html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-bvi-black.dropdown-toggle{color:#fff;background-color:#000;border-color:#000}html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-bvi-black.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,0,0,0.5)}html body .bvi .bvi-btn-outline-bvi-blue{color:#063462;background-color:transparent;background-image:none;border-color:#063462}html body .bvi .bvi-btn-outline-bvi-blue:hover{color:#fff;background-color:#063462;border-color:#063462}html body .bvi .bvi-btn-outline-bvi-blue:focus,html body .bvi .bvi-btn-outline-bvi-blue.focus{box-shadow:0 0 0 .2rem rgba(6,52,98,0.5)}html body .bvi .bvi-btn-outline-bvi-blue.disabled,html body .bvi .bvi-btn-outline-bvi-blue:disabled{color:#063462;background-color:transparent}html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-bvi-blue.dropdown-toggle{color:#fff;background-color:#063462;border-color:#063462}html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-bvi-blue.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(6,52,98,0.5)}html body .bvi .bvi-btn-outline-bvi-brown{color:#4d4b43;background-color:transparent;background-image:none;border-color:#4d4b43}html body .bvi .bvi-btn-outline-bvi-brown:hover{color:#fff;background-color:#4d4b43;border-color:#4d4b43}html body .bvi .bvi-btn-outline-bvi-brown:focus,html body .bvi .bvi-btn-outline-bvi-brown.focus{box-shadow:0 0 0 .2rem rgba(77,75,67,0.5)}html body .bvi .bvi-btn-outline-bvi-brown.disabled,html body .bvi .bvi-btn-outline-bvi-brown:disabled{color:#4d4b43;background-color:transparent}html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-bvi-brown.dropdown-toggle{color:#fff;background-color:#4d4b43;border-color:#4d4b43}html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-bvi-brown.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(77,75,67,0.5)}html body .bvi .bvi-btn-outline-bvi-green{color:#a9e44d;background-color:transparent;background-image:none;border-color:#a9e44d}html body .bvi .bvi-btn-outline-bvi-green:hover{color:#212529;background-color:#a9e44d;border-color:#a9e44d}html body .bvi .bvi-btn-outline-bvi-green:focus,html body .bvi .bvi-btn-outline-bvi-green.focus{box-shadow:0 0 0 .2rem rgba(169,228,77,0.5)}html body .bvi .bvi-btn-outline-bvi-green.disabled,html body .bvi .bvi-btn-outline-bvi-green:disabled{color:#a9e44d;background-color:transparent}html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-bvi-green.dropdown-toggle{color:#212529;background-color:#a9e44d;border-color:#a9e44d}html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-bvi-green.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(169,228,77,0.5)}html body .bvi .bvi-btn-link{font-weight:400;color:#007bff;background-color:transparent}html body .bvi .bvi-btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}html body .bvi .bvi-btn-link:focus,html body .bvi .bvi-btn-link.focus{text-decoration:underline;border-color:transparent;box-shadow:none}html body .bvi .bvi-btn-link:disabled,html body .bvi .bvi-btn-link.disabled{color:#6c757d;pointer-events:none}html body .bvi .bvi-btn-lg,html body .bvi .bvi-btn-group-lg>.bvi-btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:0}html body .bvi .bvi-btn-sm,html body .bvi .bvi-btn-group-sm>.bvi-btn{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:0}html body .bvi .bvi-btn-block{display:block;width:100%}html body .bvi .bvi-btn-block+.bvi-btn-block{margin-top:.5rem}html body .bvi input[type="submit"].bvi-btn-block,html body .bvi input[type="reset"].bvi-btn-block,html body .bvi input[type="button"].bvi-btn-block{width:100%}html body .bvi .bvi-btn-group,html body .bvi .bvi-btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}html body .bvi .bvi-btn-group>.bvi-btn,html body .bvi .bvi-btn-group-vertical>.bvi-btn{position:relative;flex:0 1 auto}html body .bvi .bvi-btn-group>.bvi-btn:hover,html body .bvi .bvi-btn-group-vertical>.bvi-btn:hover{z-index:1}html body .bvi .bvi-btn-group>.bvi-btn:focus,html body .bvi .bvi-btn-group>.bvi-btn:active,html body .bvi .bvi-btn-group>.bvi-btn.active,html body .bvi .bvi-btn-group-vertical>.bvi-btn:focus,html body .bvi .bvi-btn-group-vertical>.bvi-btn:active,html body .bvi .bvi-btn-group-vertical>.bvi-btn.active{z-index:1}html body .bvi .bvi-btn-group .bvi-btn+.bvi-btn,html body .bvi .bvi-btn-group .bvi-btn+.bvi-btn-group,html body .bvi .bvi-btn-group .bvi-btn-group+.bvi-btn,html body .bvi .bvi-btn-group .bvi-btn-group+.bvi-btn-group,html body .bvi .bvi-btn-group-vertical .bvi-btn+.bvi-btn,html body .bvi .bvi-btn-group-vertical .bvi-btn+.bvi-btn-group,html body .bvi .bvi-btn-group-vertical .bvi-btn-group+.bvi-btn,html body .bvi .bvi-btn-group-vertical .bvi-btn-group+.bvi-btn-group{margin-left:-1px}html body .bvi .bvi-btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}html body .bvi .bvi-btn-toolbar .input-group{width:auto}html body .bvi .bvi-btn-group>.bvi-btn:first-child{margin-left:0}html body .bvi .bvi-btn-group>.bvi-btn:not(:last-child):not(.dropdown-toggle),html body .bvi .bvi-btn-group>.bvi-btn-group:not(:last-child)>.bvi-btn{border-top-right-radius:0;border-bottom-right-radius:0}html body .bvi .bvi-btn-group>.bvi-btn:not(:first-child),html body .bvi .bvi-btn-group>.bvi-btn-group:not(:first-child)>.bvi-btn{border-top-left-radius:0;border-bottom-left-radius:0}html body .bvi .dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}html body .bvi .dropdown-toggle-split::after,.dropup html body .bvi .dropdown-toggle-split::after,.dropright html body .bvi .dropdown-toggle-split::after{margin-left:0}.dropleft html body .bvi .dropdown-toggle-split::before{margin-right:0}html body .bvi .bvi-btn-sm+.dropdown-toggle-split,html body .bvi .bvi-btn-group-sm>.bvi-btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}html body .bvi .bvi-btn-lg+.dropdown-toggle-split,html body .bvi .bvi-btn-group-lg>.bvi-btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}html body .bvi .bvi-btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}html body .bvi .bvi-btn-group-vertical .bvi-btn,html body .bvi .bvi-btn-group-vertical .bvi-btn-group{width:100%}html body .bvi .bvi-btn-group-vertical>.bvi-btn+.bvi-btn,html body .bvi .bvi-btn-group-vertical>.bvi-btn+.bvi-btn-group,html body .bvi .bvi-btn-group-vertical>.bvi-btn-group+.bvi-btn,html body .bvi .bvi-btn-group-vertical>.bvi-btn-group+.bvi-btn-group{margin-top:-1px;margin-left:0}html body .bvi .bvi-btn-group-vertical>.bvi-btn:not(:last-child):not(.dropdown-toggle),html body .bvi .bvi-btn-group-vertical>.bvi-btn-group:not(:last-child)>.bvi-btn{border-bottom-right-radius:0;border-bottom-left-radius:0}html body .bvi .bvi-btn-group-vertical>.bvi-btn:not(:first-child),html body .bvi .bvi-btn-group-vertical>.bvi-btn-group:not(:first-child)>.bvi-btn{border-top-left-radius:0;border-top-right-radius:0}html body .bvi .bvi-btn-group-toggle>.bvi-btn,html body .bvi .bvi-btn-group-toggle>.bvi-btn-group>.bvi-btn{margin-bottom:0}html body .bvi .bvi-btn-group-toggle>.bvi-btn input[type="radio"],html body .bvi .bvi-btn-group-toggle>.bvi-btn input[type="checkbox"],html body .bvi .bvi-btn-group-toggle>.bvi-btn-group>.bvi-btn input[type="radio"],html body .bvi .bvi-btn-group-toggle>.bvi-btn-group>.bvi-btn input[type="checkbox"]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}html body .bvi .bvi-border{border:1px solid #dee2e6 !important}html body .bvi .bvi-border-top{border-top:1px solid #dee2e6 !important}html body .bvi .bvi-border-right{border-right:1px solid #dee2e6 !important}html body .bvi .bvi-border-bottom{border-bottom:1px solid #dee2e6 !important}html body .bvi .bvi-border-left{border-left:1px solid #dee2e6 !important}html body .bvi .bvi-border-0{border:0 !important}html body .bvi .bvi-border-top-0{border-top:0 !important}html body .bvi .bvi-border-right-0{border-right:0 !important}html body .bvi .bvi-border-bottom-0{border-bottom:0 !important}html body .bvi .bvi-border-left-0{border-left:0 !important}html body .bvi .bvi-border-primary{border-color:#007bff !important}html body .bvi .bvi-border-secondary{border-color:#6c757d !important}html body .bvi .bvi-border-success{border-color:#28a745 !important}html body .bvi .bvi-border-info{border-color:#17a2b8 !important}html body .bvi .bvi-border-warning{border-color:#ffc107 !important}html body .bvi .bvi-border-danger{border-color:#dc3545 !important}html body .bvi .bvi-border-light{border-color:#f8f9fa !important}html body .bvi .bvi-border-dark{border-color:#343a40 !important}html body .bvi .bvi-border-bvi-white{border-color:#fff !important}html body .bvi .bvi-border-bvi-black{border-color:#000 !important}html body .bvi .bvi-border-bvi-blue{border-color:#063462 !important}html body .bvi .bvi-border-bvi-brown{border-color:#4d4b43 !important}html body .bvi .bvi-border-bvi-green{border-color:#a9e44d !important}html body .bvi .bvi-border-white{border-color:#fff !important}html body .bvi .bvi-rounded{border-radius:0 !important}html body .bvi .bvi-rounded-top{border-top-left-radius:0 !important;border-top-right-radius:0 !important}html body .bvi .bvi-rounded-right{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}html body .bvi .bvi-rounded-bottom{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}html body .bvi .bvi-rounded-left{border-top-left-radius:0 !important;border-bottom-left-radius:0 !important}html body .bvi .bvi-rounded-circle{border-radius:50% !important}html body .bvi .bvi-rounded-0{border-radius:0 !important}html body .bvi .bvi-m-0{margin:0 !important}html body .bvi .bvi-mt-0,html body .bvi .bvi-my-0{margin-top:0 !important}html body .bvi .bvi-mr-0,html body .bvi .bvi-mx-0{margin-right:0 !important}html body .bvi .bvi-mb-0,html body .bvi .bvi-my-0{margin-bottom:0 !important}html body .bvi .bvi-ml-0,html body .bvi .bvi-mx-0{margin-left:0 !important}html body .bvi .bvi-m-1{margin:.25rem !important}html body .bvi .bvi-mt-1,html body .bvi .bvi-my-1{margin-top:.25rem !important}html body .bvi .bvi-mr-1,html body .bvi .bvi-mx-1{margin-right:.25rem !important}html body .bvi .bvi-mb-1,html body .bvi .bvi-my-1{margin-bottom:.25rem !important}html body .bvi .bvi-ml-1,html body .bvi .bvi-mx-1{margin-left:.25rem !important}html body .bvi .bvi-m-2{margin:.5rem !important}html body .bvi .bvi-mt-2,html body .bvi .bvi-my-2{margin-top:.5rem !important}html body .bvi .bvi-mr-2,html body .bvi .bvi-mx-2{margin-right:.5rem !important}html body .bvi .bvi-mb-2,html body .bvi .bvi-my-2{margin-bottom:.5rem !important}html body .bvi .bvi-ml-2,html body .bvi .bvi-mx-2{margin-left:.5rem !important}html body .bvi .bvi-m-3{margin:1rem !important}html body .bvi .bvi-mt-3,html body .bvi .bvi-my-3{margin-top:1rem !important}html body .bvi .bvi-mr-3,html body .bvi .bvi-mx-3{margin-right:1rem !important}html body .bvi .bvi-mb-3,html body .bvi .bvi-my-3{margin-bottom:1rem !important}html body .bvi .bvi-ml-3,html body .bvi .bvi-mx-3{margin-left:1rem !important}html body .bvi .bvi-m-4{margin:1.5rem !important}html body .bvi .bvi-mt-4,html body .bvi .bvi-my-4{margin-top:1.5rem !important}html body .bvi .bvi-mr-4,html body .bvi .bvi-mx-4{margin-right:1.5rem !important}html body .bvi .bvi-mb-4,html body .bvi .bvi-my-4{margin-bottom:1.5rem !important}html body .bvi .bvi-ml-4,html body .bvi .bvi-mx-4{margin-left:1.5rem !important}html body .bvi .bvi-m-5{margin:3rem !important}html body .bvi .bvi-mt-5,html body .bvi .bvi-my-5{margin-top:3rem !important}html body .bvi .bvi-mr-5,html body .bvi .bvi-mx-5{margin-right:3rem !important}html body .bvi .bvi-mb-5,html body .bvi .bvi-my-5{margin-bottom:3rem !important}html body .bvi .bvi-ml-5,html body .bvi .bvi-mx-5{margin-left:3rem !important}html body .bvi .bvi-p-0{padding:0 !important}html body .bvi .bvi-pt-0,html body .bvi .bvi-py-0{padding-top:0 !important}html body .bvi .bvi-pr-0,html body .bvi .bvi-px-0{padding-right:0 !important}html body .bvi .bvi-pb-0,html body .bvi .bvi-py-0{padding-bottom:0 !important}html body .bvi .bvi-pl-0,html body .bvi .bvi-px-0{padding-left:0 !important}html body .bvi .bvi-p-1{padding:.25rem !important}html body .bvi .bvi-pt-1,html body .bvi .bvi-py-1{padding-top:.25rem !important}html body .bvi .bvi-pr-1,html body .bvi .bvi-px-1{padding-right:.25rem !important}html body .bvi .bvi-pb-1,html body .bvi .bvi-py-1{padding-bottom:.25rem !important}html body .bvi .bvi-pl-1,html body .bvi .bvi-px-1{padding-left:.25rem !important}html body .bvi .bvi-p-2{padding:.5rem !important}html body .bvi .bvi-pt-2,html body .bvi .bvi-py-2{padding-top:.5rem !important}html body .bvi .bvi-pr-2,html body .bvi .bvi-px-2{padding-right:.5rem !important}html body .bvi .bvi-pb-2,html body .bvi .bvi-py-2{padding-bottom:.5rem !important}html body .bvi .bvi-pl-2,html body .bvi .bvi-px-2{padding-left:.5rem !important}html body .bvi .bvi-p-3{padding:1rem !important}html body .bvi .bvi-pt-3,html body .bvi .bvi-py-3{padding-top:1rem !important}html body .bvi .bvi-pr-3,html body .bvi .bvi-px-3{padding-right:1rem !important}html body .bvi .bvi-pb-3,html body .bvi .bvi-py-3{padding-bottom:1rem !important}html body .bvi .bvi-pl-3,html body .bvi .bvi-px-3{padding-left:1rem !important}html body .bvi .bvi-p-4{padding:1.5rem !important}html body .bvi .bvi-pt-4,html body .bvi .bvi-py-4{padding-top:1.5rem !important}html body .bvi .bvi-pr-4,html body .bvi .bvi-px-4{padding-right:1.5rem !important}html body .bvi .bvi-pb-4,html body .bvi .bvi-py-4{padding-bottom:1.5rem !important}html body .bvi .bvi-pl-4,html body .bvi .bvi-px-4{padding-left:1.5rem !important}html body .bvi .bvi-p-5{padding:3rem !important}html body .bvi .bvi-pt-5,html body .bvi .bvi-py-5{padding-top:3rem !important}html body .bvi .bvi-pr-5,html body .bvi .bvi-px-5{padding-right:3rem !important}html body .bvi .bvi-pb-5,html body .bvi .bvi-py-5{padding-bottom:3rem !important}html body .bvi .bvi-pl-5,html body .bvi .bvi-px-5{padding-left:3rem !important}html body .bvi .bvi-m-auto{margin:auto !important}html body .bvi .bvi-mt-auto,html body .bvi .bvi-my-auto{margin-top:auto !important}html body .bvi .bvi-mr-auto,html body .bvi .bvi-mx-auto{margin-right:auto !important}html body .bvi .bvi-mb-auto,html body .bvi .bvi-my-auto{margin-bottom:auto !important}html body .bvi .bvi-ml-auto,html body .bvi .bvi-mx-auto{margin-left:auto !important}@media(min-width:576px){html body .bvi .bvi-m-sm-0{margin:0 !important}html body .bvi .bvi-mt-sm-0,html body .bvi .bvi-my-sm-0{margin-top:0 !important}html body .bvi .bvi-mr-sm-0,html body .bvi .bvi-mx-sm-0{margin-right:0 !important}html body .bvi .bvi-mb-sm-0,html body .bvi .bvi-my-sm-0{margin-bottom:0 !important}html body .bvi .bvi-ml-sm-0,html body .bvi .bvi-mx-sm-0{margin-left:0 !important}html body .bvi .bvi-m-sm-1{margin:.25rem !important}html body .bvi .bvi-mt-sm-1,html body .bvi .bvi-my-sm-1{margin-top:.25rem !important}html body .bvi .bvi-mr-sm-1,html body .bvi .bvi-mx-sm-1{margin-right:.25rem !important}html body .bvi .bvi-mb-sm-1,html body .bvi .bvi-my-sm-1{margin-bottom:.25rem !important}html body .bvi .bvi-ml-sm-1,html body .bvi .bvi-mx-sm-1{margin-left:.25rem !important}html body .bvi .bvi-m-sm-2{margin:.5rem !important}html body .bvi .bvi-mt-sm-2,html body .bvi .bvi-my-sm-2{margin-top:.5rem !important}html body .bvi .bvi-mr-sm-2,html body .bvi .bvi-mx-sm-2{margin-right:.5rem !important}html body .bvi .bvi-mb-sm-2,html body .bvi .bvi-my-sm-2{margin-bottom:.5rem !important}html body .bvi .bvi-ml-sm-2,html body .bvi .bvi-mx-sm-2{margin-left:.5rem !important}html body .bvi .bvi-m-sm-3{margin:1rem !important}html body .bvi .bvi-mt-sm-3,html body .bvi .bvi-my-sm-3{margin-top:1rem !important}html body .bvi .bvi-mr-sm-3,html body .bvi .bvi-mx-sm-3{margin-right:1rem !important}html body .bvi .bvi-mb-sm-3,html body .bvi .bvi-my-sm-3{margin-bottom:1rem !important}html body .bvi .bvi-ml-sm-3,html body .bvi .bvi-mx-sm-3{margin-left:1rem !important}html body .bvi .bvi-m-sm-4{margin:1.5rem !important}html body .bvi .bvi-mt-sm-4,html body .bvi .bvi-my-sm-4{margin-top:1.5rem !important}html body .bvi .bvi-mr-sm-4,html body .bvi .bvi-mx-sm-4{margin-right:1.5rem !important}html body .bvi .bvi-mb-sm-4,html body .bvi .bvi-my-sm-4{margin-bottom:1.5rem !important}html body .bvi .bvi-ml-sm-4,html body .bvi .bvi-mx-sm-4{margin-left:1.5rem !important}html body .bvi .bvi-m-sm-5{margin:3rem !important}html body .bvi .bvi-mt-sm-5,html body .bvi .bvi-my-sm-5{margin-top:3rem !important}html body .bvi .bvi-mr-sm-5,html body .bvi .bvi-mx-sm-5{margin-right:3rem !important}html body .bvi .bvi-mb-sm-5,html body .bvi .bvi-my-sm-5{margin-bottom:3rem !important}html body .bvi .bvi-ml-sm-5,html body .bvi .bvi-mx-sm-5{margin-left:3rem !important}html body .bvi .bvi-p-sm-0{padding:0 !important}html body .bvi .bvi-pt-sm-0,html body .bvi .bvi-py-sm-0{padding-top:0 !important}html body .bvi .bvi-pr-sm-0,html body .bvi .bvi-px-sm-0{padding-right:0 !important}html body .bvi .bvi-pb-sm-0,html body .bvi .bvi-py-sm-0{padding-bottom:0 !important}html body .bvi .bvi-pl-sm-0,html body .bvi .bvi-px-sm-0{padding-left:0 !important}html body .bvi .bvi-p-sm-1{padding:.25rem !important}html body .bvi .bvi-pt-sm-1,html body .bvi .bvi-py-sm-1{padding-top:.25rem !important}html body .bvi .bvi-pr-sm-1,html body .bvi .bvi-px-sm-1{padding-right:.25rem !important}html body .bvi .bvi-pb-sm-1,html body .bvi .bvi-py-sm-1{padding-bottom:.25rem !important}html body .bvi .bvi-pl-sm-1,html body .bvi .bvi-px-sm-1{padding-left:.25rem !important}html body .bvi .bvi-p-sm-2{padding:.5rem !important}html body .bvi .bvi-pt-sm-2,html body .bvi .bvi-py-sm-2{padding-top:.5rem !important}html body .bvi .bvi-pr-sm-2,html body .bvi .bvi-px-sm-2{padding-right:.5rem !important}html body .bvi .bvi-pb-sm-2,html body .bvi .bvi-py-sm-2{padding-bottom:.5rem !important}html body .bvi .bvi-pl-sm-2,html body .bvi .bvi-px-sm-2{padding-left:.5rem !important}html body .bvi .bvi-p-sm-3{padding:1rem !important}html body .bvi .bvi-pt-sm-3,html body .bvi .bvi-py-sm-3{padding-top:1rem !important}html body .bvi .bvi-pr-sm-3,html body .bvi .bvi-px-sm-3{padding-right:1rem !important}html body .bvi .bvi-pb-sm-3,html body .bvi .bvi-py-sm-3{padding-bottom:1rem !important}html body .bvi .bvi-pl-sm-3,html body .bvi .bvi-px-sm-3{padding-left:1rem !important}html body .bvi .bvi-p-sm-4{padding:1.5rem !important}html body .bvi .bvi-pt-sm-4,html body .bvi .bvi-py-sm-4{padding-top:1.5rem !important}html body .bvi .bvi-pr-sm-4,html body .bvi .bvi-px-sm-4{padding-right:1.5rem !important}html body .bvi .bvi-pb-sm-4,html body .bvi .bvi-py-sm-4{padding-bottom:1.5rem !important}html body .bvi .bvi-pl-sm-4,html body .bvi .bvi-px-sm-4{padding-left:1.5rem !important}html body .bvi .bvi-p-sm-5{padding:3rem !important}html body .bvi .bvi-pt-sm-5,html body .bvi .bvi-py-sm-5{padding-top:3rem !important}html body .bvi .bvi-pr-sm-5,html body .bvi .bvi-px-sm-5{padding-right:3rem !important}html body .bvi .bvi-pb-sm-5,html body .bvi .bvi-py-sm-5{padding-bottom:3rem !important}html body .bvi .bvi-pl-sm-5,html body .bvi .bvi-px-sm-5{padding-left:3rem !important}html body .bvi .bvi-m-sm-auto{margin:auto !important}html body .bvi .bvi-mt-sm-auto,html body .bvi .bvi-my-sm-auto{margin-top:auto !important}html body .bvi .bvi-mr-sm-auto,html body .bvi .bvi-mx-sm-auto{margin-right:auto !important}html body .bvi .bvi-mb-sm-auto,html body .bvi .bvi-my-sm-auto{margin-bottom:auto !important}html body .bvi .bvi-ml-sm-auto,html body .bvi .bvi-mx-sm-auto{margin-left:auto !important}}@media(min-width:768px){html body .bvi .bvi-m-md-0{margin:0 !important}html body .bvi .bvi-mt-md-0,html body .bvi .bvi-my-md-0{margin-top:0 !important}html body .bvi .bvi-mr-md-0,html body .bvi .bvi-mx-md-0{margin-right:0 !important}html body .bvi .bvi-mb-md-0,html body .bvi .bvi-my-md-0{margin-bottom:0 !important}html body .bvi .bvi-ml-md-0,html body .bvi .bvi-mx-md-0{margin-left:0 !important}html body .bvi .bvi-m-md-1{margin:.25rem !important}html body .bvi .bvi-mt-md-1,html body .bvi .bvi-my-md-1{margin-top:.25rem !important}html body .bvi .bvi-mr-md-1,html body .bvi .bvi-mx-md-1{margin-right:.25rem !important}html body .bvi .bvi-mb-md-1,html body .bvi .bvi-my-md-1{margin-bottom:.25rem !important}html body .bvi .bvi-ml-md-1,html body .bvi .bvi-mx-md-1{margin-left:.25rem !important}html body .bvi .bvi-m-md-2{margin:.5rem !important}html body .bvi .bvi-mt-md-2,html body .bvi .bvi-my-md-2{margin-top:.5rem !important}html body .bvi .bvi-mr-md-2,html body .bvi .bvi-mx-md-2{margin-right:.5rem !important}html body .bvi .bvi-mb-md-2,html body .bvi .bvi-my-md-2{margin-bottom:.5rem !important}html body .bvi .bvi-ml-md-2,html body .bvi .bvi-mx-md-2{margin-left:.5rem !important}html body .bvi .bvi-m-md-3{margin:1rem !important}html body .bvi .bvi-mt-md-3,html body .bvi .bvi-my-md-3{margin-top:1rem !important}html body .bvi .bvi-mr-md-3,html body .bvi .bvi-mx-md-3{margin-right:1rem !important}html body .bvi .bvi-mb-md-3,html body .bvi .bvi-my-md-3{margin-bottom:1rem !important}html body .bvi .bvi-ml-md-3,html body .bvi .bvi-mx-md-3{margin-left:1rem !important}html body .bvi .bvi-m-md-4{margin:1.5rem !important}html body .bvi .bvi-mt-md-4,html body .bvi .bvi-my-md-4{margin-top:1.5rem !important}html body .bvi .bvi-mr-md-4,html body .bvi .bvi-mx-md-4{margin-right:1.5rem !important}html body .bvi .bvi-mb-md-4,html body .bvi .bvi-my-md-4{margin-bottom:1.5rem !important}html body .bvi .bvi-ml-md-4,html body .bvi .bvi-mx-md-4{margin-left:1.5rem !important}html body .bvi .bvi-m-md-5{margin:3rem !important}html body .bvi .bvi-mt-md-5,html body .bvi .bvi-my-md-5{margin-top:3rem !important}html body .bvi .bvi-mr-md-5,html body .bvi .bvi-mx-md-5{margin-right:3rem !important}html body .bvi .bvi-mb-md-5,html body .bvi .bvi-my-md-5{margin-bottom:3rem !important}html body .bvi .bvi-ml-md-5,html body .bvi .bvi-mx-md-5{margin-left:3rem !important}html body .bvi .bvi-p-md-0{padding:0 !important}html body .bvi .bvi-pt-md-0,html body .bvi .bvi-py-md-0{padding-top:0 !important}html body .bvi .bvi-pr-md-0,html body .bvi .bvi-px-md-0{padding-right:0 !important}html body .bvi .bvi-pb-md-0,html body .bvi .bvi-py-md-0{padding-bottom:0 !important}html body .bvi .bvi-pl-md-0,html body .bvi .bvi-px-md-0{padding-left:0 !important}html body .bvi .bvi-p-md-1{padding:.25rem !important}html body .bvi .bvi-pt-md-1,html body .bvi .bvi-py-md-1{padding-top:.25rem !important}html body .bvi .bvi-pr-md-1,html body .bvi .bvi-px-md-1{padding-right:.25rem !important}html body .bvi .bvi-pb-md-1,html body .bvi .bvi-py-md-1{padding-bottom:.25rem !important}html body .bvi .bvi-pl-md-1,html body .bvi .bvi-px-md-1{padding-left:.25rem !important}html body .bvi .bvi-p-md-2{padding:.5rem !important}html body .bvi .bvi-pt-md-2,html body .bvi .bvi-py-md-2{padding-top:.5rem !important}html body .bvi .bvi-pr-md-2,html body .bvi .bvi-px-md-2{padding-right:.5rem !important}html body .bvi .bvi-pb-md-2,html body .bvi .bvi-py-md-2{padding-bottom:.5rem !important}html body .bvi .bvi-pl-md-2,html body .bvi .bvi-px-md-2{padding-left:.5rem !important}html body .bvi .bvi-p-md-3{padding:1rem !important}html body .bvi .bvi-pt-md-3,html body .bvi .bvi-py-md-3{padding-top:1rem !important}html body .bvi .bvi-pr-md-3,html body .bvi .bvi-px-md-3{padding-right:1rem !important}html body .bvi .bvi-pb-md-3,html body .bvi .bvi-py-md-3{padding-bottom:1rem !important}html body .bvi .bvi-pl-md-3,html body .bvi .bvi-px-md-3{padding-left:1rem !important}html body .bvi .bvi-p-md-4{padding:1.5rem !important}html body .bvi .bvi-pt-md-4,html body .bvi .bvi-py-md-4{padding-top:1.5rem !important}html body .bvi .bvi-pr-md-4,html body .bvi .bvi-px-md-4{padding-right:1.5rem !important}html body .bvi .bvi-pb-md-4,html body .bvi .bvi-py-md-4{padding-bottom:1.5rem !important}html body .bvi .bvi-pl-md-4,html body .bvi .bvi-px-md-4{padding-left:1.5rem !important}html body .bvi .bvi-p-md-5{padding:3rem !important}html body .bvi .bvi-pt-md-5,html body .bvi .bvi-py-md-5{padding-top:3rem !important}html body .bvi .bvi-pr-md-5,html body .bvi .bvi-px-md-5{padding-right:3rem !important}html body .bvi .bvi-pb-md-5,html body .bvi .bvi-py-md-5{padding-bottom:3rem !important}html body .bvi .bvi-pl-md-5,html body .bvi .bvi-px-md-5{padding-left:3rem !important}html body .bvi .bvi-m-md-auto{margin:auto !important}html body .bvi .bvi-mt-md-auto,html body .bvi .bvi-my-md-auto{margin-top:auto !important}html body .bvi .bvi-mr-md-auto,html body .bvi .bvi-mx-md-auto{margin-right:auto !important}html body .bvi .bvi-mb-md-auto,html body .bvi .bvi-my-md-auto{margin-bottom:auto !important}html body .bvi .bvi-ml-md-auto,html body .bvi .bvi-mx-md-auto{margin-left:auto !important}}@media(min-width:992px){html body .bvi .bvi-m-lg-0{margin:0 !important}html body .bvi .bvi-mt-lg-0,html body .bvi .bvi-my-lg-0{margin-top:0 !important}html body .bvi .bvi-mr-lg-0,html body .bvi .bvi-mx-lg-0{margin-right:0 !important}html body .bvi .bvi-mb-lg-0,html body .bvi .bvi-my-lg-0{margin-bottom:0 !important}html body .bvi .bvi-ml-lg-0,html body .bvi .bvi-mx-lg-0{margin-left:0 !important}html body .bvi .bvi-m-lg-1{margin:.25rem !important}html body .bvi .bvi-mt-lg-1,html body .bvi .bvi-my-lg-1{margin-top:.25rem !important}html body .bvi .bvi-mr-lg-1,html body .bvi .bvi-mx-lg-1{margin-right:.25rem !important}html body .bvi .bvi-mb-lg-1,html body .bvi .bvi-my-lg-1{margin-bottom:.25rem !important}html body .bvi .bvi-ml-lg-1,html body .bvi .bvi-mx-lg-1{margin-left:.25rem !important}html body .bvi .bvi-m-lg-2{margin:.5rem !important}html body .bvi .bvi-mt-lg-2,html body .bvi .bvi-my-lg-2{margin-top:.5rem !important}html body .bvi .bvi-mr-lg-2,html body .bvi .bvi-mx-lg-2{margin-right:.5rem !important}html body .bvi .bvi-mb-lg-2,html body .bvi .bvi-my-lg-2{margin-bottom:.5rem !important}html body .bvi .bvi-ml-lg-2,html body .bvi .bvi-mx-lg-2{margin-left:.5rem !important}html body .bvi .bvi-m-lg-3{margin:1rem !important}html body .bvi .bvi-mt-lg-3,html body .bvi .bvi-my-lg-3{margin-top:1rem !important}html body .bvi .bvi-mr-lg-3,html body .bvi .bvi-mx-lg-3{margin-right:1rem !important}html body .bvi .bvi-mb-lg-3,html body .bvi .bvi-my-lg-3{margin-bottom:1rem !important}html body .bvi .bvi-ml-lg-3,html body .bvi .bvi-mx-lg-3{margin-left:1rem !important}html body .bvi .bvi-m-lg-4{margin:1.5rem !important}html body .bvi .bvi-mt-lg-4,html body .bvi .bvi-my-lg-4{margin-top:1.5rem !important}html body .bvi .bvi-mr-lg-4,html body .bvi .bvi-mx-lg-4{margin-right:1.5rem !important}html body .bvi .bvi-mb-lg-4,html body .bvi .bvi-my-lg-4{margin-bottom:1.5rem !important}html body .bvi .bvi-ml-lg-4,html body .bvi .bvi-mx-lg-4{margin-left:1.5rem !important}html body .bvi .bvi-m-lg-5{margin:3rem !important}html body .bvi .bvi-mt-lg-5,html body .bvi .bvi-my-lg-5{margin-top:3rem !important}html body .bvi .bvi-mr-lg-5,html body .bvi .bvi-mx-lg-5{margin-right:3rem !important}html body .bvi .bvi-mb-lg-5,html body .bvi .bvi-my-lg-5{margin-bottom:3rem !important}html body .bvi .bvi-ml-lg-5,html body .bvi .bvi-mx-lg-5{margin-left:3rem !important}html body .bvi .bvi-p-lg-0{padding:0 !important}html body .bvi .bvi-pt-lg-0,html body .bvi .bvi-py-lg-0{padding-top:0 !important}html body .bvi .bvi-pr-lg-0,html body .bvi .bvi-px-lg-0{padding-right:0 !important}html body .bvi .bvi-pb-lg-0,html body .bvi .bvi-py-lg-0{padding-bottom:0 !important}html body .bvi .bvi-pl-lg-0,html body .bvi .bvi-px-lg-0{padding-left:0 !important}html body .bvi .bvi-p-lg-1{padding:.25rem !important}html body .bvi .bvi-pt-lg-1,html body .bvi .bvi-py-lg-1{padding-top:.25rem !important}html body .bvi .bvi-pr-lg-1,html body .bvi .bvi-px-lg-1{padding-right:.25rem !important}html body .bvi .bvi-pb-lg-1,html body .bvi .bvi-py-lg-1{padding-bottom:.25rem !important}html body .bvi .bvi-pl-lg-1,html body .bvi .bvi-px-lg-1{padding-left:.25rem !important}html body .bvi .bvi-p-lg-2{padding:.5rem !important}html body .bvi .bvi-pt-lg-2,html body .bvi .bvi-py-lg-2{padding-top:.5rem !important}html body .bvi .bvi-pr-lg-2,html body .bvi .bvi-px-lg-2{padding-right:.5rem !important}html body .bvi .bvi-pb-lg-2,html body .bvi .bvi-py-lg-2{padding-bottom:.5rem !important}html body .bvi .bvi-pl-lg-2,html body .bvi .bvi-px-lg-2{padding-left:.5rem !important}html body .bvi .bvi-p-lg-3{padding:1rem !important}html body .bvi .bvi-pt-lg-3,html body .bvi .bvi-py-lg-3{padding-top:1rem !important}html body .bvi .bvi-pr-lg-3,html body .bvi .bvi-px-lg-3{padding-right:1rem !important}html body .bvi .bvi-pb-lg-3,html body .bvi .bvi-py-lg-3{padding-bottom:1rem !important}html body .bvi .bvi-pl-lg-3,html body .bvi .bvi-px-lg-3{padding-left:1rem !important}html body .bvi .bvi-p-lg-4{padding:1.5rem !important}html body .bvi .bvi-pt-lg-4,html body .bvi .bvi-py-lg-4{padding-top:1.5rem !important}html body .bvi .bvi-pr-lg-4,html body .bvi .bvi-px-lg-4{padding-right:1.5rem !important}html body .bvi .bvi-pb-lg-4,html body .bvi .bvi-py-lg-4{padding-bottom:1.5rem !important}html body .bvi .bvi-pl-lg-4,html body .bvi .bvi-px-lg-4{padding-left:1.5rem !important}html body .bvi .bvi-p-lg-5{padding:3rem !important}html body .bvi .bvi-pt-lg-5,html body .bvi .bvi-py-lg-5{padding-top:3rem !important}html body .bvi .bvi-pr-lg-5,html body .bvi .bvi-px-lg-5{padding-right:3rem !important}html body .bvi .bvi-pb-lg-5,html body .bvi .bvi-py-lg-5{padding-bottom:3rem !important}html body .bvi .bvi-pl-lg-5,html body .bvi .bvi-px-lg-5{padding-left:3rem !important}html body .bvi .bvi-m-lg-auto{margin:auto !important}html body .bvi .bvi-mt-lg-auto,html body .bvi .bvi-my-lg-auto{margin-top:auto !important}html body .bvi .bvi-mr-lg-auto,html body .bvi .bvi-mx-lg-auto{margin-right:auto !important}html body .bvi .bvi-mb-lg-auto,html body .bvi .bvi-my-lg-auto{margin-bottom:auto !important}html body .bvi .bvi-ml-lg-auto,html body .bvi .bvi-mx-lg-auto{margin-left:auto !important}}@media(min-width:1200px){html body .bvi .bvi-m-xl-0{margin:0 !important}html body .bvi .bvi-mt-xl-0,html body .bvi .bvi-my-xl-0{margin-top:0 !important}html body .bvi .bvi-mr-xl-0,html body .bvi .bvi-mx-xl-0{margin-right:0 !important}html body .bvi .bvi-mb-xl-0,html body .bvi .bvi-my-xl-0{margin-bottom:0 !important}html body .bvi .bvi-ml-xl-0,html body .bvi .bvi-mx-xl-0{margin-left:0 !important}html body .bvi .bvi-m-xl-1{margin:.25rem !important}html body .bvi .bvi-mt-xl-1,html body .bvi .bvi-my-xl-1{margin-top:.25rem !important}html body .bvi .bvi-mr-xl-1,html body .bvi .bvi-mx-xl-1{margin-right:.25rem !important}html body .bvi .bvi-mb-xl-1,html body .bvi .bvi-my-xl-1{margin-bottom:.25rem !important}html body .bvi .bvi-ml-xl-1,html body .bvi .bvi-mx-xl-1{margin-left:.25rem !important}html body .bvi .bvi-m-xl-2{margin:.5rem !important}html body .bvi .bvi-mt-xl-2,html body .bvi .bvi-my-xl-2{margin-top:.5rem !important}html body .bvi .bvi-mr-xl-2,html body .bvi .bvi-mx-xl-2{margin-right:.5rem !important}html body .bvi .bvi-mb-xl-2,html body .bvi .bvi-my-xl-2{margin-bottom:.5rem !important}html body .bvi .bvi-ml-xl-2,html body .bvi .bvi-mx-xl-2{margin-left:.5rem !important}html body .bvi .bvi-m-xl-3{margin:1rem !important}html body .bvi .bvi-mt-xl-3,html body .bvi .bvi-my-xl-3{margin-top:1rem !important}html body .bvi .bvi-mr-xl-3,html body .bvi .bvi-mx-xl-3{margin-right:1rem !important}html body .bvi .bvi-mb-xl-3,html body .bvi .bvi-my-xl-3{margin-bottom:1rem !important}html body .bvi .bvi-ml-xl-3,html body .bvi .bvi-mx-xl-3{margin-left:1rem !important}html body .bvi .bvi-m-xl-4{margin:1.5rem !important}html body .bvi .bvi-mt-xl-4,html body .bvi .bvi-my-xl-4{margin-top:1.5rem !important}html body .bvi .bvi-mr-xl-4,html body .bvi .bvi-mx-xl-4{margin-right:1.5rem !important}html body .bvi .bvi-mb-xl-4,html body .bvi .bvi-my-xl-4{margin-bottom:1.5rem !important}html body .bvi .bvi-ml-xl-4,html body .bvi .bvi-mx-xl-4{margin-left:1.5rem !important}html body .bvi .bvi-m-xl-5{margin:3rem !important}html body .bvi .bvi-mt-xl-5,html body .bvi .bvi-my-xl-5{margin-top:3rem !important}html body .bvi .bvi-mr-xl-5,html body .bvi .bvi-mx-xl-5{margin-right:3rem !important}html body .bvi .bvi-mb-xl-5,html body .bvi .bvi-my-xl-5{margin-bottom:3rem !important}html body .bvi .bvi-ml-xl-5,html body .bvi .bvi-mx-xl-5{margin-left:3rem !important}html body .bvi .bvi-p-xl-0{padding:0 !important}html body .bvi .bvi-pt-xl-0,html body .bvi .bvi-py-xl-0{padding-top:0 !important}html body .bvi .bvi-pr-xl-0,html body .bvi .bvi-px-xl-0{padding-right:0 !important}html body .bvi .bvi-pb-xl-0,html body .bvi .bvi-py-xl-0{padding-bottom:0 !important}html body .bvi .bvi-pl-xl-0,html body .bvi .bvi-px-xl-0{padding-left:0 !important}html body .bvi .bvi-p-xl-1{padding:.25rem !important}html body .bvi .bvi-pt-xl-1,html body .bvi .bvi-py-xl-1{padding-top:.25rem !important}html body .bvi .bvi-pr-xl-1,html body .bvi .bvi-px-xl-1{padding-right:.25rem !important}html body .bvi .bvi-pb-xl-1,html body .bvi .bvi-py-xl-1{padding-bottom:.25rem !important}html body .bvi .bvi-pl-xl-1,html body .bvi .bvi-px-xl-1{padding-left:.25rem !important}html body .bvi .bvi-p-xl-2{padding:.5rem !important}html body .bvi .bvi-pt-xl-2,html body .bvi .bvi-py-xl-2{padding-top:.5rem !important}html body .bvi .bvi-pr-xl-2,html body .bvi .bvi-px-xl-2{padding-right:.5rem !important}html body .bvi .bvi-pb-xl-2,html body .bvi .bvi-py-xl-2{padding-bottom:.5rem !important}html body .bvi .bvi-pl-xl-2,html body .bvi .bvi-px-xl-2{padding-left:.5rem !important}html body .bvi .bvi-p-xl-3{padding:1rem !important}html body .bvi .bvi-pt-xl-3,html body .bvi .bvi-py-xl-3{padding-top:1rem !important}html body .bvi .bvi-pr-xl-3,html body .bvi .bvi-px-xl-3{padding-right:1rem !important}html body .bvi .bvi-pb-xl-3,html body .bvi .bvi-py-xl-3{padding-bottom:1rem !important}html body .bvi .bvi-pl-xl-3,html body .bvi .bvi-px-xl-3{padding-left:1rem !important}html body .bvi .bvi-p-xl-4{padding:1.5rem !important}html body .bvi .bvi-pt-xl-4,html body .bvi .bvi-py-xl-4{padding-top:1.5rem !important}html body .bvi .bvi-pr-xl-4,html body .bvi .bvi-px-xl-4{padding-right:1.5rem !important}html body .bvi .bvi-pb-xl-4,html body .bvi .bvi-py-xl-4{padding-bottom:1.5rem !important}html body .bvi .bvi-pl-xl-4,html body .bvi .bvi-px-xl-4{padding-left:1.5rem !important}html body .bvi .bvi-p-xl-5{padding:3rem !important}html body .bvi .bvi-pt-xl-5,html body .bvi .bvi-py-xl-5{padding-top:3rem !important}html body .bvi .bvi-pr-xl-5,html body .bvi .bvi-px-xl-5{padding-right:3rem !important}html body .bvi .bvi-pb-xl-5,html body .bvi .bvi-py-xl-5{padding-bottom:3rem !important}html body .bvi .bvi-pl-xl-5,html body .bvi .bvi-px-xl-5{padding-left:3rem !important}html body .bvi .bvi-m-xl-auto{margin:auto !important}html body .bvi .bvi-mt-xl-auto,html body .bvi .bvi-my-xl-auto{margin-top:auto !important}html body .bvi .bvi-mr-xl-auto,html body .bvi .bvi-mx-xl-auto{margin-right:auto !important}html body .bvi .bvi-mb-xl-auto,html body .bvi .bvi-my-xl-auto{margin-bottom:auto !important}html body .bvi .bvi-ml-xl-auto,html body .bvi .bvi-mx-xl-auto{margin-left:auto !important}}html body .bvi.bvi-panel{padding:15px 20px !important;color:black !important;background-color:#f8f8f8;top:0 !important;left:0 !important;right:0 !important;letter-spacing:0 !important;position:relative !important;text-shadow:none !important;line-height:normal !important;border:0 !important;font-size:16px !important;z-index:99999 !important;moz-box-shadow:0 1px 3px 0 rgba(0,0,0,0.23);webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.23);box-shadow:0 1px 3px 0 rgba(0,0,0,0.23)}html body .bvi.bvi-panel[data-bvi-panel='true']{display:block !important}html body .bvi.bvi-panel[data-bvi-panel='false']{display:none !important}html body .bvi.bvi-panel.bvi-fixed-top{position:fixed !important;top:0 !important;right:0 !important;left:0 !important;z-index:999999 !important}html body .bvi.bvi-panel .bvi-title{margin-top:5px;font-size:18px;font-weight:bold}html body .bvi.bvi-panel .bvi-text-center{text-align:center}html body .bvi.bvi-panel .bvi-text-right{text-align:right}html body .bvi.bvi-panel .bvi-setting-menu{display:none}html body .bvi.bvi-panel a{text-decoration:none}html body .bvi.bvi-panel .bvi-hr{background-color:#ccc !important;border:0 !important;height:1px !important;margin-top:1.5em !important;margin-bottom:1.5em !important}html body .bvi.bvi-panel .bvi-copy{font-size:12px;color:gray}html body .bvi.bvi-panel .bvi-copy a{font-size:13px;color:gray;text-decoration:underline}html body .bvi.bvi-panel .bvi-copy a:hover{color:#000;text-decoration:underline}@media(max-width:575.98px){html body .bvi.bvi-panel .bvi-title{font-size:12px}html body .bvi.bvi-panel .bvi-btn{font-size:12px;padding:.200rem .35rem}html body .bvi.bvi-panel .bvi-btn-sm,html body .bvi.bvi-panel .bvi-btn-group-sm>.bvi-btn{font-size:10px;padding:.100rem .25rem}}@media(min-width:576px) and (max-width:767.98px){html body .bvi.bvi-panel .bvi-title{font-size:14px}html body .bvi.bvi-panel .bvi-btn{font-size:14px;padding:.250rem .45rem}html body .bvi.bvi-panel .bvi-btn-sm,html body .bvi.bvi-panel .bvi-btn-group-sm>.bvi-btn{font-size:12px;padding:.150rem .35rem}}@media(min-width:768px) and (max-width:991.98px){html body .bvi.bvi-panel .bvi-title{font-size:16px}html body .bvi.bvi-panel .bvi-btn{font-size:16px;padding:.300rem .55rem}html body .bvi.bvi-panel .bvi-btn-sm,html body .bvi.bvi-panel .bvi-btn-group-sm>.bvi-btn{font-size:14px;padding:.200rem .40rem}}html body .bvi-body[data-bvi-theme='white']{background-color:#fff !important;fill:#000 !important}html body .bvi-body[data-bvi-theme='white'] *{background-color:#fff !important;background:#fff !important;background-image:none !important;box-shadow:none !important;text-shadow:none !important;border-color:#000 !important;color:#000 !important;fill:#000 !important}html body .bvi-body[data-bvi-theme='white'] * .bvi-hide{display:none !important}html body .bvi-body[data-bvi-theme='white'] * .bvi-show-block{display:block !important}html body .bvi-body[data-bvi-theme='white'] * .bvi-show-inline-block{display:inline-block !important}html body .bvi-body[data-bvi-theme='white'] *:after{background-color:#fff !important;background:#fff !important;background-image:none !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important;border-color:#000 !important}html body .bvi-body[data-bvi-theme='white'] *:before{background-color:#fff !important;background:#fff !important;background-image:none !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important;border-color:#000 !important}html body .bvi-body[data-bvi-theme='white'] *::selection{background-color:#000;color:#fff}html body .bvi-body[data-bvi-theme='white'] * a,html body .bvi-body[data-bvi-theme='white'] * label{color:#000 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='white'] * a.active,html body .bvi-body[data-bvi-theme='white'] * label.active{color:#fff !important;background-color:#000 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='white'] * a:hover,html body .bvi-body[data-bvi-theme='white'] * label:hover{color:#fff !important;background-color:#000 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='white'] * a:hover *,html body .bvi-body[data-bvi-theme='white'] * label:hover *{color:#fff !important;background-color:#000 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='white'] * button,html body .bvi-body[data-bvi-theme='white'] * input[type="submit"],html body .bvi-body[data-bvi-theme='white'] * input[type="button"],html body .bvi-body[data-bvi-theme='white'] * button[type="submit"],html body .bvi-body[data-bvi-theme='white'] * button[type="button"]{color:#fff !important;background:#000 !important;background-color:#000 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='white'] * button:hover.active,html body .bvi-body[data-bvi-theme='white'] * input[type="button"]:hover.active,html body .bvi-body[data-bvi-theme='white'] * input[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='white'] * button[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='white'] * button[type="button"]:hover.active{color:#fff !important;background:#000 !important;background-color:#000 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='white'] * button:hover:hover,html body .bvi-body[data-bvi-theme='white'] * input[type="button"]:hover:hover,html body .bvi-body[data-bvi-theme='white'] * input[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='white'] * button[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='white'] * button[type="button"]:hover:hover{color:#fff !important;background:#000 !important;background-color:#000 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='white'] * button:hover:hover *,html body .bvi-body[data-bvi-theme='white'] * input[type="button"]:hover:hover *,html body .bvi-body[data-bvi-theme='white'] * input[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='white'] * button[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='white'] * button[type="button"]:hover:hover *{color:#fff !important;background:#000 !important;background-color:#000 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='black']{background-color:#000 !important;fill:#fff !important}html body .bvi-body[data-bvi-theme='black'] *{background-color:#000 !important;background:#000 !important;background-image:none !important;box-shadow:none !important;text-shadow:none !important;border-color:#fff !important;color:#fff !important;fill:#fff !important}html body .bvi-body[data-bvi-theme='black'] * .bvi-hide{display:none !important}html body .bvi-body[data-bvi-theme='black'] * .bvi-show-block{display:block !important}html body .bvi-body[data-bvi-theme='black'] * .bvi-show-inline-block{display:inline-block !important}html body .bvi-body[data-bvi-theme='black'] *:after{background-color:#000 !important;background:#000 !important;background-image:none !important;color:#fff !important;box-shadow:none !important;text-shadow:none !important;border-color:#fff !important}html body .bvi-body[data-bvi-theme='black'] *:before{background-color:#000 !important;background:#000 !important;background-image:none !important;color:#fff !important;box-shadow:none !important;text-shadow:none !important;border-color:#fff !important}html body .bvi-body[data-bvi-theme='black'] *::selection{background-color:#fff;color:#000}html body .bvi-body[data-bvi-theme='black'] * a,html body .bvi-body[data-bvi-theme='black'] * label{color:#fff !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='black'] * a.active,html body .bvi-body[data-bvi-theme='black'] * label.active{color:#000 !important;background-color:#fff !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='black'] * a:hover,html body .bvi-body[data-bvi-theme='black'] * label:hover{color:#000 !important;background-color:#fff !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='black'] * a:hover *,html body .bvi-body[data-bvi-theme='black'] * label:hover *{color:#000 !important;background-color:#fff !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='black'] * button,html body .bvi-body[data-bvi-theme='black'] * input[type="submit"],html body .bvi-body[data-bvi-theme='black'] * input[type="button"],html body .bvi-body[data-bvi-theme='black'] * button[type="submit"],html body .bvi-body[data-bvi-theme='black'] * button[type="button"]{color:#000 !important;background:#fff !important;background-color:#fff !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='black'] * button:hover.active,html body .bvi-body[data-bvi-theme='black'] * input[type="button"]:hover.active,html body .bvi-body[data-bvi-theme='black'] * input[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='black'] * button[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='black'] * button[type="button"]:hover.active{color:#000 !important;background:#fff !important;background-color:#fff !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='black'] * button:hover:hover,html body .bvi-body[data-bvi-theme='black'] * input[type="button"]:hover:hover,html body .bvi-body[data-bvi-theme='black'] * input[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='black'] * button[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='black'] * button[type="button"]:hover:hover{color:#000 !important;background:#fff !important;background-color:#fff !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='black'] * button:hover:hover *,html body .bvi-body[data-bvi-theme='black'] * input[type="button"]:hover:hover *,html body .bvi-body[data-bvi-theme='black'] * input[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='black'] * button[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='black'] * button[type="button"]:hover:hover *{color:#000 !important;background:#fff !important;background-color:#fff !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='blue']{background-color:#9dd1ff !important;fill:#063462 !important}html body .bvi-body[data-bvi-theme='blue'] *{background-color:#9dd1ff !important;background:#9dd1ff !important;background-image:none !important;box-shadow:none !important;text-shadow:none !important;border-color:#063462 !important;color:#063462 !important;fill:#063462 !important}html body .bvi-body[data-bvi-theme='blue'] * .bvi-hide{display:none !important}html body .bvi-body[data-bvi-theme='blue'] * .bvi-show-block{display:block !important}html body .bvi-body[data-bvi-theme='blue'] * .bvi-show-inline-block{display:inline-block !important}html body .bvi-body[data-bvi-theme='blue'] *:after{background-color:#9dd1ff !important;background:#9dd1ff !important;background-image:none !important;color:#063462 !important;box-shadow:none !important;text-shadow:none !important;border-color:#063462 !important}html body .bvi-body[data-bvi-theme='blue'] *:before{background-color:#9dd1ff !important;background:#9dd1ff !important;background-image:none !important;color:#063462 !important;box-shadow:none !important;text-shadow:none !important;border-color:#063462 !important}html body .bvi-body[data-bvi-theme='blue'] *::selection{background-color:#063462;color:#9dd1ff}html body .bvi-body[data-bvi-theme='blue'] * a,html body .bvi-body[data-bvi-theme='blue'] * label{color:#063462 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='blue'] * a.active,html body .bvi-body[data-bvi-theme='blue'] * label.active{color:#9dd1ff !important;background-color:#063462 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='blue'] * a:hover,html body .bvi-body[data-bvi-theme='blue'] * label:hover{color:#9dd1ff !important;background-color:#063462 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='blue'] * a:hover *,html body .bvi-body[data-bvi-theme='blue'] * label:hover *{color:#9dd1ff !important;background-color:#063462 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='blue'] * button,html body .bvi-body[data-bvi-theme='blue'] * input[type="submit"],html body .bvi-body[data-bvi-theme='blue'] * input[type="button"],html body .bvi-body[data-bvi-theme='blue'] * button[type="submit"],html body .bvi-body[data-bvi-theme='blue'] * button[type="button"]{color:#9dd1ff !important;background:#063462 !important;background-color:#063462 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='blue'] * button:hover.active,html body .bvi-body[data-bvi-theme='blue'] * input[type="button"]:hover.active,html body .bvi-body[data-bvi-theme='blue'] * input[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='blue'] * button[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='blue'] * button[type="button"]:hover.active{color:#9dd1ff !important;background:#063462 !important;background-color:#063462 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='blue'] * button:hover:hover,html body .bvi-body[data-bvi-theme='blue'] * input[type="button"]:hover:hover,html body .bvi-body[data-bvi-theme='blue'] * input[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='blue'] * button[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='blue'] * button[type="button"]:hover:hover{color:#9dd1ff !important;background:#063462 !important;background-color:#063462 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='blue'] * button:hover:hover *,html body .bvi-body[data-bvi-theme='blue'] * input[type="button"]:hover:hover *,html body .bvi-body[data-bvi-theme='blue'] * input[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='blue'] * button[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='blue'] * button[type="button"]:hover:hover *{color:#9dd1ff !important;background:#063462 !important;background-color:#063462 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='brown']{background-color:#f7f3d6 !important;fill:#4d4b43 !important}html body .bvi-body[data-bvi-theme='brown'] *{background-color:#f7f3d6 !important;background:#f7f3d6 !important;background-image:none !important;box-shadow:none !important;text-shadow:none !important;border-color:#4d4b43 !important;color:#4d4b43 !important;fill:#4d4b43 !important}html body .bvi-body[data-bvi-theme='brown'] * .bvi-hide{display:none !important}html body .bvi-body[data-bvi-theme='brown'] * .bvi-show-block{display:block !important}html body .bvi-body[data-bvi-theme='brown'] * .bvi-show-inline-block{display:inline-block !important}html body .bvi-body[data-bvi-theme='brown'] *:after{background-color:#f7f3d6 !important;background:#f7f3d6 !important;background-image:none !important;color:#4d4b43 !important;box-shadow:none !important;text-shadow:none !important;border-color:#4d4b43 !important}html body .bvi-body[data-bvi-theme='brown'] *:before{background-color:#f7f3d6 !important;background:#f7f3d6 !important;background-image:none !important;color:#4d4b43 !important;box-shadow:none !important;text-shadow:none !important;border-color:#4d4b43 !important}html body .bvi-body[data-bvi-theme='brown'] *::selection{background-color:#4d4b43;color:#f7f3d6}html body .bvi-body[data-bvi-theme='brown'] * a,html body .bvi-body[data-bvi-theme='brown'] * label{color:#4d4b43 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='brown'] * a.active,html body .bvi-body[data-bvi-theme='brown'] * label.active{color:#f7f3d6 !important;background-color:#4d4b43 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='brown'] * a:hover,html body .bvi-body[data-bvi-theme='brown'] * label:hover{color:#f7f3d6 !important;background-color:#4d4b43 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='brown'] * a:hover *,html body .bvi-body[data-bvi-theme='brown'] * label:hover *{color:#f7f3d6 !important;background-color:#4d4b43 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='brown'] * button,html body .bvi-body[data-bvi-theme='brown'] * input[type="submit"],html body .bvi-body[data-bvi-theme='brown'] * input[type="button"],html body .bvi-body[data-bvi-theme='brown'] * button[type="submit"],html body .bvi-body[data-bvi-theme='brown'] * button[type="button"]{color:#f7f3d6 !important;background:#4d4b43 !important;background-color:#4d4b43 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='brown'] * button:hover.active,html body .bvi-body[data-bvi-theme='brown'] * input[type="button"]:hover.active,html body .bvi-body[data-bvi-theme='brown'] * input[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='brown'] * button[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='brown'] * button[type="button"]:hover.active{color:#f7f3d6 !important;background:#4d4b43 !important;background-color:#4d4b43 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='brown'] * button:hover:hover,html body .bvi-body[data-bvi-theme='brown'] * input[type="button"]:hover:hover,html body .bvi-body[data-bvi-theme='brown'] * input[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='brown'] * button[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='brown'] * button[type="button"]:hover:hover{color:#f7f3d6 !important;background:#4d4b43 !important;background-color:#4d4b43 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='brown'] * button:hover:hover *,html body .bvi-body[data-bvi-theme='brown'] * input[type="button"]:hover:hover *,html body .bvi-body[data-bvi-theme='brown'] * input[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='brown'] * button[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='brown'] * button[type="button"]:hover:hover *{color:#f7f3d6 !important;background:#4d4b43 !important;background-color:#4d4b43 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='green']{background-color:#3b2716 !important;fill:#a9e44d !important}html body .bvi-body[data-bvi-theme='green'] *{background-color:#3b2716 !important;background:#3b2716 !important;background-image:none !important;box-shadow:none !important;text-shadow:none !important;border-color:#a9e44d !important;color:#a9e44d !important;fill:#a9e44d !important}html body .bvi-body[data-bvi-theme='green'] * .bvi-hide{display:none !important}html body .bvi-body[data-bvi-theme='green'] * .bvi-show-block{display:block !important}html body .bvi-body[data-bvi-theme='green'] * .bvi-show-inline-block{display:inline-block !important}html body .bvi-body[data-bvi-theme='green'] *:after{background-color:#3b2716 !important;background:#3b2716 !important;background-image:none !important;color:#a9e44d !important;box-shadow:none !important;text-shadow:none !important;border-color:#a9e44d !important}html body .bvi-body[data-bvi-theme='green'] *:before{background-color:#3b2716 !important;background:#3b2716 !important;background-image:none !important;color:#a9e44d !important;box-shadow:none !important;text-shadow:none !important;border-color:#a9e44d !important}html body .bvi-body[data-bvi-theme='green'] *::selection{background-color:#a9e44d;color:#3b2716}html body .bvi-body[data-bvi-theme='green'] * a,html body .bvi-body[data-bvi-theme='green'] * label{color:#a9e44d !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='green'] * a.active,html body .bvi-body[data-bvi-theme='green'] * label.active{color:#3b2716 !important;background-color:#a9e44d !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='green'] * a:hover,html body .bvi-body[data-bvi-theme='green'] * label:hover{color:#3b2716 !important;background-color:#a9e44d !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='green'] * a:hover *,html body .bvi-body[data-bvi-theme='green'] * label:hover *{color:#3b2716 !important;background-color:#a9e44d !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='green'] * button,html body .bvi-body[data-bvi-theme='green'] * input[type="submit"],html body .bvi-body[data-bvi-theme='green'] * input[type="button"],html body .bvi-body[data-bvi-theme='green'] * button[type="submit"],html body .bvi-body[data-bvi-theme='green'] * button[type="button"]{color:#3b2716 !important;background:#a9e44d !important;background-color:#a9e44d !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='green'] * button:hover.active,html body .bvi-body[data-bvi-theme='green'] * input[type="button"]:hover.active,html body .bvi-body[data-bvi-theme='green'] * input[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='green'] * button[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='green'] * button[type="button"]:hover.active{color:#3b2716 !important;background:#a9e44d !important;background-color:#a9e44d !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='green'] * button:hover:hover,html body .bvi-body[data-bvi-theme='green'] * input[type="button"]:hover:hover,html body .bvi-body[data-bvi-theme='green'] * input[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='green'] * button[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='green'] * button[type="button"]:hover:hover{color:#3b2716 !important;background:#a9e44d !important;background-color:#a9e44d !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='green'] * button:hover:hover *,html body .bvi-body[data-bvi-theme='green'] * input[type="button"]:hover:hover *,html body .bvi-body[data-bvi-theme='green'] * input[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='green'] * button[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='green'] * button[type="button"]:hover:hover *{color:#3b2716 !important;background:#a9e44d !important;background-color:#a9e44d !important;text-decoration:underline !important}html body .bvi-body[data-bvi-size='40'] *{font-size:40px !important}html body .bvi-body[data-bvi-size='40'] * h1,html body .bvi-body[data-bvi-size='40'] * h1 *{font-size:47px !important}html body .bvi-body[data-bvi-size='40'] * h2,html body .bvi-body[data-bvi-size='40'] * h2 *{font-size:46px !important}html body .bvi-body[data-bvi-size='40'] * h3,html body .bvi-body[data-bvi-size='40'] * h3 *{font-size:45px !important}html body .bvi-body[data-bvi-size='40'] * h4,html body .bvi-body[data-bvi-size='40'] * h4 *{font-size:44px !important}html body .bvi-body[data-bvi-size='40'] * h5,html body .bvi-body[data-bvi-size='40'] * h5 *{font-size:43px !important}html body .bvi-body[data-bvi-size='40'] * h6,html body .bvi-body[data-bvi-size='40'] * h6 *{font-size:42px !important}html body .bvi-body[data-bvi-size='39'] *{font-size:39px !important}html body .bvi-body[data-bvi-size='39'] * h1,html body .bvi-body[data-bvi-size='39'] * h1 *{font-size:46px !important}html body .bvi-body[data-bvi-size='39'] * h2,html body .bvi-body[data-bvi-size='39'] * h2 *{font-size:45px !important}html body .bvi-body[data-bvi-size='39'] * h3,html body .bvi-body[data-bvi-size='39'] * h3 *{font-size:44px !important}html body .bvi-body[data-bvi-size='39'] * h4,html body .bvi-body[data-bvi-size='39'] * h4 *{font-size:43px !important}html body .bvi-body[data-bvi-size='39'] * h5,html body .bvi-body[data-bvi-size='39'] * h5 *{font-size:42px !important}html body .bvi-body[data-bvi-size='39'] * h6,html body .bvi-body[data-bvi-size='39'] * h6 *{font-size:41px !important}html body .bvi-body[data-bvi-size='38'] *{font-size:38px !important}html body .bvi-body[data-bvi-size='38'] * h1,html body .bvi-body[data-bvi-size='38'] * h1 *{font-size:45px !important}html body .bvi-body[data-bvi-size='38'] * h2,html body .bvi-body[data-bvi-size='38'] * h2 *{font-size:44px !important}html body .bvi-body[data-bvi-size='38'] * h3,html body .bvi-body[data-bvi-size='38'] * h3 *{font-size:43px !important}html body .bvi-body[data-bvi-size='38'] * h4,html body .bvi-body[data-bvi-size='38'] * h4 *{font-size:42px !important}html body .bvi-body[data-bvi-size='38'] * h5,html body .bvi-body[data-bvi-size='38'] * h5 *{font-size:41px !important}html body .bvi-body[data-bvi-size='38'] * h6,html body .bvi-body[data-bvi-size='38'] * h6 *{font-size:40px !important}html body .bvi-body[data-bvi-size='37'] *{font-size:37px !important}html body .bvi-body[data-bvi-size='37'] * h1,html body .bvi-body[data-bvi-size='37'] * h1 *{font-size:44px !important}html body .bvi-body[data-bvi-size='37'] * h2,html body .bvi-body[data-bvi-size='37'] * h2 *{font-size:43px !important}html body .bvi-body[data-bvi-size='37'] * h3,html body .bvi-body[data-bvi-size='37'] * h3 *{font-size:42px !important}html body .bvi-body[data-bvi-size='37'] * h4,html body .bvi-body[data-bvi-size='37'] * h4 *{font-size:41px !important}html body .bvi-body[data-bvi-size='37'] * h5,html body .bvi-body[data-bvi-size='37'] * h5 *{font-size:40px !important}html body .bvi-body[data-bvi-size='37'] * h6,html body .bvi-body[data-bvi-size='37'] * h6 *{font-size:39px !important}html body .bvi-body[data-bvi-size='36'] *{font-size:36px !important}html body .bvi-body[data-bvi-size='36'] * h1,html body .bvi-body[data-bvi-size='36'] * h1 *{font-size:43px !important}html body .bvi-body[data-bvi-size='36'] * h2,html body .bvi-body[data-bvi-size='36'] * h2 *{font-size:42px !important}html body .bvi-body[data-bvi-size='36'] * h3,html body .bvi-body[data-bvi-size='36'] * h3 *{font-size:41px !important}html body .bvi-body[data-bvi-size='36'] * h4,html body .bvi-body[data-bvi-size='36'] * h4 *{font-size:40px !important}html body .bvi-body[data-bvi-size='36'] * h5,html body .bvi-body[data-bvi-size='36'] * h5 *{font-size:39px !important}html body .bvi-body[data-bvi-size='36'] * h6,html body .bvi-body[data-bvi-size='36'] * h6 *{font-size:38px !important}html body .bvi-body[data-bvi-size='35'] *{font-size:35px !important}html body .bvi-body[data-bvi-size='35'] * h1,html body .bvi-body[data-bvi-size='35'] * h1 *{font-size:42px !important}html body .bvi-body[data-bvi-size='35'] * h2,html body .bvi-body[data-bvi-size='35'] * h2 *{font-size:41px !important}html body .bvi-body[data-bvi-size='35'] * h3,html body .bvi-body[data-bvi-size='35'] * h3 *{font-size:40px !important}html body .bvi-body[data-bvi-size='35'] * h4,html body .bvi-body[data-bvi-size='35'] * h4 *{font-size:39px !important}html body .bvi-body[data-bvi-size='35'] * h5,html body .bvi-body[data-bvi-size='35'] * h5 *{font-size:38px !important}html body .bvi-body[data-bvi-size='35'] * h6,html body .bvi-body[data-bvi-size='35'] * h6 *{font-size:37px !important}html body .bvi-body[data-bvi-size='34'] *{font-size:34px !important}html body .bvi-body[data-bvi-size='34'] * h1,html body .bvi-body[data-bvi-size='34'] * h1 *{font-size:41px !important}html body .bvi-body[data-bvi-size='34'] * h2,html body .bvi-body[data-bvi-size='34'] * h2 *{font-size:40px !important}html body .bvi-body[data-bvi-size='34'] * h3,html body .bvi-body[data-bvi-size='34'] * h3 *{font-size:39px !important}html body .bvi-body[data-bvi-size='34'] * h4,html body .bvi-body[data-bvi-size='34'] * h4 *{font-size:38px !important}html body .bvi-body[data-bvi-size='34'] * h5,html body .bvi-body[data-bvi-size='34'] * h5 *{font-size:37px !important}html body .bvi-body[data-bvi-size='34'] * h6,html body .bvi-body[data-bvi-size='34'] * h6 *{font-size:36px !important}html body .bvi-body[data-bvi-size='33'] *{font-size:33px !important}html body .bvi-body[data-bvi-size='33'] * h1,html body .bvi-body[data-bvi-size='33'] * h1 *{font-size:40px !important}html body .bvi-body[data-bvi-size='33'] * h2,html body .bvi-body[data-bvi-size='33'] * h2 *{font-size:39px !important}html body .bvi-body[data-bvi-size='33'] * h3,html body .bvi-body[data-bvi-size='33'] * h3 *{font-size:38px !important}html body .bvi-body[data-bvi-size='33'] * h4,html body .bvi-body[data-bvi-size='33'] * h4 *{font-size:37px !important}html body .bvi-body[data-bvi-size='33'] * h5,html body .bvi-body[data-bvi-size='33'] * h5 *{font-size:36px !important}html body .bvi-body[data-bvi-size='33'] * h6,html body .bvi-body[data-bvi-size='33'] * h6 *{font-size:35px !important}html body .bvi-body[data-bvi-size='32'] *{font-size:32px !important}html body .bvi-body[data-bvi-size='32'] * h1,html body .bvi-body[data-bvi-size='32'] * h1 *{font-size:39px !important}html body .bvi-body[data-bvi-size='32'] * h2,html body .bvi-body[data-bvi-size='32'] * h2 *{font-size:38px !important}html body .bvi-body[data-bvi-size='32'] * h3,html body .bvi-body[data-bvi-size='32'] * h3 *{font-size:37px !important}html body .bvi-body[data-bvi-size='32'] * h4,html body .bvi-body[data-bvi-size='32'] * h4 *{font-size:36px !important}html body .bvi-body[data-bvi-size='32'] * h5,html body .bvi-body[data-bvi-size='32'] * h5 *{font-size:35px !important}html body .bvi-body[data-bvi-size='32'] * h6,html body .bvi-body[data-bvi-size='32'] * h6 *{font-size:34px !important}html body .bvi-body[data-bvi-size='31'] *{font-size:31px !important}html body .bvi-body[data-bvi-size='31'] * h1,html body .bvi-body[data-bvi-size='31'] * h1 *{font-size:38px !important}html body .bvi-body[data-bvi-size='31'] * h2,html body .bvi-body[data-bvi-size='31'] * h2 *{font-size:37px !important}html body .bvi-body[data-bvi-size='31'] * h3,html body .bvi-body[data-bvi-size='31'] * h3 *{font-size:36px !important}html body .bvi-body[data-bvi-size='31'] * h4,html body .bvi-body[data-bvi-size='31'] * h4 *{font-size:35px !important}html body .bvi-body[data-bvi-size='31'] * h5,html body .bvi-body[data-bvi-size='31'] * h5 *{font-size:34px !important}html body .bvi-body[data-bvi-size='31'] * h6,html body .bvi-body[data-bvi-size='31'] * h6 *{font-size:33px !important}html body .bvi-body[data-bvi-size='30'] *{font-size:30px !important}html body .bvi-body[data-bvi-size='30'] * h1,html body .bvi-body[data-bvi-size='30'] * h1 *{font-size:37px !important}html body .bvi-body[data-bvi-size='30'] * h2,html body .bvi-body[data-bvi-size='30'] * h2 *{font-size:36px !important}html body .bvi-body[data-bvi-size='30'] * h3,html body .bvi-body[data-bvi-size='30'] * h3 *{font-size:35px !important}html body .bvi-body[data-bvi-size='30'] * h4,html body .bvi-body[data-bvi-size='30'] * h4 *{font-size:34px !important}html body .bvi-body[data-bvi-size='30'] * h5,html body .bvi-body[data-bvi-size='30'] * h5 *{font-size:33px !important}html body .bvi-body[data-bvi-size='30'] * h6,html body .bvi-body[data-bvi-size='30'] * h6 *{font-size:32px !important}html body .bvi-body[data-bvi-size='29'] *{font-size:29px !important}html body .bvi-body[data-bvi-size='29'] * h1,html body .bvi-body[data-bvi-size='29'] * h1 *{font-size:36px !important}html body .bvi-body[data-bvi-size='29'] * h2,html body .bvi-body[data-bvi-size='29'] * h2 *{font-size:35px !important}html body .bvi-body[data-bvi-size='29'] * h3,html body .bvi-body[data-bvi-size='29'] * h3 *{font-size:34px !important}html body .bvi-body[data-bvi-size='29'] * h4,html body .bvi-body[data-bvi-size='29'] * h4 *{font-size:33px !important}html body .bvi-body[data-bvi-size='29'] * h5,html body .bvi-body[data-bvi-size='29'] * h5 *{font-size:32px !important}html body .bvi-body[data-bvi-size='29'] * h6,html body .bvi-body[data-bvi-size='29'] * h6 *{font-size:31px !important}html body .bvi-body[data-bvi-size='28'] *{font-size:28px !important}html body .bvi-body[data-bvi-size='28'] * h1,html body .bvi-body[data-bvi-size='28'] * h1 *{font-size:35px !important}html body .bvi-body[data-bvi-size='28'] * h2,html body .bvi-body[data-bvi-size='28'] * h2 *{font-size:34px !important}html body .bvi-body[data-bvi-size='28'] * h3,html body .bvi-body[data-bvi-size='28'] * h3 *{font-size:33px !important}html body .bvi-body[data-bvi-size='28'] * h4,html body .bvi-body[data-bvi-size='28'] * h4 *{font-size:32px !important}html body .bvi-body[data-bvi-size='28'] * h5,html body .bvi-body[data-bvi-size='28'] * h5 *{font-size:31px !important}html body .bvi-body[data-bvi-size='28'] * h6,html body .bvi-body[data-bvi-size='28'] * h6 *{font-size:30px !important}html body .bvi-body[data-bvi-size='27'] *{font-size:27px !important}html body .bvi-body[data-bvi-size='27'] * h1,html body .bvi-body[data-bvi-size='27'] * h1 *{font-size:34px !important}html body .bvi-body[data-bvi-size='27'] * h2,html body .bvi-body[data-bvi-size='27'] * h2 *{font-size:33px !important}html body .bvi-body[data-bvi-size='27'] * h3,html body .bvi-body[data-bvi-size='27'] * h3 *{font-size:32px !important}html body .bvi-body[data-bvi-size='27'] * h4,html body .bvi-body[data-bvi-size='27'] * h4 *{font-size:31px !important}html body .bvi-body[data-bvi-size='27'] * h5,html body .bvi-body[data-bvi-size='27'] * h5 *{font-size:30px !important}html body .bvi-body[data-bvi-size='27'] * h6,html body .bvi-body[data-bvi-size='27'] * h6 *{font-size:29px !important}html body .bvi-body[data-bvi-size='26'] *{font-size:26px !important}html body .bvi-body[data-bvi-size='26'] * h1,html body .bvi-body[data-bvi-size='26'] * h1 *{font-size:33px !important}html body .bvi-body[data-bvi-size='26'] * h2,html body .bvi-body[data-bvi-size='26'] * h2 *{font-size:32px !important}html body .bvi-body[data-bvi-size='26'] * h3,html body .bvi-body[data-bvi-size='26'] * h3 *{font-size:31px !important}html body .bvi-body[data-bvi-size='26'] * h4,html body .bvi-body[data-bvi-size='26'] * h4 *{font-size:30px !important}html body .bvi-body[data-bvi-size='26'] * h5,html body .bvi-body[data-bvi-size='26'] * h5 *{font-size:29px !important}html body .bvi-body[data-bvi-size='26'] * h6,html body .bvi-body[data-bvi-size='26'] * h6 *{font-size:28px !important}html body .bvi-body[data-bvi-size='25'] *{font-size:25px !important}html body .bvi-body[data-bvi-size='25'] * h1,html body .bvi-body[data-bvi-size='25'] * h1 *{font-size:32px !important}html body .bvi-body[data-bvi-size='25'] * h2,html body .bvi-body[data-bvi-size='25'] * h2 *{font-size:31px !important}html body .bvi-body[data-bvi-size='25'] * h3,html body .bvi-body[data-bvi-size='25'] * h3 *{font-size:30px !important}html body .bvi-body[data-bvi-size='25'] * h4,html body .bvi-body[data-bvi-size='25'] * h4 *{font-size:29px !important}html body .bvi-body[data-bvi-size='25'] * h5,html body .bvi-body[data-bvi-size='25'] * h5 *{font-size:28px !important}html body .bvi-body[data-bvi-size='25'] * h6,html body .bvi-body[data-bvi-size='25'] * h6 *{font-size:27px !important}html body .bvi-body[data-bvi-size='24'] *{font-size:24px !important}html body .bvi-body[data-bvi-size='24'] * h1,html body .bvi-body[data-bvi-size='24'] * h1 *{font-size:31px !important}html body .bvi-body[data-bvi-size='24'] * h2,html body .bvi-body[data-bvi-size='24'] * h2 *{font-size:30px !important}html body .bvi-body[data-bvi-size='24'] * h3,html body .bvi-body[data-bvi-size='24'] * h3 *{font-size:29px !important}html body .bvi-body[data-bvi-size='24'] * h4,html body .bvi-body[data-bvi-size='24'] * h4 *{font-size:28px !important}html body .bvi-body[data-bvi-size='24'] * h5,html body .bvi-body[data-bvi-size='24'] * h5 *{font-size:27px !important}html body .bvi-body[data-bvi-size='24'] * h6,html body .bvi-body[data-bvi-size='24'] * h6 *{font-size:26px !important}html body .bvi-body[data-bvi-size='23'] *{font-size:23px !important}html body .bvi-body[data-bvi-size='23'] * h1,html body .bvi-body[data-bvi-size='23'] * h1 *{font-size:30px !important}html body .bvi-body[data-bvi-size='23'] * h2,html body .bvi-body[data-bvi-size='23'] * h2 *{font-size:29px !important}html body .bvi-body[data-bvi-size='23'] * h3,html body .bvi-body[data-bvi-size='23'] * h3 *{font-size:28px !important}html body .bvi-body[data-bvi-size='23'] * h4,html body .bvi-body[data-bvi-size='23'] * h4 *{font-size:27px !important}html body .bvi-body[data-bvi-size='23'] * h5,html body .bvi-body[data-bvi-size='23'] * h5 *{font-size:26px !important}html body .bvi-body[data-bvi-size='23'] * h6,html body .bvi-body[data-bvi-size='23'] * h6 *{font-size:25px !important}html body .bvi-body[data-bvi-size='22'] *{font-size:22px !important}html body .bvi-body[data-bvi-size='22'] * h1,html body .bvi-body[data-bvi-size='22'] * h1 *{font-size:29px !important}html body .bvi-body[data-bvi-size='22'] * h2,html body .bvi-body[data-bvi-size='22'] * h2 *{font-size:28px !important}html body .bvi-body[data-bvi-size='22'] * h3,html body .bvi-body[data-bvi-size='22'] * h3 *{font-size:27px !important}html body .bvi-body[data-bvi-size='22'] * h4,html body .bvi-body[data-bvi-size='22'] * h4 *{font-size:26px !important}html body .bvi-body[data-bvi-size='22'] * h5,html body .bvi-body[data-bvi-size='22'] * h5 *{font-size:25px !important}html body .bvi-body[data-bvi-size='22'] * h6,html body .bvi-body[data-bvi-size='22'] * h6 *{font-size:24px !important}html body .bvi-body[data-bvi-size='21'] *{font-size:21px !important}html body .bvi-body[data-bvi-size='21'] * h1,html body .bvi-body[data-bvi-size='21'] * h1 *{font-size:28px !important}html body .bvi-body[data-bvi-size='21'] * h2,html body .bvi-body[data-bvi-size='21'] * h2 *{font-size:27px !important}html body .bvi-body[data-bvi-size='21'] * h3,html body .bvi-body[data-bvi-size='21'] * h3 *{font-size:26px !important}html body .bvi-body[data-bvi-size='21'] * h4,html body .bvi-body[data-bvi-size='21'] * h4 *{font-size:25px !important}html body .bvi-body[data-bvi-size='21'] * h5,html body .bvi-body[data-bvi-size='21'] * h5 *{font-size:24px !important}html body .bvi-body[data-bvi-size='21'] * h6,html body .bvi-body[data-bvi-size='21'] * h6 *{font-size:23px !important}html body .bvi-body[data-bvi-size='20'] *{font-size:20px !important}html body .bvi-body[data-bvi-size='20'] * h1,html body .bvi-body[data-bvi-size='20'] * h1 *{font-size:27px !important}html body .bvi-body[data-bvi-size='20'] * h2,html body .bvi-body[data-bvi-size='20'] * h2 *{font-size:26px !important}html body .bvi-body[data-bvi-size='20'] * h3,html body .bvi-body[data-bvi-size='20'] * h3 *{font-size:25px !important}html body .bvi-body[data-bvi-size='20'] * h4,html body .bvi-body[data-bvi-size='20'] * h4 *{font-size:24px !important}html body .bvi-body[data-bvi-size='20'] * h5,html body .bvi-body[data-bvi-size='20'] * h5 *{font-size:23px !important}html body .bvi-body[data-bvi-size='20'] * h6,html body .bvi-body[data-bvi-size='20'] * h6 *{font-size:22px !important}html body .bvi-body[data-bvi-size='19'] *{font-size:19px !important}html body .bvi-body[data-bvi-size='19'] * h1,html body .bvi-body[data-bvi-size='19'] * h1 *{font-size:26px !important}html body .bvi-body[data-bvi-size='19'] * h2,html body .bvi-body[data-bvi-size='19'] * h2 *{font-size:25px !important}html body .bvi-body[data-bvi-size='19'] * h3,html body .bvi-body[data-bvi-size='19'] * h3 *{font-size:24px !important}html body .bvi-body[data-bvi-size='19'] * h4,html body .bvi-body[data-bvi-size='19'] * h4 *{font-size:23px !important}html body .bvi-body[data-bvi-size='19'] * h5,html body .bvi-body[data-bvi-size='19'] * h5 *{font-size:22px !important}html body .bvi-body[data-bvi-size='19'] * h6,html body .bvi-body[data-bvi-size='19'] * h6 *{font-size:21px !important}html body .bvi-body[data-bvi-size='18'] *{font-size:18px !important}html body .bvi-body[data-bvi-size='18'] * h1,html body .bvi-body[data-bvi-size='18'] * h1 *{font-size:25px !important}html body .bvi-body[data-bvi-size='18'] * h2,html body .bvi-body[data-bvi-size='18'] * h2 *{font-size:24px !important}html body .bvi-body[data-bvi-size='18'] * h3,html body .bvi-body[data-bvi-size='18'] * h3 *{font-size:23px !important}html body .bvi-body[data-bvi-size='18'] * h4,html body .bvi-body[data-bvi-size='18'] * h4 *{font-size:22px !important}html body .bvi-body[data-bvi-size='18'] * h5,html body .bvi-body[data-bvi-size='18'] * h5 *{font-size:21px !important}html body .bvi-body[data-bvi-size='18'] * h6,html body .bvi-body[data-bvi-size='18'] * h6 *{font-size:20px !important}html body .bvi-body[data-bvi-size='17'] *{font-size:17px !important}html body .bvi-body[data-bvi-size='17'] * h1,html body .bvi-body[data-bvi-size='17'] * h1 *{font-size:24px !important}html body .bvi-body[data-bvi-size='17'] * h2,html body .bvi-body[data-bvi-size='17'] * h2 *{font-size:23px !important}html body .bvi-body[data-bvi-size='17'] * h3,html body .bvi-body[data-bvi-size='17'] * h3 *{font-size:22px !important}html body .bvi-body[data-bvi-size='17'] * h4,html body .bvi-body[data-bvi-size='17'] * h4 *{font-size:21px !important}html body .bvi-body[data-bvi-size='17'] * h5,html body .bvi-body[data-bvi-size='17'] * h5 *{font-size:20px !important}html body .bvi-body[data-bvi-size='17'] * h6,html body .bvi-body[data-bvi-size='17'] * h6 *{font-size:19px !important}html body .bvi-body[data-bvi-size='16'] *{font-size:16px !important}html body .bvi-body[data-bvi-size='16'] * h1,html body .bvi-body[data-bvi-size='16'] * h1 *{font-size:23px !important}html body .bvi-body[data-bvi-size='16'] * h2,html body .bvi-body[data-bvi-size='16'] * h2 *{font-size:22px !important}html body .bvi-body[data-bvi-size='16'] * h3,html body .bvi-body[data-bvi-size='16'] * h3 *{font-size:21px !important}html body .bvi-body[data-bvi-size='16'] * h4,html body .bvi-body[data-bvi-size='16'] * h4 *{font-size:20px !important}html body .bvi-body[data-bvi-size='16'] * h5,html body .bvi-body[data-bvi-size='16'] * h5 *{font-size:19px !important}html body .bvi-body[data-bvi-size='16'] * h6,html body .bvi-body[data-bvi-size='16'] * h6 *{font-size:18px !important}html body .bvi-body[data-bvi-size='15'] *{font-size:15px !important}html body .bvi-body[data-bvi-size='15'] * h1,html body .bvi-body[data-bvi-size='15'] * h1 *{font-size:22px !important}html body .bvi-body[data-bvi-size='15'] * h2,html body .bvi-body[data-bvi-size='15'] * h2 *{font-size:21px !important}html body .bvi-body[data-bvi-size='15'] * h3,html body .bvi-body[data-bvi-size='15'] * h3 *{font-size:20px !important}html body .bvi-body[data-bvi-size='15'] * h4,html body .bvi-body[data-bvi-size='15'] * h4 *{font-size:19px !important}html body .bvi-body[data-bvi-size='15'] * h5,html body .bvi-body[data-bvi-size='15'] * h5 *{font-size:18px !important}html body .bvi-body[data-bvi-size='15'] * h6,html body .bvi-body[data-bvi-size='15'] * h6 *{font-size:17px !important}html body .bvi-body[data-bvi-size='14'] *{font-size:14px !important}html body .bvi-body[data-bvi-size='14'] * h1,html body .bvi-body[data-bvi-size='14'] * h1 *{font-size:21px !important}html body .bvi-body[data-bvi-size='14'] * h2,html body .bvi-body[data-bvi-size='14'] * h2 *{font-size:20px !important}html body .bvi-body[data-bvi-size='14'] * h3,html body .bvi-body[data-bvi-size='14'] * h3 *{font-size:19px !important}html body .bvi-body[data-bvi-size='14'] * h4,html body .bvi-body[data-bvi-size='14'] * h4 *{font-size:18px !important}html body .bvi-body[data-bvi-size='14'] * h5,html body .bvi-body[data-bvi-size='14'] * h5 *{font-size:17px !important}html body .bvi-body[data-bvi-size='14'] * h6,html body .bvi-body[data-bvi-size='14'] * h6 *{font-size:16px !important}html body .bvi-body[data-bvi-size='13'] *{font-size:13px !important}html body .bvi-body[data-bvi-size='13'] * h1,html body .bvi-body[data-bvi-size='13'] * h1 *{font-size:20px !important}html body .bvi-body[data-bvi-size='13'] * h2,html body .bvi-body[data-bvi-size='13'] * h2 *{font-size:19px !important}html body .bvi-body[data-bvi-size='13'] * h3,html body .bvi-body[data-bvi-size='13'] * h3 *{font-size:18px !important}html body .bvi-body[data-bvi-size='13'] * h4,html body .bvi-body[data-bvi-size='13'] * h4 *{font-size:17px !important}html body .bvi-body[data-bvi-size='13'] * h5,html body .bvi-body[data-bvi-size='13'] * h5 *{font-size:16px !important}html body .bvi-body[data-bvi-size='13'] * h6,html body .bvi-body[data-bvi-size='13'] * h6 *{font-size:15px !important}html body .bvi-body[data-bvi-size='12'] *{font-size:12px !important}html body .bvi-body[data-bvi-size='12'] * h1,html body .bvi-body[data-bvi-size='12'] * h1 *{font-size:19px !important}html body .bvi-body[data-bvi-size='12'] * h2,html body .bvi-body[data-bvi-size='12'] * h2 *{font-size:18px !important}html body .bvi-body[data-bvi-size='12'] * h3,html body .bvi-body[data-bvi-size='12'] * h3 *{font-size:17px !important}html body .bvi-body[data-bvi-size='12'] * h4,html body .bvi-body[data-bvi-size='12'] * h4 *{font-size:16px !important}html body .bvi-body[data-bvi-size='12'] * h5,html body .bvi-body[data-bvi-size='12'] * h5 *{font-size:15px !important}html body .bvi-body[data-bvi-size='12'] * h6,html body .bvi-body[data-bvi-size='12'] * h6 *{font-size:14px !important}html body .bvi-body[data-bvi-size='11'] *{font-size:11px !important}html body .bvi-body[data-bvi-size='11'] * h1,html body .bvi-body[data-bvi-size='11'] * h1 *{font-size:18px !important}html body .bvi-body[data-bvi-size='11'] * h2,html body .bvi-body[data-bvi-size='11'] * h2 *{font-size:17px !important}html body .bvi-body[data-bvi-size='11'] * h3,html body .bvi-body[data-bvi-size='11'] * h3 *{font-size:16px !important}html body .bvi-body[data-bvi-size='11'] * h4,html body .bvi-body[data-bvi-size='11'] * h4 *{font-size:15px !important}html body .bvi-body[data-bvi-size='11'] * h5,html body .bvi-body[data-bvi-size='11'] * h5 *{font-size:14px !important}html body .bvi-body[data-bvi-size='11'] * h6,html body .bvi-body[data-bvi-size='11'] * h6 *{font-size:13px !important}html body .bvi-body[data-bvi-size='10'] *{font-size:10px !important}html body .bvi-body[data-bvi-size='10'] * h1,html body .bvi-body[data-bvi-size='10'] * h1 *{font-size:17px !important}html body .bvi-body[data-bvi-size='10'] * h2,html body .bvi-body[data-bvi-size='10'] * h2 *{font-size:16px !important}html body .bvi-body[data-bvi-size='10'] * h3,html body .bvi-body[data-bvi-size='10'] * h3 *{font-size:15px !important}html body .bvi-body[data-bvi-size='10'] * h4,html body .bvi-body[data-bvi-size='10'] * h4 *{font-size:14px !important}html body .bvi-body[data-bvi-size='10'] * h5,html body .bvi-body[data-bvi-size='10'] * h5 *{font-size:13px !important}html body .bvi-body[data-bvi-size='10'] * h6,html body .bvi-body[data-bvi-size='10'] * h6 *{font-size:12px !important}html body .bvi-body[data-bvi-size='9'] *{font-size:9px !important}html body .bvi-body[data-bvi-size='9'] * h1,html body .bvi-body[data-bvi-size='9'] * h1 *{font-size:16px !important}html body .bvi-body[data-bvi-size='9'] * h2,html body .bvi-body[data-bvi-size='9'] * h2 *{font-size:15px !important}html body .bvi-body[data-bvi-size='9'] * h3,html body .bvi-body[data-bvi-size='9'] * h3 *{font-size:14px !important}html body .bvi-body[data-bvi-size='9'] * h4,html body .bvi-body[data-bvi-size='9'] * h4 *{font-size:13px !important}html body .bvi-body[data-bvi-size='9'] * h5,html body .bvi-body[data-bvi-size='9'] * h5 *{font-size:12px !important}html body .bvi-body[data-bvi-size='9'] * h6,html body .bvi-body[data-bvi-size='9'] * h6 *{font-size:11px !important}html body .bvi-body[data-bvi-size='8'] *{font-size:8px !important}html body .bvi-body[data-bvi-size='8'] * h1,html body .bvi-body[data-bvi-size='8'] * h1 *{font-size:15px !important}html body .bvi-body[data-bvi-size='8'] * h2,html body .bvi-body[data-bvi-size='8'] * h2 *{font-size:14px !important}html body .bvi-body[data-bvi-size='8'] * h3,html body .bvi-body[data-bvi-size='8'] * h3 *{font-size:13px !important}html body .bvi-body[data-bvi-size='8'] * h4,html body .bvi-body[data-bvi-size='8'] * h4 *{font-size:12px !important}html body .bvi-body[data-bvi-size='8'] * h5,html body .bvi-body[data-bvi-size='8'] * h5 *{font-size:11px !important}html body .bvi-body[data-bvi-size='8'] * h6,html body .bvi-body[data-bvi-size='8'] * h6 *{font-size:10px !important}html body .bvi-body[data-bvi-size='7'] *{font-size:7px !important}html body .bvi-body[data-bvi-size='7'] * h1,html body .bvi-body[data-bvi-size='7'] * h1 *{font-size:14px !important}html body .bvi-body[data-bvi-size='7'] * h2,html body .bvi-body[data-bvi-size='7'] * h2 *{font-size:13px !important}html body .bvi-body[data-bvi-size='7'] * h3,html body .bvi-body[data-bvi-size='7'] * h3 *{font-size:12px !important}html body .bvi-body[data-bvi-size='7'] * h4,html body .bvi-body[data-bvi-size='7'] * h4 *{font-size:11px !important}html body .bvi-body[data-bvi-size='7'] * h5,html body .bvi-body[data-bvi-size='7'] * h5 *{font-size:10px !important}html body .bvi-body[data-bvi-size='7'] * h6,html body .bvi-body[data-bvi-size='7'] * h6 *{font-size:9px !important}html body .bvi-body[data-bvi-size='6'] *{font-size:6px !important}html body .bvi-body[data-bvi-size='6'] * h1,html body .bvi-body[data-bvi-size='6'] * h1 *{font-size:13px !important}html body .bvi-body[data-bvi-size='6'] * h2,html body .bvi-body[data-bvi-size='6'] * h2 *{font-size:12px !important}html body .bvi-body[data-bvi-size='6'] * h3,html body .bvi-body[data-bvi-size='6'] * h3 *{font-size:11px !important}html body .bvi-body[data-bvi-size='6'] * h4,html body .bvi-body[data-bvi-size='6'] * h4 *{font-size:10px !important}html body .bvi-body[data-bvi-size='6'] * h5,html body .bvi-body[data-bvi-size='6'] * h5 *{font-size:9px !important}html body .bvi-body[data-bvi-size='6'] * h6,html body .bvi-body[data-bvi-size='6'] * h6 *{font-size:8px !important}html body .bvi-body[data-bvi-size='5'] *{font-size:5px !important}html body .bvi-body[data-bvi-size='5'] * h1,html body .bvi-body[data-bvi-size='5'] * h1 *{font-size:12px !important}html body .bvi-body[data-bvi-size='5'] * h2,html body .bvi-body[data-bvi-size='5'] * h2 *{font-size:11px !important}html body .bvi-body[data-bvi-size='5'] * h3,html body .bvi-body[data-bvi-size='5'] * h3 *{font-size:10px !important}html body .bvi-body[data-bvi-size='5'] * h4,html body .bvi-body[data-bvi-size='5'] * h4 *{font-size:9px !important}html body .bvi-body[data-bvi-size='5'] * h5,html body .bvi-body[data-bvi-size='5'] * h5 *{font-size:8px !important}html body .bvi-body[data-bvi-size='5'] * h6,html body .bvi-body[data-bvi-size='5'] * h6 *{font-size:7px !important}html body .bvi-body[data-bvi-size='4'] *{font-size:4px !important}html body .bvi-body[data-bvi-size='4'] * h1,html body .bvi-body[data-bvi-size='4'] * h1 *{font-size:11px !important}html body .bvi-body[data-bvi-size='4'] * h2,html body .bvi-body[data-bvi-size='4'] * h2 *{font-size:10px !important}html body .bvi-body[data-bvi-size='4'] * h3,html body .bvi-body[data-bvi-size='4'] * h3 *{font-size:9px !important}html body .bvi-body[data-bvi-size='4'] * h4,html body .bvi-body[data-bvi-size='4'] * h4 *{font-size:8px !important}html body .bvi-body[data-bvi-size='4'] * h5,html body .bvi-body[data-bvi-size='4'] * h5 *{font-size:7px !important}html body .bvi-body[data-bvi-size='4'] * h6,html body .bvi-body[data-bvi-size='4'] * h6 *{font-size:6px !important}html body .bvi-body[data-bvi-size='3'] *{font-size:3px !important}html body .bvi-body[data-bvi-size='3'] * h1,html body .bvi-body[data-bvi-size='3'] * h1 *{font-size:10px !important}html body .bvi-body[data-bvi-size='3'] * h2,html body .bvi-body[data-bvi-size='3'] * h2 *{font-size:9px !important}html body .bvi-body[data-bvi-size='3'] * h3,html body .bvi-body[data-bvi-size='3'] * h3 *{font-size:8px !important}html body .bvi-body[data-bvi-size='3'] * h4,html body .bvi-body[data-bvi-size='3'] * h4 *{font-size:7px !important}html body .bvi-body[data-bvi-size='3'] * h5,html body .bvi-body[data-bvi-size='3'] * h5 *{font-size:6px !important}html body .bvi-body[data-bvi-size='3'] * h6,html body .bvi-body[data-bvi-size='3'] * h6 *{font-size:5px !important}html body .bvi-body[data-bvi-size='2'] *{font-size:2px !important}html body .bvi-body[data-bvi-size='2'] * h1,html body .bvi-body[data-bvi-size='2'] * h1 *{font-size:9px !important}html body .bvi-body[data-bvi-size='2'] * h2,html body .bvi-body[data-bvi-size='2'] * h2 *{font-size:8px !important}html body .bvi-body[data-bvi-size='2'] * h3,html body .bvi-body[data-bvi-size='2'] * h3 *{font-size:7px !important}html body .bvi-body[data-bvi-size='2'] * h4,html body .bvi-body[data-bvi-size='2'] * h4 *{font-size:6px !important}html body .bvi-body[data-bvi-size='2'] * h5,html body .bvi-body[data-bvi-size='2'] * h5 *{font-size:5px !important}html body .bvi-body[data-bvi-size='2'] * h6,html body .bvi-body[data-bvi-size='2'] * h6 *{font-size:4px !important}html body .bvi-body[data-bvi-size='1'] *{font-size:1px !important}html body .bvi-body[data-bvi-size='1'] * h1,html body .bvi-body[data-bvi-size='1'] * h1 *{font-size:8px !important}html body .bvi-body[data-bvi-size='1'] * h2,html body .bvi-body[data-bvi-size='1'] * h2 *{font-size:7px !important}html body .bvi-body[data-bvi-size='1'] * h3,html body .bvi-body[data-bvi-size='1'] * h3 *{font-size:6px !important}html body .bvi-body[data-bvi-size='1'] * h4,html body .bvi-body[data-bvi-size='1'] * h4 *{font-size:5px !important}html body .bvi-body[data-bvi-size='1'] * h5,html body .bvi-body[data-bvi-size='1'] * h5 *{font-size:4px !important}html body .bvi-body[data-bvi-size='1'] * h6,html body .bvi-body[data-bvi-size='1'] * h6 *{font-size:3px !important}html body .bvi-body[data-bvi-images='true'] img{-webkit-filter:grayscale(0);filter:grayscale(0)}html body .bvi-body[data-bvi-images='false'] .bvi-img-off{border:2px dashed !important;box-sizing:border-box !important;overflow:hidden !important;max-width:100% !important;max-height:100% !important;word-wrap:break-word !important;text-align:center !important;display:flex !important;align-items:center !important;justify-content:center !important}html body .bvi-body[data-bvi-images='grayscale'] img.grayscale{filter:url("data:image/svg+xml;utf8,<svgxmlns='http://www.w3.org/2000/svg'><filterid='grayscale'><feColorMatrixtype='saturate'values='0'/></filter></svg>#grayscale");-webkit-filter:grayscale(1);filter:grayscale(1);filter:gray}html body .bvi-body[data-bvi-images='grayscale'] .bvi-div-grayscale{position:relative;display:block}html body .bvi-body[data-bvi-line-height='normal'] *{line-height:1.5 !important}html body .bvi-body[data-bvi-line-height='average'] *{line-height:2 !important}html body .bvi-body[data-bvi-line-height='big'] *{line-height:2.5 !important}html body .bvi-body[data-bvi-letter-spacing='normal'] *{letter-spacing:0 !important}html body .bvi-body[data-bvi-letter-spacing='average'] *{letter-spacing:2px !important}html body .bvi-body[data-bvi-letter-spacing='big'] *{letter-spacing:4px !important}html body .bvi-body[data-bvi-font-family='arial'] *:not(i):not(span){font-family:Arial,sans-serif}html body .bvi-body[data-bvi-font-family='times'] *:not(i):not(span){font-family:"Times New roman"}html body .bvi-body[data-bvi-flash-iframe='true'] iframe,html body .bvi-body[data-bvi-flash-iframe='true'] video,html body .bvi-body[data-bvi-flash-iframe='true'] figure{display:block}html body .bvi-body[data-bvi-flash-iframe='false'] iframe,html body .bvi-body[data-bvi-flash-iframe='false'] video,html body .bvi-body[data-bvi-flash-iframe='false'] figure{display:none}
/* End */


/* Start:/bitrix/components/vision/vision.special/templates/.default/style/css/bvi.min.css?1679399749127805*/
/*!
 * Button visually impaired v1.0.8
 */html:not(.bvi-panel){font-size:16px !important}html body a.bvi-link{padding:10px 10px;font-size:12px;border-color:transparent}html body .bvi{font-family:Arial,sans-serif !important}html body .bvi .bvi-btn{font-weight:bold !important}html body .bvi .bvi-eye-link{position:fixed;top:1rem;right:1rem;opacity:.75;z-index:999999 !important}html body .bvi .bvi-container{width:100%;padding-right:0;padding-left:0;margin-right:auto;margin-left:auto}@media(min-width:576px){html body .bvi .bvi-container{max-width:540px}}@media(min-width:768px){html body .bvi .bvi-container{max-width:720px}}@media(min-width:992px){html body .bvi .bvi-container{max-width:960px}}@media(min-width:1200px){html body .bvi .bvi-container{max-width:1140px}}html body .bvi .bvi-container-fluid{width:100%;padding-right:0;padding-left:0;margin-right:auto;margin-left:auto}html body .bvi .bvi-row{display:flex;flex-wrap:wrap;margin-right:0;margin-left:0}html body .bvi .bvi-no-gutters{margin-right:0;margin-left:0}html body .bvi .bvi-no-gutters>.bvi-col,html body .bvi .bvi-no-gutters>[class*="bvi-col-"]{padding-right:0;padding-left:0}html body .bvi .bvi-col-1,html body .bvi .bvi-col-2,html body .bvi .bvi-col-3,html body .bvi .bvi-col-4,html body .bvi .bvi-col-5,html body .bvi .bvi-col-6,html body .bvi .bvi-col-7,html body .bvi .bvi-col-8,html body .bvi .bvi-col-9,html body .bvi .bvi-col-10,html body .bvi .bvi-col-11,html body .bvi .bvi-col-12,html body .bvi .bvi-col,html body .bvi .bvi-col-auto,html body .bvi .bvi-col-sm-1,html body .bvi .bvi-col-sm-2,html body .bvi .bvi-col-sm-3,html body .bvi .bvi-col-sm-4,html body .bvi .bvi-col-sm-5,html body .bvi .bvi-col-sm-6,html body .bvi .bvi-col-sm-7,html body .bvi .bvi-col-sm-8,html body .bvi .bvi-col-sm-9,html body .bvi .bvi-col-sm-10,html body .bvi .bvi-col-sm-11,html body .bvi .bvi-col-sm-12,html body .bvi .bvi-col-sm,html body .bvi .bvi-col-sm-auto,html body .bvi .bvi-col-md-1,html body .bvi .bvi-col-md-2,html body .bvi .bvi-col-md-3,html body .bvi .bvi-col-md-4,html body .bvi .bvi-col-md-5,html body .bvi .bvi-col-md-6,html body .bvi .bvi-col-md-7,html body .bvi .bvi-col-md-8,html body .bvi .bvi-col-md-9,html body .bvi .bvi-col-md-10,html body .bvi .bvi-col-md-11,html body .bvi .bvi-col-md-12,html body .bvi .bvi-col-md,html body .bvi .bvi-col-md-auto,html body .bvi .bvi-col-lg-1,html body .bvi .bvi-col-lg-2,html body .bvi .bvi-col-lg-3,html body .bvi .bvi-col-lg-4,html body .bvi .bvi-col-lg-5,html body .bvi .bvi-col-lg-6,html body .bvi .bvi-col-lg-7,html body .bvi .bvi-col-lg-8,html body .bvi .bvi-col-lg-9,html body .bvi .bvi-col-lg-10,html body .bvi .bvi-col-lg-11,html body .bvi .bvi-col-lg-12,html body .bvi .bvi-col-lg,html body .bvi .bvi-col-lg-auto,html body .bvi .bvi-col-xl-1,html body .bvi .bvi-col-xl-2,html body .bvi .bvi-col-xl-3,html body .bvi .bvi-col-xl-4,html body .bvi .bvi-col-xl-5,html body .bvi .bvi-col-xl-6,html body .bvi .bvi-col-xl-7,html body .bvi .bvi-col-xl-8,html body .bvi .bvi-col-xl-9,html body .bvi .bvi-col-xl-10,html body .bvi .bvi-col-xl-11,html body .bvi .bvi-col-xl-12,html body .bvi .bvi-col-xl,html body .bvi .bvi-col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:0;padding-left:0}html body .bvi .bvi-col{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi .bvi-col-auto{flex:0 0 auto;width:auto;max-width:none}html body .bvi .bvi-col-1{flex:0 0 8.33333%;max-width:8.33333%}html body .bvi .bvi-col-2{flex:0 0 16.66667%;max-width:16.66667%}html body .bvi .bvi-col-3{flex:0 0 25%;max-width:25%}html body .bvi .bvi-col-4{flex:0 0 33.33333%;max-width:33.33333%}html body .bvi .bvi-col-5{flex:0 0 41.66667%;max-width:41.66667%}html body .bvi .bvi-col-6{flex:0 0 50%;max-width:50%}html body .bvi .bvi-col-7{flex:0 0 58.33333%;max-width:58.33333%}html body .bvi .bvi-col-8{flex:0 0 66.66667%;max-width:66.66667%}html body .bvi .bvi-col-9{flex:0 0 75%;max-width:75%}html body .bvi .bvi-col-10{flex:0 0 83.33333%;max-width:83.33333%}html body .bvi .bvi-col-11{flex:0 0 91.66667%;max-width:91.66667%}html body .bvi .bvi-col-12{flex:0 0 100%;max-width:100%}html body .bvi .order-first{order:-1}html body .bvi .order-last{order:13}html body .bvi .order-0{order:0}html body .bvi .order-1{order:1}html body .bvi .order-2{order:2}html body .bvi .order-3{order:3}html body .bvi .order-4{order:4}html body .bvi .order-5{order:5}html body .bvi .order-6{order:6}html body .bvi .order-7{order:7}html body .bvi .order-8{order:8}html body .bvi .order-9{order:9}html body .bvi .order-10{order:10}html body .bvi .order-11{order:11}html body .bvi .order-12{order:12}html body .bvi .offset-1{margin-left:8.33333%}html body .bvi .offset-2{margin-left:16.66667%}html body .bvi .offset-3{margin-left:25%}html body .bvi .offset-4{margin-left:33.33333%}html body .bvi .offset-5{margin-left:41.66667%}html body .bvi .offset-6{margin-left:50%}html body .bvi .offset-7{margin-left:58.33333%}html body .bvi .offset-8{margin-left:66.66667%}html body .bvi .offset-9{margin-left:75%}html body .bvi .offset-10{margin-left:83.33333%}html body .bvi .offset-11{margin-left:91.66667%}@media(min-width:576px){html body .bvi .bvi-col-sm{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi .bvi-col-sm-auto{flex:0 0 auto;width:auto;max-width:none}html body .bvi .bvi-col-sm-1{flex:0 0 8.33333%;max-width:8.33333%}html body .bvi .bvi-col-sm-2{flex:0 0 16.66667%;max-width:16.66667%}html body .bvi .bvi-col-sm-3{flex:0 0 25%;max-width:25%}html body .bvi .bvi-col-sm-4{flex:0 0 33.33333%;max-width:33.33333%}html body .bvi .bvi-col-sm-5{flex:0 0 41.66667%;max-width:41.66667%}html body .bvi .bvi-col-sm-6{flex:0 0 50%;max-width:50%}html body .bvi .bvi-col-sm-7{flex:0 0 58.33333%;max-width:58.33333%}html body .bvi .bvi-col-sm-8{flex:0 0 66.66667%;max-width:66.66667%}html body .bvi .bvi-col-sm-9{flex:0 0 75%;max-width:75%}html body .bvi .bvi-col-sm-10{flex:0 0 83.33333%;max-width:83.33333%}html body .bvi .bvi-col-sm-11{flex:0 0 91.66667%;max-width:91.66667%}html body .bvi .bvi-col-sm-12{flex:0 0 100%;max-width:100%}html body .bvi .order-sm-first{order:-1}html body .bvi .order-sm-last{order:13}html body .bvi .order-sm-0{order:0}html body .bvi .order-sm-1{order:1}html body .bvi .order-sm-2{order:2}html body .bvi .order-sm-3{order:3}html body .bvi .order-sm-4{order:4}html body .bvi .order-sm-5{order:5}html body .bvi .order-sm-6{order:6}html body .bvi .order-sm-7{order:7}html body .bvi .order-sm-8{order:8}html body .bvi .order-sm-9{order:9}html body .bvi .order-sm-10{order:10}html body .bvi .order-sm-11{order:11}html body .bvi .order-sm-12{order:12}html body .bvi .offset-sm-0{margin-left:0}html body .bvi .offset-sm-1{margin-left:8.33333%}html body .bvi .offset-sm-2{margin-left:16.66667%}html body .bvi .offset-sm-3{margin-left:25%}html body .bvi .offset-sm-4{margin-left:33.33333%}html body .bvi .offset-sm-5{margin-left:41.66667%}html body .bvi .offset-sm-6{margin-left:50%}html body .bvi .offset-sm-7{margin-left:58.33333%}html body .bvi .offset-sm-8{margin-left:66.66667%}html body .bvi .offset-sm-9{margin-left:75%}html body .bvi .offset-sm-10{margin-left:83.33333%}html body .bvi .offset-sm-11{margin-left:91.66667%}}@media(min-width:768px){html body .bvi .bvi-col-md{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi .bvi-col-md-auto{flex:0 0 auto;width:auto;max-width:none}html body .bvi .bvi-col-md-1{flex:0 0 8.33333%;max-width:8.33333%}html body .bvi .bvi-col-md-2{flex:0 0 16.66667%;max-width:16.66667%}html body .bvi .bvi-col-md-3{flex:0 0 25%;max-width:25%}html body .bvi .bvi-col-md-4{flex:0 0 33.33333%;max-width:33.33333%}html body .bvi .bvi-col-md-5{flex:0 0 41.66667%;max-width:41.66667%}html body .bvi .bvi-col-md-6{flex:0 0 50%;max-width:50%}html body .bvi .bvi-col-md-7{flex:0 0 58.33333%;max-width:58.33333%}html body .bvi .bvi-col-md-8{flex:0 0 66.66667%;max-width:66.66667%}html body .bvi .bvi-col-md-9{flex:0 0 75%;max-width:75%}html body .bvi .bvi-col-md-10{flex:0 0 83.33333%;max-width:83.33333%}html body .bvi .bvi-col-md-11{flex:0 0 91.66667%;max-width:91.66667%}html body .bvi .bvi-col-md-12{flex:0 0 100%;max-width:100%}html body .bvi .order-md-first{order:-1}html body .bvi .order-md-last{order:13}html body .bvi .order-md-0{order:0}html body .bvi .order-md-1{order:1}html body .bvi .order-md-2{order:2}html body .bvi .order-md-3{order:3}html body .bvi .order-md-4{order:4}html body .bvi .order-md-5{order:5}html body .bvi .order-md-6{order:6}html body .bvi .order-md-7{order:7}html body .bvi .order-md-8{order:8}html body .bvi .order-md-9{order:9}html body .bvi .order-md-10{order:10}html body .bvi .order-md-11{order:11}html body .bvi .order-md-12{order:12}html body .bvi .offset-md-0{margin-left:0}html body .bvi .offset-md-1{margin-left:8.33333%}html body .bvi .offset-md-2{margin-left:16.66667%}html body .bvi .offset-md-3{margin-left:25%}html body .bvi .offset-md-4{margin-left:33.33333%}html body .bvi .offset-md-5{margin-left:41.66667%}html body .bvi .offset-md-6{margin-left:50%}html body .bvi .offset-md-7{margin-left:58.33333%}html body .bvi .offset-md-8{margin-left:66.66667%}html body .bvi .offset-md-9{margin-left:75%}html body .bvi .offset-md-10{margin-left:83.33333%}html body .bvi .offset-md-11{margin-left:91.66667%}}@media(min-width:992px){html body .bvi .bvi-col-lg{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi .bvi-col-lg-auto{flex:0 0 auto;width:auto;max-width:none}html body .bvi .bvi-col-lg-1{flex:0 0 8.33333%;max-width:8.33333%}html body .bvi .bvi-col-lg-2{flex:0 0 16.66667%;max-width:16.66667%}html body .bvi .bvi-col-lg-3{flex:0 0 25%;max-width:25%}html body .bvi .bvi-col-lg-4{flex:0 0 33.33333%;max-width:33.33333%}html body .bvi .bvi-col-lg-5{flex:0 0 41.66667%;max-width:41.66667%}html body .bvi .bvi-col-lg-6{flex:0 0 50%;max-width:50%}html body .bvi .bvi-col-lg-7{flex:0 0 58.33333%;max-width:58.33333%}html body .bvi .bvi-col-lg-8{flex:0 0 66.66667%;max-width:66.66667%}html body .bvi .bvi-col-lg-9{flex:0 0 75%;max-width:75%}html body .bvi .bvi-col-lg-10{flex:0 0 83.33333%;max-width:83.33333%}html body .bvi .bvi-col-lg-11{flex:0 0 91.66667%;max-width:91.66667%}html body .bvi .bvi-col-lg-12{flex:0 0 100%;max-width:100%}html body .bvi .order-lg-first{order:-1}html body .bvi .order-lg-last{order:13}html body .bvi .order-lg-0{order:0}html body .bvi .order-lg-1{order:1}html body .bvi .order-lg-2{order:2}html body .bvi .order-lg-3{order:3}html body .bvi .order-lg-4{order:4}html body .bvi .order-lg-5{order:5}html body .bvi .order-lg-6{order:6}html body .bvi .order-lg-7{order:7}html body .bvi .order-lg-8{order:8}html body .bvi .order-lg-9{order:9}html body .bvi .order-lg-10{order:10}html body .bvi .order-lg-11{order:11}html body .bvi .order-lg-12{order:12}html body .bvi .offset-lg-0{margin-left:0}html body .bvi .offset-lg-1{margin-left:8.33333%}html body .bvi .offset-lg-2{margin-left:16.66667%}html body .bvi .offset-lg-3{margin-left:25%}html body .bvi .offset-lg-4{margin-left:33.33333%}html body .bvi .offset-lg-5{margin-left:41.66667%}html body .bvi .offset-lg-6{margin-left:50%}html body .bvi .offset-lg-7{margin-left:58.33333%}html body .bvi .offset-lg-8{margin-left:66.66667%}html body .bvi .offset-lg-9{margin-left:75%}html body .bvi .offset-lg-10{margin-left:83.33333%}html body .bvi .offset-lg-11{margin-left:91.66667%}}@media(min-width:1200px){html body .bvi .bvi-col-xl{flex-basis:0;flex-grow:1;max-width:100%}html body .bvi .bvi-col-xl-auto{flex:0 0 auto;width:auto;max-width:none}html body .bvi .bvi-col-xl-1{flex:0 0 8.33333%;max-width:8.33333%}html body .bvi .bvi-col-xl-2{flex:0 0 16.66667%;max-width:16.66667%}html body .bvi .bvi-col-xl-3{flex:0 0 25%;max-width:25%}html body .bvi .bvi-col-xl-4{flex:0 0 33.33333%;max-width:33.33333%}html body .bvi .bvi-col-xl-5{flex:0 0 41.66667%;max-width:41.66667%}html body .bvi .bvi-col-xl-6{flex:0 0 50%;max-width:50%}html body .bvi .bvi-col-xl-7{flex:0 0 58.33333%;max-width:58.33333%}html body .bvi .bvi-col-xl-8{flex:0 0 66.66667%;max-width:66.66667%}html body .bvi .bvi-col-xl-9{flex:0 0 75%;max-width:75%}html body .bvi .bvi-col-xl-10{flex:0 0 83.33333%;max-width:83.33333%}html body .bvi .bvi-col-xl-11{flex:0 0 91.66667%;max-width:91.66667%}html body .bvi .bvi-col-xl-12{flex:0 0 100%;max-width:100%}html body .bvi .order-xl-first{order:-1}html body .bvi .order-xl-last{order:13}html body .bvi .order-xl-0{order:0}html body .bvi .order-xl-1{order:1}html body .bvi .order-xl-2{order:2}html body .bvi .order-xl-3{order:3}html body .bvi .order-xl-4{order:4}html body .bvi .order-xl-5{order:5}html body .bvi .order-xl-6{order:6}html body .bvi .order-xl-7{order:7}html body .bvi .order-xl-8{order:8}html body .bvi .order-xl-9{order:9}html body .bvi .order-xl-10{order:10}html body .bvi .order-xl-11{order:11}html body .bvi .order-xl-12{order:12}html body .bvi .offset-xl-0{margin-left:0}html body .bvi .offset-xl-1{margin-left:8.33333%}html body .bvi .offset-xl-2{margin-left:16.66667%}html body .bvi .offset-xl-3{margin-left:25%}html body .bvi .offset-xl-4{margin-left:33.33333%}html body .bvi .offset-xl-5{margin-left:41.66667%}html body .bvi .offset-xl-6{margin-left:50%}html body .bvi .offset-xl-7{margin-left:58.33333%}html body .bvi .offset-xl-8{margin-left:66.66667%}html body .bvi .offset-xl-9{margin-left:75%}html body .bvi .offset-xl-10{margin-left:83.33333%}html body .bvi .offset-xl-11{margin-left:91.66667%}}html body .bvi .bvi-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:0;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){html body .bvi .bvi-btn{transition:none}}html body .bvi .bvi-btn:hover,html body .bvi .bvi-btn:focus{text-decoration:none}html body .bvi .bvi-btn:focus,html body .bvi .bvi-btn.focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,0.25)}html body .bvi .bvi-btn.disabled,html body .bvi .bvi-btn:disabled{opacity:.65}html body .bvi .bvi-btn:not(:disabled):not(.disabled){cursor:pointer}html body .bvi a.bvi-btn.disabled,html body .bvi fieldset:disabled a.bvi-btn{pointer-events:none}html body .bvi .bvi-btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}html body .bvi .bvi-btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}html body .bvi .bvi-btn-primary:focus,html body .bvi .bvi-btn-primary.focus{box-shadow:0 0 0 .2rem rgba(0,123,255,0.5)}html body .bvi .bvi-btn-primary.disabled,html body .bvi .bvi-btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}html body .bvi .bvi-btn-primary:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-primary:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}html body .bvi .bvi-btn-primary:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-primary:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,0.5)}html body .bvi .bvi-btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}html body .bvi .bvi-btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}html body .bvi .bvi-btn-secondary:focus,html body .bvi .bvi-btn-secondary.focus{box-shadow:0 0 0 .2rem rgba(108,117,125,0.5)}html body .bvi .bvi-btn-secondary.disabled,html body .bvi .bvi-btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}html body .bvi .bvi-btn-secondary:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-secondary:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}html body .bvi .bvi-btn-secondary:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-secondary:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,0.5)}html body .bvi .bvi-btn-success{color:#fff;background-color:#28a745;border-color:#28a745}html body .bvi .bvi-btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}html body .bvi .bvi-btn-success:focus,html body .bvi .bvi-btn-success.focus{box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)}html body .bvi .bvi-btn-success.disabled,html body .bvi .bvi-btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}html body .bvi .bvi-btn-success:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-success:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}html body .bvi .bvi-btn-success:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-success:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)}html body .bvi .bvi-btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}html body .bvi .bvi-btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}html body .bvi .bvi-btn-info:focus,html body .bvi .bvi-btn-info.focus{box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)}html body .bvi .bvi-btn-info.disabled,html body .bvi .bvi-btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}html body .bvi .bvi-btn-info:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-info:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}html body .bvi .bvi-btn-info:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-info:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)}html body .bvi .bvi-btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}html body .bvi .bvi-btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}html body .bvi .bvi-btn-warning:focus,html body .bvi .bvi-btn-warning.focus{box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)}html body .bvi .bvi-btn-warning.disabled,html body .bvi .bvi-btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}html body .bvi .bvi-btn-warning:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-warning:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}html body .bvi .bvi-btn-warning:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-warning:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)}html body .bvi .bvi-btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}html body .bvi .bvi-btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}html body .bvi .bvi-btn-danger:focus,html body .bvi .bvi-btn-danger.focus{box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)}html body .bvi .bvi-btn-danger.disabled,html body .bvi .bvi-btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}html body .bvi .bvi-btn-danger:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-danger:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}html body .bvi .bvi-btn-danger:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-danger:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)}html body .bvi .bvi-btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}html body .bvi .bvi-btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}html body .bvi .bvi-btn-light:focus,html body .bvi .bvi-btn-light.focus{box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)}html body .bvi .bvi-btn-light.disabled,html body .bvi .bvi-btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}html body .bvi .bvi-btn-light:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-light:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}html body .bvi .bvi-btn-light:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-light:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)}html body .bvi .bvi-btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}html body .bvi .bvi-btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}html body .bvi .bvi-btn-dark:focus,html body .bvi .bvi-btn-dark.focus{box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)}html body .bvi .bvi-btn-dark.disabled,html body .bvi .bvi-btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}html body .bvi .bvi-btn-dark:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-dark:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}html body .bvi .bvi-btn-dark:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-dark:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)}html body .bvi .bvi-btn-bvi-white{color:#212529;background-color:#fff;border-color:#fff}html body .bvi .bvi-btn-bvi-white:hover{color:#212529;background-color:#ececec;border-color:#e6e6e6}html body .bvi .bvi-btn-bvi-white:focus,html body .bvi .bvi-btn-bvi-white.focus{box-shadow:0 0 0 .2rem rgba(255,255,255,0.5)}html body .bvi .bvi-btn-bvi-white.disabled,html body .bvi .bvi-btn-bvi-white:disabled{color:#212529;background-color:#fff;border-color:#fff}html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-bvi-white.dropdown-toggle{color:#212529;background-color:#e6e6e6;border-color:#dfdfdf}html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-bvi-white:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-bvi-white.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,255,255,0.5)}html body .bvi .bvi-btn-bvi-black{color:#fff;background-color:#000;border-color:#000}html body .bvi .bvi-btn-bvi-black:hover{color:#fff;background-color:black;border-color:black}html body .bvi .bvi-btn-bvi-black:focus,html body .bvi .bvi-btn-bvi-black.focus{box-shadow:0 0 0 .2rem rgba(0,0,0,0.5)}html body .bvi .bvi-btn-bvi-black.disabled,html body .bvi .bvi-btn-bvi-black:disabled{color:#fff;background-color:#000;border-color:#000}html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-bvi-black.dropdown-toggle{color:#fff;background-color:black;border-color:black}html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-bvi-black:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-bvi-black.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,0,0,0.5)}html body .bvi .bvi-btn-bvi-blue{color:#fff;background-color:#063462;border-color:#063462}html body .bvi .bvi-btn-bvi-blue:hover{color:#fff;background-color:#04213e;border-color:#031b32}html body .bvi .bvi-btn-bvi-blue:focus,html body .bvi .bvi-btn-bvi-blue.focus{box-shadow:0 0 0 .2rem rgba(6,52,98,0.5)}html body .bvi .bvi-btn-bvi-blue.disabled,html body .bvi .bvi-btn-bvi-blue:disabled{color:#fff;background-color:#063462;border-color:#063462}html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-bvi-blue.dropdown-toggle{color:#fff;background-color:#031b32;border-color:#021426}html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-bvi-blue:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-bvi-blue.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(6,52,98,0.5)}html body .bvi .bvi-btn-bvi-brown{color:#fff;background-color:#4d4b43;border-color:#4d4b43}html body .bvi .bvi-btn-bvi-brown:hover{color:#fff;background-color:#393731;border-color:#32302b}html body .bvi .bvi-btn-bvi-brown:focus,html body .bvi .bvi-btn-bvi-brown.focus{box-shadow:0 0 0 .2rem rgba(77,75,67,0.5)}html body .bvi .bvi-btn-bvi-brown.disabled,html body .bvi .bvi-btn-bvi-brown:disabled{color:#fff;background-color:#4d4b43;border-color:#4d4b43}html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-bvi-brown.dropdown-toggle{color:#fff;background-color:#32302b;border-color:#2b2a25}html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-bvi-brown:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-bvi-brown.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(77,75,67,0.5)}html body .bvi .bvi-btn-bvi-green{color:#212529;background-color:#a9e44d;border-color:#a9e44d}html body .bvi .bvi-btn-bvi-green:hover{color:#212529;background-color:#99df2c;border-color:#93dd21}html body .bvi .bvi-btn-bvi-green:focus,html body .bvi .bvi-btn-bvi-green.focus{box-shadow:0 0 0 .2rem rgba(169,228,77,0.5)}html body .bvi .bvi-btn-bvi-green.disabled,html body .bvi .bvi-btn-bvi-green:disabled{color:#212529;background-color:#a9e44d;border-color:#a9e44d}html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-bvi-green.dropdown-toggle{color:#212529;background-color:#93dd21;border-color:#8cd120}html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-bvi-green:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-bvi-green.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(169,228,77,0.5)}html body .bvi .bvi-btn-outline-primary{color:#007bff;background-color:transparent;background-image:none;border-color:#007bff}html body .bvi .bvi-btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}html body .bvi .bvi-btn-outline-primary:focus,html body .bvi .bvi-btn-outline-primary.focus{box-shadow:0 0 0 .2rem rgba(0,123,255,0.5)}html body .bvi .bvi-btn-outline-primary.disabled,html body .bvi .bvi-btn-outline-primary:disabled{color:#007bff;background-color:transparent}html body .bvi .bvi-btn-outline-primary:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-primary:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}html body .bvi .bvi-btn-outline-primary:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,0.5)}html body .bvi .bvi-btn-outline-secondary{color:#6c757d;background-color:transparent;background-image:none;border-color:#6c757d}html body .bvi .bvi-btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}html body .bvi .bvi-btn-outline-secondary:focus,html body .bvi .bvi-btn-outline-secondary.focus{box-shadow:0 0 0 .2rem rgba(108,117,125,0.5)}html body .bvi .bvi-btn-outline-secondary.disabled,html body .bvi .bvi-btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}html body .bvi .bvi-btn-outline-secondary:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-secondary:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}html body .bvi .bvi-btn-outline-secondary:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,0.5)}html body .bvi .bvi-btn-outline-success{color:#28a745;background-color:transparent;background-image:none;border-color:#28a745}html body .bvi .bvi-btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}html body .bvi .bvi-btn-outline-success:focus,html body .bvi .bvi-btn-outline-success.focus{box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)}html body .bvi .bvi-btn-outline-success.disabled,html body .bvi .bvi-btn-outline-success:disabled{color:#28a745;background-color:transparent}html body .bvi .bvi-btn-outline-success:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-success:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}html body .bvi .bvi-btn-outline-success:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,0.5)}html body .bvi .bvi-btn-outline-info{color:#17a2b8;background-color:transparent;background-image:none;border-color:#17a2b8}html body .bvi .bvi-btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}html body .bvi .bvi-btn-outline-info:focus,html body .bvi .bvi-btn-outline-info.focus{box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)}html body .bvi .bvi-btn-outline-info.disabled,html body .bvi .bvi-btn-outline-info:disabled{color:#17a2b8;background-color:transparent}html body .bvi .bvi-btn-outline-info:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-info:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}html body .bvi .bvi-btn-outline-info:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,0.5)}html body .bvi .bvi-btn-outline-warning{color:#ffc107;background-color:transparent;background-image:none;border-color:#ffc107}html body .bvi .bvi-btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}html body .bvi .bvi-btn-outline-warning:focus,html body .bvi .bvi-btn-outline-warning.focus{box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)}html body .bvi .bvi-btn-outline-warning.disabled,html body .bvi .bvi-btn-outline-warning:disabled{color:#ffc107;background-color:transparent}html body .bvi .bvi-btn-outline-warning:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-warning:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}html body .bvi .bvi-btn-outline-warning:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,0.5)}html body .bvi .bvi-btn-outline-danger{color:#dc3545;background-color:transparent;background-image:none;border-color:#dc3545}html body .bvi .bvi-btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}html body .bvi .bvi-btn-outline-danger:focus,html body .bvi .bvi-btn-outline-danger.focus{box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)}html body .bvi .bvi-btn-outline-danger.disabled,html body .bvi .bvi-btn-outline-danger:disabled{color:#dc3545;background-color:transparent}html body .bvi .bvi-btn-outline-danger:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-danger:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}html body .bvi .bvi-btn-outline-danger:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,0.5)}html body .bvi .bvi-btn-outline-light{color:#f8f9fa;background-color:transparent;background-image:none;border-color:#f8f9fa}html body .bvi .bvi-btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}html body .bvi .bvi-btn-outline-light:focus,html body .bvi .bvi-btn-outline-light.focus{box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)}html body .bvi .bvi-btn-outline-light.disabled,html body .bvi .bvi-btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}html body .bvi .bvi-btn-outline-light:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-light:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}html body .bvi .bvi-btn-outline-light:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,0.5)}html body .bvi .bvi-btn-outline-dark{color:#343a40;background-color:transparent;background-image:none;border-color:#343a40}html body .bvi .bvi-btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}html body .bvi .bvi-btn-outline-dark:focus,html body .bvi .bvi-btn-outline-dark.focus{box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)}html body .bvi .bvi-btn-outline-dark.disabled,html body .bvi .bvi-btn-outline-dark:disabled{color:#343a40;background-color:transparent}html body .bvi .bvi-btn-outline-dark:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-dark:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}html body .bvi .bvi-btn-outline-dark:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,0.5)}html body .bvi .bvi-btn-outline-bvi-white{color:#fff;background-color:transparent;background-image:none;border-color:#fff}html body .bvi .bvi-btn-outline-bvi-white:hover{color:#212529;background-color:#fff;border-color:#fff}html body .bvi .bvi-btn-outline-bvi-white:focus,html body .bvi .bvi-btn-outline-bvi-white.focus{box-shadow:0 0 0 .2rem rgba(255,255,255,0.5)}html body .bvi .bvi-btn-outline-bvi-white.disabled,html body .bvi .bvi-btn-outline-bvi-white:disabled{color:#fff;background-color:transparent}html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-bvi-white.dropdown-toggle{color:#212529;background-color:#fff;border-color:#fff}html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-bvi-white:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-bvi-white.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,255,255,0.5)}html body .bvi .bvi-btn-outline-bvi-black{color:#000;background-color:transparent;background-image:none;border-color:#000}html body .bvi .bvi-btn-outline-bvi-black:hover{color:#fff;background-color:#000;border-color:#000}html body .bvi .bvi-btn-outline-bvi-black:focus,html body .bvi .bvi-btn-outline-bvi-black.focus{box-shadow:0 0 0 .2rem rgba(0,0,0,0.5)}html body .bvi .bvi-btn-outline-bvi-black.disabled,html body .bvi .bvi-btn-outline-bvi-black:disabled{color:#000;background-color:transparent}html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-bvi-black.dropdown-toggle{color:#fff;background-color:#000;border-color:#000}html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-bvi-black:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-bvi-black.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,0,0,0.5)}html body .bvi .bvi-btn-outline-bvi-blue{color:#063462;background-color:transparent;background-image:none;border-color:#063462}html body .bvi .bvi-btn-outline-bvi-blue:hover{color:#fff;background-color:#063462;border-color:#063462}html body .bvi .bvi-btn-outline-bvi-blue:focus,html body .bvi .bvi-btn-outline-bvi-blue.focus{box-shadow:0 0 0 .2rem rgba(6,52,98,0.5)}html body .bvi .bvi-btn-outline-bvi-blue.disabled,html body .bvi .bvi-btn-outline-bvi-blue:disabled{color:#063462;background-color:transparent}html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-bvi-blue.dropdown-toggle{color:#fff;background-color:#063462;border-color:#063462}html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-bvi-blue:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-bvi-blue.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(6,52,98,0.5)}html body .bvi .bvi-btn-outline-bvi-brown{color:#4d4b43;background-color:transparent;background-image:none;border-color:#4d4b43}html body .bvi .bvi-btn-outline-bvi-brown:hover{color:#fff;background-color:#4d4b43;border-color:#4d4b43}html body .bvi .bvi-btn-outline-bvi-brown:focus,html body .bvi .bvi-btn-outline-bvi-brown.focus{box-shadow:0 0 0 .2rem rgba(77,75,67,0.5)}html body .bvi .bvi-btn-outline-bvi-brown.disabled,html body .bvi .bvi-btn-outline-bvi-brown:disabled{color:#4d4b43;background-color:transparent}html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-bvi-brown.dropdown-toggle{color:#fff;background-color:#4d4b43;border-color:#4d4b43}html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-bvi-brown:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-bvi-brown.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(77,75,67,0.5)}html body .bvi .bvi-btn-outline-bvi-green{color:#a9e44d;background-color:transparent;background-image:none;border-color:#a9e44d}html body .bvi .bvi-btn-outline-bvi-green:hover{color:#212529;background-color:#a9e44d;border-color:#a9e44d}html body .bvi .bvi-btn-outline-bvi-green:focus,html body .bvi .bvi-btn-outline-bvi-green.focus{box-shadow:0 0 0 .2rem rgba(169,228,77,0.5)}html body .bvi .bvi-btn-outline-bvi-green.disabled,html body .bvi .bvi-btn-outline-bvi-green:disabled{color:#a9e44d;background-color:transparent}html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled):active,html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled).active,.show>html body .bvi .bvi-btn-outline-bvi-green.dropdown-toggle{color:#212529;background-color:#a9e44d;border-color:#a9e44d}html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled):active:focus,html body .bvi .bvi-btn-outline-bvi-green:not(:disabled):not(.disabled).active:focus,.show>html body .bvi .bvi-btn-outline-bvi-green.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(169,228,77,0.5)}html body .bvi .bvi-btn-link{font-weight:400;color:#007bff;background-color:transparent}html body .bvi .bvi-btn-link:hover{color:#0056b3;text-decoration:underline;background-color:transparent;border-color:transparent}html body .bvi .bvi-btn-link:focus,html body .bvi .bvi-btn-link.focus{text-decoration:underline;border-color:transparent;box-shadow:none}html body .bvi .bvi-btn-link:disabled,html body .bvi .bvi-btn-link.disabled{color:#6c757d;pointer-events:none}html body .bvi .bvi-btn-lg,html body .bvi .bvi-btn-group-lg>.bvi-btn{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:0}html body .bvi .bvi-btn-sm,html body .bvi .bvi-btn-group-sm>.bvi-btn{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:0}html body .bvi .bvi-btn-block{display:block;width:100%}html body .bvi .bvi-btn-block+.bvi-btn-block{margin-top:.5rem}html body .bvi input[type="submit"].bvi-btn-block,html body .bvi input[type="reset"].bvi-btn-block,html body .bvi input[type="button"].bvi-btn-block{width:100%}html body .bvi .bvi-btn-group,html body .bvi .bvi-btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}html body .bvi .bvi-btn-group>.bvi-btn,html body .bvi .bvi-btn-group-vertical>.bvi-btn{position:relative;flex:0 1 auto}html body .bvi .bvi-btn-group>.bvi-btn:hover,html body .bvi .bvi-btn-group-vertical>.bvi-btn:hover{z-index:1}html body .bvi .bvi-btn-group>.bvi-btn:focus,html body .bvi .bvi-btn-group>.bvi-btn:active,html body .bvi .bvi-btn-group>.bvi-btn.active,html body .bvi .bvi-btn-group-vertical>.bvi-btn:focus,html body .bvi .bvi-btn-group-vertical>.bvi-btn:active,html body .bvi .bvi-btn-group-vertical>.bvi-btn.active{z-index:1}html body .bvi .bvi-btn-group .bvi-btn+.bvi-btn,html body .bvi .bvi-btn-group .bvi-btn+.bvi-btn-group,html body .bvi .bvi-btn-group .bvi-btn-group+.bvi-btn,html body .bvi .bvi-btn-group .bvi-btn-group+.bvi-btn-group,html body .bvi .bvi-btn-group-vertical .bvi-btn+.bvi-btn,html body .bvi .bvi-btn-group-vertical .bvi-btn+.bvi-btn-group,html body .bvi .bvi-btn-group-vertical .bvi-btn-group+.bvi-btn,html body .bvi .bvi-btn-group-vertical .bvi-btn-group+.bvi-btn-group{margin-left:-1px}html body .bvi .bvi-btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}html body .bvi .bvi-btn-toolbar .input-group{width:auto}html body .bvi .bvi-btn-group>.bvi-btn:first-child{margin-left:0}html body .bvi .bvi-btn-group>.bvi-btn:not(:last-child):not(.dropdown-toggle),html body .bvi .bvi-btn-group>.bvi-btn-group:not(:last-child)>.bvi-btn{border-top-right-radius:0;border-bottom-right-radius:0}html body .bvi .bvi-btn-group>.bvi-btn:not(:first-child),html body .bvi .bvi-btn-group>.bvi-btn-group:not(:first-child)>.bvi-btn{border-top-left-radius:0;border-bottom-left-radius:0}html body .bvi .dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}html body .bvi .dropdown-toggle-split::after,.dropup html body .bvi .dropdown-toggle-split::after,.dropright html body .bvi .dropdown-toggle-split::after{margin-left:0}.dropleft html body .bvi .dropdown-toggle-split::before{margin-right:0}html body .bvi .bvi-btn-sm+.dropdown-toggle-split,html body .bvi .bvi-btn-group-sm>.bvi-btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}html body .bvi .bvi-btn-lg+.dropdown-toggle-split,html body .bvi .bvi-btn-group-lg>.bvi-btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}html body .bvi .bvi-btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}html body .bvi .bvi-btn-group-vertical .bvi-btn,html body .bvi .bvi-btn-group-vertical .bvi-btn-group{width:100%}html body .bvi .bvi-btn-group-vertical>.bvi-btn+.bvi-btn,html body .bvi .bvi-btn-group-vertical>.bvi-btn+.bvi-btn-group,html body .bvi .bvi-btn-group-vertical>.bvi-btn-group+.bvi-btn,html body .bvi .bvi-btn-group-vertical>.bvi-btn-group+.bvi-btn-group{margin-top:-1px;margin-left:0}html body .bvi .bvi-btn-group-vertical>.bvi-btn:not(:last-child):not(.dropdown-toggle),html body .bvi .bvi-btn-group-vertical>.bvi-btn-group:not(:last-child)>.bvi-btn{border-bottom-right-radius:0;border-bottom-left-radius:0}html body .bvi .bvi-btn-group-vertical>.bvi-btn:not(:first-child),html body .bvi .bvi-btn-group-vertical>.bvi-btn-group:not(:first-child)>.bvi-btn{border-top-left-radius:0;border-top-right-radius:0}html body .bvi .bvi-btn-group-toggle>.bvi-btn,html body .bvi .bvi-btn-group-toggle>.bvi-btn-group>.bvi-btn{margin-bottom:0}html body .bvi .bvi-btn-group-toggle>.bvi-btn input[type="radio"],html body .bvi .bvi-btn-group-toggle>.bvi-btn input[type="checkbox"],html body .bvi .bvi-btn-group-toggle>.bvi-btn-group>.bvi-btn input[type="radio"],html body .bvi .bvi-btn-group-toggle>.bvi-btn-group>.bvi-btn input[type="checkbox"]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}html body .bvi .bvi-border{border:1px solid #dee2e6 !important}html body .bvi .bvi-border-top{border-top:1px solid #dee2e6 !important}html body .bvi .bvi-border-right{border-right:1px solid #dee2e6 !important}html body .bvi .bvi-border-bottom{border-bottom:1px solid #dee2e6 !important}html body .bvi .bvi-border-left{border-left:1px solid #dee2e6 !important}html body .bvi .bvi-border-0{border:0 !important}html body .bvi .bvi-border-top-0{border-top:0 !important}html body .bvi .bvi-border-right-0{border-right:0 !important}html body .bvi .bvi-border-bottom-0{border-bottom:0 !important}html body .bvi .bvi-border-left-0{border-left:0 !important}html body .bvi .bvi-border-primary{border-color:#007bff !important}html body .bvi .bvi-border-secondary{border-color:#6c757d !important}html body .bvi .bvi-border-success{border-color:#28a745 !important}html body .bvi .bvi-border-info{border-color:#17a2b8 !important}html body .bvi .bvi-border-warning{border-color:#ffc107 !important}html body .bvi .bvi-border-danger{border-color:#dc3545 !important}html body .bvi .bvi-border-light{border-color:#f8f9fa !important}html body .bvi .bvi-border-dark{border-color:#343a40 !important}html body .bvi .bvi-border-bvi-white{border-color:#fff !important}html body .bvi .bvi-border-bvi-black{border-color:#000 !important}html body .bvi .bvi-border-bvi-blue{border-color:#063462 !important}html body .bvi .bvi-border-bvi-brown{border-color:#4d4b43 !important}html body .bvi .bvi-border-bvi-green{border-color:#a9e44d !important}html body .bvi .bvi-border-white{border-color:#fff !important}html body .bvi .bvi-rounded{border-radius:0 !important}html body .bvi .bvi-rounded-top{border-top-left-radius:0 !important;border-top-right-radius:0 !important}html body .bvi .bvi-rounded-right{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}html body .bvi .bvi-rounded-bottom{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}html body .bvi .bvi-rounded-left{border-top-left-radius:0 !important;border-bottom-left-radius:0 !important}html body .bvi .bvi-rounded-circle{border-radius:50% !important}html body .bvi .bvi-rounded-0{border-radius:0 !important}html body .bvi .bvi-m-0{margin:0 !important}html body .bvi .bvi-mt-0,html body .bvi .bvi-my-0{margin-top:0 !important}html body .bvi .bvi-mr-0,html body .bvi .bvi-mx-0{margin-right:0 !important}html body .bvi .bvi-mb-0,html body .bvi .bvi-my-0{margin-bottom:0 !important}html body .bvi .bvi-ml-0,html body .bvi .bvi-mx-0{margin-left:0 !important}html body .bvi .bvi-m-1{margin:.25rem !important}html body .bvi .bvi-mt-1,html body .bvi .bvi-my-1{margin-top:.25rem !important}html body .bvi .bvi-mr-1,html body .bvi .bvi-mx-1{margin-right:.25rem !important}html body .bvi .bvi-mb-1,html body .bvi .bvi-my-1{margin-bottom:.25rem !important}html body .bvi .bvi-ml-1,html body .bvi .bvi-mx-1{margin-left:.25rem !important}html body .bvi .bvi-m-2{margin:.5rem !important}html body .bvi .bvi-mt-2,html body .bvi .bvi-my-2{margin-top:.5rem !important}html body .bvi .bvi-mr-2,html body .bvi .bvi-mx-2{margin-right:.5rem !important}html body .bvi .bvi-mb-2,html body .bvi .bvi-my-2{margin-bottom:.5rem !important}html body .bvi .bvi-ml-2,html body .bvi .bvi-mx-2{margin-left:.5rem !important}html body .bvi .bvi-m-3{margin:1rem !important}html body .bvi .bvi-mt-3,html body .bvi .bvi-my-3{margin-top:1rem !important}html body .bvi .bvi-mr-3,html body .bvi .bvi-mx-3{margin-right:1rem !important}html body .bvi .bvi-mb-3,html body .bvi .bvi-my-3{margin-bottom:1rem !important}html body .bvi .bvi-ml-3,html body .bvi .bvi-mx-3{margin-left:1rem !important}html body .bvi .bvi-m-4{margin:1.5rem !important}html body .bvi .bvi-mt-4,html body .bvi .bvi-my-4{margin-top:1.5rem !important}html body .bvi .bvi-mr-4,html body .bvi .bvi-mx-4{margin-right:1.5rem !important}html body .bvi .bvi-mb-4,html body .bvi .bvi-my-4{margin-bottom:1.5rem !important}html body .bvi .bvi-ml-4,html body .bvi .bvi-mx-4{margin-left:1.5rem !important}html body .bvi .bvi-m-5{margin:3rem !important}html body .bvi .bvi-mt-5,html body .bvi .bvi-my-5{margin-top:3rem !important}html body .bvi .bvi-mr-5,html body .bvi .bvi-mx-5{margin-right:3rem !important}html body .bvi .bvi-mb-5,html body .bvi .bvi-my-5{margin-bottom:3rem !important}html body .bvi .bvi-ml-5,html body .bvi .bvi-mx-5{margin-left:3rem !important}html body .bvi .bvi-p-0{padding:0 !important}html body .bvi .bvi-pt-0,html body .bvi .bvi-py-0{padding-top:0 !important}html body .bvi .bvi-pr-0,html body .bvi .bvi-px-0{padding-right:0 !important}html body .bvi .bvi-pb-0,html body .bvi .bvi-py-0{padding-bottom:0 !important}html body .bvi .bvi-pl-0,html body .bvi .bvi-px-0{padding-left:0 !important}html body .bvi .bvi-p-1{padding:.25rem !important}html body .bvi .bvi-pt-1,html body .bvi .bvi-py-1{padding-top:.25rem !important}html body .bvi .bvi-pr-1,html body .bvi .bvi-px-1{padding-right:.25rem !important}html body .bvi .bvi-pb-1,html body .bvi .bvi-py-1{padding-bottom:.25rem !important}html body .bvi .bvi-pl-1,html body .bvi .bvi-px-1{padding-left:.25rem !important}html body .bvi .bvi-p-2{padding:.5rem !important}html body .bvi .bvi-pt-2,html body .bvi .bvi-py-2{padding-top:.5rem !important}html body .bvi .bvi-pr-2,html body .bvi .bvi-px-2{padding-right:.5rem !important}html body .bvi .bvi-pb-2,html body .bvi .bvi-py-2{padding-bottom:.5rem !important}html body .bvi .bvi-pl-2,html body .bvi .bvi-px-2{padding-left:.5rem !important}html body .bvi .bvi-p-3{padding:1rem !important}html body .bvi .bvi-pt-3,html body .bvi .bvi-py-3{padding-top:1rem !important}html body .bvi .bvi-pr-3,html body .bvi .bvi-px-3{padding-right:1rem !important}html body .bvi .bvi-pb-3,html body .bvi .bvi-py-3{padding-bottom:1rem !important}html body .bvi .bvi-pl-3,html body .bvi .bvi-px-3{padding-left:1rem !important}html body .bvi .bvi-p-4{padding:1.5rem !important}html body .bvi .bvi-pt-4,html body .bvi .bvi-py-4{padding-top:1.5rem !important}html body .bvi .bvi-pr-4,html body .bvi .bvi-px-4{padding-right:1.5rem !important}html body .bvi .bvi-pb-4,html body .bvi .bvi-py-4{padding-bottom:1.5rem !important}html body .bvi .bvi-pl-4,html body .bvi .bvi-px-4{padding-left:1.5rem !important}html body .bvi .bvi-p-5{padding:3rem !important}html body .bvi .bvi-pt-5,html body .bvi .bvi-py-5{padding-top:3rem !important}html body .bvi .bvi-pr-5,html body .bvi .bvi-px-5{padding-right:3rem !important}html body .bvi .bvi-pb-5,html body .bvi .bvi-py-5{padding-bottom:3rem !important}html body .bvi .bvi-pl-5,html body .bvi .bvi-px-5{padding-left:3rem !important}html body .bvi .bvi-m-auto{margin:auto !important}html body .bvi .bvi-mt-auto,html body .bvi .bvi-my-auto{margin-top:auto !important}html body .bvi .bvi-mr-auto,html body .bvi .bvi-mx-auto{margin-right:auto !important}html body .bvi .bvi-mb-auto,html body .bvi .bvi-my-auto{margin-bottom:auto !important}html body .bvi .bvi-ml-auto,html body .bvi .bvi-mx-auto{margin-left:auto !important}@media(min-width:576px){html body .bvi .bvi-m-sm-0{margin:0 !important}html body .bvi .bvi-mt-sm-0,html body .bvi .bvi-my-sm-0{margin-top:0 !important}html body .bvi .bvi-mr-sm-0,html body .bvi .bvi-mx-sm-0{margin-right:0 !important}html body .bvi .bvi-mb-sm-0,html body .bvi .bvi-my-sm-0{margin-bottom:0 !important}html body .bvi .bvi-ml-sm-0,html body .bvi .bvi-mx-sm-0{margin-left:0 !important}html body .bvi .bvi-m-sm-1{margin:.25rem !important}html body .bvi .bvi-mt-sm-1,html body .bvi .bvi-my-sm-1{margin-top:.25rem !important}html body .bvi .bvi-mr-sm-1,html body .bvi .bvi-mx-sm-1{margin-right:.25rem !important}html body .bvi .bvi-mb-sm-1,html body .bvi .bvi-my-sm-1{margin-bottom:.25rem !important}html body .bvi .bvi-ml-sm-1,html body .bvi .bvi-mx-sm-1{margin-left:.25rem !important}html body .bvi .bvi-m-sm-2{margin:.5rem !important}html body .bvi .bvi-mt-sm-2,html body .bvi .bvi-my-sm-2{margin-top:.5rem !important}html body .bvi .bvi-mr-sm-2,html body .bvi .bvi-mx-sm-2{margin-right:.5rem !important}html body .bvi .bvi-mb-sm-2,html body .bvi .bvi-my-sm-2{margin-bottom:.5rem !important}html body .bvi .bvi-ml-sm-2,html body .bvi .bvi-mx-sm-2{margin-left:.5rem !important}html body .bvi .bvi-m-sm-3{margin:1rem !important}html body .bvi .bvi-mt-sm-3,html body .bvi .bvi-my-sm-3{margin-top:1rem !important}html body .bvi .bvi-mr-sm-3,html body .bvi .bvi-mx-sm-3{margin-right:1rem !important}html body .bvi .bvi-mb-sm-3,html body .bvi .bvi-my-sm-3{margin-bottom:1rem !important}html body .bvi .bvi-ml-sm-3,html body .bvi .bvi-mx-sm-3{margin-left:1rem !important}html body .bvi .bvi-m-sm-4{margin:1.5rem !important}html body .bvi .bvi-mt-sm-4,html body .bvi .bvi-my-sm-4{margin-top:1.5rem !important}html body .bvi .bvi-mr-sm-4,html body .bvi .bvi-mx-sm-4{margin-right:1.5rem !important}html body .bvi .bvi-mb-sm-4,html body .bvi .bvi-my-sm-4{margin-bottom:1.5rem !important}html body .bvi .bvi-ml-sm-4,html body .bvi .bvi-mx-sm-4{margin-left:1.5rem !important}html body .bvi .bvi-m-sm-5{margin:3rem !important}html body .bvi .bvi-mt-sm-5,html body .bvi .bvi-my-sm-5{margin-top:3rem !important}html body .bvi .bvi-mr-sm-5,html body .bvi .bvi-mx-sm-5{margin-right:3rem !important}html body .bvi .bvi-mb-sm-5,html body .bvi .bvi-my-sm-5{margin-bottom:3rem !important}html body .bvi .bvi-ml-sm-5,html body .bvi .bvi-mx-sm-5{margin-left:3rem !important}html body .bvi .bvi-p-sm-0{padding:0 !important}html body .bvi .bvi-pt-sm-0,html body .bvi .bvi-py-sm-0{padding-top:0 !important}html body .bvi .bvi-pr-sm-0,html body .bvi .bvi-px-sm-0{padding-right:0 !important}html body .bvi .bvi-pb-sm-0,html body .bvi .bvi-py-sm-0{padding-bottom:0 !important}html body .bvi .bvi-pl-sm-0,html body .bvi .bvi-px-sm-0{padding-left:0 !important}html body .bvi .bvi-p-sm-1{padding:.25rem !important}html body .bvi .bvi-pt-sm-1,html body .bvi .bvi-py-sm-1{padding-top:.25rem !important}html body .bvi .bvi-pr-sm-1,html body .bvi .bvi-px-sm-1{padding-right:.25rem !important}html body .bvi .bvi-pb-sm-1,html body .bvi .bvi-py-sm-1{padding-bottom:.25rem !important}html body .bvi .bvi-pl-sm-1,html body .bvi .bvi-px-sm-1{padding-left:.25rem !important}html body .bvi .bvi-p-sm-2{padding:.5rem !important}html body .bvi .bvi-pt-sm-2,html body .bvi .bvi-py-sm-2{padding-top:.5rem !important}html body .bvi .bvi-pr-sm-2,html body .bvi .bvi-px-sm-2{padding-right:.5rem !important}html body .bvi .bvi-pb-sm-2,html body .bvi .bvi-py-sm-2{padding-bottom:.5rem !important}html body .bvi .bvi-pl-sm-2,html body .bvi .bvi-px-sm-2{padding-left:.5rem !important}html body .bvi .bvi-p-sm-3{padding:1rem !important}html body .bvi .bvi-pt-sm-3,html body .bvi .bvi-py-sm-3{padding-top:1rem !important}html body .bvi .bvi-pr-sm-3,html body .bvi .bvi-px-sm-3{padding-right:1rem !important}html body .bvi .bvi-pb-sm-3,html body .bvi .bvi-py-sm-3{padding-bottom:1rem !important}html body .bvi .bvi-pl-sm-3,html body .bvi .bvi-px-sm-3{padding-left:1rem !important}html body .bvi .bvi-p-sm-4{padding:1.5rem !important}html body .bvi .bvi-pt-sm-4,html body .bvi .bvi-py-sm-4{padding-top:1.5rem !important}html body .bvi .bvi-pr-sm-4,html body .bvi .bvi-px-sm-4{padding-right:1.5rem !important}html body .bvi .bvi-pb-sm-4,html body .bvi .bvi-py-sm-4{padding-bottom:1.5rem !important}html body .bvi .bvi-pl-sm-4,html body .bvi .bvi-px-sm-4{padding-left:1.5rem !important}html body .bvi .bvi-p-sm-5{padding:3rem !important}html body .bvi .bvi-pt-sm-5,html body .bvi .bvi-py-sm-5{padding-top:3rem !important}html body .bvi .bvi-pr-sm-5,html body .bvi .bvi-px-sm-5{padding-right:3rem !important}html body .bvi .bvi-pb-sm-5,html body .bvi .bvi-py-sm-5{padding-bottom:3rem !important}html body .bvi .bvi-pl-sm-5,html body .bvi .bvi-px-sm-5{padding-left:3rem !important}html body .bvi .bvi-m-sm-auto{margin:auto !important}html body .bvi .bvi-mt-sm-auto,html body .bvi .bvi-my-sm-auto{margin-top:auto !important}html body .bvi .bvi-mr-sm-auto,html body .bvi .bvi-mx-sm-auto{margin-right:auto !important}html body .bvi .bvi-mb-sm-auto,html body .bvi .bvi-my-sm-auto{margin-bottom:auto !important}html body .bvi .bvi-ml-sm-auto,html body .bvi .bvi-mx-sm-auto{margin-left:auto !important}}@media(min-width:768px){html body .bvi .bvi-m-md-0{margin:0 !important}html body .bvi .bvi-mt-md-0,html body .bvi .bvi-my-md-0{margin-top:0 !important}html body .bvi .bvi-mr-md-0,html body .bvi .bvi-mx-md-0{margin-right:0 !important}html body .bvi .bvi-mb-md-0,html body .bvi .bvi-my-md-0{margin-bottom:0 !important}html body .bvi .bvi-ml-md-0,html body .bvi .bvi-mx-md-0{margin-left:0 !important}html body .bvi .bvi-m-md-1{margin:.25rem !important}html body .bvi .bvi-mt-md-1,html body .bvi .bvi-my-md-1{margin-top:.25rem !important}html body .bvi .bvi-mr-md-1,html body .bvi .bvi-mx-md-1{margin-right:.25rem !important}html body .bvi .bvi-mb-md-1,html body .bvi .bvi-my-md-1{margin-bottom:.25rem !important}html body .bvi .bvi-ml-md-1,html body .bvi .bvi-mx-md-1{margin-left:.25rem !important}html body .bvi .bvi-m-md-2{margin:.5rem !important}html body .bvi .bvi-mt-md-2,html body .bvi .bvi-my-md-2{margin-top:.5rem !important}html body .bvi .bvi-mr-md-2,html body .bvi .bvi-mx-md-2{margin-right:.5rem !important}html body .bvi .bvi-mb-md-2,html body .bvi .bvi-my-md-2{margin-bottom:.5rem !important}html body .bvi .bvi-ml-md-2,html body .bvi .bvi-mx-md-2{margin-left:.5rem !important}html body .bvi .bvi-m-md-3{margin:1rem !important}html body .bvi .bvi-mt-md-3,html body .bvi .bvi-my-md-3{margin-top:1rem !important}html body .bvi .bvi-mr-md-3,html body .bvi .bvi-mx-md-3{margin-right:1rem !important}html body .bvi .bvi-mb-md-3,html body .bvi .bvi-my-md-3{margin-bottom:1rem !important}html body .bvi .bvi-ml-md-3,html body .bvi .bvi-mx-md-3{margin-left:1rem !important}html body .bvi .bvi-m-md-4{margin:1.5rem !important}html body .bvi .bvi-mt-md-4,html body .bvi .bvi-my-md-4{margin-top:1.5rem !important}html body .bvi .bvi-mr-md-4,html body .bvi .bvi-mx-md-4{margin-right:1.5rem !important}html body .bvi .bvi-mb-md-4,html body .bvi .bvi-my-md-4{margin-bottom:1.5rem !important}html body .bvi .bvi-ml-md-4,html body .bvi .bvi-mx-md-4{margin-left:1.5rem !important}html body .bvi .bvi-m-md-5{margin:3rem !important}html body .bvi .bvi-mt-md-5,html body .bvi .bvi-my-md-5{margin-top:3rem !important}html body .bvi .bvi-mr-md-5,html body .bvi .bvi-mx-md-5{margin-right:3rem !important}html body .bvi .bvi-mb-md-5,html body .bvi .bvi-my-md-5{margin-bottom:3rem !important}html body .bvi .bvi-ml-md-5,html body .bvi .bvi-mx-md-5{margin-left:3rem !important}html body .bvi .bvi-p-md-0{padding:0 !important}html body .bvi .bvi-pt-md-0,html body .bvi .bvi-py-md-0{padding-top:0 !important}html body .bvi .bvi-pr-md-0,html body .bvi .bvi-px-md-0{padding-right:0 !important}html body .bvi .bvi-pb-md-0,html body .bvi .bvi-py-md-0{padding-bottom:0 !important}html body .bvi .bvi-pl-md-0,html body .bvi .bvi-px-md-0{padding-left:0 !important}html body .bvi .bvi-p-md-1{padding:.25rem !important}html body .bvi .bvi-pt-md-1,html body .bvi .bvi-py-md-1{padding-top:.25rem !important}html body .bvi .bvi-pr-md-1,html body .bvi .bvi-px-md-1{padding-right:.25rem !important}html body .bvi .bvi-pb-md-1,html body .bvi .bvi-py-md-1{padding-bottom:.25rem !important}html body .bvi .bvi-pl-md-1,html body .bvi .bvi-px-md-1{padding-left:.25rem !important}html body .bvi .bvi-p-md-2{padding:.5rem !important}html body .bvi .bvi-pt-md-2,html body .bvi .bvi-py-md-2{padding-top:.5rem !important}html body .bvi .bvi-pr-md-2,html body .bvi .bvi-px-md-2{padding-right:.5rem !important}html body .bvi .bvi-pb-md-2,html body .bvi .bvi-py-md-2{padding-bottom:.5rem !important}html body .bvi .bvi-pl-md-2,html body .bvi .bvi-px-md-2{padding-left:.5rem !important}html body .bvi .bvi-p-md-3{padding:1rem !important}html body .bvi .bvi-pt-md-3,html body .bvi .bvi-py-md-3{padding-top:1rem !important}html body .bvi .bvi-pr-md-3,html body .bvi .bvi-px-md-3{padding-right:1rem !important}html body .bvi .bvi-pb-md-3,html body .bvi .bvi-py-md-3{padding-bottom:1rem !important}html body .bvi .bvi-pl-md-3,html body .bvi .bvi-px-md-3{padding-left:1rem !important}html body .bvi .bvi-p-md-4{padding:1.5rem !important}html body .bvi .bvi-pt-md-4,html body .bvi .bvi-py-md-4{padding-top:1.5rem !important}html body .bvi .bvi-pr-md-4,html body .bvi .bvi-px-md-4{padding-right:1.5rem !important}html body .bvi .bvi-pb-md-4,html body .bvi .bvi-py-md-4{padding-bottom:1.5rem !important}html body .bvi .bvi-pl-md-4,html body .bvi .bvi-px-md-4{padding-left:1.5rem !important}html body .bvi .bvi-p-md-5{padding:3rem !important}html body .bvi .bvi-pt-md-5,html body .bvi .bvi-py-md-5{padding-top:3rem !important}html body .bvi .bvi-pr-md-5,html body .bvi .bvi-px-md-5{padding-right:3rem !important}html body .bvi .bvi-pb-md-5,html body .bvi .bvi-py-md-5{padding-bottom:3rem !important}html body .bvi .bvi-pl-md-5,html body .bvi .bvi-px-md-5{padding-left:3rem !important}html body .bvi .bvi-m-md-auto{margin:auto !important}html body .bvi .bvi-mt-md-auto,html body .bvi .bvi-my-md-auto{margin-top:auto !important}html body .bvi .bvi-mr-md-auto,html body .bvi .bvi-mx-md-auto{margin-right:auto !important}html body .bvi .bvi-mb-md-auto,html body .bvi .bvi-my-md-auto{margin-bottom:auto !important}html body .bvi .bvi-ml-md-auto,html body .bvi .bvi-mx-md-auto{margin-left:auto !important}}@media(min-width:992px){html body .bvi .bvi-m-lg-0{margin:0 !important}html body .bvi .bvi-mt-lg-0,html body .bvi .bvi-my-lg-0{margin-top:0 !important}html body .bvi .bvi-mr-lg-0,html body .bvi .bvi-mx-lg-0{margin-right:0 !important}html body .bvi .bvi-mb-lg-0,html body .bvi .bvi-my-lg-0{margin-bottom:0 !important}html body .bvi .bvi-ml-lg-0,html body .bvi .bvi-mx-lg-0{margin-left:0 !important}html body .bvi .bvi-m-lg-1{margin:.25rem !important}html body .bvi .bvi-mt-lg-1,html body .bvi .bvi-my-lg-1{margin-top:.25rem !important}html body .bvi .bvi-mr-lg-1,html body .bvi .bvi-mx-lg-1{margin-right:.25rem !important}html body .bvi .bvi-mb-lg-1,html body .bvi .bvi-my-lg-1{margin-bottom:.25rem !important}html body .bvi .bvi-ml-lg-1,html body .bvi .bvi-mx-lg-1{margin-left:.25rem !important}html body .bvi .bvi-m-lg-2{margin:.5rem !important}html body .bvi .bvi-mt-lg-2,html body .bvi .bvi-my-lg-2{margin-top:.5rem !important}html body .bvi .bvi-mr-lg-2,html body .bvi .bvi-mx-lg-2{margin-right:.5rem !important}html body .bvi .bvi-mb-lg-2,html body .bvi .bvi-my-lg-2{margin-bottom:.5rem !important}html body .bvi .bvi-ml-lg-2,html body .bvi .bvi-mx-lg-2{margin-left:.5rem !important}html body .bvi .bvi-m-lg-3{margin:1rem !important}html body .bvi .bvi-mt-lg-3,html body .bvi .bvi-my-lg-3{margin-top:1rem !important}html body .bvi .bvi-mr-lg-3,html body .bvi .bvi-mx-lg-3{margin-right:1rem !important}html body .bvi .bvi-mb-lg-3,html body .bvi .bvi-my-lg-3{margin-bottom:1rem !important}html body .bvi .bvi-ml-lg-3,html body .bvi .bvi-mx-lg-3{margin-left:1rem !important}html body .bvi .bvi-m-lg-4{margin:1.5rem !important}html body .bvi .bvi-mt-lg-4,html body .bvi .bvi-my-lg-4{margin-top:1.5rem !important}html body .bvi .bvi-mr-lg-4,html body .bvi .bvi-mx-lg-4{margin-right:1.5rem !important}html body .bvi .bvi-mb-lg-4,html body .bvi .bvi-my-lg-4{margin-bottom:1.5rem !important}html body .bvi .bvi-ml-lg-4,html body .bvi .bvi-mx-lg-4{margin-left:1.5rem !important}html body .bvi .bvi-m-lg-5{margin:3rem !important}html body .bvi .bvi-mt-lg-5,html body .bvi .bvi-my-lg-5{margin-top:3rem !important}html body .bvi .bvi-mr-lg-5,html body .bvi .bvi-mx-lg-5{margin-right:3rem !important}html body .bvi .bvi-mb-lg-5,html body .bvi .bvi-my-lg-5{margin-bottom:3rem !important}html body .bvi .bvi-ml-lg-5,html body .bvi .bvi-mx-lg-5{margin-left:3rem !important}html body .bvi .bvi-p-lg-0{padding:0 !important}html body .bvi .bvi-pt-lg-0,html body .bvi .bvi-py-lg-0{padding-top:0 !important}html body .bvi .bvi-pr-lg-0,html body .bvi .bvi-px-lg-0{padding-right:0 !important}html body .bvi .bvi-pb-lg-0,html body .bvi .bvi-py-lg-0{padding-bottom:0 !important}html body .bvi .bvi-pl-lg-0,html body .bvi .bvi-px-lg-0{padding-left:0 !important}html body .bvi .bvi-p-lg-1{padding:.25rem !important}html body .bvi .bvi-pt-lg-1,html body .bvi .bvi-py-lg-1{padding-top:.25rem !important}html body .bvi .bvi-pr-lg-1,html body .bvi .bvi-px-lg-1{padding-right:.25rem !important}html body .bvi .bvi-pb-lg-1,html body .bvi .bvi-py-lg-1{padding-bottom:.25rem !important}html body .bvi .bvi-pl-lg-1,html body .bvi .bvi-px-lg-1{padding-left:.25rem !important}html body .bvi .bvi-p-lg-2{padding:.5rem !important}html body .bvi .bvi-pt-lg-2,html body .bvi .bvi-py-lg-2{padding-top:.5rem !important}html body .bvi .bvi-pr-lg-2,html body .bvi .bvi-px-lg-2{padding-right:.5rem !important}html body .bvi .bvi-pb-lg-2,html body .bvi .bvi-py-lg-2{padding-bottom:.5rem !important}html body .bvi .bvi-pl-lg-2,html body .bvi .bvi-px-lg-2{padding-left:.5rem !important}html body .bvi .bvi-p-lg-3{padding:1rem !important}html body .bvi .bvi-pt-lg-3,html body .bvi .bvi-py-lg-3{padding-top:1rem !important}html body .bvi .bvi-pr-lg-3,html body .bvi .bvi-px-lg-3{padding-right:1rem !important}html body .bvi .bvi-pb-lg-3,html body .bvi .bvi-py-lg-3{padding-bottom:1rem !important}html body .bvi .bvi-pl-lg-3,html body .bvi .bvi-px-lg-3{padding-left:1rem !important}html body .bvi .bvi-p-lg-4{padding:1.5rem !important}html body .bvi .bvi-pt-lg-4,html body .bvi .bvi-py-lg-4{padding-top:1.5rem !important}html body .bvi .bvi-pr-lg-4,html body .bvi .bvi-px-lg-4{padding-right:1.5rem !important}html body .bvi .bvi-pb-lg-4,html body .bvi .bvi-py-lg-4{padding-bottom:1.5rem !important}html body .bvi .bvi-pl-lg-4,html body .bvi .bvi-px-lg-4{padding-left:1.5rem !important}html body .bvi .bvi-p-lg-5{padding:3rem !important}html body .bvi .bvi-pt-lg-5,html body .bvi .bvi-py-lg-5{padding-top:3rem !important}html body .bvi .bvi-pr-lg-5,html body .bvi .bvi-px-lg-5{padding-right:3rem !important}html body .bvi .bvi-pb-lg-5,html body .bvi .bvi-py-lg-5{padding-bottom:3rem !important}html body .bvi .bvi-pl-lg-5,html body .bvi .bvi-px-lg-5{padding-left:3rem !important}html body .bvi .bvi-m-lg-auto{margin:auto !important}html body .bvi .bvi-mt-lg-auto,html body .bvi .bvi-my-lg-auto{margin-top:auto !important}html body .bvi .bvi-mr-lg-auto,html body .bvi .bvi-mx-lg-auto{margin-right:auto !important}html body .bvi .bvi-mb-lg-auto,html body .bvi .bvi-my-lg-auto{margin-bottom:auto !important}html body .bvi .bvi-ml-lg-auto,html body .bvi .bvi-mx-lg-auto{margin-left:auto !important}}@media(min-width:1200px){html body .bvi .bvi-m-xl-0{margin:0 !important}html body .bvi .bvi-mt-xl-0,html body .bvi .bvi-my-xl-0{margin-top:0 !important}html body .bvi .bvi-mr-xl-0,html body .bvi .bvi-mx-xl-0{margin-right:0 !important}html body .bvi .bvi-mb-xl-0,html body .bvi .bvi-my-xl-0{margin-bottom:0 !important}html body .bvi .bvi-ml-xl-0,html body .bvi .bvi-mx-xl-0{margin-left:0 !important}html body .bvi .bvi-m-xl-1{margin:.25rem !important}html body .bvi .bvi-mt-xl-1,html body .bvi .bvi-my-xl-1{margin-top:.25rem !important}html body .bvi .bvi-mr-xl-1,html body .bvi .bvi-mx-xl-1{margin-right:.25rem !important}html body .bvi .bvi-mb-xl-1,html body .bvi .bvi-my-xl-1{margin-bottom:.25rem !important}html body .bvi .bvi-ml-xl-1,html body .bvi .bvi-mx-xl-1{margin-left:.25rem !important}html body .bvi .bvi-m-xl-2{margin:.5rem !important}html body .bvi .bvi-mt-xl-2,html body .bvi .bvi-my-xl-2{margin-top:.5rem !important}html body .bvi .bvi-mr-xl-2,html body .bvi .bvi-mx-xl-2{margin-right:.5rem !important}html body .bvi .bvi-mb-xl-2,html body .bvi .bvi-my-xl-2{margin-bottom:.5rem !important}html body .bvi .bvi-ml-xl-2,html body .bvi .bvi-mx-xl-2{margin-left:.5rem !important}html body .bvi .bvi-m-xl-3{margin:1rem !important}html body .bvi .bvi-mt-xl-3,html body .bvi .bvi-my-xl-3{margin-top:1rem !important}html body .bvi .bvi-mr-xl-3,html body .bvi .bvi-mx-xl-3{margin-right:1rem !important}html body .bvi .bvi-mb-xl-3,html body .bvi .bvi-my-xl-3{margin-bottom:1rem !important}html body .bvi .bvi-ml-xl-3,html body .bvi .bvi-mx-xl-3{margin-left:1rem !important}html body .bvi .bvi-m-xl-4{margin:1.5rem !important}html body .bvi .bvi-mt-xl-4,html body .bvi .bvi-my-xl-4{margin-top:1.5rem !important}html body .bvi .bvi-mr-xl-4,html body .bvi .bvi-mx-xl-4{margin-right:1.5rem !important}html body .bvi .bvi-mb-xl-4,html body .bvi .bvi-my-xl-4{margin-bottom:1.5rem !important}html body .bvi .bvi-ml-xl-4,html body .bvi .bvi-mx-xl-4{margin-left:1.5rem !important}html body .bvi .bvi-m-xl-5{margin:3rem !important}html body .bvi .bvi-mt-xl-5,html body .bvi .bvi-my-xl-5{margin-top:3rem !important}html body .bvi .bvi-mr-xl-5,html body .bvi .bvi-mx-xl-5{margin-right:3rem !important}html body .bvi .bvi-mb-xl-5,html body .bvi .bvi-my-xl-5{margin-bottom:3rem !important}html body .bvi .bvi-ml-xl-5,html body .bvi .bvi-mx-xl-5{margin-left:3rem !important}html body .bvi .bvi-p-xl-0{padding:0 !important}html body .bvi .bvi-pt-xl-0,html body .bvi .bvi-py-xl-0{padding-top:0 !important}html body .bvi .bvi-pr-xl-0,html body .bvi .bvi-px-xl-0{padding-right:0 !important}html body .bvi .bvi-pb-xl-0,html body .bvi .bvi-py-xl-0{padding-bottom:0 !important}html body .bvi .bvi-pl-xl-0,html body .bvi .bvi-px-xl-0{padding-left:0 !important}html body .bvi .bvi-p-xl-1{padding:.25rem !important}html body .bvi .bvi-pt-xl-1,html body .bvi .bvi-py-xl-1{padding-top:.25rem !important}html body .bvi .bvi-pr-xl-1,html body .bvi .bvi-px-xl-1{padding-right:.25rem !important}html body .bvi .bvi-pb-xl-1,html body .bvi .bvi-py-xl-1{padding-bottom:.25rem !important}html body .bvi .bvi-pl-xl-1,html body .bvi .bvi-px-xl-1{padding-left:.25rem !important}html body .bvi .bvi-p-xl-2{padding:.5rem !important}html body .bvi .bvi-pt-xl-2,html body .bvi .bvi-py-xl-2{padding-top:.5rem !important}html body .bvi .bvi-pr-xl-2,html body .bvi .bvi-px-xl-2{padding-right:.5rem !important}html body .bvi .bvi-pb-xl-2,html body .bvi .bvi-py-xl-2{padding-bottom:.5rem !important}html body .bvi .bvi-pl-xl-2,html body .bvi .bvi-px-xl-2{padding-left:.5rem !important}html body .bvi .bvi-p-xl-3{padding:1rem !important}html body .bvi .bvi-pt-xl-3,html body .bvi .bvi-py-xl-3{padding-top:1rem !important}html body .bvi .bvi-pr-xl-3,html body .bvi .bvi-px-xl-3{padding-right:1rem !important}html body .bvi .bvi-pb-xl-3,html body .bvi .bvi-py-xl-3{padding-bottom:1rem !important}html body .bvi .bvi-pl-xl-3,html body .bvi .bvi-px-xl-3{padding-left:1rem !important}html body .bvi .bvi-p-xl-4{padding:1.5rem !important}html body .bvi .bvi-pt-xl-4,html body .bvi .bvi-py-xl-4{padding-top:1.5rem !important}html body .bvi .bvi-pr-xl-4,html body .bvi .bvi-px-xl-4{padding-right:1.5rem !important}html body .bvi .bvi-pb-xl-4,html body .bvi .bvi-py-xl-4{padding-bottom:1.5rem !important}html body .bvi .bvi-pl-xl-4,html body .bvi .bvi-px-xl-4{padding-left:1.5rem !important}html body .bvi .bvi-p-xl-5{padding:3rem !important}html body .bvi .bvi-pt-xl-5,html body .bvi .bvi-py-xl-5{padding-top:3rem !important}html body .bvi .bvi-pr-xl-5,html body .bvi .bvi-px-xl-5{padding-right:3rem !important}html body .bvi .bvi-pb-xl-5,html body .bvi .bvi-py-xl-5{padding-bottom:3rem !important}html body .bvi .bvi-pl-xl-5,html body .bvi .bvi-px-xl-5{padding-left:3rem !important}html body .bvi .bvi-m-xl-auto{margin:auto !important}html body .bvi .bvi-mt-xl-auto,html body .bvi .bvi-my-xl-auto{margin-top:auto !important}html body .bvi .bvi-mr-xl-auto,html body .bvi .bvi-mx-xl-auto{margin-right:auto !important}html body .bvi .bvi-mb-xl-auto,html body .bvi .bvi-my-xl-auto{margin-bottom:auto !important}html body .bvi .bvi-ml-xl-auto,html body .bvi .bvi-mx-xl-auto{margin-left:auto !important}}html body .bvi.bvi-panel{padding:15px 20px !important;color:black !important;background-color:#f8f8f8;top:0 !important;left:0 !important;right:0 !important;letter-spacing:0 !important;position:relative !important;text-shadow:none !important;line-height:normal !important;border:0 !important;font-size:16px !important;z-index:99999 !important;moz-box-shadow:0 1px 3px 0 rgba(0,0,0,0.23);webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.23);box-shadow:0 1px 3px 0 rgba(0,0,0,0.23)}html body .bvi.bvi-panel[data-bvi-panel='true']{display:block !important}html body .bvi.bvi-panel[data-bvi-panel='false']{display:none !important}html body .bvi.bvi-panel.bvi-fixed-top{position:fixed !important;top:0 !important;right:0 !important;left:0 !important;z-index:999999 !important}html body .bvi.bvi-panel .bvi-title{margin-top:5px;font-size:18px;font-weight:bold}html body .bvi.bvi-panel .bvi-text-center{text-align:center}html body .bvi.bvi-panel .bvi-text-right{text-align:right}html body .bvi.bvi-panel .bvi-setting-menu{display:none}html body .bvi.bvi-panel a{text-decoration:none}html body .bvi.bvi-panel .bvi-hr{background-color:#ccc !important;border:0 !important;height:1px !important;margin-top:1.5em !important;margin-bottom:1.5em !important}html body .bvi.bvi-panel .bvi-copy{font-size:12px;color:gray}html body .bvi.bvi-panel .bvi-copy a{font-size:13px;color:gray;text-decoration:underline}html body .bvi.bvi-panel .bvi-copy a:hover{color:#000;text-decoration:underline}@media(max-width:575.98px){html body .bvi.bvi-panel .bvi-title{font-size:12px}html body .bvi.bvi-panel .bvi-btn{font-size:12px;padding:.200rem .35rem}html body .bvi.bvi-panel .bvi-btn-sm,html body .bvi.bvi-panel .bvi-btn-group-sm>.bvi-btn{font-size:10px;padding:.100rem .25rem}}@media(min-width:576px) and (max-width:767.98px){html body .bvi.bvi-panel .bvi-title{font-size:14px}html body .bvi.bvi-panel .bvi-btn{font-size:14px;padding:.250rem .45rem}html body .bvi.bvi-panel .bvi-btn-sm,html body .bvi.bvi-panel .bvi-btn-group-sm>.bvi-btn{font-size:12px;padding:.150rem .35rem}}@media(min-width:768px) and (max-width:991.98px){html body .bvi.bvi-panel .bvi-title{font-size:16px}html body .bvi.bvi-panel .bvi-btn{font-size:16px;padding:.300rem .55rem}html body .bvi.bvi-panel .bvi-btn-sm,html body .bvi.bvi-panel .bvi-btn-group-sm>.bvi-btn{font-size:14px;padding:.200rem .40rem}}html body .bvi-body[data-bvi-theme='white']{background-color:#fff !important;fill:#000 !important}html body .bvi-body[data-bvi-theme='white'] *{background-color:#fff !important;background:#fff !important;background-image:none !important;box-shadow:none !important;text-shadow:none !important;border-color:#000 !important;color:#000 !important;fill:#000 !important}html body .bvi-body[data-bvi-theme='white'] * .bvi-hide{display:none !important}html body .bvi-body[data-bvi-theme='white'] * .bvi-show-block{display:block !important}html body .bvi-body[data-bvi-theme='white'] * .bvi-show-inline-block{display:inline-block !important}html body .bvi-body[data-bvi-theme='white'] *:after{background-color:#fff !important;background:#fff !important;background-image:none !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important;border-color:#000 !important}html body .bvi-body[data-bvi-theme='white'] *:before{background-color:#fff !important;background:#fff !important;background-image:none !important;color:#000 !important;box-shadow:none !important;text-shadow:none !important;border-color:#000 !important}html body .bvi-body[data-bvi-theme='white'] *::selection{background-color:#000;color:#fff}html body .bvi-body[data-bvi-theme='white'] * a,html body .bvi-body[data-bvi-theme='white'] * label{color:#000 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='white'] * a.active,html body .bvi-body[data-bvi-theme='white'] * label.active{color:#fff !important;background-color:#000 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='white'] * a:hover,html body .bvi-body[data-bvi-theme='white'] * label:hover{color:#fff !important;background-color:#000 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='white'] * a:hover *,html body .bvi-body[data-bvi-theme='white'] * label:hover *{color:#fff !important;background-color:#000 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='white'] * button,html body .bvi-body[data-bvi-theme='white'] * input[type="submit"],html body .bvi-body[data-bvi-theme='white'] * input[type="button"],html body .bvi-body[data-bvi-theme='white'] * button[type="submit"],html body .bvi-body[data-bvi-theme='white'] * button[type="button"]{color:#fff !important;background:#000 !important;background-color:#000 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='white'] * button:hover.active,html body .bvi-body[data-bvi-theme='white'] * input[type="button"]:hover.active,html body .bvi-body[data-bvi-theme='white'] * input[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='white'] * button[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='white'] * button[type="button"]:hover.active{color:#fff !important;background:#000 !important;background-color:#000 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='white'] * button:hover:hover,html body .bvi-body[data-bvi-theme='white'] * input[type="button"]:hover:hover,html body .bvi-body[data-bvi-theme='white'] * input[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='white'] * button[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='white'] * button[type="button"]:hover:hover{color:#fff !important;background:#000 !important;background-color:#000 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='white'] * button:hover:hover *,html body .bvi-body[data-bvi-theme='white'] * input[type="button"]:hover:hover *,html body .bvi-body[data-bvi-theme='white'] * input[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='white'] * button[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='white'] * button[type="button"]:hover:hover *{color:#fff !important;background:#000 !important;background-color:#000 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='black']{background-color:#000 !important;fill:#fff !important}html body .bvi-body[data-bvi-theme='black'] *{background-color:#000 !important;background:#000 !important;background-image:none !important;box-shadow:none !important;text-shadow:none !important;border-color:#fff !important;color:#fff !important;fill:#fff !important}html body .bvi-body[data-bvi-theme='black'] * .bvi-hide{display:none !important}html body .bvi-body[data-bvi-theme='black'] * .bvi-show-block{display:block !important}html body .bvi-body[data-bvi-theme='black'] * .bvi-show-inline-block{display:inline-block !important}html body .bvi-body[data-bvi-theme='black'] *:after{background-color:#000 !important;background:#000 !important;background-image:none !important;color:#fff !important;box-shadow:none !important;text-shadow:none !important;border-color:#fff !important}html body .bvi-body[data-bvi-theme='black'] *:before{background-color:#000 !important;background:#000 !important;background-image:none !important;color:#fff !important;box-shadow:none !important;text-shadow:none !important;border-color:#fff !important}html body .bvi-body[data-bvi-theme='black'] *::selection{background-color:#fff;color:#000}html body .bvi-body[data-bvi-theme='black'] * a,html body .bvi-body[data-bvi-theme='black'] * label{color:#fff !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='black'] * a.active,html body .bvi-body[data-bvi-theme='black'] * label.active{color:#000 !important;background-color:#fff !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='black'] * a:hover,html body .bvi-body[data-bvi-theme='black'] * label:hover{color:#000 !important;background-color:#fff !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='black'] * a:hover *,html body .bvi-body[data-bvi-theme='black'] * label:hover *{color:#000 !important;background-color:#fff !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='black'] * button,html body .bvi-body[data-bvi-theme='black'] * input[type="submit"],html body .bvi-body[data-bvi-theme='black'] * input[type="button"],html body .bvi-body[data-bvi-theme='black'] * button[type="submit"],html body .bvi-body[data-bvi-theme='black'] * button[type="button"]{color:#000 !important;background:#fff !important;background-color:#fff !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='black'] * button:hover.active,html body .bvi-body[data-bvi-theme='black'] * input[type="button"]:hover.active,html body .bvi-body[data-bvi-theme='black'] * input[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='black'] * button[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='black'] * button[type="button"]:hover.active{color:#000 !important;background:#fff !important;background-color:#fff !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='black'] * button:hover:hover,html body .bvi-body[data-bvi-theme='black'] * input[type="button"]:hover:hover,html body .bvi-body[data-bvi-theme='black'] * input[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='black'] * button[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='black'] * button[type="button"]:hover:hover{color:#000 !important;background:#fff !important;background-color:#fff !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='black'] * button:hover:hover *,html body .bvi-body[data-bvi-theme='black'] * input[type="button"]:hover:hover *,html body .bvi-body[data-bvi-theme='black'] * input[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='black'] * button[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='black'] * button[type="button"]:hover:hover *{color:#000 !important;background:#fff !important;background-color:#fff !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='blue']{background-color:#9dd1ff !important;fill:#063462 !important}html body .bvi-body[data-bvi-theme='blue'] *{background-color:#9dd1ff !important;background:#9dd1ff !important;background-image:none !important;box-shadow:none !important;text-shadow:none !important;border-color:#063462 !important;color:#063462 !important;fill:#063462 !important}html body .bvi-body[data-bvi-theme='blue'] * .bvi-hide{display:none !important}html body .bvi-body[data-bvi-theme='blue'] * .bvi-show-block{display:block !important}html body .bvi-body[data-bvi-theme='blue'] * .bvi-show-inline-block{display:inline-block !important}html body .bvi-body[data-bvi-theme='blue'] *:after{background-color:#9dd1ff !important;background:#9dd1ff !important;background-image:none !important;color:#063462 !important;box-shadow:none !important;text-shadow:none !important;border-color:#063462 !important}html body .bvi-body[data-bvi-theme='blue'] *:before{background-color:#9dd1ff !important;background:#9dd1ff !important;background-image:none !important;color:#063462 !important;box-shadow:none !important;text-shadow:none !important;border-color:#063462 !important}html body .bvi-body[data-bvi-theme='blue'] *::selection{background-color:#063462;color:#9dd1ff}html body .bvi-body[data-bvi-theme='blue'] * a,html body .bvi-body[data-bvi-theme='blue'] * label{color:#063462 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='blue'] * a.active,html body .bvi-body[data-bvi-theme='blue'] * label.active{color:#9dd1ff !important;background-color:#063462 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='blue'] * a:hover,html body .bvi-body[data-bvi-theme='blue'] * label:hover{color:#9dd1ff !important;background-color:#063462 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='blue'] * a:hover *,html body .bvi-body[data-bvi-theme='blue'] * label:hover *{color:#9dd1ff !important;background-color:#063462 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='blue'] * button,html body .bvi-body[data-bvi-theme='blue'] * input[type="submit"],html body .bvi-body[data-bvi-theme='blue'] * input[type="button"],html body .bvi-body[data-bvi-theme='blue'] * button[type="submit"],html body .bvi-body[data-bvi-theme='blue'] * button[type="button"]{color:#9dd1ff !important;background:#063462 !important;background-color:#063462 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='blue'] * button:hover.active,html body .bvi-body[data-bvi-theme='blue'] * input[type="button"]:hover.active,html body .bvi-body[data-bvi-theme='blue'] * input[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='blue'] * button[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='blue'] * button[type="button"]:hover.active{color:#9dd1ff !important;background:#063462 !important;background-color:#063462 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='blue'] * button:hover:hover,html body .bvi-body[data-bvi-theme='blue'] * input[type="button"]:hover:hover,html body .bvi-body[data-bvi-theme='blue'] * input[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='blue'] * button[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='blue'] * button[type="button"]:hover:hover{color:#9dd1ff !important;background:#063462 !important;background-color:#063462 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='blue'] * button:hover:hover *,html body .bvi-body[data-bvi-theme='blue'] * input[type="button"]:hover:hover *,html body .bvi-body[data-bvi-theme='blue'] * input[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='blue'] * button[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='blue'] * button[type="button"]:hover:hover *{color:#9dd1ff !important;background:#063462 !important;background-color:#063462 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='brown']{background-color:#f7f3d6 !important;fill:#4d4b43 !important}html body .bvi-body[data-bvi-theme='brown'] *{background-color:#f7f3d6 !important;background:#f7f3d6 !important;background-image:none !important;box-shadow:none !important;text-shadow:none !important;border-color:#4d4b43 !important;color:#4d4b43 !important;fill:#4d4b43 !important}html body .bvi-body[data-bvi-theme='brown'] * .bvi-hide{display:none !important}html body .bvi-body[data-bvi-theme='brown'] * .bvi-show-block{display:block !important}html body .bvi-body[data-bvi-theme='brown'] * .bvi-show-inline-block{display:inline-block !important}html body .bvi-body[data-bvi-theme='brown'] *:after{background-color:#f7f3d6 !important;background:#f7f3d6 !important;background-image:none !important;color:#4d4b43 !important;box-shadow:none !important;text-shadow:none !important;border-color:#4d4b43 !important}html body .bvi-body[data-bvi-theme='brown'] *:before{background-color:#f7f3d6 !important;background:#f7f3d6 !important;background-image:none !important;color:#4d4b43 !important;box-shadow:none !important;text-shadow:none !important;border-color:#4d4b43 !important}html body .bvi-body[data-bvi-theme='brown'] *::selection{background-color:#4d4b43;color:#f7f3d6}html body .bvi-body[data-bvi-theme='brown'] * a,html body .bvi-body[data-bvi-theme='brown'] * label{color:#4d4b43 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='brown'] * a.active,html body .bvi-body[data-bvi-theme='brown'] * label.active{color:#f7f3d6 !important;background-color:#4d4b43 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='brown'] * a:hover,html body .bvi-body[data-bvi-theme='brown'] * label:hover{color:#f7f3d6 !important;background-color:#4d4b43 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='brown'] * a:hover *,html body .bvi-body[data-bvi-theme='brown'] * label:hover *{color:#f7f3d6 !important;background-color:#4d4b43 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='brown'] * button,html body .bvi-body[data-bvi-theme='brown'] * input[type="submit"],html body .bvi-body[data-bvi-theme='brown'] * input[type="button"],html body .bvi-body[data-bvi-theme='brown'] * button[type="submit"],html body .bvi-body[data-bvi-theme='brown'] * button[type="button"]{color:#f7f3d6 !important;background:#4d4b43 !important;background-color:#4d4b43 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='brown'] * button:hover.active,html body .bvi-body[data-bvi-theme='brown'] * input[type="button"]:hover.active,html body .bvi-body[data-bvi-theme='brown'] * input[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='brown'] * button[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='brown'] * button[type="button"]:hover.active{color:#f7f3d6 !important;background:#4d4b43 !important;background-color:#4d4b43 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='brown'] * button:hover:hover,html body .bvi-body[data-bvi-theme='brown'] * input[type="button"]:hover:hover,html body .bvi-body[data-bvi-theme='brown'] * input[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='brown'] * button[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='brown'] * button[type="button"]:hover:hover{color:#f7f3d6 !important;background:#4d4b43 !important;background-color:#4d4b43 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='brown'] * button:hover:hover *,html body .bvi-body[data-bvi-theme='brown'] * input[type="button"]:hover:hover *,html body .bvi-body[data-bvi-theme='brown'] * input[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='brown'] * button[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='brown'] * button[type="button"]:hover:hover *{color:#f7f3d6 !important;background:#4d4b43 !important;background-color:#4d4b43 !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='green']{background-color:#3b2716 !important;fill:#a9e44d !important}html body .bvi-body[data-bvi-theme='green'] *{background-color:#3b2716 !important;background:#3b2716 !important;background-image:none !important;box-shadow:none !important;text-shadow:none !important;border-color:#a9e44d !important;color:#a9e44d !important;fill:#a9e44d !important}html body .bvi-body[data-bvi-theme='green'] * .bvi-hide{display:none !important}html body .bvi-body[data-bvi-theme='green'] * .bvi-show-block{display:block !important}html body .bvi-body[data-bvi-theme='green'] * .bvi-show-inline-block{display:inline-block !important}html body .bvi-body[data-bvi-theme='green'] *:after{background-color:#3b2716 !important;background:#3b2716 !important;background-image:none !important;color:#a9e44d !important;box-shadow:none !important;text-shadow:none !important;border-color:#a9e44d !important}html body .bvi-body[data-bvi-theme='green'] *:before{background-color:#3b2716 !important;background:#3b2716 !important;background-image:none !important;color:#a9e44d !important;box-shadow:none !important;text-shadow:none !important;border-color:#a9e44d !important}html body .bvi-body[data-bvi-theme='green'] *::selection{background-color:#a9e44d;color:#3b2716}html body .bvi-body[data-bvi-theme='green'] * a,html body .bvi-body[data-bvi-theme='green'] * label{color:#a9e44d !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='green'] * a.active,html body .bvi-body[data-bvi-theme='green'] * label.active{color:#3b2716 !important;background-color:#a9e44d !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='green'] * a:hover,html body .bvi-body[data-bvi-theme='green'] * label:hover{color:#3b2716 !important;background-color:#a9e44d !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='green'] * a:hover *,html body .bvi-body[data-bvi-theme='green'] * label:hover *{color:#3b2716 !important;background-color:#a9e44d !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='green'] * button,html body .bvi-body[data-bvi-theme='green'] * input[type="submit"],html body .bvi-body[data-bvi-theme='green'] * input[type="button"],html body .bvi-body[data-bvi-theme='green'] * button[type="submit"],html body .bvi-body[data-bvi-theme='green'] * button[type="button"]{color:#3b2716 !important;background:#a9e44d !important;background-color:#a9e44d !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='green'] * button:hover.active,html body .bvi-body[data-bvi-theme='green'] * input[type="button"]:hover.active,html body .bvi-body[data-bvi-theme='green'] * input[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='green'] * button[type="submit"]:hover.active,html body .bvi-body[data-bvi-theme='green'] * button[type="button"]:hover.active{color:#3b2716 !important;background:#a9e44d !important;background-color:#a9e44d !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='green'] * button:hover:hover,html body .bvi-body[data-bvi-theme='green'] * input[type="button"]:hover:hover,html body .bvi-body[data-bvi-theme='green'] * input[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='green'] * button[type="submit"]:hover:hover,html body .bvi-body[data-bvi-theme='green'] * button[type="button"]:hover:hover{color:#3b2716 !important;background:#a9e44d !important;background-color:#a9e44d !important;text-decoration:underline !important}html body .bvi-body[data-bvi-theme='green'] * button:hover:hover *,html body .bvi-body[data-bvi-theme='green'] * input[type="button"]:hover:hover *,html body .bvi-body[data-bvi-theme='green'] * input[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='green'] * button[type="submit"]:hover:hover *,html body .bvi-body[data-bvi-theme='green'] * button[type="button"]:hover:hover *{color:#3b2716 !important;background:#a9e44d !important;background-color:#a9e44d !important;text-decoration:underline !important}html body .bvi-body[data-bvi-size='40'] *{font-size:40px !important}html body .bvi-body[data-bvi-size='40'] * h1,html body .bvi-body[data-bvi-size='40'] * h1 *{font-size:47px !important}html body .bvi-body[data-bvi-size='40'] * h2,html body .bvi-body[data-bvi-size='40'] * h2 *{font-size:46px !important}html body .bvi-body[data-bvi-size='40'] * h3,html body .bvi-body[data-bvi-size='40'] * h3 *{font-size:45px !important}html body .bvi-body[data-bvi-size='40'] * h4,html body .bvi-body[data-bvi-size='40'] * h4 *{font-size:44px !important}html body .bvi-body[data-bvi-size='40'] * h5,html body .bvi-body[data-bvi-size='40'] * h5 *{font-size:43px !important}html body .bvi-body[data-bvi-size='40'] * h6,html body .bvi-body[data-bvi-size='40'] * h6 *{font-size:42px !important}html body .bvi-body[data-bvi-size='39'] *{font-size:39px !important}html body .bvi-body[data-bvi-size='39'] * h1,html body .bvi-body[data-bvi-size='39'] * h1 *{font-size:46px !important}html body .bvi-body[data-bvi-size='39'] * h2,html body .bvi-body[data-bvi-size='39'] * h2 *{font-size:45px !important}html body .bvi-body[data-bvi-size='39'] * h3,html body .bvi-body[data-bvi-size='39'] * h3 *{font-size:44px !important}html body .bvi-body[data-bvi-size='39'] * h4,html body .bvi-body[data-bvi-size='39'] * h4 *{font-size:43px !important}html body .bvi-body[data-bvi-size='39'] * h5,html body .bvi-body[data-bvi-size='39'] * h5 *{font-size:42px !important}html body .bvi-body[data-bvi-size='39'] * h6,html body .bvi-body[data-bvi-size='39'] * h6 *{font-size:41px !important}html body .bvi-body[data-bvi-size='38'] *{font-size:38px !important}html body .bvi-body[data-bvi-size='38'] * h1,html body .bvi-body[data-bvi-size='38'] * h1 *{font-size:45px !important}html body .bvi-body[data-bvi-size='38'] * h2,html body .bvi-body[data-bvi-size='38'] * h2 *{font-size:44px !important}html body .bvi-body[data-bvi-size='38'] * h3,html body .bvi-body[data-bvi-size='38'] * h3 *{font-size:43px !important}html body .bvi-body[data-bvi-size='38'] * h4,html body .bvi-body[data-bvi-size='38'] * h4 *{font-size:42px !important}html body .bvi-body[data-bvi-size='38'] * h5,html body .bvi-body[data-bvi-size='38'] * h5 *{font-size:41px !important}html body .bvi-body[data-bvi-size='38'] * h6,html body .bvi-body[data-bvi-size='38'] * h6 *{font-size:40px !important}html body .bvi-body[data-bvi-size='37'] *{font-size:37px !important}html body .bvi-body[data-bvi-size='37'] * h1,html body .bvi-body[data-bvi-size='37'] * h1 *{font-size:44px !important}html body .bvi-body[data-bvi-size='37'] * h2,html body .bvi-body[data-bvi-size='37'] * h2 *{font-size:43px !important}html body .bvi-body[data-bvi-size='37'] * h3,html body .bvi-body[data-bvi-size='37'] * h3 *{font-size:42px !important}html body .bvi-body[data-bvi-size='37'] * h4,html body .bvi-body[data-bvi-size='37'] * h4 *{font-size:41px !important}html body .bvi-body[data-bvi-size='37'] * h5,html body .bvi-body[data-bvi-size='37'] * h5 *{font-size:40px !important}html body .bvi-body[data-bvi-size='37'] * h6,html body .bvi-body[data-bvi-size='37'] * h6 *{font-size:39px !important}html body .bvi-body[data-bvi-size='36'] *{font-size:36px !important}html body .bvi-body[data-bvi-size='36'] * h1,html body .bvi-body[data-bvi-size='36'] * h1 *{font-size:43px !important}html body .bvi-body[data-bvi-size='36'] * h2,html body .bvi-body[data-bvi-size='36'] * h2 *{font-size:42px !important}html body .bvi-body[data-bvi-size='36'] * h3,html body .bvi-body[data-bvi-size='36'] * h3 *{font-size:41px !important}html body .bvi-body[data-bvi-size='36'] * h4,html body .bvi-body[data-bvi-size='36'] * h4 *{font-size:40px !important}html body .bvi-body[data-bvi-size='36'] * h5,html body .bvi-body[data-bvi-size='36'] * h5 *{font-size:39px !important}html body .bvi-body[data-bvi-size='36'] * h6,html body .bvi-body[data-bvi-size='36'] * h6 *{font-size:38px !important}html body .bvi-body[data-bvi-size='35'] *{font-size:35px !important}html body .bvi-body[data-bvi-size='35'] * h1,html body .bvi-body[data-bvi-size='35'] * h1 *{font-size:42px !important}html body .bvi-body[data-bvi-size='35'] * h2,html body .bvi-body[data-bvi-size='35'] * h2 *{font-size:41px !important}html body .bvi-body[data-bvi-size='35'] * h3,html body .bvi-body[data-bvi-size='35'] * h3 *{font-size:40px !important}html body .bvi-body[data-bvi-size='35'] * h4,html body .bvi-body[data-bvi-size='35'] * h4 *{font-size:39px !important}html body .bvi-body[data-bvi-size='35'] * h5,html body .bvi-body[data-bvi-size='35'] * h5 *{font-size:38px !important}html body .bvi-body[data-bvi-size='35'] * h6,html body .bvi-body[data-bvi-size='35'] * h6 *{font-size:37px !important}html body .bvi-body[data-bvi-size='34'] *{font-size:34px !important}html body .bvi-body[data-bvi-size='34'] * h1,html body .bvi-body[data-bvi-size='34'] * h1 *{font-size:41px !important}html body .bvi-body[data-bvi-size='34'] * h2,html body .bvi-body[data-bvi-size='34'] * h2 *{font-size:40px !important}html body .bvi-body[data-bvi-size='34'] * h3,html body .bvi-body[data-bvi-size='34'] * h3 *{font-size:39px !important}html body .bvi-body[data-bvi-size='34'] * h4,html body .bvi-body[data-bvi-size='34'] * h4 *{font-size:38px !important}html body .bvi-body[data-bvi-size='34'] * h5,html body .bvi-body[data-bvi-size='34'] * h5 *{font-size:37px !important}html body .bvi-body[data-bvi-size='34'] * h6,html body .bvi-body[data-bvi-size='34'] * h6 *{font-size:36px !important}html body .bvi-body[data-bvi-size='33'] *{font-size:33px !important}html body .bvi-body[data-bvi-size='33'] * h1,html body .bvi-body[data-bvi-size='33'] * h1 *{font-size:40px !important}html body .bvi-body[data-bvi-size='33'] * h2,html body .bvi-body[data-bvi-size='33'] * h2 *{font-size:39px !important}html body .bvi-body[data-bvi-size='33'] * h3,html body .bvi-body[data-bvi-size='33'] * h3 *{font-size:38px !important}html body .bvi-body[data-bvi-size='33'] * h4,html body .bvi-body[data-bvi-size='33'] * h4 *{font-size:37px !important}html body .bvi-body[data-bvi-size='33'] * h5,html body .bvi-body[data-bvi-size='33'] * h5 *{font-size:36px !important}html body .bvi-body[data-bvi-size='33'] * h6,html body .bvi-body[data-bvi-size='33'] * h6 *{font-size:35px !important}html body .bvi-body[data-bvi-size='32'] *{font-size:32px !important}html body .bvi-body[data-bvi-size='32'] * h1,html body .bvi-body[data-bvi-size='32'] * h1 *{font-size:39px !important}html body .bvi-body[data-bvi-size='32'] * h2,html body .bvi-body[data-bvi-size='32'] * h2 *{font-size:38px !important}html body .bvi-body[data-bvi-size='32'] * h3,html body .bvi-body[data-bvi-size='32'] * h3 *{font-size:37px !important}html body .bvi-body[data-bvi-size='32'] * h4,html body .bvi-body[data-bvi-size='32'] * h4 *{font-size:36px !important}html body .bvi-body[data-bvi-size='32'] * h5,html body .bvi-body[data-bvi-size='32'] * h5 *{font-size:35px !important}html body .bvi-body[data-bvi-size='32'] * h6,html body .bvi-body[data-bvi-size='32'] * h6 *{font-size:34px !important}html body .bvi-body[data-bvi-size='31'] *{font-size:31px !important}html body .bvi-body[data-bvi-size='31'] * h1,html body .bvi-body[data-bvi-size='31'] * h1 *{font-size:38px !important}html body .bvi-body[data-bvi-size='31'] * h2,html body .bvi-body[data-bvi-size='31'] * h2 *{font-size:37px !important}html body .bvi-body[data-bvi-size='31'] * h3,html body .bvi-body[data-bvi-size='31'] * h3 *{font-size:36px !important}html body .bvi-body[data-bvi-size='31'] * h4,html body .bvi-body[data-bvi-size='31'] * h4 *{font-size:35px !important}html body .bvi-body[data-bvi-size='31'] * h5,html body .bvi-body[data-bvi-size='31'] * h5 *{font-size:34px !important}html body .bvi-body[data-bvi-size='31'] * h6,html body .bvi-body[data-bvi-size='31'] * h6 *{font-size:33px !important}html body .bvi-body[data-bvi-size='30'] *{font-size:30px !important}html body .bvi-body[data-bvi-size='30'] * h1,html body .bvi-body[data-bvi-size='30'] * h1 *{font-size:37px !important}html body .bvi-body[data-bvi-size='30'] * h2,html body .bvi-body[data-bvi-size='30'] * h2 *{font-size:36px !important}html body .bvi-body[data-bvi-size='30'] * h3,html body .bvi-body[data-bvi-size='30'] * h3 *{font-size:35px !important}html body .bvi-body[data-bvi-size='30'] * h4,html body .bvi-body[data-bvi-size='30'] * h4 *{font-size:34px !important}html body .bvi-body[data-bvi-size='30'] * h5,html body .bvi-body[data-bvi-size='30'] * h5 *{font-size:33px !important}html body .bvi-body[data-bvi-size='30'] * h6,html body .bvi-body[data-bvi-size='30'] * h6 *{font-size:32px !important}html body .bvi-body[data-bvi-size='29'] *{font-size:29px !important}html body .bvi-body[data-bvi-size='29'] * h1,html body .bvi-body[data-bvi-size='29'] * h1 *{font-size:36px !important}html body .bvi-body[data-bvi-size='29'] * h2,html body .bvi-body[data-bvi-size='29'] * h2 *{font-size:35px !important}html body .bvi-body[data-bvi-size='29'] * h3,html body .bvi-body[data-bvi-size='29'] * h3 *{font-size:34px !important}html body .bvi-body[data-bvi-size='29'] * h4,html body .bvi-body[data-bvi-size='29'] * h4 *{font-size:33px !important}html body .bvi-body[data-bvi-size='29'] * h5,html body .bvi-body[data-bvi-size='29'] * h5 *{font-size:32px !important}html body .bvi-body[data-bvi-size='29'] * h6,html body .bvi-body[data-bvi-size='29'] * h6 *{font-size:31px !important}html body .bvi-body[data-bvi-size='28'] *{font-size:28px !important}html body .bvi-body[data-bvi-size='28'] * h1,html body .bvi-body[data-bvi-size='28'] * h1 *{font-size:35px !important}html body .bvi-body[data-bvi-size='28'] * h2,html body .bvi-body[data-bvi-size='28'] * h2 *{font-size:34px !important}html body .bvi-body[data-bvi-size='28'] * h3,html body .bvi-body[data-bvi-size='28'] * h3 *{font-size:33px !important}html body .bvi-body[data-bvi-size='28'] * h4,html body .bvi-body[data-bvi-size='28'] * h4 *{font-size:32px !important}html body .bvi-body[data-bvi-size='28'] * h5,html body .bvi-body[data-bvi-size='28'] * h5 *{font-size:31px !important}html body .bvi-body[data-bvi-size='28'] * h6,html body .bvi-body[data-bvi-size='28'] * h6 *{font-size:30px !important}html body .bvi-body[data-bvi-size='27'] *{font-size:27px !important}html body .bvi-body[data-bvi-size='27'] * h1,html body .bvi-body[data-bvi-size='27'] * h1 *{font-size:34px !important}html body .bvi-body[data-bvi-size='27'] * h2,html body .bvi-body[data-bvi-size='27'] * h2 *{font-size:33px !important}html body .bvi-body[data-bvi-size='27'] * h3,html body .bvi-body[data-bvi-size='27'] * h3 *{font-size:32px !important}html body .bvi-body[data-bvi-size='27'] * h4,html body .bvi-body[data-bvi-size='27'] * h4 *{font-size:31px !important}html body .bvi-body[data-bvi-size='27'] * h5,html body .bvi-body[data-bvi-size='27'] * h5 *{font-size:30px !important}html body .bvi-body[data-bvi-size='27'] * h6,html body .bvi-body[data-bvi-size='27'] * h6 *{font-size:29px !important}html body .bvi-body[data-bvi-size='26'] *{font-size:26px !important}html body .bvi-body[data-bvi-size='26'] * h1,html body .bvi-body[data-bvi-size='26'] * h1 *{font-size:33px !important}html body .bvi-body[data-bvi-size='26'] * h2,html body .bvi-body[data-bvi-size='26'] * h2 *{font-size:32px !important}html body .bvi-body[data-bvi-size='26'] * h3,html body .bvi-body[data-bvi-size='26'] * h3 *{font-size:31px !important}html body .bvi-body[data-bvi-size='26'] * h4,html body .bvi-body[data-bvi-size='26'] * h4 *{font-size:30px !important}html body .bvi-body[data-bvi-size='26'] * h5,html body .bvi-body[data-bvi-size='26'] * h5 *{font-size:29px !important}html body .bvi-body[data-bvi-size='26'] * h6,html body .bvi-body[data-bvi-size='26'] * h6 *{font-size:28px !important}html body .bvi-body[data-bvi-size='25'] *{font-size:25px !important}html body .bvi-body[data-bvi-size='25'] * h1,html body .bvi-body[data-bvi-size='25'] * h1 *{font-size:32px !important}html body .bvi-body[data-bvi-size='25'] * h2,html body .bvi-body[data-bvi-size='25'] * h2 *{font-size:31px !important}html body .bvi-body[data-bvi-size='25'] * h3,html body .bvi-body[data-bvi-size='25'] * h3 *{font-size:30px !important}html body .bvi-body[data-bvi-size='25'] * h4,html body .bvi-body[data-bvi-size='25'] * h4 *{font-size:29px !important}html body .bvi-body[data-bvi-size='25'] * h5,html body .bvi-body[data-bvi-size='25'] * h5 *{font-size:28px !important}html body .bvi-body[data-bvi-size='25'] * h6,html body .bvi-body[data-bvi-size='25'] * h6 *{font-size:27px !important}html body .bvi-body[data-bvi-size='24'] *{font-size:24px !important}html body .bvi-body[data-bvi-size='24'] * h1,html body .bvi-body[data-bvi-size='24'] * h1 *{font-size:31px !important}html body .bvi-body[data-bvi-size='24'] * h2,html body .bvi-body[data-bvi-size='24'] * h2 *{font-size:30px !important}html body .bvi-body[data-bvi-size='24'] * h3,html body .bvi-body[data-bvi-size='24'] * h3 *{font-size:29px !important}html body .bvi-body[data-bvi-size='24'] * h4,html body .bvi-body[data-bvi-size='24'] * h4 *{font-size:28px !important}html body .bvi-body[data-bvi-size='24'] * h5,html body .bvi-body[data-bvi-size='24'] * h5 *{font-size:27px !important}html body .bvi-body[data-bvi-size='24'] * h6,html body .bvi-body[data-bvi-size='24'] * h6 *{font-size:26px !important}html body .bvi-body[data-bvi-size='23'] *{font-size:23px !important}html body .bvi-body[data-bvi-size='23'] * h1,html body .bvi-body[data-bvi-size='23'] * h1 *{font-size:30px !important}html body .bvi-body[data-bvi-size='23'] * h2,html body .bvi-body[data-bvi-size='23'] * h2 *{font-size:29px !important}html body .bvi-body[data-bvi-size='23'] * h3,html body .bvi-body[data-bvi-size='23'] * h3 *{font-size:28px !important}html body .bvi-body[data-bvi-size='23'] * h4,html body .bvi-body[data-bvi-size='23'] * h4 *{font-size:27px !important}html body .bvi-body[data-bvi-size='23'] * h5,html body .bvi-body[data-bvi-size='23'] * h5 *{font-size:26px !important}html body .bvi-body[data-bvi-size='23'] * h6,html body .bvi-body[data-bvi-size='23'] * h6 *{font-size:25px !important}html body .bvi-body[data-bvi-size='22'] *{font-size:22px !important}html body .bvi-body[data-bvi-size='22'] * h1,html body .bvi-body[data-bvi-size='22'] * h1 *{font-size:29px !important}html body .bvi-body[data-bvi-size='22'] * h2,html body .bvi-body[data-bvi-size='22'] * h2 *{font-size:28px !important}html body .bvi-body[data-bvi-size='22'] * h3,html body .bvi-body[data-bvi-size='22'] * h3 *{font-size:27px !important}html body .bvi-body[data-bvi-size='22'] * h4,html body .bvi-body[data-bvi-size='22'] * h4 *{font-size:26px !important}html body .bvi-body[data-bvi-size='22'] * h5,html body .bvi-body[data-bvi-size='22'] * h5 *{font-size:25px !important}html body .bvi-body[data-bvi-size='22'] * h6,html body .bvi-body[data-bvi-size='22'] * h6 *{font-size:24px !important}html body .bvi-body[data-bvi-size='21'] *{font-size:21px !important}html body .bvi-body[data-bvi-size='21'] * h1,html body .bvi-body[data-bvi-size='21'] * h1 *{font-size:28px !important}html body .bvi-body[data-bvi-size='21'] * h2,html body .bvi-body[data-bvi-size='21'] * h2 *{font-size:27px !important}html body .bvi-body[data-bvi-size='21'] * h3,html body .bvi-body[data-bvi-size='21'] * h3 *{font-size:26px !important}html body .bvi-body[data-bvi-size='21'] * h4,html body .bvi-body[data-bvi-size='21'] * h4 *{font-size:25px !important}html body .bvi-body[data-bvi-size='21'] * h5,html body .bvi-body[data-bvi-size='21'] * h5 *{font-size:24px !important}html body .bvi-body[data-bvi-size='21'] * h6,html body .bvi-body[data-bvi-size='21'] * h6 *{font-size:23px !important}html body .bvi-body[data-bvi-size='20'] *{font-size:20px !important}html body .bvi-body[data-bvi-size='20'] * h1,html body .bvi-body[data-bvi-size='20'] * h1 *{font-size:27px !important}html body .bvi-body[data-bvi-size='20'] * h2,html body .bvi-body[data-bvi-size='20'] * h2 *{font-size:26px !important}html body .bvi-body[data-bvi-size='20'] * h3,html body .bvi-body[data-bvi-size='20'] * h3 *{font-size:25px !important}html body .bvi-body[data-bvi-size='20'] * h4,html body .bvi-body[data-bvi-size='20'] * h4 *{font-size:24px !important}html body .bvi-body[data-bvi-size='20'] * h5,html body .bvi-body[data-bvi-size='20'] * h5 *{font-size:23px !important}html body .bvi-body[data-bvi-size='20'] * h6,html body .bvi-body[data-bvi-size='20'] * h6 *{font-size:22px !important}html body .bvi-body[data-bvi-size='19'] *{font-size:19px !important}html body .bvi-body[data-bvi-size='19'] * h1,html body .bvi-body[data-bvi-size='19'] * h1 *{font-size:26px !important}html body .bvi-body[data-bvi-size='19'] * h2,html body .bvi-body[data-bvi-size='19'] * h2 *{font-size:25px !important}html body .bvi-body[data-bvi-size='19'] * h3,html body .bvi-body[data-bvi-size='19'] * h3 *{font-size:24px !important}html body .bvi-body[data-bvi-size='19'] * h4,html body .bvi-body[data-bvi-size='19'] * h4 *{font-size:23px !important}html body .bvi-body[data-bvi-size='19'] * h5,html body .bvi-body[data-bvi-size='19'] * h5 *{font-size:22px !important}html body .bvi-body[data-bvi-size='19'] * h6,html body .bvi-body[data-bvi-size='19'] * h6 *{font-size:21px !important}html body .bvi-body[data-bvi-size='18'] *{font-size:18px !important}html body .bvi-body[data-bvi-size='18'] * h1,html body .bvi-body[data-bvi-size='18'] * h1 *{font-size:25px !important}html body .bvi-body[data-bvi-size='18'] * h2,html body .bvi-body[data-bvi-size='18'] * h2 *{font-size:24px !important}html body .bvi-body[data-bvi-size='18'] * h3,html body .bvi-body[data-bvi-size='18'] * h3 *{font-size:23px !important}html body .bvi-body[data-bvi-size='18'] * h4,html body .bvi-body[data-bvi-size='18'] * h4 *{font-size:22px !important}html body .bvi-body[data-bvi-size='18'] * h5,html body .bvi-body[data-bvi-size='18'] * h5 *{font-size:21px !important}html body .bvi-body[data-bvi-size='18'] * h6,html body .bvi-body[data-bvi-size='18'] * h6 *{font-size:20px !important}html body .bvi-body[data-bvi-size='17'] *{font-size:17px !important}html body .bvi-body[data-bvi-size='17'] * h1,html body .bvi-body[data-bvi-size='17'] * h1 *{font-size:24px !important}html body .bvi-body[data-bvi-size='17'] * h2,html body .bvi-body[data-bvi-size='17'] * h2 *{font-size:23px !important}html body .bvi-body[data-bvi-size='17'] * h3,html body .bvi-body[data-bvi-size='17'] * h3 *{font-size:22px !important}html body .bvi-body[data-bvi-size='17'] * h4,html body .bvi-body[data-bvi-size='17'] * h4 *{font-size:21px !important}html body .bvi-body[data-bvi-size='17'] * h5,html body .bvi-body[data-bvi-size='17'] * h5 *{font-size:20px !important}html body .bvi-body[data-bvi-size='17'] * h6,html body .bvi-body[data-bvi-size='17'] * h6 *{font-size:19px !important}html body .bvi-body[data-bvi-size='16'] *{font-size:16px !important}html body .bvi-body[data-bvi-size='16'] * h1,html body .bvi-body[data-bvi-size='16'] * h1 *{font-size:23px !important}html body .bvi-body[data-bvi-size='16'] * h2,html body .bvi-body[data-bvi-size='16'] * h2 *{font-size:22px !important}html body .bvi-body[data-bvi-size='16'] * h3,html body .bvi-body[data-bvi-size='16'] * h3 *{font-size:21px !important}html body .bvi-body[data-bvi-size='16'] * h4,html body .bvi-body[data-bvi-size='16'] * h4 *{font-size:20px !important}html body .bvi-body[data-bvi-size='16'] * h5,html body .bvi-body[data-bvi-size='16'] * h5 *{font-size:19px !important}html body .bvi-body[data-bvi-size='16'] * h6,html body .bvi-body[data-bvi-size='16'] * h6 *{font-size:18px !important}html body .bvi-body[data-bvi-size='15'] *{font-size:15px !important}html body .bvi-body[data-bvi-size='15'] * h1,html body .bvi-body[data-bvi-size='15'] * h1 *{font-size:22px !important}html body .bvi-body[data-bvi-size='15'] * h2,html body .bvi-body[data-bvi-size='15'] * h2 *{font-size:21px !important}html body .bvi-body[data-bvi-size='15'] * h3,html body .bvi-body[data-bvi-size='15'] * h3 *{font-size:20px !important}html body .bvi-body[data-bvi-size='15'] * h4,html body .bvi-body[data-bvi-size='15'] * h4 *{font-size:19px !important}html body .bvi-body[data-bvi-size='15'] * h5,html body .bvi-body[data-bvi-size='15'] * h5 *{font-size:18px !important}html body .bvi-body[data-bvi-size='15'] * h6,html body .bvi-body[data-bvi-size='15'] * h6 *{font-size:17px !important}html body .bvi-body[data-bvi-size='14'] *{font-size:14px !important}html body .bvi-body[data-bvi-size='14'] * h1,html body .bvi-body[data-bvi-size='14'] * h1 *{font-size:21px !important}html body .bvi-body[data-bvi-size='14'] * h2,html body .bvi-body[data-bvi-size='14'] * h2 *{font-size:20px !important}html body .bvi-body[data-bvi-size='14'] * h3,html body .bvi-body[data-bvi-size='14'] * h3 *{font-size:19px !important}html body .bvi-body[data-bvi-size='14'] * h4,html body .bvi-body[data-bvi-size='14'] * h4 *{font-size:18px !important}html body .bvi-body[data-bvi-size='14'] * h5,html body .bvi-body[data-bvi-size='14'] * h5 *{font-size:17px !important}html body .bvi-body[data-bvi-size='14'] * h6,html body .bvi-body[data-bvi-size='14'] * h6 *{font-size:16px !important}html body .bvi-body[data-bvi-size='13'] *{font-size:13px !important}html body .bvi-body[data-bvi-size='13'] * h1,html body .bvi-body[data-bvi-size='13'] * h1 *{font-size:20px !important}html body .bvi-body[data-bvi-size='13'] * h2,html body .bvi-body[data-bvi-size='13'] * h2 *{font-size:19px !important}html body .bvi-body[data-bvi-size='13'] * h3,html body .bvi-body[data-bvi-size='13'] * h3 *{font-size:18px !important}html body .bvi-body[data-bvi-size='13'] * h4,html body .bvi-body[data-bvi-size='13'] * h4 *{font-size:17px !important}html body .bvi-body[data-bvi-size='13'] * h5,html body .bvi-body[data-bvi-size='13'] * h5 *{font-size:16px !important}html body .bvi-body[data-bvi-size='13'] * h6,html body .bvi-body[data-bvi-size='13'] * h6 *{font-size:15px !important}html body .bvi-body[data-bvi-size='12'] *{font-size:12px !important}html body .bvi-body[data-bvi-size='12'] * h1,html body .bvi-body[data-bvi-size='12'] * h1 *{font-size:19px !important}html body .bvi-body[data-bvi-size='12'] * h2,html body .bvi-body[data-bvi-size='12'] * h2 *{font-size:18px !important}html body .bvi-body[data-bvi-size='12'] * h3,html body .bvi-body[data-bvi-size='12'] * h3 *{font-size:17px !important}html body .bvi-body[data-bvi-size='12'] * h4,html body .bvi-body[data-bvi-size='12'] * h4 *{font-size:16px !important}html body .bvi-body[data-bvi-size='12'] * h5,html body .bvi-body[data-bvi-size='12'] * h5 *{font-size:15px !important}html body .bvi-body[data-bvi-size='12'] * h6,html body .bvi-body[data-bvi-size='12'] * h6 *{font-size:14px !important}html body .bvi-body[data-bvi-size='11'] *{font-size:11px !important}html body .bvi-body[data-bvi-size='11'] * h1,html body .bvi-body[data-bvi-size='11'] * h1 *{font-size:18px !important}html body .bvi-body[data-bvi-size='11'] * h2,html body .bvi-body[data-bvi-size='11'] * h2 *{font-size:17px !important}html body .bvi-body[data-bvi-size='11'] * h3,html body .bvi-body[data-bvi-size='11'] * h3 *{font-size:16px !important}html body .bvi-body[data-bvi-size='11'] * h4,html body .bvi-body[data-bvi-size='11'] * h4 *{font-size:15px !important}html body .bvi-body[data-bvi-size='11'] * h5,html body .bvi-body[data-bvi-size='11'] * h5 *{font-size:14px !important}html body .bvi-body[data-bvi-size='11'] * h6,html body .bvi-body[data-bvi-size='11'] * h6 *{font-size:13px !important}html body .bvi-body[data-bvi-size='10'] *{font-size:10px !important}html body .bvi-body[data-bvi-size='10'] * h1,html body .bvi-body[data-bvi-size='10'] * h1 *{font-size:17px !important}html body .bvi-body[data-bvi-size='10'] * h2,html body .bvi-body[data-bvi-size='10'] * h2 *{font-size:16px !important}html body .bvi-body[data-bvi-size='10'] * h3,html body .bvi-body[data-bvi-size='10'] * h3 *{font-size:15px !important}html body .bvi-body[data-bvi-size='10'] * h4,html body .bvi-body[data-bvi-size='10'] * h4 *{font-size:14px !important}html body .bvi-body[data-bvi-size='10'] * h5,html body .bvi-body[data-bvi-size='10'] * h5 *{font-size:13px !important}html body .bvi-body[data-bvi-size='10'] * h6,html body .bvi-body[data-bvi-size='10'] * h6 *{font-size:12px !important}html body .bvi-body[data-bvi-size='9'] *{font-size:9px !important}html body .bvi-body[data-bvi-size='9'] * h1,html body .bvi-body[data-bvi-size='9'] * h1 *{font-size:16px !important}html body .bvi-body[data-bvi-size='9'] * h2,html body .bvi-body[data-bvi-size='9'] * h2 *{font-size:15px !important}html body .bvi-body[data-bvi-size='9'] * h3,html body .bvi-body[data-bvi-size='9'] * h3 *{font-size:14px !important}html body .bvi-body[data-bvi-size='9'] * h4,html body .bvi-body[data-bvi-size='9'] * h4 *{font-size:13px !important}html body .bvi-body[data-bvi-size='9'] * h5,html body .bvi-body[data-bvi-size='9'] * h5 *{font-size:12px !important}html body .bvi-body[data-bvi-size='9'] * h6,html body .bvi-body[data-bvi-size='9'] * h6 *{font-size:11px !important}html body .bvi-body[data-bvi-size='8'] *{font-size:8px !important}html body .bvi-body[data-bvi-size='8'] * h1,html body .bvi-body[data-bvi-size='8'] * h1 *{font-size:15px !important}html body .bvi-body[data-bvi-size='8'] * h2,html body .bvi-body[data-bvi-size='8'] * h2 *{font-size:14px !important}html body .bvi-body[data-bvi-size='8'] * h3,html body .bvi-body[data-bvi-size='8'] * h3 *{font-size:13px !important}html body .bvi-body[data-bvi-size='8'] * h4,html body .bvi-body[data-bvi-size='8'] * h4 *{font-size:12px !important}html body .bvi-body[data-bvi-size='8'] * h5,html body .bvi-body[data-bvi-size='8'] * h5 *{font-size:11px !important}html body .bvi-body[data-bvi-size='8'] * h6,html body .bvi-body[data-bvi-size='8'] * h6 *{font-size:10px !important}html body .bvi-body[data-bvi-size='7'] *{font-size:7px !important}html body .bvi-body[data-bvi-size='7'] * h1,html body .bvi-body[data-bvi-size='7'] * h1 *{font-size:14px !important}html body .bvi-body[data-bvi-size='7'] * h2,html body .bvi-body[data-bvi-size='7'] * h2 *{font-size:13px !important}html body .bvi-body[data-bvi-size='7'] * h3,html body .bvi-body[data-bvi-size='7'] * h3 *{font-size:12px !important}html body .bvi-body[data-bvi-size='7'] * h4,html body .bvi-body[data-bvi-size='7'] * h4 *{font-size:11px !important}html body .bvi-body[data-bvi-size='7'] * h5,html body .bvi-body[data-bvi-size='7'] * h5 *{font-size:10px !important}html body .bvi-body[data-bvi-size='7'] * h6,html body .bvi-body[data-bvi-size='7'] * h6 *{font-size:9px !important}html body .bvi-body[data-bvi-size='6'] *{font-size:6px !important}html body .bvi-body[data-bvi-size='6'] * h1,html body .bvi-body[data-bvi-size='6'] * h1 *{font-size:13px !important}html body .bvi-body[data-bvi-size='6'] * h2,html body .bvi-body[data-bvi-size='6'] * h2 *{font-size:12px !important}html body .bvi-body[data-bvi-size='6'] * h3,html body .bvi-body[data-bvi-size='6'] * h3 *{font-size:11px !important}html body .bvi-body[data-bvi-size='6'] * h4,html body .bvi-body[data-bvi-size='6'] * h4 *{font-size:10px !important}html body .bvi-body[data-bvi-size='6'] * h5,html body .bvi-body[data-bvi-size='6'] * h5 *{font-size:9px !important}html body .bvi-body[data-bvi-size='6'] * h6,html body .bvi-body[data-bvi-size='6'] * h6 *{font-size:8px !important}html body .bvi-body[data-bvi-size='5'] *{font-size:5px !important}html body .bvi-body[data-bvi-size='5'] * h1,html body .bvi-body[data-bvi-size='5'] * h1 *{font-size:12px !important}html body .bvi-body[data-bvi-size='5'] * h2,html body .bvi-body[data-bvi-size='5'] * h2 *{font-size:11px !important}html body .bvi-body[data-bvi-size='5'] * h3,html body .bvi-body[data-bvi-size='5'] * h3 *{font-size:10px !important}html body .bvi-body[data-bvi-size='5'] * h4,html body .bvi-body[data-bvi-size='5'] * h4 *{font-size:9px !important}html body .bvi-body[data-bvi-size='5'] * h5,html body .bvi-body[data-bvi-size='5'] * h5 *{font-size:8px !important}html body .bvi-body[data-bvi-size='5'] * h6,html body .bvi-body[data-bvi-size='5'] * h6 *{font-size:7px !important}html body .bvi-body[data-bvi-size='4'] *{font-size:4px !important}html body .bvi-body[data-bvi-size='4'] * h1,html body .bvi-body[data-bvi-size='4'] * h1 *{font-size:11px !important}html body .bvi-body[data-bvi-size='4'] * h2,html body .bvi-body[data-bvi-size='4'] * h2 *{font-size:10px !important}html body .bvi-body[data-bvi-size='4'] * h3,html body .bvi-body[data-bvi-size='4'] * h3 *{font-size:9px !important}html body .bvi-body[data-bvi-size='4'] * h4,html body .bvi-body[data-bvi-size='4'] * h4 *{font-size:8px !important}html body .bvi-body[data-bvi-size='4'] * h5,html body .bvi-body[data-bvi-size='4'] * h5 *{font-size:7px !important}html body .bvi-body[data-bvi-size='4'] * h6,html body .bvi-body[data-bvi-size='4'] * h6 *{font-size:6px !important}html body .bvi-body[data-bvi-size='3'] *{font-size:3px !important}html body .bvi-body[data-bvi-size='3'] * h1,html body .bvi-body[data-bvi-size='3'] * h1 *{font-size:10px !important}html body .bvi-body[data-bvi-size='3'] * h2,html body .bvi-body[data-bvi-size='3'] * h2 *{font-size:9px !important}html body .bvi-body[data-bvi-size='3'] * h3,html body .bvi-body[data-bvi-size='3'] * h3 *{font-size:8px !important}html body .bvi-body[data-bvi-size='3'] * h4,html body .bvi-body[data-bvi-size='3'] * h4 *{font-size:7px !important}html body .bvi-body[data-bvi-size='3'] * h5,html body .bvi-body[data-bvi-size='3'] * h5 *{font-size:6px !important}html body .bvi-body[data-bvi-size='3'] * h6,html body .bvi-body[data-bvi-size='3'] * h6 *{font-size:5px !important}html body .bvi-body[data-bvi-size='2'] *{font-size:2px !important}html body .bvi-body[data-bvi-size='2'] * h1,html body .bvi-body[data-bvi-size='2'] * h1 *{font-size:9px !important}html body .bvi-body[data-bvi-size='2'] * h2,html body .bvi-body[data-bvi-size='2'] * h2 *{font-size:8px !important}html body .bvi-body[data-bvi-size='2'] * h3,html body .bvi-body[data-bvi-size='2'] * h3 *{font-size:7px !important}html body .bvi-body[data-bvi-size='2'] * h4,html body .bvi-body[data-bvi-size='2'] * h4 *{font-size:6px !important}html body .bvi-body[data-bvi-size='2'] * h5,html body .bvi-body[data-bvi-size='2'] * h5 *{font-size:5px !important}html body .bvi-body[data-bvi-size='2'] * h6,html body .bvi-body[data-bvi-size='2'] * h6 *{font-size:4px !important}html body .bvi-body[data-bvi-size='1'] *{font-size:1px !important}html body .bvi-body[data-bvi-size='1'] * h1,html body .bvi-body[data-bvi-size='1'] * h1 *{font-size:8px !important}html body .bvi-body[data-bvi-size='1'] * h2,html body .bvi-body[data-bvi-size='1'] * h2 *{font-size:7px !important}html body .bvi-body[data-bvi-size='1'] * h3,html body .bvi-body[data-bvi-size='1'] * h3 *{font-size:6px !important}html body .bvi-body[data-bvi-size='1'] * h4,html body .bvi-body[data-bvi-size='1'] * h4 *{font-size:5px !important}html body .bvi-body[data-bvi-size='1'] * h5,html body .bvi-body[data-bvi-size='1'] * h5 *{font-size:4px !important}html body .bvi-body[data-bvi-size='1'] * h6,html body .bvi-body[data-bvi-size='1'] * h6 *{font-size:3px !important}html body .bvi-body[data-bvi-images='true'] img{-webkit-filter:grayscale(0);filter:grayscale(0)}html body .bvi-body[data-bvi-images='false'] .bvi-img-off{border:2px dashed !important;box-sizing:border-box !important;overflow:hidden !important;max-width:100% !important;max-height:100% !important;word-wrap:break-word !important;text-align:center !important;display:flex !important;align-items:center !important;justify-content:center !important}html body .bvi-body[data-bvi-images='grayscale'] img.grayscale{filter:url("data:image/svg+xml;utf8,<svgxmlns='http://www.w3.org/2000/svg'><filterid='grayscale'><feColorMatrixtype='saturate'values='0'/></filter></svg>#grayscale");-webkit-filter:grayscale(1);filter:grayscale(1);filter:gray}html body .bvi-body[data-bvi-images='grayscale'] .bvi-div-grayscale{position:relative;display:block}html body .bvi-body[data-bvi-line-height='normal'] *{line-height:1.5 !important}html body .bvi-body[data-bvi-line-height='average'] *{line-height:2 !important}html body .bvi-body[data-bvi-line-height='big'] *{line-height:2.5 !important}html body .bvi-body[data-bvi-letter-spacing='normal'] *{letter-spacing:0 !important}html body .bvi-body[data-bvi-letter-spacing='average'] *{letter-spacing:2px !important}html body .bvi-body[data-bvi-letter-spacing='big'] *{letter-spacing:4px !important}html body .bvi-body[data-bvi-font-family='arial'] *:not(i):not(span){font-family:Arial,sans-serif}html body .bvi-body[data-bvi-font-family='times'] *:not(i):not(span){font-family:"Times New roman"}html body .bvi-body[data-bvi-flash-iframe='true'] iframe,html body .bvi-body[data-bvi-flash-iframe='true'] video,html body .bvi-body[data-bvi-flash-iframe='true'] figure{display:block}html body .bvi-body[data-bvi-flash-iframe='false'] iframe,html body .bvi-body[data-bvi-flash-iframe='false'] video,html body .bvi-body[data-bvi-flash-iframe='false'] figure{display:none}
/* End */


/* Start:/bitrix/components/vision/vision.special/templates/.default/style/css/bvi-font.min.css?16793997491612*/
.bvi-icon{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.bvi-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.bvi-xs{font-size:.75em !important}.bvi-sm{font-size:.875em !important}.bvi-1x{font-size:1em !important}.bvi-2x{font-size:2em !important}.bvi-3x{font-size:3em !important}.bvi-4x{font-size:4em !important}.bvi-5x{font-size:5em !important}.bvi-6x{font-size:6em !important}.bvi-7x{font-size:7em !important}.bvi-8x{font-size:8em !important}.bvi-9x{font-size:9em !important}.bvi-10x{font-size:10em !important}.bvi-font:before{content:"\f031"}.bvi-plus:before{content:"\f067"}.bvi-minus:before{content:"\f068"}.bvi-circle:before{content:"\f111"}.bvi-circle-notch:before{content:"\f1ce"}.bvi-adjust:before{content:"\f042"}.bvi-volume-up:before{content:"\f028"}.bvi-volume-off:before{content:"\f026"}.bvi-cogs:before{content:"\f085"}.bvi-low-vision:before{content:"\f2a8"}.bvi-chevron-circle-up:before{content:"\f139"}.bvi-eye:before{content:"\f06e"}.bvi-sync-alt:before{content:"\f2f1"}.bvi-times-circle:before{content:"\f057"}.bvi-bolt:before{content:"\f0e7"}@font-face{font-family:'Font Awesome 5 Free';font-style:normal;font-weight:900;font-display:auto;src:url("/bitrix/components/vision/vision.special/templates/.default/style/css/../fonts/fa-solid-900.eot");src:url("/bitrix/components/vision/vision.special/templates/.default/style/css/../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("/bitrix/components/vision/vision.special/templates/.default/style/css/../fonts/fa-solid-900.woff2") format("woff2"),url("/bitrix/components/vision/vision.special/templates/.default/style/css/../fonts/fa-solid-900.woff") format("woff"),url("/bitrix/components/vision/vision.special/templates/.default/style/css/../fonts/fa-solid-900.ttf") format("truetype")}.bvi-icon{font-family:'Font Awesome 5 Free';font-weight:900}
/* End */
/* /local/templates/bioprestige/css/main.min.css?1781161350584560 */
/* /local/templates/bioprestige/css/common.min.css?17836962751567 */
/* /local/templates/bioprestige/css/additional.min.css?178369625563009 */
/* /bitrix/components/bitrix/search.suggest.input/templates/.default/style.css?1679399749501 */
/* /local/templates/bioprestige/styles.css?1773142400201 */
/* /bitrix/components/vision/vision.special/templates/.default/style/css/style.css?167939974970 */
/* /bitrix/components/vision/vision.special/templates/.default/style/css/bvi-font.min.css?16793997491612 */
/* /bitrix/components/vision/vision.special/templates/.default/style/css/bvi.min.css?1679399749127805 */
/* /bitrix/components/vision/vision.special/templates/.default/style/css/bvi.min.css?1679399749127805 */
/* /bitrix/components/vision/vision.special/templates/.default/style/css/bvi-font.min.css?16793997491612 */
