/*//////////////////////////////////////////*/
/* Reset styles */
/*//////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, i{
	border:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	outline:0;
	padding:0;
	vertical-align:baseline;
}
:focus{
	outline:0;
}
body{
	line-height:1;
}
ol, ul{
	list-style:none;
}
caption{
	font-weight:normal;
	text-align:left;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content:"";
}
blockquote, q{
	quotes:"" "";
}
a img{
	border:0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
	display:block;
}
/** ==|== Responsive =============================================================
	Author: James Jackson-South
	twitter : http://twitter.com/James_M_South
	github : https://github.com/ResponsiveBP/Responsive
	website : http://responsivebp.com/
	Copyright (c),  James Jackson-South.
	Licensed under the MIT License.
	============================================================================== */
/*! Responsive v4.1.3 | MIT License | responsivebp.com */

/*//////////////////////////////////////////*/
/* Reset */
/*//////////////////////////////////////////*/

*,
:before,
:after{
	-webkit-box-sizing:inherit;
	-moz-box-sizing:inherit;
	box-sizing:inherit;
}

/*//////////////////////////////////////////*/
/* Container */
/*//////////////////////////////////////////*/

.container {
	width: calc(100% - 30px);
	max-width: 1200px;
	position:relative;
	margin: 0 auto;
	z-index:15;
}
.container_full {
	width: 100%;
	position:relative;
	z-index:15;
}

/*//////////////////////////////////////////*/
/* Rows and gutters */
/*//////////////////////////////////////////*/

.row,
[class*="block_row_"] {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}
.no_gutter {
	margin: 0;
}
.no_gutter [class*="block_row_"] {
	display: block;
	padding: 0;
	list-style: none;
}
[class*=col_],
[class*="block_row_"] > * {
	padding: 0 15px;
	width: 100%;
}
[class*=col_][class*=offset],
[class*=col_][class*=push],
[class*=col_][class*=pull] {
	position: relative;
}
[class*="block_row_"].no_gutter > *,
.no_gutter > [class*=col_] {
	padding: 0;
}

/*//////////////////////////////////////////*/
/* Grid margins */
/*//////////////////////////////////////////*/

.row_grid{
	margin: 0 -15px;
}
.row_grid [class*=col_] {
	padding: 0 15px 30px;
}
@media (max-width:599px) {
	.row_grid{
		margin: 0 -7.5px 15px;
	}
	.row_grid [class*=col_] {
		padding: 0 7.5px 15px;
	}
}

/*//////////////////////////////////////////*/
/* XXS — Screen less than 600px */
/*//////////////////////////////////////////*/

.col_xxs_1 { max-width: 8.33333%; flex: 0 0 8.33333%; }
.offset_xxs_1 { margin-left: 8.33333%; }
.push_xxs_1 { left: 8.33333%; }
.pull_xxs_1 { right: 8.33333%; }
.col_xxs_2 { max-width: 16.66667%; flex: 0 0 16.66667%; }
.offset_xxs_2 { margin-left: 16.66667%; }
.push_xxs_2 { left: 16.66667%; }
.pull_xxs_2 { right: 16.66667%; }
.col_xxs_3 { max-width: 25%; flex: 0 0 25%; }
.offset_xxs_3 { margin-left: 25%; }
.push_xxs_3 { left: 25%; }
.pull_xxs_3 { right: 25%; }
.col_xxs_4 { max-width: 33.33333%; flex: 0 0 33.33333%; }
.offset_xxs_4 { margin-left: 33.33333%; }
.push_xxs_4 { left: 33.33333%; }
.pull_xxs_4 { right: 33.33333%; }
.col_xxs_5 { max-width: 41.66667%; flex: 0 0 41.66667%; }
.offset_xxs_5 { margin-left: 41.66667%; }
.push_xxs_5 { left: 41.66667%; }
.pull_xxs_5 { right: 41.66667%; }
.col_xxs_6 { max-width: 50%; flex: 0 0 50%; }
.offset_xxs_6 { margin-left: 50%; }
.push_xxs_6 { left: 50%; }
.pull_xxs_6 { right: 50%; }
.col_xxs_7 { max-width: 58.33333%; flex: 0 0 58.33333%; }
.offset_xxs_7 { margin-left: 58.33333%; }
.push_xxs_7 { left: 58.33333%; }
.pull_xxs_7 { right: 58.33333%; }
.col_xxs_8 { max-width: 66.66667%; flex: 0 0 66.66667%; }
.offset_xxs_8 { margin-left: 66.66667%; }
.push_xxs_8 { left: 66.66667%; }
.pull_xxs_8 { right: 66.66667%; }
.col_xxs_9 { max-width: 75%; flex: 0 0 75%; }
.offset_xxs_9 { margin-left: 75%; }
.push_xxs_9 { left: 75%; }
.pull_xxs_9 { right: 75%; }
.col_xxs_10 { max-width: 83.33333%; flex: 0 0 83.33333%; }
.offset_xxs_10 { margin-left: 83.33333%; }
.push_xxs_10 { left: 83.33333%; }
.pull_xxs_10 { right: 83.33333%; }
.col_xxs_11 { max-width: 91.66667%; flex: 0 0 91.66667%; }
.offset_xxs_11 { margin-left: 91.66667%; }
.push_xxs_11 { left: 91.66667%; }
.pull_xxs_11 { right: 91.66667%; }
.col_xxs_12 { max-width: 100%; flex: 0 0 100%; }
.offset_xxs_12 { margin-left: 100%; }
.push_xxs_12 { left: 100%; }
.pull_xxs_12 { right: 100%; }

.block_row_xxs_1>* { flex: 0 0 100%; }
.block_row_xxs_2>* { flex: 0 0 50%; }
.block_row_xxs_3>* { flex: 0 0 33.33333%; }
.block_row_xxs_4>* { flex: 0 0 25%; }
.block_row_xxs_5>* { flex: 0 0 20%; }
.block_row_xxs_6>* { flex: 0 0 16.66667%; }
.block_row_xxs_7>* { flex: 0 0 14.28571%; }
.block_row_xxs_8>* { flex: 0 0 12.5%; }
.block_row_xxs_9>* { flex: 0 0 11.11111%; }
.block_row_xxs_10>* { flex: 0 0 10%; }
.block_row_xxs_11>* { flex: 0 0 9.09091%; }
.block_row_xxs_12>* { flex: 0 0 8.33333%; }

