/*!
Theme Name: Gianluca_SMM
Theme URI: http://underscores.me/
Author: Gianluca Mazzarella
Author URI: #
Description: Landing page per Gianluca Mazzarella
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gianluca_smm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Gianluca_SMM is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	/* margin: 0 0 1.5em; */
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/******Custom code********/

/*My Typography**/

h1, h2, h3 {
	font-family:'Montserrat';
	font-weight:700 !important;
}

h4, h5 {
	font-family:'Montserrat';
	font-weight:500 !important;
}

p {
	font-family: 'Khula', sans-serif !important;
  font-weight: 400;
}

span.drm-emphasize {
	background-color: #e48c16;
	padding: 0 0.5rem;
}


/*****Menu**********/

a {
	outline:none !important;
}

a:visited {
    color: #EC9117;
}

.my-bar {
	background-color: #ffffff!important;
	box-shadow: 1px 5px 8px 0px #00000024;
	padding:1.6rem 0;
}
@media screen and (min-width:992px) {
.my-menu {
	max-width: 70% !important;
}
}

div#main-menu {
	flex-direction:row;
	justify-content: flex-end;
}

@media screen and (max-width:767px) {
	div#main-menu ul {
		margin: 0.4em 0 !important;
	}
}

div#main-menu li a {
	margin-right:2.3rem;
	font-weight:700;
	font-size:17px;
	font-family: 'Merriweather Sans', sans-serif;
}

div#main-menu a {
	font-family: 'Merriweather Sans', sans-serif;
	font-size:17px;
}

.dropdown-item {
	color:rgba(0,0,0,.55) !important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #1d2731;
}

.menu-button {
	background-color:#EC9117;
	font-weight: 700;
	border:none !important;
	border-radius:25px;
	padding: 0.5rem 2rem;
}
.menu-button:visited {
	color:#fff !important;
}

.menu-button:hover {
    background-color: #083C5D;
}

a.navbar-brand img {
    width: 4em;
}


/******Body*******/

@media screen and (max-width:767px) {


body.custom-background {
	background-image:none !important;
	}
}

/*
div#page {

    background-image: url('http://digitalrealmarketing.it/wp-content/uploads/2021/07/background-2.png');
    background-size: 1920px 4700px;
    background-repeat: no-repeat;
    background-position: center center;
}
*/

body.custom-background {
	background-position:center 15% !important;
}

@media screen and (max-width:1440px) {
	body.custom-background {
		background-size:auto !important;
		background-position: 40% 15% !important;
	}

}

@media screen and (min-width:1921px) {
	body.custom-background {
		background-size:cover !important;
		background-position: 50% 30% !important;
	}

}
@media screen and (min-width:2500px) {
	body.custom-background {
		background-size:cover !important;
		background-position: 50% 42% !important;
	}

}

/*****Sezione Hero*******/

.hero-section {
	height:calc(100vh - 132px);
	padding-top:3.5rem;
}


@media screen and (max-width:767px)
{

	.hero-section {
		height:auto !important;
	}
	.col-sm-12 .mx-auto {
		text-align: center;
	}
}


.img-hero div{
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: center center;
	height:100%;
}


.img-hero img {
	height:100%;
}
.cta {

    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	}

@media screen and (min-width:768px){


	.cta div {
		padding-left:20%;
	}

}



@media screen and (max-width:768px) {

	.cta h1 {
		font-size:1.4em !important;

	}

	.img-hero {
		display:flex;
		align-items:flex-end;
	}

	.img-hero > .image-hero {
		display: flex;
		align-items: flex-end;
		padding-top:4rem;
	}

	.image-hero > img {
		height:auto;
	}
}


	.cta h1 {
		font-size:48px;
		margin:0 0 10px 0 !important;
	}

	@media screen and (min-width:2500px) {
		.cta h1 {
			color:#ffffff;
		}
		.cta h5 {
			color:#ffffff;
		}
	}

	.cta h5 {
		font-size:31px;
		line-height: 38.8px;
		font-weight: 300 !important;
	}

	@media screen and (max-width:768px) {
		.cta h5 {
			font-size:1.2rem;
			line-height: calc(1.2rem * 1.5);
		}
	}

	.cta a {
		background-color:#EC9117;
		font-weight: 700;
		border:none !important;
		border-radius:25px;
		padding: 0.5rem 2rem;
		margin-top:10px;
		color:#fff;
	}

	.cta a:hover {
		background-color:#083C5D;
	}

@media screen and (min-width:768px) and (max-width:1440px) {

	.tre-pilastri {
		width: 80%;
		margin:auto;
	}
}

 @media screen and (min-width:1441px) {

	.tre-pilastri {

		width: 60%;
		margin:auto;


	}

}

@media screen and (min-width:768px) and (max-width:991px) {
	.tre-pilastri {
		width:95%;
		margin:auto;
	}
}

	.tre-pilastri .row {

    border-radius: 25px;
    box-shadow: 1px 1px 15px -6px #928b8b;
		background: #ffffff;
}

.tre-pilastri .col-sm-12 {
	margin-bottom:2rem;
}

@media screen and (max-width:767px) {
.tre-pilastri .row {

	width:90%;
	margin:auto;
	box-shadow:none;
	background:none;
	}
}

.tre-pilastri .card {
	border:none !important;
	padding:1.5rem 0;

}
@media screen and (max-width:768px) {
.tre-pilastri .card {
    border: none !important;
    padding: 1.5rem 0;
    box-shadow: 2px 3px 10px #afafaf;
    border-radius: 25px;
}
}

@media screen and (max-width:768px) {
	.tre-pilastri .row .col-sm-12:nth-child(2) .card {
		background-color:#F9F9F9 !important;
		border-radius:25px;
	}
}

.tre-pilastri .row .col-lg-4:nth-child(2) .card-body {
	background-color:#F9F9F9 !important;
	border-radius:25px;
}

@media screen and (min-width:2500px) {
	.tre-pilastri .card-body p {
		font-size: 25px;
	}
}


.tre-pilastri a {
		background-color:#EC9117;
		font-weight: 700;
		border:none !important;
		border-radius:25px;
		padding:0.5rem 2rem;
		color:#ffffff !important;
		font-family: 'Merriweather Sans', sans-serif;

}

.tre-pilastri a:hover {
	background-color:#083C5D;
}

