* {
	margin: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
a:hover,
a:active {
	outline: 0;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
#map_canvas img {
	max-width: none;
}
button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
input, textarea {
	background-color: #FAFAFA;
	border: 1px solid #EAEAEA;
	padding: 4px;
}
button {
	line-height: normal;
	padding: 0;
	border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
body {
	margin: 0;
	font-family: Arial, Arial Regular, Arial Black, sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #333;
	background-color: #fff;
	overflow-x: hidden;
  font-weight: 400;
}

a.logo {/* padding-top: 5px; */width: 200px;display: block;text-align: center;margin: 0px auto;margin-top: 0px;margin-top: 22px;margin-left: 10px;}

a {
	color: #a09595;
	text-decoration: none;
}
a:hover {
	color: #2a9f73;
	text-decoration: none;
	/* opacity: 1 !important; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: normal;
	color: inherit;
      font-size: inherit;
}
h1 {
text-transform: uppercase;
}

p {margin: 0 0 20px;}
ul,
ol {
	margin-left: 0;
	list-style: none;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 18px;
	font-size: 19.5px;
	line-height: 36px;
	color: #333;
	border: 0;
}
label,
input,
button,
select,
textarea {
    font-size: 24px;
	line-height: normal;
}
label {
	display: block;
}


#system-message, .reset {
	margin: 10px;
}

#jf-wrapper {
	overflow: hidden;
	position: relative;
}

.wrap {
	clear: both;
	width: 100%;
}

.main {
    margin: 0 auto;
    position: relative;
}

/* HEADER */
#jf-header {
	border-bottom: 1px solid #f1f1f1;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 99;
	height: 70px;
	transition: background 0.2s linear 0s;
	width: 100%;
	opacity: 1;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}

 #jf-header.transparent {
       opacity: 1;
       background: none repeat scroll 0 0 rgb(255, 255, 255);
       -webkit-transition: all 500ms ease-in-out;
       -moz-transition: all 500ms ease-in-out;
       -ms-transition: all 500ms ease-in-out;
       -o-transition: all 500ms ease-in-out;
       transition: all 500ms ease-in-out;
       /* border-bottom: 4px solid #e81a1a; */
       box-shadow: 0 0 20px #cecece6e;
}



#jf-header .main {
	padding: 12px 0 0;
	position: relative;
}

#jf-mainnav {
	float: right;
}

#jf-mainnav ul:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

#jf-mainnav ul.menu li {
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 25px;
}

#jf-mainnav ul.menu li a {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}

#jf-mainnav a {
      color: #000;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-left: 0.3125em;
    text-transform: uppercase;
    float: left;
    padding: 2em;
}


/* jf-home-c */
#jf-home-c {
	background-color: #fff;
	/* color: #404040; */
	/* font-size: 14px; */
}


#home-c-0,
#home-c-1,
#home-c-2,
#home-c-3,
#home-c-4 {
	position: relative;
	display: block;
	/* overflow: hidden; */
	/* height: 90vh; */
}



#jf-content {
	background-color: #fff;
}

#jf-content .main {
	padding: 120px 0 60px;
}

.home #jf-content .main {
	padding: 0;
}


/* FOOTER */
#jf-footer {
	background-size: cover;
    text-align: center;
    position: relative;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1076%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(42%2c 159%2c 115%2c 1)'%3e%3c/rect%3e%3cpath d='M60.08 -69.53L151.02 -17.03L151.02 87.97L60.08 140.47L-30.86 87.97L-30.86 -17.03zM60.08 560.47L151.02 612.97L151.02 717.97L60.08 770.47L-30.86 717.97L-30.86 612.97zM332.89 402.97L423.82 455.47L423.82 560.47L332.89 612.97L241.95 560.47L241.95 455.47zM605.69 -69.53L696.63 -17.03L696.63 87.97L605.69 140.47L514.76 87.97L514.76 -17.03zM605.69 245.47L696.63 297.97L696.63 402.97L605.69 455.47L514.76 402.97L514.76 297.97zM969.43 -69.53L1060.37 -17.03L1060.37 87.97L969.43 140.47L878.5 87.97L878.5 -17.03zM969.43 245.47L1060.37 297.97L1060.37 402.97L969.43 455.47L878.5 402.97L878.5 297.97zM969.43 560.47L1060.37 612.97L1060.37 717.97L969.43 770.47L878.5 717.97L878.5 612.97zM1151.3 245.47L1242.24 297.97L1242.24 402.97L1151.3 455.47L1060.37 402.97L1060.37 297.97z' stroke='rgba(45%2c 167%2c 121%2c 1)' stroke-width='2'%3e%3c/path%3e%3cpath d='M49.58 -69.53 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM140.52 -17.03 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM140.52 87.97 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM49.58 140.47 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM-41.36 87.97 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM-41.36 -17.03 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM49.58 560.47 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM140.52 612.97 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM140.52 717.97 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM49.58 770.47 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM-41.36 717.97 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM-41.36 612.97 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM322.39 402.97 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM413.32 455.47 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM413.32 560.47 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM322.39 612.97 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM231.45 560.47 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM231.45 455.47 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM595.19 -69.53 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM686.13 -17.03 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM686.13 87.97 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM595.19 140.47 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM504.26 87.97 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM504.26 -17.03 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM595.19 245.47 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM686.13 297.97 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM686.13 402.97 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM595.19 455.47 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM504.26 402.97 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM504.26 297.97 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM958.93 -69.53 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM1049.87 -17.03 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM1049.87 87.97 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM958.93 140.47 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM868 87.97 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM868 -17.03 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM958.93 245.47 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM1049.87 297.97 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM1049.87 402.97 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM958.93 455.47 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM868 402.97 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM868 297.97 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM958.93 560.47 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM1049.87 612.97 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM1049.87 717.97 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM958.93 770.47 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM868 717.97 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM868 612.97 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM1140.8 245.47 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM1231.74 297.97 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM1231.74 402.97 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0zM1140.8 455.47 a10.5 10.5 0 1 0 21 0 a10.5 10.5 0 1 0 -21 0z' fill='rgba(45%2c 167%2c 121%2c 1)'%3e%3c/path%3e%3cpath d='M107.37 279.24L150.67 304.24L150.67 354.24L107.37 379.24L64.06 354.24L64.06 304.24zM237.27 54.24L280.57 79.24L280.57 129.24L237.27 154.24L193.97 129.24L193.97 79.24zM237.27 354.24L280.57 379.24L280.57 429.24L237.27 454.24L193.97 429.24L193.97 379.24zM280.57 279.24L323.88 304.24L323.88 354.24L280.57 379.24L237.27 354.24L237.27 304.24zM410.48 204.24L453.79 229.24L453.79 279.24L410.48 304.24L367.18 279.24L367.18 229.24zM410.48 504.24L453.79 529.24L453.79 579.24L410.48 604.24L367.18 579.24L367.18 529.24zM453.79 -20.76L497.09 4.24L497.09 54.24L453.79 79.24L410.48 54.24L410.48 4.24zM497.09 504.24L540.39 529.24L540.39 579.24L497.09 604.24L453.79 579.24L453.79 529.24zM583.69 54.24L627 79.24L627 129.24L583.69 154.24L540.39 129.24L540.39 79.24zM756.9 204.24L800.21 229.24L800.21 279.24L756.9 304.24L713.6 279.24L713.6 229.24zM756.9 354.24L800.21 379.24L800.21 429.24L756.9 454.24L713.6 429.24L713.6 379.24zM843.51 54.24L886.81 79.24L886.81 129.24L843.51 154.24L800.21 129.24L800.21 79.24zM843.51 204.24L886.81 229.24L886.81 279.24L843.51 304.24L800.21 279.24L800.21 229.24zM800.21 279.24L843.51 304.24L843.51 354.24L800.21 379.24L756.9 354.24L756.9 304.24zM843.51 504.24L886.81 529.24L886.81 579.24L843.51 604.24L800.21 579.24L800.21 529.24zM886.81 -20.76L930.11 4.24L930.11 54.24L886.81 79.24L843.51 54.24L843.51 4.24zM973.42 -20.76L1016.72 4.24L1016.72 54.24L973.42 79.24L930.11 54.24L930.11 4.24zM973.42 279.24L1016.72 304.24L1016.72 354.24L973.42 379.24L930.11 354.24L930.11 304.24zM1060.02 -20.76L1103.32 4.24L1103.32 54.24L1060.02 79.24L1016.72 54.24L1016.72 4.24zM1060.02 279.24L1103.32 304.24L1103.32 354.24L1060.02 379.24L1016.72 354.24L1016.72 304.24zM1189.93 354.24L1233.23 379.24L1233.23 429.24L1189.93 454.24L1146.63 429.24L1146.63 379.24zM1363.14 354.24L1406.44 379.24L1406.44 429.24L1363.14 454.24L1319.84 429.24L1319.84 379.24zM1449.74 354.24L1493.05 379.24L1493.05 429.24L1449.74 454.24L1406.44 429.24L1406.44 379.24z' stroke='url(%23SvgjsRadialGradient1077)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1076'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cradialGradient cx='720' cy='280' r='772.53' gradientUnits='userSpaceOnUse' id='SvgjsRadialGradient1077'%3e%3cstop stop-color='rgba(42%2c 159%2c 115%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(28%2c 125%2c 88%2c 1)' offset='1'%3e%3c/stop%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e");
}

#jf-footer p {
      color: #fff;
}

#jf-footer p.title {
      color: #fff;
      font-weight: 700;
      font-size: 18px;
}

#jf-footer li a {
  color: #fff;
  /* font-size: 12px; */
  opacity: .7;
  -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}

#jf-footer li a:hover {
    opacity: 1 !important;
    -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}

#home-c-0, #home-c-1 {
    position: relative;
    display: block;
    background-color: #fdfdfd;
}


/* Mobile Menu */
#jf-menu, a.gotomenu {
	display: none;
}


#jf-latest li, #jf-news li, div.k2ItemsBlock ul li.lastItem  {
	margin: 0 10px !important;
}


#jf-footer .main-inner1 {/* padding-bottom: 2em; */}

@media (min-width: 768px) {
  
  #site-nav.is-active {
  height: auto;
  overflow: visible;
  padding-left: 10em;
padding-top: 5em;
padding-bottom: 5em;
}
  
  .form-footer {
  width: 60%;
float: right;
}
  
.bluebox {
position: absolute;
right: 55%;
margin-left: 65px;
background-color: #172027;
color: #fafafa;
padding-left: 5em;
padding-right: 5em;
min-width: 400px;
max-width: 565px;
}
}



@media (max-width: 767px) {
  
  #site-nav.is-active {
      height: 100vh;
  overflow: scroll;
  padding-left: 1em;
padding-top: 1em;
padding-bottom: 1em;
    
}
  
  
  .form-footer {
float: right;
}
  
  .bluebox {
background-color: #172027;
color: #fafafa;
padding-left: 5em;
  padding-right: 5em;
min-width: 400px;
max-width: 565px;
}
  

.colspan2 {
	width: 100% !important;
}

.colspan3 {
	width: 100% !important;
}

#jf-header {
	position: fixed;
	left: 0;
	top: 0;
}


#jf-menu {
	display: block;
	background-color: #fff;
	position: relative;
    z-index: 49;
}

#jf-menu .main {
	padding: 50px 0;
}

#jf-menu ul.menu {
	border-top: 1px solid #404040;
}

#jf-menu ul.menu li {
	border-bottom: 1px solid #404040;
	padding: 5px 0;
}

#jf-menu ul.menu li a {
    color: #404040;
    font-size: 18px;
    text-transform: uppercase;
}

#jf-menu ul.menu li a:hover {
	color: #247D99;
}


#jf-contact h3 {
	font-size: 52px;
}

#jf-footer{
	font-size: 18px;
}

#jf-footer .main-inner1 {
	padding: 135px 0 0;
	bottom: 30px;
}


}




.website_optimierung_sub_box p {
  font-size: 26px;
color: #ffea00;
}


/* MENU */
#nav ul, #nav li {
  margin: 0;
  padding: 0;
}

#nav {
  text-align: center;
}
#nav a {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
#nav li {
  display: inline-block;
  position: relative;
}
#nav li ul {
  position: absolute;
  left: -9999px;
}
#nav li a {
  display: inline-block;
  padding: 20px;
  font-size: 14px;
font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
}
#nav li:hover a {
  background-color: #fff;
  color: #414141;
}
#nav li:hover ul {
  left: 0;
  text-align: center;
  width: 100vw;
  position: fixed;
  background-color: #fff;
}
#nav li:hover ul a {
  display: block;
  padding: 30px 30px 0 30px;
}
#nav li:hover ul a:hover {
  color: #b7b7b7;
}

#nav ul li ul {
  width: 100%;
}


.website_optimierung_content.home {
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
height: 85vh;
text-align: center;
padding-top: 30vh;
color: #fff;
  position: relative;
}

/* MOUSE */


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

@media (max-width: 1024px) {
  .mouse_scroll {
display: none;
}
}

@media (min-width: 1025px) {
  .mouse_scroll {
    width: 24px;
    height: 100px;
    margin-bottom: 0;
    position: absolute;
    bottom: 1em;
    left: 50%;
    transform: translate(-50%, 0);
}
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.one
{
  margin-top: 1px;
}

.one, .two, .three
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.one
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
}

.two
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  margin-top: -6px;
}

.three
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  margin-top: -6px;
}

.mouse
{
height: 42px;
width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel
{
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
}


@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

/* Mouse ends */


.box h5 {
  font-size: 2em;
font-weight: 700;
color: #ffd400;
  padding: 1em;
}
.box {
	width:90%;
	background:#FFF;
	margin:40px auto;
    text-align:center;
	border: 2px dotted #d7d7d7;
	padding: 3em 1em;
	border-radius: 10px;
  -webkit-transition: all 450ms ease-in-out;
-moz-transition: all 450ms ease-in-out;
-ms-transition: all 450ms ease-in-out;
-o-transition: all 450ms ease-in-out;
transition: all 450ms ease-in-out;
}

.box p  {
  line-height: 26px;
}

.box:hover {
  transform: scale(1.1);
box-shadow: 0 7px 16px #7f7f7f33;
  -webkit-transition: all 450ms ease-in-out;
-moz-transition: all 450ms ease-in-out;
-ms-transition: all 450ms ease-in-out;
-o-transition: all 450ms ease-in-out;
transition: all 450ms ease-in-out;
}


/*==================================================
 * Effect 2
 * ===============================================*/
.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/*==================================================
 * Effect 3
 * ===============================================*/
.effect3
{
  position: relative;
}
.effect3:before
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

/*==================================================
 * Effect 4
 * ===============================================*/
.effect4
{
  position: relative;
}
.effect4:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

/* BLURRED */


*, *:before, *:after {
  box-sizing: inherit;
}
#blurredbody {
  height: 100%;
  margin: 0;
  font-weight: 400;
  color:#fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
#logo {
  position: absolute;
  top:50px;
  left: 50px;
  z-index: 2100;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  letter-spacing: .125em;
  transform: translateY(0);
  transition: all .4s;
  transition-delay: .1s;
}
.menu-on #logo,
.menu-on2 #logo {
  opacity: 0;
  transform: translateY(-20px);
}
#menu-link,
#menu-link2 {
  position: absolute;
  left: 50px;
  top: 50%;
  margin-top: -25px;
  z-index: 2100;
  color: #222;
  text-decoration: none;
  transform: translateY(0);
  transition: all .35s;
}
#menu-link:hover,
#menu-link2:hover {
  color: #222;
}
.menu-on #menu-link,
.menu-on2 #menu-link2 {
  opacity: 0;
  transform: translateY(-20px);
}
.menu-sub {
  font-size: 14px;
  line-height: 1.2;
  display: block;
  opacity: .6;
  letter-spacing: .125em;
  font-weight: 700;
}
.menu-main,
.menu-main2 {
  font-size: 40px;
  line-height: 1.2;
  display: block;
  letter-spacing: .09em;
  font-weight: 700;
}

#bk-wrap {
width: 120%;
height: 100%;
    background-size: auto auto;
background-size: cover;
display: block;
left: -70px;
top: 0;
z-index: 1;
transform: translateX(0) scale(1);
transition: all .5s;
position: absolute;
  background-color: #f4f4f4;
}

#bk-no-blur, #bk-blur, #bk-shadow {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  left:0;
  top:0;
  z-index: 1;
}
#bk-shadow {
  index: 1;
  position: fixed;
}
#bk-blur {
  background-size: cover;
  opacity: 0;
  z-index: 2;
  transition: opacity .4s;
}

.menu-on #bk-wrap,
.menu-on2 #bk-wrap {
  transform:  translateX(200px) scale(1.3);
}
.menu-on #bk-blur,
.menu-on2 #bk-blur {
  opacity: 1;
}


#bk-shadow {
  background: transparent;
  box-shadow: inset 0 0 500px 50px rgba(0, 0, 0, .75);
  z-index: 100;
}
/*.menu-on #bk-shadow  {
   box-shadow: inset 0 0 500px 50px rgba(0, 0, 0, 1);
}*/

#menu-wrap,
#menu-wrap2 {
  position: absolute;
  left:0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: none;
  opacity: 0;
  transition: all .3s;
}
#menu-wrap.display,
#menu-wrap2.display {
  display: block;
}
#menu-wrap.visible,
#menu-wrap2.visible {
  opacity: 1;
}
#menu-inner,
#menu-inner2 {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  padding: 0 70px;
}
#menu-title,
#menu-title2 {
  font-weight: 400;
  font-size: 28px;
  padding:30px 8px;
  margin: 0;
  opacity: 0;
  transition: all .3s;
  top:10px;
  transform:   translateY(0);
  position: relative;
}
#menu-title.on,
#menu-title2.on {
  opacity: 1;
  transform:   translateY(-10px);
  color: #222;
}

#close,
#close2 {
  font-weight: 400;
  font-size: 26px;
  color: #222;
  text-decoration: none;
  border: 2px solid #222;
  width: 43px;
  height: 43px;
  text-align: center;
  border-radius: 40px;
  position: absolute;
  left: 20px;
  top:40px;
  opacity: 0;
  transform:   translateY(0);
  transition: all .3s;
  line-height: 1;
  padding: 7px 0 0 3px;
}
#close:hover,
#close2:hover {
  background: rgba(10, 10, 10, .25);
}
#close.on,
#close2.on {
  opacity: 1;
  transform:   translateY(-10px);
}
#menu-cards,
#menu-cards2 {
  background: transparent;
  perspective: 1000px;
}
#menu-cards:before, #menu-cards:after,
#menu-cards2:before, #menu-cards2:after {
    display: table;
    content: " ";
}
 #menu-cards:after,
 #menu-cards2:after  {
  clear: both;
}

.menu-card,
.menu-card2 {
  width: 33.33%;
  padding: 8px;
  float: left;
  position: relative;
  opacity: 0;
  transition: all .3s;
  transform:  scale(.975);
}
.menu-card.on,
.menu-card2.on  {
  opacity: 1;
  transform:  scale(1);
}
.menu-card:hover,
.menu-card2:hover {
  transform: scale(1.025);
  cursor: pointer;
}

.menu-card img,
.menu-card2 img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.menu-card h3,
.menu-card2 h3 {
   font-weight: 700;
  font-size: 17px;
  letter-spacing: .1em;
  margin: 0;
color: #222;
}

@media (max-width: 758px) {
	
	h1 {
		font-size: 32px !important;
	}
	
  #menu-inner, #menu-inner2 {
    padding: 0 20px;
  }
  .menu-on #bk-wrap,
   .menu-on2 #bk-wrap {
    transform:  translateX(100px) scale(1.3);
  }
  #menu-title, #menu-title2 {
    padding-left: 55px;
  }
  .menu-card, .menu-card2 {
    padding: 4px;
  }
  .menu-card h3,  .menu-card2 h3  {
    font-size: 14px;
  }
  
  .heroEffects .bg {
  height: 25vh !important;
  }
  
  .heroEffects {
  height: 25vh !important;
  margin-top: 50px;
  }
  
  
}


.p-110 {
  padding: 11em 0;
}

.p-200 {
  padding: 20em 0;
}

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  /* vertical-align: middle; */
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  /* box-shadow: 0 0 1px transparent; */
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward:before {
  content: "\f105";
  position: absolute;
  right: 12px;
  padding-left: 10px;
  font-size: 16px;
  font-family: "Font Awesome 5 Free";
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}



.hvr-icon-forward2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-icon-forward2:before {

  content: "\f054";
  position: absolute;
  right: 1em;
  padding: 10px 0px 0 0;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-icon-forward2:hover:before, .hvr-icon-forward2:focus:before, .hvr-icon-forward2:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}


.button:hover {
    cursor: pointer;
    color: #FFF;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    display: inline-block;
}

.button {
    color: #FFF;
    padding: 19px 15px;
    min-width: 110px;
    text-align: center;
    margin: 3px 0;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
    display: inline-block;
    border: 0 none;
    text-decoration: none !important;
    font-weight: 700;
    letter-spacing: 0.8px;
    font-size: 14px;
    border-radius: 4px;
}


.button.grey {
background-color: #fff;
color: #111 !important;
border: 2px solid #e2e2e2;
}

.button.grey:hover {
    background-color: #f5f5f5;
    color: #111 !important;
}

.button.default {
    font-size: 22px;
}

.button.default:hover {
    background-color: rgba(228,228,228,0.18);
}

.button.red {
    background-color: #078455;
    text-transform: uppercase;
}

.button.red:hover {
    background-color: #116042;
}

.button.black {
    background-color: #000;
}

.button.black:hover {
    background-color: #222;
}

.button.white {
    background-color: #fff;
    color: #444;
}

.button.big {
  font-size: 20px;
padding: 18px 44px;
}

.fingerprint-spinner, .fingerprint-spinner * {
      box-sizing: border-box;
    }

    .fingerprint-spinner {
      height: 64px;
      width: 64px;
      padding: 2px;
      overflow: hidden;
      position: relative;
    }

    .fingerprint-spinner .spinner-ring {
      position: absolute;
      border-radius: 50%;
      border: 2px solid #b5393900;
      border-top-color: #2a9f73;
      animation: fingerprint-spinner-animation 1500ms cubic-bezier(0.680, -0.750, 0.265, 1.750) infinite forwards;
      margin: auto;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
    }

    .fingerprint-spinner .spinner-ring:nth-child(1) {
      height: calc(60px / 9 + 0 * 60px / 9);
      width: calc(60px / 9 + 0 * 60px / 9);
      animation-delay: calc(50ms * 1);
    }

    .fingerprint-spinner .spinner-ring:nth-child(2) {
      height: calc(60px / 9 + 1 * 60px / 9);
      width: calc(60px / 9 + 1 * 60px / 9);
      animation-delay: calc(50ms * 2);
    }

    .fingerprint-spinner .spinner-ring:nth-child(3) {
      height: calc(60px / 9 + 2 * 60px / 9);
      width: calc(60px / 9 + 2 * 60px / 9);
      animation-delay: calc(50ms * 3);
    }

    .fingerprint-spinner .spinner-ring:nth-child(4) {
      height: calc(60px / 9 + 3 * 60px / 9);
      width: calc(60px / 9 + 3 * 60px / 9);
      animation-delay: calc(50ms * 4);
    }

    .fingerprint-spinner .spinner-ring:nth-child(5) {
      height: calc(60px / 9 + 4 * 60px / 9);
      width: calc(60px / 9 + 4 * 60px / 9);
      animation-delay: calc(50ms * 5);
    }

    .fingerprint-spinner .spinner-ring:nth-child(6) {
      height: calc(60px / 9 + 5 * 60px / 9);
      width: calc(60px / 9 + 5 * 60px / 9);
      animation-delay: calc(50ms * 6);
    }

    .fingerprint-spinner .spinner-ring:nth-child(7) {
      height: calc(60px / 9 + 6 * 60px / 9);
      width: calc(60px / 9 + 6 * 60px / 9);
      animation-delay: calc(50ms * 7);
    }

    .fingerprint-spinner .spinner-ring:nth-child(8) {
      height: calc(60px / 9 + 7 * 60px / 9);
      width: calc(60px / 9 + 7 * 60px / 9);
      animation-delay: calc(50ms * 8);
    }

    .fingerprint-spinner .spinner-ring:nth-child(9) {
      height: calc(60px / 9 + 8 * 60px / 9);
      width: calc(60px / 9 + 8 * 60px / 9);
      animation-delay: calc(50ms * 9);
    }

    @keyframes fingerprint-spinner-animation {
      100% {
        transform: rotate( 360deg );
      }
    }



div#load_screen {
    background: #fff;
    opacity: 1;
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 7500ms ease-in-out;
    -moz-transition: all 7500ms ease-in-out;
    -ms-transition: all 7500ms ease-in-out;
    -o-transition: all 7500ms ease-in-out;
    transition: all 7500ms ease-in-out;
    overflow: hidden;
}

div#load_screen > div#loading {
    color: #FFF;
    width: 120px;
    height: 24px;
    margin: 300px auto;
    -webkit-transition: all 7500ms ease-in-out;
    -moz-transition: all 7500ms ease-in-out;
    -ms-transition: all 7500ms ease-in-out;
    -o-transition: all 7500ms ease-in-out;
    transition: all 7500ms ease-in-out;
}

.loader{
  position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, 0);
}

div.item-page div.product-details {
  padding-top: 15vh;
}

div.details p.subtitle {
  font-weight: 700;
color: #bcbcbc;
}

div.details .overview {
  margin-bottom: 40px;
}

div.details p.price {
  font-size: 32px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2.6px;
padding-bottom: 0.3em;
  padding-top: 1em;
}

div.details-images {
  padding: 0 5vw;
}

/* TABS */


.tab_container {
	width: 100%;
	padding-top: 1em;
}

.tab_container input {
  clear: both;
  padding-top: 10px;
  display: none;
}

.tab_container label {
  height: 25px !important;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 700ms ease-in-out;
  -moz-transition: all 700ms ease-in-out;
  -ms-transition: all 700ms ease-in-out;
  -o-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
  padding: 20px;
  background: #fff;
  color: #999;
  min-height: 240px;
  border-left: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}

.tab_container .tab-content p,
.tab_container .tab-content h3,
.tab_container .tab-content ul {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}
.tab_container .tab-content h3  {
  text-align: center;
}

.tab_container [id^="tab"]:checked + label {
  background: #fff;
  box-shadow: inset 0 3px #FFF52E;
}

.tab_container [id^="tab"]:checked + label .fa {
  color: #FFD600;
}

label .fa {
  font-size: 16px;
  margin: 0 7px 0 0;
}

/*Media query*/
@media only screen and (max-width: 900px) {
  label span {
    display: none;
  }
  
  .tab_container {
    width: 98%;
  }
}

/*Content Animation*/
@keyframes fadeInScale {
  0% {
  	transform: scale(0.9);
  	opacity: 0;
  }
  
  100% {
  	transform: scale(1);
  	opacity: 1;
  }
}

.no_wrap {
  text-align:center;
  color: #0ce;
}
.link {
  text-align:center;
}


a.smallimage {
    overflow: hidden;
    position: relative;
    margin-right: 2px;
    opacity: 1;
    border: 1px solid #dcdcdc;
    display: inline-grid;
    padding: 60px 0;
}

.smimage-container {
  position: relative;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 5px;
    grid-row-gap: 10px;
}

.smimage-container-alternate {
    position: relative;
    display: grid;
    grid-template-columns: 24.5% 24.5% 24.5% 24.5%;
    grid-column-gap: 5px;
    grid-row-gap: 10px;
}