/*//////////////////////////////////////////*/
/* XS — Screen between 600px and 800px */
/*//////////////////////////////////////////*/

@media (min-width: 600px) {

	.col_xs_1 { max-width: 8.33333%; flex: 0 0 8.33333%; }
	.offset_xs_1 { margin-left: 8.33333%; }
	.push_xs_1 { left: 8.33333%; }
	.pull_xs_1 { right: 8.33333%; }
	.col_xs_2 { max-width: 16.66667%; flex: 0 0 16.66667%; }
	.offset_xs_2 { margin-left: 16.66667%; }
	.push_xs_2 { left: 16.66667%; }
	.pull_xs_2 { right: 16.66667%; }
	.col_xs_3 { max-width: 25%; flex: 0 0 25%; }
	.offset_xs_3 { margin-left: 25%; }
	.push_xs_3 { left: 25%; }
	.pull_xs_3 { right: 25%; }
	.col_xs_4 { max-width: 33.33333%; flex: 0 0 33.33333%; }
	.offset_xs_4 { margin-left: 33.33333%; }
	.push_xs_4 { left: 33.33333%; }
	.pull_xs_4 { right: 33.33333%; }
	.col_xs_5 { max-width: 41.66667%; flex: 0 0 41.66667%; }
	.offset_xs_5 { margin-left: 41.66667%; }
	.push_xs_5 { left: 41.66667%; }
	.pull_xs_5 { right: 41.66667%; }
	.col_xs_6 { max-width: 50%; flex: 0 0 50%; }
	.offset_xs_6 { margin-left: 50%; }
	.push_xs_6 { left: 50%; }
	.pull_xs_6 { right: 50%; }
	.col_xs_7 { max-width: 58.33333%; flex: 0 0 58.33333%; }
	.offset_xs_7 { margin-left: 58.33333%; }
	.push_xs_7 { left: 58.33333%; }
	.pull_xs_7 { right: 58.33333%; }
	.col_xs_8 { max-width: 66.66667%; flex: 0 0 66.66667%; }
	.offset_xs_8 { margin-left: 66.66667%; }
	.push_xs_8 { left: 66.66667%; }
	.pull_xs_8 { right: 66.66667%; }
	.col_xs_9 { max-width: 75%; flex: 0 0 75%; }
	.offset_xs_9 { margin-left: 75%; }
	.push_xs_9 { left: 75%; }
	.pull_xs_9 { right: 75%; }
	.col_xs_10 { max-width: 83.33333%; flex: 0 0 83.33333%; }
	.offset_xs_10 { margin-left: 83.33333%; }
	.push_xs_10 { left: 83.33333%; }
	.pull_xs_10 { right: 83.33333%; }
	.col_xs_11 { max-width: 91.66667%; flex: 0 0 91.66667%; }
	.offset_xs_11 { margin-left: 91.66667%; }
	.push_xs_11 { left: 91.66667%; }
	.pull_xs_11 { right: 91.66667%; }
	.col_xs_12 { max-width: 100%; flex: 0 0 100%; }
	.offset_xs_12 { margin-left: 100%; }
	.push_xs_12 { left: 100%; }
	.pull_xs_12 { right: 100%; }

	.block_row_xs_1>* { flex: 0 0 100%; }
	.block_row_xs_2>* { flex: 0 0 50%; }
	.block_row_xs_3>* { flex: 0 0 33.33333%; }
	.block_row_xs_4>* { flex: 0 0 25%; }
	.block_row_xs_5>* { flex: 0 0 20%; }
	.block_row_xs_6>* { flex: 0 0 16.66667%; }
	.block_row_xs_7>* { flex: 0 0 14.28571%; }
	.block_row_xs_8>* { flex: 0 0 12.5%; }
	.block_row_xs_9>* { flex: 0 0 11.11111%; }
	.block_row_xs_10>* { flex: 0 0 10%; }
	.block_row_xs_11>* { flex: 0 0 9.09091%; }
	.block_row_xs_12>* { flex: 0 0 8.33333%; }

}

/*//////////////////////////////////////////*/
/* S — Screen between 800px and 1000px */
/*//////////////////////////////////////////*/