.tre-pilastri i {
	font-size:52px;
	color:#328CC1;
}
/***Banner Promo***/
.banner-promo {
	max-width: 1140px;
	border-radius: 30px;
	background: linear-gradient(180deg, #0A4971 0%, #062D46 68.75%);
	color: #fff;
	margin-top:64px;
	margin-bottom:64px;
}

.banner-promo  .col-md-6 {
	padding-left:32px;
	padding-right:32px;
}

.banner-promo h3 {
	font-size: 30px;
}



.banner-promo a {
    background-color: #EC9117;
    font-weight: 700;
    border: none !important;
    border-radius: 25px;
    padding: 0.5rem 2rem;
    color: #fff;
		width:60%;
}

.banner-promo a:hover {
    background-color: #328CC1 ;
}

@media screen and (max-width:767px) {
	.banner-promo {
		max-width: 95%;
	}

	.banner-promo .col-12:first-child {
		padding-bottom:16px;
	}
}

/********Sezione Portfolio**********/

@media screen and (min-width:768px){
	.sezione-collaborazioni {
		background-image:url(https://www.digitalrealmarketing.it/wp-content/uploads/2021/11/digital-real-marketing-sagoma-uno-min.png);
		background-repeat:no-repeat;
		background-size:100% 70%;
		background-position:50% 0%;
		padding-bottom:2em;
	}
}

@media screen and (max-width:767px){
	.sezione-collaborazioni {
			padding-left:0 !important;
			padding-right:0 !important;
	}

}

@media screen and (min-width:992px) {
.headline-portfolio {
	width:50%;
	margin:60px auto 20px auto;
	}
}

@media screen and (max-width:991px) {
	.headline-portfolio {
		text-align:center;
	}

	.headline-portfolio .col-sm-12:nth-child(2) {
		padding-top:1.2rem;
		padding-bottom:1.2rem;

	}

	.slick-prev, .slick-next {
		width:65px !important;
		height:65px !important;
	}

	.slick-prev:before, .slick-next:before {
    font-size: 45px !important;
}
}

.slick-slide {
	cursor:pointer;
}

.headline-portfolio h1 {
	color:#404040;
}

@media screen and (max-width:991px) {
	.headline-portfolio h1 {
		color:#404040;
		font-weight:600;
		font-size: 2.6em;
	}
}

.portfolio {
	margin-bottom:2rem;
}

@media screen and (max-width:1440px) {
.portfolio {
	margin:auto;
	padding-bottom:2rem;
	width: 65%;
	}
}

@media screen and (min-width:1441px) {
.portfolio {
	margin:auto;
	padding-bottom:2rem;
	width: 50%;
	}
}



@media screen and (max-width:767px) {
	.portfolio {
		width:100%;
		margin:0 auto 1.2rem;
		background-image: url(https://www.digitalrealmarketing.it/wp-content/uploads/2021/12/digital-real-marketing-sagoma-sfondo-mobile.png);
    background-size: cover;
    padding: 3.2em 0;
	}
}

.portfolio .col-lg-4 {
	margin-left:1.2rem;
	margin-right:1.2rem;
}


.portfolio .card {
	border:none;
	box-shadow: 1px 1px 15px -25px #928b8b;
	border-radius:15px !important;

}

@media screen and (max-width:767px) {
	.portfolio .card {
		margin-top:55px !important;
	}
}

.portfolio .card-text {
	font-family: 'Merriweather Sans', sans-serif;
	font-weight:700;

}

@media screen and (max-width:767px) {


.portfolio img {
	width:85%;
	margin:-50px auto 0;
	border-radius:25px !important;
}

}

@media screen and (min-width:768px) {


.portfolio img {
	width:85%;
	margin:-35px auto 0;
	border-radius:25px !important;
}

}


/******why-smm************/

/* @media screen and (min-width:992px) {
.why-smm .col-lg-12 {
	width:40%;
	}
} */

.why-smm h2 {
		display:inline-block;
    background-color: white;
    padding: 15px 60px;
    border-radius: 30px;
    box-shadow: 0px 2px 9px 0px rgb(0 0 0 / 17%);
}

.why-smm span {
	font-weight: 300;
}

@media screen and (max-width:767px) {
	.why-smm .col-sm-12 {
		width:95%;
			}
}

@media screen and (min-width:768px) {
	.why-smm {
		width:95%;
		margin:auto;
	}
}

/* .why-smm .col-lg-12 {

	background-color:white;
	color:#4E4E4E;
	margin:auto;
	border-radius:25px;
	box-shadow: 0px 10px 9px #1f1f1f45;
	} */

.why-smm h1 {
font-size: 1.8em;
}

@media screen and (max-width:767px) {
	.why-smm h1 {
	font-size: 1.3em;
	font-weight:800;
	}
}

@media screen and (max-width:991px) {

.why-smm-list {
	width:95% !important;
	margin:auto;
	}
}



.why-smm-list {
	width:50%;
	margin:auto;
}

@media screen and (max-width:1440px) {
	.why-smm-list {
		width:70%;

	}

}


.why-smm-list .col-lg-6 {
	padding-bottom: 1.2rem;
	padding-top: 1.2rem;
}


.why-smm-list .card {
	width:100% !important;
	border-radius:25px;
	box-shadow: 0px 2px 9px 0px rgb(0 0 0 / 17%);
	border:none;
}

@media screen and (min-width:992px) {
	.why-smm-list .card-title {
		display: flex;
		text-align: left;
		align-items: center;
		font-weight: 600 !important;

	}
}



.why-smm-list .card-body {
	padding:1em 1.2em !important;

}




@media screen and (min-width:992px) {

	.why-smm-list .card-title {
		margin-top:0.6em;
		font-size:1em;

	}

	.why-smm-list .card-body p:nth-child(2) {
	    display: none !important;

	}

	.why-smm-list .card-body p:nth-child(3) {
	    margin-bottom:0.8em !important;

	}

	.why-smm-list .card-body p:nth-child(4) {
	    display: none !important;

	}



}

.why-smm-list [class*="col-"]:nth-child(1) .card-title:before {
	content:'\f085';
	font-family:'Font Awesome 5 Free';
	font-weight:600;
	margin-right:0.6em;
	font-size:1.9em;
	color: #328CC1 !important;
}

.why-smm-list [class*="col-"]:nth-child(2) .card-title:before {
	content:'\f002';
	font-family:'Font Awesome 5 Free';
	font-weight:600;
	margin-right:0.6em;
	font-size:1.9em;
	color: #328CC1 !important;
}

.why-smm-list [class*="col-"]:nth-child(3) .card-title:before {
	content:'\f0c0';
	font-family:'Font Awesome 5 Free';
	font-weight:600;
	margin-right:0.6em;
	font-size:1.9em;
	color: #328CC1 !important;
}

.why-smm-list [class*="col-"]:nth-child(4) .card-title:before {
	content:'\f0a1';
	font-family:'Font Awesome 5 Free';
	font-weight:600;
	margin-right:0.6em;
	font-size:1.9em;
	color: #328CC1 !important;
}

@media screen and (max-width:767px) {
	.why-smm-list [class*="col-"] .card-title:before {
		display:block;
		margin-bottom:0.3em;
	}
}



@media screen and (max-width:767px) {
	.why-smm-list .card-body p {
		font-size:1.225em;
		font-weight:500;
	}
	.why-smm-list .card-body h5 {
		font-size:1.45em;
		font-weight:600;
	}
}

/******Sezione Chi sono***********/

.chi-sono {
	background-image:url('https://www.digitalrealmarketing.it/wp-content/uploads/2022/05/digitalrealmarketing.it-sfondo-chi-sono.png');
	background-size:100% 100%;
	background-repeat: no-repeat;
	background-position:center center;
	padding:20px 0;
}

.chi-sono .row {
	max-width:1200px;
	margin:auto;
}

.chi-sono .col-sm-12 {
	padding-bottom:1rem;
}

.chi-sono h2 {
	display:inline-block;
	border-radius:30px;
	box-shadow: 0px 4px 13px -2px rgba(101, 101, 101, 0.21);
	border: 1px solid rgba(0, 0, 0, 0.08);
	padding: 15px 25px;
}

@media screen and (max-width:767px){
	.chi-sono {
		text-align:center;
	}
}

.foto-profilo img {
	border:3px solid white;
	border-radius:25px;
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
}

.descrizione {
	background-color:white;
	padding:30px;
	border-radius:25px;
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.13);
}

.descrizione p:first-child:first-letter{
	text-transform: uppercase !important;
font-weight: 600;
letter-spacing: 0.1rem;
line-height: -0;
font-size: 2rem;
}

/******Sezione Formazione***********/

.formazione {
	padding-bottom: 3.75rem;
}

.formazione .row {
	max-width:1200px;
	margin:auto;
}

.elementi-formazione {
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.13);
	border-radius:25px;
	padding:60px;
}

@media screen and (max-width:767px) {
	.elementi-formazione {
		padding:1.2rem;
	}
}
.loghi-master .col-sm-12 {
	padding-bottom:15px;
}
.logo-uni {
	max-width: 90%;
}

/******Sezione Recensioni***********/

.container-recensioni {
	background-color:#083c5d;
	padding-top:3rem;
	padding-bottom:2rem;
}

.slider-recensioni {
	max-width:1200px;
	margin:auto;
}

.slider-recensioni [class*="col-"] .card {
	border-radius: 30px;
	box-shadow: 0px 4px 13px -2px rgba(101, 101, 101, 0.21);
	border: 1px solid rgba(0, 0, 0, 0.08);
}




.slider-recensioni .slick-list {
	padding:3rem 0 !important;
	}



.slider-recensioni .slick-prev, .slider-recensioni .slick-next {
    position: absolute !important;
    top: 50% !important;
    transform: translate(0, -50%) !important;
    z-index: 99;
		opacity: 0.5 !important;
}

.slider-recensioni .slick-prev{
    left:-35px !important;
}

.slider-recensioni .slick-next {
    right:-25px !important;
}

@media screen and (max-width:767px) {
	.slider-recensioni .slick-prev{
	    left:0px !important;
	}
	.slider-recensioni .slick-next {
	    right:0px !important;
	}
}


 .recensioni-title h2{

    display: inline-block;
    border-radius: 30px;
    box-shadow: 0px 4px 13px -2px rgba(101, 101, 101, 0.21);
    border: 1px solid white;
    padding: 15px 25px;
		margin-bottom:0.8rem;
		color:white;
 }


/******Sezione social trattati***********/
@media screen and (max-width:991px) {


.social-trattati {
	flex-direction: column-reverse !important;
	}

	.headline-social-trattati {
		padding-top:1.5rem;
	}

	.headline-social-trattati .card {
    background-color: #1d2731 !important;
    border-radius: 25px;
    /* text-align: center; */
    padding: 1.2em 1em;
	}

	.headline-social-trattati .card h1{
		color:#ffffff !important;
	}

	.headline-social-trattati .card p {
		color:#d0d0d0;

	}
}

.headline-social-trattati .card p {

	font-size:1.1em;
}


.headline-social-trattati {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	/* background-color: transparent; */
	justify-content: center;
	align-items: center;

}

.headline-social-trattati .card {
	width: 100%;
	background: transparent;
	border: none;
}

.headline-social-trattati .card-title {
	color:#000000;
	font-weight:700;
}

@media screen and (max-width:768px){
	.headline-social-trattati .card-title {
		color:#fff;
	}
}

.headline-social-trattati .card-body {
	color:#676767;
}


@media screen and (max-width:767px) {
	.galleria-icone {
		padding-top:1.2em !important;
	}
}

@media screen and (max-width:768px) {

.social-trattati {
	width:100%;
  margin:auto;
}
.row .galleria-icone {
	width:100%;
	margin:auto;
	}
}

@media screen and (min-width:768px) and (max-width:991px) {

.social-trattati {
	width:80%;
	margin:auto;
}
.row .galleria-icone {
	width:80%;
	margin:auto;
	}
}

@media screen and (min-width:1441px) {

.social-trattati {
	width:75%;
	margin:auto;
}
.row .galleria-icone {
	width:75%;
	/* margin:auto; */
	}
}

@media screen and (min-width:768px) {
	.social-trattati .col-lg-6 {
		padding-top:4rem;
		}
}

.galleria-icone .col-lg-4 {
  margin-bottom: 1.2rem;
}

.galleria-icone .card {
	height:100%;
	border-radius:25px;
}

@media screen and (min-width:768px) {

.galleria-icone .card-body {
	display:flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	flex-direction:row;
	padding: 0.4rem 1rem !important;
	}
}

.galleria-icone i {
	font-size:80px;
}

@media screen and (max-width:767px) {
	.card-1 .card-body {
		display:flex !important;
		flex-direction: column !important;
		justify-content: center !important;
		align-content:center !important;


	}
}


@media screen and  (min-width:992px) {

.card-2 {
	margin-top:-3rem;
	}

.card-5 {
	margin-top:-3rem;
	}

}

.icona-1 {
	color:#C8232C;
}

@media screen and (max-width:767px) {
	.icona-1 {
		padding:19px 0;
	}
}
.icona-2 {
	color:#FF0000;

}
.icona-3 {
	color: #3B5998;
}
.icona-4 {
	color: #2867B2;
}
.icona-5 {
  background: linear-gradient(45.42deg, #FFFFFF -4.21%, #F6640E 16.63%, #BA03A7 58.37%, #6A01B9 99.15%, #6B01B9 136.74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.icona-6 {
	background: linear-gradient(180deg, #4ECEF6 0%, #4E8FF6 53.77%, #226ADB 100%);
	background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/****Ulteriori servizi****/

@media screen and (min-width:992px){
	.last-twoservice {
		background-image:url(https://www.digitalrealmarketing.it/wp-content/uploads/2021/11/digital-real-marketing-sagome-due-min.png);
		background-repeat: no-repeat;
		background-color:#fff !important;
		background-size: cover;
		padding-top:2em;
		padding-bottom:2em;
		background-position: 50% 50%;
	}
}

@media screen and (min-width:768px) {
	.last-twoservice {
		background-color:#1d2731;
		padding-top: 2em;
		padding-bottom:2em;
	}
}


@media screen and (min-width:768px) {
	.ulteriori-servizi {
		width:75%;
		margin:2rem auto;
	}
}

@media screen and (max-width:768px) {
	.ulteriori-servizi {
		width:100%;
		margin:auto;
		background-color:#1d2731;
		padding: 1.2em 0;
		border-radius:25px;

	}

	.ulteriori-servizi h2,.ulteriori-servizi h3,.ulteriori-servizi p {
		text-align:center;
		margin-top:1.2rem;
	}

}


@media screen and (min-width:992px) {

.descrizione-destra {

	padding: 0 4rem 0 0;
	}
}

.descrizione-destra h2 {
	margin-bottom:1.3rem !important;
}

.descrizione-destra span {
	border: 1px solid #083C5D;
	padding: 0.5rem 1.5rem;
	border-radius: 25px;
	display: inline-block;
}

.descrizione-destra a {
	color:#EC9117;
}

.pulsante-servizi {
	background-color: #EC9117;
    font-weight: 700;
    border: none !important;
    border-radius: 25px;
    padding: 0.5rem 2rem;
    color: #ffffff !important;
    font-family: 'Merriweather Sans', sans-serif;
}

.descrizione-sinistra {
	display: flex;
	flex-direction:column;
	flex-wrap:wrap;
	justify-content: center;
	text-align:right;
	padding: 4rem 4rem;
}



@media screen and (max-width:767px) {
	.descrizione-sinistra {
		display: block !important;
		padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
		padding-top:unset;
		padding-bottom:unset;
	}
}

@media screen and (max-width:767px) {
.container-fluid .ulteriori-servizi:nth-of-type(odd) {
    margin:1.2rem auto;
    flex-direction: column-reverse;
		background-color:#ffffff !important;
		box-shadow: 1px 1px 13px 0px #cacaca;
	}

	.container-fluid .ulteriori-servizi:nth-of-type(odd) h3, .container-fluid .ulteriori-servizi:nth-of-type(odd) h2, .container-fluid .ulteriori-servizi:nth-of-type(odd) p  {
	    color:#404040 !important;
		}
}

.descrizione-sinistra h2 {
	margin-bottom: 1.3rem !important;
}

.descrizione-sinistra span {
	border: 1px solid #083C5D;
	padding: 0.5rem 1.5rem;
	border-radius: 25px;
	display: inline-block;
}


.ulteriori-servizi h2, .ulteriori-servizi h3 {
	color:#ffffff;
}

.ulteriori-servizi p {
	color:#ECECEC;
}

.ulteriori-servizi p {
	font-size:1.1em;
}
@media screen and (min-width:992px) {
.ulteriori-servizi img {
	height:100%;
	}
}

/*********Sezione piani************/
.headline-piani h1 {
	color:#ffffff;
}

.headline-piani span {
	color:#8E8E8E;
}
.elenco-piani {
	width:50%;
	margin:auto;
}

.elenco-piani .card {
	border-radius:20px;
}

.elenco-piani ul {
    margin: 0 !important;
    list-style: none;
    line-height: 3.5em;
    padding: 0 !important;
}

/*****Sezione Contattami*******/
.contattami {
	padding:2rem 0;
}

@media screen and (min-width:992px) {
.contattami .card{
	width:65%;
	margin-top:2rem;
	border-radius:1.6rem;
	}
}

@media screen and (max-width:992px) {
.contattami .card{
	width:100%;
	margin:1.2rem auto;
	border-radius:1.6rem;
	}
}



.contattami .card-body {
	padding:3rem 1.5rem;
}

.contattami .card-body > p:nth-child(1) {
		font-weight:700;
		font-size: 15px !important;
		color:#7A7A7A;
		margin-bottom:1.2em;
}

.contattami .card-body > p:nth-child(2) {
		font-weight:700;
		font-size: 15px !important;
		color:#000000;
		margin-bottom:0.5em;

}

.contattami .card-body > p:nth-child(1) span {

		color:#000000;


}

.contattami .form-group {
	padding:0.6rem 0;
}

.contattami .form-control {
	background-color:#EDEBEB;
	border:none;
	padding:.375rem .75rem;
	border-radius: 0.3rem;
}

.contattami .btn {
	background-color:#EC9117;
	color:#ffffff;
	font-weight: 700;
	border:none !important;
	border-radius:25px;
	padding: 0.5rem 2rem;
  float: right;
	font-family: 'Merriweather Sans', sans-serif;

}

.contattami .btn:hover {
    background-color: #1d2731;

}


@media screen and (min-width:992px) {
.contattami img {

    border-radius: 25px;
}

.contattami .img-fluid {

	float:right;
	margin-right:-4rem;
}

}
/***Carosello custom***/

.pulsanti {
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-content:center;
	justify-content:space-evenly;
}
.slick-prev:before, .slick-next:before {
	color:#b9b9b9 !important;
	font-size:30px !important;
}
@media screen and (min-width:768px) {


.slick-list {
	padding:3rem 0 0 !important;
	}

}

@media screen and (max-width:767px) {


	.slick-track {
		margin:auto !important;
	}
}

.slick-prev, .slick-next {
	position:relative !important;
	top:0 !important;
	transform: none !important;
	-webkit-transform: none !important;

}

@media screen and (max-width:768px) {
	.slick-prev:before, .slick-next:before {
		color:#1d2731 !important;
		font-size:65px !important;
	}
}

.slick-prev {
	left:0 !important;
}

.slick-next {
	right:0 !important;
}

/***Footer**/
.my-footer {
	background-color:#1D2731;
	padding:2.0em 0 0 0;
}
@media screen and (min-width:992px) {
	.my-footer .row {
		width:70%;
		margin:auto;
		padding-bottom:0.8rem;
	}
}


.my-footer .widget-title {
	color:#EC9117;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight:400 !important;
	font-size:24px;

}

@media screen and (max-width:991px) {
	.my-footer [class*='col-'] {

		text-align:center;
		margin-bottom:2em;


	}

	.my-footer .widget-title {
		font-size:30px;

	}
	.my-footer .row {
		margin:0 !important;
	}

}


@media screen and (min-width:992px) {

	.my-footer [class*='col-']:nth-child(1) {

		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: flex-end;
		align-items: center;

	}
	.main-section-footer [class*='col-']:nth-child(1) {
    flex-direction: column;
    align-items: unset;
}


}



.footer-1 img{
	width:40%;
	/* float:right; */
	margin-bottom:0.5em;
}

.footer-1 div > p {
	margin-bottom:0.3em;
	margin-top:0;
}
.footer-1 div > p a {
	text-decoration:none;
	color:#fff;
}

.footer-2 ul {
	list-style:none;
	margin:0;
	padding:0;
	color:#ffffff;
	line-height:2.2em;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight:300;
}

.footer-2 ul a {
	color:white;
}

@media screen and (max-width:991px) {

	.footer-2 ul {
		font-size: 22px;
	}

}

.social-footer i {
	font-size:1.6em;
	margin-right:0.3em;
	color:#ffffff;
	background:white;
	background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-4 .textwidget, .footer-4 .textwidget a {
	color:#ffffff;
	text-decoration: none;

}

.footer-4 p {
	font-weight:300;
	margin-bottom: 0;
}

@media screen and (max-width:991px) {
	.footer-4 p {
		font-size:22px;
	}
}


.footer-4 p:nth-child(1):before {
    content: '\f095';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-right: 0.4em;
}

.footer-4 p:nth-child(2):before {
    content: '\f0e0';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-right: 0.4em;
}
/**Copyright Section**/

.copyright-section {
	border-top:1px solid #56565678;
	padding:0.4em;
}

.copyright-section > div p {
	color:#fff;
	margin:0 !important;
}


/***Button scroll top***/

#btn-back-to-top {
	position:fixed;
	bottom:30px;
	right:30px;
	border-radius:30px;
	border:none !important;
	background-color:#EC9117 !important;
	transition: opacity .5s, visibility .5s;
	opacity:0;
	visibility: hidden;
	z-index: 999;
}

#btn-back-to-top:focus {

	box-shadow: none !important;
}


.showBtnScrollTop {
	opacity:1 !important;
	visibility: visible !important;
}


/**Sezione Blog**/

.header-blog {
	min-height:400px;
	background-image:url(https://www.digitalrealmarketing.it/wp-content/uploads/2021/11/digitalrealmarketin-it-blog-scopri-le-novita.png);
	background-size:cover;
}

.header-blog h1 {
    color: #fff;
    font-size: 3em;
    padding: 0 30%;
    text-align: center;
    text-shadow: 0px 5px 5px #00000045;
}

@media screen and (max-width:1199px) {
	.header-blog h1 {
		padding:0 !important;
	}
}

.carte-blog img {
		border:none !important;
	  border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.carte-blog {
		border:1px solid #c4c4c4;
	  border-radius:15px;
		min-height:500px;
		margin-bottom:1.2em;

}

.carte-blog h5 {
	margin:0.6em 0 !important;
	font-weight: 700 !important;
	line-height: 1.4em;
}

.carte-blog h5 a {
	text-decoration: none;
	color:#404040;
}

.sezione-meta {
	display: flex;
	align-items:center;
	margin: 0.2em 0;
}

.sezione-meta a {
	text-decoration:none !important;
	color:#404040 !important;
	font-weight:700 !important;
}

.badge-categoriapost {
	position:absolute;
	top:20px;
	right:15px;
	background-color:#3d499f !important;
}

.badge-categoriapost a{
	color: white !important;
	text-decoration: none;

}

.image-profilo {
	border-radius:50% !important;
}

.sezione-meta p:first-of-type {
	display: inline-block;
	margin:0 0 0 0.6em !important;
	font-weight: 600;
	text-transform: capitalize;

}

.sezione-meta p:last-child {
    margin: 0;
    margin-left: auto;
		font-weight:700;
}

.sezione-meta p:last-child a{
    text-decoration: none;
		color:#404040;
}

.riassunto-articolo {
    margin-bottom: 0.3em;
    margin-top: 0.7em;
		font-weight:600;
		line-height:1.4em;
		color:#767676;

}

/**Scheda profilo sezione blog**/

.about-me {
	border:none !important;
}

.info-profilo h5 {
	font-weight: 700 !important;
	line-height: 1.4em;
}

.info-profilo p {
	font-family:'Montserrat' !important;
	margin-bottom:0.2em;
}

.profilo-linksocial {
	text-align: center;
}
.profilo-linksocial a {
    color: #6a6968;
}

.profilo-linksocial a:hover {
    color: #565554;
}

.profilo-linksocial i {
    font-size: 2em;

}

.profilo-linksocial i:nth-child(-n+2) {

    margin-right: 0.4em;
}

.lista-categorie {
	margin:1.2em 0;
}

.lista-categorie h5 {
	text-align:center;
	margin-bottom:1.2em;
}

.lista-categorie li {
	list-style-type: none;
}

.lista-categorie li > ul {
	padding:0;
	margin-right:0.6em;
}

.lista-categorie li {
    margin-bottom: 0.4em;
}

.lista-categorie li > ul li:before {
	content:"\f054";
	font-family:'Font Awesome 5 Free';
	font-weight:600;
	margin-right:0.6em;
	color:#6a6968;
	font-size:0.8em;
}

.lista-categorie li > ul li a {
	text-decoration:none;
	color:red;
	font-family:'Khula';
	font-weight: 600;
	color:#6a6968;
}

.lista-categorie li > ul li a:hover {
	color:#565554;
}

.drm-newsletter {
	padding-left:1em !important;
}

.drm-newsletter i {
	display:block;
	margin-bottom:0.2em;
	font-size:45px;
}

.drm-newsletter h5 {
	font-family:'Khula';
	font-weight:600 !important;
	margin-bottom:0.7em !important;

}

.drm-newsletter .form-group {
	margin-bottom:0.6em;
}


.drm-newsletter form > p {

    margin-bottom: 0.6em;
}

.drm-newsletter form > p a {

    text-decoration:none;
		color:#000;
		font-weight: 600;
}

.drm-newsletter .form-group span > input {
	border-radius:15px;
	padding-left:1em !important;
	padding-top: 0.4em;
  padding-bottom: 0.4em;
}


.iscriviti-button {
    width: 100%;
    background-color: #EC9117 !important;
    color: #fff!important;
    text-shadow: none !important;
    font-weight: 600;
    text-transform: Uppercase;
    letter-spacing: 0.2em;
    font-family: 'Khula';
    opacity: 1 !important;
    border: none !important;
    border-radius: 15px !important;
		padding-top: 0.9em !important;
    padding-bottom: 0.9em !important;
}

/**Sezione Articolo Singolo**/

.header-article-blog {
	min-height: 500px;
	background-attachment: fixed !important;
	background-repeat: no-repeat !important;
	background-size:cover !important;
}

.header-article-blog h1 {
	color:#fff;
	margin-bottom:2em;
	margin-left:2em;
	font-size:3.5em;
	text-shadow: 1px 5px 11px #00000057;

}

@media screen and (max-width:992px) {

	.header-article-blog {
		align-items:center !important;
		background-position: center center !important;
		/*-webkit-background-size: auto 150% !important;*/
		background-attachment: scroll !important;
	}


	.header-article-blog h1 {
		text-align:center !important;
		margin:0;

	}
}

/* for background-size:cover replacement on iOS devices */

@media only screen and (orientation: landscape) and (device-width: 320px), (device-width: 768px) {

	.header-article-blog {
		-webkit-background-size: 150% auto !important;
		background-attachment: scroll !important;
	}
}


.info-singlepost {
    margin-left: 2em;
    margin-bottom: 1.6em;
}

@media screen and (max-width:992px){
	.info-singlepost {
		margin-left:0 !important;
		text-align: center !important;
	}
}

.info-singlepost span {
    padding-bottom: 0.4em;
    padding-top: 0.6em;
    padding-left: 1.4em;
    padding-right: 1.4em;
    font-size: 1em;
    font-family: 'Khula';
		box-shadow: 3px 3px 5px 0px #0000001f;
		background-color: #083C5D!important
}

@media screen and (max-width:992px) {
	.info-singlepost span {
		display:inline-block;
		margin-top: 0.6em;
	}
}

.badge-singlepost a{
	text-decoration:none;
	color:#fff !important;
}

.info-singlepost h1{
	margin: 0.6em 0 !important;
}

@media screen and (max-width:992px) {
	.meta-singlepost {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
  }

	.meta-singlepost p.nome-autore {
    margin: 0 !important;
}

	.meta-singlepost p{
		margin:0 !important;
	}
}

.meta-singlepost img {

    box-shadow: 3px 3px 5px 0px #0000001f;
}

.meta-singlepost p {
    background-color: white;
    padding: 0.3em 1.2em;
    border-radius: 15px;
    box-shadow: 3px 3px 5px #0000001f;
}

@media screen and (max-width:992px) {
	.meta-singlepost p {
		background-color:transparent;
	}
	.meta-singlepost p a {
		color:#fff !important;
	}
}


.correlati  {
	min-height: 315px;
}

.correlati:hover  {
	box-shadow: 0px 5px 5px 0px #00000038;
	transition: 0.2s ease-in-out;
}

.sezione-correlati h3 {
	background-color: #1d2731;
	padding: 0.3em 0em;
	border-radius: 5px;
	color: #fff;
	margin-bottom:0.6em;
}

.correlati h5 {
	text-align:center !important;

}


/**Pagina Categoria**/

.header-category-page {
	background:linear-gradient(6deg, rgba(0,0,0,1) 0%, rgba(0,36,35,0) 65%),url('https://www.digitalrealmarketing.it/wp-content/uploads/2021/12/digitalrealmarketing-it-articoli.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px;
	margin-bottom:1.2em;
	background-attachment: fixed;
}

.header-category-page h1 {
	color:#fff;
	text-shadow: 1px 5px 11px #00000057;
	font-size:2.9em !important;
}

.pagina-categoria {
    margin-top:0 !important;

    /* border: 1px solid #e3e3e3; */
    border-radius: 15px;
    padding: 1.2em 1.2em;
    box-shadow: 0px 1px 6px 1px #d9d9d9;
}

.pagina-categoria h5 {
    text-align: left !important;
		margin-left:0.5em !important;
		margin-bottom:0.6em !important;
		margin-top:0.3em !important;
}

.pagina-categoria li ul {
	margin-right:0.6em;
	margin-left:0.6em !important;
}

.pagina-categoria li > ul li {
    border-bottom: 1px solid #bbb;
    padding: 10px 0;
}

.pagina-categoria li > ul li:last-child {
    border:none !important;
}

.post-popolari > h5 {
	font-weight:700 !important;
	font-size:1.2em;
	margin-bottom:0.9em;
}

.post-popolari .bi-lightning {
    font-size: 2.4em;
    margin-bottom: 0.3em;
}


.carta-popolari h5 {
	font-size:1em;
}

.carta-popolari h5 a{
	text-decoration: none;
	color:#404040;
}


/**Pagina Social Media Manager**/

.contenitore-hero-social {
	background-image:url('https://www.digitalrealmarketing.it/wp-content/uploads/2023/08/digitalrealmarketing.it-social-media-manager-gianluca-mazzarella-promo-summer-last-days-v1-min.png');
	background-size:auto;
	background-position: top center;
	padding-bottom:16.25rem;
	background-repeat: no-repeat;

}

.hero-social {
	height:calc(100vh - 132.84px);
}

.intestazione-social {
	padding-left:10%;
	color:#fff;
}

.intestazione-social h1, .intestazione-hero-web h3:first-of-type {
	text-transform: inherit;
	font-size: 3rem;
	line-height: calc(3rem * 1.25);
	margin:0.8rem 0;

}

.intestazione-social h3, .intestazione-hero-web h3:last-of-type, .intestazione-hero-web h1 {
	/* font-family: 'Khula', sans-serif; */
	font-weight: 300 !important;
	font-size: 1.56rem;
	line-height: calc(1.56rem * 1.25);

}

.intestazione-social a, .intestazione-hero-web a {
	margin-top:0.8rem;
	font-size:1.37rem;
	font-weight: 700;
	background-color:#EC9117 !important;
	border:none !important;
	border-radius: 25px;
  padding: 0.6rem 2rem;
	box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
}

.btn-analisi-social {
	color:#fff !important;

}

.btn-analisi-social:hover {

	background: hsl(34deg 85% 60%) !important

}

/*Sub Hero Social */

.contenitore-sub-hero-social {
	max-width:1200px;
	margin: 3rem auto 5rem;
	position: relative;
}


.sub-hero-social {
	color:white;

}

.row.sub-hero-social:after {
    content: "";
    position: absolute;
    top: 95%;
    left: 40%;
    color: black;
    width: 13%;
    border: 5px dashed #F8D4A5;
    transform: rotate(270deg) translate(-50%, 0);
	}

	.row.sub-hero-social:nth-child(5):after {
	    border:none !important;

		}

.sottocontenitore-social-dispari {
	padding: 2rem 3rem;
	border-radius: 25px;
	background:#083C5D;
	z-index: 10;
}

.sottocontenitore-social-pari {
	padding: 2rem 3rem;
	border-radius: 25px;
	background:#D98310;
	z-index: 10;
}

.sottocontenitore-social-pari a, .sottocontenitore-social-pari a:visited {
	color:#083c5d;
}

.sottocontenitore-social-dispari .row > div:first-child h2, .sottocontenitore-social-pari .row > div:last-child h2 {
	font-size: 3rem;
	line-height: calc(3rem * 1.15);
	letter-spacing: -1px;
	margin-bottom:1rem;
}

.sottocontenitore-social-dispari .row > div:first-child p, .sottocontenitore-social-pari .row > div:last-child p {
	font-size: 1.36rem;
	line-height: calc(1.36rem * 1.33);
}

.sottocontenitore-social-dispari  .colonna-img > .img-wrapper:nth-child(1) {
	margin-left:4rem;
}

.sottocontenitore-social-dispari  .colonna-img > .img-wrapper:nth-child(2) {
	margin-top:-6rem;
}


.sottocontenitore-social-pari  .colonna-img > .img-wrapper:nth-child(1) {
	margin-left:18rem;
}

.sottocontenitore-social-pari  .colonna-img > .img-wrapper:nth-child(2) {
	margin-top:-9rem;
}

.sottocontenitore-social-pari  .colonna-img .img-wrapper:nth-child(2) > img:nth-child(2) {
	margin-top:-6rem;
}

.ultimo:after {
	display: none;
}

/***Verità***/

.contenitore-verità {
	background:url('https://www.digitalrealmarketing.it/wp-content/uploads/2022/05/digitalrealmarketing.it-social-media-manager-alcune-verita-sfondo.png');
	background-size:cover;
	background-position: center center;
	padding-top:3.2rem;
	padding-bottom:3.2rem;
}

.contenitore-verità h2 {
    display: inline-block;
    color: #000;
    padding: 0.8rem 1.6rem;
    margin-bottom: 2.2rem;
    background: linear-gradient(145deg, #F0F0F0 21.34%, #EAE6E6 77.58%);
    /* box-shadow: 11px 8px 60px hsl(210deg 26% 16%), -5px -5px 60px hsl(236deg 26% 14%); */
    border-radius: 25px;

}

.sottocontenitore-verità {
	max-width: 1200px;
	color:white;
}

.sottocontenitore-verità .icona {
	padding-right:1.2rem;
}
.sottocontenitore-verità .icona i {
	font-size:2rem;
	color:#0FA958;
}

.verità {
	padding-bottom:0.8rem;
}

.bi-check2::before {
    content: "\f272";
    background: #0FA958;
    color: white;
    border-radius: 6px;
    padding: 0.3rem 0.4rem;
}

/**Social media che curo***/

.contenitore-socialmedia-curo {
	padding:3.2rem 0;
}
.titolo-socialmedia-curo h2, .titolo-come-funziona h2, .titolo-pacchetti h2, .titolo-contattami h2 {
	display: inline-block;
    color: rgb(0, 0, 0);
    border: 1px solid #aaaaaa;
    padding: 0.8rem 1.6rem;
    background: #ffffff;
    border-radius: 50px;
}
.riga-principale-socialmedia-curo {
	max-width: 1200px;
	margin:0 auto;
}

.titolo-socialmedia-curo h2 {
	margin-bottom:2.2rem;
}

.riga-social-uno {
	padding:1.6rem 0;
}
.riga-social-due {
	padding:1.6rem 0;
}
.list ul {
	list-style-type: none;
	padding:0;
	margin:0;
	font-family: 'Khula', sans-serif;
	font-size: 1.25rem;
	line-height: calc(1.25rem * 1.6);
	}

.list span {
	padding-right:0.6rem;
}

.bi-facebook, .bi-instagram, .bi-linkedin, .bi-twitter, .bi-tiktok, .bi-wordpress, .bi-cart4, .bi-bandaid, .bi-phone, .bi-columns-gap, .bi-lock, .bi-people, .bi-google, .bi-envelope-check, .bi-vector-pen, .bi-diagram-2, .bi-card-list {
	font-size:46px;
}

.bi-facebook {
	color:#3c5a99;
}

.bi-instagram {
	color:#A3B5DB;
}
.bi-linkedin {
	color:#0E76A8;
}
.bi-twitter {
	color:#00ACEE;
}
.bi-tiktok {
	color:#777777;
}

.colonna-info p {
	font-size:1rem;
	line-height: calc(1rem * 1.25);
}

.colonna-info h4 {
	font-size:1.56rem;
	line-height: calc(1.56rem * 1.25);
	text-align: left;
}

.riga-altro .col-12 > p {
	font-family:'Montserrat'!important;
	font-size:1.56rem;
	line-height: calc(1.56rem * 1.25);
	font-weight:500 !important;
}

/**Come funziona**/

.riga-infografica {
	max-width: 1400px;
	padding-top:4rem;
	padding-bottom:4rem;
}

.come-funziona-step {
	font-size:10rem;
	margin:0;
}

.riga-infografica > .col-lg-2 {
	padding-top:14rem;
}

.step-wrapper {
	position:relative;
}

.come-funziona-step {
    font-size: 4rem;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
		font-family:'Khula', sans-serif;
		font-weight: 700;
		color:#707070;
}

.col-lg-3 .step-wrapper > img {
	max-width: 70% !important;
}

.col-lg-2 > .step-wrapper:after {
    content: "";
    border: 2px dashed #D98310;
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(140deg) translate(-50%, 0);
    z-index: -5;
}

.col-lg-2:last-of-type > .step-wrapper:after {
    display: none;
}

.col-lg-3 > .step-wrapper:after {
    content: "";
    border: 2px dashed #D98310;
    width: 100%;
    height: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: rotate(224deg) translate(-50%, 0);
    z-index: -5;
}

.col-lg-3:last-of-type > .step-wrapper:after {
    display: none;
}

.step-wrapper-content p {
	padding-top:0.8rem;
	font-weight: 700;
	font-size: 1.54rem;
	line-height: calc(1.54rem * 1.25);
	color: #707070;
}

/**Tablet Version**/

@media screen and (max-width:991px){
	/**Hero**/
	.contenitore-hero-social {
		background-image: url('https://www.digitalrealmarketing.it/wp-content/uploads/2022/07/digitalrealmarketing.it-gianluca-mazzarella-social-media-manager-background-mobile_v3.png');
		background-size:cover;
		padding-bottom: 0;
		padding-top: 1.2rem;
		padding-bottom: 28rem;
		background-position: 50% 75%;
	}
	.intestazione-social {
		padding-left:0;
		color:#404040;
	}

	.intestazione-social h1 {
		font-size:2rem;
		line-height:calc(2rem * 1.25);
	}
	.intestazione-social h3 {
		font-size:1rem;
		line-height:calc(1rem * 1.25);
	}

	.colonna-info h4 {
		text-align: center;
	}
	/**Come funziona**/

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

	.riga-infografica > .col-12 {
		padding-top:0;
	}
	.col-12 > .step-wrapper:after, .col-12 > .step-wrapper:after {
	    display: none;
	}
	.col-12:nth-child(2) .step-wrapper > img,.col-12:nth-child(4) .step-wrapper > img, .col-12:nth-child(5) .step-wrapper > img {
		max-width: 67% !important;
	}

}


/**Scegli pacchetto**/

.riga-listino-prezzi {
	padding-top:4rem;
	padding-bottom:4rem;
	max-width:1200px;
}

.pacchetto {

    padding: 2rem 1.2rem;
    border-radius: 25px;
		border: 1px solid #ecececc4;
		box-shadow: 1px 1px 8px #b5b5b5;
		position: relative;
		overflow: hidden;

}

.riga-listino-prezzi .col-lg-4:nth-child(1) .pacchetto {
    background: #df8816;
		color:white;
}
.riga-listino-prezzi .col-lg-4:nth-child(2) .pacchetto {
    background: #fff;
}
.riga-listino-prezzi .col-lg-4:nth-child(3) .pacchetto {
    background: #083C5D;
		color:white;
}

.riga-listino-prezzi h3 {
	font-size:1.94rem;
	margin-bottom:1rem;
	text-align: center;
}


.caratteristiche-pacchetto ol {
	padding:0;
	margin:0 3em 1.5em 3em;
	font-size:1rem;
	font-family: 'Khula', sans-serif;
	font-weight: 700;
	line-height: calc(1 * 1.5)
}

.prezzo span {
	font-family: 'Khula', sans-serif;
	font-weight: 700;
	font-size:2.2rem;
}

.banner {
    position: absolute;
    top: 0;
    right: 0px;
    background: green;
    text-align: center;
    transform: rotate(45deg) translateX(30%);
    padding: 0px 1.6rem;

}

/**Seione ContattamiPagina Social**/

.contenitore-contattami-social {
	margin-top:6rem;
	background:orange;
	position: relative;
}
.contenitore-contattami-social:after {
    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='1920' height='1080' preserveAspectRatio='none' viewBox='0 0 1920 1080'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1012%26quot%3b)' fill='none'%3e%3cpath d='M-95.02 676.09L-95.02 676.09' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-95.02 676.09L-72.81 809.8' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-95.02 676.09L89.52 679.78' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-95.02 676.09L57.84 801.37' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-72.81 809.8L-72.81 809.8' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-72.81 809.8L57.84 801.37' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-72.81 809.8L-68.2 941.37' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-68.2 941.37L-68.2 941.37' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-51.76 1118.27L-51.76 1118.27' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-51.76 1118.27L96.69 1110.33' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-51.76 1118.27L-68.2 941.37' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M89.52 679.78L89.52 679.78' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M89.52 679.78L57.84 801.37' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M89.52 679.78L220.21 647.11' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M89.52 679.78L209.43 846.66' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M89.52 679.78L-72.81 809.8' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M89.52 679.78L107.9 941.27' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M57.84 801.37L57.84 801.37' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M107.9 941.27L107.9 941.27' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M107.9 941.27L224.08 966.05' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M107.9 941.27L209.43 846.66' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M107.9 941.27L57.84 801.37' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M107.9 941.27L96.69 1110.33' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M107.9 941.27L-68.2 941.37' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M107.9 941.27L-72.81 809.8' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M96.69 1110.33L96.69 1110.33' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M96.69 1110.33L70.26 1260.97' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M70.26 1260.97L70.26 1260.97' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M70.26 1260.97L214.23 1240.81' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M220.21 647.11L220.21 647.11' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M220.21 647.11L408.8 654.08' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M220.21 647.11L209.43 846.66' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M209.43 846.66L209.43 846.66' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M209.43 846.66L224.08 966.05' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M209.43 846.66L345.87 849.21' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M224.08 966.05L224.08 966.05' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M214.23 1240.81L214.23 1240.81' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M214.23 1240.81L339.6 1242.37' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M408.8 654.08L408.8 654.08' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M408.8 654.08L546.42 651.15' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M408.8 654.08L345.87 849.21' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M345.87 849.21L345.87 849.21' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M345.87 849.21L357.44 937.52' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M345.87 849.21L224.08 966.05' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M345.87 849.21L554.35 838.23' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M345.87 849.21L552.6 942.66' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M357.44 937.52L357.44 937.52' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M357.44 937.52L224.08 966.05' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M408.5 1141.74L408.5 1141.74' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M408.5 1141.74L525.01 1130.43' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M408.5 1141.74L339.6 1242.37' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M408.5 1141.74L509.69 1298.49' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M408.5 1141.74L357.44 937.52' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M408.5 1141.74L214.23 1240.81' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M339.6 1242.37L339.6 1242.37' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M339.6 1242.37L509.69 1298.49' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M339.6 1242.37L525.01 1130.43' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M546.42 651.15L546.42 651.15' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M546.42 651.15L689.76 698.18' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M546.42 651.15L684.1 536.62' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M554.35 838.23L554.35 838.23' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M554.35 838.23L552.6 942.66' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M554.35 838.23L661.01 975.77' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M554.35 838.23L546.42 651.15' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M554.35 838.23L689.76 698.18' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M554.35 838.23L357.44 937.52' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M552.6 942.66L552.6 942.66' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M552.6 942.66L661.01 975.77' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M552.6 942.66L525.01 1130.43' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M525.01 1130.43L525.01 1130.43' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M525.01 1130.43L639.03 1117.43' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M525.01 1130.43L509.69 1298.49' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M525.01 1130.43L657.28 1238.29' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M525.01 1130.43L661.01 975.77' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M509.69 1298.49L509.69 1298.49' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M509.69 1298.49L657.28 1238.29' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M684.1 536.62L684.1 536.62' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M684.1 536.62L821.47 513.71' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M684.1 536.62L689.76 698.18' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M689.76 698.18L689.76 698.18' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M689.76 698.18L836.86 711.81' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M689.76 698.18L811.97 833.3' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M689.76 698.18L821.47 513.71' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M661.01 975.77L661.01 975.77' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M661.01 975.77L800.63 994.88' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M661.01 975.77L639.03 1117.43' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M639.03 1117.43L639.03 1117.43' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M639.03 1117.43L657.28 1238.29' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M657.28 1238.29L657.28 1238.29' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M657.28 1238.29L795.36 1101.06' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M657.28 1238.29L661.01 975.77' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M657.28 1238.29L408.5 1141.74' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M821.47 513.71L821.47 513.71' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M821.47 513.71L1001.79 513.05' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M836.86 711.81L836.86 711.81' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M836.86 711.81L811.97 833.3' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M836.86 711.81L990.75 646.77' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M836.86 711.81L957.28 859.32' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M811.97 833.3L811.97 833.3' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M811.97 833.3L957.28 859.32' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M811.97 833.3L800.63 994.88' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M811.97 833.3L661.01 975.77' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M811.97 833.3L1004.48 965.66' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M800.63 994.88L800.63 994.88' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M800.63 994.88L795.36 1101.06' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M795.36 1101.06L795.36 1101.06' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1001.79 513.05L1001.79 513.05' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1001.79 513.05L1117.84 555.01' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1001.79 513.05L990.75 646.77' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M990.75 646.77L990.75 646.77' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M990.75 646.77L1117.84 555.01' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M990.75 646.77L1146.81 681.01' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M957.28 859.32L957.28 859.32' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M957.28 859.32L1004.48 965.66' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M957.28 859.32L1100.69 833.14' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M957.28 859.32L800.63 994.88' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M957.28 859.32L990.75 646.77' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1004.48 965.66L1004.48 965.66' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1004.48 965.66L1129.2 1009.72' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1004.48 965.66L1100.69 833.14' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1004.48 965.66L945.1 1137.61' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1004.48 965.66L1162.5 1091.98' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M945.1 1137.61L945.1 1137.61' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M945.1 1137.61L1006.08 1249.07' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M945.1 1137.61L795.36 1101.06' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1006.08 1249.07L1006.08 1249.07' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1006.08 1249.07L1113.09 1290.88' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1006.08 1249.07L1162.5 1091.98' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1006.08 1249.07L1252.79 1308.99' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1151.06 38.36L1151.06 38.36' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1151.06 38.36L1283.75 72.34' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1151.06 38.36L1256.25 -76.73' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1151.06 38.36L1128.57 251.81' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1151.06 38.36L1300.72 207.83' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1151.06 38.36L1418.17 -93.84' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1128.57 251.81L1128.57 251.81' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1128.57 251.81L1104.76 342.99' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1128.57 251.81L1300.72 207.83' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1128.57 251.81L1311.29 370.76' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1128.57 251.81L1283.75 72.34' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1104.76 342.99L1104.76 342.99' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1104.76 342.99L1001.79 513.05' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1104.76 342.99L1311.29 370.76' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1117.84 555.01L1117.84 555.01' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1117.84 555.01L1146.81 681.01' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1146.81 681.01L1146.81 681.01' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1146.81 681.01L1302.12 701.67' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1100.69 833.14L1100.69 833.14' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1100.69 833.14L1146.81 681.01' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1100.69 833.14L1129.2 1009.72' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1100.69 833.14L1305.68 793.98' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1100.69 833.14L990.75 646.77' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1129.2 1009.72L1129.2 1009.72' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1129.2 1009.72L1162.5 1091.98' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1129.2 1009.72L1309.05 989.45' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1162.5 1091.98L1162.5 1091.98' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1162.5 1091.98L1264.27 1157.67' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1113.09 1290.88L1113.09 1290.88' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1113.09 1290.88L1252.79 1308.99' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1256.25 -76.73L1256.25 -76.73' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1256.25 -76.73L1283.75 72.34' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1283.75 72.34L1283.75 72.34' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1283.75 72.34L1300.72 207.83' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1283.75 72.34L1400.33 208.47' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1283.75 72.34L1418.17 -93.84' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1300.72 207.83L1300.72 207.83' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1300.72 207.83L1400.33 208.47' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1300.72 207.83L1311.29 370.76' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1311.29 370.76L1311.29 370.76' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1311.29 370.76L1265.3 501.06' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1265.3 501.06L1265.3 501.06' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1265.3 501.06L1419.1 523.96' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1302.12 701.67L1302.12 701.67' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1302.12 701.67L1305.68 793.98' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1305.68 793.98L1305.68 793.98' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1305.68 793.98L1423.75 787.93' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1305.68 793.98L1409.04 645.63' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1305.68 793.98L1146.81 681.01' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1305.68 793.98L1309.05 989.45' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1309.05 989.45L1309.05 989.45' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1309.05 989.45L1411.18 989.46' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1309.05 989.45L1264.27 1157.67' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1309.05 989.45L1162.5 1091.98' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1264.27 1157.67L1264.27 1157.67' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1264.27 1157.67L1252.79 1308.99' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1264.27 1157.67L1457.24 1139.87' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1252.79 1308.99L1252.79 1308.99' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1252.79 1308.99L1435.79 1268.15' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1252.79 1308.99L1162.5 1091.98' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1252.79 1308.99L1457.24 1139.87' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1418.17 -93.84L1418.17 -93.84' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1418.17 -93.84L1556.36 -93.51' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1418.17 -93.84L1256.25 -76.73' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1418.17 -93.84L1687.71 -89.44' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1400.33 208.47L1400.33 208.47' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1400.33 208.47L1555.65 216.04' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1400.33 208.47L1311.29 370.76' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1400.33 208.47L1569.1 346.04' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1400.33 208.47L1128.57 251.81' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1419.1 523.96L1419.1 523.96' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1419.1 523.96L1409.04 645.63' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1419.1 523.96L1584.18 548.94' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1409.04 645.63L1409.04 645.63' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1409.04 645.63L1302.12 701.67' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1409.04 645.63L1423.75 787.93' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1423.75 787.93L1423.75 787.93' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1423.75 787.93L1555.99 803.06' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1423.75 787.93L1302.12 701.67' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1423.75 787.93L1564.62 692.16' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1423.75 787.93L1411.18 989.46' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1411.18 989.46L1411.18 989.46' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1411.18 989.46L1457.24 1139.87' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1411.18 989.46L1574.58 954.87' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1411.18 989.46L1549.23 1146.11' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1411.18 989.46L1305.68 793.98' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1457.24 1139.87L1457.24 1139.87' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1457.24 1139.87L1549.23 1146.11' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1457.24 1139.87L1435.79 1268.15' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1435.79 1268.15L1435.79 1268.15' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1435.79 1268.15L1585.8 1263.56' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1435.79 1268.15L1549.23 1146.11' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1556.36 -93.51L1556.36 -93.51' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1556.36 -93.51L1687.71 -89.44' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1556.36 -93.51L1736.9 65.08' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1555.65 216.04L1555.65 216.04' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1555.65 216.04L1569.1 346.04' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1569.1 346.04L1569.1 346.04' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1569.1 346.04L1722.22 254.77' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1569.1 346.04L1584.18 548.94' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1584.18 548.94L1584.18 548.94' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1584.18 548.94L1564.62 692.16' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1584.18 548.94L1696.04 652.52' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1584.18 548.94L1761.72 518.32' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1584.18 548.94L1409.04 645.63' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1564.62 692.16L1564.62 692.16' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1564.62 692.16L1555.99 803.06' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1564.62 692.16L1696.04 652.52' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1555.99 803.06L1555.99 803.06' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1555.99 803.06L1704.11 832.14' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1555.99 803.06L1574.58 954.87' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1555.99 803.06L1696.04 652.52' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1555.99 803.06L1409.04 645.63' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1574.58 954.87L1574.58 954.87' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1574.58 954.87L1689.67 1006' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1549.23 1146.11L1549.23 1146.11' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1549.23 1146.11L1585.8 1263.56' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1549.23 1146.11L1693.75 1158.8' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1549.23 1146.11L1574.58 954.87' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1549.23 1146.11L1689.67 1006' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1585.8 1263.56L1585.8 1263.56' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1585.8 1263.56L1720.65 1259.59' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1687.71 -89.44L1687.71 -89.44' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1687.71 -89.44L1736.9 65.08' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1687.71 -89.44L1875.01 -40.43' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1736.9 65.08L1736.9 65.08' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1736.9 65.08L1899.2 108.74' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1736.9 65.08L1875.01 -40.43' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1736.9 65.08L1722.22 254.77' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1736.9 65.08L1903.97 206.43' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1722.22 254.77L1722.22 254.77' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1722.22 254.77L1555.65 216.04' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1722.22 254.77L1903.97 206.43' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1722.22 254.77L1893.47 374.81' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1761.72 518.32L1761.72 518.32' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1761.72 518.32L1902.36 496.56' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1761.72 518.32L1696.04 652.52' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1761.72 518.32L1871.09 647.69' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1761.72 518.32L1893.47 374.81' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1696.04 652.52L1696.04 652.52' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1696.04 652.52L1871.09 647.69' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1704.11 832.14L1704.11 832.14' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1704.11 832.14L1689.67 1006' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1704.11 832.14L1574.58 954.87' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1704.11 832.14L1696.04 652.52' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1689.67 1006L1689.67 1006' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1689.67 1006L1693.75 1158.8' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1693.75 1158.8L1693.75 1158.8' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1693.75 1158.8L1720.65 1259.59' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1693.75 1158.8L1585.8 1263.56' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1720.65 1259.59L1720.65 1259.59' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1720.65 1259.59L1846.49 1254.67' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1875.01 -40.43L1875.01 -40.43' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1875.01 -40.43L1899.2 108.74' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1875.01 -40.43L2022.68 60.36' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1875.01 -40.43L2054.61 -71.17' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1899.2 108.74L1899.2 108.74' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1899.2 108.74L1903.97 206.43' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1899.2 108.74L2022.68 60.36' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1903.97 206.43L1903.97 206.43' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1903.97 206.43L2057.12 223.08' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1903.97 206.43L1893.47 374.81' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1893.47 374.81L1893.47 374.81' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1893.47 374.81L1902.36 496.56' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1893.47 374.81L2034.1 383.11' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1902.36 496.56L1902.36 496.56' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1902.36 496.56L2044.24 504.78' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1902.36 496.56L1871.09 647.69' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1871.09 647.69L1871.09 647.69' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1871.09 647.69L2003.61 691.18' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1905.61 984.85L1905.61 984.85' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1905.61 984.85L2032.56 999.33' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1905.61 984.85L1852.1 1124.91' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1905.61 984.85L2010.7 1150.24' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1852.1 1124.91L1852.1 1124.91' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1852.1 1124.91L1846.49 1254.67' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1846.49 1254.67L1846.49 1254.67' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1846.49 1254.67L1693.75 1158.8' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2054.61 -71.17L2054.61 -71.17' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2054.61 -71.17L2022.68 60.36' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2054.61 -71.17L1899.2 108.74' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2054.61 -71.17L2057.12 223.08' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2022.68 60.36L2022.68 60.36' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2022.68 60.36L2057.12 223.08' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2057.12 223.08L2057.12 223.08' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2057.12 223.08L2034.1 383.11' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2034.1 383.11L2034.1 383.11' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2034.1 383.11L2044.24 504.78' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2044.24 504.78L2044.24 504.78' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2044.24 504.78L2003.61 691.18' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2044.24 504.78L1893.47 374.81' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2044.24 504.78L1871.09 647.69' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2003.61 691.18L2003.61 691.18' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2003.61 691.18L2055.77 796.73' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2055.77 796.73L2055.77 796.73' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2055.77 796.73L2032.56 999.33' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2055.77 796.73L1871.09 647.69' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2055.77 796.73L1905.61 984.85' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2055.77 796.73L2044.24 504.78' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2055.77 796.73L1902.36 496.56' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2032.56 999.33L2032.56 999.33' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2032.56 999.33L2010.7 1150.24' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2032.56 999.33L1852.1 1124.91' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2032.56 999.33L2035.07 1239.99' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2032.56 999.33L2003.61 691.18' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2010.7 1150.24L2010.7 1150.24' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2010.7 1150.24L2035.07 1239.99' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2010.7 1150.24L1852.1 1124.91' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2010.7 1150.24L1846.49 1254.67' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2035.07 1239.99L2035.07 1239.99' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2035.07 1239.99L1846.49 1254.67' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2035.07 1239.99L1852.1 1124.91' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2035.07 1239.99L1905.61 984.85' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2035.07 1239.99L1720.65 1259.59' stroke='rgba(255%2c 255%2c 255%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3ccircle r='5' cx='-95.02' cy='676.09' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='-72.81' cy='809.8' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='-68.2' cy='941.37' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='-51.76' cy='1118.27' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='89.52' cy='679.78' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='57.84' cy='801.37' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='107.9' cy='941.27' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='96.69' cy='1110.33' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='70.26' cy='1260.97' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='220.21' cy='647.11' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='209.43' cy='846.66' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='224.08' cy='966.05' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='214.23' cy='1240.81' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='408.8' cy='654.08' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='345.87' cy='849.21' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='357.44' cy='937.52' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='408.5' cy='1141.74' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='339.6' cy='1242.37' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='546.42' cy='651.15' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='554.35' cy='838.23' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='552.6' cy='942.66' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='525.01' cy='1130.43' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='509.69' cy='1298.49' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='684.1' cy='536.62' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='689.76' cy='698.18' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='661.01' cy='975.77' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='639.03' cy='1117.43' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='657.28' cy='1238.29' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='821.47' cy='513.71' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='836.86' cy='711.81' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='811.97' cy='833.3' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='800.63' cy='994.88' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='795.36' cy='1101.06' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1001.79' cy='513.05' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='990.75' cy='646.77' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='957.28' cy='859.32' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1004.48' cy='965.66' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='945.1' cy='1137.61' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1006.08' cy='1249.07' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1151.06' cy='38.36' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1128.57' cy='251.81' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1104.76' cy='342.99' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1117.84' cy='555.01' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1146.81' cy='681.01' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1100.69' cy='833.14' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1129.2' cy='1009.72' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1162.5' cy='1091.98' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1113.09' cy='1290.88' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1256.25' cy='-76.73' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1283.75' cy='72.34' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1300.72' cy='207.83' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1311.29' cy='370.76' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1265.3' cy='501.06' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1302.12' cy='701.67' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1305.68' cy='793.98' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1309.05' cy='989.45' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1264.27' cy='1157.67' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1252.79' cy='1308.99' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1418.17' cy='-93.84' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1400.33' cy='208.47' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1419.1' cy='523.96' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1409.04' cy='645.63' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1423.75' cy='787.93' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1411.18' cy='989.46' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1457.24' cy='1139.87' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1435.79' cy='1268.15' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1556.36' cy='-93.51' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1555.65' cy='216.04' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1569.1' cy='346.04' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1584.18' cy='548.94' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1564.62' cy='692.16' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1555.99' cy='803.06' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1574.58' cy='954.87' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1549.23' cy='1146.11' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1585.8' cy='1263.56' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1687.71' cy='-89.44' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1736.9' cy='65.08' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1722.22' cy='254.77' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1761.72' cy='518.32' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1696.04' cy='652.52' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1704.11' cy='832.14' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1689.67' cy='1006' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1693.75' cy='1158.8' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1720.65' cy='1259.59' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1875.01' cy='-40.43' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1899.2' cy='108.74' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1903.97' cy='206.43' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1893.47' cy='374.81' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1902.36' cy='496.56' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1871.09' cy='647.69' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1905.61' cy='984.85' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1852.1' cy='1124.91' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1846.49' cy='1254.67' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='2054.61' cy='-71.17' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='2022.68' cy='60.36' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='2057.12' cy='223.08' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='2034.1' cy='383.11' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='2044.24' cy='504.78' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='2003.61' cy='691.18' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='2055.77' cy='796.73' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='2032.56' cy='999.33' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='2010.7' cy='1150.24' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='2035.07' cy='1239.99' fill='rgba(255%2c 255%2c 255%2c 1)'%3e%3c/circle%3e%3cpath d='M-83.59 1004.46L-83.59 1004.46' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-83.59 1004.46L54.26 967.26' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-83.59 1004.46L-72.16 1153' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-83.59 1004.46L102.02 1129.44' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-83.59 1004.46L-72.36 1294.47' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-83.59 1004.46L92.37 1276.43' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M54.26 967.26L54.26 967.26' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M54.26 967.26L102.02 1129.44' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M54.26 967.26L236.65 1088.23' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M545.92 1147.65L545.92 1147.65' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M545.92 1147.65L645.01 1096.85' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M545.92 1147.65L536.03 1284.24' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M545.92 1147.65L368.72 1122.92' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1125.38 1104.75L1125.38 1104.75' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1125.38 1104.75L1095.96 976.02' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1125.38 1104.75L1270.41 1111.39' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1125.38 1104.75L988 1155.48' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1125.38 1104.75L1096.61 1253.55' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1125.38 1104.75L1264.97 1011.01' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1125.38 1104.75L984.35 995.71' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1096.61 1253.55L1096.61 1253.55' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1096.61 1253.55L983.7 1272.95' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1096.61 1253.55L988 1155.48' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1303.72 850.44L1303.72 850.44' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1303.72 850.44L1240.73 702.74' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1303.72 850.44L1264.97 1011.01' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1537.82 1160.36L1537.82 1160.36' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1537.82 1160.36L1549.7 1238.87' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1537.82 1160.36L1433.61 1002.54' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1549.7 1238.87L1549.7 1238.87' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1549.7 1238.87L1734.14 1238.31' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1549.7 1238.87L1749.03 1157.23' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1549.7 1238.87L1433.61 1002.54' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1549.7 1238.87L1609.23 961.25' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1549.7 1238.87L1841.27 1281.78' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1726.12 353.58L1726.12 353.58' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1726.12 353.58L1701.3 257.02' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1740.56 954.22L1740.56 954.22' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1740.56 954.22L1718.27 836.54' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1740.56 954.22L1609.23 961.25' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1740.56 954.22L1884.65 937.59' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1865.39 490.58L1865.39 490.58' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1865.39 490.58L1893.52 351.46' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1865.39 490.58L1710.83 489.64' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1865.39 490.58L1843.93 664.21' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1987.9 857.41L1987.9 857.41' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1987.9 857.41L1995.21 943.46' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1987.9 857.41L1884.65 937.59' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1987.9 857.41L1845.17 788.07' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1995.21 943.46L1995.21 943.46' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1995.21 943.46L1884.65 937.59' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-72.16 1153L-72.16 1153' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-72.16 1153L-72.36 1294.47' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-72.16 1153L102.02 1129.44' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-72.16 1153L92.37 1276.43' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-72.16 1153L54.26 967.26' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-72.16 1153L236.65 1088.23' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-72.36 1294.47L-72.36 1294.47' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-72.36 1294.47L92.37 1276.43' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-72.36 1294.47L102.02 1129.44' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M102.02 1129.44L102.02 1129.44' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M102.02 1129.44L236.65 1088.23' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M102.02 1129.44L92.37 1276.43' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M102.02 1129.44L240.95 1273.17' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M92.37 1276.43L92.37 1276.43' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M92.37 1276.43L240.95 1273.17' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M92.37 1276.43L236.65 1088.23' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M236.65 1088.23L236.65 1088.23' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M236.65 1088.23L368.72 1122.92' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M236.65 1088.23L384.78 980.01' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M236.65 1088.23L240.95 1273.17' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M236.65 1088.23L374.61 1267.56' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M240.95 1273.17L240.95 1273.17' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M240.95 1273.17L374.61 1267.56' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M240.95 1273.17L368.72 1122.92' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M384.78 980.01L384.78 980.01' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M384.78 980.01L368.72 1122.92' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M384.78 980.01L489.32 829.17' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M384.78 980.01L545.92 1147.65' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M368.72 1122.92L368.72 1122.92' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M368.72 1122.92L374.61 1267.56' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M374.61 1267.56L374.61 1267.56' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M374.61 1267.56L536.03 1284.24' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M374.61 1267.56L545.92 1147.65' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M489.32 829.17L489.32 829.17' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M489.32 829.17L705.03 803.4' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M489.32 829.17L645.5 991.15' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M489.32 829.17L645.01 1096.85' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M489.32 829.17L368.72 1122.92' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M489.32 829.17L545.92 1147.65' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M536.03 1284.24L536.03 1284.24' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M536.03 1284.24L645.01 1096.85' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M536.03 1284.24L368.72 1122.92' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M705.03 803.4L705.03 803.4' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M705.03 803.4L820.39 798.96' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M705.03 803.4L813.91 956.07' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M705.03 803.4L645.5 991.15' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M645.5 991.15L645.5 991.15' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M645.5 991.15L645.01 1096.85' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M645.5 991.15L813.91 956.07' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M645.5 991.15L798.33 1095.61' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M645.5 991.15L545.92 1147.65' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M645.01 1096.85L645.01 1096.85' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M645.01 1096.85L798.33 1095.61' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M820.39 798.96L820.39 798.96' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M820.39 798.96L813.91 956.07' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M820.39 798.96L991.21 835.75' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M820.39 798.96L984.35 995.71' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M813.91 956.07L813.91 956.07' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M813.91 956.07L798.33 1095.61' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M798.33 1095.61L798.33 1095.61' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M842.78 1281.49L842.78 1281.49' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M842.78 1281.49L983.7 1272.95' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M842.78 1281.49L798.33 1095.61' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M991.21 835.75L991.21 835.75' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M991.21 835.75L1089.02 844.37' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M991.21 835.75L984.35 995.71' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M991.21 835.75L1095.96 976.02' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M991.21 835.75L813.91 956.07' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M984.35 995.71L984.35 995.71' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M984.35 995.71L1095.96 976.02' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M984.35 995.71L988 1155.48' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M984.35 995.71L813.91 956.07' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M984.35 995.71L1089.02 844.37' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M988 1155.48L988 1155.48' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M988 1155.48L983.7 1272.95' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M988 1155.48L842.78 1281.49' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M988 1155.48L798.33 1095.61' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M983.7 1272.95L983.7 1272.95' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M983.7 1272.95L1125.38 1104.75' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M983.7 1272.95L798.33 1095.61' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M983.7 1272.95L1250.41 1255.66' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1161.08 660.15L1161.08 660.15' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1161.08 660.15L1240.73 702.74' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1161.08 660.15L1301.39 522.51' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1161.08 660.15L1089.02 844.37' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1161.08 660.15L1303.72 850.44' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1161.08 660.15L991.21 835.75' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1161.08 660.15L1452.23 679.12' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1089.02 844.37L1089.02 844.37' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1089.02 844.37L1095.96 976.02' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1089.02 844.37L1240.73 702.74' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1095.96 976.02L1095.96 976.02' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1095.96 976.02L1264.97 1011.01' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1095.96 976.02L988 1155.48' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1301.39 522.51L1301.39 522.51' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1301.39 522.51L1418.56 405.03' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1301.39 522.51L1240.73 702.74' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1301.39 522.51L1452.23 679.12' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1301.39 522.51L1540.38 401.43' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1301.39 522.51L1563.4 663.39' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1240.73 702.74L1240.73 702.74' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1240.73 702.74L1452.23 679.12' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1264.97 1011.01L1264.97 1011.01' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1264.97 1011.01L1270.41 1111.39' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1270.41 1111.39L1270.41 1111.39' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1270.41 1111.39L1250.41 1255.66' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1250.41 1255.66L1250.41 1255.66' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1250.41 1255.66L1096.61 1253.55' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1250.41 1255.66L1125.38 1104.75' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1250.41 1255.66L1264.97 1011.01' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1418.56 405.03L1418.56 405.03' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1418.56 405.03L1540.38 401.43' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1418.56 405.03L1538.32 225.29' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1452.23 679.12L1452.23 679.12' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1452.23 679.12L1563.4 663.39' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1452.23 679.12L1558.33 799.39' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1452.23 679.12L1303.72 850.44' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1433.61 1002.54L1433.61 1002.54' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1433.61 1002.54L1264.97 1011.01' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1433.61 1002.54L1609.23 961.25' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1433.61 1002.54L1270.41 1111.39' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1571.5 -41.15L1571.5 -41.15' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1571.5 -41.15L1539.18 78.59' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1571.5 -41.15L1722.25 49.86' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1571.5 -41.15L1738.31 -109' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1571.5 -41.15L1538.32 225.29' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1539.18 78.59L1539.18 78.59' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1539.18 78.59L1538.32 225.29' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1539.18 78.59L1722.25 49.86' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1539.18 78.59L1701.3 257.02' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1539.18 78.59L1738.31 -109' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1538.32 225.29L1538.32 225.29' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1538.32 225.29L1701.3 257.02' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1540.38 401.43L1540.38 401.43' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1540.38 401.43L1538.32 225.29' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1540.38 401.43L1726.12 353.58' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1563.4 663.39L1563.4 663.39' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1563.4 663.39L1558.33 799.39' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1563.4 663.39L1726.72 694.95' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1563.4 663.39L1710.83 489.64' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1563.4 663.39L1718.27 836.54' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1563.4 663.39L1540.38 401.43' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1558.33 799.39L1558.33 799.39' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1558.33 799.39L1718.27 836.54' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1558.33 799.39L1609.23 961.25' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1558.33 799.39L1726.72 694.95' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1609.23 961.25L1609.23 961.25' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1609.23 961.25L1718.27 836.54' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1738.31 -109L1738.31 -109' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1738.31 -109L1873.13 -73.76' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1738.31 -109L1722.25 49.86' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1738.31 -109L1882.57 106.7' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1722.25 49.86L1722.25 49.86' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1722.25 49.86L1882.57 106.7' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1701.3 257.02L1701.3 257.02' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1710.83 489.64L1710.83 489.64' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1710.83 489.64L1726.12 353.58' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1710.83 489.64L1540.38 401.43' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1726.72 694.95L1726.72 694.95' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1726.72 694.95L1843.93 664.21' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1726.72 694.95L1718.27 836.54' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1726.72 694.95L1845.17 788.07' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1718.27 836.54L1718.27 836.54' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1718.27 836.54L1845.17 788.07' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1749.03 1157.23L1749.03 1157.23' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1749.03 1157.23L1734.14 1238.31' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1749.03 1157.23L1882.48 1136.67' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1734.14 1238.31L1734.14 1238.31' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1734.14 1238.31L1841.27 1281.78' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1734.14 1238.31L1882.48 1136.67' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1873.13 -73.76L1873.13 -73.76' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1882.57 106.7L1882.57 106.7' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1882.57 106.7L1883.26 200.73' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1882.57 106.7L1996.91 109.46' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1882.57 106.7L1873.13 -73.76' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1883.26 200.73L1883.26 200.73' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1883.26 200.73L1996.91 109.46' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1883.26 200.73L1893.52 351.46' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1883.26 200.73L2037.74 219.22' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1883.26 200.73L1701.3 257.02' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1893.52 351.46L1893.52 351.46' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1893.52 351.46L1726.12 353.58' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1843.93 664.21L1843.93 664.21' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1843.93 664.21L1845.17 788.07' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1843.93 664.21L2030.2 682.76' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1843.93 664.21L1718.27 836.54' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1843.93 664.21L1710.83 489.64' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1845.17 788.07L1845.17 788.07' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1884.65 937.59L1884.65 937.59' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1882.48 1136.67L1882.48 1136.67' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1882.48 1136.67L1841.27 1281.78' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1882.48 1136.67L2041.38 1162.12' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1841.27 1281.78L1841.27 1281.78' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1841.27 1281.78L1749.03 1157.23' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2043.54 -94.71L2043.54 -94.71' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2043.54 -94.71L1873.13 -73.76' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2043.54 -94.71L1996.91 109.46' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1996.91 109.46L1996.91 109.46' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1996.91 109.46L2037.74 219.22' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2037.74 219.22L2037.74 219.22' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2037.74 219.22L1882.57 106.7' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2037.74 219.22L1893.52 351.46' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2030.2 682.76L2030.2 682.76' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2030.2 682.76L1987.9 857.41' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2041.38 1162.12L2041.38 1162.12' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2041.38 1162.12L2011.78 1262.24' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2011.78 1262.24L2011.78 1262.24' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M2011.78 1262.24L1841.27 1281.78' stroke='hsl(0%2c 0%25%2c 100%25)' stroke-width='1.5'%3e%3c/path%3e%3ccircle r='25' cx='-83.59' cy='1004.46' fill='url(%23SvgjsRadialGradient1013)'%3e%3c/circle%3e%3ccircle r='25' cx='54.26' cy='967.26' fill='url(%23SvgjsRadialGradient1013)'%3e%3c/circle%3e%3ccircle r='25' cx='545.92' cy='1147.65' fill='url(%23SvgjsRadialGradient1013)'%3e%3c/circle%3e%3ccircle r='25' cx='1125.38' cy='1104.75' fill='url(%23SvgjsRadialGradient1013)'%3e%3c/circle%3e%3ccircle r='25' cx='1096.61' cy='1253.55' fill='url(%23SvgjsRadialGradient1013)'%3e%3c/circle%3e%3ccircle r='25' cx='1303.72' cy='850.44' fill='url(%23SvgjsRadialGradient1013)'%3e%3c/circle%3e%3ccircle r='25' cx='1537.82' cy='1160.36' fill='url(%23SvgjsRadialGradient1013)'%3e%3c/circle%3e%3ccircle r='25' cx='1549.7' cy='1238.87' fill='url(%23SvgjsRadialGradient1013)'%3e%3c/circle%3e%3ccircle r='25' cx='1726.12' cy='353.58' fill='url(%23SvgjsRadialGradient1013)'%3e%3c/circle%3e%3ccircle r='25' cx='1740.56' cy='954.22' fill='url(%23SvgjsRadialGradient1013)'%3e%3c/circle%3e%3ccircle r='25' cx='1865.39' cy='490.58' fill='url(%23SvgjsRadialGradient1013)'%3e%3c/circle%3e%3ccircle r='25' cx='1987.9' cy='857.41' fill='url(%23SvgjsRadialGradient1013)'%3e%3c/circle%3e%3ccircle r='25' cx='1995.21' cy='943.46' fill='url(%23SvgjsRadialGradient1013)'%3e%3c/circle%3e%3ccircle r='5' cx='-72.16' cy='1153' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='-72.36' cy='1294.47' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='102.02' cy='1129.44' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='92.37' cy='1276.43' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='236.65' cy='1088.23' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='240.95' cy='1273.17' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='384.78' cy='980.01' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='368.72' cy='1122.92' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='374.61' cy='1267.56' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='489.32' cy='829.17' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='536.03' cy='1284.24' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='705.03' cy='803.4' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='645.5' cy='991.15' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='645.01' cy='1096.85' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='820.39' cy='798.96' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='813.91' cy='956.07' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='798.33' cy='1095.61' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='842.78' cy='1281.49' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='991.21' cy='835.75' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='984.35' cy='995.71' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='988' cy='1155.48' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='983.7' cy='1272.95' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1161.08' cy='660.15' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1089.02' cy='844.37' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1095.96' cy='976.02' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1301.39' cy='522.51' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1240.73' cy='702.74' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1264.97' cy='1011.01' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1270.41' cy='1111.39' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1250.41' cy='1255.66' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1418.56' cy='405.03' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1452.23' cy='679.12' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1433.61' cy='1002.54' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1571.5' cy='-41.15' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1539.18' cy='78.59' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1538.32' cy='225.29' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1540.38' cy='401.43' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1563.4' cy='663.39' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1558.33' cy='799.39' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1609.23' cy='961.25' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1738.31' cy='-109' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1722.25' cy='49.86' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1701.3' cy='257.02' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1710.83' cy='489.64' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1726.72' cy='694.95' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1718.27' cy='836.54' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1749.03' cy='1157.23' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1734.14' cy='1238.31' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1873.13' cy='-73.76' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1882.57' cy='106.7' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1883.26' cy='200.73' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1893.52' cy='351.46' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1843.93' cy='664.21' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1845.17' cy='788.07' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1884.65' cy='937.59' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1882.48' cy='1136.67' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1841.27' cy='1281.78' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='2043.54' cy='-94.71' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='1996.91' cy='109.46' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='2037.74' cy='219.22' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='2030.2' cy='682.76' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='2041.38' cy='1162.12' fill='white'%3e%3c/circle%3e%3ccircle r='5' cx='2011.78' cy='1262.24' fill='white'%3e%3c/circle%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1012'%3e%3crect width='1920' height='1080' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cradialGradient id='SvgjsRadialGradient1013'%3e%3cstop stop-color='white' offset='0.1'%3e%3c/stop%3e%3cstop stop-color='rgba(255%2c 255%2c 255%2c 1)' offset='0.2'%3e%3c/stop%3e%3cstop stop-color='rgba(255%2c 255%2c 255%2c 0)' offset='1'%3e%3c/stop%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e");
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    background-size: cover;
    opacity: 0.2;
    background-position: center center;
    display: block;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
}

.riga-principale-contattami-social {
	max-width: 1400px;
	padding-top:3rem;

}
.riga-principale-contattami-social > .col-12 {
	z-index:1;

}

.sottocontenitore-contattami-social .img-wrapper {

    overflow: hidden;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;

}

.sottocontenitore-contattami-social .img-wrapper > img {

    margin-bottom: -35%;
    max-width: 72%;
    transform: rotate(-20deg) translate(20%, 9%);

}

.contattami-social {
    padding: 3rem 4rem 2rem;
}

.contattami-social i {
	font-size:3rem;
	display: table;
	margin:auto;
}

@media screen and (min-width:992px) {
.contattami-social .card{
	margin-top:2rem;
	border-radius:1.6rem;
	}
}

@media screen and (max-width:992px) {
.contattami-social .card{
	width:100%;
	margin:1.2rem auto;
	border-radius:1.6rem;
	}
}



.contattami-social .card-body {
	padding: 1.2rem 1.5rem 3rem;
}

.contattami-social .card-body > p:nth-child(1) {
		font-weight:700;
		font-size: 15px !important;
		color:#7A7A7A;
		margin-bottom:1.2em;
}

.contattami-social .card-body > p:nth-child(2) {
		font-weight:700;
		font-size: 15px !important;
		color:#000000;
		margin-bottom:0.5em;

}

.contattami-social .card-body > p:nth-child(1) span {

		color:#000000;


}

.contattami-social .form-group {
	padding:0.6rem 0;
}

.contattami-social .form-control {
	background-color:#EDEBEB;
	border:none;
	padding:.375rem .75rem;
	border-radius: 0.3rem;
}

.contattami-social .btn {
	background-color:#EC9117;
	color:#ffffff;
	font-weight: 700;
	border:none !important;
	border-radius:25px;
	padding: 0.5rem 2rem;
  float: right;
	font-family: 'Merriweather Sans', sans-serif;

}

.contattami-social .btn:hover {
    background-color: #1d2731;

}


@media screen and (min-width:992px) {
.contattami img {
    border-radius: 25px;
 }
}

/**Web Design**/

.contenitore-hero-web {
	background-image: url('/wp-content/uploads/2024/02/digitalrealmarketing.it-web-design-gianluca-mazzarella_v4.jpg');
	padding-top:0rem;
	padding-bottom:5rem;
	background-size:cover;
	background-position: center center;
}

.contenitore-hero-web .intestazione-social h1, .contenitore-hero-web .intestazione-social h3, .contenitore-hero-digital-marketing .intestazione-social h1, .contenitore-hero-digital-marketing .intestazione-social h3 {
	color:black;
}



.riga-hero-web {
	height:calc(100vh - 132.33px);
}

.intestazione-hero-web {
	padding-left:6rem;

}

.titolo-verità-web h2 {
	position: relative;
	z-index: 1;
	color:white;
	margin:2rem 0 1rem;
	display: inline-block;
color: #000;
padding: 0.8rem 1.6rem;
margin-bottom: 2.2rem;
background: linear-gradient(145deg, #F0F0F0 21.34%, #EAE6E6 77.58%);
border-radius: 25px;
}

.intestazione-hero-web h3:first-of-type {
	font-weight: 700 !important;
}

.intestazione-hero-web h1 {
	font-weight:300 !important;
}

.contenitore-verità-web {
    background-size: 60%;
    position: relative;
    background-repeat: no-repeat;
    background-position: -15% 50%;
    background-image: url('https://www.digitalrealmarketing.it/wp-content/uploads/2022/05/domenico-loia-hGV2TfOh0ns-unsplash-1.jpg');
    overflow: hidden;
}

.sottocontenitore-verità-web {
		/* max-width: 1200px; */

}

.sottocontenitore-verità-web a {
	color:#EC9117;
}

.colonna-destra {

}

.wrapper-bg-angled {
	background-color: #1D2731;
    position: absolute;
    top: 0;
    /* bottom: 0; */
    right: -10%;
    /* overflow: hidden; */
    height: 102%;
    width: 69%;
    transform: skew(-25deg);

}

.bg-angled {

    position: absolute;
    top: 0;
    right: -10%;
    height: 100%;
    width: 60%;
    transform: skew(-25deg);
		overflow:
}



.wrapper-verità {
	position: relative;
	color:white;
	padding:6% 10% 10%;
}

.wrapper-verità .icona {
	padding-right:1.2rem;
	font-size:2rem;
}

.wrapper-verità h3 {
	font-size:2rem;
	letter-spacing: -1px;
}

.wrapper-verità p {
	font-size:1.25rem;
	line-height:calc(1.25rem * 1.25);
}

.titolo-pacchetti p {
	font-size: 1.25rem;
	margin-bottom:0.8rem;
}

.titolo-pacchetti a {
	margin-top: 0.8rem;
font-size: 1.37rem;
font-weight: 700;
background-color: #328CC1!important;
border: none !important;
border-radius: 25px;
padding: 0.6rem 1.6rem;
box-shadow: 2px 7px 60px #3d8ebf36;
}

/*******Pagina Digital Marketing**********/

.contenitore-hero-digital-marketing {
	background-image:url('/wp-content/uploads/2024/02/digitalrealmarketing.it-digital-marketing-gianluca-mazzarella-sfondo-hero-v4.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
padding-bottom: 1rem;
}

.contenitore-verità-marketing {
	background-image:url('https://www.digitalrealmarketing.it/wp-content/uploads/2022/06/digitalrealmarketing.it-digital-marketing-sfondo-verita-v2-min.jpg');
	background-size: cover;
	background-position: center;
}

.contenitore-verità-marketing .colonna-sinistra {
		padding: 3rem 13rem 0;
}

.contenitore-verità-marketing .colonna-sinistra h3 {
		color: white;
		margin-bottom:1rem;

}



.sottocontenitore-verità-marketing .paragrafo-verità {
color: white;
font-size: 1.35rem;
line-height: calc(1.35rem * 1.35)
}


/********Pagina Portfolio (lavori)***********/

.contenitore-lavori {
	background-position: center;
}

.contenitore-lavori > .row {
	height:500px;
}
.contenitore-lavori h1 {
	color:white !important;
	font-size:3rem;
	margin-bottom:0px;
}

.sottotitolo-lavori {
	font-weight: 400;
	font-size:1.2rem;
}



.contenitore-contenuti > .row {
	padding-top:50px;
}
.contenitore-lavori > .row > .col-12 p {
	color:white;
}

.dettagli-lavori {
	position:sticky;
	top:20px;
}

.dettagli-lavori ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
	line-height: 1.8em;
	padding-bottom: 10px;
}

.dettagli-lavori ul li > i {
	margin-right:10px;
	color:#EC9117;
}



/********Pagina Archvio-Portfolio (lavori)***********/

.badge-sito-web {
	background:#ec9117 !important;
}

.lista-menu-portfolio ul {
    list-style-type: none;
    margin: 0;

}

.lista-menu-portfolio ul {
    list-style-type: none;
    margin: 0;

}
.lista-menu-portfolio ul a {
	text-decoration:none;
	color:red;
	font-family:'Khula';
	font-weight: 600;
	color:#6a6968;
}


.lista-menu-portfolio ul li:before {
	content:"\f054";
	font-family:'Font Awesome 5 Free';
	font-weight:600;
	margin-right:0.6em;
	color:#6a6968;
	font-size:0.8em;
}



/*********************************  Tablet Version***********************************************/
@media screen and (max-width:991px) {
	.contenitore-hero-web {

		padding-bottom:0 !important;
	}

	.intestazione-hero-web {
			padding:0;
	}

	.intestazione-hero-web h3:first-of-type {
		font-size:2.441rem;
		line-height:calc(2.441rem * 1.25);
	}

	.intestazione-hero-web h1, .intestazione-hero-web h3:last-of-type{
		font-size:1.563rem;
		line-height:calc(1.563rem * 1.25);
	}

	.contenitore-verità-web {
		background:#1D2731;
	}

	.wrapper-verità {
		padding:0;
	}

}

/**********************************  Mobile Version*******************************************/
@media screen and (max-width: 767px){
	/**Homepage**/

	.chi-sono {
		background-size:cover;
	}

	/**Hero-Social**/
	.intestazione-social {
		text-align: center;
	}
	.intestazione-social h1 {
		font-size: 2.363rem;
		line-height:calc(2.363rem * 1.25);
	}
	.intestazione-social h3 {
		font-size:1.563rem;
		line-height:calc(1.563rem * 1.25);
	}
	/**Sub-hero-Social**/

	.no-mobile {
		display:none;
	}

	.sub-hero-social:after {
    top: 94% !important;
    left: 35% !important;
		width:24% !important;
    transform: rotate(270deg) translate(-100%, 0) !important;
}

	.sottocontenitore-social-pari, .sottocontenitore-social-dispari {
    padding: 1.5rem 1.5rem;

}
	.sottocontenitore-social-pari > .row {
		flex-direction: column-reverse;
	}
	.sottocontenitore-social-dispari .row > div:first-child h2, .sottocontenitore-social-pari .row > div:last-child h2 {
    font-size: 1.6rem;
    line-height: calc(1.6rem * 1.25);
}

.sottocontenitore-social-dispari .row > div:first-child p, .sottocontenitore-social-pari .row > div:last-child p {
	font-size: 1rem;
	line-height: calc(1rem * 1.25);
}

.sottocontenitore-social-dispari .row > .colonna-img, .sottocontenitore-social-pari .row > .colonna-img {
	text-align: center;
}
.sottocontenitore-social-pari  .colonna-img > .img-wrapper:nth-child(1), .sottocontenitore-social-dispari  .colonna-img > .img-wrapper:nth-child(1) {
    margin-left: 0;
}
.sottocontenitore-social-pari  .colonna-img > .img-wrapper:nth-child(2), .sottocontenitore-social-dispari  .colonna-img > .img-wrapper:nth-child(2) {
    margin-top: -6rem;
}

/**Verità Social**/
.verità > .testo h3 {
	font-size: 1.6rem;
	line-height:calc(1.6rem * 1.15)
}
.verità > .testo p {
	font-size: 1rem;
	line-height:calc(1rem * 1.33)
}

/**Social Media Curo**/

.riga-principale-socialmedia-curo {
	text-align:center;
}

.riga-social-uno, .riga-social-due {
	padding:0;
}

.caratteristiche-pacchetto h3 {
	text-align: center;
	font-size:2rem;
}

.caratteristiche-pacchetto ol {
	font-size:1.2rem;
	margin:0 2.5em 1.5em 2.5em;
}
/**Contattami Social**/
.sottocontenitore-contattami-social {
	flex-direction: column-reverse;
}
.contattami-social {
	padding:0;
}

/**Hero-Web**/
	.contenitore-hero-web {
		background-image: url('https://www.digitalrealmarketing.it/wp-content/uploads/2022/07/digitalrealmarketing.it-web-designer-gianluca-mazzarella-sfondo-hero-mobile_v3.jpg');
background-size: 100%;
background-repeat: no-repeat;
padding-bottom: 22rem !important;
padding-top:1.5rem;
	}

	.intestazione-hero-web {
		padding:0;
		text-align: center;
	}

	.intestazione-hero-web h3:first-of-type {
		font-size:2.363rem;
		line-height:calc(2.363rem * 1.25);
	}

	.intestazione-hero-web h1, .intestazione-hero-web h3:last-of-type{
		font-size:1.563rem;
		line-height:calc(1.563rem * 1.25);
	}

	/**Digital Marketing Page**/

	.contenitore-hero-digital-marketing {
		background-image: url('https://www.digitalrealmarketing.it/wp-content/uploads/2022/07/digitalrealmarketing.it-digital-marketing-gianluca-mazzarella-sfondo-hero_mobile-v2.jpg');
padding-bottom: 35rem;
padding-top: 0.8rem;
background-repeat: no-repeat;
	}

	.contenitore-verità-marketing .colonna-sinistra {
		padding:0;
	}
}


/**Time demo 1 - Pagine Web Designer**/
a{
	text-decoration:none
}

h4{
	text-align:center;
	margin:30px 0;
	color:#444
}
.main-timeline{
	position:relative
}
.main-timeline:before{
	content:"";
	width:5px;
	height:100%;
	border-radius:20px;
	margin:0 auto;
	background:#242922;
	position:absolute;
	top:0;
	left:0;
	right:0
}
.main-timeline .timeline{
	display:inline-block;
	margin-bottom:50px;
	position:relative;
}
.main-timeline .timeline:before{
	content:"";
	width:20px;
	height:20px;
	border-radius:50%;
	border:4px solid #fff;
	background:#ec496e;
	position:absolute;
	top:50%;
	left:50%;
	z-index:1;
	transform:translate(-50%,-50%);
}
.main-timeline .timeline-icon{
	display:inline-block;
	width:130px;height:130px;
	border-radius:50%;
	border:3px solid #ec496e;
	padding:13px;
	text-align:center;
	position:absolute;
	top:50%;left:33%;
	transform:translateY(-50%);
}
.main-timeline .timeline-icon i{display:block;border-radius:50%;background:#ec496e;font-size:64px;color:#fff;line-height:100px;z-index:1;position:relative}
.main-timeline .timeline-icon:after,.main-timeline .timeline-icon:before{content:"";width:100px;height:4px;background:#ec496e;position:absolute;top:50%;right:-100px;transform:translateY(-50%)}
.main-timeline .timeline-icon:after{width:70px;height:50px;background:#fff;top:89px;right:-30px}
.main-timeline .timeline-content{width:50%;padding:0 90px;margin:56px 0 0;float:right;position:relative}
.main-timeline .timeline-content:before{content:"";width:70%;height:100%;border:3px solid #ec496e;border-top:none;border-right:none;position:absolute;bottom:-13px;left:35px}
.main-timeline .timeline-content:after{content:"";width:37px;height:3px;background:#ec496e;position:absolute;top:13px;left:0}
.main-timeline .title{font-size:20px;font-weight:600;color:#ec496e;text-transform:uppercase;margin:0 0 5px}
.main-timeline .description{display:inline-block;font-size:16px;color:#404040;line-height:20px;letter-spacing:1px;margin:0}
.main-timeline .timeline:nth-child(even) .timeline-icon{left:auto;right:33%}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-100px}
.main-timeline .timeline:nth-child(even) .timeline-icon:after{right:auto;left:-30px}
.main-timeline .timeline:nth-child(even) .timeline-content{float:left}
.main-timeline .timeline:nth-child(even) .timeline-content:before{left:auto;right:35px;transform:rotateY(180deg)}
.main-timeline .timeline:nth-child(even) .timeline-content:after{left:auto;right:0}
.main-timeline .timeline:nth-child(2n) .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-icon i,.main-timeline .timeline:nth-child(2n) .timeline-icon:before,.main-timeline .timeline:nth-child(2n):before{background:#f9850f}
.main-timeline .timeline:nth-child(2n) .timeline-icon{border-color:#f9850f}
.main-timeline .timeline:nth-child(2n) .title{color:#f9850f}
.main-timeline .timeline:nth-child(2n) .timeline-content:before{border-left-color:#f9850f;border-bottom-color:#f9850f}
.main-timeline .timeline:nth-child(3n) .timeline-content:after,.main-timeline .timeline:nth-child(3n) .timeline-icon i,.main-timeline .timeline:nth-child(3n) .timeline-icon:before,.main-timeline .timeline:nth-child(3n):before{background:#8fb800}
.main-timeline .timeline:nth-child(3n) .timeline-icon{border-color:#8fb800}
.main-timeline .timeline:nth-child(3n) .title{color:#8fb800}
.main-timeline .timeline:nth-child(3n) .timeline-content:before{border-left-color:#8fb800;border-bottom-color:#8fb800}
.main-timeline .timeline:nth-child(4n) .timeline-content:after,.main-timeline .timeline:nth-child(4n) .timeline-icon i,.main-timeline .timeline:nth-child(4n) .timeline-icon:before,.main-timeline .timeline:nth-child(4n):before{background:#2fcea5}
.main-timeline .timeline:nth-child(4n) .timeline-icon{border-color:#2fcea5}
.main-timeline .timeline:nth-child(4n) .title{color:#2fcea5}
.main-timeline .timeline:nth-child(4n) .timeline-content:before{border-left-color:#2fcea5;border-bottom-color:#2fcea5}
@media only screen and (max-width:1200px){.main-timeline .timeline-icon:before{width:50px;right:-50px}
.main-timeline .timeline:nth-child(even) .timeline-icon:before{right:auto;left:-50px}
.main-timeline .timeline-content{margin-top:75px}
}
@media only screen and (max-width:990px){.main-timeline .timeline{margin:0 0 10px}
.main-timeline .timeline-icon{left:25%}
.main-timeline .timeline:nth-child(even) .timeline-icon{right:25%}
.main-timeline .timeline-content{margin-top:115px}
}
@media only screen and (max-width:767px){.main-timeline{padding-top:50px}
.main-timeline:before{left:80px;right:0;margin:0}
.main-timeline .timeline{margin-bottom:70px}
.main-timeline .timeline:before{top:0;left:83px;right:0;margin:0}
.main-timeline .timeline-icon{width:60px;height:60px;line-height:40px;padding:5px;top:0;left:0}
.main-timeline .timeline:nth-child(even) .timeline-icon{left:0;right:auto}
.main-timeline .timeline-icon:before,.main-timeline .timeline:nth-child(even) .timeline-icon:before{width:25px;left:auto;right:-25px}
.main-timeline .timeline-icon:after,.main-timeline .timeline:nth-child(even) .timeline-icon:after{width:25px;height:30px;top:44px;left:auto;right:-5px}
.main-timeline .timeline-icon i{font-size:30px;line-height:45px}
.main-timeline .timeline-content,.main-timeline .timeline:nth-child(even) .timeline-content{width:100%;margin-top:-15px;padding-left:130px;padding-right:5px}
.main-timeline .timeline:nth-child(even) .timeline-content{float:right}
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(even) .timeline-content:before{width:50%;left:120px}
.main-timeline .timeline:nth-child(even) .timeline-content:before{right:auto;transform:rotateY(0)}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(even) .timeline-content:after{left:85px}
}
@media only screen and (max-width:479px){.main-timeline .timeline-content,.main-timeline .timeline:nth-child(2n) .timeline-content{padding-left:110px}
.main-timeline .timeline-content:before,.main-timeline .timeline:nth-child(2n) .timeline-content:before{left:99px}
.main-timeline .timeline-content:after,.main-timeline .timeline:nth-child(2n) .timeline-content:after{left:65px}
}
/**Recaptcha v3 Badge**/

.grecaptcha-badge {
    visibility: hidden;
}