.smimage-container-alternate a.smallimage {
padding: 20px 0 !important;
}


h6.greyred {
      background-color: #424242;
    padding: 10px;
    margin-bottom: 10px;
    border-left: 3px solid #ff0000;
}

.footer-img {
      font-size: 12px !important;
    line-height: 17px;
    font-weight: 700;
    text-transform: uppercase;
}


/* hero */

.heroEffects {
  height: 100vh;
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
}
.heroEffects .bg {
  height: 100vh;
  position: fixed;
  width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  transform: scale(1);
  /* background: #201f24; */
     background-image: url(../../../images/muanyag-gazolatartaly.jpg); 
}
.heroEffects .shade {
  opacity: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 3;
  height: 100vh;
  position: fixed;
  width: 100%;
}
.heroEffects .title {
  width: 100%;
}
.heroEffects .title .text {
  z-index: 1;
  width: 100%;
  text-align: center;
  color: White;
  height: 100vh;
/*  background: rgba(0, 0, 0, 0.29); */
  /* padding-top: 43vh; */
  font-weight: 700;
  text-transform: uppercase;
}
.heroEffects .arrow {
  position: fixed;
  left: 50%;
  margin-left: -20px;
  bottom: 0;
  width: 40px;
  height: 40px;
  opacity: 1;
}

.heroEffects .centerV {
  display: table;
  height: 100%;
}
.heroEffects .centerV > div {
  display: table-cell;
  vertical-align: middle;
}

.heroEffects h1 {
    font-size: 4em;
    margin-bottom: 0.1em;
    font: 5em/1em;
    color: #fff;
    width: 77vw;
    margin: 0 auto;
    padding-top: 8em;
}
.heroEffects p {
  width: 75vw;
  margin: 0 auto;
  line-height: 1.5em;
/*  border-top: solid 1px rgba(255, 255, 255, 0.2); */
  letter-spacing: 0.015em;
  display: block;
  color: #eee;
}

.heroEffects .title2 {
  font-size: 28px;
}

.heroEffects .content {
  background: #cdcdcd;
  padding: 150px 50px;
}
.heroEffects .content p {
  color: #111;
  font-size: 2em;
  margin-bottom: 50px;
}

.heroEffects .bouncy {
  animation: Weeeeeeeeeee 3s infinite cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes Weeeeeeeeeee {
  0% {
    transform: translate(0, 0px);
    animation-timing-function: cubic-bezier(0.19, 0.28, 0.27, 1);
  }
  11% {
    transform: translate(0, -25px) scaleX(0.8);
    animation-timing-function: cubic-bezier(0.57, 0.01, 0.84, 0.5);
  }
  20% {
    transform: translate(0, 0px) scaleY(0.8);
    animation-timing-function: cubic-bezier(0.19, 0.28, 0.27, 1);
  }
  28% {
    transform: translate(0, -10px);
    animation-timing-function: cubic-bezier(0.57, 0.01, 0.84, 0.5);
  }
  36% {
    transform: translate(0, 0px);
    animation-timing-function: cubic-bezier(0.19, 0.28, 0.27, 1);
  }
  100% {
    transform: translate(0, 0px);
    animation-timing-function: cubic-bezier(0.19, 0.28, 0.27, 1);
  }
}

/* MENU */

#sidemenuhvr .menu {
	position: absolute;
	right: 0;
	top: 0;
	height: 100vh;
	width: 290px;
	z-index: 1000;
	transform: translate3d(100%,0,0);
}

#sidemenuhvr .menu__inner {
	display: flex;
	flex-direction: column;
	padding: 1rem 2rem 1rem 4rem;
	justify-content: center;
	background: #333;
	height: 100%;
	opacity: 0;
}

#sidemenuhvr .menu__button-wrap {
	padding: 1rem;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	z-index: 10;
	pointer-events: none;
	transform: translate3d(-100%,0,0);
}

#sidemenuhvr .menu__button {
	border: 0;
	padding: 0;
	margin: 0 0 0 auto;
	background: none;
	color: #000;
	transform: translate3d(0,0,0);
	transition: opacity 0.3s, transform 0.3s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#sidemenuhvr .menu__button:focus {
	outline: none;
}

#sidemenuhvr .menu__item {
	font-size: 1.5rem;
	margin: 1rem 0;
	display: block;
	opacity: 0;
	color: #fff;
	transform: translate3d(100%,0,0);
	transition: opacity 0.8s, transform 0.8s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#sidemenuhvr .menu:hover .menu__item {
	opacity: 1;
	transform: translate3d(0,0,0);
}

#sidemenuhvr .menu:hover .menu__item:nth-child(2) {
	transition-delay: 0.03s;
}

#sidemenuhvr .menu:hover .menu__item:nth-child(3) {
	transition-delay: 0.06s;
}

#sidemenuhvr .menu:hover .menu__item:nth-child(4) {
	transition-delay: 0.09s;
}

#sidemenuhvr .menu:hover .menu__item:nth-child(5) {
	transition-delay: 0.12s;
}

#sidemenuhvr .menu:hover .menu__button {
	transition-timing-function: cubic-bezier(0.250, 0.460, 0.450, 0.940);
	opacity: 0;
	transform: translate3d(200%,0,0);
}

@media screen and (max-width: 55em) {
	#sidemenuhvr .menu {
		display: none;
	}
}

.home {
  height: 100vh;
}

/* MENU */

/* NAV */


.container:after {
  content: "";
  display: table;
  clear: both;
}


/* 
Full screen background image
*/
.hero {
  width: 100%;
  height: 100%;
  z-index: 999;
}

/*
Blueish tint overlay
*/
.hero:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

/* 
Making sure everything in .hero sits above our :after elements 
*/
.hero * {
  position: relative;
  z-index: 1;
}

#masthead {
  
  position: relative;
  transition: all 0.3s ease;
}

#masthead.is-active {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}


#masthead:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#masthead.is-active:after {
  opacity: 1;
}


.hamburger {padding: 23px;background: none;border: 0;color: inherit;cursor: pointer;display: inline-block;float: left;font: inherit;overflow: visible;outline: none;text-transform: none;transition: opacity 0.15s;-webkit-appearance: none;-webkit-transition: all 330ms ease-in-out;-moz-transition: all 330ms ease-in-out;-ms-transition: all 330ms ease-in-out;-o-transition: all 330ms ease-in-out;transition: all 330ms ease-in-out;background: #ed1d25;border-radius: 0 0 0 50px;}

.hamburger span {
}

.hamburger:hover {
  -webkit-transition: all 330ms ease-in-out;
-moz-transition: all 330ms ease-in-out;
-ms-transition: all 330ms ease-in-out;
-o-transition: all 330ms ease-in-out;
transition: all 330ms ease-in-out;
}

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

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

.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

#masthead.is-active .hamburger-inner, 
#masthead.is-active .hamburger-inner::before, 
#masthead.is-active .hamburger-inner::after {
    background-color: #ffffff;
}

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

.hamburger-inner::before {
  top: -6px; 
}

.hamburger-inner::after {
  bottom: -6px; 
}


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

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

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

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

.hamburger-label {
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-left: 0.3125em;
  text-transform: uppercase;
}

#masthead.is-active .hamburger-label {
  color: #b3151b;
}

.hamburger-box,
.hamburger-label {
  display: inline-block;
  vertical-align: middle;
}

#site-nav {
  clear: both;
  display: flex;
  flex-direction: column; 
-ms-flex-direction: column; 
  height: 0;
  overflow: hidden;
/*  padding-top: 2.5em; */
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
}



#site-nav .col { 
  padding-bottom: 2.5em;
} 

@media screen and (min-width: 550px) {
  #site-nav {
    flex-direction: row;
    flex-wrap: wrap;
-ms-flex-direction: row;
-ms-flex-wrap: wrap;
  }
  
  #site-nav .col {
    flex: 0 0 50%;
-ms-flex: 0 0 50%;
  } 
}

@media screen and (min-width: 768px) {
	
		h1 {
		font-size: 36px;
	}
	
  #site-nav .col {
    flex: 0 0 33.333333333%;
-ms-flex: 0 0 33.333333333%;
  } 
}

@media screen and (min-width: 960px) {
  #site-nav {
    flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
  }
  
  #site-nav .col {
    flex: 0 0 32%;
-ms-flex: 0 0 32%;
vertical-align:top;
    width: 32%;
    display: inline-block;
    
  } 
  
  #site-nav .col:last-child {
    /* display: flex;
    justify-content: flex-end; */
  }  
}

#site-nav h4 {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 3em;
}

#site-nav ul {
  list-style-type: none;
  margin-top: 1em;
}

#site-nav li {
  margin-bottom: 0.3125em;
}

#site-nav li a {
  color: #172027;
  text-decoration: none;
  transition: color 0.3s ease;
}

#site-nav li a:hover,
#site-nav li a:focus {
  color: #686d6e;
}

#site-nav .social {
  margin: 0;
  overflow: hidden;
}

#site-nav .social li {
  float: left;
  margin: 0 0.3125em;
  width: 32px;
  height: 32px;
}

#site-nav .social li svg {
  display: block;
  fill: #b4b9ba;
  width: 100%;
  height: 100%;
  transition: fill 0.3s ease;
}

#site-nav .social li:hover svg {
  fill: #686d6e;
}

#masthead-search {
  float: right;
  margin-top: 0.625em;
  width: 100%;
  max-width: 14em;
  position: relative;
  -webkit-appearance: none;
}

#masthead-search input {
  background: transparent;
  border: none;
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 50px;
  outline: none;
  width: 100%;
  padding: 0.75em 1.125em;
  transition: border-color 0.3s ease;
  -webkit-appearance: none;
}

#masthead-search button {
  background: none;
  border: none;
  color: #fff;
  font-size: 1em;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0.75em;
  transform: translateY(-50%);
  -webkit-appearance: none;
}

#masthead.is-active #masthead-search button {
  color: #b4b9ba;
}

#masthead.is-active #masthead-search input {
  border-color: #b4b9ba;
}

#masthead-search ::-webkit-input-placeholder {
    color:    #fff;
}

#masthead-search :-moz-placeholder {
   color:    #fff;
   opacity:  1;
}

#masthead-search ::-moz-placeholder {
   color:    #fff;
   opacity:  1;
}

#masthead-search :-ms-input-placeholder {
   color:    #fff;
}

#masthead.is-active #masthead-search ::-webkit-input-placeholder {
    color:    #b4b9ba;
}

#masthead.is-active #masthead-search :-moz-placeholder {
   color:    #b4b9ba;
   opacity:  1;
}

#masthead.is-active #masthead-search ::-moz-placeholder {
   color:    #b4b9ba;
   opacity:  1;
}

#masthead.is-active #masthead-search :-ms-input-placeholder {
   color: #b4b9ba
}

#masthead .col {
  opacity: 0;
}

#masthead.is-active .col {
  transform: translateY(40px);
  transition: opacity 0.3s ease;
  animation: fade-in-stagger 0.8s ease forwards;
}

#masthead.is-active .col:nth-child(1) {
    -webkit-animation-delay: 0;
}

#masthead.is-active .col:nth-child(2) {
    -webkit-animation-delay: 0.1s;
}

#masthead.is-active .col:nth-child(3) {
    -webkit-animation-delay: 0.2s;
}

#masthead.is-active .col:nth-child(4) {
    -webkit-animation-delay: 0.3s;
}

#masthead.is-active .col:nth-child(5) {
    -webkit-animation-delay: 0.4s;
}

@keyframes fade-in-stagger {
  to {
    opacity: 1;
    transform: translateY(0); 
  }
}

.hero * {
  position: relative;
  z-index: 1;
}

#masthead {
  
  position: relative;
  transition: all 0.3s ease;
}

#masthead.is-active {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}


#masthead:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#masthead.is-active:after {
  opacity: 1;
}

/* MENU ENDS */



div.heightfull {
  width: 100%;
height: 100%;
height: 95vh;
max-height: 1280px;
}



#submenu {
position: fixed;
bottom: 5%;
margin: 0px auto;
z-index: 15;
background: #172027;
text-align: center;
display: flex;
  justify-content: center;
width: 90%;
left: 5%;
  -webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}

#submenu div {
text-align: center;
}

#submenu div a {
color: #d2d2d2;
padding: 2em 2em;
text-transform: uppercase;
letter-spacing: 1px;
/* border-right: 1px solid #384753; */
display: block;
    -webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
}

#submenu div a:hover {
  background: #28353e;
  color: #ffffff;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

#submenu div a:last-child {
  border-right: none;
}

/* fixed stuff */

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
}
.cd-container:after {
  content: "";
  display: table;
  clear: both;
}

.has-top-margin {
  /* this class is given - using jQuery - to the .cd-main-content following the .cd-secondary-nav when it becomes fixed */
}
@media only screen and (min-width: 1170px) {
  .has-top-margin {
    -webkit-animation: animate-margin-top 0.3s;
    -moz-animation: animate-margin-top 0.3s;
    animation: animate-margin-top 0.3s;
    margin-top: 70px;
  }
}

@-webkit-keyframes animate-margin-top {
  0% {
    margin-top: 100px;
  }

  100% {
    margin-top: 70px;
  }
}
@-moz-keyframes animate-margin-top {
  0% {
    margin-top: 100px;
  }

  100% {
    margin-top: 70px;
  }
}
@keyframes animate-margin-top {
  0% {
    margin-top: 100px;
  }

  100% {
    margin-top: 70px;
  }
}
/* -------------------------------- 

Navigation

-------------------------------- */
.cd-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background-color: #030d18;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .cd-header {
    height: 70px;
    background-color: transparent;
    box-shadow: none;
  }
}

#cd-logo {
  float: left;
  margin: 13px 0 0 5%;
}
#cd-logo img {
  display: block;
}
@media only screen and (min-width: 768px) {
  #cd-logo {
    margin: 23px 0 0 5%;
  }
}
@media only screen and (min-width: 1170px) {
  #cd-logo.is-hidden {
    /* assign a position fixed and move outside the viewport (on the left) */
    opacity: 0;
    position: fixed;
    left: -20%;
    margin-left: 0;
    -webkit-transition: left 0.3s, opacity 0.3s;
    -moz-transition: left 0.3s, opacity 0.3s;
    transition: left 0.3s, opacity 0.3s;
  }
  #cd-logo.is-hidden.slide-in {
    /* slide in when the secondary navigation gets fixed */
    left: 5%;
    opacity: 1;
  }
}

.cd-primary-nav {
  /* mobile first - navigation hidden by default, triggered by tap/click on navigation icon */
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url("../img/cd-icon-menu.svg") no-repeat center center;
  background-size: 44px 44px;
}
.cd-primary-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.cd-primary-nav ul.is-visible {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.cd-primary-nav a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  background: #000101;
  border-top: 1px solid #051426;
  color: #f0eee1;
}
@media only screen and (min-width: 768px) {
  .cd-primary-nav {
    /* reset navigation values */
    width: auto;
    height: auto;
    background: none;
  }
  .cd-primary-nav ul {
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    line-height: 70px;
  }
  .cd-primary-nav ul.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .cd-primary-nav li {
    display: inline-block;
    margin-left: 1em;
  }
  .cd-primary-nav a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    padding: .6em 1em;
    border-top: none;
    color: #030d18;
  }
}

/* -------------------------------- 

Intro

-------------------------------- */
#cd-intro {
  position: relative;
  height: 300px;
  background-size: cover;
  z-index: 2;
}
#cd-intro #cd-intro-tagline {
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
  padding-top: 120px;
}
#cd-intro h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #030d18;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
  #cd-intro {
    height: 400px;
  }
  #cd-intro #cd-intro-tagline {
    padding-top: 160px;
  }
  #cd-intro h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1170px) {
  #cd-intro {
    height: 600px;
  }
  #cd-intro #cd-intro-tagline {
    padding-top: 250px;
  }
}

.cd-btn {
  display: inline-block;
  padding: 1em 1.8em;
  background-color: rgba(245, 72, 74, 0.9);
  margin-top: 1em;
  border-radius: 20em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
}
.no-touch .cd-btn:hover {
  background-color: #f5484a;
}
@media only screen and (min-width: 1170px) {
  .cd-btn.is-hidden {
    /* assign a position fixed and move outside the viewport (on the right) */
    opacity: 0;
    position: fixed;
    right: -20%;
    top: 0;
    padding: .8em 1.2em;
    margin: 14px 0 0;
    -webkit-transition: right 0.3s, opacity 0.3s;
    -moz-transition: right 0.3s, opacity 0.3s;
    transition: right 0.3s, opacity 0.3s;
  }
  .cd-btn.is-hidden.slide-in {
    /* slide in when the secondary nav gets fixed */
    right: 5%;
    opacity: 1;
  }
}

/* -------------------------------- 

Secondary Fixed Navigation

-------------------------------- */
.cd-secondary-nav {
  position: relative;
  z-index: 3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cd-secondary-nav ul {
  /* mobile first - secondary navigation hidden by default, triggered by tap/click on .cd-secondary-nav-trigger*/
  position: fixed;
  width: 90%;
  max-width: 400px;
  right: 5%;
  bottom: 20px;
  border-radius: 0.25em;
  background: rgba(3, 13, 24, 0.96);
  visibility: hidden;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
  transition: transform 0.3s, visibility 0s 0.3s;
}
.cd-secondary-nav ul.is-visible {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
  transition: transform 0.3s, visibility 0s 0s;
}
.cd-secondary-nav li a {
  display: block;
  padding: 1.6em;
  border-bottom: 1px solid #092645;
  color: #f0eee1;
}
.cd-secondary-nav li:last-child a {
  border-bottom: none;
}
@media only screen and (min-width: 1170px) {
  .cd-secondary-nav {
    z-index: 1;
    height: 85px; 
    background-color: rgba(3, 13, 24, 0.96);
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
  }
  .cd-secondary-nav nav, .cd-secondary-nav ul, .cd-secondary-nav li, .cd-secondary-nav a {
    height: 100%;
  }
  .cd-secondary-nav ul {
    /* reset navigation values */
    position: static;
    width: auto;
    max-width: 100%;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    text-align: center;
    background-color: transparent;
  }
  .cd-secondary-nav li {
    display: inline-block;
    margin-left: -4px;
  }
  .cd-secondary-nav li a {
    position: relative;
    text-align: center;
    display: block;
    padding: 58px 40px 0 40px;
    border-bottom: none;
    -webkit-transition: padding 0.2s;
    -moz-transition: padding 0.2s;
    transition: padding 0.2s;
  }
  .cd-secondary-nav li a b {
    text-transform: uppercase;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 700;
    color: rgba(240, 238, 225, 0.3);
  }
  .cd-secondary-nav li a span {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    top: 18px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-image: url(../img/cd-nav-icons.svg);
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .cd-secondary-nav li a:hover b, .cd-secondary-nav li a.active b {
    color: #f0eee1;
  }
  .cd-secondary-nav li:nth-child(1) a span {
    background-position: 0 0;
  }
  .cd-secondary-nav li:nth-child(2) a span {
    background-position: -40px 0;
  }
  .cd-secondary-nav li:nth-child(3) a span {
    background-position: -80px 0;
  }
  .cd-secondary-nav li:nth-child(4) a span {
    background-position: -120px 0;
  }
  .cd-secondary-nav li:nth-child(5) a span {
    background-position: -160px 0;
  }
  .cd-secondary-nav.is-fixed {
position: fixed !important;
bottom: 0 !important;
height: 85px;
width: 100% !important;
left: 0 !important;
    -webkit-transition: all 400ms ease-in-out;
-moz-transition: all 400ms ease-in-out;
-ms-transition: all 400ms ease-in-out;
-o-transition: all 400ms ease-in-out;
transition: all 400ms ease-in-out;
  }
  .cd-secondary-nav.animate-children {
    /* on Firefox CSS transition/animation fails when parent element changes position attribute*/
    /* so we defined to diffent classes: .is-fixed to change the position value and .is-animated to change childrens' attributes (padding and opacity)*/
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  .cd-secondary-nav.animate-children li a {
    padding: 26px 30px 0 30px;
  }
  .cd-secondary-nav.animate-children li a span {
    opacity: 0;
  }
}

.cd-secondary-nav-trigger {
  position: fixed;
  bottom: 20px;
  right: 5%;
  width: 44px;
  height: 44px;
  background: rgba(3, 13, 24, 0.96);
  border-radius: 0.25em;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2;
}
.cd-secondary-nav-trigger span {
  /* the span element is used to create the menu icon */
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f0eee1;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.cd-secondary-nav-trigger span::before, .cd-secondary-nav-trigger span::after {
  content: '';
  position: absolute;
  background: inherit;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cd-secondary-nav-trigger span::before {
  right: -10px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.cd-secondary-nav-trigger span::after {
  left: -10px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.cd-secondary-nav-trigger.menu-is-open {
  background: transparent;
}
.cd-secondary-nav-trigger.menu-is-open span {
  background: rgba(240, 238, 225, 0);
  width: 20px;
  height: 2px;
}
.cd-secondary-nav-trigger.menu-is-open span::before, .cd-secondary-nav-trigger.menu-is-open span::after {
  background: #f0eee1;
  width: 100%;
  height: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
}
.cd-secondary-nav-trigger.menu-is-open span::before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-secondary-nav-trigger.menu-is-open span::after {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media only screen and (min-width: 1170px) {
  .cd-secondary-nav-trigger {
    display: none;
  }
}

/* -------------------------------- 

Placeholder Sections

-------------------------------- */
.cd-section {
  margin: 0 auto;
}
.cd-section h2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: .6em;
  font-weight: 700;
}
.cd-section p {
  line-height: 1.6;
}
@media only screen and (min-width: 1170px) {
  .cd-section {
    margin: 0 auto;
  }
  .cd-section h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}



.website_optimierung_sub_box {
  text-align: center;
padding-top: 20%;
padding-left: 18%;
}

body.subsite .website_optimierung_sub_box {
padding-left: 0 !important;
}


.pbottom-3 {
  padding-bottom: 3em;
}

.pbottom-5 {
  padding-bottom: 5em;
}

.pbottom-7 {
  padding-bottom: 7em;
}

.pbottom-10 {
  padding-bottom: 10em;
}

.ptop-3 {
  padding-top: 3em;
}

.ptop-5 {
  padding-top: 5em;
}

.ptop-7 {
  padding-top: 7em;
}

.ptop-10 {
  padding-top: 10em;
}

.mtop-2 {
  margin-top: 2em;
}

.mbottom-5 {
  margin-bottom: 5em;
}

.mbottom-3 {
  margin-bottom: 3em;
}


.bg-grey-gradient {
   background-color: rgb(244,244,244);
background: -moz-linear-gradient(0deg, rgba(244,244,244,1) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(244,244,244,1) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(0deg, rgba(244,244,244,1) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4",endColorstr="#ffffff",GradientType=1); 
}



.bluebox p {
  color: #e5e5e5 !important;
}

.imagebox-1 {
  position: absolute;
float: right;
right: 0;
top: 0;
width: 60%;
}

#section4 {
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
background-position: 50% 0%;
background-repeat: no-repeat;
}



.text-bottom {
  font-size: 14px;
}

.text-bottom p {
  color: #889198 !important;
  margin: 0;
}

#submenu_over {
  overflow: hidden;
visibility: hidden;
position: fixed;
height: 70%;
background: #172027e6;
width: 90%;
bottom: 136px;
z-index: 4;
left: 5%;
}

/* Menu footer adsila */


.menu--adsila a {
	color: #dfdfdf;
}

.menu--adsila .menu__item-name {
	font-weight: 700;
	line-height: 1.4;
	padding: 0 0.35em;
	transition: color 0.5s;
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

.menu--adsila .menu__item-name::before {
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	opacity: 0.3;
	transform: scale3d(0,1,1);
	transform-origin: 0% 50%;
	transition: transform 0.5s;
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

.menu--adsila .menu__item-label {
	letter-spacing: 0.05em;
	transform: translate3d(-0.5em,0,0);
	transition: transform 0.5s, color 0.5s;
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

.menu--adsila .menu__item-label::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: calc(100% + 0.1em);
	left: 0.05em;
	width: 25%;
	height: 1px;
	opacity: 0.3;
	transform: scale3d(0,1,1);
	transform-origin: 100% 50%;
	transition: transform 0.5s;
	transition-timing-function: cubic-bezier(0.2,1,0.3,1);
}

.menu--adsila .menu__item:nth-child(odd) .menu__item-name::before,
.menu--adsila .menu__item:nth-child(odd) .menu__item-label::before {
	background: #ae9833;
}

.menu--adsila .menu__item:nth-child(even) .menu__item-name::before,
.menu--adsila .menu__item:nth-child(even) .menu__item-label::before {
	background: #5562ff;
}

/* Hover */

.menu--adsila .menu__item:nth-child(odd):hover,
.menu--adsila .menu__item:nth-child(odd):focus {
	color: #ae9833;
}

.menu--adsila .menu__item:nth-child(even):hover,
.menu--adsila .menu__item:nth-child(even):focus {
	color: #5562ff;
}

.menu--adsila .menu__item:hover .menu__item-name::before,
.menu--adsila .menu__item:focus .menu__item-name::before,
.menu--adsila .menu__item:hover .menu__item-label::before,
.menu--adsila .menu__item:focus .menu__item-label::before {
	transform: scale3d(1,1,1);
}

.menu--adsila .menu__item:hover .menu__item-label,
.menu--adsila .menu__item:focus .menu__item-label {
	transform: translate3d(0,0,0);
}

.menu--adsila .menu__item:hover .menu__item-label::before,
.menu--adsila .menu__item:focus .menu__item-label::before {
	transform-origin: 0% 50%;
	transition-timing-function: ease;
}

@media screen and (max-width: 50em) {
	.menu--adsila .menu__item {
		margin: 0 0 2em;
	}
	.menu--adsila .menu__item-label {
		display: block;
		margin: 0.5em 0 0 1em;
	}
}

/* Color schemes */

/* Fade effect */
/* .js body {
	opacity: 0;
	transition: opacity 0.3s;
}

.js body.render {
	opacity: 1;
}
 */
.demo-adsila a {
	text-decoration: none;
	color: #5d93d8;
	color: var(--color-link);
	outline: none;
}

.demo-adsila a:hover,
.demo-adsila a:focus {
	color: #423c2b;
	color: var(--color-link-hover);
	outline: none;
}

.demo-adsila .hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

/* Common styles for the menus */
.menu {
	position: relative;
	z-index: 10;
}

.demo-adsila .menu__item {
	line-height: 1;
	position: relative;
	display: block;
	margin: 1em 0;
	outline: none;
}

.demo-adsila .menu__item-name,
.demo-adsila .menu__item-label {
	position: relative;
	display: inline-block;
}

.demo-adsila .menu__item-label {
	margin: 0 0 0 0.5em;
}

@media screen and (min-width: 50em) {
	.demos {
		display: flex;
		padding-right: 80px;

		justify-self: end;
	}
	.demo {
		display: block;
		width: 17px;
		height: 17px;
		margin: 0 5px 0 0;
		border: 2px solid;
		border-radius: 2px;
	}
	a.demo--current {
		background: currentColor;
	}
	.demo span {
		position: absolute;
		top: -0.2em;
		right: 100%;
		display: none;
		margin: 0 1em 0 0;
	}
	.demo--current span {
		display: block;
	}
}

@media screen and (max-width: 50em) {

	.content {
		height: auto;
		min-height: 0;
	}
	.content--fixed {
		position: relative;
		z-index: 1000;
		display: block;
		padding: 0.85em;
	}
}


/* menu ends */

.services-row {text-align: center;}

.services-row i.fas {margin-bottom: 25px;}


.width-100 {
  width: 100%;
}

#submenu div a:hover + div.submenu-title {
  opacity: 1;
  -moz-transform: translateY(-184px);
-webkit-transform: translateY(-184px);
-o-transform: translateY(-184px);
-ms-transform: translateY(-184px);
transform: translateY(-184px);
  -webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
  background: #1a2934e6;
color: #e6e9ea !important;
}

.submenu-title {
  min-height: 80px;
letter-spacing: 0.5px;
  padding: 30px 50px;
  left: 0;
  width: 100%;
  opacity: 0;
position: absolute;
text-align: center !important;
z-index: -1;
  -webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}


/* ---------- MOBIL ----------- */

#mobil-woims {
      background-color: #fff;

     background-attachment: fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#mobil-woims div.mobile-blocks {
      margin: 0;
}

#mobil-woims div.mobile-blocks div.mobile-block {
    background-color: rgb(255, 255, 255);
    color: #585858;
    display: inline-block;
    text-align: center;
      min-height: 120px;
    margin: 3px 2px;
    width: 48%;
  border: 1px solid #ddd;
}

#mobil-woims div.mobile-blocks div.mobile-block-large {
    background-color: #e8e8e8;
    color: #585858;
    display: inline-block;
    text-align: center;
    padding: 0 28px 10px 10px;
      min-height: 140px;
    margin: 0;
    width: 100%;
}

#mobil-woims div.mobile-blocks div.mobile-block:hover {
      background-color: #efeeeb;
  color:#fff;
}


#mobil-woims div.mobile-blocks a {
      color: #585858;
  text-decoration:none;
      padding: 20px 10px;
      display: block;
}

#mobil-woims div.mobile-blocks a:hover {
      color: #fff;
  text-decoration:none;
}


#mobil-woims div.mobile-blocks div.mobile-block i {
      display: block;
    margin: 0px auto;
    font-size: 2.5em;
    padding-top: 10px;
}

#mobil-woims div.mobile-blocks a span {
  font-weight: 700;
padding-top: 20px;
display: inline-block;
}