@media (min-width: 800px) {

	.col_s_1 { max-width: 8.33333%; flex: 0 0 8.33333%; }
	.offset_s_1 { margin-left: 8.33333%; }
	.push_s_1 { left: 8.33333%; }
	.pull_s_1 { right: 8.33333%; }
	.col_s_2 { max-width: 16.66667%; flex: 0 0 16.66667%; }
	.offset_s_2 { margin-left: 16.66667%; }
	.push_s_2 { left: 16.66667%; }
	.pull_s_2 { right: 16.66667%; }
	.col_s_3 { max-width: 25%; flex: 0 0 25%; }
	.offset_s_3 { margin-left: 25%; }
	.push_s_3 { left: 25%; }
	.pull_s_3 { right: 25%; }
	.col_s_4 { max-width: 33.33333%; flex: 0 0 33.33333%; }
	.offset_s_4 { margin-left: 33.33333%; }
	.push_s_4 { left: 33.33333%; }
	.pull_s_4 { right: 33.33333%; }
	.col_s_5 { max-width: 41.66667%; flex: 0 0 41.66667%; }
	.offset_s_5 { margin-left: 41.66667%; }
	.push_s_5 { left: 41.66667%; }
	.pull_s_5 { right: 41.66667%; }
	.col_s_6 { max-width: 50%; flex: 0 0 50%; }
	.offset_s_6 { margin-left: 50%; }
	.push_s_6 { left: 50%; }
	.pull_s_6 { right: 50%; }
	.col_s_7 { max-width: 58.33333%; flex: 0 0 58.33333%; }
	.offset_s_7 { margin-left: 58.33333%; }
	.push_s_7 { left: 58.33333%; }
	.pull_s_7 { right: 58.33333%; }
	.col_s_8 { max-width: 66.66667%; flex: 0 0 66.66667%; }
	.offset_s_8 { margin-left: 66.66667%; }
	.push_s_8 { left: 66.66667%; }
	.pull_s_8 { right: 66.66667%; }
	.col_s_9 { max-width: 75%; flex: 0 0 75%; }
	.offset_s_9 { margin-left: 75%; }
	.push_s_9 { left: 75%; }
	.pull_s_9 { right: 75%; }
	.col_s_10 { max-width: 83.33333%; flex: 0 0 83.33333%; }
	.offset_s_10 { margin-left: 83.33333%; }
	.push_s_10 { left: 83.33333%; }
	.pull_s_10 { right: 83.33333%; }
	.col_s_11 { max-width: 91.66667%; flex: 0 0 91.66667%; }
	.offset_s_11 { margin-left: 91.66667%; }
	.push_s_11 { left: 91.66667%; }
	.pull_s_11 { right: 91.66667%; }
	.col_s_12 { max-width: 100%; flex: 0 0 100%; }
	.offset_s_12 { margin-left: 100%; }
	.push_s_12 { left: 100%; }
	.pull_s_12 { right: 100%; }

	.block_row_s_1>* { flex: 0 0 100%; }
	.block_row_s_2>* { flex: 0 0 50%; }
	.block_row_s_3>* { flex: 0 0 33.33333%; }
	.block_row_s_4>* { flex: 0 0 25%; }
	.block_row_s_5>* { flex: 0 0 20%; }
	.block_row_s_6>* { flex: 0 0 16.66667%; }
	.block_row_s_7>* { flex: 0 0 14.28571%; }
	.block_row_s_8>* { flex: 0 0 12.5%; }
	.block_row_s_9>* { flex: 0 0 11.11111%; }
	.block_row_s_10>* { flex: 0 0 10%; }
	.block_row_s_11>* { flex: 0 0 9.09091%; }
	.block_row_s_12>* { flex: 0 0 8.33333%; }

}

/*//////////////////////////////////////////*/
/* M — Screen between 1000px and 1200px */
/*//////////////////////////////////////////*/

@media (min-width: 1000px) {

	.col_m_1 { max-width: 8.33333%; flex: 0 0 8.33333%; }
	.offset_m_1 { margin-left: 8.33333%; }
	.push_m_1 { left: 8.33333%; }
	.pull_m_1 { right: 8.33333%; }
	.col_m_2 { max-width: 16.66667%; flex: 0 0 16.66667%; }
	.offset_m_2 { margin-left: 16.66667%; }
	.push_m_2 { left: 16.66667%; }
	.pull_m_2 { right: 16.66667%; }
	.col_m_3 { max-width: 25%; flex: 0 0 25%; }
	.offset_m_3 { margin-left: 25%; }
	.push_m_3 { left: 25%; }
	.pull_m_3 { right: 25%; }
	.col_m_4 { max-width: 33.33333%; flex: 0 0 33.33333%; }
	.offset_m_4 { margin-left: 33.33333%; }
	.push_m_4 { left: 33.33333%; }
	.pull_m_4 { right: 33.33333%; }
	.col_m_5 { max-width: 41.66667%; flex: 0 0 41.66667%; }
	.offset_m_5 { margin-left: 41.66667%; }
	.push_m_5 { left: 41.66667%; }
	.pull_m_5 { right: 41.66667%; }
	.col_m_6 { max-width: 50%; flex: 0 0 50%; }
	.offset_m_6 { margin-left: 50%; }
	.push_m_6 { left: 50%; }
	.pull_m_6 { right: 50%; }
	.col_m_7 { max-width: 58.33333%; flex: 0 0 58.33333%; }
	.offset_m_7 { margin-left: 58.33333%; }
	.push_m_7 { left: 58.33333%; }
	.pull_m_7 { right: 58.33333%; }
	.col_m_8 { max-width: 66.66667%; flex: 0 0 66.66667%; }
	.offset_m_8 { margin-left: 66.66667%; }
	.push_m_8 { left: 66.66667%; }
	.pull_m_8 { right: 66.66667%; }
	.col_m_9 { max-width: 75%; flex: 0 0 75%; }
	.offset_m_9 { margin-left: 75%; }
	.push_m_9 { left: 75%; }
	.pull_m_9 { right: 75%; }
	.col_m_10 { max-width: 83.33333%; flex: 0 0 83.33333%; }
	.offset_m_10 { margin-left: 83.33333%; }
	.push_m_10 { left: 83.33333%; }
	.pull_m_10 { right: 83.33333%; }
	.col_m_11 { max-width: 91.66667%; flex: 0 0 91.66667%; }
	.offset_m_11 { margin-left: 91.66667%; }
	.push_m_11 { left: 91.66667%; }
	.pull_m_11 { right: 91.66667%; }
	.col_m_12 { max-width: 100%; flex: 0 0 100%; }
	.offset_m_12 { margin-left: 100%; }
	.push_m_12 { left: 100%; }
	.pull_m_12 { right: 100%; }

	.block_row_m_1>* { flex: 0 0 100%; }
	.block_row_m_2>* { flex: 0 0 50%; }
	.block_row_m_3>* { flex: 0 0 33.33333%; }
	.block_row_m_4>* { flex: 0 0 25%; }
	.block_row_m_5>* { flex: 0 0 20%; }
	.block_row_m_6>* { flex: 0 0 16.66667%; }
	.block_row_m_7>* { flex: 0 0 14.28571%; }
	.block_row_m_8>* { flex: 0 0 12.5%; }
	.block_row_m_9>* { flex: 0 0 11.11111%; }
	.block_row_m_10>* { flex: 0 0 10%; }
	.block_row_m_11>* { flex: 0 0 9.09091%; }
	.block_row_m_12>* { flex: 0 0 8.33333%; }

}

/*//////////////////////////////////////////*/
/* L — Screen more than 1200px */
/*//////////////////////////////////////////*/

