/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-14.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-14.use[2]!./node_modules/leaflet/dist/leaflet.css ***!
  \*************************************************************************************************************************************************************************************/
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
	background: transparent;
}
.leaflet-tile::selection {
	background: transparent;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
	max-width: none !important;
	max-height: none !important;
	}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	width: auto;
	padding: 0;
	}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	transform-origin: 0 0;
	}
svg.leaflet-zoom-animated {
	will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline-offset: 1px;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	font-size: 13px;
	font-size: 1.08333em;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	line-height: 1.4;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
	text-decoration: underline;
	}
.leaflet-attribution-flag {
	display: inline !important;
	vertical-align: baseline !important;
	width: 1em;
	height: 0.6669em;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	white-space: nowrap;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px #fff;
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 24px 13px 20px;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.08333em;
	min-height: 1px;
	}
.leaflet-popup-content p {
	margin: 17px 0;
	margin: 1.3em 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-top: -1px;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	pointer-events: auto;
	transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	text-align: center;
	width: 24px;
	height: 24px;
	font: 16px/24px Tahoma, Verdana, sans-serif;
	color: #757575;
	text-decoration: none;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
	color: #585858;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	-ms-zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-interactive {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* Printing */
	
@media print {
	/* Prevent printers from removing background-images of controls. */
	.leaflet-control {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact;
		}
	}

/*!*************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-24.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-24.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-24.use[3]!./src/styles/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************/
html.scroll-disabled,
body.scroll-disabled {
  overflow: hidden !important;
  height: 100% !important;
}

/* This is the wrapper class for the lobby element */
.lobby-element {
  z-index: 105;
  height: 500px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
  background-repeat: no-repeat;
  background-size: 100vw 100vh;
  background-position: top right;
  /* FOOTER */
}
.lobby-element.fullscreen {
  /* !important needed to override the inline 'width' set by jquery */
  width: 100vw !important;
  height: 100vh;
}
.lobby-element .lobby-wrapper {
  width: 100%;
  height: 100%;
  padding: 30px;
}
.lobby-element .logo {
  position: absolute;
  height: 250px;
  top: 0;
  right: 0;
}
.lobby-element .nav-wrapper {
  width: 100%;
  height: 100%;
}
.lobby-element .nav-wrapper .nav-div {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  cursor: pointer;
}
.lobby-element .nav-wrapper .nav-div a {
  background-color: #80af17;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  padding: 3px 12px 5px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.lobby-element .nav-wrapper .nav-div a:hover {
  background-color: #ee7f00;
}
.lobby-element .link-image {
  z-index: 1050;
  position: absolute;
  top: -165px;
  width: 150px;
  height: 150px;
  background-color: #d9dada;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s linear, opacity 0.3s linear, transform 0.4s linear;
}
.lobby-element .bg-transparent {
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color 0.3s linear;
}
.lobby-element .hidden {
  visibility: hidden;
  z-index: 0;
  opacity: 0;
  height: 30px;
}
.lobby-element .visible {
  visibility: visible;
  opacity: 1;
}
.lobby-element .image-zoom-animation {
  visibility: visible;
  opacity: 0;
  transform: scale(3);
}
.lobby-element .left-aligned {
  margin-left: 0 !important;
}
.lobby-element .wrapper-padding {
  padding: 200px 50px 100px 140px;
  transition: padding 1.6s;
}
.lobby-element .flex-column {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.lobby-element .flex-row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.lobby-element .lobby-footer {
  display: flex;
  height: 100px;
  align-items: center;
}
.lobby-element .lobby-footer .footer-icons {
  margin-left: 50px;
}
.lobby-element .lobby-footer .footer-icons a {
  margin-right: 50px;
  margin-bottom: 10px;
}
.lobby-element .lobby-footer .footer-icons img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 80px;
}
.lobby-element .lobby-footer .footer-icons div {
  display: inline;
}
.lobby-element .lobby-footer .footer-link-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: 50px;
  font-size: 23px;
}
.lobby-element .lobby-footer .footer-link-wrapper a {
  margin-right: 20px;
  color: white;
  text-decoration: none !important;
}
.lobby-element .lobby-footer .footer-link-wrapper i {
  color: white;
  font-size: 30px;
}
.lobby-element .lobby-footer .footer-link-wrapper .footer-links {
  display: flex;
  flex-direction: column;
}
.lobby-element .lobby-footer .footer-link-wrapper .user-links {
  display: flex;
  justify-content: right;
  text-align: right;
}
.lobby-element .lobby-footer .footer-link-wrapper .user-links .login, .lobby-element .lobby-footer .footer-link-wrapper .user-links .logout {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
.lobby-element .lobby-footer .footer-link-wrapper .user-links i {
  padding-top: 4px;
  margin-right: 5px;
}
.lobby-element .lobby-footer .footer-link-wrapper .flex {
  display: flex;
}

@media (min-width: 2500px) {
  .lobby-element .nav-wrapper .nav-div a {
    font-size: 30px;
  }
  .lobby-element .logo {
    height: 350px;
  }
}
@media (min-width: 3800px) {
  .lobby-element .nav-wrapper .nav-div a {
    font-size: 50px;
  }
  .lobby-element .logo {
    height: 500px;
  }
}
@media (max-width: 1340px) {
  .lobby-element .wrapper-padding {
    padding-left: 40px;
  }
  .lobby-element .logo {
    height: 230px;
  }
  .lobby-element .lobby-footer .footer-icons {
    margin-left: 20px;
  }
  .lobby-element .lobby-footer .footer-icons img {
    max-height: 65px;
  }
  .lobby-element .lobby-footer .footer-icons a {
    margin-right: 40px;
    margin-bottom: 10px;
  }
  .lobby-element .lobby-footer .footer-links a {
    font-size: 20px;
  }
  .lobby-element .lobby-footer .footer-link-wrapper {
    margin-right: 0px;
  }
  .lobby-element .nav-wrapper .nav-div a {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .lobby-element .nav-wrapper .nav-div a {
    font-size: 17px;
  }
  .lobby-element .logo {
    height: 210px;
  }
  .lobby-element .lobby-footer .user-links {
    font-size: 20px;
  }
  .lobby-element .lobby-footer .footer-links a {
    font-size: 17px;
  }
}
@media (max-width: 880px) {
  .lobby-element .nav-wrapper .nav-div a {
    font-size: 16px;
  }
  .lobby-element .lobby-footer .footer-icons img {
    max-height: 55px;
  }
  .lobby-element .lobby-footer .footer-link-wrapper .footer-links a {
    font-size: 16px;
  }
  .lobby-element .lobby-footer .footer-link-wrapper i {
    font-size: 25px;
  }
}
/* Don't show lobby element for mobile devices */
@media (max-width: 765px) {
  .lobby-element {
    display: none;
  }
}
.triangle-right:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 23px solid transparent;
  border-width: 23px 35px;
  border-top-color: #80af17;
  border-bottom: 0;
  border-right: 0;
  margin-bottom: -23px;
}

.triangle-left:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 23px;
  height: 23px;
  border: 23px solid transparent;
  border-width: 23px 35px;
  border-top-color: #80af17;
  border-bottom: 0;
  border-left: 0;
  margin-bottom: -23px;
}

.triangle-right:hover:after, .triangle-left:hover:after {
  border-top-color: #ee7f00;
}

.partner-card .card__content-row .card__image-container {
  background-color: white;
}

.partner-map-list-partner {
  cursor: pointer;
}

.partner-map {
  min-height: 600px;
  z-index: 1;
}

@media (max-width: 765px) {
  .partner-map {
    margin-top: 20px;
  }
}
.partner-map-partner-picture {
  text-align: center;
}

.partner-map-partner-picture img {
  max-width: 300px;
  max-height: 150px;
}

.event-content-location__map {
  height: 600px;
  max-height: 60vh;
  z-index: 0;
}
.event-content-location__map h3, .event-content-location__map h4, .event-content-location__map h5, .event-content-location__map h6 {
  margin-bottom: 0.5rem;
}

.interactive-map-popup-header {
  border-bottom: 1px solid gray;
  margin-bottom: 0.5rem;
}

.interactive-map-popup-content {
  border-bottom: 1px solid gray;
  margin-bottom: 0.5rem;
  max-height: 300px;
  overflow-y: scroll;
}
.interactive-map-popup-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0.5rem;
}
.interactive-map-popup-content li {
  margin: 0;
}

.interactive-map-popup-footer .link {
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

#reading-location-interactive-map-container {
  position: relative;
}
#reading-location-interactive-map-container .cmplazypreviewiframe {
  transform: none !important;
  position: absolute !important;
  left: calc(50% - 150px);
  top: 80px;
  opacity: 1 !important;
}
#reading-location-interactive-map-container .cmplazypreviewiframe:not(:nth-last-child(2)) {
  display: none !important;
}

.selectric-input {
  display: none;
}

.filter-box-flyouts .autosuggest:has(li) {
  z-index: 99;
}

.with-local-suggester ~ .autocomplete {
  position: relative;
  display: inline-block;
}
.with-local-suggester ~ .autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
}
.with-local-suggester ~ .autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.with-local-suggester ~ .autocomplete-items div:hover {
  background-color: #e9e9e9;
}
.with-local-suggester ~ .autocomplete-items .autocomplete-active {
  background-color: #919191;
  color: #ffffff;
}