.ptop-1 {
  padding-top: 1em;
}

.ptop-5 {
  padding-top: 5em;
}

.ptop-10 {
  padding-top: 10em;
}

.pbottom-1 {
  padding-bottom: 1em;
}

.pbottom-5 {
  padding-bottom: 5em;
}

.pbottom-10 {
  padding-bottom: 10em;
}

.text-center {
	text-align:center;
}


/* MENU */
  
.noSelect {
  user-select: none;
}

div#investormenu {
  /*! position: g; */
  width: 100%;
  height: 70px;
  /*! background: #171717; */
}

#investormenu a {
  text-decoration: none;
  /* font-size: 15px; */
  color: #e2e2e2;
  cursor: hand;
  font-weight: 700;
  padding: 20px;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#investormenu nav {
  height: 100%;
  text-align: center;
}

#investormenu nav ul {
  display: block;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #000;
  height: 100%;
  border-bottom: 2px solid #000000;
}

#investormenu nav ul > li {
  display: inline-block;
  align-items: center;
  justify-content: center;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  border-right: 1px solid #3a3a3a;
}

#investormenu nav ul > li:last-child {
  border: none;
}


#investormenu nav ul > li:hover {
  background-color: none;
  cursor: pointer;
  border-bottom: 2px solid #fdc018;
  /* color: #fff; */
}

#investormenu ul li ul {
  display: none;
  white-space: nowrap;
  visibility: hidden;
  z-index: 999999;
  position: absolute;
  top: 70px;
  height: 100%;
width: 120%;
left: -5%;
}
#investormenu ul li ul li {
  background: #3a3a3a;
  width: 100%;
  display: block;
}
#investormenu ul li ul li:hover {
  cursor: pointer;
  border-bottom: 0;
  background: #fdc018;
  /* color: #000; */
}

#investormenu ul li ul li:hover a {
  color: #000; 
}

#investormenu ul li:hover > ul {
  visibility: visible;
  display: block;
  margin-top: -2px;
  min-width: 300px;  
}

#investormenu .nested-submenu {
  position: absolute;
  top: 0;
  left: 150px;
}
  
.mainli {
    margin-top: 2px;
  border-bottom: 2px solid #fff0;
  }
  
  .investor-row h5 {
    font-weight: 700;
margin-bottom: 40px;
    text-align: center;
text-transform: uppercase;
letter-spacing: 1px;
  }
  
  .investor-row span {
    font-weight: 700;
color: #c3c3c3;
text-transform: uppercase;
letter-spacing: 0.5px;
padding-top: 10px;
border-top: 1px solid #e3e3e3;
border-right: 0;
border-left: 0;
    display: block;
    margin-top: 10px;
    font-size: 12px;
  }
  
  .investor-row div.col-sm-4 div  {
    min-height: 180px;
  }
}
  
  @media (max-width: 767px) {
    #investormenu li a {
    text-decoration: none;
color: #222;
text-align: center;
padding: 8px 0;
display: block;
border-bottom: 1px solid #e1e1e1;
  }
    
 .investor-row h5   {
      text-align: center;
font-weight: 700;
text-transform: uppercase;
margin-top: 8%;
    }
    
      .investor-row span {
    font-weight: 700;
color: #c3c3c3;
text-transform: uppercase;
letter-spacing: 0.5px;
padding-top: 10px;
border-top: 1px solid #e3e3e3;
border-right: 0;
border-left: 0;
    display: block;
    margin-top: 10px;
    font-size: 12px;
  }
    
    .investor-row {
      padding: 0 20px;
    }
    
  }

  /* MENU END */


.woims-footer {
background: #222;
    padding: 10px;
    text-align: center;
    color: #bdbdbd;
    font-size: 12px;
	    z-index: 5;
    position: relative;
}

.woims-footer img {
  display: inline-block;
}


/* anim box */

/* ANIM */

.anim-box,
.anim-box:hover,
.anim-box p,
.anim-box:hover p,
.anim-box div,
.anim-box:hover div,
.anim-box i,
.anim-box:hover i,
.anim-box h5,
.anim-box:hover h5 {
      -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
      /*! filter: blur(10px); */
}

.anim-box {
  /* padding: 7em 2em; */
  /* border-radius: 50px 0 0 0; */
  height: 60vh;
  position: relative;
  display: block;
/*! background-image: url(../../../images/texture2.jpg); */
  color: #494949;
  background-size: cover;
  background-position: center center;
  background-color: #232323;
  margin-bottom: 3em;
}

.anim-box:hover i {
  font-size: 0px;
}

.anim-box h5 {opacity: 1;color: #ffffff;/* font-size: 1.5em; */letter-spacing: 1px;text-align: center;}
.anim-box:hover h5 {opacity: .1;}

.anim-box .anim-textbox {
  opacity: 0;
  height: 0;
  position: absolute;
  top: 2em;
  width: 90%;
  transform: scale(0.8,0.8);
  display: table;
  height: 100%;
  padding: 30px;
}

.anim-box:hover .anim-textbox {
  opacity: 1;
  height: auto;
  transform: scale(1);
  vertical-align: middle;
  height: 100%;
  display: table;
  /* background-color: #fff; */
  /* border-radius: 50px 0 0 0; */
  /* padding: 30px; */
}

.anim-over-layer {
   position: absolute;
            width:100%;
            height:100%;
            left:0;
            top:0;
            padding:40% 10%;
            text-align: center;
            background:rgba(0,0,0,0.6);
            transform: rotateY(90deg);
            transition: all 0.40s ease 0.4s;
  -webkit-transition: all 0.40s ease 0.4s;
}


.anim-box::before{
            content: "";
            position: absolute;
            width: 100%;
            height:100%;
            left:0;
            top:0;
            opacity:1;
            transform: scale(0.95,0.95);
            transition: all 0.40s ease 0s;
            /* border-radius: 3px; */
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            /* -webkit-box-sizing: border-box; */
            /* outline-offset: -10px; */
            /* outline: 5px solid #ed1d25; */
        }
.anim-box:hover::before{
            transform: scale(1,1);
            opacity:0;
        }

.anim-box .anim-text {
  display: table-cell;
  position: relative;
  height: 100%;
  vertical-align: middle;
  color: #ffffff;
}

/* anim ends */

/* TERMEKEK */

div.category-items ul li {
      display: inline-block;
      margin: 6px;
      background: #ffffff;
      /* text-transform: uppercase; */
      color: #c0392b;
      font-weight: 600;
      text-align: center;
      border-radius: 4px;
      -webkit-border-radius: 2px;
      border: 3px solid #ececec;
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      -ms-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out;
}


div.category-items ul li:hover {
  box-shadow: 0px 9px 10px 0px #9494941c;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  border: 3px solid #febf18;
}

a.category-item {
    user-select: none;
    display: block;
    width: 100%;
    color: #ecaf0c;
    cursor: pointer;
    transition-duration: 200ms;
    letter-spacing: .5px;
    margin-top: 18px;
    font-size: 14px;
}

a.category-item p {
      padding: 1em 1em;
    display: block;
  margin:0;
}

a.category-item span.info {
      color: #525252;
  font-size: 1.3em;
}

a.category-item span.name {text-transform:uppercase;padding-bottom: 20px;display: inline-block;font-size: 20px;}

a.category-item img {

    height: auto;
    padding-bottom: 1em;
    display: block;
    text-align: center;
    margin: 0px 25px;
}

/* termek ends */


.headertop-text {
 padding: 16px;
 float: right;
 color: #000;
 position: relative;
 font-size: 16px;
}

.headertop-text span {
      top: -3px;
      font-weight: 700;
      line-height: 1;
      color: #292929;
      left: 9px;
}

/* default icons */

.icon-default {
  width: 15px;
  height: 15px;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  display: inline-block;
  opacity: 1;
  -webkit-transition: all 700ms ease-in-out;
  -moz-transition: all 700ms ease-in-out;
  margin: 7px 2px;
  background-size: contain !important;
  -ms-transition: all 700ms ease-in-out;
  -o-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}
.icon-default.icon-phone {
      background: url(/templates/woims/images/icon-phone.svg);
      width: 20px;
      height: 20px;
}
.icon-default.icon-mail {
      background: url(/templates/woims/images/icon-mail.svg);
      width: 22px;
      height: 22px;
}

.icon-default.icon-fb {
      background-image: url(/templates/woims/images/icon-fb.svg);
      width: 20px;
      height: 20px;
}

.icon-default.icon-insta {
      background-image: url(../../../images/icon-insta-red.svg);
      width: 20px;
      height: 20px;
}



.icon-product {
      background: url(../../../images/icons-product.svg);
      width: 150px;
      height: 150px;
      /* padding-bottom: 3em; */
      margin: auto;
}


.icon-gear {
      background: url(../../../images/icon-gear.svg);
      width: 150px;
      height: 150px;
      /* padding-bottom: 3em; */
      margin: auto;
}

.icon-team {
      background: url(../../../images/icon-team.svg);
      width: 150px;
      height: 150px;
      /* padding-bottom: 3em; */
      margin: auto;
}


.icon-phone-sm {
      background: url(/templates/woims/images/icon-phone.svg);
    width: 12px;
    height: 12px;
    margin-top: 3px;
    float: left;
    margin-right: 5px;
}

.icon-location {
      background: url(../../../images/icon-location.svg);
      width: 12px;
      height: 12px;
      margin-top: 3px;
      float: left;
      margin-right: 5px;
      background-size: 12px;
}

#jf-footer .main-inner1 {
      /*! background-position: -200px; */
      /*! background-size: 700px; */
      /*! background-repeat: no-repeat; */
      /*! border-radius: 200px 0 0 0; */
}

/* main */