@media (min-width: 1200px) {

	.col_l_1 { max-width: 8.33333%; flex: 0 0 8.33333%; }
	.offset_l_1 { margin-left: 8.33333%; }
	.push_l_1 { left: 8.33333%; }
	.pull_l_1 { right: 8.33333%; }
	.col_l_2 { max-width: 16.66667%; flex: 0 0 16.66667%; }
	.offset_l_2 { margin-left: 16.66667%; }
	.push_l_2 { left: 16.66667%; }
	.pull_l_2 { right: 16.66667%; }
	.col_l_3 { max-width: 25%; flex: 0 0 25%; }
	.offset_l_3 { margin-left: 25%; }
	.push_l_3 { left: 25%; }
	.pull_l_3 { right: 25%; }
	.col_l_4 { max-width: 33.33333%; flex: 0 0 33.33333%; }
	.offset_l_4 { margin-left: 33.33333%; }
	.push_l_4 { left: 33.33333%; }
	.pull_l_4 { right: 33.33333%; }
	.col_l_5 { max-width: 41.66667%; flex: 0 0 41.66667%; }
	.offset_l_5 { margin-left: 41.66667%; }
	.push_l_5 { left: 41.66667%; }
	.pull_l_5 { right: 41.66667%; }
	.col_l_6 { max-width: 50%; flex: 0 0 50%; }
	.offset_l_6 { margin-left: 50%; }
	.push_l_6 { left: 50%; }
	.pull_l_6 { right: 50%; }
	.col_l_7 { max-width: 58.33333%; flex: 0 0 58.33333%; }
	.offset_l_7 { margin-left: 58.33333%; }
	.push_l_7 { left: 58.33333%; }
	.pull_l_7 { right: 58.33333%; }
	.col_l_8 { max-width: 66.66667%; flex: 0 0 66.66667%; }
	.offset_l_8 { margin-left: 66.66667%; }
	.push_l_8 { left: 66.66667%; }
	.pull_l_8 { right: 66.66667%; }
	.col_l_9 { max-width: 75%; flex: 0 0 75%; }
	.offset_l_9 { margin-left: 75%; }
	.push_l_9 { left: 75%; }
	.pull_l_9 { right: 75%; }
	.col_l_10 { max-width: 83.33333%; flex: 0 0 83.33333%; }
	.offset_l_10 { margin-left: 83.33333%; }
	.push_l_10 { left: 83.33333%; }
	.pull_l_10 { right: 83.33333%; }
	.col_l_11 { max-width: 91.66667%; flex: 0 0 91.66667%; }
	.offset_l_11 { margin-left: 91.66667%; }
	.push_l_11 { left: 91.66667%; }
	.pull_l_11 { right: 91.66667%; }
	.col_l_12 { max-width: 100%; flex: 0 0 100%; }
	.offset_l_12 { margin-left: 100%; }
	.push_l_12 { left: 100%; }
	.pull_l_12 { right: 100%; }

	.block_row_l_1>* { flex: 0 0 100%; }
	.block_row_l_2>* { flex: 0 0 50%; }
	.block_row_l_3>* { flex: 0 0 33.33333%; }
	.block_row_l_4>* { flex: 0 0 25%; }
	.block_row_l_5>* { flex: 0 0 20%; }
	.block_row_l_6>* { flex: 0 0 16.66667%; }
	.block_row_l_7>* { flex: 0 0 14.28571%; }
	.block_row_l_8>* { flex: 0 0 12.5%; }
	.block_row_l_9>* { flex: 0 0 11.11111%; }
	.block_row_l_10>* { flex: 0 0 10%; }
	.block_row_l_11>* { flex: 0 0 9.09091%; }
	.block_row_l_12>* { flex: 0 0 8.33333%; }

}

/*//////////////////////////////////////////*/
/* Hide elements */
/*//////////////////////////////////////////*/

@media (max-width:599px) {
	.hide_xxs{
		display:none !important;
	}
}
@media (max-width:799px) and (min-width:600px) {
	.hide_xs{
		display:none !important;
	}
}
@media (max-width:999px) and (min-width:800px) {
	.hide_s{
		display:none !important;
	}
}
@media (max-width:1199px) and (min-width:1000px) {
	.hide_m{
		display:none !important;
	}
}
@media (min-width:1200px) {
	.hide_l{
		display:none !important;
	}
}

/*//////////////////////////////////////////*/
/* Text align */
/*//////////////////////////////////////////*/

@media (max-width:599px) {
	.txt_xxs_ac{ text-align: center !important; }
	.txt_xxs_al{ text-align: left !important; }
	.txt_xxs_ar{ text-align: right !important; }
}
@media (max-width:799px) and (min-width:600px) {
	.txt_xs_ac{ text-align: center !important; }
	.txt_xs_al{ text-align: left !important; }
	.txt_xs_ar{ text-align: right !important; }
}
@media (max-width:999px) and (min-width:800px) {
	.txt_s_ac{ text-align: center !important; }
	.txt_s_al{ text-align: left !important; }
	.txt_s_ar{ text-align: right !important; }
}
@media (max-width:1199px) and (min-width:1000px) {
	.txt_m_ac{ text-align: center !important; }
	.txt_m_al{ text-align: left !important; }
	.txt_m_ar{ text-align: right !important; }
}
@media (min-width:1200px) {
	.txt_l_ac{ text-align: center !important; }
	.txt_l_al{ text-align: left !important; }
	.txt_l_ar{ text-align: right !important; }
}

/*//////////////////////////////////////////*/
/* Fix float */
/*//////////////////////////////////////////*/

.row:after{
	content:'';
	display:table;
	clear:both;
	float:none;
}
@font-face {
	font-family: 'Disco';
	src: url('../fonts/Disco.eot');
	src: url('../fonts/Disco.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/Disco.woff2') format('woff2'),
		 url('../fonts/Disco.woff') format('woff'),
		 url('../fonts/Disco.ttf') format('truetype'),
		 url('../fonts/Disco.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}/*//////////////////////////////////////////*/
/* Fancybox */
/*//////////////////////////////////////////*/

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;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-bg {
    background: #16003c;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}
.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    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;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}
.fancybox-infobar {
    color: #ffffff;
    font-size: 12px;
    -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-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-toolbar {
    right: 0;
    top: 0;
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    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: 44px 0;
}
.fancybox-slide--image::before {
    display: none;
}
.fancybox-slide--html {
    padding: 6px;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 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;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
    cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    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%;
}
/* Fix iOS */
.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;
}
/* Buttons */

.fancybox-button {
	background: #dddd79;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #16003c;
}
.fancybox-button:hover {
    color: #16003c;
}
.fancybox-button:focus {
    outline: none;
}
.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}
/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.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--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);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
/* Close button on the top right corner of html content */