.floor-plan .person-card__position--no-contact {
  border-bottom: unset;
  padding-bottom: unset;
}
.floor-plan .floor-plan-company-list {
  max-height: 60vh;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.floor-plan .floor-plan-company-list ::-webkit-scrollbar {
  display: none;
}
.floor-plan .filter-box-flyouts .search-bar-container {
  justify-content: flex-start;
}
.floor-plan .filter-box-flyouts .search-bar-container .search-box {
  min-width: unset;
  width: 100%;
}
.floor-plan .filter-box-flyouts .checkbox-container {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.hallplan-navigation .btn--hallplan.rooms-on-floor {
  background-color: #d8bd00;
}

.room {
  fill: #aeaeae;
}

.room--rented .room {
  fill: #ffffff;
}
.room--rented .room:hover {
  fill: #dadada;
}
.room--rented.highlighted--main .text {
  fill: #ffffff;
}
.room--rented.highlighted--main .room {
  fill: #0b6623;
}
.room--rented.highlighted--secondary .text {
  fill: #ffffff;
}
.room--rented.highlighted--secondary .room {
  fill: #d8bd00;
}

.color-legend-container {
  display: inline-block;
  align-items: center;
  margin-top: 5px;
}
.color-legend-container .color-box {
  width: 15px;
  height: 15px;
  margin-right: 3px;
}
.color-legend-container .color-box:not(:first-child) {
  margin-left: 15px;
}
.color-legend-container .color-box.color-box--primary {
  background-color: #0b6623;
}
.color-legend-container .color-box.color-box--secondary {
  background-color: #d8bd00;
}

/* COPIED FROM SVG STYLES */
.st1 {
  fill: none;
  stroke: #676C6E;
  stroke-width: 1.505;
}

.st2 {
  fill: none;
  stroke: #676C6E;
  stroke-width: 0.8103;
  stroke-miterlimit: 3.8637;
}

.st3 {
  fill: none;
  stroke: #676C6E;
  stroke-width: 1.5048;
  stroke-miterlimit: 3.8637;
}

.st4 {
  fill: none;
  stroke: #676C6E;
  stroke-width: 0.5017;
  stroke-miterlimit: 3.8637;
}

.st5 {
  fill: none;
  stroke: #676C6E;
  stroke-width: 0.502;
}

.st6 {
  fill: none;
  stroke: #A6ABAD;
  stroke-width: 4;
}

.st7 {
  fill: #E2E4E5;
}

.st8 {
  fill: none;
  stroke: #A6ABAD;
  stroke-width: 0.502;
}

.st9 {
  fill: #676C6E;
}

.st10 {
  fill: #B84806;
}

.cls-701 {
  fill: none;
}

.cls-702 {
  fill: #676c6e;
}

.cls-703 {
  fill: #a6abad;
}

.cls-704 {
  -webkit-clip-path: url(#clippath-17);
          clip-path: url(#clippath-17);
}

.cls-705 {
  -webkit-clip-path: url(#clippath-19);
          clip-path: url(#clippath-19);
}

.cls-706 {
  -webkit-clip-path: url(#clippath-11);
          clip-path: url(#clippath-11);
}

.cls-707 {
  -webkit-clip-path: url(#clippath-16);
          clip-path: url(#clippath-16);
}

.cls-708 {
  -webkit-clip-path: url(#clippath-18);
          clip-path: url(#clippath-18);
}

.cls-709 {
  -webkit-clip-path: url(#clippath-10);
          clip-path: url(#clippath-10);
}

.cls-710 {
  -webkit-clip-path: url(#clippath-15);
          clip-path: url(#clippath-15);
}

.cls-11 {
  -webkit-clip-path: url(#clippath-13);
          clip-path: url(#clippath-13);
}

.cls-12 {
  -webkit-clip-path: url(#clippath-14);
          clip-path: url(#clippath-14);
}

.cls-13 {
  -webkit-clip-path: url(#clippath-12);
          clip-path: url(#clippath-12);
}

.cls-14 {
  -webkit-clip-path: url(#clippath-61);
          clip-path: url(#clippath-61);
}

.cls-15 {
  -webkit-clip-path: url(#clippath-67);
          clip-path: url(#clippath-67);
}

.cls-16 {
  -webkit-clip-path: url(#clippath-68);
          clip-path: url(#clippath-68);
}

.cls-17 {
  -webkit-clip-path: url(#clippath-60);
          clip-path: url(#clippath-60);
}

.cls-18 {
  -webkit-clip-path: url(#clippath-65);
          clip-path: url(#clippath-65);
}

.cls-19 {
  -webkit-clip-path: url(#clippath-62);
          clip-path: url(#clippath-62);
}

.cls-20 {
  -webkit-clip-path: url(#clippath-64);
          clip-path: url(#clippath-64);
}

.cls-21 {
  -webkit-clip-path: url(#clippath-66);
          clip-path: url(#clippath-66);
}

.cls-22 {
  -webkit-clip-path: url(#clippath-63);
          clip-path: url(#clippath-63);
}

.cls-23 {
  -webkit-clip-path: url(#clippath-76);
          clip-path: url(#clippath-76);
}

.cls-24 {
  -webkit-clip-path: url(#clippath-78);
          clip-path: url(#clippath-78);
}

.cls-25 {
  -webkit-clip-path: url(#clippath-75);
          clip-path: url(#clippath-75);
}

.cls-26 {
  -webkit-clip-path: url(#clippath-79);
          clip-path: url(#clippath-79);
}

.cls-27 {
  -webkit-clip-path: url(#clippath-50);
          clip-path: url(#clippath-50);
}

.cls-28 {
  -webkit-clip-path: url(#clippath-55);
          clip-path: url(#clippath-55);
}

.cls-29 {
  -webkit-clip-path: url(#clippath-52);
          clip-path: url(#clippath-52);
}

.cls-30 {
  -webkit-clip-path: url(#clippath-57);
          clip-path: url(#clippath-57);
}

.cls-31 {
  -webkit-clip-path: url(#clippath-54);
          clip-path: url(#clippath-54);
}

.cls-32 {
  -webkit-clip-path: url(#clippath-56);
          clip-path: url(#clippath-56);
}

.cls-33 {
  -webkit-clip-path: url(#clippath-53);
          clip-path: url(#clippath-53);
}

.cls-34 {
  -webkit-clip-path: url(#clippath-70);
          clip-path: url(#clippath-70);
}

.cls-35 {
  -webkit-clip-path: url(#clippath-77);
          clip-path: url(#clippath-77);
}

.cls-36 {
  -webkit-clip-path: url(#clippath-74);
          clip-path: url(#clippath-74);
}

.cls-37 {
  -webkit-clip-path: url(#clippath-71);
          clip-path: url(#clippath-71);
}

.cls-38 {
  -webkit-clip-path: url(#clippath-73);
          clip-path: url(#clippath-73);
}

.cls-39 {
  -webkit-clip-path: url(#clippath-72);
          clip-path: url(#clippath-72);
}

.cls-40 {
  -webkit-clip-path: url(#clippath-51);
          clip-path: url(#clippath-51);
}

.cls-41 {
  -webkit-clip-path: url(#clippath-58);
          clip-path: url(#clippath-58);
}

.cls-42 {
  -webkit-clip-path: url(#clippath-59);
          clip-path: url(#clippath-59);
}

.cls-43 {
  -webkit-clip-path: url(#clippath-31);
          clip-path: url(#clippath-31);
}

.cls-44 {
  -webkit-clip-path: url(#clippath-32);
          clip-path: url(#clippath-32);
}

.cls-45 {
  -webkit-clip-path: url(#clippath-33);
          clip-path: url(#clippath-33);
}

.cls-46 {
  -webkit-clip-path: url(#clippath-34);
          clip-path: url(#clippath-34);
}

.cls-47 {
  -webkit-clip-path: url(#clippath-35);
          clip-path: url(#clippath-35);
}

.cls-48 {
  -webkit-clip-path: url(#clippath-39);
          clip-path: url(#clippath-39);
}

.cls-49 {
  -webkit-clip-path: url(#clippath-30);
          clip-path: url(#clippath-30);
}

.cls-50 {
  -webkit-clip-path: url(#clippath-36);
          clip-path: url(#clippath-36);
}

.cls-51 {
  -webkit-clip-path: url(#clippath-37);
          clip-path: url(#clippath-37);
}

.cls-52 {
  -webkit-clip-path: url(#clippath-38);
          clip-path: url(#clippath-38);
}

.cls-53 {
  -webkit-clip-path: url(#clippath-27);
          clip-path: url(#clippath-27);
}

.cls-54 {
  -webkit-clip-path: url(#clippath-29);
          clip-path: url(#clippath-29);
}

.cls-55 {
  -webkit-clip-path: url(#clippath-26);
          clip-path: url(#clippath-26);
}

.cls-56 {
  -webkit-clip-path: url(#clippath-28);
          clip-path: url(#clippath-28);
}

.cls-57 {
  -webkit-clip-path: url(#clippath-20);
          clip-path: url(#clippath-20);
}

.cls-58 {
  -webkit-clip-path: url(#clippath-21);
          clip-path: url(#clippath-21);
}

.cls-59 {
  -webkit-clip-path: url(#clippath-22);
          clip-path: url(#clippath-22);
}

.cls-60 {
  -webkit-clip-path: url(#clippath-23);
          clip-path: url(#clippath-23);
}

.cls-61 {
  -webkit-clip-path: url(#clippath-24);
          clip-path: url(#clippath-24);
}

.cls-62 {
  -webkit-clip-path: url(#clippath-25);
          clip-path: url(#clippath-25);
}

.cls-63 {
  -webkit-clip-path: url(#clippath-69);
          clip-path: url(#clippath-69);
}

.cls-64 {
  -webkit-clip-path: url(#clippath-41);
          clip-path: url(#clippath-41);
}

.cls-65 {
  -webkit-clip-path: url(#clippath-42);
          clip-path: url(#clippath-42);
}

.cls-66 {
  -webkit-clip-path: url(#clippath-43);
          clip-path: url(#clippath-43);
}

.cls-67 {
  -webkit-clip-path: url(#clippath-44);
          clip-path: url(#clippath-44);
}

.cls-68 {
  -webkit-clip-path: url(#clippath-45);
          clip-path: url(#clippath-45);
}

.cls-69 {
  -webkit-clip-path: url(#clippath-49);
          clip-path: url(#clippath-49);
}

.cls-70 {
  -webkit-clip-path: url(#clippath-40);
          clip-path: url(#clippath-40);
}

.cls-71 {
  -webkit-clip-path: url(#clippath-46);
          clip-path: url(#clippath-46);
}

.cls-72 {
  -webkit-clip-path: url(#clippath-47);
          clip-path: url(#clippath-47);
}

.cls-73 {
  -webkit-clip-path: url(#clippath-48);
          clip-path: url(#clippath-48);
}

.cls-74 {
  -webkit-clip-path: url(#clippath-90);
          clip-path: url(#clippath-90);
}

.cls-75 {
  -webkit-clip-path: url(#clippath-95);
          clip-path: url(#clippath-95);
}

.cls-76 {
  -webkit-clip-path: url(#clippath-93);
          clip-path: url(#clippath-93);
}

.cls-77 {
  -webkit-clip-path: url(#clippath-99);
          clip-path: url(#clippath-99);
}

.cls-78 {
  -webkit-clip-path: url(#clippath-94);
          clip-path: url(#clippath-94);
}

.cls-79 {
  -webkit-clip-path: url(#clippath-96);
          clip-path: url(#clippath-96);
}

.cls-80 {
  -webkit-clip-path: url(#clippath-85);
          clip-path: url(#clippath-85);
}

.cls-81 {
  -webkit-clip-path: url(#clippath-86);
          clip-path: url(#clippath-86);
}

.cls-82 {
  -webkit-clip-path: url(#clippath-87);
          clip-path: url(#clippath-87);
}

.cls-83 {
  -webkit-clip-path: url(#clippath-80);
          clip-path: url(#clippath-80);
}

.cls-84 {
  -webkit-clip-path: url(#clippath-89);
          clip-path: url(#clippath-89);
}

.cls-85 {
  -webkit-clip-path: url(#clippath-81);
          clip-path: url(#clippath-81);
}

.cls-86 {
  -webkit-clip-path: url(#clippath-82);
          clip-path: url(#clippath-82);
}

.cls-87 {
  -webkit-clip-path: url(#clippath-83);
          clip-path: url(#clippath-83);
}

.cls-88 {
  -webkit-clip-path: url(#clippath-84);
          clip-path: url(#clippath-84);
}

.cls-89 {
  -webkit-clip-path: url(#clippath-88);
          clip-path: url(#clippath-88);
}

.cls-90 {
  -webkit-clip-path: url(#clippath-92);
          clip-path: url(#clippath-92);
}

.cls-91 {
  -webkit-clip-path: url(#clippath-97);
          clip-path: url(#clippath-97);
}

.cls-92 {
  -webkit-clip-path: url(#clippath-91);
          clip-path: url(#clippath-91);
}

.cls-93 {
  -webkit-clip-path: url(#clippath-98);
          clip-path: url(#clippath-98);
}

.cls-94 {
  -webkit-clip-path: url(#clippath-1);
          clip-path: url(#clippath-1);
}

.cls-95 {
  -webkit-clip-path: url(#clippath-3);
          clip-path: url(#clippath-3);
}

.cls-96 {
  -webkit-clip-path: url(#clippath-4);
          clip-path: url(#clippath-4);
}

.cls-97 {
  -webkit-clip-path: url(#clippath-2);
          clip-path: url(#clippath-2);
}

.cls-98 {
  -webkit-clip-path: url(#clippath-7);
          clip-path: url(#clippath-7);
}

.cls-99 {
  -webkit-clip-path: url(#clippath-6);
          clip-path: url(#clippath-6);
}

.cls-100 {
  -webkit-clip-path: url(#clippath-9);
          clip-path: url(#clippath-9);
}

.cls-101 {
  -webkit-clip-path: url(#clippath-8);
          clip-path: url(#clippath-8);
}

.cls-102 {
  -webkit-clip-path: url(#clippath-5);
          clip-path: url(#clippath-5);
}

.cls-103 {
  -webkit-clip-path: url(#clippath-429);
          clip-path: url(#clippath-429);
}

.cls-104 {
  -webkit-clip-path: url(#clippath-420);
          clip-path: url(#clippath-420);
}

.cls-105 {
  -webkit-clip-path: url(#clippath-421);
          clip-path: url(#clippath-421);
}

.cls-106 {
  -webkit-clip-path: url(#clippath-423);
          clip-path: url(#clippath-423);
}

.cls-107 {
  -webkit-clip-path: url(#clippath-422);
          clip-path: url(#clippath-422);
}

.cls-108 {
  -webkit-clip-path: url(#clippath-427);
          clip-path: url(#clippath-427);
}

.cls-109 {
  -webkit-clip-path: url(#clippath-426);
          clip-path: url(#clippath-426);
}

.cls-110 {
  -webkit-clip-path: url(#clippath-424);
          clip-path: url(#clippath-424);
}

.cls-111 {
  -webkit-clip-path: url(#clippath-428);
          clip-path: url(#clippath-428);
}

.cls-112 {
  -webkit-clip-path: url(#clippath-425);
          clip-path: url(#clippath-425);
}

.cls-113 {
  -webkit-clip-path: url(#clippath-447);
          clip-path: url(#clippath-447);
}

.cls-114 {
  -webkit-clip-path: url(#clippath-449);
          clip-path: url(#clippath-449);
}

.cls-115 {
  -webkit-clip-path: url(#clippath-440);
          clip-path: url(#clippath-440);
}

.cls-116 {
  -webkit-clip-path: url(#clippath-443);
          clip-path: url(#clippath-443);
}

.cls-117 {
  -webkit-clip-path: url(#clippath-444);
          clip-path: url(#clippath-444);
}

.cls-118 {
  -webkit-clip-path: url(#clippath-441);
          clip-path: url(#clippath-441);
}

.cls-119 {
  -webkit-clip-path: url(#clippath-445);
          clip-path: url(#clippath-445);
}

.cls-120 {
  -webkit-clip-path: url(#clippath-442);
          clip-path: url(#clippath-442);
}

.cls-121 {
  -webkit-clip-path: url(#clippath-446);
          clip-path: url(#clippath-446);
}

.cls-122 {
  -webkit-clip-path: url(#clippath-448);
          clip-path: url(#clippath-448);
}

.cls-123 {
  -webkit-clip-path: url(#clippath-416);
          clip-path: url(#clippath-416);
}

.cls-124 {
  -webkit-clip-path: url(#clippath-415);
          clip-path: url(#clippath-415);
}

.cls-125 {
  -webkit-clip-path: url(#clippath-414);
          clip-path: url(#clippath-414);
}

.cls-126 {
  -webkit-clip-path: url(#clippath-413);
          clip-path: url(#clippath-413);
}

.cls-127 {
  -webkit-clip-path: url(#clippath-412);
          clip-path: url(#clippath-412);
}

.cls-128 {
  -webkit-clip-path: url(#clippath-411);
          clip-path: url(#clippath-411);
}

.cls-129 {
  -webkit-clip-path: url(#clippath-410);
          clip-path: url(#clippath-410);
}

.cls-130 {
  -webkit-clip-path: url(#clippath-417);
          clip-path: url(#clippath-417);
}

.cls-131 {
  -webkit-clip-path: url(#clippath-419);
          clip-path: url(#clippath-419);
}

.cls-132 {
  -webkit-clip-path: url(#clippath-418);
          clip-path: url(#clippath-418);
}

.cls-133 {
  -webkit-clip-path: url(#clippath-451);
          clip-path: url(#clippath-451);
}

.cls-134 {
  -webkit-clip-path: url(#clippath-454);
          clip-path: url(#clippath-454);
}

.cls-135 {
  -webkit-clip-path: url(#clippath-453);
          clip-path: url(#clippath-453);
}

.cls-136 {
  -webkit-clip-path: url(#clippath-452);
          clip-path: url(#clippath-452);
}

.cls-137 {
  -webkit-clip-path: url(#clippath-458);
          clip-path: url(#clippath-458);
}

.cls-138 {
  -webkit-clip-path: url(#clippath-457);
          clip-path: url(#clippath-457);
}

.cls-139 {
  -webkit-clip-path: url(#clippath-456);
          clip-path: url(#clippath-456);
}

.cls-140 {
  -webkit-clip-path: url(#clippath-450);
          clip-path: url(#clippath-450);
}

.cls-141 {
  -webkit-clip-path: url(#clippath-455);
          clip-path: url(#clippath-455);
}

.cls-142 {
  -webkit-clip-path: url(#clippath-459);
          clip-path: url(#clippath-459);
}

.cls-143 {
  -webkit-clip-path: url(#clippath-430);
          clip-path: url(#clippath-430);
}

.cls-144 {
  -webkit-clip-path: url(#clippath-433);
          clip-path: url(#clippath-433);
}

.cls-145 {
  -webkit-clip-path: url(#clippath-432);
          clip-path: url(#clippath-432);
}

.cls-146 {
  -webkit-clip-path: url(#clippath-431);
          clip-path: url(#clippath-431);
}

.cls-147 {
  -webkit-clip-path: url(#clippath-438);
          clip-path: url(#clippath-438);
}

.cls-148 {
  -webkit-clip-path: url(#clippath-437);
          clip-path: url(#clippath-437);
}

.cls-149 {
  -webkit-clip-path: url(#clippath-434);
          clip-path: url(#clippath-434);
}

.cls-150 {
  -webkit-clip-path: url(#clippath-439);
          clip-path: url(#clippath-439);
}

.cls-151 {
  -webkit-clip-path: url(#clippath-435);
          clip-path: url(#clippath-435);
}

.cls-152 {
  -webkit-clip-path: url(#clippath-436);
          clip-path: url(#clippath-436);
}

.cls-153 {
  -webkit-clip-path: url(#clippath-403);
          clip-path: url(#clippath-403);
}

.cls-154 {
  -webkit-clip-path: url(#clippath-406);
          clip-path: url(#clippath-406);
}

.cls-155 {
  -webkit-clip-path: url(#clippath-405);
          clip-path: url(#clippath-405);
}

.cls-156 {
  -webkit-clip-path: url(#clippath-400);
          clip-path: url(#clippath-400);
}

.cls-157 {
  -webkit-clip-path: url(#clippath-402);
          clip-path: url(#clippath-402);
}

.cls-158 {
  -webkit-clip-path: url(#clippath-401);
          clip-path: url(#clippath-401);
}

.cls-159 {
  -webkit-clip-path: url(#clippath-404);
          clip-path: url(#clippath-404);
}

.cls-160 {
  -webkit-clip-path: url(#clippath-408);
          clip-path: url(#clippath-408);
}

.cls-161 {
  -webkit-clip-path: url(#clippath-407);
          clip-path: url(#clippath-407);
}

.cls-162 {
  -webkit-clip-path: url(#clippath-409);
          clip-path: url(#clippath-409);
}

.cls-163 {
  -webkit-clip-path: url(#clippath-370);
          clip-path: url(#clippath-370);
}

.cls-164 {
  -webkit-clip-path: url(#clippath-371);
          clip-path: url(#clippath-371);
}

.cls-165 {
  -webkit-clip-path: url(#clippath-375);
          clip-path: url(#clippath-375);
}

.cls-166 {
  -webkit-clip-path: url(#clippath-376);
          clip-path: url(#clippath-376);
}

.cls-167 {
  -webkit-clip-path: url(#clippath-377);
          clip-path: url(#clippath-377);
}

.cls-168 {
  -webkit-clip-path: url(#clippath-378);
          clip-path: url(#clippath-378);
}

.cls-169 {
  -webkit-clip-path: url(#clippath-379);
          clip-path: url(#clippath-379);
}

.cls-170 {
  -webkit-clip-path: url(#clippath-372);
          clip-path: url(#clippath-372);
}

.cls-171 {
  -webkit-clip-path: url(#clippath-373);
          clip-path: url(#clippath-373);
}

.cls-172 {
  -webkit-clip-path: url(#clippath-374);
          clip-path: url(#clippath-374);
}

.cls-173 {
  -webkit-clip-path: url(#clippath-322);
          clip-path: url(#clippath-322);
}

.cls-174 {
  -webkit-clip-path: url(#clippath-321);
          clip-path: url(#clippath-321);
}

.cls-175 {
  -webkit-clip-path: url(#clippath-324);
          clip-path: url(#clippath-324);
}

.cls-176 {
  -webkit-clip-path: url(#clippath-325);
          clip-path: url(#clippath-325);
}

.cls-177 {
  -webkit-clip-path: url(#clippath-326);
          clip-path: url(#clippath-326);
}

.cls-178 {
  -webkit-clip-path: url(#clippath-323);
          clip-path: url(#clippath-323);
}

.cls-179 {
  -webkit-clip-path: url(#clippath-320);
          clip-path: url(#clippath-320);
}

.cls-180 {
  -webkit-clip-path: url(#clippath-327);
          clip-path: url(#clippath-327);
}

.cls-181 {
  -webkit-clip-path: url(#clippath-328);
          clip-path: url(#clippath-328);
}

.cls-182 {
  -webkit-clip-path: url(#clippath-307);
          clip-path: url(#clippath-307);
}

.cls-183 {
  -webkit-clip-path: url(#clippath-304);
          clip-path: url(#clippath-304);
}

.cls-184 {
  -webkit-clip-path: url(#clippath-305);
          clip-path: url(#clippath-305);
}

.cls-185 {
  -webkit-clip-path: url(#clippath-302);
          clip-path: url(#clippath-302);
}

.cls-186 {
  -webkit-clip-path: url(#clippath-303);
          clip-path: url(#clippath-303);
}

.cls-187 {
  -webkit-clip-path: url(#clippath-300);
          clip-path: url(#clippath-300);
}

.cls-188 {
  -webkit-clip-path: url(#clippath-301);
          clip-path: url(#clippath-301);
}

.cls-189 {
  -webkit-clip-path: url(#clippath-306);
          clip-path: url(#clippath-306);
}

.cls-190 {
  -webkit-clip-path: url(#clippath-308);
          clip-path: url(#clippath-308);
}

.cls-191 {
  -webkit-clip-path: url(#clippath-309);
          clip-path: url(#clippath-309);
}

.cls-192 {
  -webkit-clip-path: url(#clippath-317);
          clip-path: url(#clippath-317);
}

.cls-193 {
  -webkit-clip-path: url(#clippath-314);
          clip-path: url(#clippath-314);
}

.cls-194 {
  -webkit-clip-path: url(#clippath-316);
          clip-path: url(#clippath-316);
}

.cls-195 {
  -webkit-clip-path: url(#clippath-310);
          clip-path: url(#clippath-310);
}

.cls-196 {
  -webkit-clip-path: url(#clippath-318);
          clip-path: url(#clippath-318);
}

.cls-197 {
  -webkit-clip-path: url(#clippath-315);
          clip-path: url(#clippath-315);
}

.cls-198 {
  -webkit-clip-path: url(#clippath-311);
          clip-path: url(#clippath-311);
}

.cls-199 {
  -webkit-clip-path: url(#clippath-312);
          clip-path: url(#clippath-312);
}

.cls-200 {
  -webkit-clip-path: url(#clippath-313);
          clip-path: url(#clippath-313);
}

.cls-201 {
  -webkit-clip-path: url(#clippath-319);
          clip-path: url(#clippath-319);
}

.cls-202 {
  -webkit-clip-path: url(#clippath-329);
          clip-path: url(#clippath-329);
}

.cls-203 {
  -webkit-clip-path: url(#clippath-368);
          clip-path: url(#clippath-368);
}

.cls-204 {
  -webkit-clip-path: url(#clippath-365);
          clip-path: url(#clippath-365);
}

.cls-205 {
  -webkit-clip-path: url(#clippath-366);
          clip-path: url(#clippath-366);
}

.cls-206 {
  -webkit-clip-path: url(#clippath-369);
          clip-path: url(#clippath-369);
}

.cls-207 {
  -webkit-clip-path: url(#clippath-363);
          clip-path: url(#clippath-363);
}

.cls-208 {
  -webkit-clip-path: url(#clippath-362);
          clip-path: url(#clippath-362);
}

.cls-209 {
  -webkit-clip-path: url(#clippath-367);
          clip-path: url(#clippath-367);
}

.cls-210 {
  -webkit-clip-path: url(#clippath-364);
          clip-path: url(#clippath-364);
}

.cls-211 {
  -webkit-clip-path: url(#clippath-361);
          clip-path: url(#clippath-361);
}

.cls-212 {
  -webkit-clip-path: url(#clippath-360);
          clip-path: url(#clippath-360);
}

.cls-213 {
  -webkit-clip-path: url(#clippath-380);
          clip-path: url(#clippath-380);
}

.cls-214 {
  -webkit-clip-path: url(#clippath-381);
          clip-path: url(#clippath-381);
}

.cls-215 {
  -webkit-clip-path: url(#clippath-383);
          clip-path: url(#clippath-383);
}

.cls-216 {
  -webkit-clip-path: url(#clippath-388);
          clip-path: url(#clippath-388);
}

.cls-217 {
  -webkit-clip-path: url(#clippath-389);
          clip-path: url(#clippath-389);
}

.cls-218 {
  -webkit-clip-path: url(#clippath-386);
          clip-path: url(#clippath-386);
}

.cls-219 {
  -webkit-clip-path: url(#clippath-387);
          clip-path: url(#clippath-387);
}

.cls-220 {
  -webkit-clip-path: url(#clippath-384);
          clip-path: url(#clippath-384);
}

.cls-221 {
  -webkit-clip-path: url(#clippath-385);
          clip-path: url(#clippath-385);
}

.cls-222 {
  -webkit-clip-path: url(#clippath-382);
          clip-path: url(#clippath-382);
}

.cls-223 {
  -webkit-clip-path: url(#clippath-391);
          clip-path: url(#clippath-391);
}

.cls-224 {
  -webkit-clip-path: url(#clippath-395);
          clip-path: url(#clippath-395);
}

.cls-225 {
  -webkit-clip-path: url(#clippath-396);
          clip-path: url(#clippath-396);
}

.cls-226 {
  -webkit-clip-path: url(#clippath-397);
          clip-path: url(#clippath-397);
}

.cls-227 {
  -webkit-clip-path: url(#clippath-398);
          clip-path: url(#clippath-398);
}

.cls-228 {
  -webkit-clip-path: url(#clippath-392);
          clip-path: url(#clippath-392);
}

.cls-229 {
  -webkit-clip-path: url(#clippath-393);
          clip-path: url(#clippath-393);
}

.cls-230 {
  -webkit-clip-path: url(#clippath-394);
          clip-path: url(#clippath-394);
}

.cls-231 {
  -webkit-clip-path: url(#clippath-390);
          clip-path: url(#clippath-390);
}

.cls-232 {
  -webkit-clip-path: url(#clippath-399);
          clip-path: url(#clippath-399);
}

.cls-233 {
  -webkit-clip-path: url(#clippath-330);
          clip-path: url(#clippath-330);
}

.cls-234 {
  -webkit-clip-path: url(#clippath-339);
          clip-path: url(#clippath-339);
}

.cls-235 {
  -webkit-clip-path: url(#clippath-336);
          clip-path: url(#clippath-336);
}

.cls-236 {
  -webkit-clip-path: url(#clippath-334);
          clip-path: url(#clippath-334);
}

.cls-237 {
  -webkit-clip-path: url(#clippath-331);
          clip-path: url(#clippath-331);
}

.cls-238 {
  -webkit-clip-path: url(#clippath-332);
          clip-path: url(#clippath-332);
}

.cls-239 {
  -webkit-clip-path: url(#clippath-333);
          clip-path: url(#clippath-333);
}

.cls-240 {
  -webkit-clip-path: url(#clippath-337);
          clip-path: url(#clippath-337);
}

.cls-241 {
  -webkit-clip-path: url(#clippath-338);
          clip-path: url(#clippath-338);
}

.cls-242 {
  -webkit-clip-path: url(#clippath-335);
          clip-path: url(#clippath-335);
}

.cls-243 {
  -webkit-clip-path: url(#clippath-340);
          clip-path: url(#clippath-340);
}

.cls-244 {
  -webkit-clip-path: url(#clippath-344);
          clip-path: url(#clippath-344);
}

.cls-245 {
  -webkit-clip-path: url(#clippath-342);
          clip-path: url(#clippath-342);
}

.cls-246 {
  -webkit-clip-path: url(#clippath-343);
          clip-path: url(#clippath-343);
}

.cls-247 {
  -webkit-clip-path: url(#clippath-349);
          clip-path: url(#clippath-349);
}

.cls-248 {
  -webkit-clip-path: url(#clippath-346);
          clip-path: url(#clippath-346);
}

.cls-249 {
  -webkit-clip-path: url(#clippath-347);
          clip-path: url(#clippath-347);
}

.cls-250 {
  -webkit-clip-path: url(#clippath-341);
          clip-path: url(#clippath-341);
}

.cls-251 {
  -webkit-clip-path: url(#clippath-345);
          clip-path: url(#clippath-345);
}

.cls-252 {
  -webkit-clip-path: url(#clippath-348);
          clip-path: url(#clippath-348);
}

.cls-253 {
  -webkit-clip-path: url(#clippath-350);
          clip-path: url(#clippath-350);
}

.cls-254 {
  -webkit-clip-path: url(#clippath-352);
          clip-path: url(#clippath-352);
}

.cls-255 {
  -webkit-clip-path: url(#clippath-353);
          clip-path: url(#clippath-353);
}

.cls-256 {
  -webkit-clip-path: url(#clippath-354);
          clip-path: url(#clippath-354);
}

.cls-257 {
  -webkit-clip-path: url(#clippath-355);
          clip-path: url(#clippath-355);
}

.cls-258 {
  -webkit-clip-path: url(#clippath-356);
          clip-path: url(#clippath-356);
}

.cls-259 {
  -webkit-clip-path: url(#clippath-351);
          clip-path: url(#clippath-351);
}

.cls-260 {
  -webkit-clip-path: url(#clippath-357);
          clip-path: url(#clippath-357);
}

.cls-261 {
  -webkit-clip-path: url(#clippath-358);
          clip-path: url(#clippath-358);
}

.cls-262 {
  -webkit-clip-path: url(#clippath-359);
          clip-path: url(#clippath-359);
}

.cls-263 {
  -webkit-clip-path: url(#clippath-230);
          clip-path: url(#clippath-230);
}

.cls-264 {
  -webkit-clip-path: url(#clippath-235);
          clip-path: url(#clippath-235);
}

.cls-265 {
  -webkit-clip-path: url(#clippath-232);
          clip-path: url(#clippath-232);
}

.cls-266 {
  -webkit-clip-path: url(#clippath-234);
          clip-path: url(#clippath-234);
}

.cls-267 {
  -webkit-clip-path: url(#clippath-233);
          clip-path: url(#clippath-233);
}

.cls-268 {
  -webkit-clip-path: url(#clippath-239);
          clip-path: url(#clippath-239);
}

.cls-269 {
  -webkit-clip-path: url(#clippath-236);
          clip-path: url(#clippath-236);
}

.cls-270 {
  -webkit-clip-path: url(#clippath-231);
          clip-path: url(#clippath-231);
}

.cls-271 {
  -webkit-clip-path: url(#clippath-238);
          clip-path: url(#clippath-238);
}

.cls-272 {
  -webkit-clip-path: url(#clippath-237);
          clip-path: url(#clippath-237);
}

.cls-273 {
  -webkit-clip-path: url(#clippath-212);
          clip-path: url(#clippath-212);
}

.cls-274 {
  -webkit-clip-path: url(#clippath-217);
          clip-path: url(#clippath-217);
}

.cls-275 {
  -webkit-clip-path: url(#clippath-214);
          clip-path: url(#clippath-214);
}

.cls-276 {
  -webkit-clip-path: url(#clippath-211);
          clip-path: url(#clippath-211);
}

.cls-277 {
  -webkit-clip-path: url(#clippath-213);
          clip-path: url(#clippath-213);
}

.cls-278 {
  -webkit-clip-path: url(#clippath-210);
          clip-path: url(#clippath-210);
}

.cls-279 {
  -webkit-clip-path: url(#clippath-215);
          clip-path: url(#clippath-215);
}

.cls-280 {
  -webkit-clip-path: url(#clippath-219);
          clip-path: url(#clippath-219);
}

.cls-281 {
  -webkit-clip-path: url(#clippath-216);
          clip-path: url(#clippath-216);
}

.cls-282 {
  -webkit-clip-path: url(#clippath-218);
          clip-path: url(#clippath-218);
}

.cls-283 {
  -webkit-clip-path: url(#clippath-207);
          clip-path: url(#clippath-207);
}

.cls-284 {
  -webkit-clip-path: url(#clippath-201);
          clip-path: url(#clippath-201);
}

.cls-285 {
  -webkit-clip-path: url(#clippath-200);
          clip-path: url(#clippath-200);
}

.cls-286 {
  -webkit-clip-path: url(#clippath-202);
          clip-path: url(#clippath-202);
}

.cls-287 {
  -webkit-clip-path: url(#clippath-203);
          clip-path: url(#clippath-203);
}

.cls-288 {
  -webkit-clip-path: url(#clippath-204);
          clip-path: url(#clippath-204);
}

.cls-289 {
  -webkit-clip-path: url(#clippath-205);
          clip-path: url(#clippath-205);
}

.cls-290 {
  -webkit-clip-path: url(#clippath-209);
          clip-path: url(#clippath-209);
}

.cls-291 {
  -webkit-clip-path: url(#clippath-206);
          clip-path: url(#clippath-206);
}

.cls-292 {
  -webkit-clip-path: url(#clippath-208);
          clip-path: url(#clippath-208);
}

.cls-293 {
  -webkit-clip-path: url(#clippath-220);
          clip-path: url(#clippath-220);
}

.cls-294 {
  -webkit-clip-path: url(#clippath-221);
          clip-path: url(#clippath-221);
}

.cls-295 {
  -webkit-clip-path: url(#clippath-222);
          clip-path: url(#clippath-222);
}

.cls-296 {
  -webkit-clip-path: url(#clippath-224);
          clip-path: url(#clippath-224);
}

.cls-297 {
  -webkit-clip-path: url(#clippath-223);
          clip-path: url(#clippath-223);
}

.cls-298 {
  -webkit-clip-path: url(#clippath-225);
          clip-path: url(#clippath-225);
}

.cls-299 {
  -webkit-clip-path: url(#clippath-226);
          clip-path: url(#clippath-226);
}

.cls-300 {
  -webkit-clip-path: url(#clippath-227);
          clip-path: url(#clippath-227);
}

.cls-301 {
  -webkit-clip-path: url(#clippath-228);
          clip-path: url(#clippath-228);
}

.cls-302 {
  -webkit-clip-path: url(#clippath-229);
          clip-path: url(#clippath-229);
}

.cls-303 {
  -webkit-clip-path: url(#clippath-270);
          clip-path: url(#clippath-270);
}

.cls-304 {
  -webkit-clip-path: url(#clippath-275);
          clip-path: url(#clippath-275);
}

.cls-305 {
  -webkit-clip-path: url(#clippath-279);
          clip-path: url(#clippath-279);
}

.cls-306 {
  -webkit-clip-path: url(#clippath-272);
          clip-path: url(#clippath-272);
}

.cls-307 {
  -webkit-clip-path: url(#clippath-273);
          clip-path: url(#clippath-273);
}

.cls-308 {
  -webkit-clip-path: url(#clippath-274);
          clip-path: url(#clippath-274);
}

.cls-309 {
  -webkit-clip-path: url(#clippath-276);
          clip-path: url(#clippath-276);
}

.cls-310 {
  -webkit-clip-path: url(#clippath-277);
          clip-path: url(#clippath-277);
}

.cls-311 {
  -webkit-clip-path: url(#clippath-278);
          clip-path: url(#clippath-278);
}

.cls-312 {
  -webkit-clip-path: url(#clippath-271);
          clip-path: url(#clippath-271);
}

.cls-313 {
  -webkit-clip-path: url(#clippath-250);
          clip-path: url(#clippath-250);
}

.cls-314 {
  -webkit-clip-path: url(#clippath-259);
          clip-path: url(#clippath-259);
}

.cls-315 {
  -webkit-clip-path: url(#clippath-253);
          clip-path: url(#clippath-253);
}

.cls-316 {
  -webkit-clip-path: url(#clippath-252);
          clip-path: url(#clippath-252);
}

.cls-317 {
  -webkit-clip-path: url(#clippath-251);
          clip-path: url(#clippath-251);
}

.cls-318 {
  -webkit-clip-path: url(#clippath-255);
          clip-path: url(#clippath-255);
}

.cls-319 {
  -webkit-clip-path: url(#clippath-256);
          clip-path: url(#clippath-256);
}

.cls-320 {
  -webkit-clip-path: url(#clippath-254);
          clip-path: url(#clippath-254);
}

.cls-321 {
  -webkit-clip-path: url(#clippath-257);
          clip-path: url(#clippath-257);
}

.cls-322 {
  -webkit-clip-path: url(#clippath-258);
          clip-path: url(#clippath-258);
}

.cls-323 {
  -webkit-clip-path: url(#clippath-240);
          clip-path: url(#clippath-240);
}

.cls-324 {
  -webkit-clip-path: url(#clippath-249);
          clip-path: url(#clippath-249);
}

.cls-325 {
  -webkit-clip-path: url(#clippath-246);
          clip-path: url(#clippath-246);
}

.cls-326 {
  -webkit-clip-path: url(#clippath-241);
          clip-path: url(#clippath-241);
}

.cls-327 {
  -webkit-clip-path: url(#clippath-242);
          clip-path: url(#clippath-242);
}

.cls-328 {
  -webkit-clip-path: url(#clippath-243);
          clip-path: url(#clippath-243);
}

.cls-329 {
  -webkit-clip-path: url(#clippath-247);
          clip-path: url(#clippath-247);
}

.cls-330 {
  -webkit-clip-path: url(#clippath-244);
          clip-path: url(#clippath-244);
}

.cls-331 {
  -webkit-clip-path: url(#clippath-248);
          clip-path: url(#clippath-248);
}

.cls-332 {
  -webkit-clip-path: url(#clippath-245);
          clip-path: url(#clippath-245);
}

.cls-333 {
  -webkit-clip-path: url(#clippath-264);
          clip-path: url(#clippath-264);
}

.cls-334 {
  -webkit-clip-path: url(#clippath-269);
          clip-path: url(#clippath-269);
}

.cls-335 {
  -webkit-clip-path: url(#clippath-266);
          clip-path: url(#clippath-266);
}

.cls-336 {
  -webkit-clip-path: url(#clippath-263);
          clip-path: url(#clippath-263);
}

.cls-337 {
  -webkit-clip-path: url(#clippath-268);
          clip-path: url(#clippath-268);
}

.cls-338 {
  -webkit-clip-path: url(#clippath-265);
          clip-path: url(#clippath-265);
}

.cls-339 {
  -webkit-clip-path: url(#clippath-262);
          clip-path: url(#clippath-262);
}

.cls-340 {
  -webkit-clip-path: url(#clippath-260);
          clip-path: url(#clippath-260);
}

.cls-341 {
  -webkit-clip-path: url(#clippath-267);
          clip-path: url(#clippath-267);
}

.cls-342 {
  -webkit-clip-path: url(#clippath-291);
          clip-path: url(#clippath-291);
}

.cls-343 {
  -webkit-clip-path: url(#clippath-290);
          clip-path: url(#clippath-290);
}

.cls-344 {
  -webkit-clip-path: url(#clippath-281);
          clip-path: url(#clippath-281);
}

.cls-345 {
  -webkit-clip-path: url(#clippath-280);
          clip-path: url(#clippath-280);
}

.cls-346 {
  -webkit-clip-path: url(#clippath-292);
          clip-path: url(#clippath-292);
}

.cls-347 {
  -webkit-clip-path: url(#clippath-297);
          clip-path: url(#clippath-297);
}

.cls-348 {
  -webkit-clip-path: url(#clippath-294);
          clip-path: url(#clippath-294);
}

.cls-349 {
  -webkit-clip-path: url(#clippath-299);
          clip-path: url(#clippath-299);
}

.cls-350 {
  -webkit-clip-path: url(#clippath-296);
          clip-path: url(#clippath-296);
}

.cls-351 {
  -webkit-clip-path: url(#clippath-298);
          clip-path: url(#clippath-298);
}

.cls-352 {
  -webkit-clip-path: url(#clippath-293);
          clip-path: url(#clippath-293);
}

.cls-353 {
  -webkit-clip-path: url(#clippath-295);
          clip-path: url(#clippath-295);
}

.cls-354 {
  -webkit-clip-path: url(#clippath-282);
          clip-path: url(#clippath-282);
}

.cls-355 {
  -webkit-clip-path: url(#clippath-287);
          clip-path: url(#clippath-287);
}

.cls-356 {
  -webkit-clip-path: url(#clippath-284);
          clip-path: url(#clippath-284);
}

.cls-357 {
  -webkit-clip-path: url(#clippath-289);
          clip-path: url(#clippath-289);
}

.cls-358 {
  -webkit-clip-path: url(#clippath-288);
          clip-path: url(#clippath-288);
}

.cls-359 {
  -webkit-clip-path: url(#clippath-283);
          clip-path: url(#clippath-283);
}

.cls-360 {
  -webkit-clip-path: url(#clippath-285);
          clip-path: url(#clippath-285);
}

.cls-361 {
  -webkit-clip-path: url(#clippath-286);
          clip-path: url(#clippath-286);
}

.cls-362 {
  -webkit-clip-path: url(#clippath-261);
          clip-path: url(#clippath-261);
}

.cls-363 {
  -webkit-clip-path: url(#clippath-490);
          clip-path: url(#clippath-490);
}

.cls-364 {
  -webkit-clip-path: url(#clippath-492);
          clip-path: url(#clippath-492);
}

.cls-365 {
  -webkit-clip-path: url(#clippath-499);
          clip-path: url(#clippath-499);
}

.cls-366 {
  -webkit-clip-path: url(#clippath-498);
          clip-path: url(#clippath-498);
}

.cls-367 {
  -webkit-clip-path: url(#clippath-497);
          clip-path: url(#clippath-497);
}

.cls-368 {
  -webkit-clip-path: url(#clippath-496);
          clip-path: url(#clippath-496);
}

.cls-369 {
  -webkit-clip-path: url(#clippath-491);
          clip-path: url(#clippath-491);
}

.cls-370 {
  -webkit-clip-path: url(#clippath-495);
          clip-path: url(#clippath-495);
}

.cls-371 {
  -webkit-clip-path: url(#clippath-494);
          clip-path: url(#clippath-494);
}

.cls-372 {
  -webkit-clip-path: url(#clippath-493);
          clip-path: url(#clippath-493);
}

.cls-373 {
  -webkit-clip-path: url(#clippath-464);
          clip-path: url(#clippath-464);
}

.cls-374 {
  -webkit-clip-path: url(#clippath-467);
          clip-path: url(#clippath-467);
}

.cls-375 {
  -webkit-clip-path: url(#clippath-466);
          clip-path: url(#clippath-466);
}

.cls-376 {
  -webkit-clip-path: url(#clippath-469);
          clip-path: url(#clippath-469);
}

.cls-377 {
  -webkit-clip-path: url(#clippath-468);
          clip-path: url(#clippath-468);
}

.cls-378 {
  -webkit-clip-path: url(#clippath-463);
          clip-path: url(#clippath-463);
}

.cls-379 {
  -webkit-clip-path: url(#clippath-462);
          clip-path: url(#clippath-462);
}

.cls-380 {
  -webkit-clip-path: url(#clippath-465);
          clip-path: url(#clippath-465);
}

.cls-381 {
  -webkit-clip-path: url(#clippath-480);
          clip-path: url(#clippath-480);
}

.cls-382 {
  -webkit-clip-path: url(#clippath-487);
          clip-path: url(#clippath-487);
}

.cls-383 {
  -webkit-clip-path: url(#clippath-482);
          clip-path: url(#clippath-482);
}

.cls-384 {
  -webkit-clip-path: url(#clippath-489);
          clip-path: url(#clippath-489);
}

.cls-385 {
  -webkit-clip-path: url(#clippath-486);
          clip-path: url(#clippath-486);
}

.cls-386 {
  -webkit-clip-path: url(#clippath-481);
          clip-path: url(#clippath-481);
}

.cls-387 {
  -webkit-clip-path: url(#clippath-484);
          clip-path: url(#clippath-484);
}

.cls-388 {
  -webkit-clip-path: url(#clippath-485);
          clip-path: url(#clippath-485);
}

.cls-389 {
  -webkit-clip-path: url(#clippath-488);
          clip-path: url(#clippath-488);
}

.cls-390 {
  -webkit-clip-path: url(#clippath-483);
          clip-path: url(#clippath-483);
}

.cls-391 {
  -webkit-clip-path: url(#clippath-471);
          clip-path: url(#clippath-471);
}

.cls-392 {
  -webkit-clip-path: url(#clippath-470);
          clip-path: url(#clippath-470);
}

.cls-393 {
  -webkit-clip-path: url(#clippath-473);
          clip-path: url(#clippath-473);
}

.cls-394 {
  -webkit-clip-path: url(#clippath-472);
          clip-path: url(#clippath-472);
}

.cls-395 {
  -webkit-clip-path: url(#clippath-461);
          clip-path: url(#clippath-461);
}

.cls-396 {
  -webkit-clip-path: url(#clippath-460);
          clip-path: url(#clippath-460);
}

.cls-397 {
  -webkit-clip-path: url(#clippath-479);
          clip-path: url(#clippath-479);
}

.cls-398 {
  -webkit-clip-path: url(#clippath-478);
          clip-path: url(#clippath-478);
}

.cls-399 {
  -webkit-clip-path: url(#clippath-477);
          clip-path: url(#clippath-477);
}

.cls-400 {
  -webkit-clip-path: url(#clippath-475);
          clip-path: url(#clippath-475);
}

.cls-401 {
  -webkit-clip-path: url(#clippath-474);
          clip-path: url(#clippath-474);
}

.cls-402 {
  -webkit-clip-path: url(#clippath-476);
          clip-path: url(#clippath-476);
}

.cls-403 {
  -webkit-clip-path: url(#clippath-163);
          clip-path: url(#clippath-163);
}

.cls-404 {
  -webkit-clip-path: url(#clippath-165);
          clip-path: url(#clippath-165);
}

.cls-405 {
  -webkit-clip-path: url(#clippath-160);
          clip-path: url(#clippath-160);
}

.cls-406 {
  -webkit-clip-path: url(#clippath-161);
          clip-path: url(#clippath-161);
}

.cls-407 {
  -webkit-clip-path: url(#clippath-168);
          clip-path: url(#clippath-168);
}

.cls-408 {
  -webkit-clip-path: url(#clippath-167);
          clip-path: url(#clippath-167);
}

.cls-409 {
  -webkit-clip-path: url(#clippath-162);
          clip-path: url(#clippath-162);
}

.cls-410 {
  -webkit-clip-path: url(#clippath-169);
          clip-path: url(#clippath-169);
}

.cls-411 {
  -webkit-clip-path: url(#clippath-164);
          clip-path: url(#clippath-164);
}

.cls-412 {
  -webkit-clip-path: url(#clippath-166);
          clip-path: url(#clippath-166);
}

.cls-413 {
  -webkit-clip-path: url(#clippath-178);
          clip-path: url(#clippath-178);
}

.cls-414 {
  -webkit-clip-path: url(#clippath-174);
          clip-path: url(#clippath-174);
}

.cls-415 {
  -webkit-clip-path: url(#clippath-172);
          clip-path: url(#clippath-172);
}

.cls-416 {
  -webkit-clip-path: url(#clippath-171);
          clip-path: url(#clippath-171);
}

.cls-417 {
  -webkit-clip-path: url(#clippath-179);
          clip-path: url(#clippath-179);
}

.cls-418 {
  -webkit-clip-path: url(#clippath-173);
          clip-path: url(#clippath-173);
}

.cls-419 {
  -webkit-clip-path: url(#clippath-176);
          clip-path: url(#clippath-176);
}

.cls-420 {
  -webkit-clip-path: url(#clippath-175);
          clip-path: url(#clippath-175);
}

.cls-421 {
  -webkit-clip-path: url(#clippath-190);
          clip-path: url(#clippath-190);
}

.cls-422 {
  -webkit-clip-path: url(#clippath-198);
          clip-path: url(#clippath-198);
}

.cls-423 {
  -webkit-clip-path: url(#clippath-191);
          clip-path: url(#clippath-191);
}

.cls-424 {
  -webkit-clip-path: url(#clippath-182);
          clip-path: url(#clippath-182);
}

.cls-425 {
  -webkit-clip-path: url(#clippath-185);
          clip-path: url(#clippath-185);
}

.cls-426 {
  -webkit-clip-path: url(#clippath-181);
          clip-path: url(#clippath-181);
}

.cls-427 {
  -webkit-clip-path: url(#clippath-188);
          clip-path: url(#clippath-188);
}

.cls-428 {
  -webkit-clip-path: url(#clippath-184);
          clip-path: url(#clippath-184);
}

.cls-429 {
  -webkit-clip-path: url(#clippath-186);
          clip-path: url(#clippath-186);
}

.cls-430 {
  -webkit-clip-path: url(#clippath-187);
          clip-path: url(#clippath-187);
}

.cls-431 {
  -webkit-clip-path: url(#clippath-189);
          clip-path: url(#clippath-189);
}

.cls-432 {
  -webkit-clip-path: url(#clippath-183);
          clip-path: url(#clippath-183);
}

.cls-433 {
  -webkit-clip-path: url(#clippath-180);
          clip-path: url(#clippath-180);
}

.cls-434 {
  -webkit-clip-path: url(#clippath-192);
          clip-path: url(#clippath-192);
}

.cls-435 {
  -webkit-clip-path: url(#clippath-193);
          clip-path: url(#clippath-193);
}

.cls-436 {
  -webkit-clip-path: url(#clippath-199);
          clip-path: url(#clippath-199);
}

.cls-437 {
  -webkit-clip-path: url(#clippath-195);
          clip-path: url(#clippath-195);
}

.cls-438 {
  -webkit-clip-path: url(#clippath-194);
          clip-path: url(#clippath-194);
}

.cls-439 {
  -webkit-clip-path: url(#clippath-197);
          clip-path: url(#clippath-197);
}

.cls-440 {
  -webkit-clip-path: url(#clippath-196);
          clip-path: url(#clippath-196);
}

.cls-441 {
  -webkit-clip-path: url(#clippath-102);
          clip-path: url(#clippath-102);
}

.cls-442 {
  -webkit-clip-path: url(#clippath-101);
          clip-path: url(#clippath-101);
}

.cls-443 {
  -webkit-clip-path: url(#clippath-104);
          clip-path: url(#clippath-104);
}

.cls-444 {
  -webkit-clip-path: url(#clippath-109);
          clip-path: url(#clippath-109);
}

.cls-445 {
  -webkit-clip-path: url(#clippath-106);
          clip-path: url(#clippath-106);
}

.cls-446 {
  -webkit-clip-path: url(#clippath-103);
          clip-path: url(#clippath-103);
}

.cls-447 {
  -webkit-clip-path: url(#clippath-105);
          clip-path: url(#clippath-105);
}

.cls-448 {
  -webkit-clip-path: url(#clippath-100);
          clip-path: url(#clippath-100);
}

.cls-449 {
  -webkit-clip-path: url(#clippath-108);
          clip-path: url(#clippath-108);
}

.cls-450 {
  -webkit-clip-path: url(#clippath-107);
          clip-path: url(#clippath-107);
}

.cls-451 {
  -webkit-clip-path: url(#clippath-118);
          clip-path: url(#clippath-118);
}

.cls-452 {
  -webkit-clip-path: url(#clippath-114);
          clip-path: url(#clippath-114);
}

.cls-453 {
  -webkit-clip-path: url(#clippath-119);
          clip-path: url(#clippath-119);
}

.cls-454 {
  -webkit-clip-path: url(#clippath-111);
          clip-path: url(#clippath-111);
}

.cls-455 {
  -webkit-clip-path: url(#clippath-110);
          clip-path: url(#clippath-110);
}

.cls-456 {
  -webkit-clip-path: url(#clippath-113);
          clip-path: url(#clippath-113);
}

.cls-457 {
  -webkit-clip-path: url(#clippath-112);
          clip-path: url(#clippath-112);
}

.cls-458 {
  -webkit-clip-path: url(#clippath-117);
          clip-path: url(#clippath-117);
}

.cls-459 {
  -webkit-clip-path: url(#clippath-115);
          clip-path: url(#clippath-115);
}

.cls-460 {
  -webkit-clip-path: url(#clippath-116);
          clip-path: url(#clippath-116);
}

.cls-461 {
  -webkit-clip-path: url(#clippath-170);
          clip-path: url(#clippath-170);
}

.cls-462 {
  -webkit-clip-path: url(#clippath-177);
          clip-path: url(#clippath-177);
}

.cls-463 {
  -webkit-clip-path: url(#clippath-151);
          clip-path: url(#clippath-151);
}

.cls-464 {
  -webkit-clip-path: url(#clippath-156);
          clip-path: url(#clippath-156);
}

.cls-465 {
  -webkit-clip-path: url(#clippath-159);
          clip-path: url(#clippath-159);
}

.cls-466 {
  -webkit-clip-path: url(#clippath-150);
          clip-path: url(#clippath-150);
}

.cls-467 {
  -webkit-clip-path: url(#clippath-143);
          clip-path: url(#clippath-143);
}

.cls-468 {
  -webkit-clip-path: url(#clippath-144);
          clip-path: url(#clippath-144);
}

.cls-469 {
  -webkit-clip-path: url(#clippath-141);
          clip-path: url(#clippath-141);
}

.cls-470 {
  -webkit-clip-path: url(#clippath-148);
          clip-path: url(#clippath-148);
}

.cls-471 {
  -webkit-clip-path: url(#clippath-142);
          clip-path: url(#clippath-142);
}

.cls-472 {
  -webkit-clip-path: url(#clippath-149);
          clip-path: url(#clippath-149);
}

.cls-473 {
  -webkit-clip-path: url(#clippath-140);
          clip-path: url(#clippath-140);
}

.cls-474 {
  -webkit-clip-path: url(#clippath-145);
          clip-path: url(#clippath-145);
}

.cls-475 {
  -webkit-clip-path: url(#clippath-146);
          clip-path: url(#clippath-146);
}

.cls-476 {
  -webkit-clip-path: url(#clippath-147);
          clip-path: url(#clippath-147);
}

.cls-477 {
  -webkit-clip-path: url(#clippath-153);
          clip-path: url(#clippath-153);
}

.cls-478 {
  -webkit-clip-path: url(#clippath-152);
          clip-path: url(#clippath-152);
}

.cls-479 {
  -webkit-clip-path: url(#clippath-157);
          clip-path: url(#clippath-157);
}

.cls-480 {
  -webkit-clip-path: url(#clippath-154);
          clip-path: url(#clippath-154);
}

.cls-481 {
  -webkit-clip-path: url(#clippath-158);
          clip-path: url(#clippath-158);
}

.cls-482 {
  -webkit-clip-path: url(#clippath-155);
          clip-path: url(#clippath-155);
}

.cls-483 {
  -webkit-clip-path: url(#clippath-120);
          clip-path: url(#clippath-120);
}

.cls-484 {
  -webkit-clip-path: url(#clippath-125);
          clip-path: url(#clippath-125);
}

.cls-485 {
  -webkit-clip-path: url(#clippath-122);
          clip-path: url(#clippath-122);
}

.cls-486 {
  -webkit-clip-path: url(#clippath-121);
          clip-path: url(#clippath-121);
}

.cls-487 {
  -webkit-clip-path: url(#clippath-123);
          clip-path: url(#clippath-123);
}

.cls-488 {
  -webkit-clip-path: url(#clippath-124);
          clip-path: url(#clippath-124);
}

.cls-489 {
  -webkit-clip-path: url(#clippath-129);
          clip-path: url(#clippath-129);
}

.cls-490 {
  -webkit-clip-path: url(#clippath-126);
          clip-path: url(#clippath-126);
}

.cls-491 {
  -webkit-clip-path: url(#clippath-128);
          clip-path: url(#clippath-128);
}

.cls-492 {
  -webkit-clip-path: url(#clippath-127);
          clip-path: url(#clippath-127);
}

.cls-493 {
  -webkit-clip-path: url(#clippath-130);
          clip-path: url(#clippath-130);
}

.cls-494 {
  -webkit-clip-path: url(#clippath-132);
          clip-path: url(#clippath-132);
}

.cls-495 {
  -webkit-clip-path: url(#clippath-131);
          clip-path: url(#clippath-131);
}

.cls-496 {
  -webkit-clip-path: url(#clippath-134);
          clip-path: url(#clippath-134);
}

.cls-497 {
  -webkit-clip-path: url(#clippath-133);
          clip-path: url(#clippath-133);
}

.cls-498 {
  -webkit-clip-path: url(#clippath-136);
          clip-path: url(#clippath-136);
}

.cls-499 {
  -webkit-clip-path: url(#clippath-139);
          clip-path: url(#clippath-139);
}

.cls-500 {
  -webkit-clip-path: url(#clippath-137);
          clip-path: url(#clippath-137);
}

.cls-501 {
  -webkit-clip-path: url(#clippath-138);
          clip-path: url(#clippath-138);
}

.cls-502 {
  -webkit-clip-path: url(#clippath-135);
          clip-path: url(#clippath-135);
}

.cls-503 {
  -webkit-clip-path: url(#clippath-645);
          clip-path: url(#clippath-645);
}

.cls-504 {
  -webkit-clip-path: url(#clippath-641);
          clip-path: url(#clippath-641);
}

.cls-505 {
  -webkit-clip-path: url(#clippath-644);
          clip-path: url(#clippath-644);
}

.cls-506 {
  -webkit-clip-path: url(#clippath-643);
          clip-path: url(#clippath-643);
}

.cls-507 {
  -webkit-clip-path: url(#clippath-640);
          clip-path: url(#clippath-640);
}

.cls-508 {
  -webkit-clip-path: url(#clippath-642);
          clip-path: url(#clippath-642);
}

.cls-509 {
  -webkit-clip-path: url(#clippath-638);
          clip-path: url(#clippath-638);
}

.cls-510 {
  -webkit-clip-path: url(#clippath-635);
          clip-path: url(#clippath-635);
}

.cls-511 {
  -webkit-clip-path: url(#clippath-630);
          clip-path: url(#clippath-630);
}

.cls-512 {
  -webkit-clip-path: url(#clippath-631);
          clip-path: url(#clippath-631);
}

.cls-513 {
  -webkit-clip-path: url(#clippath-633);
          clip-path: url(#clippath-633);
}

.cls-514 {
  -webkit-clip-path: url(#clippath-636);
          clip-path: url(#clippath-636);
}

.cls-515 {
  -webkit-clip-path: url(#clippath-637);
          clip-path: url(#clippath-637);
}

.cls-516 {
  -webkit-clip-path: url(#clippath-639);
          clip-path: url(#clippath-639);
}

.cls-517 {
  -webkit-clip-path: url(#clippath-634);
          clip-path: url(#clippath-634);
}

.cls-518 {
  -webkit-clip-path: url(#clippath-632);
          clip-path: url(#clippath-632);
}

.cls-519 {
  -webkit-clip-path: url(#clippath-627);
          clip-path: url(#clippath-627);
}

.cls-520 {
  -webkit-clip-path: url(#clippath-629);
          clip-path: url(#clippath-629);
}

.cls-521 {
  -webkit-clip-path: url(#clippath-626);
          clip-path: url(#clippath-626);
}

.cls-522 {
  -webkit-clip-path: url(#clippath-625);
          clip-path: url(#clippath-625);
}

.cls-523 {
  -webkit-clip-path: url(#clippath-622);
          clip-path: url(#clippath-622);
}

.cls-524 {
  -webkit-clip-path: url(#clippath-621);
          clip-path: url(#clippath-621);
}

.cls-525 {
  -webkit-clip-path: url(#clippath-628);
          clip-path: url(#clippath-628);
}

.cls-526 {
  -webkit-clip-path: url(#clippath-624);
          clip-path: url(#clippath-624);
}

.cls-527 {
  -webkit-clip-path: url(#clippath-623);
          clip-path: url(#clippath-623);
}

.cls-528 {
  -webkit-clip-path: url(#clippath-620);
          clip-path: url(#clippath-620);
}

.cls-529 {
  -webkit-clip-path: url(#clippath-615);
          clip-path: url(#clippath-615);
}

.cls-530 {
  -webkit-clip-path: url(#clippath-616);
          clip-path: url(#clippath-616);
}

.cls-531 {
  -webkit-clip-path: url(#clippath-613);
          clip-path: url(#clippath-613);
}

.cls-532 {
  -webkit-clip-path: url(#clippath-614);
          clip-path: url(#clippath-614);
}

.cls-533 {
  -webkit-clip-path: url(#clippath-619);
          clip-path: url(#clippath-619);
}

.cls-534 {
  -webkit-clip-path: url(#clippath-618);
          clip-path: url(#clippath-618);
}

.cls-535 {
  -webkit-clip-path: url(#clippath-617);
          clip-path: url(#clippath-617);
}

.cls-536 {
  -webkit-clip-path: url(#clippath-612);
          clip-path: url(#clippath-612);
}

.cls-537 {
  -webkit-clip-path: url(#clippath-611);
          clip-path: url(#clippath-611);
}

.cls-538 {
  -webkit-clip-path: url(#clippath-610);
          clip-path: url(#clippath-610);
}

.cls-539 {
  -webkit-clip-path: url(#clippath-600);
          clip-path: url(#clippath-600);
}

.cls-540 {
  -webkit-clip-path: url(#clippath-601);
          clip-path: url(#clippath-601);
}

.cls-541 {
  -webkit-clip-path: url(#clippath-602);
          clip-path: url(#clippath-602);
}

.cls-542 {
  -webkit-clip-path: url(#clippath-604);
          clip-path: url(#clippath-604);
}

.cls-543 {
  -webkit-clip-path: url(#clippath-603);
          clip-path: url(#clippath-603);
}

.cls-544 {
  -webkit-clip-path: url(#clippath-606);
          clip-path: url(#clippath-606);
}

.cls-545 {
  -webkit-clip-path: url(#clippath-605);
          clip-path: url(#clippath-605);
}

.cls-546 {
  -webkit-clip-path: url(#clippath-608);
          clip-path: url(#clippath-608);
}

.cls-547 {
  -webkit-clip-path: url(#clippath-607);
          clip-path: url(#clippath-607);
}

.cls-548 {
  -webkit-clip-path: url(#clippath-609);
          clip-path: url(#clippath-609);
}

.cls-549 {
  -webkit-clip-path: url(#clippath-539);
          clip-path: url(#clippath-539);
}

.cls-550 {
  -webkit-clip-path: url(#clippath-538);
          clip-path: url(#clippath-538);
}

.cls-551 {
  -webkit-clip-path: url(#clippath-537);
          clip-path: url(#clippath-537);
}

.cls-552 {
  -webkit-clip-path: url(#clippath-536);
          clip-path: url(#clippath-536);
}

.cls-553 {
  -webkit-clip-path: url(#clippath-531);
          clip-path: url(#clippath-531);
}

.cls-554 {
  -webkit-clip-path: url(#clippath-533);
          clip-path: url(#clippath-533);
}

.cls-555 {
  -webkit-clip-path: url(#clippath-530);
          clip-path: url(#clippath-530);
}

.cls-556 {
  -webkit-clip-path: url(#clippath-535);
          clip-path: url(#clippath-535);
}

.cls-557 {
  -webkit-clip-path: url(#clippath-532);
          clip-path: url(#clippath-532);
}

.cls-558 {
  -webkit-clip-path: url(#clippath-534);
          clip-path: url(#clippath-534);
}

.cls-559 {
  -webkit-clip-path: url(#clippath-544);
          clip-path: url(#clippath-544);
}

.cls-560 {
  -webkit-clip-path: url(#clippath-542);
          clip-path: url(#clippath-542);
}

.cls-561 {
  -webkit-clip-path: url(#clippath-543);
          clip-path: url(#clippath-543);
}

.cls-562 {
  -webkit-clip-path: url(#clippath-529);
          clip-path: url(#clippath-529);
}

.cls-563 {
  -webkit-clip-path: url(#clippath-528);
          clip-path: url(#clippath-528);
}

.cls-564 {
  -webkit-clip-path: url(#clippath-527);
          clip-path: url(#clippath-527);
}

.cls-565 {
  -webkit-clip-path: url(#clippath-526);
          clip-path: url(#clippath-526);
}

.cls-566 {
  -webkit-clip-path: url(#clippath-525);
          clip-path: url(#clippath-525);
}

.cls-567 {
  -webkit-clip-path: url(#clippath-523);
          clip-path: url(#clippath-523);
}

.cls-568 {
  -webkit-clip-path: url(#clippath-520);
          clip-path: url(#clippath-520);
}

.cls-569 {
  -webkit-clip-path: url(#clippath-521);
          clip-path: url(#clippath-521);
}

.cls-570 {
  -webkit-clip-path: url(#clippath-524);
          clip-path: url(#clippath-524);
}

.cls-571 {
  -webkit-clip-path: url(#clippath-522);
          clip-path: url(#clippath-522);
}

.cls-572 {
  -webkit-clip-path: url(#clippath-549);
          clip-path: url(#clippath-549);
}

.cls-573 {
  -webkit-clip-path: url(#clippath-546);
          clip-path: url(#clippath-546);
}

.cls-574 {
  -webkit-clip-path: url(#clippath-545);
          clip-path: url(#clippath-545);
}

.cls-575 {
  -webkit-clip-path: url(#clippath-540);
          clip-path: url(#clippath-540);
}

.cls-576 {
  -webkit-clip-path: url(#clippath-548);
          clip-path: url(#clippath-548);
}

.cls-577 {
  -webkit-clip-path: url(#clippath-541);
          clip-path: url(#clippath-541);
}

.cls-578 {
  -webkit-clip-path: url(#clippath-547);
          clip-path: url(#clippath-547);
}

.cls-579 {
  -webkit-clip-path: url(#clippath-519);
          clip-path: url(#clippath-519);
}

.cls-580 {
  -webkit-clip-path: url(#clippath-518);
          clip-path: url(#clippath-518);
}

.cls-581 {
  -webkit-clip-path: url(#clippath-517);
          clip-path: url(#clippath-517);
}

.cls-582 {
  -webkit-clip-path: url(#clippath-516);
          clip-path: url(#clippath-516);
}

.cls-583 {
  -webkit-clip-path: url(#clippath-515);
          clip-path: url(#clippath-515);
}

.cls-584 {
  -webkit-clip-path: url(#clippath-510);
          clip-path: url(#clippath-510);
}

.cls-585 {
  -webkit-clip-path: url(#clippath-511);
          clip-path: url(#clippath-511);
}

.cls-586 {
  -webkit-clip-path: url(#clippath-512);
          clip-path: url(#clippath-512);
}

.cls-587 {
  -webkit-clip-path: url(#clippath-513);
          clip-path: url(#clippath-513);
}

.cls-588 {
  -webkit-clip-path: url(#clippath-514);
          clip-path: url(#clippath-514);
}

.cls-589 {
  -webkit-clip-path: url(#clippath-569);
          clip-path: url(#clippath-569);
}

.cls-590 {
  -webkit-clip-path: url(#clippath-564);
          clip-path: url(#clippath-564);
}

.cls-591 {
  -webkit-clip-path: url(#clippath-567);
          clip-path: url(#clippath-567);
}

.cls-592 {
  -webkit-clip-path: url(#clippath-561);
          clip-path: url(#clippath-561);
}

.cls-593 {
  -webkit-clip-path: url(#clippath-563);
          clip-path: url(#clippath-563);
}

.cls-594 {
  -webkit-clip-path: url(#clippath-565);
          clip-path: url(#clippath-565);
}

.cls-595 {
  -webkit-clip-path: url(#clippath-568);
          clip-path: url(#clippath-568);
}

.cls-596 {
  -webkit-clip-path: url(#clippath-566);
          clip-path: url(#clippath-566);
}

.cls-597 {
  -webkit-clip-path: url(#clippath-562);
          clip-path: url(#clippath-562);
}

.cls-598 {
  -webkit-clip-path: url(#clippath-560);
          clip-path: url(#clippath-560);
}

.cls-599 {
  -webkit-clip-path: url(#clippath-586);
          clip-path: url(#clippath-586);
}

.cls-600 {
  -webkit-clip-path: url(#clippath-589);
          clip-path: url(#clippath-589);
}

.cls-601 {
  -webkit-clip-path: url(#clippath-581);
          clip-path: url(#clippath-581);
}

.cls-602 {
  -webkit-clip-path: url(#clippath-584);
          clip-path: url(#clippath-584);
}

.cls-603 {
  -webkit-clip-path: url(#clippath-582);
          clip-path: url(#clippath-582);
}

.cls-604 {
  -webkit-clip-path: url(#clippath-583);
          clip-path: url(#clippath-583);
}

.cls-605 {
  -webkit-clip-path: url(#clippath-585);
          clip-path: url(#clippath-585);
}

.cls-606 {
  -webkit-clip-path: url(#clippath-588);
          clip-path: url(#clippath-588);
}

.cls-607 {
  -webkit-clip-path: url(#clippath-587);
          clip-path: url(#clippath-587);
}

.cls-608 {
  -webkit-clip-path: url(#clippath-580);
          clip-path: url(#clippath-580);
}

.cls-609 {
  -webkit-clip-path: url(#clippath-556);
          clip-path: url(#clippath-556);
}

.cls-610 {
  -webkit-clip-path: url(#clippath-555);
          clip-path: url(#clippath-555);
}

.cls-611 {
  -webkit-clip-path: url(#clippath-557);
          clip-path: url(#clippath-557);
}

.cls-612 {
  -webkit-clip-path: url(#clippath-550);
          clip-path: url(#clippath-550);
}

.cls-613 {
  -webkit-clip-path: url(#clippath-558);
          clip-path: url(#clippath-558);
}

.cls-614 {
  -webkit-clip-path: url(#clippath-554);
          clip-path: url(#clippath-554);
}

.cls-615 {
  -webkit-clip-path: url(#clippath-559);
          clip-path: url(#clippath-559);
}

.cls-616 {
  -webkit-clip-path: url(#clippath-551);
          clip-path: url(#clippath-551);
}

.cls-617 {
  -webkit-clip-path: url(#clippath-553);
          clip-path: url(#clippath-553);
}

.cls-618 {
  -webkit-clip-path: url(#clippath-552);
          clip-path: url(#clippath-552);
}

.cls-619 {
  -webkit-clip-path: url(#clippath-501);
          clip-path: url(#clippath-501);
}

.cls-620 {
  -webkit-clip-path: url(#clippath-504);
          clip-path: url(#clippath-504);
}

.cls-621 {
  -webkit-clip-path: url(#clippath-505);
          clip-path: url(#clippath-505);
}

.cls-622 {
  -webkit-clip-path: url(#clippath-502);
          clip-path: url(#clippath-502);
}

.cls-623 {
  -webkit-clip-path: url(#clippath-503);
          clip-path: url(#clippath-503);
}

.cls-624 {
  -webkit-clip-path: url(#clippath-508);
          clip-path: url(#clippath-508);
}

.cls-625 {
  -webkit-clip-path: url(#clippath-500);
          clip-path: url(#clippath-500);
}

.cls-626 {
  -webkit-clip-path: url(#clippath-595);
          clip-path: url(#clippath-595);
}

.cls-627 {
  -webkit-clip-path: url(#clippath-594);
          clip-path: url(#clippath-594);
}

.cls-628 {
  -webkit-clip-path: url(#clippath-593);
          clip-path: url(#clippath-593);
}

.cls-629 {
  -webkit-clip-path: url(#clippath-596);
          clip-path: url(#clippath-596);
}

.cls-630 {
  -webkit-clip-path: url(#clippath-597);
          clip-path: url(#clippath-597);
}

.cls-631 {
  -webkit-clip-path: url(#clippath-598);
          clip-path: url(#clippath-598);
}

.cls-632 {
  -webkit-clip-path: url(#clippath-599);
          clip-path: url(#clippath-599);
}

.cls-633 {
  -webkit-clip-path: url(#clippath-592);
          clip-path: url(#clippath-592);
}

.cls-634 {
  -webkit-clip-path: url(#clippath-591);
          clip-path: url(#clippath-591);
}

.cls-635 {
  -webkit-clip-path: url(#clippath-590);
          clip-path: url(#clippath-590);
}

.cls-636 {
  -webkit-clip-path: url(#clippath-573);
          clip-path: url(#clippath-573);
}

.cls-637 {
  -webkit-clip-path: url(#clippath-576);
          clip-path: url(#clippath-576);
}

.cls-638 {
  -webkit-clip-path: url(#clippath-575);
          clip-path: url(#clippath-575);
}

.cls-639 {
  -webkit-clip-path: url(#clippath-579);
          clip-path: url(#clippath-579);
}

.cls-640 {
  -webkit-clip-path: url(#clippath-574);
          clip-path: url(#clippath-574);
}

.cls-641 {
  -webkit-clip-path: url(#clippath-572);
          clip-path: url(#clippath-572);
}

.cls-642 {
  -webkit-clip-path: url(#clippath-578);
          clip-path: url(#clippath-578);
}

.cls-643 {
  -webkit-clip-path: url(#clippath-577);
          clip-path: url(#clippath-577);
}

.cls-644 {
  -webkit-clip-path: url(#clippath-570);
          clip-path: url(#clippath-570);
}

.cls-645 {
  -webkit-clip-path: url(#clippath-571);
          clip-path: url(#clippath-571);
}

.cls-646 {
  -webkit-clip-path: url(#clippath-509);
          clip-path: url(#clippath-509);
}

.cls-647 {
  -webkit-clip-path: url(#clippath-506);
          clip-path: url(#clippath-506);
}

.cls-648 {
  -webkit-clip-path: url(#clippath-507);
          clip-path: url(#clippath-507);
}

.cls-650 {
  -webkit-clip-path: url(#clippath);
          clip-path: url(#clippath);
}

.cls-651 {
  fill: #e2e4e5;
}