.mainsite-box {background: #2a9f73;}
.mainsite-box a {
     background: #2a9f73;
     display: inline-block;
     padding: 2rem;
     width: 100%;
     height: 100%;
     min-height: 42vh;
     /* overflow: hidden; */
     position: relative;
}

.mainsite-box a h2 {
  color: #fff;
  margin-top: 15vh;
  font-size: 1.3vw;
  text-align: center;
  z-index: 2;
  position: relative;
}

.backgrd {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: .2;
  -webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
	}

.mainsite-box a:hover .backgrd {
   opacity: 1;
  -webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}


/* elonyok */

.custom.bg-cover {
background-position: top left;
    background-size: cover;
  -webkit-background-size: cover;
    background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1600' height='900' preserveAspectRatio='none' viewBox='0 0 1600 900'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1622%26quot%3b)' fill='none'%3e%3crect width='1600' height='900' x='0' y='0' fill='rgba(28%2c 29%2c 57%2c 1)'%3e%3c/rect%3e%3cpath d='M72.66 449.9L128.96 482.4L128.96 547.4L72.66 579.9L16.37 547.4L16.37 482.4zM16.37 547.4L72.66 579.9L72.66 644.9L16.37 677.4L-39.92 644.9L-39.92 579.9zM72.66 644.9L128.96 677.4L128.96 742.4L72.66 774.9L16.37 742.4L16.37 677.4zM16.37 742.4L72.66 774.9L72.66 839.9L16.37 872.4L-39.92 839.9L-39.92 774.9zM128.96 -37.6L185.25 -5.1L185.25 59.9L128.96 92.4L72.66 59.9L72.66 -5.1zM185.25 59.9L241.54 92.4L241.54 157.4L185.25 189.9L128.96 157.4L128.96 92.4zM128.96 157.4L185.25 189.9L185.25 254.9L128.96 287.4L72.66 254.9L72.66 189.9zM185.25 644.9L241.54 677.4L241.54 742.4L185.25 774.9L128.96 742.4L128.96 677.4zM297.84 254.9L354.13 287.4L354.13 352.4L297.84 384.9L241.54 352.4L241.54 287.4zM297.84 449.9L354.13 482.4L354.13 547.4L297.84 579.9L241.54 547.4L241.54 482.4zM241.54 742.4L297.84 774.9L297.84 839.9L241.54 872.4L185.25 839.9L185.25 774.9zM354.13 -37.6L410.42 -5.1L410.42 59.9L354.13 92.4L297.84 59.9L297.84 -5.1zM410.42 59.9L466.72 92.4L466.72 157.4L410.42 189.9L354.13 157.4L354.13 92.4zM354.13 547.4L410.42 579.9L410.42 644.9L354.13 677.4L297.84 644.9L297.84 579.9zM410.42 644.9L466.72 677.4L466.72 742.4L410.42 774.9L354.13 742.4L354.13 677.4zM466.72 157.4L523.01 189.9L523.01 254.9L466.72 287.4L410.42 254.9L410.42 189.9zM523.01 254.9L579.3 287.4L579.3 352.4L523.01 384.9L466.72 352.4L466.72 287.4zM466.72 547.4L523.01 579.9L523.01 644.9L466.72 677.4L410.42 644.9L410.42 579.9zM523.01 644.9L579.3 677.4L579.3 742.4L523.01 774.9L466.72 742.4L466.72 677.4zM466.72 742.4L523.01 774.9L523.01 839.9L466.72 872.4L410.42 839.9L410.42 774.9zM635.6 254.9L691.89 287.4L691.89 352.4L635.6 384.9L579.3 352.4L579.3 287.4zM748.18 644.9L804.48 677.4L804.48 742.4L748.18 774.9L691.89 742.4L691.89 677.4zM691.89 742.4L748.18 774.9L748.18 839.9L691.89 872.4L635.6 839.9L635.6 774.9zM860.77 59.9L917.06 92.4L917.06 157.4L860.77 189.9L804.48 157.4L804.48 92.4zM804.48 547.4L860.77 579.9L860.77 644.9L804.48 677.4L748.18 644.9L748.18 579.9zM973.36 449.9L1029.65 482.4L1029.65 547.4L973.36 579.9L917.06 547.4L917.06 482.4zM917.06 742.4L973.36 774.9L973.36 839.9L917.06 872.4L860.77 839.9L860.77 774.9zM973.36 839.9L1029.65 872.4L1029.65 937.4L973.36 969.9L917.06 937.4L917.06 872.4zM1029.65 -37.6L1085.94 -5.1L1085.94 59.9L1029.65 92.4L973.36 59.9L973.36 -5.1zM1085.94 644.9L1142.23 677.4L1142.23 742.4L1085.94 774.9L1029.65 742.4L1029.65 677.4zM1085.94 839.9L1142.23 872.4L1142.23 937.4L1085.94 969.9L1029.65 937.4L1029.65 872.4zM1198.53 254.9L1254.82 287.4L1254.82 352.4L1198.53 384.9L1142.23 352.4L1142.23 287.4zM1198.53 449.9L1254.82 482.4L1254.82 547.4L1198.53 579.9L1142.23 547.4L1142.23 482.4zM1198.53 644.9L1254.82 677.4L1254.82 742.4L1198.53 774.9L1142.23 742.4L1142.23 677.4zM1311.11 254.9L1367.41 287.4L1367.41 352.4L1311.11 384.9L1254.82 352.4L1254.82 287.4zM1254.82 352.4L1311.11 384.9L1311.11 449.9L1254.82 482.4L1198.53 449.9L1198.53 384.9zM1311.11 644.9L1367.41 677.4L1367.41 742.4L1311.11 774.9L1254.82 742.4L1254.82 677.4zM1311.11 839.9L1367.41 872.4L1367.41 937.4L1311.11 969.9L1254.82 937.4L1254.82 872.4zM1367.41 157.4L1423.7 189.9L1423.7 254.9L1367.41 287.4L1311.11 254.9L1311.11 189.9zM1423.7 449.9L1479.99 482.4L1479.99 547.4L1423.7 579.9L1367.41 547.4L1367.41 482.4zM1423.7 644.9L1479.99 677.4L1479.99 742.4L1423.7 774.9L1367.41 742.4L1367.41 677.4zM1479.99 157.4L1536.29 189.9L1536.29 254.9L1479.99 287.4L1423.7 254.9L1423.7 189.9zM1479.99 352.4L1536.29 384.9L1536.29 449.9L1479.99 482.4L1423.7 449.9L1423.7 384.9zM1536.29 449.9L1592.58 482.4L1592.58 547.4L1536.29 579.9L1479.99 547.4L1479.99 482.4zM1536.29 839.9L1592.58 872.4L1592.58 937.4L1536.29 969.9L1479.99 937.4L1479.99 872.4zM1592.58 -37.6L1648.87 -5.1L1648.87 59.9L1592.58 92.4L1536.29 59.9L1536.29 -5.1zM1648.87 59.9L1705.17 92.4L1705.17 157.4L1648.87 189.9L1592.58 157.4L1592.58 92.4zM1592.58 352.4L1648.87 384.9L1648.87 449.9L1592.58 482.4L1536.29 449.9L1536.29 384.9zM1648.87 644.9L1705.17 677.4L1705.17 742.4L1648.87 774.9L1592.58 742.4L1592.58 677.4z' stroke='url(%23SvgjsLinearGradient1623)' stroke-width='2'%3e%3c/path%3e%3cpath d='M66.16 449.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM122.46 482.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM122.46 547.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM66.16 579.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM9.87 547.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM9.87 482.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM66.16 644.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM9.87 677.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM-46.42 644.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM-46.42 579.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM122.46 677.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM122.46 742.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM66.16 774.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM9.87 742.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM66.16 839.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM9.87 872.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM-46.42 839.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM-46.42 774.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM122.46 -37.6 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM178.75 -5.1 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM178.75 59.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM122.46 92.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM66.16 59.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM66.16 -5.1 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM235.04 92.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM235.04 157.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM178.75 189.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM122.46 157.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM178.75 254.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM122.46 287.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM66.16 254.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM66.16 189.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM178.75 644.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM235.04 677.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM235.04 742.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM178.75 774.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM291.34 254.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM347.63 287.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM347.63 352.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM291.34 384.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM235.04 352.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM235.04 287.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM291.34 449.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM347.63 482.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM347.63 547.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM291.34 579.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM235.04 547.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM235.04 482.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM291.34 774.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM291.34 839.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM235.04 872.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM178.75 839.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM347.63 -37.6 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM403.92 -5.1 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM403.92 59.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM347.63 92.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM291.34 59.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM291.34 -5.1 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM460.22 92.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM460.22 157.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM403.92 189.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM347.63 157.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM403.92 579.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM403.92 644.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM347.63 677.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM291.34 644.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM460.22 677.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM460.22 742.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM403.92 774.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM347.63 742.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM516.51 189.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM516.51 254.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM460.22 287.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM403.92 254.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM572.8 287.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM572.8 352.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM516.51 384.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM460.22 352.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM460.22 547.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM516.51 579.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM516.51 644.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM572.8 677.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM572.8 742.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM516.51 774.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM516.51 839.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM460.22 872.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM403.92 839.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM629.1 254.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM685.39 287.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM685.39 352.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM629.1 384.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM741.68 644.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM797.98 677.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM797.98 742.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM741.68 774.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM685.39 742.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM685.39 677.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM741.68 839.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM685.39 872.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM629.1 839.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM629.1 774.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM854.27 59.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM910.56 92.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM910.56 157.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM854.27 189.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM797.98 157.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM797.98 92.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM797.98 547.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM854.27 579.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM854.27 644.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM741.68 579.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM966.86 449.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1023.15 482.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1023.15 547.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM966.86 579.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM910.56 547.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM910.56 482.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM910.56 742.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM966.86 774.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM966.86 839.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM910.56 872.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM854.27 839.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM854.27 774.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1023.15 872.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1023.15 937.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM966.86 969.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM910.56 937.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1023.15 -37.6 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1079.44 -5.1 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1079.44 59.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1023.15 92.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM966.86 59.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM966.86 -5.1 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1079.44 644.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1135.73 677.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1135.73 742.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1079.44 774.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1023.15 742.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1023.15 677.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1079.44 839.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1135.73 872.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1135.73 937.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1079.44 969.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1192.03 254.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1248.32 287.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1248.32 352.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1192.03 384.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1135.73 352.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1135.73 287.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1192.03 449.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1248.32 482.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1248.32 547.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1192.03 579.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1135.73 547.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1135.73 482.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1192.03 644.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1248.32 677.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1248.32 742.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1192.03 774.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1304.61 254.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1360.91 287.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1360.91 352.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1304.61 384.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1304.61 449.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1304.61 644.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1360.91 677.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1360.91 742.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1304.61 774.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1304.61 839.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1360.91 872.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1360.91 937.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1304.61 969.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1248.32 937.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1248.32 872.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1360.91 157.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1417.2 189.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1417.2 254.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1304.61 189.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1417.2 449.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1473.49 482.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1473.49 547.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1417.2 579.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1360.91 547.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1360.91 482.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1417.2 644.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1473.49 677.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1473.49 742.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1417.2 774.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1473.49 157.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1529.79 189.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1529.79 254.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1473.49 287.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1473.49 352.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1529.79 384.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1529.79 449.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1417.2 384.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1586.08 482.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1586.08 547.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1529.79 579.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1529.79 839.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1586.08 872.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1586.08 937.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1529.79 969.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1473.49 937.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1473.49 872.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1586.08 -37.6 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1642.37 -5.1 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1642.37 59.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1586.08 92.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1529.79 59.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1529.79 -5.1 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1698.67 92.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1698.67 157.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1642.37 189.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1586.08 157.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1586.08 352.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1642.37 384.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1642.37 449.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1642.37 644.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1698.67 677.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1698.67 742.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1642.37 774.9 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1586.08 742.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0zM1586.08 677.4 a6.5 6.5 0 1 0 13 0 a6.5 6.5 0 1 0 -13 0z' fill='url(%23SvgjsLinearGradient1623)'%3e%3c/path%3e%3cpath d='M3.3 27.06L12.83 32.56L12.83 43.56L3.3 49.06L-6.23 43.56L-6.23 32.56zM12.83 142.56L22.35 148.06L22.35 159.06L12.83 164.56L3.3 159.06L3.3 148.06zM3.3 159.06L12.83 164.56L12.83 175.56L3.3 181.06L-6.23 175.56L-6.23 164.56zM12.83 307.56L22.35 313.06L22.35 324.06L12.83 329.56L3.3 324.06L3.3 313.06zM12.83 340.56L22.35 346.06L22.35 357.06L12.83 362.56L3.3 357.06L3.3 346.06zM12.83 373.56L22.35 379.06L22.35 390.06L12.83 395.56L3.3 390.06L3.3 379.06zM3.3 522.06L12.83 527.56L12.83 538.56L3.3 544.06L-6.23 538.56L-6.23 527.56zM12.83 604.56L22.35 610.06L22.35 621.06L12.83 626.56L3.3 621.06L3.3 610.06zM12.83 637.56L22.35 643.06L22.35 654.06L12.83 659.56L3.3 654.06L3.3 643.06zM3.3 654.06L12.83 659.56L12.83 670.56L3.3 676.06L-6.23 670.56L-6.23 659.56zM3.3 687.06L12.83 692.56L12.83 703.56L3.3 709.06L-6.23 703.56L-6.23 692.56zM12.83 736.56L22.35 742.06L22.35 753.06L12.83 758.56L3.3 753.06L3.3 742.06zM12.83 835.56L22.35 841.06L22.35 852.06L12.83 857.56L3.3 852.06L3.3 841.06zM31.88 10.56L41.41 16.06L41.41 27.06L31.88 32.56L22.35 27.06L22.35 16.06zM31.88 76.56L41.41 82.06L41.41 93.06L31.88 98.56L22.35 93.06L22.35 82.06zM31.88 142.56L41.41 148.06L41.41 159.06L31.88 164.56L22.35 159.06L22.35 148.06zM22.35 192.06L31.88 197.56L31.88 208.56L22.35 214.06L12.83 208.56L12.83 197.56zM22.35 225.06L31.88 230.56L31.88 241.56L22.35 247.06L12.83 241.56L12.83 230.56zM31.88 241.56L41.41 247.06L41.41 258.06L31.88 263.56L22.35 258.06L22.35 247.06zM31.88 340.56L41.41 346.06L41.41 357.06L31.88 362.56L22.35 357.06L22.35 346.06zM22.35 357.06L31.88 362.56L31.88 373.56L22.35 379.06L12.83 373.56L12.83 362.56zM31.88 373.56L41.41 379.06L41.41 390.06L31.88 395.56L22.35 390.06L22.35 379.06zM22.35 522.06L31.88 527.56L31.88 538.56L22.35 544.06L12.83 538.56L12.83 527.56zM31.88 637.56L41.41 643.06L41.41 654.06L31.88 659.56L22.35 654.06L22.35 643.06zM22.35 819.06L31.88 824.56L31.88 835.56L22.35 841.06L12.83 835.56L12.83 824.56zM22.35 885.06L31.88 890.56L31.88 901.56L22.35 907.06L12.83 901.56L12.83 890.56zM50.93 175.56L60.46 181.06L60.46 192.06L50.93 197.56L41.41 192.06L41.41 181.06zM41.41 258.06L50.93 263.56L50.93 274.56L41.41 280.06L31.88 274.56L31.88 263.56zM50.93 274.56L60.46 280.06L60.46 291.06L50.93 296.56L41.41 291.06L41.41 280.06zM41.41 357.06L50.93 362.56L50.93 373.56L41.41 379.06L31.88 373.56L31.88 362.56zM41.41 489.06L50.93 494.56L50.93 505.56L41.41 511.06L31.88 505.56L31.88 494.56zM41.41 819.06L50.93 824.56L50.93 835.56L41.41 841.06L31.88 835.56L31.88 824.56zM50.93 868.56L60.46 874.06L60.46 885.06L50.93 890.56L41.41 885.06L41.41 874.06zM41.41 885.06L50.93 890.56L50.93 901.56L41.41 907.06L31.88 901.56L31.88 890.56zM69.99 76.56L79.51 82.06L79.51 93.06L69.99 98.56L60.46 93.06L60.46 82.06zM60.46 93.06L69.99 98.56L69.99 109.56L60.46 115.06L50.93 109.56L50.93 98.56zM69.99 142.56L79.51 148.06L79.51 159.06L69.99 164.56L60.46 159.06L60.46 148.06zM60.46 192.06L69.99 197.56L69.99 208.56L60.46 214.06L50.93 208.56L50.93 197.56zM69.99 373.56L79.51 379.06L79.51 390.06L69.99 395.56L60.46 390.06L60.46 379.06zM60.46 456.06L69.99 461.56L69.99 472.56L60.46 478.06L50.93 472.56L50.93 461.56zM69.99 472.56L79.51 478.06L79.51 489.06L69.99 494.56L60.46 489.06L60.46 478.06zM69.99 571.56L79.51 577.06L79.51 588.06L69.99 593.56L60.46 588.06L60.46 577.06zM69.99 703.56L79.51 709.06L79.51 720.06L69.99 725.56L60.46 720.06L60.46 709.06zM60.46 819.06L69.99 824.56L69.99 835.56L60.46 841.06L50.93 835.56L50.93 824.56zM79.51 93.06L89.04 98.56L89.04 109.56L79.51 115.06L69.99 109.56L69.99 98.56zM79.51 357.06L89.04 362.56L89.04 373.56L79.51 379.06L69.99 373.56L69.99 362.56zM79.51 423.06L89.04 428.56L89.04 439.56L79.51 445.06L69.99 439.56L69.99 428.56zM79.51 885.06L89.04 890.56L89.04 901.56L79.51 907.06L69.99 901.56L69.99 890.56zM98.57 -5.94L108.09 -0.44L108.09 10.56L98.57 16.06L89.04 10.56L89.04 -0.44zM98.57 324.06L108.09 329.56L108.09 340.56L98.57 346.06L89.04 340.56L89.04 329.56zM98.57 357.06L108.09 362.56L108.09 373.56L98.57 379.06L89.04 373.56L89.04 362.56zM98.57 390.06L108.09 395.56L108.09 406.56L98.57 412.06L89.04 406.56L89.04 395.56zM98.57 423.06L108.09 428.56L108.09 439.56L98.57 445.06L89.04 439.56L89.04 428.56zM108.09 472.56L117.62 478.06L117.62 489.06L108.09 494.56L98.57 489.06L98.57 478.06zM98.57 489.06L108.09 494.56L108.09 505.56L98.57 511.06L89.04 505.56L89.04 494.56zM108.09 802.56L117.62 808.06L117.62 819.06L108.09 824.56L98.57 819.06L98.57 808.06zM98.57 819.06L108.09 824.56L108.09 835.56L98.57 841.06L89.04 835.56L89.04 824.56zM108.09 835.56L117.62 841.06L117.62 852.06L108.09 857.56L98.57 852.06L98.57 841.06zM98.57 852.06L108.09 857.56L108.09 868.56L98.57 874.06L89.04 868.56L89.04 857.56zM108.09 901.56L117.62 907.06L117.62 918.06L108.09 923.56L98.57 918.06L98.57 907.06zM117.62 -5.94L127.15 -0.44L127.15 10.56L117.62 16.06L108.09 10.56L108.09 -0.44zM127.15 10.56L136.67 16.06L136.67 27.06L127.15 32.56L117.62 27.06L117.62 16.06zM127.15 43.56L136.67 49.06L136.67 60.06L127.15 65.56L117.62 60.06L117.62 49.06zM117.62 93.06L127.15 98.56L127.15 109.56L117.62 115.06L108.09 109.56L108.09 98.56zM117.62 126.06L127.15 131.56L127.15 142.56L117.62 148.06L108.09 142.56L108.09 131.56zM117.62 192.06L127.15 197.56L127.15 208.56L117.62 214.06L108.09 208.56L108.09 197.56zM127.15 241.56L136.67 247.06L136.67 258.06L127.15 263.56L117.62 258.06L117.62 247.06zM127.15 373.56L136.67 379.06L136.67 390.06L127.15 395.56L117.62 390.06L117.62 379.06zM127.15 439.56L136.67 445.06L136.67 456.06L127.15 461.56L117.62 456.06L117.62 445.06zM146.2 10.56L155.72 16.06L155.72 27.06L146.2 32.56L136.67 27.06L136.67 16.06zM136.67 27.06L146.2 32.56L146.2 43.56L136.67 49.06L127.15 43.56L127.15 32.56zM136.67 93.06L146.2 98.56L146.2 109.56L136.67 115.06L127.15 109.56L127.15 98.56zM146.2 175.56L155.72 181.06L155.72 192.06L146.2 197.56L136.67 192.06L136.67 181.06zM136.67 291.06L146.2 296.56L146.2 307.56L136.67 313.06L127.15 307.56L127.15 296.56zM136.67 324.06L146.2 329.56L146.2 340.56L136.67 346.06L127.15 340.56L127.15 329.56zM136.67 687.06L146.2 692.56L146.2 703.56L136.67 709.06L127.15 703.56L127.15 692.56zM146.2 868.56L155.72 874.06L155.72 885.06L146.2 890.56L136.67 885.06L136.67 874.06zM165.25 43.56L174.78 49.06L174.78 60.06L165.25 65.56L155.72 60.06L155.72 49.06zM155.72 93.06L165.25 98.56L165.25 109.56L155.72 115.06L146.2 109.56L146.2 98.56zM165.25 109.56L174.78 115.06L174.78 126.06L165.25 131.56L155.72 126.06L155.72 115.06zM165.25 373.56L174.78 379.06L174.78 390.06L165.25 395.56L155.72 390.06L155.72 379.06zM155.72 423.06L165.25 428.56L165.25 439.56L155.72 445.06L146.2 439.56L146.2 428.56zM155.72 456.06L165.25 461.56L165.25 472.56L155.72 478.06L146.2 472.56L146.2 461.56zM155.72 522.06L165.25 527.56L165.25 538.56L155.72 544.06L146.2 538.56L146.2 527.56zM165.25 538.56L174.78 544.06L174.78 555.06L165.25 560.56L155.72 555.06L155.72 544.06zM155.72 687.06L165.25 692.56L165.25 703.56L155.72 709.06L146.2 703.56L146.2 692.56zM155.72 753.06L165.25 758.56L165.25 769.56L155.72 775.06L146.2 769.56L146.2 758.56zM184.3 10.56L193.83 16.06L193.83 27.06L184.3 32.56L174.78 27.06L174.78 16.06zM174.78 60.06L184.3 65.56L184.3 76.56L174.78 82.06L165.25 76.56L165.25 65.56zM174.78 126.06L184.3 131.56L184.3 142.56L174.78 148.06L165.25 142.56L165.25 131.56zM184.3 142.56L193.83 148.06L193.83 159.06L184.3 164.56L174.78 159.06L174.78 148.06zM174.78 159.06L184.3 164.56L184.3 175.56L174.78 181.06L165.25 175.56L165.25 164.56zM184.3 208.56L193.83 214.06L193.83 225.06L184.3 230.56L174.78 225.06L174.78 214.06zM174.78 258.06L184.3 263.56L184.3 274.56L174.78 280.06L165.25 274.56L165.25 263.56zM184.3 307.56L193.83 313.06L193.83 324.06L184.3 329.56L174.78 324.06L174.78 313.06zM174.78 324.06L184.3 329.56L184.3 340.56L174.78 346.06L165.25 340.56L165.25 329.56zM184.3 406.56L193.83 412.06L193.83 423.06L184.3 428.56L174.78 423.06L174.78 412.06zM184.3 439.56L193.83 445.06L193.83 456.06L184.3 461.56L174.78 456.06L174.78 445.06zM184.3 505.56L193.83 511.06L193.83 522.06L184.3 527.56L174.78 522.06L174.78 511.06zM184.3 538.56L193.83 544.06L193.83 555.06L184.3 560.56L174.78 555.06L174.78 544.06zM184.3 604.56L193.83 610.06L193.83 621.06L184.3 626.56L174.78 621.06L174.78 610.06zM174.78 687.06L184.3 692.56L184.3 703.56L174.78 709.06L165.25 703.56L165.25 692.56zM184.3 769.56L193.83 775.06L193.83 786.06L184.3 791.56L174.78 786.06L174.78 775.06zM184.3 835.56L193.83 841.06L193.83 852.06L184.3 857.56L174.78 852.06L174.78 841.06zM184.3 901.56L193.83 907.06L193.83 918.06L184.3 923.56L174.78 918.06L174.78 907.06zM193.83 -5.94L203.36 -0.44L203.36 10.56L193.83 16.06L184.3 10.56L184.3 -0.44zM203.36 43.56L212.88 49.06L212.88 60.06L203.36 65.56L193.83 60.06L193.83 49.06zM203.36 175.56L212.88 181.06L212.88 192.06L203.36 197.56L193.83 192.06L193.83 181.06zM203.36 241.56L212.88 247.06L212.88 258.06L203.36 263.56L193.83 258.06L193.83 247.06zM193.83 291.06L203.36 296.56L203.36 307.56L193.83 313.06L184.3 307.56L184.3 296.56zM203.36 472.56L212.88 478.06L212.88 489.06L203.36 494.56L193.83 489.06L193.83 478.06zM193.83 522.06L203.36 527.56L203.36 538.56L193.83 544.06L184.3 538.56L184.3 527.56zM193.83 555.06L203.36 560.56L203.36 571.56L193.83 577.06L184.3 571.56L184.3 560.56zM193.83 588.06L203.36 593.56L203.36 604.56L193.83 610.06L184.3 604.56L184.3 593.56zM203.36 604.56L212.88 610.06L212.88 621.06L203.36 626.56L193.83 621.06L193.83 610.06zM193.83 621.06L203.36 626.56L203.36 637.56L193.83 643.06L184.3 637.56L184.3 626.56zM203.36 703.56L212.88 709.06L212.88 720.06L203.36 725.56L193.83 720.06L193.83 709.06zM203.36 736.56L212.88 742.06L212.88 753.06L203.36 758.56L193.83 753.06L193.83 742.06zM203.36 769.56L212.88 775.06L212.88 786.06L203.36 791.56L193.83 786.06L193.83 775.06zM203.36 802.56L212.88 808.06L212.88 819.06L203.36 824.56L193.83 819.06L193.83 808.06zM193.83 852.06L203.36 857.56L203.36 868.56L193.83 874.06L184.3 868.56L184.3 857.56zM222.41 10.56L231.94 16.06L231.94 27.06L222.41 32.56L212.88 27.06L212.88 16.06zM212.88 93.06L222.41 98.56L222.41 109.56L212.88 115.06L203.36 109.56L203.36 98.56zM222.41 109.56L231.94 115.06L231.94 126.06L222.41 131.56L212.88 126.06L212.88 115.06zM212.88 225.06L222.41 230.56L222.41 241.56L212.88 247.06L203.36 241.56L203.36 230.56zM212.88 324.06L222.41 329.56L222.41 340.56L212.88 346.06L203.36 340.56L203.36 329.56zM212.88 423.06L222.41 428.56L222.41 439.56L212.88 445.06L203.36 439.56L203.36 428.56zM222.41 472.56L231.94 478.06L231.94 489.06L222.41 494.56L212.88 489.06L212.88 478.06zM222.41 505.56L231.94 511.06L231.94 522.06L222.41 527.56L212.88 522.06L212.88 511.06zM212.88 786.06L222.41 791.56L222.41 802.56L212.88 808.06L203.36 802.56L203.36 791.56zM222.41 802.56L231.94 808.06L231.94 819.06L222.41 824.56L212.88 819.06L212.88 808.06zM212.88 852.06L222.41 857.56L222.41 868.56L212.88 874.06L203.36 868.56L203.36 857.56zM222.41 868.56L231.94 874.06L231.94 885.06L222.41 890.56L212.88 885.06L212.88 874.06zM222.41 901.56L231.94 907.06L231.94 918.06L222.41 923.56L212.88 918.06L212.88 907.06zM241.46 373.56L250.99 379.06L250.99 390.06L241.46 395.56L231.94 390.06L231.94 379.06zM231.94 390.06L241.46 395.56L241.46 406.56L231.94 412.06L222.41 406.56L222.41 395.56zM241.46 406.56L250.99 412.06L250.99 423.06L241.46 428.56L231.94 423.06L231.94 412.06zM241.46 472.56L250.99 478.06L250.99 489.06L241.46 494.56L231.94 489.06L231.94 478.06zM241.46 505.56L250.99 511.06L250.99 522.06L241.46 527.56L231.94 522.06L231.94 511.06zM241.46 571.56L250.99 577.06L250.99 588.06L241.46 593.56L231.94 588.06L231.94 577.06zM231.94 720.06L241.46 725.56L241.46 736.56L231.94 742.06L222.41 736.56L222.41 725.56zM241.46 769.56L250.99 775.06L250.99 786.06L241.46 791.56L231.94 786.06L231.94 775.06zM241.46 835.56L250.99 841.06L250.99 852.06L241.46 857.56L231.94 852.06L231.94 841.06zM241.46 868.56L250.99 874.06L250.99 885.06L241.46 890.56L231.94 885.06L231.94 874.06zM241.46 901.56L250.99 907.06L250.99 918.06L241.46 923.56L231.94 918.06L231.94 907.06zM250.99 -5.94L260.52 -0.44L260.52 10.56L250.99 16.06L241.46 10.56L241.46 -0.44zM250.99 27.06L260.52 32.56L260.52 43.56L250.99 49.06L241.46 43.56L241.46 32.56zM250.99 60.06L260.52 65.56L260.52 76.56L250.99 82.06L241.46 76.56L241.46 65.56zM260.52 76.56L270.04 82.06L270.04 93.06L260.52 98.56L250.99 93.06L250.99 82.06zM260.52 571.56L270.04 577.06L270.04 588.06L260.52 593.56L250.99 588.06L250.99 577.06zM260.52 604.56L270.04 610.06L270.04 621.06L260.52 626.56L250.99 621.06L250.99 610.06zM250.99 654.06L260.52 659.56L260.52 670.56L250.99 676.06L241.46 670.56L241.46 659.56zM250.99 687.06L260.52 692.56L260.52 703.56L250.99 709.06L241.46 703.56L241.46 692.56zM260.52 736.56L270.04 742.06L270.04 753.06L260.52 758.56L250.99 753.06L250.99 742.06zM250.99 885.06L260.52 890.56L260.52 901.56L250.99 907.06L241.46 901.56L241.46 890.56zM270.04 159.06L279.57 164.56L279.57 175.56L270.04 181.06L260.52 175.56L260.52 164.56zM279.57 175.56L289.1 181.06L289.1 192.06L279.57 197.56L270.04 192.06L270.04 181.06zM279.57 274.56L289.1 280.06L289.1 291.06L279.57 296.56L270.04 291.06L270.04 280.06zM279.57 307.56L289.1 313.06L289.1 324.06L279.57 329.56L270.04 324.06L270.04 313.06zM270.04 456.06L279.57 461.56L279.57 472.56L270.04 478.06L260.52 472.56L260.52 461.56zM279.57 505.56L289.1 511.06L289.1 522.06L279.57 527.56L270.04 522.06L270.04 511.06zM270.04 621.06L279.57 626.56L279.57 637.56L270.04 643.06L260.52 637.56L260.52 626.56zM279.57 637.56L289.1 643.06L289.1 654.06L279.57 659.56L270.04 654.06L270.04 643.06zM270.04 753.06L279.57 758.56L279.57 769.56L270.04 775.06L260.52 769.56L260.52 758.56zM279.57 835.56L289.1 841.06L289.1 852.06L279.57 857.56L270.04 852.06L270.04 841.06zM279.57 868.56L289.1 874.06L289.1 885.06L279.57 890.56L270.04 885.06L270.04 874.06zM279.57 901.56L289.1 907.06L289.1 918.06L279.57 923.56L270.04 918.06L270.04 907.06zM298.62 43.56L308.15 49.06L308.15 60.06L298.62 65.56L289.1 60.06L289.1 49.06zM298.62 274.56L308.15 280.06L308.15 291.06L298.62 296.56L289.1 291.06L289.1 280.06zM289.1 291.06L298.62 296.56L298.62 307.56L289.1 313.06L279.57 307.56L279.57 296.56zM289.1 588.06L298.62 593.56L298.62 604.56L289.1 610.06L279.57 604.56L279.57 593.56zM298.62 637.56L308.15 643.06L308.15 654.06L298.62 659.56L289.1 654.06L289.1 643.06zM289.1 786.06L298.62 791.56L298.62 802.56L289.1 808.06L279.57 802.56L279.57 791.56zM289.1 819.06L298.62 824.56L298.62 835.56L289.1 841.06L279.57 835.56L279.57 824.56zM308.15 -5.94L317.68 -0.44L317.68 10.56L308.15 16.06L298.62 10.56L298.62 -0.44zM317.68 10.56L327.2 16.06L327.2 27.06L317.68 32.56L308.15 27.06L308.15 16.06zM317.68 76.56L327.2 82.06L327.2 93.06L317.68 98.56L308.15 93.06L308.15 82.06zM317.68 142.56L327.2 148.06L327.2 159.06L317.68 164.56L308.15 159.06L308.15 148.06zM317.68 208.56L327.2 214.06L327.2 225.06L317.68 230.56L308.15 225.06L308.15 214.06zM317.68 307.56L327.2 313.06L327.2 324.06L317.68 329.56L308.15 324.06L308.15 313.06zM308.15 588.06L317.68 593.56L317.68 604.56L308.15 610.06L298.62 604.56L298.62 593.56zM308.15 753.06L317.68 758.56L317.68 769.56L308.15 775.06L298.62 769.56L298.62 758.56zM308.15 786.06L317.68 791.56L317.68 802.56L308.15 808.06L298.62 802.56L298.62 791.56zM336.73 10.56L346.26 16.06L346.26 27.06L336.73 32.56L327.2 27.06L327.2 16.06zM327.2 27.06L336.73 32.56L336.73 43.56L327.2 49.06L317.68 43.56L317.68 32.56zM336.73 274.56L346.26 280.06L346.26 291.06L336.73 296.56L327.2 291.06L327.2 280.06zM327.2 291.06L336.73 296.56L336.73 307.56L327.2 313.06L317.68 307.56L317.68 296.56zM336.73 307.56L346.26 313.06L346.26 324.06L336.73 329.56L327.2 324.06L327.2 313.06zM336.73 340.56L346.26 346.06L346.26 357.06L336.73 362.56L327.2 357.06L327.2 346.06zM336.73 406.56L346.26 412.06L346.26 423.06L336.73 428.56L327.2 423.06L327.2 412.06zM327.2 456.06L336.73 461.56L336.73 472.56L327.2 478.06L317.68 472.56L317.68 461.56zM336.73 472.56L346.26 478.06L346.26 489.06L336.73 494.56L327.2 489.06L327.2 478.06zM336.73 538.56L346.26 544.06L346.26 555.06L336.73 560.56L327.2 555.06L327.2 544.06zM327.2 654.06L336.73 659.56L336.73 670.56L327.2 676.06L317.68 670.56L317.68 659.56zM327.2 687.06L336.73 692.56L336.73 703.56L327.2 709.06L317.68 703.56L317.68 692.56zM336.73 736.56L346.26 742.06L346.26 753.06L336.73 758.56L327.2 753.06L327.2 742.06zM327.2 819.06L336.73 824.56L336.73 835.56L327.2 841.06L317.68 835.56L317.68 824.56zM327.2 852.06L336.73 857.56L336.73 868.56L327.2 874.06L317.68 868.56L317.68 857.56zM355.78 10.56L365.31 16.06L365.31 27.06L355.78 32.56L346.26 27.06L346.26 16.06zM346.26 27.06L355.78 32.56L355.78 43.56L346.26 49.06L336.73 43.56L336.73 32.56zM346.26 60.06L355.78 65.56L355.78 76.56L346.26 82.06L336.73 76.56L336.73 65.56zM346.26 291.06L355.78 296.56L355.78 307.56L346.26 313.06L336.73 307.56L336.73 296.56zM355.78 340.56L365.31 346.06L365.31 357.06L355.78 362.56L346.26 357.06L346.26 346.06zM346.26 390.06L355.78 395.56L355.78 406.56L346.26 412.06L336.73 406.56L336.73 395.56zM346.26 456.06L355.78 461.56L355.78 472.56L346.26 478.06L336.73 472.56L336.73 461.56zM346.26 489.06L355.78 494.56L355.78 505.56L346.26 511.06L336.73 505.56L336.73 494.56zM355.78 571.56L365.31 577.06L365.31 588.06L355.78 593.56L346.26 588.06L346.26 577.06zM355.78 604.56L365.31 610.06L365.31 621.06L355.78 626.56L346.26 621.06L346.26 610.06zM355.78 670.56L365.31 676.06L365.31 687.06L355.78 692.56L346.26 687.06L346.26 676.06zM346.26 753.06L355.78 758.56L355.78 769.56L346.26 775.06L336.73 769.56L336.73 758.56zM346.26 786.06L355.78 791.56L355.78 802.56L346.26 808.06L336.73 802.56L336.73 791.56zM365.31 27.06L374.84 32.56L374.84 43.56L365.31 49.06L355.78 43.56L355.78 32.56zM365.31 60.06L374.84 65.56L374.84 76.56L365.31 82.06L355.78 76.56L355.78 65.56zM374.84 76.56L384.36 82.06L384.36 93.06L374.84 98.56L365.31 93.06L365.31 82.06zM374.84 142.56L384.36 148.06L384.36 159.06L374.84 164.56L365.31 159.06L365.31 148.06zM365.31 390.06L374.84 395.56L374.84 406.56L365.31 412.06L355.78 406.56L355.78 395.56zM365.31 621.06L374.84 626.56L374.84 637.56L365.31 643.06L355.78 637.56L355.78 626.56zM374.84 802.56L384.36 808.06L384.36 819.06L374.84 824.56L365.31 819.06L365.31 808.06zM365.31 852.06L374.84 857.56L374.84 868.56L365.31 874.06L355.78 868.56L355.78 857.56zM374.84 901.56L384.36 907.06L384.36 918.06L374.84 923.56L365.31 918.06L365.31 907.06zM384.36 27.06L393.89 32.56L393.89 43.56L384.36 49.06L374.84 43.56L374.84 32.56zM384.36 60.06L393.89 65.56L393.89 76.56L384.36 82.06L374.84 76.56L374.84 65.56zM393.89 109.56L403.42 115.06L403.42 126.06L393.89 131.56L384.36 126.06L384.36 115.06zM393.89 142.56L403.42 148.06L403.42 159.06L393.89 164.56L384.36 159.06L384.36 148.06zM393.89 340.56L403.42 346.06L403.42 357.06L393.89 362.56L384.36 357.06L384.36 346.06zM384.36 423.06L393.89 428.56L393.89 439.56L384.36 445.06L374.84 439.56L374.84 428.56zM384.36 654.06L393.89 659.56L393.89 670.56L384.36 676.06L374.84 670.56L374.84 659.56zM384.36 720.06L393.89 725.56L393.89 736.56L384.36 742.06L374.84 736.56L374.84 725.56zM393.89 736.56L403.42 742.06L403.42 753.06L393.89 758.56L384.36 753.06L384.36 742.06zM393.89 802.56L403.42 808.06L403.42 819.06L393.89 824.56L384.36 819.06L384.36 808.06zM384.36 819.06L393.89 824.56L393.89 835.56L384.36 841.06L374.84 835.56L374.84 824.56zM393.89 901.56L403.42 907.06L403.42 918.06L393.89 923.56L384.36 918.06L384.36 907.06zM403.42 -5.94L412.94 -0.44L412.94 10.56L403.42 16.06L393.89 10.56L393.89 -0.44zM412.94 10.56L422.47 16.06L422.47 27.06L412.94 32.56L403.42 27.06L403.42 16.06zM403.42 27.06L412.94 32.56L412.94 43.56L403.42 49.06L393.89 43.56L393.89 32.56zM403.42 93.06L412.94 98.56L412.94 109.56L403.42 115.06L393.89 109.56L393.89 98.56zM403.42 159.06L412.94 164.56L412.94 175.56L403.42 181.06L393.89 175.56L393.89 164.56zM403.42 258.06L412.94 263.56L412.94 274.56L403.42 280.06L393.89 274.56L393.89 263.56zM412.94 274.56L422.47 280.06L422.47 291.06L412.94 296.56L403.42 291.06L403.42 280.06zM403.42 390.06L412.94 395.56L412.94 406.56L403.42 412.06L393.89 406.56L393.89 395.56zM412.94 439.56L422.47 445.06L422.47 456.06L412.94 461.56L403.42 456.06L403.42 445.06zM403.42 489.06L412.94 494.56L412.94 505.56L403.42 511.06L393.89 505.56L393.89 494.56zM412.94 604.56L422.47 610.06L422.47 621.06L412.94 626.56L403.42 621.06L403.42 610.06zM403.42 654.06L412.94 659.56L412.94 670.56L403.42 676.06L393.89 670.56L393.89 659.56zM412.94 736.56L422.47 742.06L422.47 753.06L412.94 758.56L403.42 753.06L403.42 742.06zM403.42 819.06L412.94 824.56L412.94 835.56L403.42 841.06L393.89 835.56L393.89 824.56zM403.42 852.06L412.94 857.56L412.94 868.56L403.42 874.06L393.89 868.56L393.89 857.56zM431.99 10.56L441.52 16.06L441.52 27.06L431.99 32.56L422.47 27.06L422.47 16.06zM422.47 126.06L431.99 131.56L431.99 142.56L422.47 148.06L412.94 142.56L412.94 131.56zM431.99 175.56L441.52 181.06L441.52 192.06L431.99 197.56L422.47 192.06L422.47 181.06zM422.47 291.06L431.99 296.56L431.99 307.56L422.47 313.06L412.94 307.56L412.94 296.56zM422.47 456.06L431.99 461.56L431.99 472.56L422.47 478.06L412.94 472.56L412.94 461.56zM431.99 472.56L441.52 478.06L441.52 489.06L431.99 494.56L422.47 489.06L422.47 478.06zM431.99 505.56L441.52 511.06L441.52 522.06L431.99 527.56L422.47 522.06L422.47 511.06zM422.47 654.06L431.99 659.56L431.99 670.56L422.47 676.06L412.94 670.56L412.94 659.56zM422.47 720.06L431.99 725.56L431.99 736.56L422.47 742.06L412.94 736.56L412.94 725.56zM431.99 802.56L441.52 808.06L441.52 819.06L431.99 824.56L422.47 819.06L422.47 808.06zM431.99 835.56L441.52 841.06L441.52 852.06L431.99 857.56L422.47 852.06L422.47 841.06zM422.47 852.06L431.99 857.56L431.99 868.56L422.47 874.06L412.94 868.56L412.94 857.56zM431.99 868.56L441.52 874.06L441.52 885.06L431.99 890.56L422.47 885.06L422.47 874.06zM451.05 109.56L460.57 115.06L460.57 126.06L451.05 131.56L441.52 126.06L441.52 115.06zM441.52 159.06L451.05 164.56L451.05 175.56L441.52 181.06L431.99 175.56L431.99 164.56zM451.05 175.56L460.57 181.06L460.57 192.06L451.05 197.56L441.52 192.06L441.52 181.06zM441.52 258.06L451.05 263.56L451.05 274.56L441.52 280.06L431.99 274.56L431.99 263.56zM441.52 291.06L451.05 296.56L451.05 307.56L441.52 313.06L431.99 307.56L431.99 296.56zM441.52 423.06L451.05 428.56L451.05 439.56L441.52 445.06L431.99 439.56L431.99 428.56zM451.05 472.56L460.57 478.06L460.57 489.06L451.05 494.56L441.52 489.06L441.52 478.06zM441.52 489.06L451.05 494.56L451.05 505.56L441.52 511.06L431.99 505.56L431.99 494.56zM451.05 604.56L460.57 610.06L460.57 621.06L451.05 626.56L441.52 621.06L441.52 610.06zM451.05 637.56L460.57 643.06L460.57 654.06L451.05 659.56L441.52 654.06L441.52 643.06zM451.05 670.56L460.57 676.06L460.57 687.06L451.05 692.56L441.52 687.06L441.52 676.06zM451.05 703.56L460.57 709.06L460.57 720.06L451.05 725.56L441.52 720.06L441.52 709.06zM441.52 819.06L451.05 824.56L451.05 835.56L441.52 841.06L431.99 835.56L431.99 824.56zM451.05 901.56L460.57 907.06L460.57 918.06L451.05 923.56L441.52 918.06L441.52 907.06zM470.1 109.56L479.63 115.06L479.63 126.06L470.1 131.56L460.57 126.06L460.57 115.06zM460.57 126.06L470.1 131.56L470.1 142.56L460.57 148.06L451.05 142.56L451.05 131.56zM460.57 225.06L470.1 230.56L470.1 241.56L460.57 247.06L451.05 241.56L451.05 230.56zM470.1 274.56L479.63 280.06L479.63 291.06L470.1 296.56L460.57 291.06L460.57 280.06zM460.57 456.06L470.1 461.56L470.1 472.56L460.57 478.06L451.05 472.56L451.05 461.56zM460.57 489.06L470.1 494.56L470.1 505.56L460.57 511.06L451.05 505.56L451.05 494.56zM460.57 522.06L470.1 527.56L470.1 538.56L460.57 544.06L451.05 538.56L451.05 527.56zM470.1 604.56L479.63 610.06L479.63 621.06L470.1 626.56L460.57 621.06L460.57 610.06zM460.57 687.06L470.1 692.56L470.1 703.56L460.57 709.06L451.05 703.56L451.05 692.56zM470.1 703.56L479.63 709.06L479.63 720.06L470.1 725.56L460.57 720.06L460.57 709.06zM460.57 720.06L470.1 725.56L470.1 736.56L460.57 742.06L451.05 736.56L451.05 725.56zM460.57 819.06L470.1 824.56L470.1 835.56L460.57 841.06L451.05 835.56L451.05 824.56zM489.15 10.56L498.68 16.06L498.68 27.06L489.15 32.56L479.63 27.06L479.63 16.06zM479.63 27.06L489.15 32.56L489.15 43.56L479.63 49.06L470.1 43.56L470.1 32.56zM489.15 76.56L498.68 82.06L498.68 93.06L489.15 98.56L479.63 93.06L479.63 82.06zM489.15 142.56L498.68 148.06L498.68 159.06L489.15 164.56L479.63 159.06L479.63 148.06zM479.63 258.06L489.15 263.56L489.15 274.56L479.63 280.06L470.1 274.56L470.1 263.56zM489.15 274.56L498.68 280.06L498.68 291.06L489.15 296.56L479.63 291.06L479.63 280.06zM479.63 291.06L489.15 296.56L489.15 307.56L479.63 313.06L470.1 307.56L470.1 296.56zM489.15 307.56L498.68 313.06L498.68 324.06L489.15 329.56L479.63 324.06L479.63 313.06zM489.15 373.56L498.68 379.06L498.68 390.06L489.15 395.56L479.63 390.06L479.63 379.06zM489.15 439.56L498.68 445.06L498.68 456.06L489.15 461.56L479.63 456.06L479.63 445.06zM479.63 456.06L489.15 461.56L489.15 472.56L479.63 478.06L470.1 472.56L470.1 461.56zM489.15 472.56L498.68 478.06L498.68 489.06L489.15 494.56L479.63 489.06L479.63 478.06zM479.63 621.06L489.15 626.56L489.15 637.56L479.63 643.06L470.1 637.56L470.1 626.56zM489.15 637.56L498.68 643.06L498.68 654.06L489.15 659.56L479.63 654.06L479.63 643.06zM489.15 769.56L498.68 775.06L498.68 786.06L489.15 791.56L479.63 786.06L479.63 775.06zM508.21 76.56L517.73 82.06L517.73 93.06L508.21 98.56L498.68 93.06L498.68 82.06zM498.68 126.06L508.21 131.56L508.21 142.56L498.68 148.06L489.15 142.56L489.15 131.56zM508.21 142.56L517.73 148.06L517.73 159.06L508.21 164.56L498.68 159.06L498.68 148.06zM508.21 208.56L517.73 214.06L517.73 225.06L508.21 230.56L498.68 225.06L498.68 214.06zM498.68 291.06L508.21 296.56L508.21 307.56L498.68 313.06L489.15 307.56L489.15 296.56zM508.21 340.56L517.73 346.06L517.73 357.06L508.21 362.56L498.68 357.06L498.68 346.06zM498.68 390.06L508.21 395.56L508.21 406.56L498.68 412.06L489.15 406.56L489.15 395.56zM508.21 538.56L517.73 544.06L517.73 555.06L508.21 560.56L498.68 555.06L498.68 544.06zM498.68 588.06L508.21 593.56L508.21 604.56L498.68 610.06L489.15 604.56L489.15 593.56zM498.68 720.06L508.21 725.56L508.21 736.56L498.68 742.06L489.15 736.56L489.15 725.56zM527.26 109.56L536.79 115.06L536.79 126.06L527.26 131.56L517.73 126.06L517.73 115.06zM527.26 274.56L536.79 280.06L536.79 291.06L527.26 296.56L517.73 291.06L517.73 280.06zM527.26 505.56L536.79 511.06L536.79 522.06L527.26 527.56L517.73 522.06L517.73 511.06zM527.26 571.56L536.79 577.06L536.79 588.06L527.26 593.56L517.73 588.06L517.73 577.06zM517.73 654.06L527.26 659.56L527.26 670.56L517.73 676.06L508.21 670.56L508.21 659.56zM517.73 753.06L527.26 758.56L527.26 769.56L517.73 775.06L508.21 769.56L508.21 758.56zM527.26 868.56L536.79 874.06L536.79 885.06L527.26 890.56L517.73 885.06L517.73 874.06zM517.73 885.06L527.26 890.56L527.26 901.56L517.73 907.06L508.21 901.56L508.21 890.56zM536.79 60.06L546.31 65.56L546.31 76.56L536.79 82.06L527.26 76.56L527.26 65.56zM546.31 274.56L555.84 280.06L555.84 291.06L546.31 296.56L536.79 291.06L536.79 280.06zM536.79 291.06L546.31 296.56L546.31 307.56L536.79 313.06L527.26 307.56L527.26 296.56zM536.79 423.06L546.31 428.56L546.31 439.56L536.79 445.06L527.26 439.56L527.26 428.56zM546.31 439.56L555.84 445.06L555.84 456.06L546.31 461.56L536.79 456.06L536.79 445.06zM536.79 456.06L546.31 461.56L546.31 472.56L536.79 478.06L527.26 472.56L527.26 461.56zM546.31 472.56L555.84 478.06L555.84 489.06L546.31 494.56L536.79 489.06L536.79 478.06zM536.79 588.06L546.31 593.56L546.31 604.56L536.79 610.06L527.26 604.56L527.26 593.56zM546.31 604.56L555.84 610.06L555.84 621.06L546.31 626.56L536.79 621.06L536.79 610.06zM536.79 687.06L546.31 692.56L546.31 703.56L536.79 709.06L527.26 703.56L527.26 692.56zM546.31 769.56L555.84 775.06L555.84 786.06L546.31 791.56L536.79 786.06L536.79 775.06zM546.31 835.56L555.84 841.06L555.84 852.06L546.31 857.56L536.79 852.06L536.79 841.06zM546.31 868.56L555.84 874.06L555.84 885.06L546.31 890.56L536.79 885.06L536.79 874.06zM565.37 43.56L574.89 49.06L574.89 60.06L565.37 65.56L555.84 60.06L555.84 49.06zM555.84 60.06L565.37 65.56L565.37 76.56L555.84 82.06L546.31 76.56L546.31 65.56zM565.37 208.56L574.89 214.06L574.89 225.06L565.37 230.56L555.84 225.06L555.84 214.06zM565.37 340.56L574.89 346.06L574.89 357.06L565.37 362.56L555.84 357.06L555.84 346.06zM555.84 456.06L565.37 461.56L565.37 472.56L555.84 478.06L546.31 472.56L546.31 461.56zM555.84 555.06L565.37 560.56L565.37 571.56L555.84 577.06L546.31 571.56L546.31 560.56zM565.37 571.56L574.89 577.06L574.89 588.06L565.37 593.56L555.84 588.06L555.84 577.06zM555.84 654.06L565.37 659.56L565.37 670.56L555.84 676.06L546.31 670.56L546.31 659.56zM555.84 852.06L565.37 857.56L565.37 868.56L555.84 874.06L546.31 868.56L546.31 857.56zM565.37 868.56L574.89 874.06L574.89 885.06L565.37 890.56L555.84 885.06L555.84 874.06zM584.42 109.56L593.95 115.06L593.95 126.06L584.42 131.56L574.89 126.06L574.89 115.06zM584.42 142.56L593.95 148.06L593.95 159.06L584.42 164.56L574.89 159.06L574.89 148.06zM574.89 159.06L584.42 164.56L584.42 175.56L574.89 181.06L565.37 175.56L565.37 164.56zM584.42 340.56L593.95 346.06L593.95 357.06L584.42 362.56L574.89 357.06L574.89 346.06zM584.42 406.56L593.95 412.06L593.95 423.06L584.42 428.56L574.89 423.06L574.89 412.06zM584.42 472.56L593.95 478.06L593.95 489.06L584.42 494.56L574.89 489.06L574.89 478.06zM584.42 538.56L593.95 544.06L593.95 555.06L584.42 560.56L574.89 555.06L574.89 544.06zM574.89 753.06L584.42 758.56L584.42 769.56L574.89 775.06L565.37 769.56L565.37 758.56zM574.89 885.06L584.42 890.56L584.42 901.56L574.89 907.06L565.37 901.56L565.37 890.56zM603.47 76.56L613 82.06L613 93.06L603.47 98.56L593.95 93.06L593.95 82.06zM603.47 274.56L613 280.06L613 291.06L603.47 296.56L593.95 291.06L593.95 280.06zM603.47 505.56L613 511.06L613 522.06L603.47 527.56L593.95 522.06L593.95 511.06zM603.47 538.56L613 544.06L613 555.06L603.47 560.56L593.95 555.06L593.95 544.06zM593.95 621.06L603.47 626.56L603.47 637.56L593.95 643.06L584.42 637.56L584.42 626.56zM603.47 736.56L613 742.06L613 753.06L603.47 758.56L593.95 753.06L593.95 742.06zM603.47 769.56L613 775.06L613 786.06L603.47 791.56L593.95 786.06L593.95 775.06zM593.95 819.06L603.47 824.56L603.47 835.56L593.95 841.06L584.42 835.56L584.42 824.56zM603.47 868.56L613 874.06L613 885.06L603.47 890.56L593.95 885.06L593.95 874.06zM622.53 10.56L632.05 16.06L632.05 27.06L622.53 32.56L613 27.06L613 16.06zM613 60.06L622.53 65.56L622.53 76.56L613 82.06L603.47 76.56L603.47 65.56zM622.53 109.56L632.05 115.06L632.05 126.06L622.53 131.56L613 126.06L613 115.06zM613 258.06L622.53 263.56L622.53 274.56L613 280.06L603.47 274.56L603.47 263.56zM613 291.06L622.53 296.56L622.53 307.56L613 313.06L603.47 307.56L603.47 296.56zM622.53 307.56L632.05 313.06L632.05 324.06L622.53 329.56L613 324.06L613 313.06zM622.53 340.56L632.05 346.06L632.05 357.06L622.53 362.56L613 357.06L613 346.06zM622.53 373.56L632.05 379.06L632.05 390.06L622.53 395.56L613 390.06L613 379.06zM622.53 439.56L632.05 445.06L632.05 456.06L622.53 461.56L613 456.06L613 445.06zM622.53 472.56L632.05 478.06L632.05 489.06L622.53 494.56L613 489.06L613 478.06zM622.53 670.56L632.05 676.06L632.05 687.06L622.53 692.56L613 687.06L613 676.06zM613 687.06L622.53 692.56L622.53 703.56L613 709.06L603.47 703.56L603.47 692.56zM613 753.06L622.53 758.56L622.53 769.56L613 775.06L603.47 769.56L603.47 758.56zM641.58 10.56L651.11 16.06L651.11 27.06L641.58 32.56L632.05 27.06L632.05 16.06zM641.58 76.56L651.11 82.06L651.11 93.06L641.58 98.56L632.05 93.06L632.05 82.06zM641.58 109.56L651.11 115.06L651.11 126.06L641.58 131.56L632.05 126.06L632.05 115.06zM641.58 142.56L651.11 148.06L651.11 159.06L641.58 164.56L632.05 159.06L632.05 148.06zM632.05 159.06L641.58 164.56L641.58 175.56L632.05 181.06L622.53 175.56L622.53 164.56zM632.05 258.06L641.58 263.56L641.58 274.56L632.05 280.06L622.53 274.56L622.53 263.56zM632.05 456.06L641.58 461.56L641.58 472.56L632.05 478.06L622.53 472.56L622.53 461.56zM641.58 538.56L651.11 544.06L651.11 555.06L641.58 560.56L632.05 555.06L632.05 544.06zM632.05 654.06L641.58 659.56L641.58 670.56L632.05 676.06L622.53 670.56L622.53 659.56zM641.58 670.56L651.11 676.06L651.11 687.06L641.58 692.56L632.05 687.06L632.05 676.06zM632.05 819.06L641.58 824.56L641.58 835.56L632.05 841.06L622.53 835.56L622.53 824.56zM641.58 835.56L651.11 841.06L651.11 852.06L641.58 857.56L632.05 852.06L632.05 841.06zM651.11 126.06L660.63 131.56L660.63 142.56L651.11 148.06L641.58 142.56L641.58 131.56zM660.63 142.56L670.16 148.06L670.16 159.06L660.63 164.56L651.11 159.06L651.11 148.06zM651.11 225.06L660.63 230.56L660.63 241.56L651.11 247.06L641.58 241.56L641.58 230.56zM651.11 423.06L660.63 428.56L660.63 439.56L651.11 445.06L641.58 439.56L641.58 428.56zM651.11 456.06L660.63 461.56L660.63 472.56L651.11 478.06L641.58 472.56L641.58 461.56zM651.11 621.06L660.63 626.56L660.63 637.56L651.11 643.06L641.58 637.56L641.58 626.56zM651.11 786.06L660.63 791.56L660.63 802.56L651.11 808.06L641.58 802.56L641.58 791.56zM660.63 835.56L670.16 841.06L670.16 852.06L660.63 857.56L651.11 852.06L651.11 841.06zM651.11 885.06L660.63 890.56L660.63 901.56L651.11 907.06L641.58 901.56L641.58 890.56zM679.69 10.56L689.21 16.06L689.21 27.06L679.69 32.56L670.16 27.06L670.16 16.06zM679.69 43.56L689.21 49.06L689.21 60.06L679.69 65.56L670.16 60.06L670.16 49.06zM679.69 142.56L689.21 148.06L689.21 159.06L679.69 164.56L670.16 159.06L670.16 148.06zM670.16 522.06L679.69 527.56L679.69 538.56L670.16 544.06L660.63 538.56L660.63 527.56zM698.74 76.56L708.26 82.06L708.26 93.06L698.74 98.56L689.21 93.06L689.21 82.06zM698.74 109.56L708.26 115.06L708.26 126.06L698.74 131.56L689.21 126.06L689.21 115.06zM689.21 192.06L698.74 197.56L698.74 208.56L689.21 214.06L679.69 208.56L679.69 197.56zM698.74 274.56L708.26 280.06L708.26 291.06L698.74 296.56L689.21 291.06L689.21 280.06zM689.21 456.06L698.74 461.56L698.74 472.56L689.21 478.06L679.69 472.56L679.69 461.56zM698.74 505.56L708.26 511.06L708.26 522.06L698.74 527.56L689.21 522.06L689.21 511.06zM689.21 555.06L698.74 560.56L698.74 571.56L689.21 577.06L679.69 571.56L679.69 560.56zM698.74 637.56L708.26 643.06L708.26 654.06L698.74 659.56L689.21 654.06L689.21 643.06zM698.74 802.56L708.26 808.06L708.26 819.06L698.74 824.56L689.21 819.06L689.21 808.06zM689.21 819.06L698.74 824.56L698.74 835.56L689.21 841.06L679.69 835.56L679.69 824.56zM698.74 868.56L708.26 874.06L708.26 885.06L698.74 890.56L689.21 885.06L689.21 874.06zM717.79 10.56L727.32 16.06L727.32 27.06L717.79 32.56L708.26 27.06L708.26 16.06zM717.79 340.56L727.32 346.06L727.32 357.06L717.79 362.56L708.26 357.06L708.26 346.06zM717.79 373.56L727.32 379.06L727.32 390.06L717.79 395.56L708.26 390.06L708.26 379.06zM717.79 439.56L727.32 445.06L727.32 456.06L717.79 461.56L708.26 456.06L708.26 445.06zM708.26 522.06L717.79 527.56L717.79 538.56L708.26 544.06L698.74 538.56L698.74 527.56zM717.79 538.56L727.32 544.06L727.32 555.06L717.79 560.56L708.26 555.06L708.26 544.06zM717.79 571.56L727.32 577.06L727.32 588.06L717.79 593.56L708.26 588.06L708.26 577.06zM708.26 588.06L717.79 593.56L717.79 604.56L708.26 610.06L698.74 604.56L698.74 593.56zM708.26 687.06L717.79 692.56L717.79 703.56L708.26 709.06L698.74 703.56L698.74 692.56zM717.79 736.56L727.32 742.06L727.32 753.06L717.79 758.56L708.26 753.06L708.26 742.06zM736.84 76.56L746.37 82.06L746.37 93.06L736.84 98.56L727.32 93.06L727.32 82.06zM727.32 159.06L736.84 164.56L736.84 175.56L727.32 181.06L717.79 175.56L717.79 164.56zM736.84 175.56L746.37 181.06L746.37 192.06L736.84 197.56L727.32 192.06L727.32 181.06zM727.32 225.06L736.84 230.56L736.84 241.56L727.32 247.06L717.79 241.56L717.79 230.56zM727.32 291.06L736.84 296.56L736.84 307.56L727.32 313.06L717.79 307.56L717.79 296.56zM736.84 406.56L746.37 412.06L746.37 423.06L736.84 428.56L727.32 423.06L727.32 412.06zM727.32 489.06L736.84 494.56L736.84 505.56L727.32 511.06L717.79 505.56L717.79 494.56zM736.84 505.56L746.37 511.06L746.37 522.06L736.84 527.56L727.32 522.06L727.32 511.06zM736.84 637.56L746.37 643.06L746.37 654.06L736.84 659.56L727.32 654.06L727.32 643.06zM736.84 736.56L746.37 742.06L746.37 753.06L736.84 758.56L727.32 753.06L727.32 742.06zM727.32 786.06L736.84 791.56L736.84 802.56L727.32 808.06L717.79 802.56L717.79 791.56zM727.32 819.06L736.84 824.56L736.84 835.56L727.32 841.06L717.79 835.56L717.79 824.56zM755.9 43.56L765.42 49.06L765.42 60.06L755.9 65.56L746.37 60.06L746.37 49.06zM755.9 142.56L765.42 148.06L765.42 159.06L755.9 164.56L746.37 159.06L746.37 148.06zM755.9 208.56L765.42 214.06L765.42 225.06L755.9 230.56L746.37 225.06L746.37 214.06zM755.9 241.56L765.42 247.06L765.42 258.06L755.9 263.56L746.37 258.06L746.37 247.06zM746.37 456.06L755.9 461.56L755.9 472.56L746.37 478.06L736.84 472.56L736.84 461.56zM755.9 703.56L765.42 709.06L765.42 720.06L755.9 725.56L746.37 720.06L746.37 709.06zM755.9 736.56L765.42 742.06L765.42 753.06L755.9 758.56L746.37 753.06L746.37 742.06zM746.37 819.06L755.9 824.56L755.9 835.56L746.37 841.06L736.84 835.56L736.84 824.56zM755.9 868.56L765.42 874.06L765.42 885.06L755.9 890.56L746.37 885.06L746.37 874.06zM774.95 76.56L784.48 82.06L784.48 93.06L774.95 98.56L765.42 93.06L765.42 82.06zM774.95 109.56L784.48 115.06L784.48 126.06L774.95 131.56L765.42 126.06L765.42 115.06zM765.42 126.06L774.95 131.56L774.95 142.56L765.42 148.06L755.9 142.56L755.9 131.56zM765.42 159.06L774.95 164.56L774.95 175.56L765.42 181.06L755.9 175.56L755.9 164.56zM774.95 241.56L784.48 247.06L784.48 258.06L774.95 263.56L765.42 258.06L765.42 247.06zM774.95 274.56L784.48 280.06L784.48 291.06L774.95 296.56L765.42 291.06L765.42 280.06zM774.95 307.56L784.48 313.06L784.48 324.06L774.95 329.56L765.42 324.06L765.42 313.06zM774.95 373.56L784.48 379.06L784.48 390.06L774.95 395.56L765.42 390.06L765.42 379.06zM774.95 571.56L784.48 577.06L784.48 588.06L774.95 593.56L765.42 588.06L765.42 577.06zM765.42 588.06L774.95 593.56L774.95 604.56L765.42 610.06L755.9 604.56L755.9 593.56zM774.95 604.56L784.48 610.06L784.48 621.06L774.95 626.56L765.42 621.06L765.42 610.06zM774.95 736.56L784.48 742.06L784.48 753.06L774.95 758.56L765.42 753.06L765.42 742.06zM765.42 753.06L774.95 758.56L774.95 769.56L765.42 775.06L755.9 769.56L755.9 758.56zM774.95 835.56L784.48 841.06L784.48 852.06L774.95 857.56L765.42 852.06L765.42 841.06zM794 10.56L803.53 16.06L803.53 27.06L794 32.56L784.48 27.06L784.48 16.06zM784.48 27.06L794 32.56L794 43.56L784.48 49.06L774.95 43.56L774.95 32.56zM794 208.56L803.53 214.06L803.53 225.06L794 230.56L784.48 225.06L784.48 214.06zM784.48 390.06L794 395.56L794 406.56L784.48 412.06L774.95 406.56L774.95 395.56zM784.48 423.06L794 428.56L794 439.56L784.48 445.06L774.95 439.56L774.95 428.56zM794 505.56L803.53 511.06L803.53 522.06L794 527.56L784.48 522.06L784.48 511.06zM794 637.56L803.53 643.06L803.53 654.06L794 659.56L784.48 654.06L784.48 643.06zM784.48 654.06L794 659.56L794 670.56L784.48 676.06L774.95 670.56L774.95 659.56zM794 802.56L803.53 808.06L803.53 819.06L794 824.56L784.48 819.06L784.48 808.06zM784.48 885.06L794 890.56L794 901.56L784.48 907.06L774.95 901.56L774.95 890.56zM803.53 27.06L813.06 32.56L813.06 43.56L803.53 49.06L794 43.56L794 32.56zM813.06 76.56L822.58 82.06L822.58 93.06L813.06 98.56L803.53 93.06L803.53 82.06zM803.53 126.06L813.06 131.56L813.06 142.56L803.53 148.06L794 142.56L794 131.56zM803.53 357.06L813.06 362.56L813.06 373.56L803.53 379.06L794 373.56L794 362.56zM813.06 472.56L822.58 478.06L822.58 489.06L813.06 494.56L803.53 489.06L803.53 478.06zM803.53 522.06L813.06 527.56L813.06 538.56L803.53 544.06L794 538.56L794 527.56zM803.53 654.06L813.06 659.56L813.06 670.56L803.53 676.06L794 670.56L794 659.56zM813.06 736.56L822.58 742.06L822.58 753.06L813.06 758.56L803.53 753.06L803.53 742.06zM813.06 802.56L822.58 808.06L822.58 819.06L813.06 824.56L803.53 819.06L803.53 808.06zM822.58 -5.94L832.11 -0.44L832.11 10.56L822.58 16.06L813.06 10.56L813.06 -0.44zM822.58 93.06L832.11 98.56L832.11 109.56L822.58 115.06L813.06 109.56L813.06 98.56zM832.11 142.56L841.64 148.06L841.64 159.06L832.11 164.56L822.58 159.06L822.58 148.06zM822.58 258.06L832.11 263.56L832.11 274.56L822.58 280.06L813.06 274.56L813.06 263.56zM822.58 357.06L832.11 362.56L832.11 373.56L822.58 379.06L813.06 373.56L813.06 362.56zM832.11 604.56L841.64 610.06L841.64 621.06L832.11 626.56L822.58 621.06L822.58 610.06zM822.58 819.06L832.11 824.56L832.11 835.56L822.58 841.06L813.06 835.56L813.06 824.56zM822.58 885.06L832.11 890.56L832.11 901.56L822.58 907.06L813.06 901.56L813.06 890.56zM841.64 27.06L851.16 32.56L851.16 43.56L841.64 49.06L832.11 43.56L832.11 32.56zM841.64 126.06L851.16 131.56L851.16 142.56L841.64 148.06L832.11 142.56L832.11 131.56zM851.16 142.56L860.69 148.06L860.69 159.06L851.16 164.56L841.64 159.06L841.64 148.06zM841.64 390.06L851.16 395.56L851.16 406.56L841.64 412.06L832.11 406.56L832.11 395.56zM851.16 406.56L860.69 412.06L860.69 423.06L851.16 428.56L841.64 423.06L841.64 412.06zM851.16 670.56L860.69 676.06L860.69 687.06L851.16 692.56L841.64 687.06L841.64 676.06zM841.64 753.06L851.16 758.56L851.16 769.56L841.64 775.06L832.11 769.56L832.11 758.56zM841.64 786.06L851.16 791.56L851.16 802.56L841.64 808.06L832.11 802.56L832.11 791.56zM851.16 901.56L860.69 907.06L860.69 918.06L851.16 923.56L841.64 918.06L841.64 907.06zM870.22 10.56L879.74 16.06L879.74 27.06L870.22 32.56L860.69 27.06L860.69 16.06zM860.69 159.06L870.22 164.56L870.22 175.56L860.69 181.06L851.16 175.56L851.16 164.56zM870.22 340.56L879.74 346.06L879.74 357.06L870.22 362.56L860.69 357.06L860.69 346.06zM860.69 390.06L870.22 395.56L870.22 406.56L860.69 412.06L851.16 406.56L851.16 395.56zM870.22 505.56L879.74 511.06L879.74 522.06L870.22 527.56L860.69 522.06L860.69 511.06zM860.69 621.06L870.22 626.56L870.22 637.56L860.69 643.06L851.16 637.56L851.16 626.56zM860.69 654.06L870.22 659.56L870.22 670.56L860.69 676.06L851.16 670.56L851.16 659.56zM860.69 720.06L870.22 725.56L870.22 736.56L860.69 742.06L851.16 736.56L851.16 725.56zM870.22 736.56L879.74 742.06L879.74 753.06L870.22 758.56L860.69 753.06L860.69 742.06zM870.22 802.56L879.74 808.06L879.74 819.06L870.22 824.56L860.69 819.06L860.69 808.06zM879.74 -5.94L889.27 -0.44L889.27 10.56L879.74 16.06L870.22 10.56L870.22 -0.44zM879.74 93.06L889.27 98.56L889.27 109.56L879.74 115.06L870.22 109.56L870.22 98.56zM879.74 192.06L889.27 197.56L889.27 208.56L879.74 214.06L870.22 208.56L870.22 197.56zM879.74 258.06L889.27 263.56L889.27 274.56L879.74 280.06L870.22 274.56L870.22 263.56zM879.74 456.06L889.27 461.56L889.27 472.56L879.74 478.06L870.22 472.56L870.22 461.56zM889.27 637.56L898.8 643.06L898.8 654.06L889.27 659.56L879.74 654.06L879.74 643.06zM889.27 703.56L898.8 709.06L898.8 720.06L889.27 725.56L879.74 720.06L879.74 709.06zM879.74 786.06L889.27 791.56L889.27 802.56L879.74 808.06L870.22 802.56L870.22 791.56zM889.27 835.56L898.8 841.06L898.8 852.06L889.27 857.56L879.74 852.06L879.74 841.06zM889.27 901.56L898.8 907.06L898.8 918.06L889.27 923.56L879.74 918.06L879.74 907.06zM908.32 76.56L917.85 82.06L917.85 93.06L908.32 98.56L898.8 93.06L898.8 82.06zM898.8 93.06L908.32 98.56L908.32 109.56L898.8 115.06L889.27 109.56L889.27 98.56zM898.8 357.06L908.32 362.56L908.32 373.56L898.8 379.06L889.27 373.56L889.27 362.56zM898.8 390.06L908.32 395.56L908.32 406.56L898.8 412.06L889.27 406.56L889.27 395.56zM898.8 489.06L908.32 494.56L908.32 505.56L898.8 511.06L889.27 505.56L889.27 494.56zM908.32 670.56L917.85 676.06L917.85 687.06L908.32 692.56L898.8 687.06L898.8 676.06zM908.32 769.56L917.85 775.06L917.85 786.06L908.32 791.56L898.8 786.06L898.8 775.06zM917.85 -5.94L927.38 -0.44L927.38 10.56L917.85 16.06L908.32 10.56L908.32 -0.44zM927.38 208.56L936.9 214.06L936.9 225.06L927.38 230.56L917.85 225.06L917.85 214.06zM917.85 324.06L927.38 329.56L927.38 340.56L917.85 346.06L908.32 340.56L908.32 329.56zM917.85 489.06L927.38 494.56L927.38 505.56L917.85 511.06L908.32 505.56L908.32 494.56zM927.38 703.56L936.9 709.06L936.9 720.06L927.38 725.56L917.85 720.06L917.85 709.06zM917.85 720.06L927.38 725.56L927.38 736.56L917.85 742.06L908.32 736.56L908.32 725.56zM927.38 769.56L936.9 775.06L936.9 786.06L927.38 791.56L917.85 786.06L917.85 775.06zM927.38 835.56L936.9 841.06L936.9 852.06L927.38 857.56L917.85 852.06L917.85 841.06zM917.85 852.06L927.38 857.56L927.38 868.56L917.85 874.06L908.32 868.56L908.32 857.56zM946.43 109.56L955.96 115.06L955.96 126.06L946.43 131.56L936.9 126.06L936.9 115.06zM936.9 192.06L946.43 197.56L946.43 208.56L936.9 214.06L927.38 208.56L927.38 197.56zM946.43 241.56L955.96 247.06L955.96 258.06L946.43 263.56L936.9 258.06L936.9 247.06zM946.43 472.56L955.96 478.06L955.96 489.06L946.43 494.56L936.9 489.06L936.9 478.06zM946.43 538.56L955.96 544.06L955.96 555.06L946.43 560.56L936.9 555.06L936.9 544.06zM946.43 604.56L955.96 610.06L955.96 621.06L946.43 626.56L936.9 621.06L936.9 610.06zM936.9 753.06L946.43 758.56L946.43 769.56L936.9 775.06L927.38 769.56L927.38 758.56zM946.43 769.56L955.96 775.06L955.96 786.06L946.43 791.56L936.9 786.06L936.9 775.06zM936.9 786.06L946.43 791.56L946.43 802.56L936.9 808.06L927.38 802.56L927.38 791.56zM946.43 835.56L955.96 841.06L955.96 852.06L946.43 857.56L936.9 852.06L936.9 841.06zM955.95 27.06L965.48 32.56L965.48 43.56L955.95 49.06L946.43 43.56L946.43 32.56zM965.48 43.56L975.01 49.06L975.01 60.06L965.48 65.56L955.95 60.06L955.95 49.06zM965.48 241.56L975.01 247.06L975.01 258.06L965.48 263.56L955.95 258.06L955.95 247.06zM965.48 274.56L975.01 280.06L975.01 291.06L965.48 296.56L955.95 291.06L955.95 280.06zM955.95 291.06L965.48 296.56L965.48 307.56L955.95 313.06L946.43 307.56L946.43 296.56zM955.95 522.06L965.48 527.56L965.48 538.56L955.95 544.06L946.43 538.56L946.43 527.56zM955.95 687.06L965.48 692.56L965.48 703.56L955.95 709.06L946.43 703.56L946.43 692.56zM955.95 753.06L965.48 758.56L965.48 769.56L955.95 775.06L946.43 769.56L946.43 758.56zM965.48 868.56L975.01 874.06L975.01 885.06L965.48 890.56L955.95 885.06L955.95 874.06zM955.95 885.06L965.48 890.56L965.48 901.56L955.95 907.06L946.43 901.56L946.43 890.56zM965.48 901.56L975.01 907.06L975.01 918.06L965.48 923.56L955.95 918.06L955.95 907.06zM984.53 10.56L994.06 16.06L994.06 27.06L984.53 32.56L975.01 27.06L975.01 16.06zM975.01 159.06L984.53 164.56L984.53 175.56L975.01 181.06L965.48 175.56L965.48 164.56zM984.53 241.56L994.06 247.06L994.06 258.06L984.53 263.56L975.01 258.06L975.01 247.06zM975.01 258.06L984.53 263.56L984.53 274.56L975.01 280.06L965.48 274.56L965.48 263.56zM975.01 291.06L984.53 296.56L984.53 307.56L975.01 313.06L965.48 307.56L965.48 296.56zM984.53 571.56L994.06 577.06L994.06 588.06L984.53 593.56L975.01 588.06L975.01 577.06zM984.53 637.56L994.06 643.06L994.06 654.06L984.53 659.56L975.01 654.06L975.01 643.06zM975.01 654.06L984.53 659.56L984.53 670.56L975.01 676.06L965.48 670.56L965.48 659.56zM975.01 720.06L984.53 725.56L984.53 736.56L975.01 742.06L965.48 736.56L965.48 725.56zM984.53 769.56L994.06 775.06L994.06 786.06L984.53 791.56L975.01 786.06L975.01 775.06zM975.01 819.06L984.53 824.56L984.53 835.56L975.01 841.06L965.48 835.56L965.48 824.56zM1003.59 76.56L1013.11 82.06L1013.11 93.06L1003.59 98.56L994.06 93.06L994.06 82.06zM994.06 258.06L1003.59 263.56L1003.59 274.56L994.06 280.06L984.53 274.56L984.53 263.56zM1003.59 373.56L1013.11 379.06L1013.11 390.06L1003.59 395.56L994.06 390.06L994.06 379.06zM1003.59 505.56L1013.11 511.06L1013.11 522.06L1003.59 527.56L994.06 522.06L994.06 511.06zM994.06 588.06L1003.59 593.56L1003.59 604.56L994.06 610.06L984.53 604.56L984.53 593.56zM1003.59 670.56L1013.11 676.06L1013.11 687.06L1003.59 692.56L994.06 687.06L994.06 676.06zM994.06 819.06L1003.59 824.56L1003.59 835.56L994.06 841.06L984.53 835.56L984.53 824.56zM1003.59 835.56L1013.11 841.06L1013.11 852.06L1003.59 857.56L994.06 852.06L994.06 841.06zM1003.59 901.56L1013.11 907.06L1013.11 918.06L1003.59 923.56L994.06 918.06L994.06 907.06zM1013.11 27.06L1022.64 32.56L1022.64 43.56L1013.11 49.06L1003.59 43.56L1003.59 32.56zM1013.11 60.06L1022.64 65.56L1022.64 76.56L1013.11 82.06L1003.59 76.56L1003.59 65.56zM1013.11 126.06L1022.64 131.56L1022.64 142.56L1013.11 148.06L1003.59 142.56L1003.59 131.56zM1013.11 258.06L1022.64 263.56L1022.64 274.56L1013.11 280.06L1003.59 274.56L1003.59 263.56zM1013.11 291.06L1022.64 296.56L1022.64 307.56L1013.11 313.06L1003.59 307.56L1003.59 296.56zM1013.11 324.06L1022.64 329.56L1022.64 340.56L1013.11 346.06L1003.59 340.56L1003.59 329.56zM1022.64 439.56L1032.17 445.06L1032.17 456.06L1022.64 461.56L1013.11 456.06L1013.11 445.06zM1022.64 637.56L1032.17 643.06L1032.17 654.06L1022.64 659.56L1013.11 654.06L1013.11 643.06zM1013.11 819.06L1022.64 824.56L1022.64 835.56L1013.11 841.06L1003.59 835.56L1003.59 824.56zM1032.17 -5.94L1041.69 -0.44L1041.69 10.56L1032.17 16.06L1022.64 10.56L1022.64 -0.44zM1041.69 43.56L1051.22 49.06L1051.22 60.06L1041.69 65.56L1032.17 60.06L1032.17 49.06zM1032.17 225.06L1041.69 230.56L1041.69 241.56L1032.17 247.06L1022.64 241.56L1022.64 230.56zM1041.69 307.56L1051.22 313.06L1051.22 324.06L1041.69 329.56L1032.17 324.06L1032.17 313.06zM1041.69 472.56L1051.22 478.06L1051.22 489.06L1041.69 494.56L1032.17 489.06L1032.17 478.06zM1032.17 489.06L1041.69 494.56L1041.69 505.56L1032.17 511.06L1022.64 505.56L1022.64 494.56zM1041.69 571.56L1051.22 577.06L1051.22 588.06L1041.69 593.56L1032.17 588.06L1032.17 577.06zM1041.69 604.56L1051.22 610.06L1051.22 621.06L1041.69 626.56L1032.17 621.06L1032.17 610.06zM1041.69 868.56L1051.22 874.06L1051.22 885.06L1041.69 890.56L1032.17 885.06L1032.17 874.06zM1032.17 885.06L1041.69 890.56L1041.69 901.56L1032.17 907.06L1022.64 901.56L1022.64 890.56zM1060.75 76.56L1070.27 82.06L1070.27 93.06L1060.75 98.56L1051.22 93.06L1051.22 82.06zM1051.22 258.06L1060.75 263.56L1060.75 274.56L1051.22 280.06L1041.69 274.56L1041.69 263.56zM1060.75 340.56L1070.27 346.06L1070.27 357.06L1060.75 362.56L1051.22 357.06L1051.22 346.06zM1051.22 390.06L1060.75 395.56L1060.75 406.56L1051.22 412.06L1041.69 406.56L1041.69 395.56zM1060.75 472.56L1070.27 478.06L1070.27 489.06L1060.75 494.56L1051.22 489.06L1051.22 478.06zM1060.75 538.56L1070.27 544.06L1070.27 555.06L1060.75 560.56L1051.22 555.06L1051.22 544.06zM1060.75 736.56L1070.27 742.06L1070.27 753.06L1060.75 758.56L1051.22 753.06L1051.22 742.06zM1051.22 852.06L1060.75 857.56L1060.75 868.56L1051.22 874.06L1041.69 868.56L1041.69 857.56zM1051.22 885.06L1060.75 890.56L1060.75 901.56L1051.22 907.06L1041.69 901.56L1041.69 890.56zM1079.8 208.56L1089.33 214.06L1089.33 225.06L1079.8 230.56L1070.27 225.06L1070.27 214.06zM1070.27 324.06L1079.8 329.56L1079.8 340.56L1070.27 346.06L1060.75 340.56L1060.75 329.56zM1079.8 340.56L1089.33 346.06L1089.33 357.06L1079.8 362.56L1070.27 357.06L1070.27 346.06zM1079.8 505.56L1089.33 511.06L1089.33 522.06L1079.8 527.56L1070.27 522.06L1070.27 511.06zM1070.27 555.06L1079.8 560.56L1079.8 571.56L1070.27 577.06L1060.75 571.56L1060.75 560.56zM1070.27 654.06L1079.8 659.56L1079.8 670.56L1070.27 676.06L1060.75 670.56L1060.75 659.56zM1079.8 703.56L1089.33 709.06L1089.33 720.06L1079.8 725.56L1070.27 720.06L1070.27 709.06zM1070.27 720.06L1079.8 725.56L1079.8 736.56L1070.27 742.06L1060.75 736.56L1060.75 725.56zM1079.8 736.56L1089.33 742.06L1089.33 753.06L1079.8 758.56L1070.27 753.06L1070.27 742.06zM1079.8 769.56L1089.33 775.06L1089.33 786.06L1079.8 791.56L1070.27 786.06L1070.27 775.06zM1070.27 819.06L1079.8 824.56L1079.8 835.56L1070.27 841.06L1060.75 835.56L1060.75 824.56zM1070.27 852.06L1079.8 857.56L1079.8 868.56L1070.27 874.06L1060.75 868.56L1060.75 857.56zM1098.85 10.56L1108.38 16.06L1108.38 27.06L1098.85 32.56L1089.33 27.06L1089.33 16.06zM1098.85 76.56L1108.38 82.06L1108.38 93.06L1098.85 98.56L1089.33 93.06L1089.33 82.06zM1098.85 109.56L1108.38 115.06L1108.38 126.06L1098.85 131.56L1089.33 126.06L1089.33 115.06zM1098.85 175.56L1108.38 181.06L1108.38 192.06L1098.85 197.56L1089.33 192.06L1089.33 181.06zM1089.33 357.06L1098.85 362.56L1098.85 373.56L1089.33 379.06L1079.8 373.56L1079.8 362.56zM1098.85 373.56L1108.38 379.06L1108.38 390.06L1098.85 395.56L1089.33 390.06L1089.33 379.06zM1089.33 621.06L1098.85 626.56L1098.85 637.56L1089.33 643.06L1079.8 637.56L1079.8 626.56zM1089.33 720.06L1098.85 725.56L1098.85 736.56L1089.33 742.06L1079.8 736.56L1079.8 725.56zM1098.85 769.56L1108.38 775.06L1108.38 786.06L1098.85 791.56L1089.33 786.06L1089.33 775.06zM1089.33 852.06L1098.85 857.56L1098.85 868.56L1089.33 874.06L1079.8 868.56L1079.8 857.56zM1108.38 27.06L1117.91 32.56L1117.91 43.56L1108.38 49.06L1098.85 43.56L1098.85 32.56zM1108.38 192.06L1117.91 197.56L1117.91 208.56L1108.38 214.06L1098.85 208.56L1098.85 197.56zM1108.38 258.06L1117.91 263.56L1117.91 274.56L1108.38 280.06L1098.85 274.56L1098.85 263.56zM1117.91 274.56L1127.43 280.06L1127.43 291.06L1117.91 296.56L1108.38 291.06L1108.38 280.06zM1108.38 456.06L1117.91 461.56L1117.91 472.56L1108.38 478.06L1098.85 472.56L1098.85 461.56zM1108.38 555.06L1117.91 560.56L1117.91 571.56L1108.38 577.06L1098.85 571.56L1098.85 560.56zM1108.38 621.06L1117.91 626.56L1117.91 637.56L1108.38 643.06L1098.85 637.56L1098.85 626.56zM1108.38 720.06L1117.91 725.56L1117.91 736.56L1108.38 742.06L1098.85 736.56L1098.85 725.56zM1127.43 -5.94L1136.96 -0.44L1136.96 10.56L1127.43 16.06L1117.91 10.56L1117.91 -0.44zM1127.43 60.06L1136.96 65.56L1136.96 76.56L1127.43 82.06L1117.91 76.56L1117.91 65.56zM1136.96 142.56L1146.49 148.06L1146.49 159.06L1136.96 164.56L1127.43 159.06L1127.43 148.06zM1127.43 192.06L1136.96 197.56L1136.96 208.56L1127.43 214.06L1117.91 208.56L1117.91 197.56zM1127.43 225.06L1136.96 230.56L1136.96 241.56L1127.43 247.06L1117.91 241.56L1117.91 230.56zM1127.43 258.06L1136.96 263.56L1136.96 274.56L1127.43 280.06L1117.91 274.56L1117.91 263.56zM1136.96 274.56L1146.49 280.06L1146.49 291.06L1136.96 296.56L1127.43 291.06L1127.43 280.06zM1136.96 406.56L1146.49 412.06L1146.49 423.06L1136.96 428.56L1127.43 423.06L1127.43 412.06zM1127.43 423.06L1136.96 428.56L1136.96 439.56L1127.43 445.06L1117.91 439.56L1117.91 428.56zM1136.96 604.56L1146.49 610.06L1146.49 621.06L1136.96 626.56L1127.43 621.06L1127.43 610.06zM1127.43 654.06L1136.96 659.56L1136.96 670.56L1127.43 676.06L1117.91 670.56L1117.91 659.56zM1136.96 802.56L1146.49 808.06L1146.49 819.06L1136.96 824.56L1127.43 819.06L1127.43 808.06zM1127.43 819.06L1136.96 824.56L1136.96 835.56L1127.43 841.06L1117.91 835.56L1117.91 824.56zM1156.01 43.56L1165.54 49.06L1165.54 60.06L1156.01 65.56L1146.49 60.06L1146.49 49.06zM1156.01 76.56L1165.54 82.06L1165.54 93.06L1156.01 98.56L1146.49 93.06L1146.49 82.06zM1156.01 109.56L1165.54 115.06L1165.54 126.06L1156.01 131.56L1146.49 126.06L1146.49 115.06zM1156.01 373.56L1165.54 379.06L1165.54 390.06L1156.01 395.56L1146.49 390.06L1146.49 379.06zM1146.49 390.06L1156.01 395.56L1156.01 406.56L1146.49 412.06L1136.96 406.56L1136.96 395.56zM1156.01 439.56L1165.54 445.06L1165.54 456.06L1156.01 461.56L1146.49 456.06L1146.49 445.06zM1146.49 456.06L1156.01 461.56L1156.01 472.56L1146.49 478.06L1136.96 472.56L1136.96 461.56zM1146.49 489.06L1156.01 494.56L1156.01 505.56L1146.49 511.06L1136.96 505.56L1136.96 494.56zM1156.01 571.56L1165.54 577.06L1165.54 588.06L1156.01 593.56L1146.49 588.06L1146.49 577.06zM1156.01 604.56L1165.54 610.06L1165.54 621.06L1156.01 626.56L1146.49 621.06L1146.49 610.06zM1146.49 654.06L1156.01 659.56L1156.01 670.56L1146.49 676.06L1136.96 670.56L1136.96 659.56zM1146.49 687.06L1156.01 692.56L1156.01 703.56L1146.49 709.06L1136.96 703.56L1136.96 692.56zM1146.49 720.06L1156.01 725.56L1156.01 736.56L1146.49 742.06L1136.96 736.56L1136.96 725.56zM1156.01 769.56L1165.54 775.06L1165.54 786.06L1156.01 791.56L1146.49 786.06L1146.49 775.06zM1146.49 819.06L1156.01 824.56L1156.01 835.56L1146.49 841.06L1136.96 835.56L1136.96 824.56zM1156.01 868.56L1165.54 874.06L1165.54 885.06L1156.01 890.56L1146.49 885.06L1146.49 874.06zM1165.54 -5.94L1175.07 -0.44L1175.07 10.56L1165.54 16.06L1156.01 10.56L1156.01 -0.44zM1175.07 10.56L1184.59 16.06L1184.59 27.06L1175.07 32.56L1165.54 27.06L1165.54 16.06zM1165.54 60.06L1175.07 65.56L1175.07 76.56L1165.54 82.06L1156.01 76.56L1156.01 65.56zM1165.54 93.06L1175.07 98.56L1175.07 109.56L1165.54 115.06L1156.01 109.56L1156.01 98.56zM1175.07 142.56L1184.59 148.06L1184.59 159.06L1175.07 164.56L1165.54 159.06L1165.54 148.06zM1175.07 175.56L1184.59 181.06L1184.59 192.06L1175.07 197.56L1165.54 192.06L1165.54 181.06zM1165.54 258.06L1175.07 263.56L1175.07 274.56L1165.54 280.06L1156.01 274.56L1156.01 263.56zM1175.07 472.56L1184.59 478.06L1184.59 489.06L1175.07 494.56L1165.54 489.06L1165.54 478.06zM1165.54 555.06L1175.07 560.56L1175.07 571.56L1165.54 577.06L1156.01 571.56L1156.01 560.56zM1165.54 588.06L1175.07 593.56L1175.07 604.56L1165.54 610.06L1156.01 604.56L1156.01 593.56zM1175.07 637.56L1184.59 643.06L1184.59 654.06L1175.07 659.56L1165.54 654.06L1165.54 643.06zM1165.54 654.06L1175.07 659.56L1175.07 670.56L1165.54 676.06L1156.01 670.56L1156.01 659.56zM1165.54 786.06L1175.07 791.56L1175.07 802.56L1165.54 808.06L1156.01 802.56L1156.01 791.56zM1194.12 10.56L1203.65 16.06L1203.65 27.06L1194.12 32.56L1184.59 27.06L1184.59 16.06zM1194.12 76.56L1203.65 82.06L1203.65 93.06L1194.12 98.56L1184.59 93.06L1184.59 82.06zM1184.59 93.06L1194.12 98.56L1194.12 109.56L1184.59 115.06L1175.07 109.56L1175.07 98.56zM1184.59 225.06L1194.12 230.56L1194.12 241.56L1184.59 247.06L1175.07 241.56L1175.07 230.56zM1184.59 324.06L1194.12 329.56L1194.12 340.56L1184.59 346.06L1175.07 340.56L1175.07 329.56zM1184.59 390.06L1194.12 395.56L1194.12 406.56L1184.59 412.06L1175.07 406.56L1175.07 395.56zM1194.12 406.56L1203.65 412.06L1203.65 423.06L1194.12 428.56L1184.59 423.06L1184.59 412.06zM1184.59 423.06L1194.12 428.56L1194.12 439.56L1184.59 445.06L1175.07 439.56L1175.07 428.56zM1184.59 489.06L1194.12 494.56L1194.12 505.56L1184.59 511.06L1175.07 505.56L1175.07 494.56zM1194.12 670.56L1203.65 676.06L1203.65 687.06L1194.12 692.56L1184.59 687.06L1184.59 676.06zM1184.59 786.06L1194.12 791.56L1194.12 802.56L1184.59 808.06L1175.07 802.56L1175.07 791.56zM1194.12 868.56L1203.65 874.06L1203.65 885.06L1194.12 890.56L1184.59 885.06L1184.59 874.06zM1184.59 885.06L1194.12 890.56L1194.12 901.56L1184.59 907.06L1175.07 901.56L1175.07 890.56zM1213.17 10.56L1222.7 16.06L1222.7 27.06L1213.17 32.56L1203.65 27.06L1203.65 16.06zM1203.65 27.06L1213.17 32.56L1213.17 43.56L1203.65 49.06L1194.12 43.56L1194.12 32.56zM1213.17 76.56L1222.7 82.06L1222.7 93.06L1213.17 98.56L1203.65 93.06L1203.65 82.06zM1203.65 291.06L1213.17 296.56L1213.17 307.56L1203.65 313.06L1194.12 307.56L1194.12 296.56zM1213.17 373.56L1222.7 379.06L1222.7 390.06L1213.17 395.56L1203.65 390.06L1203.65 379.06zM1213.17 406.56L1222.7 412.06L1222.7 423.06L1213.17 428.56L1203.65 423.06L1203.65 412.06zM1203.65 654.06L1213.17 659.56L1213.17 670.56L1203.65 676.06L1194.12 670.56L1194.12 659.56zM1232.22 43.56L1241.75 49.06L1241.75 60.06L1232.22 65.56L1222.7 60.06L1222.7 49.06zM1232.22 76.56L1241.75 82.06L1241.75 93.06L1232.22 98.56L1222.7 93.06L1222.7 82.06zM1232.22 175.56L1241.75 181.06L1241.75 192.06L1232.22 197.56L1222.7 192.06L1222.7 181.06zM1222.7 225.06L1232.22 230.56L1232.22 241.56L1222.7 247.06L1213.17 241.56L1213.17 230.56zM1232.22 274.56L1241.75 280.06L1241.75 291.06L1232.22 296.56L1222.7 291.06L1222.7 280.06zM1222.7 291.06L1232.22 296.56L1232.22 307.56L1222.7 313.06L1213.17 307.56L1213.17 296.56zM1232.22 307.56L1241.75 313.06L1241.75 324.06L1232.22 329.56L1222.7 324.06L1222.7 313.06zM1222.7 324.06L1232.22 329.56L1232.22 340.56L1222.7 346.06L1213.17 340.56L1213.17 329.56zM1222.7 489.06L1232.22 494.56L1232.22 505.56L1222.7 511.06L1213.17 505.56L1213.17 494.56zM1222.7 555.06L1232.22 560.56L1232.22 571.56L1222.7 577.06L1213.17 571.56L1213.17 560.56zM1232.22 769.56L1241.75 775.06L1241.75 786.06L1232.22 791.56L1222.7 786.06L1222.7 775.06zM1222.7 819.06L1232.22 824.56L1232.22 835.56L1222.7 841.06L1213.17 835.56L1213.17 824.56zM1251.28 109.56L1260.8 115.06L1260.8 126.06L1251.28 131.56L1241.75 126.06L1241.75 115.06zM1241.75 225.06L1251.28 230.56L1251.28 241.56L1241.75 247.06L1232.22 241.56L1232.22 230.56zM1251.28 307.56L1260.8 313.06L1260.8 324.06L1251.28 329.56L1241.75 324.06L1241.75 313.06zM1241.75 324.06L1251.28 329.56L1251.28 340.56L1241.75 346.06L1232.22 340.56L1232.22 329.56zM1251.28 340.56L1260.8 346.06L1260.8 357.06L1251.28 362.56L1241.75 357.06L1241.75 346.06zM1241.75 456.06L1251.28 461.56L1251.28 472.56L1241.75 478.06L1232.22 472.56L1232.22 461.56zM1251.28 538.56L1260.8 544.06L1260.8 555.06L1251.28 560.56L1241.75 555.06L1241.75 544.06zM1241.75 555.06L1251.28 560.56L1251.28 571.56L1241.75 577.06L1232.22 571.56L1232.22 560.56zM1241.75 687.06L1251.28 692.56L1251.28 703.56L1241.75 709.06L1232.22 703.56L1232.22 692.56zM1241.75 819.06L1251.28 824.56L1251.28 835.56L1241.75 841.06L1232.22 835.56L1232.22 824.56zM1270.33 109.56L1279.86 115.06L1279.86 126.06L1270.33 131.56L1260.8 126.06L1260.8 115.06zM1260.8 126.06L1270.33 131.56L1270.33 142.56L1260.8 148.06L1251.28 142.56L1251.28 131.56zM1270.33 175.56L1279.86 181.06L1279.86 192.06L1270.33 197.56L1260.8 192.06L1260.8 181.06zM1260.8 291.06L1270.33 296.56L1270.33 307.56L1260.8 313.06L1251.28 307.56L1251.28 296.56zM1270.33 307.56L1279.86 313.06L1279.86 324.06L1270.33 329.56L1260.8 324.06L1260.8 313.06zM1260.8 357.06L1270.33 362.56L1270.33 373.56L1260.8 379.06L1251.28 373.56L1251.28 362.56zM1260.8 456.06L1270.33 461.56L1270.33 472.56L1260.8 478.06L1251.28 472.56L1251.28 461.56zM1270.33 505.56L1279.86 511.06L1279.86 522.06L1270.33 527.56L1260.8 522.06L1260.8 511.06zM1260.8 522.06L1270.33 527.56L1270.33 538.56L1260.8 544.06L1251.28 538.56L1251.28 527.56zM1260.8 555.06L1270.33 560.56L1270.33 571.56L1260.8 577.06L1251.28 571.56L1251.28 560.56zM1260.8 819.06L1270.33 824.56L1270.33 835.56L1260.8 841.06L1251.28 835.56L1251.28 824.56zM1270.33 835.56L1279.86 841.06L1279.86 852.06L1270.33 857.56L1260.8 852.06L1260.8 841.06zM1260.8 885.06L1270.33 890.56L1270.33 901.56L1260.8 907.06L1251.28 901.56L1251.28 890.56zM1279.86 60.06L1289.38 65.56L1289.38 76.56L1279.86 82.06L1270.33 76.56L1270.33 65.56zM1279.86 225.06L1289.38 230.56L1289.38 241.56L1279.86 247.06L1270.33 241.56L1270.33 230.56zM1279.86 258.06L1289.38 263.56L1289.38 274.56L1279.86 280.06L1270.33 274.56L1270.33 263.56zM1289.38 274.56L1298.91 280.06L1298.91 291.06L1289.38 296.56L1279.86 291.06L1279.86 280.06zM1289.38 307.56L1298.91 313.06L1298.91 324.06L1289.38 329.56L1279.86 324.06L1279.86 313.06zM1279.86 357.06L1289.38 362.56L1289.38 373.56L1279.86 379.06L1270.33 373.56L1270.33 362.56zM1279.86 489.06L1289.38 494.56L1289.38 505.56L1279.86 511.06L1270.33 505.56L1270.33 494.56zM1279.86 522.06L1289.38 527.56L1289.38 538.56L1279.86 544.06L1270.33 538.56L1270.33 527.56zM1289.38 604.56L1298.91 610.06L1298.91 621.06L1289.38 626.56L1279.86 621.06L1279.86 610.06zM1289.38 703.56L1298.91 709.06L1298.91 720.06L1289.38 725.56L1279.86 720.06L1279.86 709.06zM1289.38 802.56L1298.91 808.06L1298.91 819.06L1289.38 824.56L1279.86 819.06L1279.86 808.06zM1279.86 885.06L1289.38 890.56L1289.38 901.56L1279.86 907.06L1270.33 901.56L1270.33 890.56zM1298.91 -5.94L1308.44 -0.44L1308.44 10.56L1298.91 16.06L1289.38 10.56L1289.38 -0.44zM1308.44 43.56L1317.96 49.06L1317.96 60.06L1308.44 65.56L1298.91 60.06L1298.91 49.06zM1298.91 192.06L1308.44 197.56L1308.44 208.56L1298.91 214.06L1289.38 208.56L1289.38 197.56zM1298.91 390.06L1308.44 395.56L1308.44 406.56L1298.91 412.06L1289.38 406.56L1289.38 395.56zM1308.44 505.56L1317.96 511.06L1317.96 522.06L1308.44 527.56L1298.91 522.06L1298.91 511.06zM1308.44 538.56L1317.96 544.06L1317.96 555.06L1308.44 560.56L1298.91 555.06L1298.91 544.06zM1298.91 687.06L1308.44 692.56L1308.44 703.56L1298.91 709.06L1289.38 703.56L1289.38 692.56zM1298.91 753.06L1308.44 758.56L1308.44 769.56L1298.91 775.06L1289.38 769.56L1289.38 758.56zM1298.91 786.06L1308.44 791.56L1308.44 802.56L1298.91 808.06L1289.38 802.56L1289.38 791.56zM1327.49 43.56L1337.02 49.06L1337.02 60.06L1327.49 65.56L1317.96 60.06L1317.96 49.06zM1327.49 76.56L1337.02 82.06L1337.02 93.06L1327.49 98.56L1317.96 93.06L1317.96 82.06zM1317.96 291.06L1327.49 296.56L1327.49 307.56L1317.96 313.06L1308.44 307.56L1308.44 296.56zM1327.49 307.56L1337.02 313.06L1337.02 324.06L1327.49 329.56L1317.96 324.06L1317.96 313.06zM1317.96 522.06L1327.49 527.56L1327.49 538.56L1317.96 544.06L1308.44 538.56L1308.44 527.56zM1317.96 588.06L1327.49 593.56L1327.49 604.56L1317.96 610.06L1308.44 604.56L1308.44 593.56zM1327.49 736.56L1337.02 742.06L1337.02 753.06L1327.49 758.56L1317.96 753.06L1317.96 742.06zM1337.02 27.06L1346.54 32.56L1346.54 43.56L1337.02 49.06L1327.49 43.56L1327.49 32.56zM1337.02 60.06L1346.54 65.56L1346.54 76.56L1337.02 82.06L1327.49 76.56L1327.49 65.56zM1346.54 142.56L1356.07 148.06L1356.07 159.06L1346.54 164.56L1337.02 159.06L1337.02 148.06zM1346.54 505.56L1356.07 511.06L1356.07 522.06L1346.54 527.56L1337.02 522.06L1337.02 511.06zM1346.54 604.56L1356.07 610.06L1356.07 621.06L1346.54 626.56L1337.02 621.06L1337.02 610.06zM1346.54 637.56L1356.07 643.06L1356.07 654.06L1346.54 659.56L1337.02 654.06L1337.02 643.06zM1337.02 786.06L1346.54 791.56L1346.54 802.56L1337.02 808.06L1327.49 802.56L1327.49 791.56zM1356.07 -5.94L1365.6 -0.44L1365.6 10.56L1356.07 16.06L1346.54 10.56L1346.54 -0.44zM1365.6 10.56L1375.12 16.06L1375.12 27.06L1365.6 32.56L1356.07 27.06L1356.07 16.06zM1356.07 126.06L1365.6 131.56L1365.6 142.56L1356.07 148.06L1346.54 142.56L1346.54 131.56zM1356.07 192.06L1365.6 197.56L1365.6 208.56L1356.07 214.06L1346.54 208.56L1346.54 197.56zM1356.07 258.06L1365.6 263.56L1365.6 274.56L1356.07 280.06L1346.54 274.56L1346.54 263.56zM1365.6 439.56L1375.12 445.06L1375.12 456.06L1365.6 461.56L1356.07 456.06L1356.07 445.06zM1365.6 604.56L1375.12 610.06L1375.12 621.06L1365.6 626.56L1356.07 621.06L1356.07 610.06zM1365.6 637.56L1375.12 643.06L1375.12 654.06L1365.6 659.56L1356.07 654.06L1356.07 643.06zM1356.07 654.06L1365.6 659.56L1365.6 670.56L1356.07 676.06L1346.54 670.56L1346.54 659.56zM1356.07 720.06L1365.6 725.56L1365.6 736.56L1356.07 742.06L1346.54 736.56L1346.54 725.56zM1365.6 736.56L1375.12 742.06L1375.12 753.06L1365.6 758.56L1356.07 753.06L1356.07 742.06zM1375.12 -5.94L1384.65 -0.44L1384.65 10.56L1375.12 16.06L1365.6 10.56L1365.6 -0.44zM1375.12 159.06L1384.65 164.56L1384.65 175.56L1375.12 181.06L1365.6 175.56L1365.6 164.56zM1384.65 175.56L1394.18 181.06L1394.18 192.06L1384.65 197.56L1375.12 192.06L1375.12 181.06zM1375.12 192.06L1384.65 197.56L1384.65 208.56L1375.12 214.06L1365.6 208.56L1365.6 197.56zM1375.12 225.06L1384.65 230.56L1384.65 241.56L1375.12 247.06L1365.6 241.56L1365.6 230.56zM1384.65 241.56L1394.18 247.06L1394.18 258.06L1384.65 263.56L1375.12 258.06L1375.12 247.06zM1375.12 258.06L1384.65 263.56L1384.65 274.56L1375.12 280.06L1365.6 274.56L1365.6 263.56zM1384.65 307.56L1394.18 313.06L1394.18 324.06L1384.65 329.56L1375.12 324.06L1375.12 313.06zM1384.65 637.56L1394.18 643.06L1394.18 654.06L1384.65 659.56L1375.12 654.06L1375.12 643.06zM1375.12 819.06L1384.65 824.56L1384.65 835.56L1375.12 841.06L1365.6 835.56L1365.6 824.56zM1384.65 835.56L1394.18 841.06L1394.18 852.06L1384.65 857.56L1375.12 852.06L1375.12 841.06zM1384.65 901.56L1394.18 907.06L1394.18 918.06L1384.65 923.56L1375.12 918.06L1375.12 907.06zM1394.18 -5.94L1403.7 -0.44L1403.7 10.56L1394.18 16.06L1384.65 10.56L1384.65 -0.44zM1403.7 142.56L1413.23 148.06L1413.23 159.06L1403.7 164.56L1394.18 159.06L1394.18 148.06zM1403.7 241.56L1413.23 247.06L1413.23 258.06L1403.7 263.56L1394.18 258.06L1394.18 247.06zM1403.7 307.56L1413.23 313.06L1413.23 324.06L1403.7 329.56L1394.18 324.06L1394.18 313.06zM1394.18 324.06L1403.7 329.56L1403.7 340.56L1394.18 346.06L1384.65 340.56L1384.65 329.56zM1394.18 357.06L1403.7 362.56L1403.7 373.56L1394.18 379.06L1384.65 373.56L1384.65 362.56zM1394.18 489.06L1403.7 494.56L1403.7 505.56L1394.18 511.06L1384.65 505.56L1384.65 494.56zM1394.18 621.06L1403.7 626.56L1403.7 637.56L1394.18 643.06L1384.65 637.56L1384.65 626.56zM1403.7 769.56L1413.23 775.06L1413.23 786.06L1403.7 791.56L1394.18 786.06L1394.18 775.06zM1394.18 786.06L1403.7 791.56L1403.7 802.56L1394.18 808.06L1384.65 802.56L1384.65 791.56zM1403.7 868.56L1413.23 874.06L1413.23 885.06L1403.7 890.56L1394.18 885.06L1394.18 874.06zM1413.23 324.06L1422.76 329.56L1422.76 340.56L1413.23 346.06L1403.7 340.56L1403.7 329.56zM1413.23 390.06L1422.76 395.56L1422.76 406.56L1413.23 412.06L1403.7 406.56L1403.7 395.56zM1422.76 439.56L1432.28 445.06L1432.28 456.06L1422.76 461.56L1413.23 456.06L1413.23 445.06zM1422.76 571.56L1432.28 577.06L1432.28 588.06L1422.76 593.56L1413.23 588.06L1413.23 577.06zM1413.23 588.06L1422.76 593.56L1422.76 604.56L1413.23 610.06L1403.7 604.56L1403.7 593.56zM1413.23 654.06L1422.76 659.56L1422.76 670.56L1413.23 676.06L1403.7 670.56L1403.7 659.56zM1413.23 720.06L1422.76 725.56L1422.76 736.56L1413.23 742.06L1403.7 736.56L1403.7 725.56zM1422.76 802.56L1432.28 808.06L1432.28 819.06L1422.76 824.56L1413.23 819.06L1413.23 808.06zM1413.23 819.06L1422.76 824.56L1422.76 835.56L1413.23 841.06L1403.7 835.56L1403.7 824.56zM1422.76 868.56L1432.28 874.06L1432.28 885.06L1422.76 890.56L1413.23 885.06L1413.23 874.06zM1432.28 60.06L1441.81 65.56L1441.81 76.56L1432.28 82.06L1422.76 76.56L1422.76 65.56zM1441.81 109.56L1451.34 115.06L1451.34 126.06L1441.81 131.56L1432.28 126.06L1432.28 115.06zM1432.28 159.06L1441.81 164.56L1441.81 175.56L1432.28 181.06L1422.76 175.56L1422.76 164.56zM1441.81 274.56L1451.34 280.06L1451.34 291.06L1441.81 296.56L1432.28 291.06L1432.28 280.06zM1432.28 324.06L1441.81 329.56L1441.81 340.56L1432.28 346.06L1422.76 340.56L1422.76 329.56zM1441.81 505.56L1451.34 511.06L1451.34 522.06L1441.81 527.56L1432.28 522.06L1432.28 511.06zM1432.28 555.06L1441.81 560.56L1441.81 571.56L1432.28 577.06L1422.76 571.56L1422.76 560.56zM1441.81 604.56L1451.34 610.06L1451.34 621.06L1441.81 626.56L1432.28 621.06L1432.28 610.06zM1432.28 687.06L1441.81 692.56L1441.81 703.56L1432.28 709.06L1422.76 703.56L1422.76 692.56zM1441.81 769.56L1451.34 775.06L1451.34 786.06L1441.81 791.56L1432.28 786.06L1432.28 775.06zM1432.28 786.06L1441.81 791.56L1441.81 802.56L1432.28 808.06L1422.76 802.56L1422.76 791.56zM1441.81 835.56L1451.34 841.06L1451.34 852.06L1441.81 857.56L1432.28 852.06L1432.28 841.06zM1441.81 868.56L1451.34 874.06L1451.34 885.06L1441.81 890.56L1432.28 885.06L1432.28 874.06zM1460.86 175.56L1470.39 181.06L1470.39 192.06L1460.86 197.56L1451.34 192.06L1451.34 181.06zM1460.86 340.56L1470.39 346.06L1470.39 357.06L1460.86 362.56L1451.34 357.06L1451.34 346.06zM1460.86 406.56L1470.39 412.06L1470.39 423.06L1460.86 428.56L1451.34 423.06L1451.34 412.06zM1460.86 670.56L1470.39 676.06L1470.39 687.06L1460.86 692.56L1451.34 687.06L1451.34 676.06zM1451.34 786.06L1460.86 791.56L1460.86 802.56L1451.34 808.06L1441.81 802.56L1441.81 791.56zM1470.39 -5.94L1479.92 -0.44L1479.92 10.56L1470.39 16.06L1460.86 10.56L1460.86 -0.44zM1470.39 60.06L1479.92 65.56L1479.92 76.56L1470.39 82.06L1460.86 76.56L1460.86 65.56zM1479.92 76.56L1489.44 82.06L1489.44 93.06L1479.92 98.56L1470.39 93.06L1470.39 82.06zM1479.92 142.56L1489.44 148.06L1489.44 159.06L1479.92 164.56L1470.39 159.06L1470.39 148.06zM1470.39 258.06L1479.92 263.56L1479.92 274.56L1470.39 280.06L1460.86 274.56L1460.86 263.56zM1470.39 291.06L1479.92 296.56L1479.92 307.56L1470.39 313.06L1460.86 307.56L1460.86 296.56zM1479.92 406.56L1489.44 412.06L1489.44 423.06L1479.92 428.56L1470.39 423.06L1470.39 412.06zM1470.39 456.06L1479.92 461.56L1479.92 472.56L1470.39 478.06L1460.86 472.56L1460.86 461.56zM1470.39 621.06L1479.92 626.56L1479.92 637.56L1470.39 643.06L1460.86 637.56L1460.86 626.56zM1479.92 703.56L1489.44 709.06L1489.44 720.06L1479.92 725.56L1470.39 720.06L1470.39 709.06zM1470.39 720.06L1479.92 725.56L1479.92 736.56L1470.39 742.06L1460.86 736.56L1460.86 725.56zM1470.39 885.06L1479.92 890.56L1479.92 901.56L1470.39 907.06L1460.86 901.56L1460.86 890.56zM1489.44 -5.94L1498.97 -0.44L1498.97 10.56L1489.44 16.06L1479.92 10.56L1479.92 -0.44zM1498.97 43.56L1508.49 49.06L1508.49 60.06L1498.97 65.56L1489.44 60.06L1489.44 49.06zM1489.44 126.06L1498.97 131.56L1498.97 142.56L1489.44 148.06L1479.92 142.56L1479.92 131.56zM1489.44 225.06L1498.97 230.56L1498.97 241.56L1489.44 247.06L1479.92 241.56L1479.92 230.56zM1498.97 307.56L1508.49 313.06L1508.49 324.06L1498.97 329.56L1489.44 324.06L1489.44 313.06zM1489.44 423.06L1498.97 428.56L1498.97 439.56L1489.44 445.06L1479.92 439.56L1479.92 428.56zM1498.97 439.56L1508.49 445.06L1508.49 456.06L1498.97 461.56L1489.44 456.06L1489.44 445.06zM1489.44 555.06L1498.97 560.56L1498.97 571.56L1489.44 577.06L1479.92 571.56L1479.92 560.56zM1498.97 703.56L1508.49 709.06L1508.49 720.06L1498.97 725.56L1489.44 720.06L1489.44 709.06zM1498.97 769.56L1508.49 775.06L1508.49 786.06L1498.97 791.56L1489.44 786.06L1489.44 775.06zM1518.02 10.56L1527.55 16.06L1527.55 27.06L1518.02 32.56L1508.49 27.06L1508.49 16.06zM1508.49 60.06L1518.02 65.56L1518.02 76.56L1508.49 82.06L1498.97 76.56L1498.97 65.56zM1508.49 291.06L1518.02 296.56L1518.02 307.56L1508.49 313.06L1498.97 307.56L1498.97 296.56zM1508.49 423.06L1518.02 428.56L1518.02 439.56L1508.49 445.06L1498.97 439.56L1498.97 428.56zM1508.49 588.06L1518.02 593.56L1518.02 604.56L1508.49 610.06L1498.97 604.56L1498.97 593.56zM1518.02 670.56L1527.55 676.06L1527.55 687.06L1518.02 692.56L1508.49 687.06L1508.49 676.06zM1527.55 27.06L1537.07 32.56L1537.07 43.56L1527.55 49.06L1518.02 43.56L1518.02 32.56zM1537.07 76.56L1546.6 82.06L1546.6 93.06L1537.07 98.56L1527.55 93.06L1527.55 82.06zM1527.55 258.06L1537.07 263.56L1537.07 274.56L1527.55 280.06L1518.02 274.56L1518.02 263.56zM1537.07 274.56L1546.6 280.06L1546.6 291.06L1537.07 296.56L1527.55 291.06L1527.55 280.06zM1537.07 307.56L1546.6 313.06L1546.6 324.06L1537.07 329.56L1527.55 324.06L1527.55 313.06zM1527.55 324.06L1537.07 329.56L1537.07 340.56L1527.55 346.06L1518.02 340.56L1518.02 329.56zM1527.55 423.06L1537.07 428.56L1537.07 439.56L1527.55 445.06L1518.02 439.56L1518.02 428.56zM1537.07 505.56L1546.6 511.06L1546.6 522.06L1537.07 527.56L1527.55 522.06L1527.55 511.06zM1527.55 720.06L1537.07 725.56L1537.07 736.56L1527.55 742.06L1518.02 736.56L1518.02 725.56zM1527.55 786.06L1537.07 791.56L1537.07 802.56L1527.55 808.06L1518.02 802.56L1518.02 791.56zM1546.6 192.06L1556.13 197.56L1556.13 208.56L1546.6 214.06L1537.07 208.56L1537.07 197.56zM1556.13 241.56L1565.65 247.06L1565.65 258.06L1556.13 263.56L1546.6 258.06L1546.6 247.06zM1556.13 472.56L1565.65 478.06L1565.65 489.06L1556.13 494.56L1546.6 489.06L1546.6 478.06zM1546.6 489.06L1556.13 494.56L1556.13 505.56L1546.6 511.06L1537.07 505.56L1537.07 494.56zM1556.13 901.56L1565.65 907.06L1565.65 918.06L1556.13 923.56L1546.6 918.06L1546.6 907.06zM1575.18 43.56L1584.71 49.06L1584.71 60.06L1575.18 65.56L1565.65 60.06L1565.65 49.06zM1575.18 142.56L1584.71 148.06L1584.71 159.06L1575.18 164.56L1565.65 159.06L1565.65 148.06zM1565.65 291.06L1575.18 296.56L1575.18 307.56L1565.65 313.06L1556.13 307.56L1556.13 296.56zM1575.18 373.56L1584.71 379.06L1584.71 390.06L1575.18 395.56L1565.65 390.06L1565.65 379.06zM1575.18 406.56L1584.71 412.06L1584.71 423.06L1575.18 428.56L1565.65 423.06L1565.65 412.06zM1565.65 456.06L1575.18 461.56L1575.18 472.56L1565.65 478.06L1556.13 472.56L1556.13 461.56zM1565.65 588.06L1575.18 593.56L1575.18 604.56L1565.65 610.06L1556.13 604.56L1556.13 593.56zM1575.18 604.56L1584.71 610.06L1584.71 621.06L1575.18 626.56L1565.65 621.06L1565.65 610.06zM1575.18 670.56L1584.71 676.06L1584.71 687.06L1575.18 692.56L1565.65 687.06L1565.65 676.06zM1575.18 703.56L1584.71 709.06L1584.71 720.06L1575.18 725.56L1565.65 720.06L1565.65 709.06zM1575.18 868.56L1584.71 874.06L1584.71 885.06L1575.18 890.56L1565.65 885.06L1565.65 874.06zM1575.18 901.56L1584.71 907.06L1584.71 918.06L1575.18 923.56L1565.65 918.06L1565.65 907.06zM1594.23 10.56L1603.76 16.06L1603.76 27.06L1594.23 32.56L1584.71 27.06L1584.71 16.06zM1594.23 43.56L1603.76 49.06L1603.76 60.06L1594.23 65.56L1584.71 60.06L1584.71 49.06zM1584.71 192.06L1594.23 197.56L1594.23 208.56L1584.71 214.06L1575.18 208.56L1575.18 197.56zM1584.71 258.06L1594.23 263.56L1594.23 274.56L1584.71 280.06L1575.18 274.56L1575.18 263.56zM1594.23 472.56L1603.76 478.06L1603.76 489.06L1594.23 494.56L1584.71 489.06L1584.71 478.06zM1584.71 654.06L1594.23 659.56L1594.23 670.56L1584.71 676.06L1575.18 670.56L1575.18 659.56zM1594.23 802.56L1603.76 808.06L1603.76 819.06L1594.23 824.56L1584.71 819.06L1584.71 808.06zM1584.71 852.06L1594.23 857.56L1594.23 868.56L1584.71 874.06L1575.18 868.56L1575.18 857.56zM1594.23 901.56L1603.76 907.06L1603.76 918.06L1594.23 923.56L1584.71 918.06L1584.71 907.06z' stroke='url(%23SvgjsRadialGradient1624)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1622'%3e%3crect width='1600' height='900' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='175.04' y1='-174.96' x2='1424.96' y2='1074.9599999999998' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1623'%3e%3cstop stop-color='rgba(0%2c 158%2c 41%2c 0.18)' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(3%2c 48%2c 93%2c 1)' offset='0.68'%3e%3c/stop%3e%3c/linearGradient%3e%3cradialGradient cx='800' cy='450' r='917.88' gradientUnits='userSpaceOnUse' id='SvgjsRadialGradient1624'%3e%3cstop stop-color='rgba(28%2c 29%2c 57%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(43%2c 45%2c 85%2c 0.66)' offset='1'%3e%3c/stop%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e");
}

.custom.bg-cover-center{
  background-position: top center;
      background-size: 1600px;
    background-repeat: no-repeat;
}

.container-kle:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -0.32em;
    min-height: inherit;
    vertical-align: middle;
}