.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;
}
/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}
.fancybox-navigation .fancybox-button div {
    padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}
/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 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;
}
@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }}
.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;
}
/* Loading indicator */

.fancybox-loading {
    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;
}
@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }}
/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}
/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@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: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }    }}/* Share */

.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;
    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%;
}/* Thumbs */

.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;
    box-shadow: inset 0 0 6px rgba(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, .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;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */

@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);
    }
}

/*//////////////////////////////////////////*/
/* Popups */
/*//////////////////////////////////////////*/

/* Feature */

.popup_feature{
	width: 500px;
	max-width: 100%;
	padding: 50px;
	background: #4dedca;
	color: #16003c;
}
.popup_feature h3{
	display: block;
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
}
.popup_feature p{
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin-top: 15px;
}
.popup_feature ul{
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin-top: 15px;
}
.popup_feature ul li{
	display: block;
	margin-top: 5px;
	position: relative;
	padding-left: 15px;
}
.popup_feature ul li:before{
	content: '★';
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
	color: #16003c;
}/*//////////////////////////////////////////*/
/* Core elements */
/*//////////////////////////////////////////*/

html{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;

	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	-webkit-overflow-scrolling:touch;
}
body{
	color:#ffffff;
	font-size:16px;
	font-family:'Nunito', Arial, Tahoma, Helvetica, sans-serif;
	font-weight:400;
	background: #16003c;
	min-width:360px;
	max-width: 2000px;
	margin: 0 auto;
	overflow-x:hidden;
	position:relative;
}

/*//////////////////////////////////////////*/
/* Common */
/*//////////////////////////////////////////*/

a{
	color:inherit;
	text-decoration:none;
	transition:all 200ms linear;
	cursor: pointer;
}
a:hover{
	color:inherit;
	text-decoration:none;
}
.link_undrl{
	text-decoration:underline;
}
.link_undrl:hover{
	text-decoration:none;
}
.link_dshd{
	border-bottom: 1px dashed;
}
.link_dshd:hover{
	border-bottom: 1px dashed transparent;
}
.hide_me{
	display: none;
}
.img_cover{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.img_contain{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
}
.c2a{
	display: flex;
    flex-wrap: wrap;
	gap: 15px;
}
.c2a a{
	display: block;
	padding: 15px 30px;
	border-radius: 50px;
	background: #ffffff;
	color:#16003c;
	font-weight:700;
	text-transform: uppercase;
    white-space: nowrap;
}
.c2a a.y{
	background: #ffff89;
}
.c2a a.b{
	background: #4dedca;
}
.feedback{
    display:inline-block;
    position: relative;
    border:2px solid #ff5aa2;
    padding:0 10px 10px;
}
.feedback legend{
    padding:0 10px;
    color:#ff5aa2;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.feedback p{
    padding:10px;
    line-height: 20px;
}
.feedback a{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    margin:0 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.feedback a:hover{
    color:#4dedca;
}
.feedback a svg{
    display: block;
    width:auto;
    height:30px;
    fill:#ffffff;
    margin-right:10px;
	transition:all 200ms linear;
}
.feedback a:hover svg{
    fill:#4dedca;
}

/*//////////////////////////////////////////*/
/* Animations */
/*//////////////////////////////////////////*/

/* Spinner */

@-webkit-keyframes spinner {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes spinner {
	0% { -moz-transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); }
}
@keyframes spinner {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/*//////////////////////////////////////////*/
/* Ticket */
/*//////////////////////////////////////////*/

#ticket{
	position: relative;
	padding: 15px;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
}
#ticket:before{
	content: '';
	position: absolute;
	z-index: 5;
	opacity: 0.2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	background-image: url('../images/cover.jpg?v4');
}
#ticket .ticket{
	width: 400px;
	max-width: 100%;
	position: relative;
	z-index: 10;
	background: #ffff89;
	color:#16003c;
	border-radius: 10px;
}
#ticket .ticket .redirect{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	background: #ffff89;
	text-align: center;
	border-radius: 10px;
}
#ticket .ticket .redirect div{
	width: 50px;
	height: 50px;
	border-radius: 25px;
	border: 2px solid #ff5aa2;
	border-right: 2px solid #ffff89;
	margin-bottom: 15px;

    -webkit-animation: spinner 600ms infinite linear;
    -moz-animation: spinner 600ms infinite linear;
    animation: spinner 600ms infinite linear;
}
#ticket .ticket .title{
	padding: 15px;
	border-bottom: 1px dashed #dddd79;
	position: relative;
}
#ticket .ticket .title:before,
#ticket .ticket .title:after{
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #250949;
	position: absolute;
	bottom: -5px;
}
#ticket .ticket .title:before{
	left: -5px;
}
#ticket .ticket .title:after{
	right: -5px;
}
#ticket .ticket .title span{
	display: block;
	padding-bottom: 3px;
}
#ticket .ticket .title strong{
	display: block;
	font-size: 20px;
	font-weight: 700;
}
#ticket .ticket .num{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	padding: 15px 15px 0;
}
#ticket .ticket .num strong{
	display: block;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	margin-bottom: 15px;
}
#ticket .ticket .num strong:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ff5aa2 transparent;
	position: absolute;
	left: calc(50% - 10px);
	bottom: -15px;
}
#ticket .ticket .num span{
	display: block;
	width: 100%;
	padding: 10px;
	background: #ff5aa2;
	color: #ffffff;
	border-radius: 10px;
	line-height: 20px;
}
#ticket .ticket .data{
	padding: 15px 30px 30px;
}
#ticket .ticket .data div{
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    position: relative;
}
#ticket .ticket .data div:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3px;
	z-index: 5;
	border-bottom: 1px dotted #dddd79;
}
#ticket .ticket .data div span{
	display: block;
	padding-right: 5px;
	background: #ffff89;
	position: relative;
	z-index: 10;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
}
#ticket .ticket .data div strong{
	display: block;
	padding-left: 5px;
	background: #ffff89;
	position: relative;
	z-index: 10;
	text-align: right;
}
#ticket .ticket .note{
	text-align: center;
	padding: 15px;
	border-top: 1px dashed #dddd79;
	border-bottom: 1px dashed #dddd79;
	font-size: 14px;
	line-height: 18px;
}
#ticket .ticket .back{
	text-align: center;
	padding: 15px;
	font-size: 14px;
	line-height: 18px;
}

