@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap");
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: 0.35em 0.75em 0.625em
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 16px;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html.no-js {
	overflow: hidden
}

img {
	max-width: 100%
}

button {
	cursor: pointer;
	padding: 0;
	margin: 0
}

button:focus {
	outline: none
}

body {
	font-family: "Roboto", "Arial", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	color: #242627;
	background-color: #fff
}

a {
	color: #0083BF;
	text-decoration: none
}

a:hover {
	color: #00A5F1;
	text-decoration: underline
}

hr {
	border-bottom: none;
	border-top: 1px solid #ccc
}

.o-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
	z-index: 11
}

.o-header.js-fixed {
	position: fixed
}

.o-header__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 130px;
	padding: 15px 60px;
	background-color: transparent
}

.o-header__logo svg {
	background: url("../img/logo-k.png") no-repeat;
	height: 90px;
	width: 90px
}

.o-header__nav .c-nav {
	padding: 0;
	margin: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.o-header__nav .c-nav .c-submenu {
	display: none
}

.o-header__nav .c-nav__item {
	font-size: 14px;
	font-weight: 500;
	margin-left: 35px
}

.o-header__nav .c-nav__item:first-child {
	margin-left: 0
}

.o-header__nav .c-nav__item a {
	color: #fff
}

.o-header__nav .c-nav__item a:hover {
	color: #fff;
	text-decoration: none
}

.o-header__nav .c-nav__item--lang {
	position: relative
}

.o-header__nav .c-nav__item--lang .c-submenu {
	position: absolute;
	padding: 0;
	margin: 0;
	list-style: none;
	top: 30px;
	left: -9px;
	width: 38px;
	padding: 10px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.o-header__nav .c-nav__item--lang .c-submenu::before {
	position: absolute;
	top: -5px;
	left: calc(50% - 5px);
	z-index: 1;
	width: 10px;
	height: 10px;
	pointer-events: none;
	visibility: visible;
	content: " ";
	background: #fff;
	border-right: none;
	border-bottom: none;
	opacity: 1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.o-header__nav .c-nav__item--lang .c-submenu li {
	margin-bottom: 10px
}

.o-header__nav .c-nav__item--lang .c-submenu li:last-child {
	margin-bottom: 0
}

.o-header__nav .c-nav__item--lang .c-submenu li a {
	color: #000
}

.o-header__nav .c-nav__item--icon svg {
	max-width: 20px;
	max-height: 20px
}

.o-header__nav .c-nav__item--search a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.o-header__nav .c-nav__item--search a svg {
	fill: #fff
}

.o-header__nav .c-nav__item--search .c-search-area {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 300px;
	background-color: #fff;
	display: none
}

.o-header__nav .c-nav__item--search .c-search-area .o-container {
	position: relative
}

.o-header__nav .c-nav__item--search .c-search-area__wrapper {
	padding: 5px
}

.o-header__nav .c-nav__item--search .c-search-area__wrapper-form form {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 300px
}

.o-header__nav .c-nav__item--search .c-search-area__wrapper-form form input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 45px;
	border: none;
	border-bottom: 1px solid #E5E5E5;
	padding: 0 45px 0 15px
}

.o-header__nav .c-nav__item--search .c-search-area__wrapper-form form input:focus {
	outline: none
}

.o-header__nav .c-nav__item--search .c-search-area__wrapper-form form button {
	top: 0;
	right: 0;
	background: none;
	border: none;
	width: 45px;
	height: 45px;
	padding: 0;
	margin: 0
}

.o-header__nav .c-nav__item--search .c-search-area__wrapper-form form button svg {
	width: 18px;
	height: 18px;
	fill: #052B49
}

.o-header__nav .c-nav__item--search .c-search-area__wrapper-content ul {
	list-style: none;
	padding: 5px;
	margin: 0
}

.o-header__nav .c-nav__item--search .c-search-area__wrapper-content ul li {
	padding: 10px 0;
	cursor: pointer
}

@media (max-width: 768px) {
	.o-header__nav .c-nav__item--search .c-search-area {
		left: 0;
		width: 100%
	}
}

.o-header__nav .c-nav__item--menu-trigger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer
}

.o-header__nav .c-nav__item--menu-trigger .title {
	font-size: 13px;
	color: #fff;
	margin-right: 10px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.o-header__nav .c-nav__item--menu-trigger.js-open .title {
	opacity: 0
}

.o-header__nav .c-nav__item--menu-trigger.js-open .o-nav-icon {
	height: 32px
}

.o-header__nav .o-nav-icon {
	width: 36px;
	height: 20px;
	position: relative;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	cursor: pointer
}

.o-header__nav .o-nav-icon span {
	position: absolute;
	width: 36px;
	height: 3px;
	display: block;
	background: #fff;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	border-radius: 3px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.o-header__nav .o-nav-icon span:nth-child(1) {
	top: 0
}

.o-header__nav .o-nav-icon span:nth-child(2) {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.o-header__nav .o-nav-icon span:nth-child(3) {
	bottom: 0
}

.o-header__nav .o-nav-icon.js-open span:nth-child(1) {
	top: 50%;
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.o-header__nav .o-nav-icon.js-open span:nth-child(2) {
	left: -60px;
	opacity: 0
}

.o-header__nav .o-nav-icon.js-open span:nth-child(3) {
	top: 50%;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

@media (max-width: 480px) {
	.o-header__top {
		height: 115px;
		padding-left: 15px;
		padding-right: 15px
	}
}

.o-container {
	width: 100%;
	padding-right: .9375rem;
	padding-left: .9375rem;
	margin-right: auto;
	margin-left: auto
}

@media (min-width: 991px) {
	.o-container {
		max-width: 1200px
	}
	.o-container--large {
		max-width: 1230px
	}
}

.o-container:after {
	display: block !important;
	clear: both !important;
	content: "" !important
}

.o-container__wrapper {
	position: relative;
	z-index: 1
}

.o-container--page {
	padding-top: 60px;
	padding-bottom: 40px
}

@media (max-width: 768px) {
	.o-container--page {
		padding-top: 40px
	}
}

.c-main-nav {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-right: 30px;
	position: relative
}

.c-main-nav__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	border-right: 1px solid rgba(112, 112, 112, 0.35)
}

.c-main-nav__container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(6, 6, 21, 0.9);
	z-index: 10;
	display: none;
	padding: 100px 45px 0 45px
}

.c-main-nav__container .o-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.c-main-nav__item {
	font-size: 41px;
	font-weight: 700;
	padding-bottom: 30px
}

.c-main-nav__item:last-child {
	padding-bottom: 0
}

.c-main-nav__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	position: relative;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	padding-right: 80px
}

.c-main-nav__item a:before {
	content: "";
	position: absolute;
	width: 42px;
	height: 16px;
	background: url(../img/sprite-svg/arrow-right-icon.svg) no-repeat;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.c-main-nav__item a:hover {
	text-decoration: none
}

.c-main-nav__item a:hover:before {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

.c-main-nav__item .sub-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	display: none;
	position: absolute;
	top: 0;
	right: calc(-300px - 100px);
	width: 300px;
	font-size: 21px;
	font-weight: normal
}

.c-main-nav__item .sub-menu li {
	margin-bottom: 25px
}

.c-main-nav__item .sub-menu li a {
	padding-right: 0
}

.c-main-nav__item .sub-menu li a:before {
	display: none
}

@media (max-width: 1366px) {
	.c-main-nav__item {
		font-size: 36px;
		padding-bottom: 20px
	}
	.c-main-nav__item .sub-menu {
		font-size: 20px;
		margin-bottom: 15px
	}
}

@media (max-width: 1200px) {
	.c-main-nav {
		padding-right: 30px
	}
	.c-main-nav__item {
		font-size: 26px;
		padding-bottom: 25px
	}
	.c-main-nav__item .sub-menu {
		right: calc(-300px - 80px);
		font-size: 18px
	}
	.c-main-nav__item .sub-menu li {
		margin-bottom: 20px
	}
}

@media (max-width: 991px) {
	.c-main-nav__container {
		padding-top: 0
	}
	.c-main-nav__item {
		font-size: 24px;
		padding-bottom: 15px
	}
	.c-main-nav__item .sub-menu {
		right: calc(-250px - 60px);
		width: 250px
	}
	.c-main-nav__item .sub-menu li {
		margin-bottom: 15px
	}
}

@media (max-width: 768px) {
	.c-main-nav {
		width: 100%;
		padding-right: 0;
		margin-top: 80px;
		height: 400px;
		overflow: scroll
	}
	.c-main-nav__wrapper {
		border-right: 0;
		width: 100%
	}
	.c-main-nav__item {
		font-size: 24px
	}
	.c-main-nav__item a:before {
		display: none
	}
	.c-main-nav__item a:after {
		display: block
	}
	.c-main-nav__item .sub-menu {
		position: relative;
		right: initial;
		top: initial;
		width: 100%;
		padding-top: 15px;
		margin-top: 15px;
		border-top: 1px solid rgba(255, 255, 255, 0.4);
		border-bottom: 1px solid rgba(255, 255, 255, 0.4)
	}
	.c-main-nav__item .sub-menu li {
		margin-bottom: 15px
	}
}

@media (max-width: 480px) {
	.c-main-nav {
		margin-top: 60px
	}
	.c-main-nav__container {
		padding: 0
	}
	.c-main-nav__item {
		font-size: 20px
	}
	.c-main-nav .sub-menu {
		position: relative;
		right: initial;
		top: initial;
		width: 100%;
		padding-top: 15px;
		margin-top: 15px;
		border-top: 1px solid rgba(255, 255, 255, 0.4);
		border-bottom: 1px solid rgba(255, 255, 255, 0.4)
	}
	.c-main-nav .sub-menu li {
		margin-bottom: 15px
	}
}

@-webkit-keyframes fade-in {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fade-in {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@-webkit-keyframes fade-out {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

@keyframes fade-out {
	from {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.o-breadcrumb {
	border-bottom: 1px solid #E5E5E5
}

.o-breadcrumb__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 60px
}

.o-breadcrumb__wrapper a {
	font-size: 13px;
	color: #80909C;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.o-breadcrumb__wrapper a::after {
	position: relative;
	top: 11px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 20px;
	margin: 0 20px;
	content: url("../img/sprite-svg/breadcrumb-icon.svg");
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.o-breadcrumb__wrapper a:hover {
	text-decoration: none
}

.o-breadcrumb__wrapper a.active {
	color: #0083BF
}

.o-breadcrumb__wrapper a.active::after {
	display: none
}

@media (max-width: 768px) {
	.o-breadcrumb {
		display: none
	}
}

.o-footer {
	background-color: #fff;
	border-top: 1px solid #E5E5E5
}

.o-footer__top {
	padding: 60px 15px 30px 15px;
	display: block;
	position: relative
}

.o-footer__bottom {
	position: relative;
	padding: 35px 15px;
	font-size: 14px;
	color: #80909C;
	border-top: 1px solid #E5E5E5
}

.o-footer__bottom .o-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.o-footer__bottom .o-container::after {
	display: none !important
}

.o-footer__bottom-nav a {
	color: #80909C;
	display: inline-block;
	margin-left: 20px
}

.o-footer__bottom-nav a:hover {
	color: #0083BF
}

.o-footer__bottom-nav a:after {
	content: "-";
	margin-left: 20px
}

.o-footer__bottom-nav a:last-child:after {
	display: none
}

.o-footer__bottom-icon svg {
	width: 55px;
	height: 14px
}

.o-footer__bottom-copyright {
	font-size: 12px;
	font-weight: 300
}

.o-footer__title {
	font-size: 13px;
	font-weight: 500;
	color: #052B49;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 35px
}

.o-footer__title svg {
	display: none;
	width: 10px;
	height: 10px;
	fill: #052B49
}

.o-footer p {
	font-size: 14px;
	line-height: 26px;
	color: #80909C
}

.o-footer__column {
	float: left;
	width: calc(17% - 24px);
	margin-right: 15px
}

.o-footer__column:last-child {
	margin-right: 0
}

.o-footer__logo {
	margin-bottom: 50px
}

.o-footer__nav {
	margin-bottom: 50px
}

.o-footer__nav:last-child {
	margin-bottom: 0
}

.o-footer__nav__item {
	display: block;
	width: 100%;
	margin-bottom: 25px;
	font-size: 14px;
	color: #80909C;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.o-footer__nav__item:hover {
	color: #0083BF;
	text-decoration: none
}

.o-footer__nav__item:hover svg {
	fill: #0083BF
}

.o-footer__nav__item span {
	display: inline-block;
	vertical-align: middle
}

.o-footer__nav__item svg {
	fill: #80909C;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

@media (max-width: 1200px) {
	.o-footer__column {
		margin-right: 15px
	}
}

@media (max-width: 991px) {
	.o-footer__top {
		padding: 30px 0 0 0
	}
	.o-footer__column {
		margin-right: 0;
		margin-bottom: 0;
		width: 100%
	}
	.o-footer__column:last-child .o-footer__nav:last-child .o-footer__title {
		border-bottom: 0
	}
	.o-footer__logo {
		text-align: center;
		margin-bottom: 20px
	}
	.o-footer__bottom {
		padding: 35px 15px 30px 15px
	}
	.o-footer__bottom .o-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.o-footer__bottom-copyright,
	.o-footer__bottom-nav {
		text-align: center;
		margin-bottom: 15px
	}
	.o-footer__nav {
		margin-bottom: 0
	}
	.o-footer__nav__item {
		margin-bottom: 15px
	}
	.o-footer__nav__item svg {
		margin-right: 5px
	}
	.o-footer__nav__item:last-child {
		margin-bottom: 0
	}
	.o-footer__nav__item--single {
		margin-bottom: 0
	}
	.o-footer__nav .o-footer__title svg {
		display: block;
		-webkit-transition: all ease .3s;
		-o-transition: all ease .3s;
		transition: all ease .3s
	}
	.o-footer__nav.is-open .o-footer__title svg {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg)
	}
	.o-footer__nav .o-footer__title {
		margin-bottom: 0;
		padding: 10px 15px;
		border-bottom: 1px solid #E5E5E5
	}
	.o-footer__nav__list {
		position: relative;
		display: none;
		padding: 20px 0
	}
	.o-footer__nav__list a {
		padding: 3px 9px
	}
}

@media (max-width: 768px) {
	.o-footer__top {
		padding: 30px 0 0 0
	}
	.o-footer__bottom {
		padding: 30px 15px 50px 15px
	}
	.o-footer__bottom-nav {
		float: none;
		text-align: center;
		width: 100%
	}
	.o-footer__bottom-nav a {
		margin-bottom: 10px
	}
	.o-footer .o-footer__nav__list--social .o-footer__nav__item {
		display: inline !important
	}
	.o-footer__whatsapp {
		top: -25px
	}
	.o-footer__whatsapp a {
		width: 50px;
		height: 50px
	}
	.o-footer__whatsapp a svg {
		width: 24px;
		height: 24px
	}
	.o-footer__copyright {
		position: absolute;
		bottom: 20px;
		float: none;
		left: 0;
		right: 0;
		text-align: center
	}
}

.o-container--page ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.o-container--page ul li {
	padding-left: 30px;
	background: url(../img/sprite-svg/list-icon.svg) 0 5px no-repeat;
	background-size: 9px;
	margin-bottom: 20px
}

.o-cookie-policy {
	position: fixed;
	width: 100%;
	bottom: 0;
	padding: 25px 0;
	z-index: 999;
	background: #002B49
}

.o-cookie-policy__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.o-cookie-policy__wrapper p {
	color: #fff;
	font-size: 14px;
	width: 90%
}

.o-cookie-policy__wrapper p a {
	text-decoration: underline
}

.o-cookie-policy__wrapper a {
	width: 10%;
	font-size: 14px
}

.o-cookie-policy.js-close {
	display: none !important
}

@media (max-width: 768px) {
	.o-cookie-policy__wrapper {
		display: block
	}
	.o-cookie-policy__wrapper a {
		width: 100%
	}
}

.c-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 0 15px;
	margin: 0;
	height: 50px;
	font: inherit;
	color: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #0083BF;
	text-decoration: none;
	border: 1px solid #0083BF
}

.c-button:hover {
	color: #fff;
	background: #00A5F1;
	border: 1px solid #00A5F1;
	text-decoration: none
}

.c-button--md {
	width: 225px
}

.c-button--border {
	border: 1px solid #0083BF;
	background-color: transparent;
	color: #0083BF
}

.c-button--white {
	border-color: #fff;
	color: #fff
}

.c-button--white:hover {
	border: 1px solid #0083BF;
	background-color: #0083BF
}

.c-button--secondary {
	background: #00A5F1
}

.c-animated-logo {
	position: absolute;
	right: 20%;
	top: 10%;
	width: 300px;
	height: 510px;
	-webkit-animation: move 1s forwards;
	animation: move 1s forwards;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.main-logo-container {
	position: relative;
	top: 0;
	right: 0
}

.signal-container {
	position: absolute;
	width: 375px;
	height: 375px;
	top: 0;
	left: 0
}

.signal-container .signal-element,
.signal-container .signal-element-2 {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 160px;
	height: 160px;
	opacity: 1;
	background: transparent;
	border-radius: 50%;
	border: 1px solid #fff;
	-webkit-animation: heartbeat 3s infinite;
	animation: heartbeat 3s infinite;
	-webkit-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	transition-timing-function: ease-in
}

.signal-container .signal-element-2 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s
}

.bottom-container {
	position: absolute
}

.logo-top-wrapper {
	position: relative;
	overflow: hidden;
	width: 375px;
	height: 375px;
	top: 0;
	left: 0
}

.logo-top-wrapper #logo-top {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 160px;
	height: 160px;
	opacity: 0;
	-webkit-animation: main-logo 3s forwards;
	animation: main-logo 3s forwards;
	-webkit-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s
}

.bottom-wrapper {
	position: relative;
	top: -90px
}

.logo-erciyes-wrapper {
	position: relative;
	overflow: hidden;
	width: 375px;
	height: 110px
}

.logo-erciyes-wrapper #logo-erciyes {
	position: absolute;
	left: 0;
	bottom: -110px;
	width: 375px;
	height: 110px;
	-webkit-animation: slide-bottom 1s forwards;
	animation: slide-bottom 1s forwards;
	-webkit-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-animation-delay: 2.3s;
	animation-delay: 2.3s
}

.logo-anadolu-wrapper {
	position: relative;
	overflow: hidden;
	width: 0;
	height: 58px;
	-webkit-animation: width-left 1.8s forwards;
	animation: width-left 1.8s forwards;
	-webkit-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-animation-delay: 2.3s;
	animation-delay: 2.3s;
	top: -20px
}

.logo-anadolu-wrapper #logo-anadolu {
	position: absolute;
	left: 0;
	width: 375px;
	max-width: initial;
	height: 58px
}

.logo-holding-wrapper {
	position: relative;
	overflow: hidden;
	width: 375px;
	height: 43px;
	top: -25px
}

.logo-holding-wrapper #logo-holding {
	position: absolute;
	left: 0;
	top: -43px;
	width: 375px;
	height: 43px;
	-webkit-animation: slide-top 1s forwards;
	animation: slide-top 1s forwards;
	-webkit-transition-timing-function: ease-in;
	-o-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-animation-delay: 2.3s;
	animation-delay: 2.3s
}

@-webkit-keyframes main-logo {
	20% {
		opacity: 1
	}
	50% {
		width: 320px;
		height: 320px;
		opacity: 1
	}
	100% {
		opacity: 1
	}
}

@keyframes main-logo {
	20% {
		opacity: 1
	}
	50% {
		width: 320px;
		height: 320px;
		opacity: 1
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes slide-bottom {
	100% {
		bottom: 0
	}
}

@keyframes slide-bottom {
	100% {
		bottom: 0
	}
}

@-webkit-keyframes slide-top {
	100% {
		top: 0
	}
}

@keyframes slide-top {
	100% {
		top: 0
	}
}

@-webkit-keyframes width-left {
	100% {
		width: 375px
	}
}

@keyframes width-left {
	100% {
		width: 375px
	}
}

@-webkit-keyframes heartbeat {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0;
		width: 450px;
		height: 450px
	}
}

@keyframes heartbeat {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0;
		width: 450px;
		height: 450px
	}
}

@-webkit-keyframes move {
	100% {
		right: 20%;
		top: 0
	}
}

@keyframes move {
	100% {
		right: 20%;
		top: 0
	}
}

@media (max-width: 1600px) {
	.c-animated-logo {
		right: 30%;
		top: 10%;
		-webkit-animation: move 1s forwards;
		animation: move 1s forwards;
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7)
	}
	@-webkit-keyframes move {
		100% {
			right: 24%;
			top: -40px
		}
	}
	@keyframes move {
		100% {
			right: 24%;
			top: -40px
		}
	}
}

@media (max-width: 1400px) {
	@-webkit-keyframes move {
		100% {
			right: 15%;
			top: -30px
		}
	}
	@keyframes move {
		100% {
			right: 15%;
			top: -30px
		}
	}
}

@media (max-width: 1200px) {
	.c-animated-logo {
		right: 30%;
		top: 10%;
		-webkit-animation: move 1s forwards;
		animation: move 1s forwards;
		-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
		transform: scale(0.6)
	}
	@-webkit-keyframes move {
		100% {
			right: 16%;
			top: -30px
		}
	}
	@keyframes move {
		100% {
			right: 16%;
			top: -30px
		}
	}
}

@media (max-width: 991px) {
	.c-animated-logo {
		-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
		transform: scale(0.6)
	}
	@-webkit-keyframes move {
		100% {
			right: 8%;
			top: -30px
		}
	}
	@keyframes move {
		100% {
			right: 8%;
			top: -30px
		}
	}
}

@media (max-width: 768px) {
	@-webkit-keyframes move {
		100% {
			right: 0;
			top: -20px
		}
	}
	@keyframes move {
		100% {
			right: 0;
			top: -20px
		}
	}
}

@media (max-width: 576px) {
	.c-animated-logo {
		left: 0;
		margin: 0 auto;
		right: 0;
		width: 375px;
		-webkit-transform: scale(0.4);
		-ms-transform: scale(0.4);
		transform: scale(0.4)
	}
	@-webkit-keyframes move {
		100% {
			right: 0;
			left: 0;
			top: -80px
		}
	}
	@keyframes move {
		100% {
			right: 0;
			left: 0;
			top: -80px
		}
	}
}

@media (max-width: 370px) {
	.c-animated-logo {
		left: 0;
		margin: 0 auto;
		right: 0;
		width: 375px;
		-webkit-transform: scale(0.35);
		-ms-transform: scale(0.35);
		transform: scale(0.35)
	}
	@-webkit-keyframes move {
		100% {
			right: 0;
			left: calc(50% - 187px);
			top: -90px
		}
	}
	@keyframes move {
		100% {
			right: 0;
			left: calc(50% - 187px);
			top: -90px
		}
	}
}

.swiper-container.swiper-with-pagination .swiper-wrapper {
	padding-bottom: 45px
}

.no-js .c-full-slider {
	min-height: 900px
}

.c-full-slider .swiper-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto
}

.c-full-slider .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.c-full-slider__item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: rgba(6, 6, 21, 0.5);
	background: -webkit-radial-gradient(circle, rgba(6, 6, 21 / 32%) 0%, rgba(6, 6, 21, 0.7) 60%, rgba(6, 6, 21, 0.9) 100%);
	background: -o-radial-gradient(circle, rgba(6, 6, 21, 0.1) 0%, rgba(6, 6, 21, 0.7) 60%, rgba(6, 6, 21, 0.9) 100%);
	background: radial-gradient(circle, rgba(6 6 21 / 35%) 0%, rgb(22 22 72 / 93%) 60%, rgba(6, 6, 21, 0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#060615", endColorstr="#060615", GradientType=1)
}

.c-full-slider__content {
	position: relative;
	z-index: 1
}

.c-full-slider__caption-text {
	max-width: 720px
}

.c-full-slider__cat {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 8px;
	color: #fff
}

.c-full-slider__cat span {
	display: inline-block;
	margin-bottom: 45px
}

.c-full-slider__title {
	font-size: 23px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 25px
}

.c-full-slider__desc {
	font-size: 20px;
	color: #fff
}

.c-full-slider__actions {
	text-align: right;
	margin-top: 20px
}

.c-full-slider__actions .c-button {
	width: 200px;
	font-size: 14px;
	font-weight: 500
}

.c-full-slider__nav {
	position: absolute;
	top: calc(50% - 17px);
	left: 0;
	width: 100%;
	height: 34px;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 150px
}

.c-full-slider__nav svg {
	fill: #fff;
	width: 50px;
	height: 50px
}

.c-full-slider__nav--next,
.c-full-slider__nav--prev {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50px;
	height: 50px
}

.c-full-slider__nav--next:focus,
.c-full-slider__nav--prev:focus {
	outline: none
}

.c-full-slider__nav--next svg {

}

.c-full-slider__nav--prev svg {

}

.c-full-slider__bullets {
	position: absolute;
	width: 100%;
	height: 110px;
	bottom: 40px;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 1
}

.c-full-slider__bullets__wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.c-full-slider__bullet1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	margin: 0 20px;
	width: 43px;
	height: 43px;
	border-radius: 50%;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	position: relative;
	z-index: 1
}
.c-full-slider__bullet1:hover {
	background: url(../img/sprite-svg/hastane-h.png);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	z-index: 1
}
.c-full-slider__bullet {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	margin: 0 20px;
	width: 43px;
	height: 43px;
	border-radius: 50%;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	position: relative;
	z-index: 1
}



.no-js .c-full-slider__bullet {
	display: none
}

.c-full-slider__bullet:hover,
.c-full-slider__bullet.js-active {
	background-color: #fff;
	width: 60px;
	height: 60px
}

.c-full-slider__bullet:hover svg,
.c-full-slider__bullet.js-active svg {
	fill: #00a0a4;
}

.c-full-slider__bullet:hover+.title {
	top: -35px;
	opacity: 1;
	visibility: visible
}

.c-full-slider__bullet svg {
	fill: #fff;
	max-width: 34px;
	max-height: 34px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.c-full-slider__bullet--container {
	position: relative
}

.c-full-slider__bullet--container .title {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 12px;
	line-height: 115%;
	color: #fff;
	width: 110px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	z-index: 0;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.c-full-slider__bullet--container.js-active .title {
	top: -35px;
	opacity: 1;
	visibility: visible
}

@media screen and (max-width: 1366px) {
	.c-full-slider__content {
		margin-top: 170px
	}
	.c-full-slider__title {
		font-size: 25px
	}
	.c-full-slider__desc {
		font-size: 14px
	}
}

@media screen and (max-width: 1600px) {
	.c-full-slider__nav {
		padding: 0 80px
	}
}

@media screen and (max-width: 1460px) {
	.c-full-slider__nav {
		padding: 0 30px
	}
}

@media screen and (max-width: 1300px) {
	.c-full-slider__nav {
		display: none
	}
}

@media (min-width: 1280px) and (max-width: 1440px) {
	.c-full-slider .c-full-slider__content {
		margin-top: 0
	}
}

@media (max-width: 1024px) {
	.c-full-slider .swiper-slide {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}
	.c-full-slider__content {
		margin-top: 0px;
		margin-bottom: 160px
	}
	.c-full-slider__caption-text {
		max-width: 500px
	}
	.c-full-slider__title {
		font-size: 32px
	}
	.c-full-slider__desc {
		font-size: 18px;
		line-height: 36px
	}
	.c-full-slider__bullets {
		height: 80px;
		bottom: 30px
	}
	.c-full-slider__bullet {
		margin: 0 15px
	}
}

@media (max-width: 768px) {
	.c-full-slider__title {
		font-size: 13px;
		margin-bottom: 20px
	}
	.c-full-slider__cat span {
		margin-bottom: 25px
	}
	.c-full-slider__desc {
		font-size: 16px;
		line-height: 32px;
		color: #fff
	}
	.c-full-slider__bullet {
		margin: 0 10px;
		width: 40px;
		height: 40px
	}
	.c-full-slider__bullet svg {
		width: auto;
		height: auto
	}
}

@media (max-width: 576px) {
	.c-full-slider__title {
		font-size: 22px
	}
	.c-full-slider__actions .c-button {
		width: 180px;
		height: 45px
	}
	.c-full-slider__desc {
		display: block
	}
	.c-full-slider__bullet {
		width: 27px;
		height: 27px
	}
	.c-full-slider__bullet svg {
		width: auto;
		height: auto
	}
	.c-full-slider__bullet:hover,
	.c-full-slider__bullet.js-active {
		width: 40px;
		height: 40px
	}
}

@media (max-width: 480px) {
	.c-full-slider__actions {
		text-align: center;
		margin-top: 30px
	}
	.c-full-slider__actions .c-button {
		font-size: 13px;
		width: 170px;
		height: 40px
	}
	.c-full-slider__bullet {
		margin: 0 8px;
		width: 27px;
		height: 27px
	}
	.c-full-slider__bullet svg {
		width: auto;
		height: auto
	}
	.c-full-slider__bullet:hover,
	.c-full-slider__bullet.js-active {
		width: 40px;
		height: 40px
	}
}

@media (max-width: 480px) {
	.c-full-slider__bullet {
		margin: 0 6px
	}
	.c-full-slider__bullet:hover,
	.c-full-slider__bullet.js-active {
		width: 40px;
		height: 40px
	}
}

@media screen and (orientation: landscape) and (max-device-width: 900px) {
	.c-animated-logo {
		display: none
	}
	.c-full-slider__desc {
		display: none
	}
	.c-full-slider__title {
		font-size: 20px
	}
	.c-full-slider__content {
		margin-bottom: 120px
	}
	.c-full-slider__cat {
		display: none
	}
	.c-full-slider__bullet--container.js-active .title {
		top: 70px
	}
}

.c-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.c-box--list {
	margin-left: -90px
}

.c-box--small {
	position: relative;
	margin-left: 0
}

.c-box__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}

.c-box__item--big:hover {
	text-decoration: none;
	background: #0083BF
}

.c-box__item--big:hover .c-box__text {
	color: #fff;
	margin-top: -20px
}

.c-box__item--big:hover .c-box__img {
	opacity: 0
}

.c-box__item--list {
	width: 330px;
	height: 350px;
	border: 1px solid #A1BCD1;
	border-radius: 10px;
	margin-left: 90px;
	margin-bottom: 100px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 15px
}

.c-box__item--small {
	position: relative;
	width: 245px;
	height: 260px;
	margin-left: 0;
	margin-right: 63px;
	margin-bottom: 0;
	margin-top: 100px;
	margin-bottom: 100px
}

.c-box__item--small:last-child {
	margin-right: 0
}

.c-box__item--small:last-child:after {
	display: none
}

.c-box__item--small:after {
	position: absolute;
	content: '';
	background: url("../img/uploads/png-icon/list-icon.png");
	width: 13px;
	height: 14px;
	right: -17%;
	top: 50%
}

.c-box__img {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}

.c-box__text {
	color: #0083BF;
	text-align: center;
	font-size: 20px;
	margin-top: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s
}

@media (max-width: 1200px) {
	.c-box--list {
		margin-left: -40px
	}
	.c-box__item--list {
		margin-left: 40px;
		margin-bottom: 50px
	}
	.c-box__item--small {
		margin-left: 0;
		margin-right: 50px
	}
}

@media (max-width: 991px) {
	.c-box--list {
		margin-left: -20px
	}
	.c-box--small {
		margin: 50px 0
	}
	.c-box__item--list {
		width: 300px;
		height: 320px;
		margin-left: 20px
	}
	.c-box__item--small {
		width: 45%;
		margin: 0;
		margin: 10px 2.5%
	}
	.c-box__item--small:after {
		display: none
	}
}

@media (max-width: 768px) {
	.c-box__item--list {
		width: 100%
	}
}

.c-col {
	width: 100%
}

.c-col__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.c-col-4 {
	width: calc(100% / 4)
}

.c-col-3 {
	width: calc(100% / 3)
}

.c-col-2 {
	width: calc(100% / 2)
}

@media (max-width: 768px) {
	.c-col__row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
	.c-col-4 {
		width: calc(100% / 2);
		float: left
	}
}

.c-title {
	margin-bottom: 50px
}

.o-container--page .c-title {
	text-align: center;
	max-width: 80%;
	margin: 0 auto
}

.o-container--page .c-title--title {
	font-size: 30px;
	margin-bottom: 30px
}

.o-container--page .c-title--date {
	font-size: 12px;
	color: #80909C;
	margin-bottom: 20px
}

.o-container--page .c-title--date span {
	margin-right: 5px
}

.c-title--title {
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 25px
}

.c-title--desc {
	font-size: 16px
}

.c-title p:last-child {
	margin-bottom: 0
}

@media (max-width: 1200px) {
	.c-title--title {
		font-size: 40px;
		margin-bottom: 20px
	}
}

@media (max-width: 991px) {
	.c-title {
		margin-bottom: 30px
	}
	.c-title--title {
		font-size: 30px
	}
}

@media (max-width: 480px) {
	.c-title--title {
		font-size: 28px
	}
}

.c-icon-box {
	margin-bottom: 100px
}

.c-icon-box__icon {
	margin-bottom: 50px;
	min-height: 166px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.c-icon-box__icon img {
	max-width: 100%;
	-ms-flex-item-align: center;
	align-self: center
}

.c-icon-box__title {
	font-size: 25px;
	font-weight: 700
}

.c-icon-box__title span:first-child {
	font-size: 40px
}

.c-icon-box__desc {
	font-size: 23px;
	font-weight: 300
}

@media (max-width: 1200px) {
	.c-icon-box {
		margin-bottom: 80px
	}
	.c-icon-box__icon {
		margin-bottom: 30px
	}
	.c-icon-box__icon img {
		max-width: 100%;
		-ms-flex-item-align: center;
		align-self: center
	}
	.c-icon-box__title {
		font-size: 20px
	}
	.c-icon-box__title span:first-child {
		font-size: 25px
	}
	.c-icon-box__desc {
		font-size: 18px
	}
}

@media (max-width: 991px) {
	.c-icon-box {
		margin-bottom: 50px
	}
	.c-icon-box__title {
		font-size: 15px
	}
	.c-icon-box__title span:first-child {
		font-size: 20px
	}
	.c-icon-box__desc {
		font-size: 16px
	}
}

@media (max-width: 576px) {
	.c-icon-box {
		margin-bottom: 20px
	}
	.c-icon-box__icon {
		margin-bottom: 20px;
		min-height: 166px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.c-icon-box__icon img {
		max-width: 100%;
		-ms-flex-item-align: center;
		align-self: center
	}
}

.c-know-us {
	padding: 100px 0
}

.c-know-us__wrapper {
	position: relative;
	z-index: 1
}

.c-know-us__item {
	padding: 0 40px
}

.c-know-us__actions {
	text-align: center
}

.c-know-us__actions .c-button {
	width: 200px;
	font-size: 14px;
	font-weight: 500
}

.c-know-us .c-icon-box__title {
	position: relative
}

.c-know-us .c-icon-box__title:before {
	content: "";
	position: absolute;
	top: 12px;
	left: -40px;
	width: 1px;
	height: 38px;
	background-color: #0083BF
}

@media (max-width: 1200px) {
	.c-know-us .c-icon-box__title:before {
		top: 8px;
		height: 23px
	}
}

@media (max-width: 768px) {
	.c-know-us {
		padding: 50px 0
	}
	.c-know-us__item-container {
		margin-bottom: 50px
	}
}

@media (max-width: 576px) {
	.c-know-us__item {
		padding: 0 20px
	}
	.c-know-us .c-icon-box__title:before {
		left: -20px
	}
}

.c-employee {
	padding: 100px 0
}

.c-employee__wrapper {
	position: relative;
	z-index: 1
}

.c-employee__item {
	padding: 0 40px
}

.c-employee__actions {
	text-align: center
}

.c-employee__actions .c-button {
	width: 200px;
	font-size: 14px;
	font-weight: 500
}

.c-employee .c-right-image {
	margin-bottom: 60px
}

.c-employee .c-icon-box__title {
	position: relative
}

.c-employee .c-icon-box__title:before {
	content: "";
	position: absolute;
	top: 12px;
	left: -40px;
	width: 1px;
	height: 38px;
	background-color: #0083BF
}

.c-employee .c-icon-box__icon {
	margin-bottom: 30px;
	min-height: 105px
}

@media (max-width: 1200px) {
	.c-employee .c-icon-box__title:before {
		top: 8px;
		height: 23px
	}
}

@media (max-width: 768px) {
	.c-employee {
		padding: 50px 0
	}
	.c-employee__item-container {
		margin-bottom: 50px
	}
}

@media (max-width: 576px) {
	.c-employee__item {
		padding: 0 20px
	}
	.c-employee .c-icon-box__title:before {
		left: -20px
	}
}

.c-news {
	padding: 100px 0
}

.c-news__wrapper {
	position: relative;
	z-index: 1
}

.c-news .c-section-title__main {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.c-news-slider__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0
}

.c-news-slider__nav--center {
	font-size: 15px;
	font-weight: 700;
	color: #80909C;
	padding: 0 25px
}

.c-news-slider__nav--center span.swiper-pagination-current {
	font-size: 19px;
	color: #000
}

.c-news-slider__nav--center span.center {
	margin: 0 3px
}

.c-news-slider__nav--next,
.c-news-slider__nav--prev {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	background-color: #F1F3F4;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.c-news-slider__nav--next:focus,
.c-news-slider__nav--prev:focus {
	outline: none
}

.c-news-slider__nav--next svg,
.c-news-slider__nav--prev svg {
	fill: #0083BF;
	width: 13px;
	height: 13px
}

.c-news-slider__nav--next.swiper-button-disabled,
.c-news-slider__nav--prev.swiper-button-disabled {
	opacity: 0.5
}

.c-news-slider__nav--next svg {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.c-news-slider__nav--prev svg {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.c-news-slider__item a:hover {
	text-decoration: none
}

.c-news-slider__item .c-news-slider__text {
	float: left;
	width: 50%;
	margin-top: 40px
}

.c-news-slider__item:nth-child(odd) .c-news-slider__text {
	float: right;
	width: 50%;
	padding-right: 50px
}

@media (max-width: 768px) {
	.c-news-slider__item:nth-child(odd) .c-news-slider__text {
		width: 100%;
		padding: 15px
	}
	.c-news-slider__item .c-news-slider__text {
		width: 100%;
		padding: 15px
	}
}

.c-news__actions {
	text-align: center;
	margin-top: 100px
}

.c-news__actions .c-button {
	width: 200px;
	font-size: 14px;
	font-weight: 500
}

.c-news__item--image-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.c-news__item--img-col {
	width: 50%
}

.c-news__item--img-col img {
	width: 100%
}

.c-news__item--content-container {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.c-news__item--content-col {
	width: 50%;
	padding-right: 50px
}

.c-news__item--content-col:last-child {
	padding-right: 0
}

.c-news__item--content-col a {
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.c-news__item--content-col a:hover {
	text-decoration: none
}

.c-news__item--title {
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 20px
}

.c-news__item--desc {
	font-size: 15px;
	line-height: 26px;
	font-weight: 300
}

@media (max-width: 768px) {
	.c-news-slider__nav--next,
	.c-news-slider__nav--prev {
		width: 60px;
		height: 60px
	}
	.c-news .c-section-title__main {
		-webkit-box-orient: unset;
		-webkit-box-direction: unset;
		-ms-flex-direction: unset;
		flex-direction: unset;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.c-news .c-section-title__main--title {
		width: 50%
	}
}

@media (max-width: 576px) {
	.c-news__item--title {
		font-size: 17px
	}
	.c-news__item--desc {
		font-size: 14px
	}
	.c-news__item--content-col {
		padding-right: 20px
	}
	.c-news .c-section-title__main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.c-news .c-section-title__main--title {
		width: 100%
	}
}

@media (max-width: 375px) {
	.c-news__item--title {
		font-size: 14px
	}
	.c-news .c-section-title__main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.c-news .c-section-title__main--title {
		width: 100%
	}
}

.c-responsibility {
	padding: 100px 0
}

.c-responsibility__wrapper {
	position: relative;
	z-index: 1
}

.c-responsibility__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.c-responsibility__image {
	width: 50%
}

.c-responsibility__image-absolute {
	position: absolute;
	right: 15px;
	z-index: 2;
	top: 0
}

.c-responsibility__image--container {
	width: 515px;
	height: 515px;
	padding: 50px;
	border: 1px solid rgba(229, 229, 229, 0.7);
	border-radius: 50%
}

.c-responsibility__image--img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.c-responsibility__content {
	width: 50%;
	font-size: 15px;
	line-height: 26px;
	font-weight: 300
}

.c-responsibility__content--container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.c-responsibility--col {
	width: 50%
}

.c-responsibility--col:first-child {
	padding-right: 50px
}

.c-responsibility__actions {
	margin-top: 100px
}

.c-responsibility__actions .c-button {
	width: 200px;
	font-size: 14px;
	font-weight: 500
}

@media (max-width: 1200px) {
	.c-responsibility__image--container {
		width: 450px;
		height: 450px
	}
}

@media (max-width: 1024px) {
	.c-responsibility__image-absolute {
		right: 15px;
		top: 0;
		width: 170px
	}
	.c-responsibility__image-absolute img {
		width: 100%
	}
	.c-responsibility__image--container {
		width: 350px;
		height: 350px;
		padding: 30px
	}
	.c-responsibility__actions {
		margin-top: 50px
	}
	.c-responsibility .c-section-title__main--title {
		width: 50%
	}
}

@media (max-width: 768px) {
	.c-responsibility__container {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.c-responsibility__image-absolute {
		right: 15px;
		top: 0;
		width: 150px
	}
	.c-responsibility__image--container {
		width: 270px;
		height: 270px;
		padding: 20px
	}
	.c-responsibility__content--container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.c-responsibility--col {
		width: 100%
	}
	.c-responsibility--col:first-child {
		padding-right: 0
	}
	.c-responsibility--col p {
		margin-bottom: 30px
	}
	.c-responsibility__actions {
		margin-top: 10px
	}
}

@media (max-width: 576px) {
	.c-responsibility__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.c-responsibility__image {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 30px
	}
	.c-responsibility__image-absolute {
		width: 150px;
		right: 15px;
		top: 50px
	}
	.c-responsibility__image--container {
		width: 250px;
		height: 250px;
		padding: 15px
	}
	.c-responsibility__content {
		width: 100%
	}
	.c-responsibility__content--container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.c-responsibility__actions {
		text-align: center
	}
}

@media (max-width: 480px) {
	.c-responsibility__image-absolute {
		width: 100px;
		right: 30px;
		top: 100px
	}
}

.c-section-title__sub-title {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 8px;
	color: #0083BF;
	margin-bottom: 30px
}

.c-section-title__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.c-section-title__main--title {
	width: 50%;
	padding-right: 50px;
	font-size: 45px;
	line-height: 60px;
	font-weight: 700;
	margin-bottom: 0
}

.c-section-title__main--full {
	width: 100%
}

.c-section-title__main--desc {
	width: 50%;
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 0
}

@media (max-width: 1200px) {
	.c-section-title {
		margin-bottom: 80px
	}
	.c-section-title__sub-title {
		margin-bottom: 25px
	}
	.c-section-title__main--title {
		padding-right: 30px;
		font-size: 38px;
		line-height: 50px
	}
}

@media (max-width: 768px) {
	.c-section-title {
		margin-bottom: 50px
	}
	.c-section-title__sub-title {
		margin-bottom: 20px
	}
	.c-section-title__main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.c-section-title__main--title {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
		font-size: 38px;
		line-height: 50px
	}
	.c-section-title__main--desc {
		width: 100%
	}
}

@media (max-width: 480px) {
	.c-section-title {
		margin-bottom: 40px
	}
	.c-section-title__main--title {
		font-size: 30px;
		line-height: 40px
	}
	.c-section-title__main--desc {
		width: 100%
	}
}

.c-bg-border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 0.3
}

.c-bg-border .c-col {
	border-left: 1px solid #E5E5E5
}

.c-bg-border .c-col__row {
	height: 100%;
	border-right: 1px solid #E5E5E5
}

@media (max-width: 768px) {
	.c-bg-border {
		display: none
	}
}

.c-services {
	border-bottom: 1px solid #E5E5E5;
	padding: 100px 0
}

.c-services .swiper-wrapper {
	height: 450px
}

.c-services__wrapper {
	position: relative;
	z-index: 1
}

.c-services__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	height: initial !important;
	padding-right: 1px
}

.c-services__item:hover .c-services__item--title {
	opacity: 1
}

.c-services__item:hover .c-services__item--image-container img {
	margin-left: -20px
}

.c-services__item--wrapper {
	position: relative
}

.c-services__item-container {
	margin-bottom: 100px
}

.c-services__item--title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	font-size: 49px;
	font-weight: 300;
	line-height: 105px;
	opacity: 0.1;
	color: #052B49;
	width: 105px;
	height: 100%;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.c-services__item--title a {
	color: #052B49
}

.c-services__item--title span {
	display: block;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	left: -115px;
	bottom: 115px;
	width: 337px;
	height: 105px;
	white-space: nowrap
}

.c-services__item--title span.medium {
	font-size: 60px
}

.c-services__item--title span.medium-1 {
	font-size: 90px
}

.c-services__item--title span.small {
	font-size: 52px
}

.c-services__item--image {
	width: calc(100% - 117px);
	overflow: hidden;
	padding-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.c-services__item--image-container img {
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	max-height: 400px;
	max-width: initial
}

.c-services__nav {
	position: absolute;
	top: calc(50% - 17px);
	left: -170px;
	width: calc(100% + 340px);
	height: 34px;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	z-index: 0
}

.c-services__nav svg {
	fill: #0083BF;
	width: 34px;
	height: 34px
}

.c-services__nav--next,
.c-services__nav--prev {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	background-color: #F1F3F4
}

.c-services__nav--next:focus,
.c-services__nav--prev:focus {
	outline: none
}

.c-services__nav--next svg,
.c-services__nav--prev svg {
	width: 13px;
	height: 13px
}

.c-services__nav--next svg {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.c-services__nav--prev svg {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

@media screen and (max-width: 1550px) {
	.c-services__nav {
		left: -100px;
		width: calc(100% + 200px)
	}
}

@media screen and (max-width: 1380px) {
	.c-services__nav {
		left: -75px;
		width: calc(100% + 150px)
	}
	.c-services__nav--next,
	.c-services__nav--prev {
		width: 60px;
		height: 60px
	}
}

@media screen and (max-width: 1340px) {
	.c-services__nav {
		display: none
	}
}

.c-services__pagination {
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px
}

.c-services__pagination .swiper-pagination-bullet {
	margin: 2px
}

.c-services__actions {
	text-align: center
}

.c-services__actions .c-button {
	width: 200px;
	font-size: 14px;
	font-weight: 500
}

@media (max-width: 991px) {
	.c-services .c-col__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: initial;
		flex-flow: initial
	}
	.c-services .c-bg-border .c-col:nth-child(2),
	.c-services .c-bg-border .c-col:nth-child(4) {
		border-left: 0
	}
}

@media (max-width: 768px) {
	.c-services__pagination {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

@media (max-width: 576px) {
	.c-services .c-bg-border .c-col:nth-child(3) {
		border-left: 0
	}
}

.c-brands {
	background: url("../img/sprite-svg/bg-pattern-icon.svg") repeat;
	background-size: 25px;
	border-bottom: 1px solid #E5E5E5;
	padding: 100px 0
}

.c-brands__wrapper {
	position: relative;
	z-index: 1
}

.c-brands__title {
	text-align: center
}

.c-brands__title--head {
	font-size: 23px;
	font-weight: 400;
	color: #052B49;
	margin-bottom: 15px
}

.c-brands__title--desc {
	font-size: 19px;
	color: #80909C;
	margin-bottom: 0
}

.c-brands__items {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 70px
}

.c-brands__item {
	border-right: 1px solid #E5E5E5;
	height: 110px;
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.c-brands__item:first-child {
	border-left: 1px solid #E5E5E5
}

.c-brands__item img {
	max-width: 180px;
	width: 100%
}

.c-brands .c-tabs__nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5
}

.c-brands .c-tabs__nav ul li {
	margin-right: 0;
	width: calc(100% / 8)
}

.c-brands .c-tabs__nav ul li:first-child a {
	border-left: 1px solid #E5E5E5
}

.c-brands .c-tabs__nav ul li a {
	height: 120px;
	color: #000;
	background-color: #fff;
	font-size: 13px;
	font-weight: 400;
	border-bottom: 0;
	border-right: 1px solid #E5E5E5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.c-brands .c-tabs__nav ul li a svg {
	fill: #0083BF;
	max-width: 41px;
	max-height: 32px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.c-brands .c-tabs__nav ul li a span {
	margin-top: 15px
}

.c-brands .c-tabs__nav ul li:hover a,
.c-brands .c-tabs__nav ul li.js-active a {
	color: #fff;
	background-color: #0083BF;
	border-bottom: 0;
	text-decoration: none
}

.c-brands .c-tabs__nav ul li:hover a svg,
.c-brands .c-tabs__nav ul li.js-active a svg {
	fill: #fff
}

.c-brands .c-tabs__content {
	margin-top: 70px
}

.c-brands .c-tabs__tab-content {
	display: none
}

.c-brands .c-tabs__tab-content.js-active {
	display: block
}

@media (max-width: 991px) {
	.c-brands .c-tabs__nav ul li a {
		height: 100px
	}
	.c-brands .c-tabs__nav ul li a svg {
		max-width: 36px;
		max-height: 25px
	}
	.c-brands .c-tabs__nav ul li a span {
		margin-top: 10px
	}
}

@media (max-width: 768px) {
	.c-brands__item {
		border-right: 0;
		border-left: 0;
		border: none;
		margin: 15px 0
	}
	.c-brands__item:first-child {
		border-left: 0
	}
	.c-brands .c-tabs__nav ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		border: none;
		border-bottom: 0
	}
	.c-brands .c-tabs__nav ul li {
		width: calc(100% / 4);
		float: left
	}
	.c-brands .c-tabs__nav ul li:first-child a {
		border-left: 0
	}
	.c-brands .c-tabs__nav ul li a {
		border-bottom: 1px solid #E5E5E5
	}
	.c-brands .c-tabs__content {
		margin-top: 50px
	}
}

@media (max-width: 480px) {
	.c-brands .c-tabs__nav ul li a {
		height: 80px;
		font-size: 13px
	}
	.c-brands .c-tabs__nav ul li a svg {
		max-width: 30px;
		max-height: 20px
	}
	.c-brands .c-tabs__nav ul li a span {
		margin-top: 10px
	}
}

.c-right-image {
	background-color: #052B49
}

.c-right-image__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 325px
}

.c-right-image__left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.c-right-image__title {
	font-size: 31px;
	font-weight: 300;
	line-height: 47px;
	color: #fff
}

.c-right-image__right {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

@media (max-width: 768px) {
	.c-right-image__wrapper {
		height: 250px;
		margin-left: 0 !important;
		width: 100% !important
	}
	.c-right-image__left {
		width: 30% !important;
		padding: 0 15px
	}
	.c-right-image__title {
		font-size: 24px;
		line-height: 36px
	}
	.c-right-image__right {
		width: 70% !important
	}
}

@media (max-width: 576px) {
	.c-right-image__left {
		width: 50% !important
	}
	.c-right-image__title {
		font-size: 22px;
		line-height: 32px
	}
	.c-right-image__right {
		width: 50% !important
	}
}

.c-tabs__nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.c-tabs__nav ul li {
	margin-right: 50px
}

.c-tabs__nav ul li:last-child {
	margin-right: 0
}

.c-tabs__nav ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 70px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #0083BF;
	font-size: 11px;
	font-weight: 700;
	border-bottom: 2px solid transparent
}

.c-tabs__nav ul li.js-active a {
	color: #0083BF;
	border-bottom: 2px solid #0083BF
}

.c-tabs__content {
	margin-top: 40px
}

.c-tabs__tab-content {
	display: none
}

.c-tabs__tab-content.js-active {
	display: block
}

.c-tabs--page .c-tabs__nav {
	margin-bottom: 60px
}

.c-tabs--page .c-tabs__nav ul li {
	width: 25%;
	background: none;
	padding: 0;
	margin: 0;
	float: left
}

.c-tabs--page .c-tabs__nav ul li a {
	height: 60px;
	font-size: 17px;
	font-weight: 500;
	color: #80909C;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.c-tabs--page .c-tabs__nav ul li a:hover {
	text-decoration: none
}

.c-tabs--page .c-tabs__nav ul li:first-child a {
	border-left: 1px solid #E5E5E5
}

.c-tabs--page .c-tabs__nav ul li.js-active a {
	background-color: #0083BF;
	color: #fff;
	border-top: 1px solid #0083BF;
	border-bottom: 1px solid #0083BF
}

.c-tabs--bilgi .c-tabs__nav ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (max-width: 768px) {
	.c-tabs--page .c-tabs__nav ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
	.c-tabs--page .c-tabs__nav ul li {
		width: 50%
	}
	.c-tabs--page .c-tabs__nav ul li:nth-child(1) a,
	.c-tabs--page .c-tabs__nav ul li:nth-child(2) a {
		border-bottom: 0
	}
	.c-tabs--bilgi .c-tabs__nav ul li:nth-child(1) a,
	.c-tabs--bilgi .c-tabs__nav ul li:nth-child(2) a {
		border-bottom: 1px solid #E5E5E5
	}
}

@media (max-width: 480px) {
	.c-tabs--page .c-tabs__nav ul li a {
		font-size: 14px
	}
}

.c-sub-header__wrapper {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 400px;
	padding: 0 45px 0 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.c-sub-header__wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1)
}

.c-sub-header__content {
	position: relative;
	z-index: 1;
	color: #fff
}

.c-sub-header--title {
	font-size: 63px;
	font-weight: 300
}

.c-sub-header--desc {
	font-size: 19px
}

.c-sub-header--link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.c-sub-header--link a {
	color: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 5px 10px;
	font-size: 12px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s
}

.c-sub-header--link a:hover {
	background: #fff;
	color: #002B49
}

.c-sub-header--page .c-sub-header__content {
	margin-top: 50px
}

.c-sub-header--page .c-sub-header--sub-title {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.370rem;
	margin-left: 3px
}

.c-sub-header--page .c-sub-header--title {
	font-size: 40px;
	font-weight: 700;
	line-height: 60px;
	margin-top: 15px
}

.c-sub-header--title-brands {
	display: none
}

@media (max-width: 1200px) {
	.c-sub-header__wrapper {
		height: 300px;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding: 0 45px 30px 45px
	}
	.c-sub-header--title {
		font-size: 40px
	}
}

@media (max-width: 1024px) {
	.c-sub-header__wrapper {
		height: 250px
	}
	.c-sub-header--title {
		font-size: 32px
	}
	.c-sub-header--desc {
		font-size: 16px
	}
}

@media (max-width: 768px) {
	.c-sub-header--sub-img {
		display: none
	}
	.c-sub-header--desc {
		display: none
	}
	.c-sub-header--title-brands {
		display: block
	}
	.c-sub-header--link {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
}

@media (max-width: 480px) {
	.c-sub-header__wrapper {
		padding: 0 0 30px 0
	}
	.c-sub-header--page .c-sub-header--title {
		margin-top: 0;
		line-height: 100%;
		font-size: 24px
	}
}

.c-sector__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.c-sector__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	float: left;
	padding: 0 20px;
	margin: 60px 0
}

.c-sector__item--title {
	font-size: 27px;
	font-weight: 500
}

.c-sector__item--image {
	margin-bottom: 40px
}

.c-sector__item--image img {
	max-width: 100%;
	max-height: 200px
}

.c-sector__item .c-button {
	font-size: 12px;
	font-weight: 500;
	height: 35px;
	width: 130px;
	margin-top: 55px
}

@media (max-width: 480px) {
	.c-sector__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		float: left;
		padding: 0 20px;
		margin: 30px 0
	}
	.c-sector__item--title {
		font-size: 18px;
		font-weight: 500
	}
}

.c-sector-detail .c-icon-box__icon {
	margin-bottom: 20px
}

.c-sector-detail h3 {
	font-size: 27px;
	margin-bottom: 40px
}

.c-sector-detail__description {
	margin-bottom: 40px
}

.c-sector-detail__description__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.c-sector-detail__description__left {
	padding-right: 40px
}

.c-sector-detail__description__right {
	width: calc(100% / 4 * 3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.c-sector-detail__description__right .c-col {
	width: calc(100% / 3);
	padding-right: 40px
}

.c-sector-detail__description ul li {
	line-height: 27px
}

.c-sector-detail__description p {
	line-height: 27px
}

.c-sector-detail__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 500px
}

.c-sector-detail__item--image-container {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.c-sector-detail__item--image-container a {
	display: block;
	width: 100%;
	height: 100%
}

.c-sector-detail__item--image-container img {
	position: absolute;
	bottom: 60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.c-sector-detail__nav {
	position: absolute;
	top: calc(50% - 17px);
	left: 0;
	width: 100%;
	height: 34px;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.c-sector-detail__nav svg {
	fill: #0083BF;
	width: 22px;
	height: 22px
}

.c-sector-detail__nav--next,
.c-sector-detail__nav--prev {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 48px;
	height: 48px;
	background-color: #F1F3F4;
	border-radius: 50%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.c-sector-detail__nav--next:focus,
.c-sector-detail__nav--prev:focus {
	outline: none
}

.c-sector-detail__nav--next svg {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.c-sector-detail__nav--prev svg {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

@media (min-width: 991px) {
	.c-sector-detail .swiper-container.swiper-with-pagination .swiper-wrapper {
		padding-bottom: 0
	}
	.c-sector-detail .swiper-container.swiper-with-pagination .swiper-pagination {
		position: relative
	}
}

@media (max-width: 991px) {
	.c-sector-detail__description__right .c-col {
		width: calc(100% / 2)
	}
}

@media (max-width: 768px) {
	.c-sector-detail__description__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.c-sector-detail__description__left {
		width: 100%;
		margin-bottom: 30px
	}
	.c-sector-detail__description__right {
		width: 100%
	}
	.c-sector-detail .swiper-pagination {
		position: relative
	}
}

@media (max-width: 576px) {
	.c-sector-detail__description {
		margin-top: 30px
	}
}

@media (max-width: 480px) {
	.c-sector-detail__description__right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.c-sector-detail__description__right .c-col {
		width: 100%
	}
	.c-sector-detail__description__right .c-col:first-child {
		margin-bottom: 30px
	}
}

.c-brand-detail .c-icon-box__icon {
	margin-bottom: 20px
}

.c-brand-detail h3 {
	font-size: 27px;
	margin-bottom: 40px
}

.c-brand-detail__description {
	margin-bottom: 100px
}

.c-brand-detail__description__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.c-brand-detail__description__left {
	padding-right: 40px
}

.c-brand-detail__description__left h3 {
	font-size: 45px
}

.c-brand-detail__description__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.c-brand-detail__description p {
	font-size: 16px;
	line-height: 27px
}

.c-brand-detail__content--img {
	margin-bottom: 100px
}

.c-brand-detail__content .c-col-2 {
	padding-right: 70px
}

.c-brand-detail .c-tabs__nav {
	margin-bottom: 150px
}

.c-brand-detail .c-tabs__nav ul li {
	width: 25%;
	background: none;
	padding: 0;
	margin: 0;
	float: left
}

.c-brand-detail .c-tabs__nav ul li a {
	height: 60px;
	font-size: 17px;
	font-weight: 500;
	color: #80909C;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.c-brand-detail .c-tabs__nav ul li a:hover {
	text-decoration: none
}

.c-brand-detail .c-tabs__nav ul li:first-child a {
	border-left: 1px solid #E5E5E5
}

.c-brand-detail .c-tabs__nav ul li.js-active a {
	background-color: #0083BF;
	color: #fff;
	border-top: 1px solid #0083BF;
	border-bottom: 1px solid #0083BF
}

.c-brand-detail__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 500px
}

.c-brand-detail__item--image-container {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.c-brand-detail__item--image-container img {
	position: absolute;
	bottom: 60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media (min-width: 991px) {
	.c-brand-detail .swiper-container.swiper-with-pagination .swiper-wrapper {
		padding-bottom: 0
	}
	.c-brand-detail .swiper-container.swiper-with-pagination .swiper-pagination {
		display: none
	}
}

@media (max-width: 991px) {
	.c-brand-detail__description__right .c-col {
		width: calc(100% / 2)
	}
	.c-brand-detail .c-tabs__nav {
		margin-bottom: 100px
	}
	.c-brand-detail__content--img {
		margin-bottom: 80px
	}
}

@media (max-width: 768px) {
	.c-brand-detail__description {
		margin-bottom: 80px
	}
	.c-brand-detail__description__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.c-brand-detail__description__left {
		width: 100%;
		margin-bottom: 30px
	}
	.c-brand-detail__description__left h3 {
		font-size: 38px;
		margin-bottom: 0
	}
	.c-brand-detail__description__right {
		width: 100%
	}
	.c-brand-detail .c-tabs__nav {
		margin-bottom: 80px
	}
	.c-brand-detail .c-tabs__nav ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap
	}
	.c-brand-detail .c-tabs__nav ul li {
		width: 50%
	}
	.c-brand-detail .c-tabs__nav ul li:nth-child(1) a,
	.c-brand-detail .c-tabs__nav ul li:nth-child(2) a {
		border-bottom: 0
	}
	.c-brand-detail__content--img {
		margin-bottom: 40px
	}
	.c-brand-detail__content .c-col__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.c-brand-detail__content .c-col-2 {
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px
	}
}

@media (max-width: 576px) {
	.c-brand-detail__description {
		margin-bottom: 50px;
		margin-top: 30px
	}
}

@media (max-width: 480px) {
	.c-brand-detail__description__left h3 {
		font-size: 28px
	}
	.c-brand-detail__description__right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.c-brand-detail__description__right .c-col {
		width: 100%
	}
	.c-brand-detail__description__right .c-col:first-child {
		margin-bottom: 30px
	}
	.c-brand-detail .c-tabs__nav ul li a {
		font-size: 14px
	}
}

.c-news-item {
	margin-bottom: 150px
}

.c-news-item:last-child {
	margin-bottom: 100px
}

.c-news-item--reverse .c-news-item__wrapper {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.c-news-item--reverse .c-news-item__right {
	padding-right: 80px;
	padding-left: 0
}

.c-news-item--small-image .c-news-item__left {
	padding-right: 80px
}

.c-news-item--small-image .c-news-item__right {
	padding-left: 0
}

.c-news-item__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.c-news-item__left {
	width: 50%
}

.c-news-item__image img {
	width: 100%
}

.c-news-item__right {
	width: 50%;
	padding-left: 80px
}

.c-news-item__date {
	font-size: 12px;
	margin-bottom: 10px;
	color: #80909C
}

.c-news-item__date span {
	margin-right: 5px
}

.c-news-item__title {
	font-size: 26px;
	font-weight: 700;
	margin-bottom: 30px
}

.c-news-item__title--small {
	font-size: 20px
}

.c-news-item p {
	font-size: 16px;
	line-height: 27px
}

.c-news-item p.small {
	font-size: 14px;
	line-height: 24px
}

.c-news-item p:last-child {
	margin-bottom: 0
}

.c-news-item__actions {
	margin-top: 30px
}

.c-news-item__actions .c-button {
	width: 50%;
	height: 35px;
	font-size: 12px;
	font-weight: 500
}

@media (max-width: 991px) {
	.c-news-item {
		margin-bottom: 100px
	}
	.c-news-item:last-child {
		margin-bottom: 60px
	}
	.c-news-item__left {
		width: 40%
	}
	.c-news-item__right {
		width: 60%;
		padding-left: 50px
	}
	.c-news-item--small-image .c-news-item__left {
		width: 50%;
		padding-right: 50px
	}
	.c-news-item--small-image .c-news-item__right {
		width: 50%;
		padding-left: 0
	}
	.c-news-item--reverse .c-news-item__right {
		padding-right: 50px
	}
}

@media (max-width: 768px) {
	.c-news-item {
		margin-bottom: 80px
	}
	.c-news-item:last-child {
		margin-bottom: 30px
	}
	.c-news-item__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.c-news-item__left {
		width: 100%
	}
	.c-news-item__image {
		margin-bottom: 30px
	}
	.c-news-item__right {
		width: 100%;
		padding-left: 0
	}
	.c-news-item--small-image .c-news-item__left {
		width: 100%;
		padding-right: 0
	}
	.c-news-item--small-image .c-news-item__right {
		width: 100%;
		padding-left: 0
	}
	.c-news-item--reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.c-news-item--reverse .c-news-item__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.c-news-item--reverse .c-news-item__right {
		padding-right: 0
	}
}

.c-image-slider {
	position: relative
}

.c-image-slider__section {
	background: url("../img/sprite-svg/bg-pattern-icon.svg") repeat;
	background-size: 25px;
	border-top: 1px solid #E5E5E5;
	padding: 100px 0
}

.c-image-slider__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px
}

.c-image-slider__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.c-image-slider__item--image-container {
	position: relative;
	width: 100%
}

.c-image-slider__item--image-container img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.c-image-slider__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0
}

.c-image-slider__nav--center {
	font-size: 15px;
	font-weight: 700;
	color: #80909C;
	padding: 0 25px
}

.c-image-slider__nav--center span.swiper-pagination-current {
	font-size: 19px;
	color: #000
}

.c-image-slider__nav--center span.center {
	margin: 0 3px
}

.c-image-slider__nav--next,
.c-image-slider__nav--prev {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	background-color: #F1F3F4;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.c-image-slider__nav--next:focus,
.c-image-slider__nav--prev:focus {
	outline: none
}

.c-image-slider__nav--next svg,
.c-image-slider__nav--prev svg {
	fill: #0083BF;
	width: 13px;
	height: 13px
}

.c-image-slider__nav--next.swiper-button-disabled,
.c-image-slider__nav--prev.swiper-button-disabled {
	opacity: 0.5
}

.c-image-slider__nav--next svg {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.c-image-slider__nav--prev svg {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

@media (max-width: 768px) {
	.c-image-slider__section {
		padding: 50px 0
	}
	.c-image-slider__title {
		margin-bottom: 30px
	}
	.c-image-slider__nav--next,
	.c-image-slider__nav--prev {
		width: 60px;
		height: 60px
	}
}

@media (max-width: 576px) {
	.c-image-slider__nav--next,
	.c-image-slider__nav--prev {
		width: 40px;
		height: 40px
	}
}

#cboxOverlay {
	background: #000;
	opacity: 0.9;
	filter: alpha(opacity=90)
}

#colorbox {
	outline: 0
}

#cboxContent {
	margin-top: 20px;
	background: #000
}

.cboxIframe {
	background: #fff
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc
}

#cboxLoadedContent button:focus {
	outline: none
}

#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc
}

#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0px;
	color: #ccc
}

#cboxLoadingGraphic {
	background: url("../img/loading.gif") no-repeat center center
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
	outline: 0
}

#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff
}

#cboxPrevious,
#cboxNext {
	position: absolute;
	top: 50%;
	left: -80px;
	margin-top: -25px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: 1px solid #E5E5E5;
	border-radius: 50%
}

#cboxPrevious svg,
#cboxNext svg {
	fill: #0083BF;
	height: 11px;
	width: 11px
}

#cboxPrevious svg {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

#cboxNext svg {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

#cboxNext {
	right: -80px;
	left: initial;
	left: inherit
}

#cboxClose {
	position: absolute;
	top: -35px;
	right: 0px;
	display: block;
	width: 16px;
	height: 16px
}

#cboxClose svg {
	fill: #fff;
	height: 16px;
	width: 16px
}

#colorbox.compact #cboxPrevious,
#colorbox.compact #cboxNext {
	background: rgba(255, 255, 255, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.6)
}

#colorbox.compact #cboxPrevious {
	left: 20px
}

#colorbox.compact #cboxNext {
	right: 20px
}

select.c-custom-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-image: none;
	border: 1px solid #EFEFEF !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	width: 100%;
	border-radius: 3px;
	font-size: 14px;
	padding-left: 20px;
	background: #F8FBFD url(../img/sprite-svg/custom-select-arrow.svg) no-repeat calc(100% - 20px) 50%/10px 50%
}

select.c-custom-select--secondary {
	background-color: #e1e1e1;
	border: 1px solid #C2C2C2;
	border-radius: 5px
}

select.c-custom-select::-ms-expand {
	display: none
}

select.c-custom-select::after {
	content: '\25BC';
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 1em;
	background: #34495e;
	cursor: pointer;
	pointer-events: none;
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease
}

select.c-custom-select:hover::after {
	color: #f39c12
}

@media (max-width: 768px) {
	select.c-custom-select {
		height: 40px;
		margin: 0 10px;
		width: calc(100% - 20px)
	}
}

.c-filter {
	margin-bottom: 60px
}

.c-filter__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (min-width: 768px) {
	.c-filter__wrapper {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
}

.c-filter__left {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.c-filter__left .c-filter__col {
	width: 50%;
	margin-right: 20px
}

.c-filter__left .c-filter__col:last-child {
	margin-right: 0
}

.c-filter__center {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.c-filter__right {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.c-filter__right .c-filter__col {
	width: 50%;
	margin-left: 20px
}

.c-filter__right .c-filter__col:last-child {
	margin-left: 0
}

.c-filter__col--small {
	width: 30%
}

.c-filter.js-active .js-filter-trigger svg {
	fill: #fff
}

.c-filter.js-active .js-filter-trigger .c-button {
	background-color: #0083BF
}

.c-filter .js-filter-trigger {
	position: absolute;
	top: 0;
	right: 10px;
	display: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: none
}

.c-filter .js-filter-trigger span {
	margin-right: 10px;
	font-size: 14px
}

.c-filter .js-filter-trigger .c-button {
	width: 40px;
	height: 40px;
	padding: 0
}

.c-filter .js-filter-trigger svg {
	fill: #052B49;
	width: 18px;
	height: 18px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.c-filter .js-filter-trigger:hover svg,
.c-filter .js-filter-trigger.js-active svg {
	fill: #fff;
	width: 18px;
	height: 18px
}

.c-filter .js-filter-trigger:hover .c-button,
.c-filter .js-filter-trigger.js-active .c-button {
	background-color: #0083BF
}

@media (max-width: 991px) {
	.c-filter__col--small {
		width: 50%
	}
}

@media (max-width: 768px) {
	.c-filter {
		margin-bottom: 40px;
		min-height: 40px
	}
	.c-filter .js-filter-trigger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.c-filter__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 60px
	}
	.c-filter__left,
	.c-filter__right {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.c-filter__left .c-filter__col,
	.c-filter__right .c-filter__col {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 15px
	}
	.c-filter__left .c-filter__col:last-child,
	.c-filter__right .c-filter__col:last-child {
		margin-right: 0;
		margin-bottom: 0
	}
	.c-filter__left {
		margin-bottom: 15px
	}
	.c-filter__col--small {
		width: 100%
	}
}

.c-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.c-pagination button {
	background-color: #fff;
	border: 1px solid #E5E5E5;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0 5px;
	height: 40px;
	min-width: 40px;
	font-size: 14px;
	color: #80909C;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 3px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.c-pagination button:hover,
.c-pagination button.jplist-selected {
	color: #0083BF;
	border: 1px solid #0083BF;
	font-weight: 700
}

@media (max-width: 576px) {
	.c-pagination button.c-pagination--next,
	.c-pagination button.c-pagination--prev {
		display: none
	}
}

.c-no-result {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 60px
}

.c-no-result__text {
	font-weight: 700;
	font-size: 16px
}

.c-no-result .c-button {
	height: 40px;
	margin-top: 20px;
	font-size: 13px;
	padding: 2px 20px 0 20px
}

.c-management {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.c-management__wrapper {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.c-management__single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%
}

.c-management__single .c-management__profile {
	width: 100%;
	float: initial;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0
}

.c-management__profile {
	padding-right: 70px;
	float: left;
	width: 50%;
	margin-bottom: 90px;
	text-align: center
}

.c-management__profile--img {
	width: 100%;
	max-width: 300px;
	margin-bottom: 30px
}

.c-management__profile--img img {
	width: 100%
}

.c-management__profile--title {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 10px
}

.c-management__profile--desc {
	font-size: 14px;
	color: #80909C
}

.c-management__profile--actions {
	margin-top: 40px
}

.c-management__profile--actions .c-button {
	font-size: 12px;
	font-weight: 500;
	height: 35px;
	width: 130px
}

.c-management__profile--detail {
	display: none
}

.c-management__profile--detail--wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px;
	background: #fff
}

.c-management__profile--detail--wrapper .left {
	width: 350px;
	padding-right: 50px
}

.c-management__profile--detail--wrapper .left .image {
	width: 100%;
	max-width: 300px;
	margin-bottom: 30px
}

.c-management__profile--detail--wrapper .left .image img {
	width: 100%
}

.c-management__profile--detail--wrapper .left .title {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 10px
}

.c-management__profile--detail--wrapper .left .desc {
	font-size: 14px;
	color: #80909C
}

.c-management__profile--detail--wrapper .right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 350px)
}

.c-management__profile--detail--wrapper .right .content {
	max-height: 400px;
	overflow-x: auto
}

@media (max-width: 991px) {
	.c-management__wrapper {
		width: 100%
	}
	.c-management__profile--detail--wrapper {
		padding: 30px
	}
	.c-management__profile--detail--wrapper .left {
		width: 250px;
		padding-right: 30px
	}
	.c-management__profile--detail--wrapper .right {
		width: calc(100% - 250px)
	}
}

@media (max-width: 768px) {
	.c-management__profile--detail--wrapper .left {
		width: 170px
	}
	.c-management__profile--detail--wrapper .left .title {
		font-size: 15px
	}
	.c-management__profile--detail--wrapper .left .desc {
		font-size: 14px
	}
	.c-management__profile--detail--wrapper .right {
		width: calc(100% - 170px)
	}
	.c-management__profile--detail--wrapper .right .content {
		font-size: 14px
	}
}

@media (max-width: 576px) {
	.c-management__wrapper {
		width: calc(100% + 30px);
		margin: 0 -15px
	}
	.c-management__profile {
		width: calc(50% - 30px);
		margin: 15px;
		margin-bottom: 90px;
		padding-right: 0
	}
	.c-management__profile--detail--wrapper {
		padding: 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.c-management__profile--detail--wrapper .left {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: auto;
		padding: 0;
		margin-bottom: 20px
	}
	.c-management__profile--detail--wrapper .left .image {
		height: 200px
	}
	.c-management__profile--detail--wrapper .left .image img {
		width: 100%;
		height: 100%
	}
	.c-management__profile--detail--wrapper .left .title {
		font-size: 14px
	}
	.c-management__profile--detail--wrapper .left .desc {
		font-size: 13px
	}
	.c-management__profile--detail--wrapper .right {
		width: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
	.c-management__profile--detail--wrapper .right .content {
		max-height: 300px
	}
}

@media (max-width: 480px) {
	.c-management__profile {
		margin-bottom: 50px
	}
}

form .form-column {
	width: 50%;
	margin-right: 30px
}

form .form-column:last-child {
	margin-right: 0
}

form .form-column__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

form .form-group {
	position: relative;
	font-size: 14px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

form .form-group label {
	font-weight: 500;
	margin-bottom: 10px
}

form .form-group input,
form .form-group select {
	height: 50px;
	border: 1px solid #E5E5E5;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background-color: #F8FBFD;
	border-radius: 3px
}

form .form-group input:focus,
form .form-group select:focus {
	outline: none
}

form .form-group textarea {
	border: 1px solid #E5E5E5;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 75px;
	width: 100%;
	border-radius: 3px;
	background-color: #F8FBFD
}

form .form-group textarea:focus {
	outline: none
}

form .form-group--col {
	position: relative;
	width: 50%;
	margin-left: 30px
}

form .form-group--col:first-child {
	margin-left: 0
}

form .c-button {
	font-weight: 500;
	font-size: 14px;
	cursor: pointer;
	width: 160px
}

@media (max-width: 768px) {
	form .form-column {
		width: 100%;
		margin-right: 0
	}
	form .form-column:last-child {
		margin-right: 0
	}
	form .form-column__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	form .form-group {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 30px
	}
	form .form-group input,
	form .form-group select {
		height: 45px;
		padding: 5px 15px;
		margin: 0
	}
	form .form-group--col {
		position: relative;
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px
	}
	form .form-group--col:last-child {
		margin-bottom: 0
	}
	form .c-button {
		width: 100%
	}
}

.c-contact .c-tabs__nav ul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.c-contact__item:first-child .c-contact__item__wrapper {
	border-top: 1px solid #E5E5E5
}

.c-contact__item__wrapper {
	background: #d1d1d1;
	border: 1px solid #E5E5E5;
	border-top: 0;
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.c-contact__item--map {
	display: none
}

.c-contact__item--map-container iframe {
	width: 100%;
	height: 450px
}

.c-contact__item__left {
	width: 150px
}

.c-contact__item__left .image {
	width: 150px;
	height: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.c-contact__item__right {
	width: calc(100% - 150px);
	padding-left: 40px;
	font-size: 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.c-contact__item__right .col {
	width: 180px
}

.c-contact__item__right .col--first {
	width: calc(100% - 180px)
}

.c-contact__item__right .content .title {
	font-weight: 700;
	margin-bottom: 20px
}

.c-contact__item__right .content .option--address {
	margin-bottom: 20px
}

.c-contact__item__right .content .option span {
	display: inline-block;
	min-width: 50px;
	font-weight: 700
}

.c-contact__item__right .content .option span:after {
	content: ":";
	float: right
}

.c-contact__item__right .content__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.c-contact__item__right .content--col {
	margin-right: 20px
}

.c-contact__item__right .content--col:last-child {
	margin-right: 0
}

.c-contact__item__right .actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.c-contact__item__right .actions .js-show-map {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer
}

.c-contact__item__right .actions .js-show-map span {
	color: #0083BF;
	font-weight: 500;
	margin: 0 15px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.c-contact__item__right .actions .js-show-map svg {
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.c-contact__item__right .actions .js-show-map svg.pin {
	fill: #0083BF;
	width: 14px;
	height: 18px
}

.c-contact__item__right .actions .js-show-map svg.arrow {
	fill: #0083BF;
	width: 12px;
	height: 8px
}

.c-contact__item__right .actions.js-active .js-show-map span {
	color: #052B49
}

.c-contact__item__right .actions.js-active .js-show-map svg {
	fill: #052B49
}

.c-contact__item__right .actions.js-active .js-show-map svg.arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.c-contact .form-actions {
	text-align: center
}

.c-contact__form-title {
	font-size: 30px;
	font-weight: 700;
	margin-top: 100px;
	margin-bottom: 30px
}

.c-contact__form-desc {
	margin-bottom: 80px;
	font-size: 15px
}

@media (max-width: 1024px) {
	.c-contact__item__right .content .option {
		margin-bottom: 10px
	}
	.c-contact__item__right .content__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.c-contact__item__right .content--col {
		margin-right: 0
	}
	.c-contact__item__right .content--col:last-child {
		margin-right: 0
	}
}

.c-contact__companies .industry__nav {
	width: 100%
}

.c-contact__companies .industry__nav .mCSB_container {
	margin-bottom: 17px !important
}

.c-contact__companies .industry__nav ul {
	width: 1170px;
	overflow: hidden;
	border: 1px solid #E5E5E5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.c-contact__companies .industry__nav ul li {
	background: none;
	padding: 0;
	margin: 0;
	width: 100%
}

.c-contact__companies .industry__nav ul li button {
	font-size: 14px;
	height: 45px;
	width: 100%;
	color: #80909C;
	background-color: #fff;
	border: none;
	border-right: 1px solid #E5E5E5;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.c-contact__companies .industry__nav ul li button.jplist-selected {
	background-color: #0083BF;
	color: #fff
}

.c-contact__companies .industry__nav ul li:last-child button {
	border-right: 0
}

.c-contact__companies .c-no-result {
	padding-top: 40px
}

.c-contact__companies .c-pagination {
	margin-top: 40px
}

@media (max-width: 768px) {
	.c-contact__item__wrapper {
		padding: 20px
	}
	.c-contact__item__right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.c-contact__item__right .col {
		width: 100%
	}
	.c-contact__item__right .col--first {
		width: 100%;
		margin-bottom: 20px
	}
	.c-contact .c-tabs--page .c-tabs__nav ul li:nth-child(1) a,
	.c-contact .c-tabs--page .c-tabs__nav ul li:nth-child(2) a {
		border-bottom: 1px solid #E5E5E5
	}
}

@media (max-width: 576px) {
	.c-contact__item__left {
		width: 100px
	}
	.c-contact__item__left .image {
		width: 100px;
		height: 100px
	}
	.c-contact__item__right {
		width: calc(100% - 100px);
		padding-left: 30px
	}
	.c-contact__item__right .actions {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.c-contact__item__right .col {
		width: 100%
	}
	.c-contact__item__right .col--first {
		width: 100%;
		margin-bottom: 20px
	}
}

@media (max-width: 480px) {
	.c-contact__item__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.c-contact__item__left {
		width: 100%;
		margin-bottom: 30px
	}
	.c-contact__item__left .image {
		width: 100px;
		height: 100px
	}
	.c-contact__item__right {
		width: 100%;
		padding-left: 0
	}
}

form .form-group .error input,
form .form-group .error select,
form .form-group .error textarea,
form .form-group.error input,
form .form-group.error select,
form .form-group.error textarea,
form .c-checkout__credit-card-form__group .error input,
form .c-checkout__credit-card-form__group .error select,
form .c-checkout__credit-card-form__group .error textarea,
form .c-checkout__credit-card-form__group.error input,
form .c-checkout__credit-card-form__group.error select,
form .c-checkout__credit-card-form__group.error textarea {
	border-color: #E51F1F !important
}

form .form-group .error-block,
form .c-checkout__credit-card-form__group .error-block {
	position: absolute;
	bottom: -20px;
	height: 20px;
	width: 100%;
	border-radius: 3px;
	font-size: 12px;
	padding: 2px 5px;
	color: #fff;
	background-color: #E51F1F
}

.c-dl__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px;
	border: 1px solid #E5E5E5;
	border-top: 0;
	background-color: #fff
}

.c-dl__item:first-child {
	border-top: 1px solid #E5E5E5
}

.c-dl__item .left {
	width: 120px;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.c-dl__item .left img {
	max-height: 100px
}

.c-dl__item .right {
	width: calc(100% - 120px);
	padding-left: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.c-dl__item .right .col {
	width: 230px
}

.c-dl__item .right .col .title {
	font-size: 17px;
	font-weight: 700
}

.c-dl__item .right .col:first-child {
	width: calc(100% - 260px)
}

.c-dl__item .right .actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.c-dl__item .right .actions a {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	padding: 0 30px
}

.c-dl__item .right .actions a svg {
	fill: #fff;
	width: 17px;
	height: 18px
}

.c-dl__item .right .actions a span {
	margin-left: 10px;
	color: #fff
}

.c-dl__item .right .actions span {
	margin-left: 25px;
	font-size: 13px;
	color: #80909C
}

@media (max-width: 991px) {
	.c-dl__item {
		padding: 20px
	}
}

@media (max-width: 768px) {
	.c-dl .c-filter__left {
		margin-bottom: 0
	}
	.c-dl__item {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}
	.c-dl__item .right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}
	.c-dl__item .right .col {
		width: 100%
	}
	.c-dl__item .right .col:first-child {
		width: 100%
	}
	.c-dl__item .right .col .title {
		margin-bottom: 15px
	}
	.c-dl__item .right .c-button {
		height: 40px
	}
}

@media (max-width: 576px) {
	.c-dl__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.c-dl__item .right,
	.c-dl__item .left {
		width: 100%;
		padding-left: 0
	}
	.c-dl__item .left {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-bottom: 30px
	}
}

.page-content {
	margin-top: 50px
}

.page-content--small {
	width: 585px;
	max-width: 100%;
	margin: 0 auto
}

.page-content--404 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #80909C;
	text-align: center;
	width: 100%;
	max-width: 850px;
	margin: 0 auto
}

.page-content--404 h1 {
	color: #80909C !important
}

@media (max-width: 768px) {
	.page-content--404 h1 {
		font-size: 30px !important
	}
}

.page-content--sitemap .c-col {
	width: 25%;
	float: left;
	padding-right: 40px;
	margin-bottom: 50px
}

.page-content--sitemap .c-col__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

@media (max-width: 991px) {
	.page-content--sitemap .c-col {
		width: 50%
	}
}

@media (max-width: 480px) {
	.page-content--sitemap .c-col {
		width: 100%;
		padding-right: 0
	}
}

.page-content--sitemap .title {
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 40px
}

.page-content--sosyal-sorumluluk .c-col {
	width: 50%
}

.page-content--sosyal-sorumluluk .c-col:first-child {
	padding-right: 40px
}

.page-content--sosyal-sorumluluk .c-col__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (max-width: 768px) {
	.page-content--sosyal-sorumluluk .c-col {
		width: 100%
	}
	.page-content--sosyal-sorumluluk .c-col:first-child {
		padding-right: 0
	}
	.page-content--sosyal-sorumluluk .c-col__row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.page-content--sosyal-sorumluluk .c-tabs__nav ul li {
	background: #fff;
	border: 1px solid #E5E5E5;
	border-right: 0
}

.page-content--sosyal-sorumluluk .c-tabs__nav ul li a {
	border: 0 !important
}

.page-content--sosyal-sorumluluk .c-tabs__nav ul li:last-child {
	border-right: 1px solid #E5E5E5
}

@media (max-width: 768px) {
	.page-content--sosyal-sorumluluk .c-tabs__nav ul li {
		border-bottom: 0
	}
	.page-content--sosyal-sorumluluk .c-tabs__nav ul li:last-child {
		border-right: 0
	}
	.page-content--sosyal-sorumluluk .c-tabs__nav ul li:nth-child(2),
	.page-content--sosyal-sorumluluk .c-tabs__nav ul li:nth-child(4) {
		border-right: 1px solid #E5E5E5
	}
	.page-content--sosyal-sorumluluk .c-tabs__nav ul li:nth-child(4),
	.page-content--sosyal-sorumluluk .c-tabs__nav ul li:nth-child(5) {
		border-bottom: 1px solid #E5E5E5
	}
	.page-content--sosyal-sorumluluk .c-tabs__nav ul li a {
		height: 45px
	}
}

.page-content__hr {
	margin: 60px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.page-content__hr ul {
	display: inline-block;
	width: 35%;
	float: left
}

.page-content__hr .img-wrapper {
	display: inline-block;
	width: 60%;
	margin-left: 5%
}

@media (max-width: 768px) {
	.page-content__hr {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.page-content__hr ul {
		display: block;
		width: 100%
	}
	.page-content__hr .img-wrapper {
		display: block;
		width: 100%;
		margin: 0
	}
	.page-content__hr .img-wrapper img {
		margin: 0 auto;
		display: block
	}
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
	margin-top: 30px;
	margin-bottom: 20px;
	color: #002B49
}

.page-content h1 {
	font-size: 40px
}

.page-content h2 {
	font-size: 30px
}

.page-content h3 {
	font-size: 27px
}

.page-content h4 {
	font-size: 23px
}

.page-content h5 {
	font-size: 20px
}

.page-content h6 {
	font-size: 17px
}

.page-content p {
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 0.015rem
}

.page-content .c-button {
	height: 45px;
	font-weight: 500;
	padding: 0 30px;
	margin-top: 20px
}

.page-content small {
	color: #80909C
}

.page-content img {
	margin-bottom: 30px
}

.page-content img.align-right {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	max-width: 50%
}

@media (max-width: 480px) {
	.page-content img.align-right {
		max-width: 40%
	}
}

.page-content ol {
	margin: 30px 0;
	padding: 0;
	counter-reset: item
}

.page-content ol li {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
	counter-increment: item
}

.page-content ol li:before {
	display: inline-block;
	padding-right: 10px;
	font-weight: bold;
	text-align: right;
	content: counter(item) "."
}

.c-history__list {
	max-width: 850px;
	width: 100%;
	margin: 0 auto
}

.c-history__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 90px
}

.c-history__date {
	font-size: 36px;
	font-weight: 300;
	color: #0083BF;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #80909C;
	margin-bottom: 90px;
	background: #fff
}

.c-history__show-more {
	width: 100%;
	text-align: center
}

.c-history__show-more .c-button {
	height: 45px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.c-history__show-more .c-button svg {
	fill: #fff;
	width: 12px;
	height: 12px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	margin-left: 15px
}

.c-history__container {
	width: 100%;
	margin-bottom: 30px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.c-history__container--reverse {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.c-history__container--reverse .c-history__content {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.c-history__container--reverse .c-history__content .image--container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.c-history__content {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.c-history__content .image {
	width: 75%
}

.c-history__content .image--container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: relative;
	margin-bottom: 20px
}

.c-history__content .image--container::before {
	content: "";
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #E5E5E5;
	z-index: 1;
	left: 0
}

.c-history__content .image img {
	position: relative;
	z-index: 2;
	width: 100%
}

.c-history__content .desc {
	font-size: 16px;
	line-height: 27px;
	width: 75%;
	letter-spacing: 0.015rem
}

@media (max-width: 768px) {
	.c-history__content .image {
		width: 90%
	}
	.c-history__content .desc {
		width: 90%
	}
}

@media (max-width: 480px) {
	.c-history__container {
		margin-bottom: 50px
	}
	.c-history__content {
		width: 100%
	}
	.c-history__content .image {
		width: 100%
	}
	.c-history__content .image--container--container::before {
		display: none
	}
	.c-history__content .desc {
		width: 100%
	}
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 2rem;
	background-color: #fff;
	border-collapse: collapse
}

.table>thead,
.table>tfoot {
	background-color: #F8FBFD
}

.table>thead>tr,
.table>tbody>tr,
.table>tfoot>tr {
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
	text-align: left;
	font-size: 14px;
	padding: 20px;
	vertical-align: middle;
	border-top: 0;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s
}

.table>thead>tr>th {
	font-weight: font-weight("bold");
	font-size: 17px;
	color: #052B49;
	vertical-align: bottom
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
	border-top: 0
}

.table>tbody+tbody {
	border-top: 1px solid rgba(0, 0, 0, 0.12)
}

.table-50 td {
	border: 1px solid #E5E5E5 !important;
	width: 50%
}

.table-50 td:first-child {
	font-size: 17px;
	font-weight: 700
}

.table .actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.table .actions a {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	padding: 0 30px;
	margin-top: 0
}

.table .actions a svg {
	fill: #fff;
	width: 17px;
	height: 18px
}

.table .actions a span {
	margin-left: 10px;
	color: #fff
}

.table .actions span {
	margin-left: 25px;
	font-size: 13px;
	color: #80909C
}

.table .table {
	background-color: #fff
}

.table .no-border {
	border: 0
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
	padding: 10px
}

.table-bordered {
	border: 1px solid #E5E5E5;
	border-bottom: 0
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
	border: 0;
	border-bottom: 1px solid #E5E5E5
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
	border-bottom-width: 1px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
	background-color: #F8FBFD
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
	background-color: rgba(0, 0, 0, 0.05)
}

@media (max-width: 768px) {
	.table-responsive-vertical>.table {
		margin-bottom: 0;
		background-color: transparent
	}
	.table-responsive-vertical>.table>thead,
	.table-responsive-vertical>.table>tfoot {
		display: none
	}
	.table-responsive-vertical>.table>tbody {
		display: block
	}
	.table-responsive-vertical>.table>tbody>tr {
		display: block;
		border: 1px solid #E5E5E5;
		border-radius: 2px;
		margin-bottom: 20px
	}
	.table-responsive-vertical>.table>tbody>tr>td {
		background-color: #fff;
		display: block;
		vertical-align: middle;
		text-align: right
	}
	.table-responsive-vertical>.table>tbody>tr>td[data-title]:before {
		content: attr(data-title);
		float: left;
		font-size: inherit;
		font-weight: 700;
		color: #052B49
	}
	.table-responsive-vertical>.table-bordered {
		border: 0
	}
	.table-responsive-vertical>.table-bordered>tbody>tr>td {
		border: 0;
		border-bottom: 1px solid #E5E5E5
	}
	.table-responsive-vertical>.table-bordered>tbody>tr>td:last-child {
		border-bottom: 0
	}
	.table-responsive-vertical>.table-striped>tbody>tr>td,
	.table-responsive-vertical>.table-striped>tbody>tr:nth-child(odd) {
		background-color: #fff
	}
	.table-responsive-vertical>.table-striped>tbody>tr>td:nth-child(odd) {
		background-color: #F8FBFD
	}
	.table-responsive-vertical>.table-hover>tbody>tr:hover>td,
	.table-responsive-vertical>.table-hover>tbody>tr:hover {
		background-color: #fff
	}
	.table-responsive-vertical>.table-hover>tbody>tr>td:hover {
		background-color: rgba(0, 0, 0, 0.05)
	}
}

.c-search-results {
	font-size: 15px
}

.c-search-results__form {
	position: relative
}

.c-search-results__form input {
	width: 100%;
	background-color: #F8FBFD;
	border: 1px solid #E5E5E5;
	height: 60px;
	padding: 0 50px 0 30px
}

.c-search-results__form input:focus {
	outline: none
}

.c-search-results__form button {
	position: absolute;
	height: 60px;
	width: 60px;
	top: 0;
	right: 0;
	background: none;
	border: none
}

.c-search-results__form button:focus {
	outline: none
}

.c-search-results__form button svg {
	width: 20px;
	height: 20px;
	fill: #052B49
}

.c-search-results__desc {
	padding: 45px 30px;
	border-bottom: 1px solid #E5E5E5
}

.c-search-results__item {
	padding: 40px;
	border: 1px solid #E5E5E5;
	border-top: 0;
	background-color: #fff
}

.c-search-results__item .title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px
}

.c-search-results__item .desc {
	margin-bottom: 30px
}

.c-search-results__item .link {
	color: #0083BF;
	font-size: 16px;
	font-weight: 500
}

.c-search-results__item .link svg {
	width: 8px;
	height: 10px;
	margin-right: 10px;
	fill: #0083BF
}

.c-search-results .c-pagination {
	margin-top: 40px
}

.c-search-area {
	margin-bottom: 10px
}

.c-search-area--mobile form {
	width: 100%
}

.c-search-area--mobile input {
	width: 90%;
	padding: 15px 0;
	background: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	color: #fff
}

.c-search-area--mobile button {
	position: absolute;
	right: 0;
	top: 15px;
	border: none;
	background: transparent;
	z-index: 9999
}

.c-search-area--mobile button svg {
	width: 25px;
	height: 25px;
	fill: #fff
}

.c-messages {
	display: none;
	padding: 30px;
	text-align: center;
	border-radius: 10px
}

.c-messages p {
	margin-bottom: 0;
	font-size: 20px;
	color: #fff
}

.c-messages--success {
	background: #4BB543
}

.c-messages--error {
	background: #E51F1F
}

.c-list {
	color: #fff;
	margin: 150px 0
}

.c-list__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 75px;
	letter-spacing: 5px;
	background: #3A75AA;
	color: #fff;
	height: 165px;
	margin-bottom: 30px
}

.c-list__content {
	background-color: #3A75AA;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.c-list__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 10px;
	margin-top: 20px
}

.c-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 33.33333%;
	-ms-flex: 33.33333%;
	flex: 33.33333%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 15px;
	border: 1px solid rgba(255, 255, 255, 0.1)
}

.c-list__img img {
	margin-bottom: 0
}

.c-list__title {
	font-weight: bold;
	font-size: 18px;
	margin-left: 10px
}

.c-list__text p {
	font-weight: 300;
	font-size: 14px;
	text-align: center;
	line-height: 150%;
	letter-spacing: 0
}

@media (max-width: 768px) {
	.c-list__head {
		font-size: 33px
	}
	.c-list__item {
		-webkit-box-flex: 50%;
		-ms-flex: 50%;
		flex: 50%
	}
}

@media (max-width: 576px) {
	.c-list {
		margin: 75px 0
	}
	.c-list__item {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%
	}
}

.c-custom-list--detail {
	margin: 55px 0 !important
}

.c-button-wrapper {
	width: 100%;
	text-align: center
}

.c-simple-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-top: 50px
}

.c-simple-gallery__item {
	position: relative;
	margin-left: 20px;
	margin-bottom: 30px;
	width: calc(33.3333% - 20px)
}

.c-simple-gallery__item img {
	width: 100%;
	margin-bottom: 0
}

.c-simple-gallery__item img:nth-child(2) {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 35px;
	height: 35px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.c-simple-gallery__item a {
	position: relative;
	display: block
}

.c-simple-gallery__item svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25px;
	height: 25px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (max-width: 768px) {
	.c-simple-gallery__item {
		width: calc(50% - 20px) !important
	}
}

@media (max-width: 576px) {
	.c-simple-gallery {
		margin: 0
	}
	.c-simple-gallery__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100% !important;
		margin: 0;
		margin-bottom: 15px
	}
	.c-simple-gallery__item img {
		margin-bottom: 10px !important
	}
	.c-simple-gallery__item p {
		text-align: center;
		margin-bottom: 0
	}
}

.c-simple-slider {
	position: relative;
	margin: 50px 0
}

.c-simple-slider__img {
	width: 100%
}

@media (min-width: 991px) {
	.c-simple-slider__img {
		height: 450px
	}
}

.c-simple-slider__img img {
	width: 100%;
	height: 100%
}

.c-simple-slider__nav {
	position: absolute;
	top: 50%;
	left: -10%;
	width: 120%;
	height: 34px;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.c-simple-slider__nav svg {
	fill: #0083BF;
	width: 25px;
	height: 25px
}

.c-simple-slider__nav--next,
.c-simple-slider__nav--prev {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 78px;
	height: 78px;
	background: #F1F3F4;
	border-radius: 50%
}

.c-simple-slider__nav--next:focus,
.c-simple-slider__nav--prev:focus {
	outline: none
}

.c-simple-slider__nav--next {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.c-simple-slider__nav--next svg {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.c-simple-slider__nav--prev {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.c-simple-slider__nav--prev svg {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

@media (max-width: 1440px) {
	.c-simple-slider__nav {
		width: 115%;
		left: -7.5%
	}
}

@media (max-width: 1366px) {
	.c-simple-slider__nav {
		width: 100%;
		left: 0
	}
}

@media (max-width: 991px) {
	.c-simple-slider__nav {
		display: none
	}
}

.c-simple-slider__bullets {
	text-align: center;
	width: 100% !important
}

.c-simple-slider__bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.c-simple-slider__bullets .swiper-pagination-bullet-active {
	background-color: #0083BF;
	outline: none
}

@media (min-width: 1024px) {
	.c-simple-slider .swiper-container {
		max-width: 900px
	}
}

@media (min-width: 1400px) {
	.c-simple-slider .swiper-container {
		max-width: none
	}
}

.c-iframe {
	width: 100%
}

.c-iframe__wrapper {
	width: 100%
}

.u-clearfix:after {
	display: block !important;
	clear: both !important;
	content: "" !important
}

.u-font-size-2xsmall {
	font-size: 0.625rem
}

.u-font-size-xsmall {
	font-size: 0.75rem
}

.u-font-size-small,
small {
	font-size: 0.875rem
}

.u-font-size-regular {
	font-size: 1rem
}

.u-font-size-medium {
	font-size: 1.125rem
}

.u-font-size-large {
	font-size: 1.25rem
}

.u-font-size-xlarge {
	font-size: 1.5rem
}

.u-h1 {
	font-size: 2.5rem
}

.u-h2 {
	font-size: 2rem
}

.u-h3 {
	font-size: 1.75rem
}

.u-h4 {
	font-size: 1.5rem
}

.u-h5 {
	font-size: 1.25rem
}

.u-h6 {
	font-size: 1rem
}

@media print {
	*,
	*::before,
	*::after {
		color: #000 !important;
		text-shadow: none !important;
		background: transparent !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]::after {
		content: " (" attr(href) ")"
	}
	abbr[title]::after {
		content: " (" attr(title) ")"
	}
	a[href^="#"]::after,
	a[href^="javascript:"]::after {
		content: ""
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	tr,
	img {
		page-break-inside: avoid
	}
	img {
		max-width: 100% !important
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
}

.u-hidden {
	display: none !important
}

.u-visible {
	display: block !important
}

.u-is-desktop {
	display: none
}

@media (min-width: 991px) {
	.u-is-desktop {
		display: block
	}
}

.u-float-left {
	float: left
}

.u-float-right {
	float: right
}

.u-float-none {
	float: none
}

.u-gap-top {
	margin-top: 3.3125rem
}

@media (min-width: 991px) {
	.u-gap-top {
		margin-top: 4.6875rem
	}
}

.u-gap-top-medium {
	margin-top: 2.875rem
}

@media (min-width: 991px) {
	.u-gap-top-medium {
		margin-top: 3.375rem
	}
}

.u-gap-bottom {
	margin-bottom: 4.6875rem
}

.u-gap-left {
	margin-left: 4.6875rem
}

.u-gap-right {
	margin-right: 4.6875rem
}

.u-gap-top-small {
	margin-top: 2.1875rem
}

.u-responsive-img {
	max-width: 100%
}

.u-noscroll,
.u-noscroll body {
	height: 100% !important;
	overflow: hidden !important
}

.u-icon {
	fill: #000
}

.u-mt0 {
	margin-top: 0
}

.u-mt15 {
	margin-top: 15px
}

.u-mt20 {
	margin-top: 20px
}

.u-mt25 {
	margin-top: 25px
}

.u-mt30 {
	margin-top: 30px
}

.u-mt40 {
	margin-top: 40px
}

.u-mt50 {
	margin-top: 50px
}

.u-mb0 {
	margin-bottom: 0
}

.u-mb15 {
	margin-bottom: 15px
}

.u-mb20 {
	margin-bottom: 20px
}

.u-mb25 {
	margin-bottom: 25px
}

.u-mb30 {
	margin-bottom: 30px
}

.u-mb40 {
	margin-bottom: 40px
}

.u-mb50 {
	margin-bottom: 50px
}

.u-mr0 {
	margin-right: 0
}

.u-mr15 {
	margin-right: 15px
}

.u-mr20 {
	margin-right: 20px
}

.u-mr25 {
	margin-right: 25px
}

.u-mr30 {
	margin-right: 30px
}

.u-mr40 {
	margin-right: 40px
}

.u-mr50 {
	margin-right: 50px
}

.u-ml0 {
	margin-left: 0
}

.u-ml15 {
	margin-left: 15px
}

.u-ml20 {
	margin-left: 20px
}

.u-ml25 {
	margin-left: 25px
}

.u-ml30 {
	margin-left: 30px
}

.u-ml40 {
	margin-left: 40px
}

.u-ml50 {
	margin-left: 50px
}

.u-pt15 {
	padding-top: 15px
}

.u-pt20 {
	padding-top: 20px
}

.u-pt25 {
	padding-top: 25px
}

.u-pt30 {
	padding-top: 30px
}

.u-pt40 {
	padding-top: 40px
}

.u-pt50 {
	padding-top: 50px
}

.u-pb15 {
	padding-bottom: 15px
}

.u-pb20 {
	padding-bottom: 20px
}

.u-pb25 {
	padding-bottom: 25px
}

.u-pb30 {
	padding-bottom: 30px
}

.u-pb40 {
	padding-bottom: 40px
}

.u-pb50 {
	padding-bottom: 50px
}

.u-pr15 {
	padding-right: 15px
}

.u-pr20 {
	padding-right: 20px
}

.u-pr25 {
	padding-right: 25px
}

.u-pr30 {
	padding-right: 30px
}

.u-pr40 {
	padding-right: 40px
}

.u-pr50 {
	padding-right: 50px
}

.u-pl15 {
	padding-left: 15px
}

.u-pl20 {
	padding-left: 20px
}

.u-pl25 {
	padding-left: 25px
}

.u-pl30 {
	padding-left: 30px
}

.u-pl40 {
	padding-left: 40px
}

.u-pl50 {
	padding-left: 50px
}

.u-relative {
	position: relative
}

.u-no-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

@font-face {
	font-family: 'swiper-icons';
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-weight: 400;
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	-o-transition-property: transform, height;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	-webkit-scroll-snap-type: x mandatory;
	-ms-scroll-snap-type: x mandatory;
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	-webkit-scroll-snap-type: y mandatory;
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: 'next'
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
	--swiper-navigation-color: #ffffff
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
	--swiper-navigation-color: #000000
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms opacity;
	-o-transition: 300ms opacity;
	transition: 300ms opacity;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(0.66);
	-ms-transform: scale(0.66);
	transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(0.33);
	-ms-transform: scale(0.33);
	transform: scale(0.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: 200ms top, 200ms -webkit-transform;
	transition: 200ms top, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top;
	transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms left, 200ms -webkit-transform;
	transition: 200ms left, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left;
	transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: 200ms right, 200ms -webkit-transform;
	transition: 200ms right, 200ms -webkit-transform;
	-o-transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right;
	transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s infinite linear;
	animation: swiper-preloader-spin 1s infinite linear;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}


/*!
 * animate.css - https://animate.style/
 * Version - 4.0.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */

:root {
	--animate-duration: 1s;
	--animate-delay: 1s;
	--animate-repeat: 1
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-duration: var(--animate-duration);
	animation-duration: var(--animate-duration);
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.repeat-1 {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: var(--animate-repeat);
	animation-iteration-count: var(--animate-repeat)
}

.animated.repeat-2 {
	-webkit-animation-iteration-count: calc(1 * 2);
	animation-iteration-count: calc(1 * 2);
	-webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
	animation-iteration-count: calc(var(--animate-repeat) * 2)
}

.animated.repeat-3 {
	-webkit-animation-iteration-count: calc(1 * 3);
	animation-iteration-count: calc(1 * 3);
	-webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
	animation-iteration-count: calc(var(--animate-repeat) * 3)
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-delay: var(--animate-delay);
	animation-delay: var(--animate-delay)
}

.animated.delay-2s {
	-webkit-animation-delay: calc(1s * 2);
	animation-delay: calc(1s * 2);
	-webkit-animation-delay: calc(var(--animate-delay) * 2);
	animation-delay: calc(var(--animate-delay) * 2)
}

.animated.delay-3s {
	-webkit-animation-delay: calc(1s * 3);
	animation-delay: calc(1s * 3);
	-webkit-animation-delay: calc(var(--animate-delay) * 3);
	animation-delay: calc(var(--animate-delay) * 3)
}

.animated.delay-4s {
	-webkit-animation-delay: calc(1s * 4);
	animation-delay: calc(1s * 4);
	-webkit-animation-delay: calc(var(--animate-delay) * 4);
	animation-delay: calc(var(--animate-delay) * 4)
}

.animated.delay-5s {
	-webkit-animation-delay: calc(1s * 5);
	animation-delay: calc(1s * 5);
	-webkit-animation-delay: calc(var(--animate-delay) * 5);
	animation-delay: calc(var(--animate-delay) * 5)
}

.animated.faster {
	-webkit-animation-duration: calc(1s / 2);
	animation-duration: calc(1s / 2);
	-webkit-animation-duration: calc(var(--animate-duration) / 2);
	animation-duration: calc(var(--animate-duration) / 2)
}

.animated.fast {
	-webkit-animation-duration: calc(1s * 0.8);
	animation-duration: calc(1s * 0.8);
	-webkit-animation-duration: calc(var(--animate-duration) * 0.8);
	animation-duration: calc(var(--animate-duration) * 0.8)
}

.animated.slow {
	-webkit-animation-duration: calc(1s * 2);
	animation-duration: calc(1s * 2);
	-webkit-animation-duration: calc(var(--animate-duration) * 2);
	animation-duration: calc(var(--animate-duration) * 2)
}

.animated.slower {
	-webkit-animation-duration: calc(1s * 3);
	animation-duration: calc(1s * 3);
	-webkit-animation-duration: calc(var(--animate-duration) * 3);
	animation-duration: calc(var(--animate-duration) * 3)
}

@media print,
(prefers-reduced-motion: reduce) {
	.animated {
		-webkit-animation-duration: 1ms !important;
		animation-duration: 1ms !important;
		-webkit-transition-duration: 1ms !important;
		-o-transition-duration: 1ms !important;
		transition-duration: 1ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important
	}
	.animated[class*='Out'] {
		opacity: 0
	}
}

@-webkit-keyframes bounce {
	from,
	20%,
	53%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05)
	}
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
		transform: translate3d(0, 0, 0) scaleY(0.95)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02)
	}
}

@keyframes bounce {
	from,
	20%,
	53%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	40%,
	43% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
		transform: translate3d(0, -30px, 0) scaleY(1.1)
	}
	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
		-webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
		transform: translate3d(0, -15px, 0) scaleY(1.05)
	}
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		-webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
		transform: translate3d(0, 0, 0) scaleY(0.95)
	}
	90% {
		-webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
		transform: translate3d(0, -4px, 0) scaleY(1.02)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {
	from,
	50%,
	to {
		opacity: 1
	}
	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {
	from,
	50%,
	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-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

@-webkit-keyframes rubberBand {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
	30% {
		-webkit-transform: scale3d(1.25, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1)
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1)
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.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, 0.75, 1);
		transform: scale3d(1.25, 0.75, 1)
	}
	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1)
	}
	50% {
		-webkit-transform: scale3d(1.15, 0.85, 1);
		transform: scale3d(1.15, 0.85, 1)
	}
	65% {
		-webkit-transform: scale3d(0.95, 1.05, 1);
		transform: scale3d(0.95, 1.05, 1)
	}
	75% {
		-webkit-transform: scale3d(1.05, 0.95, 1);
		transform: scale3d(1.05, 0.95, 1)
	}
	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shakeX {
	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 shakeX {
	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)
	}
}

.shakeX {
	-webkit-animation-name: shakeX;
	animation-name: shakeX
}

@-webkit-keyframes shakeY {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
}

@keyframes shakeY {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
}

.shakeY {
	-webkit-animation-name: shakeY;
	animation-name: shakeY
}

@-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;
	-ms-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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(0.9, 0.9, 0.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 {
	from,
	11.1%,
	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(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
		transform: skewX(0.39062deg) skewY(0.39062deg)
	}
	88.8% {
		-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
		transform: skewX(-0.19531deg) skewY(-0.19531deg)
	}
}

@keyframes jello {
	from,
	11.1%,
	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(-0.78125deg) skewY(-0.78125deg);
		transform: skewX(-0.78125deg) skewY(-0.78125deg)
	}
	77.7% {
		-webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
		transform: skewX(0.39062deg) skewY(0.39062deg)
	}
	88.8% {
		-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
		transform: skewX(-0.19531deg) skewY(-0.19531deg)
	}
}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	28% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	28% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.heartBeat {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: calc(1s * 1.3);
	animation-duration: calc(1s * 1.3);
	-webkit-animation-duration: calc(var(--animate-duration) * 1.3);
	animation-duration: calc(var(--animate-duration) * 1.3);
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

@-webkit-keyframes backInDown {
	0% {
		-webkit-transform: translateY(-1200px) scale(0.7);
		transform: translateY(-1200px) scale(0.7);
		opacity: 0.7
	}
	80% {
		-webkit-transform: translateY(0px) scale(0.7);
		transform: translateY(0px) scale(0.7);
		opacity: 0.7
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes backInDown {
	0% {
		-webkit-transform: translateY(-1200px) scale(0.7);
		transform: translateY(-1200px) scale(0.7);
		opacity: 0.7
	}
	80% {
		-webkit-transform: translateY(0px) scale(0.7);
		transform: translateY(0px) scale(0.7);
		opacity: 0.7
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.backInDown {
	-webkit-animation-name: backInDown;
	animation-name: backInDown
}

@-webkit-keyframes backInLeft {
	0% {
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
		opacity: 0.7
	}
	80% {
		-webkit-transform: translateX(0px) scale(0.7);
		transform: translateX(0px) scale(0.7);
		opacity: 0.7
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes backInLeft {
	0% {
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
		opacity: 0.7
	}
	80% {
		-webkit-transform: translateX(0px) scale(0.7);
		transform: translateX(0px) scale(0.7);
		opacity: 0.7
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.backInLeft {
	-webkit-animation-name: backInLeft;
	animation-name: backInLeft
}

@-webkit-keyframes backInRight {
	0% {
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
		opacity: 0.7
	}
	80% {
		-webkit-transform: translateX(0px) scale(0.7);
		transform: translateX(0px) scale(0.7);
		opacity: 0.7
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes backInRight {
	0% {
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
		opacity: 0.7
	}
	80% {
		-webkit-transform: translateX(0px) scale(0.7);
		transform: translateX(0px) scale(0.7);
		opacity: 0.7
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.backInRight {
	-webkit-animation-name: backInRight;
	animation-name: backInRight
}

@-webkit-keyframes backInUp {
	0% {
		-webkit-transform: translateY(1200px) scale(0.7);
		transform: translateY(1200px) scale(0.7);
		opacity: 0.7
	}
	80% {
		-webkit-transform: translateY(0px) scale(0.7);
		transform: translateY(0px) scale(0.7);
		opacity: 0.7
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes backInUp {
	0% {
		-webkit-transform: translateY(1200px) scale(0.7);
		transform: translateY(1200px) scale(0.7);
		opacity: 0.7
	}
	80% {
		-webkit-transform: translateY(0px) scale(0.7);
		transform: translateY(0px) scale(0.7);
		opacity: 0.7
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

.backInUp {
	-webkit-animation-name: backInUp;
	animation-name: backInUp
}

@-webkit-keyframes backOutDown {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	20% {
		-webkit-transform: translateY(0px) scale(0.7);
		transform: translateY(0px) scale(0.7);
		opacity: 0.7
	}
	100% {
		-webkit-transform: translateY(700px) scale(0.7);
		transform: translateY(700px) scale(0.7);
		opacity: 0.7
	}
}

@keyframes backOutDown {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	20% {
		-webkit-transform: translateY(0px) scale(0.7);
		transform: translateY(0px) scale(0.7);
		opacity: 0.7
	}
	100% {
		-webkit-transform: translateY(700px) scale(0.7);
		transform: translateY(700px) scale(0.7);
		opacity: 0.7
	}
}

.backOutDown {
	-webkit-animation-name: backOutDown;
	animation-name: backOutDown
}

@-webkit-keyframes backOutLeft {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	20% {
		-webkit-transform: translateX(0px) scale(0.7);
		transform: translateX(0px) scale(0.7);
		opacity: 0.7
	}
	100% {
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
		opacity: 0.7
	}
}

@keyframes backOutLeft {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	20% {
		-webkit-transform: translateX(0px) scale(0.7);
		transform: translateX(0px) scale(0.7);
		opacity: 0.7
	}
	100% {
		-webkit-transform: translateX(-2000px) scale(0.7);
		transform: translateX(-2000px) scale(0.7);
		opacity: 0.7
	}
}

.backOutLeft {
	-webkit-animation-name: backOutLeft;
	animation-name: backOutLeft
}

@-webkit-keyframes backOutRight {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	20% {
		-webkit-transform: translateX(0px) scale(0.7);
		transform: translateX(0px) scale(0.7);
		opacity: 0.7
	}
	100% {
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
		opacity: 0.7
	}
}

@keyframes backOutRight {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	20% {
		-webkit-transform: translateX(0px) scale(0.7);
		transform: translateX(0px) scale(0.7);
		opacity: 0.7
	}
	100% {
		-webkit-transform: translateX(2000px) scale(0.7);
		transform: translateX(2000px) scale(0.7);
		opacity: 0.7
	}
}

.backOutRight {
	-webkit-animation-name: backOutRight;
	animation-name: backOutRight
}

@-webkit-keyframes backOutUp {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	20% {
		-webkit-transform: translateY(0px) scale(0.7);
		transform: translateY(0px) scale(0.7);
		opacity: 0.7
	}
	100% {
		-webkit-transform: translateY(-700px) scale(0.7);
		transform: translateY(-700px) scale(0.7);
		opacity: 0.7
	}
}

@keyframes backOutUp {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
	20% {
		-webkit-transform: translateY(0px) scale(0.7);
		transform: translateY(0px) scale(0.7);
		opacity: 0.7
	}
	100% {
		-webkit-transform: translateY(-700px) scale(0.7);
		transform: translateY(-700px) scale(0.7);
		opacity: 0.7
	}
}

.backOutUp {
	-webkit-animation-name: backOutUp;
	animation-name: backOutUp
}

@-webkit-keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97)
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97)
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	-webkit-animation-duration: calc(1s * 0.75);
	animation-duration: calc(1s * 0.75);
	-webkit-animation-duration: calc(var(--animate-duration) * 0.75);
	animation-duration: calc(var(--animate-duration) * 0.75);
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
		transform: translate3d(0, 25px, 0) scaleY(0.9)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
		transform: translate3d(0, -10px, 0) scaleY(0.95)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
		transform: translate3d(0, 5px, 0) scaleY(0.985)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInDown {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
		transform: translate3d(0, -3000px, 0) scaleY(3)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
		transform: translate3d(0, 25px, 0) scaleY(0.9)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
		transform: translate3d(0, -10px, 0) scaleY(0.95)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
		transform: translate3d(0, 5px, 0) scaleY(0.985)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
		transform: translate3d(-10px, 0, 0) scaleX(0.98)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
		transform: translate3d(5px, 0, 0) scaleX(0.995)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInLeft {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
		transform: translate3d(-3000px, 0, 0) scaleX(3)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0) scaleX(1);
		transform: translate3d(25px, 0, 0) scaleX(1)
	}
	75% {
		-webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
		transform: translate3d(-10px, 0, 0) scaleX(0.98)
	}
	90% {
		-webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
		transform: translate3d(5px, 0, 0) scaleX(0.995)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
		transform: translate3d(10px, 0, 0) scaleX(0.98)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
		transform: translate3d(-5px, 0, 0) scaleX(0.995)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInRight {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
		transform: translate3d(3000px, 0, 0) scaleX(3)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
		transform: translate3d(-25px, 0, 0) scaleX(1)
	}
	75% {
		-webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
		transform: translate3d(10px, 0, 0) scaleX(0.98)
	}
	90% {
		-webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
		transform: translate3d(-5px, 0, 0) scaleX(0.995)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
		transform: translate3d(0, 10px, 0) scaleY(0.95)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
		transform: translate3d(0, -5px, 0) scaleY(0.985)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInUp {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
		transform: translate3d(0, 3000px, 0) scaleY(5)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
		transform: translate3d(0, 10px, 0) scaleY(0.95)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
		transform: translate3d(0, -5px, 0) scaleY(0.985)
	}
	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(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
}

.bounceOut {
	-webkit-animation-duration: calc(1s * 0.75);
	animation-duration: calc(1s * 0.75);
	-webkit-animation-duration: calc(var(--animate-duration) * 0.75);
	animation-duration: calc(var(--animate-duration) * 0.75);
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
		transform: translate3d(0, 10px, 0) scaleY(0.985)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
		transform: translate3d(0, 10px, 0) scaleY(0.985)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
		transform: translate3d(0, -20px, 0) scaleY(0.9)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
		transform: translate3d(0, 2000px, 0) scaleY(3)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
		transform: translate3d(20px, 0, 0) scaleX(0.9)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
		transform: translate3d(20px, 0, 0) scaleX(0.9)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
		transform: translate3d(-2000px, 0, 0) scaleX(2)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
		transform: translate3d(-20px, 0, 0) scaleX(0.9)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
		transform: translate3d(-20px, 0, 0) scaleX(0.9)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
		transform: translate3d(2000px, 0, 0) scaleX(2)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
		transform: translate3d(0, -10px, 0) scaleY(0.985)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
		transform: translate3d(0, 20px, 0) scaleY(0.9)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
		transform: translate3d(0, -10px, 0) scaleY(0.985)
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
		transform: translate3d(0, 20px, 0) scaleY(0.9)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
		transform: translate3d(0, -2000px, 0) scaleY(3)
	}
}

.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, -50%, 0);
		transform: translate3d(0, -50%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 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(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 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(50%, 0, 0);
		transform: translate3d(50%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50%, 0, 0);
		transform: translate3d(50%, 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, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 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 fadeInTopLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInTopLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInTopLeft {
	-webkit-animation-name: fadeInTopLeft;
	animation-name: fadeInTopLeft
}

@-webkit-keyframes fadeInTopRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50%, -50%, 0);
		transform: translate3d(50%, -50%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInTopRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(50%, -50%, 0);
		transform: translate3d(50%, -50%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInTopRight {
	-webkit-animation-name: fadeInTopRight;
	animation-name: fadeInTopRight
}

@-webkit-keyframes fadeInBottomLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInBottomLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInBottomLeft {
	-webkit-animation-name: fadeInBottomLeft;
	animation-name: fadeInBottomLeft
}

@-webkit-keyframes fadeInBottomRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fadeInBottomRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.fadeInBottomRight {
	-webkit-animation-name: fadeInBottomRight;
	animation-name: fadeInBottomRight
}

@-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 fadeOutTopLeft {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0)
	}
}

@keyframes fadeOutTopLeft {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, -100%, 0);
		transform: translate3d(-100%, -100%, 0)
	}
}

.fadeOutTopLeft {
	-webkit-animation-name: fadeOutTopLeft;
	animation-name: fadeOutTopLeft
}

@-webkit-keyframes fadeOutTopRight {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0)
	}
}

@keyframes fadeOutTopRight {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, -100%, 0);
		transform: translate3d(100%, -100%, 0)
	}
}

.fadeOutTopRight {
	-webkit-animation-name: fadeOutTopRight;
	animation-name: fadeOutTopRight
}

@-webkit-keyframes fadeOutBottomRight {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0)
	}
}

@keyframes fadeOutBottomRight {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 100%, 0);
		transform: translate3d(100%, 100%, 0)
	}
}

.fadeOutBottomRight {
	-webkit-animation-name: fadeOutBottomRight;
	animation-name: fadeOutBottomRight
}

@-webkit-keyframes fadeOutBottomLeft {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0)
	}
}

@keyframes fadeOutBottomLeft {
	from {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 100%, 0);
		transform: translate3d(-100%, 100%, 0)
	}
}

.fadeOutBottomLeft {
	-webkit-animation-name: fadeOutBottomLeft;
	animation-name: fadeOutBottomLeft
}

@-webkit-keyframes flip {
	from {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	from {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	40% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}
	50% {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	80% {
		-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	to {
		-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	from {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	from {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}
	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	from {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}
	to {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-duration: calc(1s * 0.75);
	animation-duration: calc(1s * 0.75);
	-webkit-animation-duration: calc(var(--animate-duration) * 0.75);
	animation-duration: calc(var(--animate-duration) * 0.75);
	-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: calc(1s * 0.75);
	animation-duration: calc(1s * 0.75);
	-webkit-animation-duration: calc(var(--animate-duration) * 0.75);
	animation-duration: calc(var(--animate-duration) * 0.75);
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes lightSpeedInRight {
	from {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.lightSpeedInRight {
	-webkit-animation-name: lightSpeedInRight;
	animation-name: lightSpeedInRight;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes lightSpeedInLeft {
	from {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
		transform: translate3d(-100%, 0, 0) skewX(30deg);
		opacity: 0
	}
	60% {
		-webkit-transform: skewX(-20deg);
		transform: skewX(-20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: skewX(5deg);
		transform: skewX(5deg)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.lightSpeedInLeft {
	-webkit-animation-name: lightSpeedInLeft;
	animation-name: lightSpeedInLeft;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOutRight {
	from {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOutRight {
	from {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOutRight {
	-webkit-animation-name: lightSpeedOutRight;
	animation-name: lightSpeedOutRight;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes lightSpeedOutLeft {
	from {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOutLeft {
	from {
		opacity: 1
	}
	to {
		-webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
		transform: translate3d(-100%, 0, 0) skewX(-30deg);
		opacity: 0
	}
}

.lightSpeedOutLeft {
	-webkit-animation-name: lightSpeedOutLeft;
	animation-name: lightSpeedOutLeft;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	from {
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateIn {
	from {
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes rotateInDownLeft {
	from {
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	from {
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom
}

@-webkit-keyframes rotateInDownRight {
	from {
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	from {
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom
}

@-webkit-keyframes rotateInUpLeft {
	from {
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	from {
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom
}

@-webkit-keyframes rotateInUpRight {
	from {
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	from {
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom
}

@-webkit-keyframes rotateOut {
	from {
		opacity: 1
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	from {
		opacity: 1
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes rotateOutDownLeft {
	from {
		opacity: 1
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	from {
		opacity: 1
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom
}

@-webkit-keyframes rotateOutDownRight {
	from {
		opacity: 1
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	from {
		opacity: 1
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom
}

@-webkit-keyframes rotateOutUpLeft {
	from {
		opacity: 1
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	from {
		opacity: 1
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom
}

@-webkit-keyframes rotateOutUpRight {
	from {
		opacity: 1
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	from {
		opacity: 1
	}
	to {
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom
}

@-webkit-keyframes hinge {
	0% {
		-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-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-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-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-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-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: calc(1s * 2);
	animation-duration: calc(1s * 2);
	-webkit-animation-duration: calc(var(--animate-duration) * 2);
	animation-duration: calc(var(--animate-duration) * 2);
	-webkit-animation-name: hinge;
	animation-name: hinge;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left
}

@-webkit-keyframes jackInTheBox {
	from {
		opacity: 0;
		-webkit-transform: scale(0.1) rotate(30deg);
		transform: scale(0.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(0.1) rotate(30deg);
		transform: scale(0.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(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

@keyframes zoomInDown {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

@keyframes zoomInLeft {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

@keyframes zoomInRight {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

@keyframes zoomInUp {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
	to {
		opacity: 0
	}
}

@keyframes zoomOut {
	from {
		opacity: 1
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3)
	}
	to {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0)
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
		transform: scale(0.1) translate3d(-2000px, 0, 0)
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0)
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
		transform: scale(0.1) translate3d(2000px, 0, 0)
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
		animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom
}

@-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
}

#colorbox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

#cboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	position: fixed;
	width: 100%;
	height: 100%
}

#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	-webkit-transform: translate3d(0, 0, 0);
	max-width: none
}

#cboxMiddleLeft {
	clear: left
}

#cboxBottomLeft {
	clear: left
}

#cboxContent {
	position: relative;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

#cboxTitle {
	margin: 0
}

#cboxLoadingOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#cboxPrevious {
	cursor: pointer
}

#cboxNext {
	cursor: pointer
}

#cboxClose {
	cursor: pointer
}

#cboxSlideshow {
	cursor: pointer
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0
}

.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: none;
	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
}

.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: 5px;
	height: 100%;
	margin: 0 auto;
	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: 5px;
	height: 100%;
	margin: 0 auto;
	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_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
	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_horizontal,
.mCustomScrollBox+.mCSB_scrollTools+.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
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.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_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
	-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_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
	-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
}

.mCSB_scrollTools {
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
	opacity: 0;
	filter: "alpha(opacity=0)";
	-ms-filter: "alpha(opacity=0)"
}

.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #F5F7F8
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #0083BF
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #0083BF
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background-color: #0083BF
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
	background-image: url(mCSB_buttons.html);
	background-repeat: no-repeat;
	opacity: 0.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_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
	opacity: 0.9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)"
}

.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: white;
	border: 1px solid #aaa;
	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;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-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;
	filter: alpha(opacity=0)
}

.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;
	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: bold
}

.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: white;
	border: 1px solid #aaa;
	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__clear {
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
	padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	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: bold;
	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-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
	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 black 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--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-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: transparent;
	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: white
}

.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;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, white 50%, #eee 100%);
	background-image: -o-linear-gradient(top, white 50%, #eee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eee));
	background-image: linear-gradient(to bottom, white 50%, #eee 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.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: bold;
	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;
	border-top-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;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.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;
	border-radius: 0;
	border-top-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: transparent;
	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;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, white 0%, #eee 50%);
	background-image: -o-linear-gradient(top, white 0%, #eee 50%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eee));
	background-image: linear-gradient(to bottom, white 0%, #eee 50%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, white 100%);
	background-image: -o-linear-gradient(top, #eee 50%, white 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(white));
	background-image: linear-gradient(to bottom, #eee 50%, white 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	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;
	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: bold;
	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;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-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: white;
	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: white
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}

.jplist-dd {
	width: 200px;
	background: #efefef;
	color: #575757;
	font-size: 13px;
	border-radius: 2px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer
}

.jplist-dd-panel {
	text-align: center;
	font-size: 15px;
	padding: 5px 7px;
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.jplist-dd-panel::after {
	content: '\25BC';
	display: inline-block;
	float: right;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	color: #a5a5a5
}

.jplist-dd-panel.jplist-dd-opened::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.jplist-dd-panel:hover {
	color: #000
}

.jplist-dd-content {
	display: none
}

.jplist-dd-content.jplist-dd-opened {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	width: 100%;
	top: 100%;
	left: 0;
	-webkit-box-shadow: 3px 5px 5px #e0e0e0;
	box-shadow: 3px 5px 5px #e0e0e0;
	position: absolute;
	background: #f5f5f5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1000
}

.jplist-dd-item {
	border-bottom: 1px dotted #ccc;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 15px;
	-webkit-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s
}

.jplist-dd-item:hover {
	background-color: #fff;
	color: #000
}

.jplist-dd-item:last-child {
	border: 0
}

.jplist-slider {
	width: 300px;
	height: 20px;
	background: #efefef;
	margin-right: 15px;
	margin-bottom: 35px;
	border-radius: 2px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.jplist-slider::before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: blue;
	position: absolute;
	z-index: 100;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.jplist-slider-holder-1,
.jplist-slider-holder-2 {
	width: 10px;
	height: 100%;
	border-radius: 2px;
	display: block;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 200;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0
}

.jplist-slider-holder-1 {
	background: #000
}

.jplist-slider-holder-1:active {
	background: #9f35ff
}

.jplist-slider-holder-2 {
	background: #822121
}

.jplist-slider-holder-2:active {
	background: #ff2888
}

.jplist-slider-range {
	width: 0;
	height: 20px;
	background: #ccc;
	display: block;
	position: absolute;
	left: 0;
	top: 0
}

.jplist-slider.jplist-slider-vertical {
	width: 20px;
	height: 300px
}

.jplist-slider.jplist-slider-vertical::before {
	width: 3px;
	height: 100%;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

.jplist-slider.jplist-slider-vertical .jplist-slider-holder-1,
.jplist-slider.jplist-slider-vertical .jplist-slider-holder-2 {
	height: 10px;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.jplist-slider.jplist-slider-vertical .jplist-slider-range {
	width: 100%;
	height: 0
}

body.compensate-for-scrollbar {
	overflow: hidden
}

.fancybox-active {
	height: auto
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99999
}

.fancybox-container.contact-modal .fancybox-content {
	height: 230px
}

.fancybox-container.contact-modal .fancybox-content .modal-header {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px
}

.fancybox-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.fancybox-inner {
	height: 100%;
	width: 100%;
	left: inherit;
	right: inherit;
	margin: 0 auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (max-width: 1200px) {
	.fancybox-inner {
		max-width: 1100px !important
	}
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	max-height: 70%;
	overflow: visible
}

@media (max-width: 1200px) {
	.fancybox-outer {
		max-height: calc(85% - 30px)
	}
}

.fancybox-bg {
	background: #193F5A;
	opacity: 0;
	-webkit-transition-duration: inherit;
	-o-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
	-o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	-o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 1;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	-o-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: visible;
	z-index: 99997
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	-o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: none
}

.fancybox-toolbar {
	right: 0;
	top: -44px
}

@media (max-width: 991px) {
	.fancybox-toolbar {
		top: 0
	}
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994
}

.fancybox-slide::before {
	content: '';
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 125px 0 90px 0 !important
}

@media (max-width: 1366px) {
	.fancybox-slide--image {
		padding: 10px !important
	}
}

.fancybox-slide--iframe {
	overflow: hidden;
	padding: 90px 100px 60px 100px !important
}

.fancybox-slide--image::before {
	display: none
}

.fancybox-slide--html {
	padding: 6px
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	max-height: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.fancybox-container [data-selectable='true'] {
	cursor: text
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%
}

.fancybox-slide--video .fancybox-content {
	background: #000
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%
}

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0
}

.fancybox-button {
	background: transparent;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc
}

.fancybox-button:hover {
	color: #fff
}

.fancybox-button:focus {
	outline: none
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: rgba(0, 131, 191, 0.6) !important;
	cursor: default;
	outline: none
}

.fancybox-button div {
	height: 100%
}

.fancybox-button svg {
	display: inline-block;
	height: 100%;
	overflow: visible;
	position: relative
}

.fancybox-navigation svg {
	width: 40px
}

@media (max-width: 991px) {
	.fancybox-navigation {
		display: none
	}
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none
}

.fancybox-button-close {
	color: #fff;
	background: #0083BF;
	border-radius: 50%;
	top: 20px;
	right: -22px
}

.fancybox-button--zoom {
	display: none !important
}

.fancybox-button--play {
	display: none !important
}

.fancybox-button--thumbs {
	display: none !important
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998
}

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	opacity: 1;
	position: absolute;
	top: calc(50% - 50px);
	border: 1px solid #0083BF;
	border-radius: 50%;
	width: 77px;
	height: 77px;
	background: #fff;
	line-height: 77px
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 15px;
	color: #0083BF
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 15px;
	color: #0083BF
}

#links {
	position: fixed;
	bottom: 10px;
	width: 100%;
	padding-top: 10px;
	list-style: none;
	text-align: center;
	z-index: 99999
}

#links li {
	display: inline;
	padding: 0 5px
}

#links li label {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6);
	cursor: pointer
}

#links li.active label {
	background-color: white
}

.fancybox-caption {
	top: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
	padding: 0;
	margin: 0 !important;
	height: 125px
}

@media (max-width: 576px) {
	.fancybox-caption {
		height: 180px
	}
}

.fancybox-caption--separate {
	margin-top: -50px
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline
}

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg)
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg)
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0)
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px
	}
	.fancybox-slide--image {
		padding: 6px 0
	}
	.fancybox-close-small {
		right: -6px
	}
	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px
	}
	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px
	}
	@supports (padding: 0px) {
		.fancybox-caption {
			padding-left: 12px;
			padding-right: 12px
		}
	}
}

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%
}

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, 0.1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1
}

@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}
	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px)
	}
}