.container-kle {
      box-sizing: border-box;
    margin: 0 auto;
    max-width: 960px;
    position: relative;
    z-index: 2;
}

.row-middle {
  padding: 2em 0;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 960px;
  position: relative;
  height: 100%;
  z-index: 2;
  vertical-align: middle;
  display: inline-block;
    width: 100%;
  /* display: inline-block; */
}

.kle-bganim {
    /* position: absolute; */
    width: 100%;
    bottom: 0;
    top: 0;
    /* overflow: hidden; */
    z-index: 1;
}

div .kles1 {
      position: relative;
    min-height: 800px;
    max-width: 100%;
    display: block;
}

.kle-bganim p.title1 {
    font-size: 3.4em;
    margin-bottom: .5em;
    line-height: 1em;
}

.kle-bganim p.title1 span {
      font-weight: 700;
}

.border-left-ylw {
      border-left: 5px dotted #2a9f73;
      padding-left: 2em;
}

@media (min-width:1024px) {
  
  div.headertext {
  font-size: 4em;
  padding: 24px 10%;
  line-height: normal;
}
  
.kle-bganim  {
  padding-top: 10vh;
  }
  
    .kle-bganim p.title1 {
    font-size: 3.7em;
    margin-bottom: .5em;
    line-height: 1em;
}
  
}