/*//////////////////////////////////////////*/
/* Cover */
/*//////////////////////////////////////////*/

#cover{
	background-image: url('../images/cover.jpg?v4');
	position: relative;
	overflow: hidden;
}
#cover .inner{
	display: flex;
	flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
	min-height: calc(100vh - 100px);
	position: relative;
	padding:15px 15px 30px;
	z-index: 15;
}
#cover .inner .tagline{
	font-size: 12px;
}
#cover .inner .tagline b{
	display: inline-block;
	margin: 0 10px;
}
#cover .inner .title{
	display: flex;
	flex-direction: column;
	margin-top: 300px;
}
#cover .inner .title h1{
	display: none;
}
#cover .inner .title span{
	display: block;
	font-weight:700;
	color: #ffff89;
	text-shadow: 0 0 10px #ffff89;
	text-transform: uppercase;
	font-size: 22px;
}
#cover .inner .title strong{
	display: block;
	font-family: 'Disco';
	font-size: 60px;
	padding: 25px 0;
	color: #ffffff;
	text-shadow: 0 0 15px #ffffff;
}
#cover .inner .title em{
	display: block;
	font-weight:700;
	color: #4dedca;
	text-shadow: 0 0 10px #4dedca;
	text-transform: uppercase;
	font-size: 26px;
}
#cover .inner .meta{
	display: flex;
	flex-direction: row;
    align-items: center;
    justify-content: space-between;
	margin: 60px 0;
	color: #ffff89;
	font-weight:700;
}
@media (max-width: 499px) {
	#cover .inner .meta{
		flex-direction: column;
	}
}
#cover .inner .meta .dates{
	text-align: center;
}
#cover .inner .meta .dates strong,
#cover .inner .meta .dates span{
	display: block;
}
@media (max-width: 499px) {
	#cover .inner .meta .dates strong,
	#cover .inner .meta .dates span{
		display: inline-block;
	}
}
#cover .inner .meta .dates strong{
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}
@media (max-width: 499px) {
	#cover .inner .meta .dates strong{
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 0;
	}
}
#cover .inner .meta .dates span{
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
}
#cover .inner .meta .sep{
	width: 4px;
	height: 70px;
	border-radius: 2px;
	background: #ffff89;
	margin: 0 30px;
}
@media (max-width: 499px) {
	#cover .inner .meta .sep{
		width: 140px;
		height: 4px;
		margin: 15px 0;
	}
}
#cover .inner .meta .location{
	text-align: left;
	font-size: 18px;
	line-height: 22px;
}
@media (max-width: 499px) {
	#cover .inner .meta .location{
		text-align: center;
	}
}
#cover .inner .logos{
	display: flex;
    align-items: flex-end;
    justify-content: center;
	gap: 45px;
}
@media (max-width: 499px) {
	#cover .inner .logos{
		gap: 20px;
	}
}
#cover .inner .logos a{
    display: block;
    opacity: 0.6;
}
#cover .inner .logos a:hover{
    opacity: 1;
}
#cover .inner .logos img{
    display: block;
    height: auto;
}
#cover .inner .logos img.zaytseva{
    width: 110px;
}
#cover .inner .logos img.artkolhoz{
    width: 100px;
}
#cover .inner .logos img.rvland{
    width: 70px;
}
#cover .rays{
	width: 3000px;
	height: 3000px;
	position: absolute;
	left: calc(50% - 1500px);
	top: -1500px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	background-image: url('../images/rays.svg?v8');
	z-index: 5;

    -webkit-animation: spinner 80s infinite linear;
    -moz-animation: spinner 80s infinite linear;
    animation: spinner 80s infinite linear;
}
#cover .overlay{
	width: 100%;
	height: 300px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 5;
	background: #16003c;
	background: linear-gradient(0deg, rgba(22, 0, 60, 1) 0%, rgba(22, 0, 60, 0) 100%);
}

/*//////////////////////////////////////////*/
/* About */
/*//////////////////////////////////////////*/

#about{
	padding: 120px 0;
	position: relative;
	overflow: hidden;
}
#about .img{
	position: relative;
	height: 100%;
}
#about .img div{
	position: absolute;
	right:0;
	top: -90px;
	bottom: -90px;
	width: 900px;
	background-image: url('../images/about.jpg?v3');
	background-position: right;
}
@media (max-width: 799px) {
	#about .img div{
		position: relative;
		background-position: center;
		top: 0;
		bottom: 0;
		width: 100%;
		height: 400px;
		margin-top: 60px;
	}
}
#about h2{
	display: none;
}
#about .text{
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 30px;
}
#about .feedback{
	margin-top: 30px;
}

/*//////////////////////////////////////////*/
/* Lyrics */
/*//////////////////////////////////////////*/

#lyrics{
	position: relative;
	height: 270px;
	font-size: 34px;
    line-height: 60px;
	font-family: 'Disco';
	text-shadow: 0 0 30px;
	z-index: 5;
}
@media (max-width: 799px) {
	#lyrics{
		height: 210px;
		font-size: 24px;
	    line-height: 40px;
	}
}
#lyrics li{
	padding: 15px;
}

/*//////////////////////////////////////////*/
/* Schedule */
/*//////////////////////////////////////////*/