@media (max-width:1024px) {
  
  div.headertext {
  font-size: 3em;
  padding: 24px 10%;
  line-height: normal;
}
  
  
 #site-nav ul {
        font-size: 12px;
    font-weight: 700;
  }
  
.heroEffects .bg {
    background-position: left top !important;
}
  
  	.kle-bganim p.title1 {
    font-size: 2em;
    margin-bottom: .5em;
    line-height: 1em;
}
  
  div .kles1 {
    min-height: 600px !important;
    margin: 0 15px;
}
  
  
  .custom.bg-cover {
    background-position: right bottom !important;
    background-size: 700px !important;
    background-repeat: no-repeat !important;
    background-color: #151515;
}
  
}


.mtop--20 {
    margin-top: -2vh;
}


/* 3menu */

.cont {
  position: a;
  /* overflow: hidden; */
  height: 55vh;
  padding: 0px 20px;
  width: 95%;
}
.cont__inner {
  position: relative;
  height: 100%;
}
.cont__inner:hover .el__bg:after {
  opacity: 1;
}

.el {
  position: absolute;
  left: 0;
  top: 0;
  width: 32%;
  height: 100%;
  background: #2a9f73;
  transition: transform 0.6s 0.7s, width 0.7s, opacity 0.6s 0.7s, z-index 0s 1.3s;
  will-change: transform, width, opacity;
  border-radius: 50px 0 0 0;
}
.el:not(.s--active) {
  cursor: pointer;
}
.el__overflow {
  overflow: auto;
  position: relative;
  height: 100%;
  align-content: left;
  border-radius: 50px 0 0 0;
}
.el__inner {
  overflow: hidden;
  position: relative;
  height: 100%;
  transition: transform 1s;
  left: 0;
}
.cont.s--inactive .el__inner {
  transform: translate3d(0, 100%, 0);
}
.el__bg {
  position: relative;
  width: calc(100vw);
  height: 100%;
  transition: transform 0.6s 0.7s;
  will-change: transform;
}
.el__bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: -5%;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: center center;
  transition: transform 1s;
  transform: translate3d(0, 0, 0) scale(1);
}
.cont.s--inactive .el__bg:before {
  transform: translate3d(0, -100%, 0) scale(1.2);
}
.el.s--active .el__bg:before {
  transition: transform 0.8s;
}
.el__bg:after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.12);
  opacity: 0;
  transition: opacity 0.5s;
}
.cont.s--el-active .el__bg:after {
  transition: opacity 0.5s 1.4s;
  opacity: 1 !important;
}
.el__preview-cont {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s 1.2s;
  display: flex;
  align-items: baseline;
  justify-items: flex-start;
  text-align: center;
  /* border-radius: 20px; */
}
.cont.s--inactive .el__preview-cont {
  opacity: 0;
  transform: translateY(10px);
}
.cont.s--el-active .el__preview-cont {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s;
}
.el__heading {color: #fff;text-transform: uppercase;font-size: 1.8em;/* left: 35px; */top: 30vh;width: 100%;text-align: center;letter-spacing: 1px;padding: .5em;position: absolute;display: block;}
.el__content {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 5%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.1s;
}
.el.s--active .el__content {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  transition: all 0.5s 1.4s;
}
.el__text h3,
.el__text {
  color: #fff;
}
.el__close-btn {
  z-index: -1;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 60px;
  height: 60px;
  opacity: 0;
  pointer-events: none;
  transition: all 0s 0.45s;
  cursor: pointer;
}
.el.s--active .el__close-btn {
  z-index: 5;
  opacity: 1;
  pointer-events: auto;
  transition: all 0s 1.4s;
}
.el__close-btn:before, .el__close-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin-top: -4px;
  background: #fff;
  opacity: 0;
  transition: opacity 0s;
}
.el.s--active .el__close-btn:before, .el.s--active .el__close-btn:after {
  opacity: 1;
}
.el__close-btn:before {
  transform: rotate(45deg) translateX(100%);
}
.el.s--active .el__close-btn:before {
  transition: all 0.3s 1.4s cubic-bezier(0.72, 0.09, 0.32, 1.57);
  transform: rotate(45deg) translateX(0);
}
.el__close-btn:after {
  transform: rotate(-45deg) translateX(100%);
}
.el.s--active .el__close-btn:after {
  transition: all 0.3s 1.55s cubic-bezier(0.72, 0.09, 0.32, 1.57);
  transform: rotate(-45deg) translateX(0);
}
.el__index {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -80px;
  width: 100%;
  height: 100%;
  min-height: 250px;
  text-align: center;
  font-size: 6vw;
  line-height: 0.85;
  font-weight: 700;
  transition: transform 0.5s, opacity 0.3s 1.4s;
  transform: translate3d(0, 1vw, 0);
}
.el:hover .el__index {
  transform: translate3d(0, 0, 0);
}
.cont.s--el-active .el__index {
  transition: transform 0.5s, opacity 0.3s;
  opacity: 0;
}
.el__index-back, .el__index-front {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  bottom: 40px;
}
.el__index-back {
  color: #b1b1b1;
  opacity: 0;
  transition: opacity 0.25s 0.25s;
  text-shadow: 0 15px 30px #1717174d;
}
.el:hover .el__index-back {
  transition: opacity 0.25s;
  opacity: 1;
}
.el__index-overlay {
  overflow: hidden;
  position: relative;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.5s 0.1s;
  color: transparent;
}
.el__index-overlay:before {
  content: attr(data-index);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.5s 0.1s;
}
.el:hover .el__index-overlay {
  transform: translate3d(0, 0, 0);
}
.el:hover .el__index-overlay:before {
  transform: translate3d(0, 0, 0);
}
.el:nth-child(1) {
  transform: translate3d(0%, 0, 0);
  transform-origin: 50% 50%;
}
.cont.s--el-active .el:nth-child(1):not(.s--active) {
  transform: scale(0.5) translate3d(0%, 0, 0);
  opacity: 0;
  transition: transform 0.95s, opacity 0.95s;
}
.el:nth-child(1) .el__inner {
  transition-delay: 0s;
}
.el:nth-child(1) .el__bg {
  transform: translate3d(0%, 0, 0);
}
.el:nth-child(1) .el__bg:before {
  transition-delay: 0s;
  /* background-image: url("/images/revesz_kozuti_szallitmanyozas_bh.jpg"); */
}
.el:nth-child(2) {
  transform: translate3d(105.2083333333%, 0, 0);
  transform-origin: 155.2083333333% 50%;
}
.cont.s--el-active .el:nth-child(2):not(.s--active) {
  transform: scale(0.5) translate3d(105.2083333333%, 0, 0);
  opacity: 0;
  transition: transform 0.95s, opacity 0.95s;
}
.el:nth-child(2) .el__inner {
  transition-delay: 0.1s;
}
.el:nth-child(2) .el__bg {
  transform: translate3d(-19.2%, 0, 0);
}
.el:nth-child(2) .el__bg:before {
  transition-delay: 0.1s;
/*  background-image: url("/images/revesz_kozuti_szallitmanyozas_bh.jpg"); */
}
.el:nth-child(3) {
  transform: translate3d(210.4166666667%, 0, 0);
  transform-origin: 260.4166666667% 50%;
}
.cont.s--el-active .el:nth-child(3):not(.s--active) {
  transform: scale(0.5) translate3d(210.4166666667%, 0, 0);
  opacity: 0;
  transition: transform 0.95s, opacity 0.95s;
}
.el:nth-child(3) .el__inner {
  transition-delay: 0.2s;
}
.el:nth-child(3) .el__bg {
  transform: translate3d(-38.4%, 0, 0);
}
.el:nth-child(3) .el__bg:before {
  transition-delay: 0.2s;
/*  background-image: url("/images/revesz_kozuti_szallitmanyozas_bh.jpg"); */
}
.el:nth-child(4) {
  transform: translate3d(315.625%, 0, 0);
  transform-origin: 365.625% 50%;
}
.cont.s--el-active .el:nth-child(4):not(.s--active) {
  transform: scale(0.5) translate3d(315.625%, 0, 0);
  opacity: 0;
  transition: transform 0.95s, opacity 0.95s;
}
.el:nth-child(4) .el__inner {
  transition-delay: 0.3s;
}
.el:nth-child(4) .el__bg {
  transform: translate3d(-57.6%, 0, 0);
}
.el:nth-child(4) .el__bg:before {
  transition-delay: 0.3s;
/*  background-image: url("/images/revesz_kozuti_szallitmanyozas_bh.jpg"); */
}
.el:nth-child(5) {
  transform: translate3d(420.8333333333%, 0, 0);
  transform-origin: 470.8333333333% 50%;
}
.cont.s--el-active .el:nth-child(5):not(.s--active) {
  transform: scale(0.5) translate3d(420.8333333333%, 0, 0);
  opacity: 0;
  transition: transform 0.95s, opacity 0.95s;
}
.el:nth-child(5) .el__inner {
  transition-delay: 0.4s;
}
.el:nth-child(5) .el__bg {
  transform: translate3d(-76.8%, 0, 0);
}
.el:nth-child(5) .el__bg:before {
  transition-delay: 0.4s;
/*  background-image: url("/images/revesz_kozuti_szallitmanyozas_bh.jpg"); */
}
.el:hover .el__bg:after {
  opacity: 0;
}
.el.s--active {
  z-index: 1;
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform 0.6s, width 0.7s 0.7s, z-index 0s;
}
.el.s--active .el__bg {
  transform: translate3d(0, 0, 0);
  transition: transform 0.6s;
}
.el.s--active .el__bg:before {
  transition-delay: 0.6s;
  transform: scale(1.1);
}

.el__content a {
  color:#fff;
}

.icon-container {
      /* border: 2px solid #fff; */
      /* padding: 1.9em 1em; */
      display: f;
      border-radius: 50%;
      /* margin-bottom: 1em; */
      width: 100%;
      /* height: 170px; */
      text-align: center;
      font-size: 1.3em;
      margin: 14vh auto 2vh auto;
      position: absolute;
}


/* header icon anim */

.headertop-text a.icon-default:hover {
  -moz-transform: scale(1.1) rotate(-5deg);
-webkit-transform: scale(1.1) rotate(-5deg);
-o-transform: scale(1.1) rotate(-5deg);
-ms-transform: scale(1.1) rotate(-5deg);
transform: scale(1.1) rotate(-5deg);
}

/*
.logo:hover {
  -moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
  -webkit-transition: all 1000ms ease-in-out;
-moz-transition: all 1000ms ease-in-out;
-ms-transition: all 1000ms ease-in-out;
-o-transition: all 1000ms ease-in-out;
transition: all 1000ms ease-in-out;
}
*/

.footer-szchny {
      float: right;
    margin-top: -150px;
}

div.phones {
  float: right;
  margin-top: 9px;
}

/*classes*/

@media (min-width: 768px) {

div.classes ul {
      /* display: inline-flex; */
      /* justify-content: center; */
}

div.classes ul li {
  display: inline-block;
  /* width: 10vw; */
  height: auto;
  /* min-width: 250px; */
  margin: 5px 5px;
  vertical-align:top;
}

div.classes ul li a {
      font-weight: 700;
      background: #f1f1f1;
      color: #080808;
      padding: 1em;
      display: block;
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      -ms-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out;
      transition: all 500ms ease-in-out;
      align-items: center;
      height: 70px;
      /* box-shadow: 0 10px 17px #6100004f; */
      /* margin: 8px; */
      /* max-width: 162px; */
      border-radius: 4px;
      text-transform: uppercase;
      /* min-width: 190px; */
      display: grid;
      font-size: 14px;
      text-align: center;
}
  
  div.classes.style2 ul li a {font-weight: 700;background: #f4f4f5;color: #080808;padding: 4px;display: block;-webkit-transition: all 500ms ease-in-out;-moz-transition: all 500ms ease-in-out;-ms-transition: all 500ms ease-in-out;-o-transition: all 500ms ease-in-out;transition: all 500ms ease-in-out;/* height: 140px; *//* min-width: 150px; */text-transform: inherit;display: block;font-size: 14px;/* line-height: 26px; */text-align: left;margin: 8px auto;/* line-height: 16px; *//* margin: 0; */}
  
  div.classes.style2 ul li {
    display: inline-block;
    /* width: 10vw; */
    height: auto;
    min-width: 500px;
    margin: 0 10px 0 0;
    vertical-align: top;
    line-height: 4.5em;
    text-align: left;
}
  
}

@media (max-width: 768px) {
  
  
  .heroEffects h1 {
    font-size: 10vw !important;
}
  
  div.classes svg.icon {
 display: none;
}

div.classes ul {
      /* display: inline-flex; */
      /* justify-content: center; */
}

div.classes ul li {
  display: inline-block;
  /* width: 10vw; */
  height: auto;
  min-width: 190px;
  margin: 5px 5px;
  width: 95%;
}

div.classes ul li a {font-weight: 700;background: #f1f1f1;color: #080808;padding: .5em;display: block;-webkit-transition: all 500ms ease-in-out;-moz-transition: all 500ms ease-in-out;-ms-transition: all 500ms ease-in-out;-o-transition: all 500ms ease-in-out;transition: all 500ms ease-in-out;align-items: center;/* height: 80px; *//* box-shadow: 0 10px 17px #6100004f; *//* margin: 8px; *//* max-width: 200px; */border-radius: 4px;text-transform: uppercase;/* min-width: 190px; */display: grid;}
  
}

div.classes ul li a:hover {
      background: #f9f9f9;
      /* color: #ed1d25; */
}

/* end */

.locations {
  border: 5px solid #e30613;
    padding: 3em;
}


.locations .title3 {
  font-weight: 700;
    text-transform: uppercase;
    background: #e30613;
    color: #fff;
    margin-left: -45px;
    padding: 10px 5px 10px 45px;
}


/* expanding */
 .expanding-grid {
	 position: relative;
	 width: 100%;
}
 .expanding-grid .links {
	 display: block;
	 margin: 0;
	 overflow: hidden;
	 /* padding: 1em 0; */
}
 .expanding-grid .links > li {
	 box-sizing: border-box;
	 float: left;
	 padding: 1em;
}
 .expanding-grid .links > li a {
	 /* background: orange; */
	 color: #fff;
	 display: block;
	 font-size: 18px;
	 line-height: 1;
	 /* padding: 25% 1em; */
	 position: relative;
	 text-align: center;
	 text-decoration: none;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
}
 .expanding-grid .links > li a:hover {
	 /* background: #ffb733; */
}
 .expanding-grid .links > li a.active {
	 /* background: #cc8400; */
}
 .expanding-grid .links > li a.active:after {
	 background-color: transparent;
	 border-bottom: 0.5em solid #252525;
	 border-left: 0.5em solid transparent;
	 border-right: 0.5em solid transparent;
	 bottom: -1em;
	 content: '';
	 height: 0;
	 left: 50%;
	 margin-left: -0.375em;
	 position: absolute;
	 width: 0;
}
 @media only screen and (max-width: 39.99em) {
	 .expanding-grid .links > li {
		 width: 50%;
	}
	 .expanding-grid .links > li:nth-of-type(2n+1) {
		 clear: left;
	}
}
 @media only screen and (min-width: 40em) and (max-width: 59.99em) {
	 .expanding-grid .links > li {
		 width: 33.3333333333%;
	}
	 .expanding-grid .links > li:nth-of-type(3n+1) {
		 clear: left;
	}
}
 @media only screen and (min-width: 60em) {
	 .expanding-grid .links > li {
		 width: 25%;
	}
	 .expanding-grid .links > li:nth-of-type(4n+1) {
		 clear: left;
	}
}
 .expanding-grid .spacer {
	 background-color: #888;
	 clear: both;
	 display: block;
	 margin: 0 1em;
}
 .expanding-grid .expanding-container {
	 clear: both;
	 display: none;
	 overflow: hidden;
	 width: 100%;
}
 .expanding-grid .expanding-container.expanded {
	 display: block;
} 

 .expanding-grid .hentry {
	 background: #292929;
	 box-sizing: border-box;
	 clear: both;
	 color: #fff;
	 min-height: 4em;
	 overflow: hidden;
	 padding: 6em;
	 width: 100%;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
}
 .expanding-grid .hentry .entry-image {
	 box-sizing: border-box;
	 float: right;
	 margin-left: 1em;
	 padding: 0.25em 0 0.52em 1em;
	 text-align: center;
	 width: 50%;
}
 .expanding-grid .hentry .entry-title {
	 font-size: 2.5em;
	 margin-bottom: 1em;
}
 .expanding-grid .close-button {
	 background: url(data:image/svg+xml;
	base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNLjcuN2wxOCAxOG0tMTggMGwxOC0xOCIvPjwvc3ZnPg==) no-repeat scroll 50% 50% transparent;
	 color: #fff;
	 display: inline-block;
	 height: 20px;
	 line-height: 1;
	 overflow: hidden;
	 padding: 1.5em 2em;
	 text-decoration: none;
	 text-indent: 5em;
	 white-space: nowrap;
	 width: 20px;
	 will-change: opacity;
	 z-index: 5;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
}
 .expanding-grid .close-button.active {
	 transition: opacity 0.2s;
}
 .expanding-grid .close-button:hover {
	 opacity: 0.5;
}
 .img-placeholder {
	 background: #505050;
	 color: #fff;
	 font-size: 4em;
	 font-weight: 300;
	 line-height: 1;
	 padding: 25% 0.25em;
	 -webkit-font-smoothing: antialiased;
	 -moz-osx-font-smoothing: grayscale;
}


.downloads a {
  color: #fff;
  display: inline-block;
  border: 2px solid #3c3c3c;
  padding: 1em;
  width: 50%;
  min-width: 50vw;
    -webkit-transition: all 1000ms ease-in-out;
-moz-transition: all 1000ms ease-in-out;
-ms-transition: all 1000ms ease-in-out;
-o-transition: all 1000ms ease-in-out;
transition: all 1000ms ease-in-out;
}

.downloads a:hover {
  border: 2px solid #2a9f73;
    -webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-ms-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}

.downloads a span:before {
  content:'';
  background-image: url(../../../images/icon-download.svg);
  background-repeat: no-repeat !important;
  background-position: center top !important;
  display: inline-block;
  width: 20px;
  height: 20px;
  /* padding-top: 5px; */
  float: left;
}

h2.el__heading span {
      font-size: 16px;
    color: #000;
    padding-top: 1em;
    display: block;
}


div.classes ul li .icon-default {
  width: 100%;
}

div.classes {
  padding-top: 2em;
}

div.classes svg.icon {
  width: 100%;
    height: 40px;
}


/* cards */

.card {
  overflow: hidden;
  position: relative;
  display: inline-block;
  /* height: 400px; */
  /* width: 600px; */
  margin-bottom: -3px;
  border-radius: 0 0 8px 8px;
}

.img-container {
  transition: transform .1s ease;
  background-color: #000;
}

.img-container:hover {
  transform: scale(1.1);
  /*
  Change the scale value as much as you want to change the amount of zoom on hover.
  */
}

.card img {
  opacity: .5;
  transform: translate(0,0);
  /*
  Change the opacity value to change how "faded" you want the image to appear when it is not hovered.
  */
  transition: opacity .25s ease-in-out;
  background-color: #000;
  bottom: 0;
}

.card img:hover {
  opacity: .8;
}

.card-link {
  display: block;
  background: #ed1c24;
  min-height: 415px;
  border-radius: 8px;
  max-width: 500px;
  margin: 0px auto;
  position: relative;
}

.card-link p.title3 {
  /* position: absolute; */
  /* bottom: 50px; */
  z-index: 2;
  color: #fff;
  padding: 1em 1em 1em 1em;
 /* width: 370px; */
  vertical-align: top;
  min-height: 150px;
  color: #fff;
    padding: 1em;
    font-size: 1.5em;
    text-align: center;
}




.text-left {
  text-align: left;
}

.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.color-white {
  color: #ffffff;
}

/* timeline */



/* .section SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.section.timeline {
  background: #F45B69;
  padding: 50px 0;
}

.section.timeline .container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.section.timeline h1 {
  font-size: 2.5rem;
}

.section.timeline h2 {
  font-size: 1.3rem;
}


/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
  white-space: nowrap;
  overflow-x: hidden;
}

.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 250px 0;
  transition: all 1s;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 160px;
  height: 3px;
  background: #2a9f73;
}

.timeline ol li:last-child {
  width: 280px;
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #000000;
}

.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 280px;
  padding: 15px;
  font-size: 1rem;
  white-space: normal;
  color: black;
  background: #f7f7f7;
}

.timeline ol li div::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: white transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white;
}

.timeline time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}


/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  background: none;
}

.timeline .arrows .arrow__prev {
  margin-right: 20px;
  background: none;
}

.timeline .arrows .arrow__next {
	background: none;
}

.timeline .disabled {
  opacity: .5;
}

.timeline .arrows img {
  width: 45px;
  height: 45px;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 599px) {
  .timeline ol,
  .timeline ol li {
    width: auto; 
  }
  
  .timeline ol {
    padding: 0;
    transform: none !important;
  }
  
  .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }
  
  .timeline ol li:first-child {
    margin-top: 25px;
  }
  
  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }
  
  .timeline ol li div {
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }
  
  .timeline ol li div {
    position: static;
  }
  
  .timeline ol li:nth-child(odd) div {
    transform: none;
  }
  
  .timeline ol li:nth-child(odd) div::before,
  .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }
  
  .timeline ol li:last-child,
  .timeline ol li:nth-last-child(2) div::before,
  .timeline ol li:not(:last-child)::after,
  .timeline .arrows {
    display: none;
  }
}




/* titles */
@media only screen and (min-width: 768px) {
.title1 {
  font-weight: 700;
    text-transform: uppercase;
    font-size: 4em;
    line-height: normal;
}
.title2 {
  font-weight: 700;
    text-transform: uppercase;
    font-size: 4em;
    line-height: normal;
}

.title3 {
  font-weight: 700;
    text-transform: uppercase;
    font-size: 2em;
    line-height: normal;
}
.title4 {
  font-weight: 700;
    text-transform: uppercase;
    font-size: 2em;
    line-height: normal;
}
}

@media only screen and (max-width: 768px) {
.title1 {
  font-weight: 700;
    text-transform: uppercase;
    font-size: 2em;
    line-height: normal;
}
.title2 {
  font-weight: 700;
    text-transform: uppercase;
    font-size: 2em;
    line-height: normal;
}

.title3 {
  font-weight: 700;
    text-transform: uppercase;
    font-size: 6vw;
    line-height: normal;
}
.title4 {
  font-weight: 700;
    text-transform: uppercase;
    font-size: 6vw;
    line-height: normal;
}
}


.block-lgrey {
      display: inline-block;
}

.block-lgrey a {
  border: 5px solid #f1f1f1;
  font-weight: 700;
  background: #f1f1f1;
  color: #080808;
  padding: 5em 3em;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  align-items: center;
  border-radius: 2px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  /* min-height: 400px; */
  margin: 1em;
}

.block-lgrey a:hover {
  
  background: #ffffff;
    -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}


.block-lgrey img {
  margin-bottom: 3em;
}

.block-lgrey p {
  margin: 0;
}

h2.el__heading span.title-heading {
      font-size: 2em;
    color: #fff;
    padding-top: .5em;
    line-height: 18px;
}

#site-nav p.title {
  font-weight: 700;
}

#site-nav .custom {
  width: 100%;
}