#schedule{
	padding: 120px 0;
	overflow: hidden;
	position: relative;
	z-index: 10;
    background: #16003c;
}
#schedule .days{
	width: 600px;
	max-width: calc(100% - 30px);
	margin: 0 auto;
	position: relative;
}
#schedule .days:before,
#schedule .days:after{
	content: '';
	position: absolute;
	top: -120px;
	bottom: -120px;
	width: 700px;
	z-index: 5;
	background-position: top center;
	background-repeat: no-repeat;
}
#schedule .days:before{
	left: -700px;
	background-image: url('../images/schedule_1.jpg?v3');
}
#schedule .days:after{
	right: -700px;
	background-image: url('../images/schedule_2.jpg?v3');
}
@media (max-width: 999px) {
	#schedule .days:before{
		left: 65%;
	}
	#schedule .days:after{
		right: 65%;
	}
}
#schedule .days h2 {
	display: block;
	text-align: center;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 30px;
	position: relative;
	z-index: 10;
}
#schedule .days ul{
	display: flex;
	position: relative;
	z-index: 10;
}
#schedule .days ul li{
	display: block;
	width: 50%;
}
#schedule .days ul li a{
	display: flex;
	flex-direction: column;
	width: 100%;
    padding: 15px;
    text-transform: uppercase;
}
#schedule .days ul li a strong{
	display: block;
	margin-bottom: 3px;
	font-weight: 700;
	font-size: 18px;
}
#schedule .days ul li a span{
	font-size: 14px;
}
#schedule .days ul li.active a{
	background: #4dedca;
	color: #16003c;
}
#schedule .days .day{
	padding: 15px 15px 30px;
	border: 3px solid #4dedca;
	background: rgba(22, 0, 60, 0.7);
	backdrop-filter: blur(10px);
	position: relative;
	z-index: 10;
}
#schedule .days .day .item{
	display: flex;
	padding: 15px 15px 30px;
	line-height: 24px;
}
@media (max-width: 799px) {
	#schedule .days .day .item{
    	flex-direction: column;
    	padding: 0 0 30px;
	}
}
#schedule .days .day .item span{
	font-weight: 700;
	width: 120px;
	flex-shrink: 0;
	color: #ff5aa2;
}
#schedule .days .day .item p{
	font-size: 18px;
}
#schedule .days .day .c2a{
    justify-content: center;
}
#schedule .feedback {
    display: block;
    z-index: 10;
    text-align: center;
    width: 600px;
    max-width: calc(100% - 30px);
    margin: 30px auto 0;
}
#schedule .overlay {
    width: 100%;
    height: 300px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: #16003c;
    background: linear-gradient(0deg, rgba(22, 0, 60, 1) 0%, rgba(22, 0, 60, 0) 100%);
}

/*//////////////////////////////////////////*/
/* Features */
/*//////////////////////////////////////////*/

#features{
	padding: 0 0 90px 0;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 10;
    background: #16003c;
}
#features h2{
	display: block;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 30px;
    position: relative;
    z-index: 10;
}
#features .feature{
	max-width: 220px;
	margin: 0 auto 30px;
}
#features .feature svg{
	display: block;
	width: auto;
	height: 40px;
	margin: 0 auto 10px;
	fill: #4dedca;
}
#features .feature:nth-child(2n) svg{
	fill: #ffff89;
}
#features .feature:nth-child(3n) svg{
	fill: #ff5aa2;
}
#features .feature p{
	font-size: 16px;
	line-height: 22px;
}
#features .img{
	height: 100%;
	position: relative;
	z-index: 5;
}
#features .img div{
	position: absolute;
	top: 0;
	left: -60px;
	right: -60px;
	bottom: -120px;
	background-image: url('../images/features.jpg?v2');
	background-position: top center;
}
@media (max-width: 799px) {
	#features .img div{
		position: relative;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 600px;
		margin-top: 60px;
	}
}

/*//////////////////////////////////////////*/
/* Location */
/*//////////////////////////////////////////*/

#location{
	padding: 120px 0;
	position: relative;
	background-image: url('../images/location_big.jpg');
}
@media (max-width: 999px) {
	#location{
		background-image: url('../images/location_small.jpg?v2');
	}
	#location:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.6);
		z-index: 5;
	}
}
#location h2{
	font-weight:700;
	font-size: 36px;
    line-height: 40px;
}
#location .text{
	font-size: 18px;
	line-height: 24px;
	margin: 15px 0 30px;
}

/*//////////////////////////////////////////*/
/* Artkolhoz */
/*//////////////////////////////////////////*/

#artkolhoz{
	padding: 0 7.5px;
}
#artkolhoz a{
	display: block;
	background-color: #16003c;
	margin: 15px 7.5px 0;
	position: relative;
	cursor: zoom-in;
}
#artkolhoz a img {
	display: block;
	width: 100%;
	height: auto;
	transition:all 200ms linear;
}
#artkolhoz a:hover img {
	opacity: 0.8;
}

/*//////////////////////////////////////////*/
/* Rules */
/*//////////////////////////////////////////*/

#rules{
	padding: 120px 0 0 0;
}
#rules img{
	display: block;
	width: 600px;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
#rules h2{
	display: block;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
}
#rules .rule{
	margin-top: 30px;
	font-size: 14px;
	line-height: 20px;
}

/*//////////////////////////////////////////*/
/* Join */
/*//////////////////////////////////////////*/