@media (max-width: 1200px) {
.filter-modal-footer {
display: none !important;
}
  
  a.show-filter-modal:hover, a.show-filter-modal {
    display: none !important;
  }
  
}
  

.red-bg {
      background-color: #2a9f73;
}


.szechenyi {
  position: absolute;
    bottom: 0;
    text-align: right;
    right: 0;
}

span.collection {
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    color: #2a9f73;
    margin-bottom: 2em;
   /* float: right; */
    margin-top: 26px;
    letter-spacing: 2px;
}

div.classes.style2 ul li a img {
margin: 10px;
display: inline-block;
vertical-align: bottom;
text-align: center;
}

div.price {
border-left: 4px solid #2a9f73;
font-weight: 700;
text-align: left;
letter-spacing: 1px;
padding-left: 3em;
padding-top: 2em;
padding-bottom: 1em;
}

.mainprice {
    font-size: 42px;
}

span.tax {
    font-size: 18px;
}

div.price .netto {
  font-size: 14px;
    color: #2a9f73;
    font-style: italic;
}

div.price .brutto {
  display: block;
    font-size: 32px;
    padding: 10px 0 10px 50px;
}

div.documents a {
      display: block;
      font-weight: 700;
      color: #262626;
      height: 32px;
      line-height: 20px;
}

div.documents a img {
  float: left;
  margin-right: 10px;
}

div.documents a span {
  /* margin-top: 10px; */
  /* display: inline-block; */
  /* line-height: 36px; */
}

div.documents {
      opacity: .4;
}

.text-2 {
      font-size: 2em;
    line-height: initial;
}

.text-2 i.fas {
      color: #ed1d25;
}

.color-red {
  color: #2a9f73;
}

.title2 {
      font-size: 1.5em;
    font-weight: 700;
    padding-top: .5em;
}

.rightmenu {
padding-left: 20px;
	float: right;
}

.red-box {
  background: #008251;
    color: #fff;
  text-align: justify;
}

.red-box.left {
padding: 4em 4em;
min-height: 327px;
}

.red-box.right {
padding: 1em 1em .6em 1em;
    text-align: justify;
}

.cd-safety  {
font-size: 12px;
line-height: 13px;
display: inline-block;
margin-top: 5px;
}

.cd-netto {
      font-size: 12px;
    color: #868686;
}

.buttons .button.black.shop {
    width: 60px !important;
    min-width: auto;
    padding: 12px 10.5px 9.5px 10.5px;
    margin-top: 3px;
    float: left;
}

.buttons .button.red {
      float: left;
    margin-right: 10px;
}

.grey-border {
  padding: 3em;
    border: 5px solid #ececec;
}

.ba-form-acceptance-field label.ba-form-checkbox > span, .ba-form-field-item .ba-form-checkbox-wrapper label.ba-form-checkbox > span {
    margin-left: 30%;
}

.a-pointer {
  cursor:pointer;
}

/* readmore */


.content-text {overflow:hidden;height:100%;}
.main-container {
  /*max-width: 300px;*/
  width: 300px;
 /* margin: 0 auto;*/
  float: left;
}


.more {
  padding: 10px 15px;
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  transition: 0.5s background, 0.25s color;
  cursor: pointer;
}
.more:hover{
}
.active .more{
}
.active .more:hover{
}

.bg-grey {
  background: #2f2f2f;
    color: #fff;
}

.yellow-info-box {
padding: 2.5em;
    background: #ffd800;
    box-shadow: 10px 9px #efefef;
    line-height: 42px;
    font-size: 24px
}

.border-grey-5 {
      border: 5px solid #ffffff;
    padding: 3em 0;
  background-color: #ffffff;
  box-shadow: 0 11px 8px 0px #73737314;
}

.bg-paredes {
 background-image: url(https://paredes.adix.hu/images/bg-header-paredes.jpg) !important; 
}

.bg-pattern {background-color:#000000;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='30' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23222' stroke-width='10' %3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E");}


.lister .number {
    font-size: 5em;
    font-weight: 700;
    letter-spacing: -2px;
}


.lister {
      line-height: initial;
}

.bg-yellow-pattern {
  background-color: #ffd800;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='30' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23f2c60c' stroke-width='10' %3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E");
}


.header-logo-left {
  float: left;
}

#mainmenu-icons ul li svg {
  width: 20px;
  height: 20px;
  margin: 5px auto;
  display: block;
}

#mainmenu-icons ul {
  float: right;
}

#mainmenu-icons ul li {
    display: inline-block;
    float: left;
    max-width: 10vw;
    line-height: 8px;
    text-align: center;
    margin: 0 13px;
}

#mainmenu-icons ul li a {
    font-size: 10px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

#mainmenu-icons ul li a:hover {
  color: #2a9f73;
}

.title-eh1 {
      font-size: 2em;
    margin-bottom: 1em;
    margin-top: 2em;
}

.title-eh2 {
      margin-bottom: 0.8em;
    font-size: 4em;
}

.video-button {
padding: 0px !important;
}

.video-button img {
      margin: 10px;
    float: left;
}

.video-button span {
      float: right;
    padding: 17px;
    border-left: 1px solid #ad0000;
}

#mainmenu-icons ul li a span {
    margin-top: 5px;
    display: block;
}

#mainmenu-icons ul li a img {
  width: 55px;
}

#mainmenu-icons .menu-button-red {
      background: #2a9f73;
    color: #FFF;
    padding: 11px 7px;
      width: 150px;
    text-align: center;
    margin: 12px 0;
      -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    display: inline-block;
    border: 0 none;
    text-decoration: none !important;
    font-weight: 700;
    letter-spacing: 0.8px;
    font-size: 14px;
    border-radius: 50px;
    line-height: normal;
}

#mainmenu-icons .menu-button-red:hover {
  color: #FFF;
  box-shadow: 0px 4px 10px 0px #0000003b;
      -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

#mainmenu-icons a {
    font-weight: 700;
color: #333;
letter-spacing: 1px;
padding: 1em;
display: inline-block;
margin-top: 9px;
}

#mainmenu-icons a:hover {
	color: #2a9f73;
}

.custom-list {
    list-style-type: disclosure-closed;
}

.custom-list li {
    margin-left: 13px;
padding-left: 10px;
}