#join{
	padding: 120px 0;
	position: relative;
}
#join .form{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 15px 30px;
	background: #ffff89;
	color: #16003c;
	border-radius: 10px;
	position: relative;
}
@media (max-width: 799px) {
	#join .form{
		width: 500px;
		max-width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	}
}
#join .form h2{
	display: block;
	padding: 15px 0 10px;
    font-weight: 700;
    font-size: 36px;
}
#join .form .closed{
	padding: 240px 0;    
	font-size: 18px;
    line-height: 24px;
	text-align: center;
}
#join .form .note{
	margin-bottom: 30px;
	font-size: 18px;
    line-height: 24px;
}
#join .form .types{
	margin-bottom: 30px;
}
#join .form .types ul{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
#join .form .types ul li{
	display: block;
	position: relative;
}
#join .form .types ul li.active:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #ff5aa2 transparent;
	position: absolute;
	left: calc(50% - 10px);
	bottom: -15px;
}
#join .form .types ul li a{
	display: block;
	position: relative;
	overflow: hidden;
	padding: 10px 15px;
	background: #dddd79;
	border-radius: 5px;
}
#join .form .types ul li.active a{
	background: #ff5aa2;
	color: #ffffff;
}
#join .form .types ul li a input{
	position: absolute;
	left: 0;
	top: -50px;
}
#join .form .types .type{
	background: #ff5aa2;
	color: #ffffff;
	border-radius: 5px;
	padding: 8px 10px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
}
#join .form .switcher{
	padding-left: 50px;
	margin-bottom: 30px;
	position: relative;
	min-height: 20px;
	cursor: pointer;
}
#join .form .switcher:before,
#join .form .switcher:after{
	content: '';
	position: absolute;
	border-radius: 10px;
	transition:all 200ms linear;
}
#join .form .switcher:before{
	width: 40px;
	height: 20px;
	background: #dddd79;
	left: 0;
	top: 0;
	z-index: 10;
}
#join .form .switcher.checked:before{
	background: #ff5aa2;
}
#join .form .switcher:after{
	width: 16px;
	height: 16px;
	background: #ffffff;
	left: 2px;
	top: 2px;
	z-index: 15;
}
#join .form .switcher.checked:after{
	left: 21px;
}
#join .form .switcher input{
	position: absolute;
	left: 10px;
	top: 5px;
	z-index: 5;
	display: block;
	width: 10px;
	height: 10px;
}
#join .form .switcher span{
	display: block;
	line-height: 18px;
	padding-top: 1px;
}
#join .form .switcher .preview{
	display: flex;
	gap: 5px;
	margin-top: 5px;
}
#join .form .switcher .preview a{
	display: block;
	cursor: zoom-in;
}
#join .form .switcher .preview a img{
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 10px;
}
#join .form .label{
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}
#join .form .label span{
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 3px;
}
#join .form .label .fld{
	display: block;
	color:#16003c;
	font-size:16px;
	font-family:'Nunito', Arial, Tahoma, Helvetica, sans-serif;
	background: #ffffff;
	border: 1px solid #dddd79;
	transition:all 200ms linear;
	padding: 5px 10px;
}
#join .form .label p{
	display: block;
	font-size: 14px;
	margin-top: 3px;
}
#join .form .pay{
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 15px 0;
	margin-top: 15px;
    background: #ffff89;
    bottom: 0;
    position: -webkit-sticky;
    position: sticky;
    z-index: 15;

	-webkit-box-shadow: 0 -15px 15px 15px #ffff89;
	-mox-box-shadow: 0 -15px 15px 15px #ffff89;
	box-shadow: 0 -15px 15px 15px #ffff89;
}
@media (max-width: 799px) {
	#join .form .pay{
		-webkit-box-shadow: 0 -15px 15px 5px #ffff89;
		-mox-box-shadow: 0 -15px 15px 5px #ffff89;
		box-shadow: 0 -15px 15px 5px #ffff89;
	}
}
#join .form .pay div span{
	display: block;
    font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 3px;
}
#join .form .pay div strong{
	display: block;
    font-size: 30px;
    font-weight: 700;
}
#join .form .pay button{
	display: block;
	height: 45px;
	padding: 0 15px;
    font-size: 14px;
    font-weight: 700;
	font-family:'Nunito', Arial, Tahoma, Helvetica, sans-serif;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
    border-radius: 10px;
	background: #ff5aa2;
	color: #ffffff;
}
#join .form .wait{
	display: none
}
#join .form .wait.show{
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    border-radius: 10px;
    background: #ffff89;
    z-index: 15;
}
#join .form .wait.show div{
	width: 50px;
	height: 50px;
	border-radius: 25px;
	border: 2px solid #ff5aa2;
	border-right: 2px solid #ffff89;
	margin-bottom: 15px;

    -webkit-animation: spinner 600ms infinite linear;
    -moz-animation: spinner 600ms infinite linear;
    animation: spinner 600ms infinite linear;
}
#join .img{
	position: relative;
	height: 100%;
}
#join .img div{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-image: url('../images/join.jpg?v3');
	background-position: top right;
}
@media (max-width: 799px) {
	#join .img div{
		position: relative;
		background-position: top center;
		top: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 500px;
	}
}
#join .feedback {
    display: block;
    width: 100%;
    margin-top: 30px;
}

/*//////////////////////////////////////////*/
/* Tickets */
/*//////////////////////////////////////////*/

#tickets{
	max-width: 800px;
	padding:90px 15px 75px;
	margin:0 auto;
	position: relative;
	border-top: 1px dashed #ffff89;
	border-bottom: 1px dashed #ffff89;
}
#tickets .ticket{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 15px;
	padding: 30px;
	border: 1px dashed #4dedca;
}
#tickets .ticket span{
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: 3px;
	opacity: 0.6;
}
#tickets .ticket strong{
	display: block;
	font-size: 16px;
	line-height: 20px;
}

/*//////////////////////////////////////////*/
/* Footer */
/*//////////////////////////////////////////*/

#footer{
	max-width: 800px;
	padding:90px 15px 30px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
	text-align: center;
}
#footer .rvland{
	display:inline-block;
}
#footer .rvland img{
	display:block;
	width:100px;
	height:auto;
}
#footer ul{
	display:block;
	margin-top: 15px;
	font-size: 0;
}
#footer ul li{
	display:inline-block;
	padding:15px 7.5px 0;
}
#footer ul li a{
	display:block;
	padding:0 15px;
	height: 30px;
	line-height: 30px;
	font-size:12px;
	color:#16003c;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 15px;
}
#footer ul li a{
	background: #4dedca;
}
#footer ul li:nth-child(2n) a{
	background: #ffff89;
}
#footer ul li:nth-child(3n) a{
	background: #ff5aa2;
}
#footer p{
	font-size: 12px;
	line-height: 16px;
	margin-top: 30px;
	opacity: 0.6;
}
#footer p a{
	color: inherit;
}