/*theme css*/
/*body*/
*{
    --purple:#540D6E;
    --danger:#EE4266;
    --warning:#FFD23F;
    --pass:#0EAD69;
}
.text-danger {
    color:var(--danger) !important;
}
body {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
}
.container-fluid {
	max-width: 1200px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.25;
  color: #333333;
  font-family: "Inter", sans-serif;
}

.h1, h1 {
    font-weight: 700;
	text-align: center;
	margin: 2rem;
}

.h2, h2 {
    font-size: 32px;
    font-weight: 700;
    margin: 1.5em 0;
}
.text-blue {
    color: #1B1464;
}

.text-yellow {
    color: #FFC000;
}


.text-black {
    color: #212529;;
}

.linehight-1 {
    line-height: 1;
}

.linehight-2 {
    line-height: 2;
}

.linehight-3 {
    line-height: 3;
}

.linehight-4 {
    line-height: 4;
}

.linehight-5 {
    line-height: 5;
}

/*header*/

.navbar {
    padding: 0px 2px;
}

.navbar-brand {
    padding: 9px 0px 0px 28px;
}

.nav-item:hover{
    background-color: transparent !important;
}
.nav-item {
    margin: 0 1rem;
}


.form-control:read-only{
    background-color: #eee;
    color:#bdbdbd;
    cursor:not-allowed;
}
.form-control:read-only:focus{
    border: 1px solid rgb(206, 212, 218);
    box-shadow: none;
}

.form-control:focus{
    border: 1px solid var(--purple);
    box-shadow: 0px 0px 4px 0px rgba(141, 97, 197,0.5);
}
.form-control.is-valid{
    border-color:var(--pass) !important;
}
.form-control:focus.is-valid{
    border-color:var(--pass) !important;
    box-shadow: 0px 0px 4px 0px rgba(123, 219, 123,0.5) !important;
}
.form-control.is-invalid{
    border-color:var(--danger) !important;
}
.form-control:focus.is-invalid{
    border-color:var(--danger) !important;
    box-shadow: 0px 0px 4px 0px rgba(234, 80, 80) !important;
}

/* .nav-link {
    padding: 0px 3px 0px 0px;
} */

/*analysis-form*/

.analysis-input input {
    height: 51px;
    border-radius: 11px;
}

::-webkit-input-placeholder { /* Edge */
    font-size: 16px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 16px;
}

::placeholder {
    font-size: 16px;
}


.global-btn{
    background-color: var(--purple);
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    color:#fff;
    border:none;
}

.global-btn:hover{
    background-color: #813A9B;
}
.global-btn:disabled{
    opacity: 0.8;
    cursor: not-allowed;
}
.global-btn:disabled:hover{
    background-color: var(--purple);
}

.btn-analysis {
    background-color: #36006C;
    border-radius: 11px;
    height: 51px;
    width: 230px;
}

.btn-analysis:hover {
    background-color: #0441c9;
    border-radius: 11px;
}

.btn-analyse:hover, .header-btn:hover {
    background-color: #007bff;
    border-radius: 11px;
    color: #ffffff;
}

.btn-primary {
    background-color: var(--purple);
    border:none;
    border-radius: 0.5rem;
}

.btn-primary:hover{
    background-color: #813A9B;
}

.btn-warning {
    border-radius: 11px;
    background: #ffffff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
    border-top-width: 2px;
    border-top-style: solid;
    border-color: #FBB03B;

}

.btn-danger {
    border-radius: 11px;
    background: #ffffff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
    border-top-width: 2px;
    border-top-style: solid;
    border-color: #FF0000;
}

.btn-success {
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.16);
    border-bottom: 0px;
    border-right: 0px;
    border-left: 0px;
    border-top-width: 2px;
    border-top-style: solid;
    border-color: #1E9D5C;
}

.break-alt:before {
    transform: skewY(-2deg);
    -webkit-transform: skewY(-2deg);
}

.hubspot-link__container {display: none;}

/*footer*/
footer {
    min-height: 124px;
    background-color: #36006C;
    font-size: 12px;
}

#footer-widgets-container {
  background-color: #36006c;
  padding: 30px 0;
  width: 100%;
}

#footer-widgets {
  padding: 0 0 0 0;
}

#footer-widgets .widgettitle {
  font-family: "Teko", sans-serif;
}

#footer-widgets .widget-container {
  color: #d4d4d4;
  font-size: 14px;
  width: 100%;
}
#footer-widgets .widget-container a {
  color: #888;
  text-decoration: none;
}
#footer-widgets .widget-container a:hover {
  text-decoration: none;
  color: #f95c49;
}
#footer-widgets h2 {
  color: #dd5d24;
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 15px;
  text-align: left;
}
#footer-widgets .widget ul {
  list-style-type: none;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#footer-widgets .widget ul li {
  padding: 0 0 0px 0;
  margin: 0 0 8px 0;
}
.footer-widget-box {
  float: left;
  margin-left: 15px;
  width: 23%;
}

@media screen and (max-width: 768px) {
  .footer-widget-box {
    width: 95% !important;
    float: le;
  }

  .static-break-art,
  .static-break-chevron {
    padding: 3em 0.5rem;
  }

  .small {
    font-size: 15px !important;
  }

  .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}

.widget-container {
  list-style-type: none;
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
  color: #374142;
  font-size: 13px;
}

.widget-container2 {
  list-style-type: none;
  list-style: none;
  margin: 5px 15px 10px 0px;
  padding: 0;
  color: #374142;
  font-size: 13px;
}

.footersec {
  width: 100%;
  margin: 0 auto;
}
.footersec .widget {
  margin-bottom: 20px;
}

/*********************************************************************************
Copyright
*********************************************************************************/
.copyright {
  background-color: #1f2021;
  padding: 23px 0 14px;
  border-top: 1px solid #414141;
}

.copyright p {
  color: #7e7e7e;
  text-align: center;
  font-weight: 100;
}


/*responsive*/
@media (min-width: 1200px) {
    .container {
        max-width: 1000px;
    }
    
}

@media screen and (max-width: 768px) {
	.break:before, .break-alt:before {
		height: 95%;
	}
    .layout{
        grid-template-columns:1fr;
    }
    .sidebar{
        width:100%;
        transition: transform ease;
        will-change: transform;
    }
    .sidebar[data-open="close"]{
        opacity: 0;
    }
}
@media screen and (min-width:768px ) {
    .sidebar{
        transform: translateX(0%) !important;
    }
    
}


/* new header */
.navbar-brand.brand-icon {
  padding: 9px 0px 0px 0px;
}

.nav-item.navbar-item {
  margin: 0 0rem;
}

.li.nav-li {
  margin: 0 0 15px;
}

.navbar-green {
  color: #0ead69 !important;
  font-weight: bold;
}

a[class*="gtm"] {
            text-decoration: none;
            font-weight: bold;
            color: #0ead69;
        }


.btn.big-demo:hover, .btn.tight-demo:hover {
  background-position: left bottom;
  border: 2px solid #3bceac;
  color: white;
}


/* //////////////////////////// */
/* new homepage content */

.home-container #main-wrapper {
  width: 100%;
}

.home-container .post-outer {
  float: left;
  width: 23%;
  max-width: 400px;
  margin: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 0px 0px 0px #000000;
  padding: 0;
  /* border-radius: 2px;
  border: 1px solid #c2c2c2; */
}

/* Blog post title at bottom of home page */
.home-container h1.post-title {
  padding: 0 1rem !important;
}

.home-container .post h1 a {
  font-size: 30px;
  padding: 0 1rem;
}

/*********************************************************************************
Hero unit CSS #56AAB3 #56AAB3
*********************************************************************************/
.home-container .hero {
  height: 100vh;
  background-attachment: local;
  background-repeat: no-repeat;
  width: 100%;
  z-index: 2;
  border-radius: 0% 100% 0% 100% / 73% 22% 78% 27%;
  background-size: cover;
  background-color: #1237ff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%23000' stroke-width='66.7' stroke-opacity='0.08' %3E%3Ccircle fill='%231237FF' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%233031ef' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%233d2adf' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%234525d0' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%234a1fc0' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%234c1ab2' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%234d15a3' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%234c1096' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%234b0c88' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%2348087b' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%2345066f' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%23410562' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%233c0457' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%2337044c' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%23320441' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%232c0437' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%2326032d' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%23210024' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}

.home-container .hero .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.home-container .hero .bg-video video {
  max-width: 100%;
  max-height: 100%;
}

.home-container .hero .hero-unit {
  text-align: center;
  margin-top: 10vh;
}

.home-container .hero .hero-unit .big-title {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 3em;
  text-shadow: 1px 1px 1px #000000;
  text-align: center;
}

.home-container .hero .hero-unit .sub-title {
  display: block;
  color: silver;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 400;
  margin-top: -0.8em;
  /*text-shadow: 0 1px 5px black;*/
}

.home-container .hero .hero-unit .sub-title:before,
.home-container .hero .hero-unit .sub-title:after {
  content: "";
  display: block;
  height: 1px;
  width: 40%;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 auto;
}

.home-container .hero .hero-unit .sub-title:before {
  display: none;
  margin: 0 auto 20px;
}

.home-container .hero .hero-unit .sub-title:after {
  margin: 1.5em auto 0;
}

.home-container .hero .hero-unit .btn.big1:hover {
  opacity: 0.9;
}

.home-container .hero .hero-unit .down {
  height: 50px;
  background-repeat: no-repeat;
  text-decoration: none;
  padding: 10px 0px;
  margin-top: 3em;
  opacity: 0.5;
  width: 100%;
}

.home-container .hero .hero-unit .down:hover {
  opacity: 1;
}

.home-container .hero h3 {
  line-height: 1.4;
}

/****** Shooting Stars Effect CSS ********/
.home-container .light {
  position: absolute;
  width: 0px;
  opacity: 0.75;
  background-color: white;
  box-shadow: #e9f1f1 0px 0px 20px 2px;
  opacity: 0;
  top: 100vh;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.home-container .x1 {
  -webkit-animation: floatUp 4s infinite linear;
  -moz-animation: floatUp 4s infinite linear;
  -o-animation: floatUp 4s infinite linear;
  animation: floatUp 4s infinite linear;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.home-container .x2 {
  -webkit-animation: floatUp 7s infinite linear;
  -moz-animation: floatUp 7s infinite linear;
  -o-animation: floatUp 7s infinite linear;
  animation: floatUp 7s infinite linear;
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  left: 15%;
}

.home-container .x3 {
  -webkit-animation: floatUp 2.5s infinite linear;
  -moz-animation: floatUp 2.5s infinite linear;
  -o-animation: floatUp 2.5s infinite linear;
  animation: floatUp 2.5s infinite linear;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  left: -15%;
}

.home-container .x4 {
  -webkit-animation: floatUp 4.5s infinite linear;
  -moz-animation: floatUp 4.5s infinite linear;
  -o-animation: floatUp 4.5s infinite linear;
  animation: floatUp 4.5s infinite linear;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  left: -34%;
}

.home-container .x5 {
  -webkit-animation: floatUp 8s infinite linear;
  -moz-animation: floatUp 8s infinite linear;
  -o-animation: floatUp 8s infinite linear;
  animation: floatUp 8s infinite linear;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
  left: -57%;
}

.home-container .x6 {
  -webkit-animation: floatUp 3s infinite linear;
  -moz-animation: floatUp 3s infinite linear;
  -o-animation: floatUp 3s infinite linear;
  animation: floatUp 3s infinite linear;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  left: -81%;
}

.home-container .x7 {
  -webkit-animation: floatUp 5.3s infinite linear;
  -moz-animation: floatUp 5.3s infinite linear;
  -o-animation: floatUp 5.3s infinite linear;
  animation: floatUp 5.3s infinite linear;
  -webkit-transform: scale(3.2);
  -moz-transform: scale(3.2);
  -o-transform: scale(3.2);
  transform: scale(3.2);
  left: 37%;
}

.home-container .x8 {
  -webkit-animation: floatUp 4.7s infinite linear;
  -moz-animation: floatUp 4.7s infinite linear;
  -o-animation: floatUp 4.7s infinite linear;
  animation: floatUp 4.7s infinite linear;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
  left: 62%;
}

.home-container .x9 {
  -webkit-animation: floatUp 4.1s infinite linear;
  -moz-animation: floatUp 4.1s infinite linear;
  -o-animation: floatUp 4.1s infinite linear;
  animation: floatUp 4.1s infinite linear;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  left: 85%;
}

@-webkit-keyframes floatUp {
  0% {
    top: 100vh;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    top: 0vh;
    opacity: 0.8;
  }
  75% {
    opacity: 1;
  }
  100% {
    top: -100vh;
    opacity: 0;
  }
}

@-moz-keyframes floatUp {
  0% {
    top: 100vh;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    top: 0vh;
    opacity: 0.8;
  }
  75% {
    opacity: 1;
  }
  100% {
    top: -100vh;
    opacity: 0;
  }
}

@-o-keyframes floatUp {
  0% {
    top: 100vh;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    top: 0vh;
    opacity: 0.8;
  }
  75% {
    opacity: 1;
  }
  100% {
    top: -100vh;
    opacity: 0;
  }
}

@keyframes floatUp {
  0% {
    top: 100vh;
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    top: 0vh;
    opacity: 0.8;
  }
  75% {
    opacity: 1;
  }
  100% {
    top: -100vh;
    opacity: 0;
  }
}

/* Responsive resizing for google map */
.home-container .map {
  position: relative;
  /*padding-bottom: 65.25%;*/
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.home-container .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 95%;
}

/*********************************************************************************
In-Page Styles CSS #56AAB3 #56AAB3
*********************************************************************************/
.home-container .no-gutter [class*="-6"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Title for fold up panels on static pages */
.home-container .panel-title,
.home-container .panel-title a {
  color: black;
  text-decoration: none;
}

.home-container #caring-wrapper {
  margin: 5rem 0 0 0;
  padding: 0px;
  background-position: center top;
  background-size: cover;
  background-attachment: scroll;
}

/*.caring-wrapper:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
  left: 0;
  margin-top: 0;
  background: #f6f9fc;
  transform: skewY(-8deg);
  -webkit-transform: skewY(-8deg);
}*/

.home-container .caring {
  /*min-height: 100%;
  background: transparent;*/
  padding: 0em 1em;
  max-width: 100%;
  margin: 0 auto;
  font-size: 22px;
}

.home-container .caring img {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  max-width: 100px;
  margin: 1em 0 1em 0;
}

.home-container .caring img:hover {
  transform: scale(1.03);
  -moz-transition: scale(1.03);
  -ms-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.home-container #break-wrapper,
.home-container #break1-wrapper {
  margin: 3rem 0;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0);
  /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg9renAIhB0PO-T6T9vqNv63wmt6DdlZtkArY-PE3BnT0c-ZeDIdS8ktFADE6in72VSstr681L58HirjskuAEYMoQoVep9ghVH_WsW5ZX-QaeU0zLSiH4GnIxyq-0GsfAKnyISrBHdVVqzK/s1600/break1-holiday.jpg");*/
  background-position: center top;
  background-size: cover;
  background-attachment: scroll;
}

.home-container .break {
  color: white;
  font-size: 17px;
  padding: 3em 2em 0em;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 1);
}

.home-container .break1 {
  color: white;
  padding: 1em 2em 0em;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 1);
}

.home-container #treatments-wrapper {
  margin: -30px 0 0 0;
  padding: 0px;
  background-position: center top;
  background-size: cover;
  background-attachment: scroll;
}

.home-container .treatments {
  padding: 0em 1rem;
  max-width: 100%;
  margin: 0 auto;
  /*color: #5f5f5f;*/
  font-size: 17px;
  text-align: center;
}

.home-container .treatments .content {
  padding-bottom: 2em;
  padding-top: 2em;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.home-container .x1 {
  -webkit-animation: floatUp 4s infinite linear;
  -moz-animation: floatUp 4s infinite linear;
  -o-animation: floatUp 4s infinite linear;
  animation: floatUp 4s infinite linear;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.home-container .x2 {
  -webkit-animation: floatUp 7s infinite linear;
  -moz-animation: floatUp 7s infinite linear;
  -o-animation: floatUp 7s infinite linear;
  animation: floatUp 7s infinite linear;
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  left: 15%;
}

.home-container .x3 {
  -webkit-animation: floatUp 2.5s infinite linear;
  -moz-animation: floatUp 2.5s infinite linear;
  -o-animation: floatUp 2.5s infinite linear;
  animation: floatUp 2.5s infinite linear;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  left: -15%;
}

.home-container .x4 {
  -webkit-animation: floatUp 4.5s infinite linear;
  -moz-animation: floatUp 4.5s infinite linear;
  -o-animation: floatUp 4.5s infinite linear;
  animation: floatUp 4.5s infinite linear;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  left: -34%;
}

.home-container .x5 {
  -webkit-animation: floatUp 8s infinite linear;
  -moz-animation: floatUp 8s infinite linear;
  -o-animation: floatUp 8s infinite linear;
  animation: floatUp 8s infinite linear;
  -webkit-transform: scale(2.2);
  -moz-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
  left: -57%;
}

.home-container .x6 {
  -webkit-animation: floatUp 3s infinite linear;
  -moz-animation: floatUp 3s infinite linear;
  -o-animation: floatUp 3s infinite linear;
  animation: floatUp 3s infinite linear;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  left: -81%;
}

.home-container .x7 {
  -webkit-animation: floatUp 5.3s infinite linear;
  -moz-animation: floatUp 5.3s infinite linear;
  -o-animation: floatUp 5.3s infinite linear;
  animation: floatUp 5.3s infinite linear;
  -webkit-transform: scale(3.2);
  -moz-transform: scale(3.2);
  -o-transform: scale(3.2);
  transform: scale(3.2);
  left: 37%;
}

.home-container .x8 {
  -webkit-animation: floatUp 4.7s infinite linear;
  -moz-animation: floatUp 4.7s infinite linear;
  -o-animation: floatUp 4.7s infinite linear;
  animation: floatUp 4.7s infinite linear;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
  left: 62%;
}

.home-container .x9 {
  -webkit-animation: floatUp 4.1s infinite linear;
  -moz-animation: floatUp 4.1s infinite linear;
  -o-animation: floatUp 4.1s infinite linear;
  animation: floatUp 4.1s infinite linear;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  left: 85%;
}

@-webkit-keyframes floatUp {
  0% {
    top: 100vh;
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    top: 0vh;
    opacity: 0.8;
  }

  75% {
    opacity: 1;
  }

  100% {
    top: -100vh;
    opacity: 0;
  }
}

@-moz-keyframes floatUp {
  0% {
    top: 100vh;
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    top: 0vh;
    opacity: 0.8;
  }

  75% {
    opacity: 1;
  }

  100% {
    top: -100vh;
    opacity: 0;
  }
}

@-o-keyframes floatUp {
  0% {
    top: 100vh;
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    top: 0vh;
    opacity: 0.8;
  }

  75% {
    opacity: 1;
  }

  100% {
    top: -100vh;
    opacity: 0;
  }
}

@keyframes floatUp {
  0% {
    top: 100vh;
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    top: 0vh;
    opacity: 0.8;
  }

  75% {
    opacity: 1;
  }

  100% {
    top: -100vh;
    opacity: 0;
  }
}

/* Responsive resizing for google map */
.home-container .map {
  position: relative;
  /*padding-bottom: 65.25%;*/
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.home-container .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 95%;
}

/*********************************************************************************
In-Page Styles CSS #56AAB3 #56AAB3
*********************************************************************************/
.home-container .no-gutter [class*="-6"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Title for fold up panels on static pages */
.home-container .panel-title,
.home-container .panel-title a {
  color: black;
  text-decoration: none;
}

.home-container #caring-wrapper {
  margin: 5rem 0 0 0;
  padding: 0px;
  background-position: center top;
  background-size: cover;
  background-attachment: scroll;
}

/*.caring-wrapper:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
  left: 0;
  margin-top: 0;
  background: #f6f9fc;
  transform: skewY(-8deg);
  -webkit-transform: skewY(-8deg);
}*/

.home-container .caring {
  /*min-height: 100%;
  background: transparent;*/
  padding: 0em 1em;
  max-width: 100%;
  margin: 0 auto;
  font-size: 22px;
}

.home-container .caring img {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  max-width: 100px;
  margin: 1em 0 1em 0;
}

.home-container .caring img:hover {
  transform: scale(1.03);
  -moz-transition: scale(1.03);
  -ms-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.home-container #break-wrapper,
.home-container #break1-wrapper {
  margin: 3rem 0;
  padding: 0px;
  background-color: rgba(0, 0, 0, 0);
  /*background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7)), url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg9renAIhB0PO-T6T9vqNv63wmt6DdlZtkArY-PE3BnT0c-ZeDIdS8ktFADE6in72VSstr681L58HirjskuAEYMoQoVep9ghVH_WsW5ZX-QaeU0zLSiH4GnIxyq-0GsfAKnyISrBHdVVqzK/s1600/break1-holiday.jpg");*/
  background-position: center top;
  background-size: cover;
  background-attachment: scroll;
}

.home-container .break {
  color: white;
  font-size: 17px;
  padding: 3em 2em 0em;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 1);
}

.home-container .break1 {
  color: white;
  padding: 1em 2em 0em;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 1);
}

.home-container #treatments-wrapper {
  margin: -30px 0 0 0;
  padding: 0px;
  background-position: center top;
  background-size: cover;
  background-attachment: scroll;
}

.home-container .treatments {
  padding: 0em 1rem;
  max-width: 100%;
  margin: 0 auto;
  /*color: #5f5f5f;*/
  font-size: 17px;
  text-align: center;
}

.home-container .treatments .content {
  padding-bottom: 2em;
  padding-top: 2em;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

/* Treatments section */
.home-container .treatments img,
.home-container .treatments .little img,
.home-container .methodology img,
.home-container .caring img {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

/* Fixed missing property name - assuming width */
.home-container .treatments .little img {
  width: 60px;
}

.home-container .treatments img:hover,
.home-container .treatments .little img:hover,
.home-container .methodology img:hover,
.home-container .caring img:hover {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  /* Fixed incorrect property name */
  -ms-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

.home-container .treatments .content .elements {
  max-width: 16%;
  min-width: 220px;
  text-decoration: none;
  padding: 2%;
}

.home-container .treatments .content .elements:hover {
  opacity: 0.8;
}

/* Benefits section */
.home-container #benefits-wrapper {
  margin: -30px 0 0 0;
  padding: 0px;
  background-position: center top;
  background-size: cover;
  background-attachment: scroll;
}

.home-container .benefits {
  padding: 4em 2em;
  max-width: 100%;
  margin: 0 auto;
  color: black;
  font-size: 17px;
  text-align: center;
}

/* Methodology section */
.home-container #methodology-wrapper {
  margin: -30px 0 0 0;
  padding: 0px;
  background-color: transparent;
  background-position: center top;
  background-size: cover;
  background-attachment: scroll;
}

.home-container .methodology {
  padding: 4em 1rem 0em;
  max-width: 100%;
  margin: 0 auto;
  color: black;
  font-size: 17px;
  text-align: center;
}

/* Commented out chevron shapes - properly closing comments */
/*
.caring-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
  left: 0;
  margin-top: 0;
  background: #f6f9fc;
  transform: skewY(-8deg);
  -webkit-transform: skewY(-8deg);
}

.methodology:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  margin-top: -14em;
  background: #f6f9fc;
  transform: skewY(8deg);
  -webkit-transform: skewY(8deg);
  z-index: -1;
}
*/

.home-container .methodology-fig {
  width: 370px;
  height: 300px;
  margin: 0 auto;
  border: 1px solid #f1efef;
  /* Fixed BORDER to lowercase */
  border-radius: 2rem;
  margin-bottom: 3rem;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(37, 50, 188, 0.1);
}

.home-container .methodology-fig:hover figcaption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  top: 0;
  overflow: hidden;
}

.home-container figcaption {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  height: 92%;
  width: 95%;
  top: 250px;
  background: linear-gradient(90deg, #5d2b7c 0%, #b435e8 100%);
  color: #fff;
  border-radius: 2rem;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.home-container figcaption p {
  font-size: 14px;
  padding: 7px 20px;
  margin-bottom: 0;
  margin-top: 5px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.home-container figure:hover h3,
.home-container figure:hover p {
  left: 0;
}

.home-container figcaption a {
  color: white !important;
  border: 2px solid #fff;
  border-radius: 5px;
  padding: 4px 10px;
  text-decoration: none;
}

.home-container figcaption a:hover {
  background-color: #5d2b7c;
}

/* Directions section */
.home-container #directions-wrapper {
  margin: 0;
  padding: 0px;
  background-position: center top;
  background-size: cover;
  background-attachment: scroll;
  font-size: 17px;
}

.home-container .directions {
  /* Fixed HTML comment formatting */
  /* padding: 4em 2em; */
  max-width: 100%;
  margin: 0 auto;
  font-size: 25px;
}

.home-container .directions img {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.home-container .directions img:hover {
  transform: scale(1.03);
  -moz-transform: scale(1.03);
  /* Fixed incorrect property name */
  -ms-transform: scale(1.03);
  -webkit-transform: scale(1.03);
}

/* Contact us section */
.home-container #contactus-wrapper {
  display: none;
  margin: -30px 0 0 0;
  padding: 0 0 4em;
  background:
    linear-gradient(rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.7)),
    url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEioHro5I_27fXshpKtQj0otqlL9thVv0ALMhnlcoQAhuof_3Kyr8gj-HZYlwr-f_wWET3suoS02GmlzKlBvUD2GI5IiZomCssH2FX3WuLWCO7nMxNLkz4XUWAJBU2RUjQ9C6umD9lOq1E0/s2600/Contact-Best-Software-Testing-%2526-Penetration-Testing-Company.webp);
  background-position: center top;
  background-size: cover;
  background-attachment: scroll;
  font-size: 20px;
  color: white;
}

.home-container .contactus {
  padding: 4em 2em;
  max-width: 100%;
  margin: 0 auto -4em;
  color: white;
}

.home-container .contactus h2 {
  color: white;
}

.home-container .item-thumbnail-only {
  padding: 0;
  margin: 5px 0 5px -38px;
}

.home-container h1.post-title.entry-title.short {
  padding: 0rem 1rem;
  font-size: 25px;
  text-align: left;
  margin: 1rem 0;
}

.home-container h1.post-title.entry-title.short a {
  padding: 0;
}

/* Media queries */
@media screen and (max-width: 768px) {
  .home-container #body-wrapper {
    top: 60%;
    margin-top: 0 !important;
  }

  .home-container .button.big,
  .home-container .button.big3 {
    margin: 15px auto auto !important;
  }

  .home-container .hero {
    min-height: 150vh !important;
    border-radius: 0 0 50% 50% / 100px;
  }

  .home-container .hero .bg-video {
    display: none;
  }

  .home-container .hero .hero-unit .sub-title {
    padding: 0;
  }

  .home-container .hero h3 {
    font-size: 20px !important;
  }

  /* buttons on hero page */
  .home-container .btn {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    margin: 0 auto;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .home-container .btn.big {
    background: rgba(255, 255, 255, 0.2);
  }

  .home-container .btn.big1 {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    right: 1%;
  }

  .home-container .hero .hero-unit .down {
    display: block;
  }

  .home-container .caring ul,
  .home-container .benefits ul,
  .home-container .directions ul,
  .home-container .methodology ul {
    padding: 0 !important;
  }

  .home-container figcaption p {
    font-size: 12px !important;
  }

  .home-container .post-outer {
    width: 100% !important;
    padding: 2%;
  }

  .home-container div.bx-wrapper,
  .home-container div.bx-wrapper,
  .home-container div.bx-window {
    width: 100% !important;
  }
}

/* Basic styles */
.home-container #container,
.home-container #header,
.home-container #main,
.home-container #main-fullwidth,
.home-container #footer,
.home-container .clearfix {
  display: block;
}

.home-container .clearfix:after {
  content: "\0020";
  /* Added semicolon */
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.home-container .clear {
  clear: both;
}

/* Typography */
.home-container h1,
.home-container h2,
.home-container h3,
.home-container h4,
.home-container h5,
.home-container h6 {
  margin: 15px 0;
  line-height: 1.25;
  margin-bottom: 16px;
  text-align: center;
  color: #333333;
  font-family: "Inter", sans-serif;
}

.home-container h1 {
  font-size: 43px;
  /* font-weight: 500; */
}

.home-container h2 {
  font-size: 35px;
  /* font-weight: 500; */
}

.home-container h3 {
  font-size: 28px;
  font-weight: 300;
}

.home-container h4 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 300;
}

.home-container h5 {
  font-size: 16px;
  font-weight: 300;
}

.home-container h6 {
  font-size: 12px;
}

.home-container h1 img,
.home-container h2 img,
.home-container h3 img,
.home-container h4 img,
.home-container h5 img,
.home-container h6 img {
  margin: 0;
}

/* Links */
.home-container a[class*="gtm"] {
  text-decoration: none;
  font-weight: bold;
  color: #0ead69;
}

/* CTA Button CSS */
.home-container .btn {
  margin: 0 auto;
  max-width: 600px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  display: flex !important;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.home-container .btn.big,
.home-container .btn.big-white,
.home-container .btn.big-demo,
.home-container .btn.tight-demo,
.home-container .btn.tight,
.btn.big-demo, .btn.tight-demo, .btn.big {
  color: #5d2b7c;
  text-transform: capitalize;
  background-repeat: no-repeat;
  padding: 15px 10px;
  text-decoration: none !important;
  text-align: center;
  font-size: 17px;
  margin: 25px auto auto;
  width: 280px;
  border: 2px solid #5d2b7c;
  background: linear-gradient(to right, #8c0394 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.home-container .btn.tight-demo,
.home-container .btn.tight {
  width: 165px !important;
}

.home-container .btn.big:hover,
.home-container .btn.big-white:hover,
.home-container .btn.tight:hover,
.btn.big-demo:hover, .btn.tight-demo:hover, .btn.big:hover {
  background-position: left bottom;
  border: 2px solid #5d2b7c;
  color: white;
}

.home-container .btn.big a,
.home-container .btn.big-white a,
.home-container .btn.big-demo a,
.home-container .btn.tight-demo a,
.home-container .btn.tight a {
  text-decoration: none !important;
}

.home-container .btn.big-white,
.home-container .btn.tight {
  color: #fff;
  border: 2px solid white;
}

.home-container .btn.big-demo,
.home-container .btn.tight-demo,
.btn.big-demo, .btn.tight-demo{
  color: #fff;
  border: 2px solid #0ead69;
  background: linear-gradient(to right, #3bceac 50%, #0ead69 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.home-container .btn.big-demo:hover,
.home-container .btn.tight-demo:hover,
.btn.big-demo:hover, .btn.tight-demo:hover{
  background-position: left bottom;
  border: 2px solid #3bceac;
  color: white;
}

@media screen and (max-width: 768px){
  .btn.big-demo {
    width: 100%;
    margin-top: 1rem !important;
  }

  .btn.btn-primary{
    width: 100%;
    font-size: 17px;
    padding: 14px 10px;
  }

}

/* headlines with horizontal lines */
.home-container .decorated {
  overflow: hidden;
  text-align: left;
}

.home-container h2.decorated {
  margin: 2rem 0;
  float: none;
  padding: 3rem 0;
  position: relative;
  width: 70%;
  font-size: 50px;
  line-height: 1.3;
}

.home-container .decorated > span {
  /* position: absolute;
  left: 50%; */
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(gold, gold);
  background-size: 100% 8px;
  background-repeat: no-repeat;
  background-position: 100% 0%;
  transition:
    background-size 0.7s,
    background-position 0.5s ease-in-out;
}

.home-container .decorated > span:hover {
  background-size: 100% 50%;
  background-position: 0% 100%;
  transition:
    background-position 0.7s,
    background-size 0.5s ease-in-out;
}

/* Commented section fixed by properly closing comments */
/*.home-container .decorated:before {
  content: "";
  position: absolute;
  width: 40%;
  height: 10px;
  right: 0;
  top: 0;
  -webkit-clip-path: polygon(0% 0%, 40% 100%, 100% 70%);
  clip-path: polygon(0% 0%, 40% 100%, 100% 70%);
  background: #3bceac;
  z-index: 1;
}
.home-container .decorated:after {
  content: "";
  position: absolute;
  width: 40%;
  height: 10px;
  left: 0;
  bottom: 0;
  -webkit-clip-path: polygon(100% 0, 100% 100%, -40% 60%);
  clip-path: polygon(100% 0, 65% 100%, 0% 60%);
  background: #ffd34f;
  z-index: 1;
}*/

.home-container .title {
  font-weight: 700;
}

.home-container table {
  margin-bottom: 20px;
  width: 100%;
}

.home-container th {
  font-weight: bold;
}

.home-container thead th {
  background: none;
}

.home-container th,
.home-container td,
.home-container caption {
  padding: 4px 10px 4px 5px;
}

.home-container tr.even td {
  background: #e5ecf9;
}

.home-container tfoot {
  font-style: italic;
}

.home-container caption {
  background: #eee;
}

.home-container li ul,
.home-container li ol {
  margin: 0;
}

.home-container ul,
.home-container ol {
  margin: 0 20px 20px 0;
  padding-left: 40px;
}

.home-container ul {
  list-style-type: disc;
  display: table;
}

.home-container ol {
  list-style-type: decimal;
}

.home-container dl {
  margin: 0 0 20px 0;
}

.home-container dl dt {
  font-weight: bold;
}

.home-container dd {
  margin-left: 20px;
}

.home-container pre {
  margin: 20px 0;
  white-space: pre;
}

.home-container pre,
.home-container code,
.home-container tt {
  font:
    13px "andale mono",
    "lucida console",
    monospace;
  line-height: 18px;
}

.home-container #search {
  overflow: hidden;
}

.home-container .static-break-new {
  background: transparent;
  width: 100vw;
  position: relative;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: 4em;
  margin-bottom: 4em;
  z-index: 1;
}

.home-container .static-break-inside {
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
}

.home-container .static-separator {
  margin-bottom: 1em;
}

.home-container .static-break-art,
.home-container .static-break-chevron {
  padding: 3em 2em;
  max-width: 100%;
  margin: 0 auto;
}

.home-container .static-break-art:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  left: 0;
  background: linear-gradient(315deg, #fde7f9 0%, #aacaef 74%);
  transform: skewY(-2deg);
  -webkit-transform: skewY(-2deg);
  z-index: -1;
}

.home-container .static-break-art:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  left: 0;
  background: linear-gradient(315deg, #fde7f9 0%, #aacaef 74%);
  transform: skewY(2deg);
  -webkit-transform: skewY(2deg);
  z-index: -1;
}

.home-container .static-break-chevron:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 51%;
  background: linear-gradient(-73deg, #ffffff, #e6e6e6);
  box-shadow:
    20px 20px 51px #d6d6d6,
    -20px -20px 51px #ffffff;
  transform: skew(0deg, 3deg);
  z-index: -1;
}

.home-container .static-break-chevron:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: linear-gradient(24deg, #ffffff, #e6e6e6);
  box-shadow:
    20px -20px 51px #d6d6d6,
    -20px 20px 51px #ffffff;
  transform: skew(0deg, -3deg);
  z-index: -1;
}

/* Fixed another commented section */
/*.home-container .deposition:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 330px;
  right: 0;
  top: 12rem;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 70%);
  clip-path: polygon(0 0, 0 100%, 100% 70%);
  background: #3bceac;
}
.home-container .deposition:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 350px;
  left: 0;
  top: 17rem;
  -webkit-clip-path: polygon(100% 0, 100% 100%, -40% 60%);
  clip-path: polygon(100% 0, 100% 100%, -40% 60%);
  background: #ffd34f;
}*/

.home-container .deposition {
  background: linear-gradient(180deg, hsla(167, 68%, 73%, 1) 0%, #9ae4f3 57%);
  margin-top: -14px;
  border-radius: 40% 20% 20% 30% / 40% 30% 40% 50%;
  overflow: hidden;
  animation: morph 40s linear infinite;
}

.error-handling-page-body{
  height:100vh;display: flex;margin: 0;flex-direction: column;
}

.error-handling-page-footer{
  flex-shrink: 0;
}


/* To make the deposition move */
@keyframes morph {
  0%,
  100% {
    border-radius: 40% 60% 70% 30% / 40% 40% 60% 50%;
  }

  34% {
    border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
  }

  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
  }
}

/* Fixed SVG data URL by properly encoding special characters */
.home-container .chief {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' width='150' height='179'%3E%3Cpath d='M0 0 C1.79 1.79 1.07 4.19 1.09 6.57 C0.93 13.1 0.93 13.1 3.48 18.77 C5.57 19.86 5.57 19.86 9 21 C13.37 25.49 14.78 29.7 15.38 35.88 C15.2 40.58 13.91 44.27 11 48 C9.48 49.07 7.93 50.11 6.38 51.12 C-0.1 55.91 -2.33 62.53 -5.39 69.71 C-12.4 86.15 -24.02 102.97 -41.19 110 C-51.3 112.78 -62.85 112.17 -72 107 C-90.32 96.48 -100.27 77.05 -108.05 58.05 C-109.62 54.45 -111.02 52.65 -114.56 50.75 C-118.22 48.54 -120.48 47.17 -122 43 C-123.43 36.44 -123.43 30.9 -120 25 C-117.59 22.14 -115.73 20.34 -112.34 18.76 C-111.57 18.18 -110.8 17.6 -110 17 C-109.51 13.97 -109.51 13.97 -109.88 10.62 C-110.23 5.7 -110.22 2.89 -107 -1 C-77.31 -20.43 -29.67 -16.37 0 0 Z M-95 15 C-95 20.61 -95 26.22 -95 32 C-95.99 31.67 -96.98 31.34 -98 31 C-100.72 30.77 -103.25 30.87 -106 31 C-108.4 32.93 -108.4 32.93 -108.06 36.44 C-107.35 40.33 -107.35 40.33 -103.56 41.94 C-100.3 43.1 -100.3 43.1 -98 43 C-97.67 44.13 -97.34 45.27 -97 46.44 C-90.96 64.48 -80.85 85.01 -64 95 C-57.59 97.66 -51.46 97.38 -44.9 95.35 C-29.45 88.64 -21.34 70.48 -14.82 56.01 C-14.53 55.35 -14.23 54.7 -13.92 54.02 C-13.28 52.62 -12.65 51.21 -12.03 49.8 C-8.97 43.19 -8.97 43.19 -4.81 41.56 C-4.12 41.28 -3.42 40.99 -2.71 40.69 C-2.14 40.46 -1.58 40.24 -1 40 C0.4 38.82 0.4 38.82 0.12 35.5 C0.4 32.18 0.4 32.18 -1 31 C-3.19 31.09 -5.38 31.25 -7.56 31.44 C-9.69 31.62 -11.81 31.81 -14 32 C-13.67 26.39 -13.34 20.78 -13 15 C-14.53 15.43 -16.05 15.87 -17.62 16.31 C-42.66 23.13 -65.88 24.1 -90.59 15.77 C-92.9 14.9 -92.9 14.9 -95 15 Z ' fill='%238DE9D5' transform='translate(129,68)'/%3E%3Cpath d='M0 0 C4.32 2.53 8.29 5.54 12.3 8.51 C25.22 18.05 37.95 24.4 53.45 28.67 C58.4 30.04 58.4 30.04 59.49 31.13 C59.3 40.47 52.73 46.13 46.42 52.37 C45.79 52.95 45.15 53.53 44.49 54.13 C43.86 54.75 43.22 55.36 42.56 55.99 C40.49 57.13 40.49 57.13 38.04 56.47 C37.2 56.03 36.36 55.59 35.49 55.13 C34.72 54.75 33.95 54.37 33.16 53.98 C32.34 53.58 31.52 53.17 30.68 52.76 C5.02 41.13 -29.13 40.72 -55.51 50.13 C-59.3 51.89 -62.95 53.87 -66.58 55.94 C-69.51 57.13 -69.51 57.13 -71.66 56.52 C-78.84 51.11 -86.89 44.58 -90.51 36.13 C-90.82 33.51 -90.82 33.51 -90.51 31.13 C-87.15 28.89 -84.49 28.27 -80.57 27.32 C-62.69 22.74 -47.31 13.85 -32.56 2.97 C-21.09 -5.37 -12.7 -6.69 0 0 Z M-22.51 13.13 C-22.84 14.12 -23.17 15.11 -23.51 16.13 C-24.58 16.03 -25.65 15.93 -26.76 15.82 C-30.57 15.77 -30.57 15.77 -32.95 18.26 C-34.79 21.65 -35.14 23.33 -34.51 27.13 C-33.01 29.91 -33.01 29.91 -30.51 32.13 C-27.09 32.89 -27.09 32.89 -23.22 32.76 C-22.18 32.77 -22.18 32.77 -21.11 32.77 C-19.64 32.77 -18.17 32.75 -16.7 32.73 C-14.45 32.7 -12.2 32.71 -9.95 32.73 C-8.52 32.72 -7.09 32.71 -5.66 32.7 C-4.36 32.69 -3.06 32.68 -1.72 32.67 C1.53 32.43 1.53 32.43 3.42 30.32 C4.99 27.12 4.88 24.64 4.49 21.13 C3.49 19.13 3.49 19.13 1.49 18.13 C-0.02 17.92 -0.02 17.92 -1.57 17.7 C-2.54 17.51 -3.51 17.32 -4.51 17.13 C-5.57 15.26 -5.57 15.26 -6.51 13.13 C-11.97 8.88 -17.03 8.91 -22.51 13.13 Z ' fill='%238DE9D5' transform='translate(90.5078125,4.8671875)'/%3E%3Cpath d='M0 0 C1.3 0.01 1.3 0.01 2.63 0.02 C4.88 0.05 7.13 0.11 9.38 0.19 C10.58 0.22 11.78 0.26 13.02 0.29 C16 1 16 1 18.41 3.24 C20.94 7.64 20.2 11.21 19 16 C16.43 20.96 13.03 24.49 8 27 C1.89 27.51 -1.14 27.09 -6 23 C-10.51 18 -11.13 14.67 -11 8 C-14.3 8 -17.6 8 -21 8 C-21.37 9.51 -21.74 11.01 -22.12 12.56 C-23.87 18.39 -26.64 22.99 -31.95 26.16 C-35.27 27.52 -38.51 27.55 -42 27 C-46.96 24.43 -50.49 21.02 -53 16 C-53.15 14.02 -53.22 12.04 -53.25 10.06 C-53.28 9 -53.3 7.94 -53.33 6.85 C-53 4 -53 4 -51.77 2.35 C-49.52 0.63 -48.19 0.58 -45.37 0.49 C-44.43 0.45 -43.49 0.42 -42.52 0.38 C-41.51 0.36 -40.49 0.34 -39.44 0.31 C-38.38 0.28 -37.32 0.25 -36.23 0.21 C-24.15 -0.12 -12.08 -0.17 0 0 Z ' fill='%238DE9D5' transform='translate(92,96)'/%3E%3Cpath d='M0 0 C1.94 1.75 1.94 1.75 3 4 C2.73 7 2.17 7.83 0 10 C-0.99 10 -1.98 10 -3 10 C-2.33 8 -1.67 6 -1 4 C-3.76 4.5 -3.76 4.5 -6 6 C-6.04 7.67 -6.04 9.33 -6 11 C-1.87 11.07 1.68 11.03 5.03 8.41 C5.97 7.46 5.97 7.46 6.94 6.5 C10.66 2.9 13.46 1.95 18.61 1.8 C23.69 2.23 26.98 3.87 30.38 7.62 C34 10.91 37.25 10.89 42 11 C42 8.69 42 6.38 42 4 C40.35 4.33 38.7 4.66 37 5 C37.99 5.66 38.98 6.32 40 7 C39.67 7.99 39.34 8.98 39 10 C35.12 9.12 35.12 9.12 34 8 C33.75 5.06 33.75 5.06 34 2 C37.5 -0.33 38.89 -0.59 43 0 C45.83 2.53 46.85 4.21 47.56 7.94 C46.78 12.22 45.03 13.9 42 17 C37.52 19.24 31.26 18.74 26.6 17.21 C23.18 15.54 20.62 13.78 18 11 C17.11 11.78 16.23 12.57 15.31 13.38 C10.18 17.58 5.94 18.4 -0.63 18.25 C-4.75 17.81 -6.9 15.99 -9.88 13.31 C-11.59 9.78 -11.15 6.7 -10 3 C-7.15 -0.38 -4.28 -0.64 0 0 Z ' fill='%238DE9D5' transform='translate(57,128)'/%3E%3Cpath d='M0 0 C2.38 1.5 2.38 1.5 4 3 C3.49 5.17 3 7 2 9 C2.74 8.65 3.48 8.3 4.25 7.94 C7.13 6.95 8.21 6.97 11 8 C11.75 10.25 11.75 10.25 12 13 C10.7 15.14 10.7 15.14 8 17 C4.35 17.61 0.76 17.56 -2.94 17.5 C-3.93 17.52 -4.92 17.53 -5.94 17.55 C-10.55 17.52 -13.23 17.49 -17.19 14.97 C-17.79 14.32 -18.39 13.67 -19 13 C-18.25 7.25 -18.25 7.25 -16 5 C-12.88 4.88 -12.88 4.88 -10 5 C-9.71 4.36 -9.42 3.72 -9.12 3.06 C-7.02 -0.8 -4.06 -0.32 0 0 Z ' fill='%238DE9D5' transform='translate(79,18)'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  width: 150px;
  height: 179px;
  margin: 0 auto;
}

/* Text within a deposition class should be within the deposition-inside class */
.home-container .deposition-inside {
  z-index: 3;
  position: relative;
  text-align: center;
  color: #3b3b3b;
  margin: 0 auto;
  width: 100vw;
  max-width: 1200px;
}

/* -- number page navigation -- */
.home-container #blog-pager {
  width: 100%;
  padding: 6px;
  font-size: 11px;
}

.home-container #comment-form iframe {
  padding: 5px;
  width: 580px;
  height: 275px;
}

.home-container .PopularPosts .item-title {
  padding-bottom: 0.2em;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 800;
}

.home-container div.item-snippet {
  /* Add properties here if needed */
}

.home-container .PopularPosts .widget-content ul li {
  padding: 5px 0;
  background: none;
  border-bottom: 1px solid #ddd;
  list-style-type: none;
}

.home-container h3.widgettitle {
  background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgMjz5sfsApppEDMzQgACKJZx95IlUqcjln9wQUtfaNqVx-6gY8iJgF1POcZjqN1_Q5Ew1SNkfSotulRtBx_0ztFzT_rJ_nHDZVuwLkGQbqIj-97DOBbbRB14Zn56hxJ3FDX08zN-eiZtAK/s0/widgettitle-bg.png)
    left top repeat-x;
  margin: 0 0 10px 0;
  padding: 9px 0 9px 10px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
}

/* Grid system */
.home-container div.span-1,
.home-container div.span-2,
.home-container div.span-3,
.home-container div.span-4,
.home-container div.span-5,
.home-container div.span-6,
.home-container div.span-7,
.home-container div.span-8,
.home-container div.span-9,
.home-container div.span-10,
.home-container div.span-11,
.home-container div.span-12,
.home-container div.span-13,
.home-container div.span-14,
.home-container div.span-15,
.home-container div.span-16,
.home-container div.span-17,
.home-container div.span-18,
.home-container div.span-19,
.home-container div.span-20,
.home-container div.span-21,
.home-container div.span-22,
.home-container div.span-23,
.home-container div.span-24 {
  float: left;
  margin-right: 10px;
}

.home-container .span-1 {
  width: 30px;
}

.home-container .span-2 {
  width: 70px;
}

.home-container .span-3 {
  width: 110px;
}

.home-container .span-4 {
  width: 150px;
}

.home-container .span-5 {
  width: 190px;
}

.home-container .span-6 {
  width: 230px;
}

.home-container .span-7 {
  width: 270px;
}

.home-container .span-8 {
  width: 310px;
}

.home-container .span-9 {
  width: 350px;
}

.home-container .span-10 {
  width: 390px;
}

.home-container .span-11 {
  width: 430px;
}

.home-container .span-12 {
  width: 470px;
}

.home-container .span-13 {
  width: 510px;
}

.home-container .span-14 {
  width: 550px;
}

.home-container .span-15 {
  width: 590px;
}

.home-container .span-16 {
  width: 630px;
}

.home-container .span-17 {
  width: 670px;
}

.home-container .span-18 {
  width: 710px;
}

.home-container .span-19 {
  width: 750px;
}

.home-container .span-20 {
  width: 790px;
}

.home-container .span-21 {
  width: 830px;
}

.home-container .span-22 {
  width: 870px;
}

.home-container .span-23 {
  width: 910px;
}

.home-container .span-24,
div.span-24 {
  width: 960px;
  margin: 0;
}

/* Form elements with spans */
.home-container input.span-1,
.home-container textarea.span-1,
.home-container input.span-2,
.home-container textarea.span-2,
.home-container input.span-3,
.home-container textarea.span-3,
.home-container input.span-4,
.home-container textarea.span-4,
.home-container input.span-5,
.home-container textarea.span-5,
.home-container input.span-6,
.home-container textarea.span-6,
.home-container input.span-7,
.home-container textarea.span-7,
.home-container input.span-8,
.home-container textarea.span-8,
.home-container input.span-9,
.home-container textarea.span-9,
.home-container input.span-10,
.home-container textarea.span-10,
.home-container input.span-11,
.home-container textarea.span-11,
.home-container input.span-12,
.home-container textarea.span-12,
.home-container input.span-13,
.home-container textarea.span-13,
.home-container input.span-14,
.home-container textarea.span-14,
.home-container input.span-15,
.home-container textarea.span-15,
.home-container input.span-16,
.home-container textarea.span-16,
.home-container input.span-17,
.home-container textarea.span-17,
.home-container input.span-18,
.home-container textarea.span-18,
.home-container input.span-19,
.home-container textarea.span-19,
.home-container input.span-20,
.home-container textarea.span-20,
.home-container input.span-21,
.home-container textarea.span-21,
.home-container input.span-22,
.home-container textarea.span-22,
.home-container input.span-23,
.home-container textarea.span-23,
.home-container input.span-24,
.home-container textarea.span-24 {
  border-left-width: 1px !important;
  border-right-width: 1px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.home-container input.span-1,
.home-container textarea.span-1 {
  width: 18px !important;
}

.home-container input.span-2,
.home-container textarea.span-2 {
  width: 58px !important;
}

.home-container input.span-3,
.home-container textarea.span-3 {
  width: 98px !important;
}

.home-container input.span-4,
.home-container textarea.span-4 {
  width: 138px !important;
}

.home-container input.span-5,
.home-container textarea.span-5 {
  width: 178px !important;
}

.home-container input.span-6,
.home-container textarea.span-6 {
  width: 218px !important;
}

.home-container input.span-7,
.home-container textarea.span-7 {
  width: 258px !important;
}

.home-container input.span-8,
.home-container textarea.span-8 {
  width: 298px !important;
}

.home-container input.span-9,
.home-container textarea.span-9 {
  width: 338px !important;
}

.home-container input.span-10,
.home-container textarea.span-10 {
  width: 378px !important;
}

.home-container input.span-11,
.home-container textarea.span-11 {
  width: 418px !important;
}

.home-container input.span-12,
.home-container textarea.span-12 {
  width: 458px !important;
}

.home-container input.span-13,
.home-container textarea.span-13 {
  width: 498px !important;
}

.home-container input.span-14,
.home-container textarea.span-14 {
  width: 538px !important;
}

.home-container input.span-15,
.home-container textarea.span-15 {
  width: 578px !important;
}

.home-container input.span-16,
.home-container textarea.span-16 {
  width: 618px !important;
}

.home-container input.span-17,
.home-container textarea.span-17 {
  width: 658px !important;
}

.home-container input.span-18,
.home-container textarea.span-18 {
  width: 698px !important;
}

.home-container input.span-19,
.home-container textarea.span-19 {
  width: 738px !important;
}

.home-container input.span-20,
.home-container textarea.span-20 {
  width: 778px !important;
}

.home-container input.span-21,
.home-container textarea.span-21 {
  width: 818px !important;
}

.home-container input.span-22,
.home-container textarea.span-22 {
  width: 858px !important;
}

.home-container input.span-23,
.home-container textarea.span-23 {
  width: 898px !important;
}

.home-container input.span-24,
.home-container textarea.span-24 {
  width: 938px !important;
}

.home-container .last {
  margin-right: 0;
  padding-right: 0;
}

.home-container .last,
.home-container div.last {
  margin-right: 0;
}

/*********************************************************************************
Card Columns
*********************************************************************************/
.home-container .card-columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.home-container .drop-in {
  animation: drop-in linear forwards;
  animation-timeline: view();
  animation-range: entry;
}

.home-container .drop-in-2 {
  animation: drip-in linear backwards;
  animation-timeline: view();
  animation-range: entry;
}

@media screen and (max-width: 768px) {
  .home-container .footer-widget-box {width: 95% !important;}
  .home-container .static-break-art, .static-break-chevron {padding: 3em 0.5rem;}
  .home-container .small {font-size: 15px !important;}
  .home-container .card-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}

@keyframes drop-in {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.home-container .card {
  max-width: 425px;
  margin: 0 auto;
  border: 1px solid #f1efef;
  border-radius: 2rem;
  margin-bottom: 4rem;
  box-shadow: 0 0.15rem 0.25rem 0 rgb(102 37 188 / 0.2);
  padding: 2rem;
  overflow: hidden;
  transition: box-shadow 0.5s ease-in-out;
  -moz-transition: box-shadow 0.5s ease-in-out;
  -webkit-transition: box-shadow 0.5s ease-in-out;
}
.home-container .card:hover {
  box-shadow: 0 0.15rem 2rem 0 rgb(102 37 188 / 0.2);
}
.home-container .card.glass {
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  border: none;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
}
.home-container .img-spacing-1 {
  padding: 1rem;
}
.home-container .img-spacing-2 {
  padding: 2rem;
}
.home-container .hs-form-iframe {
  min-width: 350px !important;
  max-height: 740px !important;
  margin: 0 auto;
}
.home-container .modal-backdrop.show {
  opacity: 0.9;
}
.home-container .awards-bar {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(https://audacix-img.imgix.net/Audacix%20-%20Awards%20Bar%2023.webp?s=2fb6d4d3db9850906aa72247108307d2)
    no-repeat;
  width: 568px; /* Width of new image */
  height: 118px !important; /* Height of new image */
}

.home-container .font-i {
  font-family: "Inter" !important;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

/**** Cyber Chief text colour classes ***/
.home-container .text-yellow {
  color: #ffd23f !important;
}
.home-container .text-cyan {
  color: #3bceac !important;
}
.home-container .text-purple {
  color: #5d2b7d !important;
}
.home-container .cyan {
  color: rgb(59, 206, 172) !important;
}
.home-container .gold {
  color: #ffd34f !important;
}
.home-container .green {
  color: #0ead69 !important;
}
.home-container .pink {
  color: #ee4266 !important;
}
.home-container .purple {
  color: #5d2b7d !important;
}
.home-container .gray {
  color: #203347 !important;
}
.home-container .bg-cc {
  background-color: #f4f5fd;
}
.home-container .bg-grad {
  background:
    radial-gradient(
      farthest-side at 0% 100%,
      #c2c2ffff 0%,
      #c2e7ffff 25%,
      #ffd1f9ff 50%,
      #ecebffff 75%,
      #c2c2ffff 100%
    ),
    radial-gradient(
      farthest-corner at 100% 100%,
      #c2c2ffff 0%,
      #ecebffff 25%,
      #ffd1f9ff 50%,
      #c2e7ffff 75%,
      #c2c2ffff 100%
    );
  background-blend-mode: screen;
}
.home-container .bg-network {
  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.dev/svgjs' width='700' height='350' preserveAspectRatio='none' viewBox='0 0 700 350'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1512%26quot%3b)' fill='none'%3e%3crect width='700' height='350' x='0' y='0' fill='url(%26quot%3b%23SvgjsLinearGradient1513%26quot%3b)'%3e%3c/rect%3e%3cpath d='M-33.43 299.71L-33.43 299.71' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-33.43 299.71L-48.27 402.23' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-33.43 299.71L45.28 218.37' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-33.43 299.71L27.99 398.69' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-33.43 299.71L116.92 226.9' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-48.27 402.23L-48.27 402.23' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-48.27 402.23L27.99 398.69' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-48.27 402.23L150.72 400.49' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-48.27 402.23L45.28 218.37' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-48.27 402.23L147.77 299.73' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-48.27 402.23L116.92 226.9' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M45.28 218.37L45.28 218.37' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M45.28 218.37L116.92 226.9' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M45.28 218.37L147.77 299.73' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M45.28 218.37L27.99 398.69' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M45.28 218.37L212.63 293.59' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M45.28 218.37L240.13 227.4' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M27.99 398.69L27.99 398.69' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M116.92 226.9L116.92 226.9' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M116.92 226.9L147.77 299.73' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M147.77 299.73L147.77 299.73' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M147.77 299.73L212.63 293.59' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M147.77 299.73L150.72 400.49' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M150.72 400.49L150.72 400.49' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M150.72 400.49L222.95 404.57' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M150.72 400.49L27.99 398.69' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M150.72 400.49L212.63 293.59' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M240.13 227.4L240.13 227.4' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M240.13 227.4L294.81 240.61' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M240.13 227.4L212.63 293.59' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M240.13 227.4L147.77 299.73' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M240.13 227.4L116.92 226.9' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M212.63 293.59L212.63 293.59' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M212.63 293.59L294.81 240.61' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M222.95 404.57L222.95 404.57' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M222.95 404.57L300.76 410.46' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M222.95 404.57L212.63 293.59' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M294.81 240.61L294.81 240.61' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M294.81 240.61L379.11 203.61' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M294.81 240.61L372.99 147.28' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M294.81 240.61L410.59 297.97' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M300.76 410.46L300.76 410.46' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M300.76 410.46L398.36 380.57' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M300.76 410.46L212.63 293.59' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M300.76 410.46L150.72 400.49' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M415.42 43.55L415.42 43.55' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M415.42 43.55L488.22 37.44' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M415.42 43.55L495.73 111.79' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M372.99 147.28L372.99 147.28' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M372.99 147.28L379.11 203.61' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M372.99 147.28L415.42 43.55' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M372.99 147.28L462.12 216.85' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M372.99 147.28L495.73 111.79' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M379.11 203.61L379.11 203.61' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M379.11 203.61L462.12 216.85' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M410.59 297.97L410.59 297.97' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M410.59 297.97L478.45 323.9' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M410.59 297.97L398.36 380.57' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M410.59 297.97L462.12 216.85' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M410.59 297.97L379.11 203.61' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M398.36 380.57L398.36 380.57' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M398.36 380.57L478.45 323.9' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M398.36 380.57L497.54 397.28' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M398.36 380.57L555.68 392.7' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M481.83 -41.15L481.83 -41.15' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M481.83 -41.15L488.22 37.44' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M481.83 -41.15L560.05 -22.71' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M481.83 -41.15L415.42 43.55' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M488.22 37.44L488.22 37.44' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M488.22 37.44L495.73 111.79' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M495.73 111.79L495.73 111.79' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M495.73 111.79L583.77 126.37' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M462.12 216.85L462.12 216.85' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M462.12 216.85L551.8 210.2' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M462.12 216.85L478.45 323.9' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M478.45 323.9L478.45 323.9' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M478.45 323.9L497.54 397.28' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M478.45 323.9L555.68 392.7' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M497.54 397.28L497.54 397.28' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M497.54 397.28L555.68 392.7' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M497.54 397.28L410.59 297.97' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M560.05 -22.71L560.05 -22.71' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M560.05 -22.71L572.55 25.27' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M560.05 -22.71L638.38 -61.8' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M560.05 -22.71L488.22 37.44' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M560.05 -22.71L662.51 38.39' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M572.55 25.27L572.55 25.27' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M572.55 25.27L488.22 37.44' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M572.55 25.27L662.51 38.39' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M572.55 25.27L583.77 126.37' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M583.77 126.37L583.77 126.37' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M583.77 126.37L647.29 123.45' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M551.8 210.2L551.8 210.2' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M551.8 210.2L583.77 126.37' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M551.8 210.2L637.93 237.94' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M551.8 210.2L495.73 111.79' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M555.68 392.7L555.68 392.7' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M555.68 392.7L648.94 375.36' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M555.68 392.7L637.38 305.47' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M638.38 -61.8L638.38 -61.8' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M638.38 -61.8L662.51 38.39' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M638.38 -61.8L572.55 25.27' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M638.38 -61.8L481.83 -41.15' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M638.38 -61.8L488.22 37.44' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M662.51 38.39L662.51 38.39' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M662.51 38.39L647.29 123.45' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M662.51 38.39L583.77 126.37' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M647.29 123.45L647.29 123.45' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M637.93 237.94L637.93 237.94' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M637.93 237.94L637.38 305.47' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M637.93 237.94L647.29 123.45' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M637.93 237.94L583.77 126.37' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M637.93 237.94L749.06 296.92' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M637.93 237.94L764.1 202.35' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M637.38 305.47L637.38 305.47' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M637.38 305.47L648.94 375.36' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M648.94 375.36L648.94 375.36' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M648.94 375.36L752.03 401.32' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M742.31 131.98L742.31 131.98' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M742.31 131.98L764.1 202.35' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M742.31 131.98L647.29 123.45' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M764.1 202.35L764.1 202.35' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M764.1 202.35L749.06 296.92' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M749.06 296.92L749.06 296.92' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M749.06 296.92L752.03 401.32' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M749.06 296.92L637.38 305.47' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M749.06 296.92L648.94 375.36' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M749.06 296.92L742.31 131.98' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M752.03 401.32L752.03 401.32' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3ccircle r='5' cx='-33.43' cy='299.71' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='-48.27' cy='402.23' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='45.28' cy='218.37' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='27.99' cy='398.69' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='116.92' cy='226.9' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='147.77' cy='299.73' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='150.72' cy='400.49' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='240.13' cy='227.4' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='212.63' cy='293.59' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='222.95' cy='404.57' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='294.81' cy='240.61' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='300.76' cy='410.46' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='415.42' cy='43.55' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='372.99' cy='147.28' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='379.11' cy='203.61' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='410.59' cy='297.97' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='398.36' cy='380.57' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='481.83' cy='-41.15' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='488.22' cy='37.44' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='495.73' cy='111.79' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='462.12' cy='216.85' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='478.45' cy='323.9' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='497.54' cy='397.28' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='560.05' cy='-22.71' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='572.55' cy='25.27' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='583.77' cy='126.37' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='551.8' cy='210.2' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='555.68' cy='392.7' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='638.38' cy='-61.8' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='662.51' cy='38.39' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='647.29' cy='123.45' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='637.93' cy='237.94' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='637.38' cy='305.47' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='648.94' cy='375.36' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='742.31' cy='131.98' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='764.1' cy='202.35' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='749.06' cy='296.92' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='752.03' cy='401.32' fill='%23132e65'%3e%3c/circle%3e%3cpath d='M-55.23 316.03L-55.23 316.03' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-55.23 316.03L-59.73 410.96' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-55.23 316.03L57.17 305.56' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-55.23 316.03L38.24 379.89' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M57.17 305.56L57.17 305.56' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M57.17 305.56L38.24 379.89' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M57.17 305.56L122.06 406.79' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M472.43 238.47L472.43 238.47' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M472.43 238.47L500.15 313.91' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M472.43 238.47L415.59 297.54' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M472.43 238.47L561.09 217.2' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M472.43 238.47L483.92 141.7' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M472.43 238.47L380.21 206.3' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M472.43 238.47L498.53 379.2' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M500.15 313.91L500.15 313.91' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M500.15 313.91L498.53 379.2' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M500.15 313.91L415.59 297.54' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M500.15 313.91L580.75 387.96' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M500.15 313.91L561.09 217.2' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M498.53 379.2L498.53 379.2' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M498.53 379.2L580.75 387.96' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M498.53 379.2L382.58 385.78' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M564.4 47.27L564.4 47.27' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M564.4 47.27L648.07 41.04' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M564.4 47.27L581.68 -39.83' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M564.4 47.27L483.92 141.7' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M564.4 47.27L673.32 117.46' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M564.4 47.27L672.36 -53.06' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M561.09 217.2L561.09 217.2' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M561.09 217.2L639.39 208.71' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M561.09 217.2L483.92 141.7' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M561.09 217.2L649.97 291.16' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-59.73 410.96L-59.73 410.96' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-59.73 410.96L38.24 379.89' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-59.73 410.96L57.17 305.56' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-59.73 410.96L122.06 406.79' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-59.73 410.96L197.82 383.87' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M38.24 379.89L38.24 379.89' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M38.24 379.89L122.06 406.79' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M38.24 379.89L197.82 383.87' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M122.06 406.79L122.06 406.79' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M122.06 406.79L197.82 383.87' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M234.14 321.12L234.14 321.12' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M234.14 321.12L291.79 314.05' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M234.14 321.12L197.82 383.87' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M234.14 321.12L327.25 385.5' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M234.14 321.12L122.06 406.79' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M197.82 383.87L197.82 383.87' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M197.82 383.87L291.79 314.05' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M197.82 383.87L327.25 385.5' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M291.79 314.05L291.79 314.05' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M291.79 314.05L327.25 385.5' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M327.25 385.5L327.25 385.5' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M327.25 385.5L382.58 385.78' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M327.25 385.5L415.59 297.54' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M380.21 206.3L380.21 206.3' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M380.21 206.3L415.59 297.54' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M380.21 206.3L483.92 141.7' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M415.59 297.54L415.59 297.54' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M415.59 297.54L382.58 385.78' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M382.58 385.78L382.58 385.78' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M382.58 385.78L291.79 314.05' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M382.58 385.78L500.15 313.91' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M382.58 385.78L234.14 321.12' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M483.92 141.7L483.92 141.7' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M581.68 -39.83L581.68 -39.83' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M581.68 -39.83L672.36 -53.06' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M581.68 -39.83L648.07 41.04' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M581.68 -39.83L740.1 27.4' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M580.75 387.96L580.75 387.96' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M580.75 387.96L656.07 393.37' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M580.75 387.96L649.97 291.16' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M580.75 387.96L734.89 401.38' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M672.36 -53.06L672.36 -53.06' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M672.36 -53.06L753.67 -64.53' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M672.36 -53.06L648.07 41.04' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M672.36 -53.06L740.1 27.4' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M648.07 41.04L648.07 41.04' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M648.07 41.04L673.32 117.46' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M648.07 41.04L740.1 27.4' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M648.07 41.04L756.68 136.73' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M673.32 117.46L673.32 117.46' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M673.32 117.46L756.68 136.73' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M673.32 117.46L639.39 208.71' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M673.32 117.46L740.1 27.4' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M639.39 208.71L639.39 208.71' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M649.97 291.16L649.97 291.16' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M649.97 291.16L639.39 208.71' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M649.97 291.16L726.15 324.88' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M649.97 291.16L656.07 393.37' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M649.97 291.16L738.74 236.4' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M656.07 393.37L656.07 393.37' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M656.07 393.37L734.89 401.38' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M656.07 393.37L726.15 324.88' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M753.67 -64.53L753.67 -64.53' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M753.67 -64.53L740.1 27.4' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M753.67 -64.53L648.07 41.04' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M740.1 27.4L740.1 27.4' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M756.68 136.73L756.68 136.73' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M756.68 136.73L738.74 236.4' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M738.74 236.4L738.74 236.4' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M738.74 236.4L726.15 324.88' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M738.74 236.4L639.39 208.71' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M726.15 324.88L726.15 324.88' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M726.15 324.88L734.89 401.38' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M734.89 401.38L734.89 401.38' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M734.89 401.38L649.97 291.16' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M734.89 401.38L738.74 236.4' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3ccircle r='25' cx='-55.23' cy='316.03' fill='url(%26quot%3b%23SvgjsRadialGradient1514%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='57.17' cy='305.56' fill='url(%26quot%3b%23SvgjsRadialGradient1514%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='472.43' cy='238.47' fill='url(%26quot%3b%23SvgjsRadialGradient1514%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='500.15' cy='313.91' fill='url(%26quot%3b%23SvgjsRadialGradient1514%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='498.53' cy='379.2' fill='url(%26quot%3b%23SvgjsRadialGradient1514%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='564.4' cy='47.27' fill='url(%26quot%3b%23SvgjsRadialGradient1514%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='561.09' cy='217.2' fill='url(%26quot%3b%23SvgjsRadialGradient1514%26quot%3b)'%3e%3c/circle%3e%3ccircle r='5' cx='-59.73' cy='410.96' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='38.24' cy='379.89' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='122.06' cy='406.79' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='234.14' cy='321.12' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='197.82' cy='383.87' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='291.79' cy='314.05' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='327.25' cy='385.5' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='380.21' cy='206.3' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='415.59' cy='297.54' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='382.58' cy='385.78' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='483.92' cy='141.7' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='581.68' cy='-39.83' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='580.75' cy='387.96' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='672.36' cy='-53.06' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='648.07' cy='41.04' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='673.32' cy='117.46' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='639.39' cy='208.71' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='649.97' cy='291.16' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='656.07' cy='393.37' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='753.67' cy='-64.53' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='740.1' cy='27.4' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='756.68' cy='136.73' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='738.74' cy='236.4' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='726.15' cy='324.88' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='734.89' cy='401.38' fill='%238b9ad9'%3e%3c/circle%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1512'%3e%3crect width='700' height='350' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='12.5%25' y1='-25%25' x2='87.5%25' y2='125%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1513'%3e%3cstop stop-color='%230e2a47' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(138%2c 0%2c 158%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3cradialGradient id='SvgjsRadialGradient1514'%3e%3cstop stop-color='white' offset='0.1'%3e%3c/stop%3e%3cstop stop-color='%231735b3' offset='0.2'%3e%3c/stop%3e%3cstop stop-color='rgba(23%2c 53%2c 179%2c 0)' offset='1'%3e%3c/stop%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e");
}
.home-container .bg-network1 {
  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.dev/svgjs' width='700' height='350' preserveAspectRatio='none' viewBox='0 0 700 350'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1015%26quot%3b)' fill='none'%3e%3crect width='700' height='350' x='0' y='0' fill='url(%26quot%3b%23SvgjsLinearGradient1016%26quot%3b)'%3e%3c/rect%3e%3cpath d='M-24.18 228.41L-24.18 228.41' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-24.18 228.41L-60.6 303.66' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-24.18 228.41L31.11 305.83' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-24.18 228.41L-47.13 384.02' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-24.18 228.41L138.64 238.73' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-24.18 228.41L112.7 317.25' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-24.18 228.41L65.49 391.28' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-60.6 303.66L-60.6 303.66' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-60.6 303.66L-47.13 384.02' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-60.6 303.66L31.11 305.83' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-47.13 384.02L-47.13 384.02' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-47.13 384.02L31.11 305.83' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-47.13 384.02L65.49 391.28' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-47.13 384.02L112.7 317.25' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-47.13 384.02L130.74 406.35' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M31.11 305.83L31.11 305.83' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M31.11 305.83L112.7 317.25' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M31.11 305.83L65.49 391.28' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M31.11 305.83L138.64 238.73' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M65.49 391.28L65.49 391.28' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M65.49 391.28L130.74 406.35' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M65.49 391.28L112.7 317.25' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M138.64 238.73L138.64 238.73' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M138.64 238.73L203.32 202.39' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M138.64 238.73L112.7 317.25' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M112.7 317.25L112.7 317.25' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M112.7 317.25L130.74 406.35' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M112.7 317.25L237.22 317.56' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M112.7 317.25L233.99 385.15' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M130.74 406.35L130.74 406.35' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M203.32 202.39L203.32 202.39' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M203.32 202.39L289.03 224.27' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M203.32 202.39L237.22 317.56' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M203.32 202.39L112.7 317.25' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M203.32 202.39L378.7 224.69' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M237.22 317.56L237.22 317.56' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M237.22 317.56L233.99 385.15' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M237.22 317.56L307.17 385.31' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M237.22 317.56L289.03 224.27' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M233.99 385.15L233.99 385.15' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M233.99 385.15L307.17 385.31' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M233.99 385.15L130.74 406.35' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M233.99 385.15L65.49 391.28' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M289.03 224.27L289.03 224.27' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M289.03 224.27L378.7 224.69' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M307.17 385.31L307.17 385.31' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M396.09 126.17L396.09 126.17' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M396.09 126.17L474.79 127.74' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M378.7 224.69L378.7 224.69' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M378.7 224.69L394.47 304.53' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M378.7 224.69L396.09 126.17' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M378.7 224.69L494.72 217.88' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M394.47 304.53L394.47 304.53' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M394.47 304.53L404.96 382.67' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M404.96 382.67L404.96 382.67' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M404.96 382.67L474.21 415.47' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M404.96 382.67L478.93 320.32' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M404.96 382.67L307.17 385.31' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M404.96 382.67L558.72 392.59' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M404.96 382.67L378.7 224.69' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M467.09 -57.02L467.09 -57.02' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M467.09 -57.02L581.29 -25.2' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M467.09 -57.02L580.27 58.1' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M467.09 -57.02L474.79 127.74' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M467.09 -57.02L396.09 126.17' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M467.09 -57.02L678.04 -50.16' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M467.09 -57.02L655.86 41.42' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M474.79 127.74L474.79 127.74' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M474.79 127.74L494.72 217.88' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M494.72 217.88L494.72 217.88' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M494.72 217.88L574.54 204.03' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M494.72 217.88L478.93 320.32' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M494.72 217.88L577.02 150.63' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M494.72 217.88L570.78 303.92' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M478.93 320.32L478.93 320.32' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M478.93 320.32L394.47 304.53' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M478.93 320.32L570.78 303.92' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M474.21 415.47L474.21 415.47' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M474.21 415.47L558.72 392.59' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M474.21 415.47L478.93 320.32' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M474.21 415.47L394.47 304.53' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M581.29 -25.2L581.29 -25.2' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M581.29 -25.2L580.27 58.1' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M581.29 -25.2L678.04 -50.16' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M580.27 58.1L580.27 58.1' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M580.27 58.1L655.86 41.42' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M580.27 58.1L577.02 150.63' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M580.27 58.1L474.79 127.74' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M577.02 150.63L577.02 150.63' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M577.02 150.63L574.54 204.03' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M574.54 204.03L574.54 204.03' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M574.54 204.03L651.66 221.62' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M570.78 303.92L570.78 303.92' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M570.78 303.92L655.46 308.9' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M570.78 303.92L558.72 392.59' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M558.72 392.59L558.72 392.59' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M558.72 392.59L478.93 320.32' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M558.72 392.59L672.3 374.66' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M558.72 392.59L655.46 308.9' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M678.04 -50.16L678.04 -50.16' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M678.04 -50.16L655.86 41.42' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M678.04 -50.16L764.39 24.22' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M678.04 -50.16L580.27 58.1' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M678.04 -50.16L671.51 151.39' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M678.04 -50.16L746.3 140.09' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M655.86 41.42L655.86 41.42' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M655.86 41.42L581.29 -25.2' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M655.86 41.42L764.39 24.22' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M655.86 41.42L671.51 151.39' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M671.51 151.39L671.51 151.39' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M671.51 151.39L651.66 221.62' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M671.51 151.39L746.3 140.09' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M671.51 151.39L577.02 150.63' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M671.51 151.39L574.54 204.03' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M651.66 221.62L651.66 221.62' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M655.46 308.9L655.46 308.9' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M655.46 308.9L672.3 374.66' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M672.3 374.66L672.3 374.66' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M672.3 374.66L744.68 390.01' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M672.3 374.66L570.78 303.92' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M672.3 374.66L651.66 221.62' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M672.3 374.66L574.54 204.03' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M764.39 24.22L764.39 24.22' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M764.39 24.22L746.3 140.09' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M764.39 24.22L671.51 151.39' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M764.39 24.22L580.27 58.1' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M764.39 24.22L581.29 -25.2' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M746.3 140.09L746.3 140.09' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M746.3 140.09L651.66 221.62' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M746.3 140.09L655.86 41.42' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M746.3 140.09L577.02 150.63' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M746.3 140.09L574.54 204.03' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M744.68 390.01L744.68 390.01' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M744.68 390.01L655.46 308.9' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M744.68 390.01L558.72 392.59' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3ccircle r='5' cx='-24.18' cy='228.41' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='-60.6' cy='303.66' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='-47.13' cy='384.02' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='31.11' cy='305.83' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='65.49' cy='391.28' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='138.64' cy='238.73' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='112.7' cy='317.25' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='130.74' cy='406.35' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='203.32' cy='202.39' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='237.22' cy='317.56' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='233.99' cy='385.15' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='289.03' cy='224.27' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='307.17' cy='385.31' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='396.09' cy='126.17' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='378.7' cy='224.69' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='394.47' cy='304.53' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='404.96' cy='382.67' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='467.09' cy='-57.02' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='474.79' cy='127.74' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='494.72' cy='217.88' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='478.93' cy='320.32' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='474.21' cy='415.47' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='581.29' cy='-25.2' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='580.27' cy='58.1' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='577.02' cy='150.63' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='574.54' cy='204.03' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='570.78' cy='303.92' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='558.72' cy='392.59' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='678.04' cy='-50.16' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='655.86' cy='41.42' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='671.51' cy='151.39' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='651.66' cy='221.62' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='655.46' cy='308.9' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='672.3' cy='374.66' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='764.39' cy='24.22' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='746.3' cy='140.09' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='744.68' cy='390.01' fill='%23132e65'%3e%3c/circle%3e%3cpath d='M27.85 295.02L27.85 295.02' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M27.85 295.02L-36.44 301.28' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M27.85 295.02L-33.73 391.06' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M27.85 295.02L52.82 409.37' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M235.77 320.37L235.77 320.37' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M235.77 320.37L299.53 289.28' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M235.77 320.37L202.01 405.33' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M235.77 320.37L288.55 406.59' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M496.61 240.34L496.61 240.34' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M496.61 240.34L482.96 287.19' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M496.61 240.34L554.45 198.77' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M482.96 287.19L482.96 287.19' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M482.96 287.19L551.34 299.34' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M482.96 287.19L474.48 374.38' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M482.96 287.19L554.45 198.77' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M482.96 287.19L374.46 326.99' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M482.96 287.19L401.44 204.19' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M750.2 22.84L750.2 22.84' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M750.2 22.84L756.93 -57.03' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M750.2 22.84L663.86 -51.82' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M750.2 22.84L634.87 22.96' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M750.2 22.84L727.39 139.73' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M750.2 22.84L663.76 152.67' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-36.44 301.28L-36.44 301.28' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-36.44 301.28L-33.73 391.06' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-33.73 391.06L-33.73 391.06' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-33.73 391.06L52.82 409.37' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-33.73 391.06L202.01 405.33' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-33.73 391.06L235.77 320.37' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M52.82 409.37L52.82 409.37' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M52.82 409.37L-36.44 301.28' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M202.01 405.33L202.01 405.33' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M202.01 405.33L288.55 406.59' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M299.53 289.28L299.53 289.28' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M299.53 289.28L374.46 326.99' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M288.55 406.59L288.55 406.59' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M401.44 204.19L401.44 204.19' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M401.44 204.19L496.61 240.34' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M401.44 204.19L493.16 147.49' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M374.46 326.99L374.46 326.99' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M374.46 326.99L405.84 399.6' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M374.46 326.99L474.48 374.38' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M374.46 326.99L288.55 406.59' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M374.46 326.99L401.44 204.19' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M405.84 399.6L405.84 399.6' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M405.84 399.6L474.48 374.38' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M405.84 399.6L288.55 406.59' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M493.16 147.49L493.16 147.49' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M493.16 147.49L554.45 198.77' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M493.16 147.49L496.61 240.34' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M474.48 374.38L474.48 374.38' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M474.48 374.38L549.69 411.38' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M586.57 -58.25L586.57 -58.25' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M586.57 -58.25L663.86 -51.82' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M554.45 198.77L554.45 198.77' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M554.45 198.77L641.69 205.29' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M554.45 198.77L551.34 299.34' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M551.34 299.34L551.34 299.34' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M551.34 299.34L496.61 240.34' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M551.34 299.34L474.48 374.38' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M551.34 299.34L660.11 307.36' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M549.69 411.38L549.69 411.38' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M663.86 -51.82L663.86 -51.82' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M663.86 -51.82L634.87 22.96' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M634.87 22.96L634.87 22.96' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M634.87 22.96L586.57 -58.25' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M634.87 22.96L663.76 152.67' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M634.87 22.96L756.93 -57.03' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M663.76 152.67L663.76 152.67' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M663.76 152.67L641.69 205.29' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M663.76 152.67L727.39 139.73' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M641.69 205.29L641.69 205.29' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M641.69 205.29L660.11 307.36' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M641.69 205.29L745.35 209.92' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M660.11 307.36L660.11 307.36' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M660.11 307.36L723.25 302.76' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M660.11 307.36L654.82 402.82' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M654.82 402.82L654.82 402.82' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M654.82 402.82L750.22 378.27' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M654.82 402.82L549.69 411.38' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M756.93 -57.03L756.93 -57.03' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M756.93 -57.03L663.86 -51.82' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M727.39 139.73L727.39 139.73' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M727.39 139.73L745.35 209.92' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M727.39 139.73L641.69 205.29' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M727.39 139.73L634.87 22.96' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M727.39 139.73L723.25 302.76' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M745.35 209.92L745.35 209.92' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M745.35 209.92L723.25 302.76' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M745.35 209.92L663.76 152.67' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M723.25 302.76L723.25 302.76' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M723.25 302.76L750.22 378.27' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M723.25 302.76L654.82 402.82' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M723.25 302.76L641.69 205.29' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M750.22 378.27L750.22 378.27' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M750.22 378.27L660.11 307.36' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M750.22 378.27L745.35 209.92' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3ccircle r='25' cx='27.85' cy='295.02' fill='url(%26quot%3b%23SvgjsRadialGradient1017%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='235.77' cy='320.37' fill='url(%26quot%3b%23SvgjsRadialGradient1017%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='496.61' cy='240.34' fill='url(%26quot%3b%23SvgjsRadialGradient1017%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='482.96' cy='287.19' fill='url(%26quot%3b%23SvgjsRadialGradient1017%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='750.2' cy='22.84' fill='url(%26quot%3b%23SvgjsRadialGradient1017%26quot%3b)'%3e%3c/circle%3e%3ccircle r='5' cx='-36.44' cy='301.28' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='-33.73' cy='391.06' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='52.82' cy='409.37' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='202.01' cy='405.33' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='299.53' cy='289.28' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='288.55' cy='406.59' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='401.44' cy='204.19' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='374.46' cy='326.99' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='405.84' cy='399.6' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='493.16' cy='147.49' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='474.48' cy='374.38' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='586.57' cy='-58.25' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='554.45' cy='198.77' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='551.34' cy='299.34' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='549.69' cy='411.38' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='663.86' cy='-51.82' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='634.87' cy='22.96' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='663.76' cy='152.67' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='641.69' cy='205.29' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='660.11' cy='307.36' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='654.82' cy='402.82' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='756.93' cy='-57.03' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='727.39' cy='139.73' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='745.35' cy='209.92' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='723.25' cy='302.76' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='750.22' cy='378.27' fill='%238b9ad9'%3e%3c/circle%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1015'%3e%3crect width='700' height='350' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='12.5%25' y1='-25%25' x2='87.5%25' y2='125%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1016'%3e%3cstop stop-color='%230e2a47' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(138%2c 0%2c 158%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3cradialGradient id='SvgjsRadialGradient1017'%3e%3cstop stop-color='white' offset='0.1'%3e%3c/stop%3e%3cstop stop-color='%231735b3' offset='0.2'%3e%3c/stop%3e%3cstop stop-color='rgba(23%2c 53%2c 179%2c 0)' offset='1'%3e%3c/stop%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e");
}
.home-container .bg-network3 {
  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.dev/svgjs' width='700' height='350' preserveAspectRatio='none' viewBox='0 0 700 350'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1039%26quot%3b)' fill='none'%3e%3crect width='700' height='350' x='0' y='0' fill='url(%26quot%3b%23SvgjsLinearGradient1040%26quot%3b)'%3e%3c/rect%3e%3cpath d='M-46.59 226.05L-46.59 226.05' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-46.59 226.05L-31 307.04' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-46.59 226.05L-42.5 402.53' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-46.59 226.05L43.04 394.69' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-31 307.04L-31 307.04' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-31 307.04L-42.5 402.53' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-31 307.04L43.04 394.69' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-31 307.04L112.63 378.17' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-42.5 402.53L-42.5 402.53' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-42.5 402.53L43.04 394.69' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M43.04 394.69L43.04 394.69' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M43.04 394.69L112.63 378.17' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M43.04 394.69L133.02 320.8' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M133.02 320.8L133.02 320.8' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M133.02 320.8L112.63 378.17' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M133.02 320.8L234.49 308.82' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M133.02 320.8L218.35 388.27' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M112.63 378.17L112.63 378.17' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M112.63 378.17L218.35 388.27' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M112.63 378.17L234.49 308.82' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M112.63 378.17L-42.5 402.53' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M208.84 224.59L208.84 224.59' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M208.84 224.59L291 218.25' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M208.84 224.59L234.49 308.82' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M208.84 224.59L298.97 152.33' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M208.84 224.59L133.02 320.8' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M234.49 308.82L234.49 308.82' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M234.49 308.82L312.59 321.59' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M234.49 308.82L218.35 388.27' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M234.49 308.82L286.09 385.84' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M218.35 388.27L218.35 388.27' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M218.35 388.27L286.09 385.84' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M298.97 152.33L298.97 152.33' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M298.97 152.33L291 218.25' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M291 218.25L291 218.25' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M291 218.25L387.25 232.62' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M291 218.25L312.59 321.59' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M291 218.25L234.49 308.82' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M291 218.25L384.78 293.26' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M312.59 321.59L312.59 321.59' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M312.59 321.59L286.09 385.84' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M312.59 321.59L384.78 293.26' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M312.59 321.59L218.35 388.27' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M286.09 385.84L286.09 385.84' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M389.77 124.3L389.77 124.3' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M389.77 124.3L298.97 152.33' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M389.77 124.3L496.07 138.55' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M389.77 124.3L387.25 232.62' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M389.77 124.3L475.92 56.49' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M387.25 232.62L387.25 232.62' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M387.25 232.62L384.78 293.26' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M387.25 232.62L489.99 214.19' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M387.25 232.62L312.59 321.59' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M384.78 293.26L384.78 293.26' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M384.78 293.26L501.34 326.81' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M386.16 415.2L386.16 415.2' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M386.16 415.2L472.45 406.42' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M386.16 415.2L286.09 385.84' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M386.16 415.2L312.59 321.59' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M386.16 415.2L384.78 293.26' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M386.16 415.2L501.34 326.81' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M386.16 415.2L218.35 388.27' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M493.71 -28.89L493.71 -28.89' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M493.71 -28.89L576.2 -28.2' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M493.71 -28.89L475.92 56.49' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M493.71 -28.89L581.39 48.39' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M475.92 56.49L475.92 56.49' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M475.92 56.49L496.07 138.55' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M475.92 56.49L581.39 48.39' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M496.07 138.55L496.07 138.55' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M496.07 138.55L548.6 149.95' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M496.07 138.55L489.99 214.19' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M489.99 214.19L489.99 214.19' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M489.99 214.19L553.04 207.83' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M501.34 326.81L501.34 326.81' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M501.34 326.81L556.8 324.24' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M501.34 326.81L472.45 406.42' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M501.34 326.81L586.19 381.54' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M472.45 406.42L472.45 406.42' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M472.45 406.42L586.19 381.54' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M576.2 -28.2L576.2 -28.2' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M576.2 -28.2L581.39 48.39' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M581.39 48.39L581.39 48.39' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M581.39 48.39L645.59 45.33' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M548.6 149.95L548.6 149.95' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M548.6 149.95L553.04 207.83' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M548.6 149.95L489.99 214.19' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M548.6 149.95L581.39 48.39' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M548.6 149.95L475.92 56.49' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M553.04 207.83L553.04 207.83' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M556.8 324.24L556.8 324.24' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M556.8 324.24L586.19 381.54' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M586.19 381.54L586.19 381.54' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M586.19 381.54L645.46 289.97' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M675.81 -60.38L675.81 -60.38' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M675.81 -60.38L727.28 -50.72' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M675.81 -60.38L576.2 -28.2' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M675.81 -60.38L645.59 45.33' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M645.59 45.33L645.59 45.33' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M645.59 45.33L733.21 58.3' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M645.59 45.33L576.2 -28.2' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M670.77 148.65L670.77 148.65' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M670.77 148.65L659.91 228.16' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M670.77 148.65L645.59 45.33' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M670.77 148.65L733.21 58.3' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M670.77 148.65L755.9 222.46' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M670.77 148.65L548.6 149.95' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M659.91 228.16L659.91 228.16' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M659.91 228.16L645.46 289.97' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M659.91 228.16L755.9 222.46' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M645.46 289.97L645.46 289.97' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M645.46 289.97L733.41 322.91' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M727.28 -50.72L727.28 -50.72' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M727.28 -50.72L733.21 58.3' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M727.28 -50.72L645.59 45.33' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M727.28 -50.72L576.2 -28.2' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M727.28 -50.72L581.39 48.39' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M727.28 -50.72L670.77 148.65' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M733.21 58.3L733.21 58.3' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M755.9 222.46L755.9 222.46' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M733.41 322.91L733.41 322.91' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M733.41 322.91L746.55 375.92' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M733.41 322.91L755.9 222.46' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M733.41 322.91L659.91 228.16' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M746.55 375.92L746.55 375.92' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M746.55 375.92L645.46 289.97' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M746.55 375.92L755.9 222.46' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M746.55 375.92L586.19 381.54' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M746.55 375.92L659.91 228.16' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3ccircle r='5' cx='-46.59' cy='226.05' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='-31' cy='307.04' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='-42.5' cy='402.53' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='43.04' cy='394.69' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='133.02' cy='320.8' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='112.63' cy='378.17' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='208.84' cy='224.59' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='234.49' cy='308.82' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='218.35' cy='388.27' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='298.97' cy='152.33' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='291' cy='218.25' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='312.59' cy='321.59' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='286.09' cy='385.84' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='389.77' cy='124.3' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='387.25' cy='232.62' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='384.78' cy='293.26' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='386.16' cy='415.2' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='493.71' cy='-28.89' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='475.92' cy='56.49' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='496.07' cy='138.55' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='489.99' cy='214.19' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='501.34' cy='326.81' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='472.45' cy='406.42' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='576.2' cy='-28.2' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='581.39' cy='48.39' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='548.6' cy='149.95' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='553.04' cy='207.83' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='556.8' cy='324.24' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='586.19' cy='381.54' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='675.81' cy='-60.38' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='645.59' cy='45.33' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='670.77' cy='148.65' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='659.91' cy='228.16' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='645.46' cy='289.97' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='727.28' cy='-50.72' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='733.21' cy='58.3' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='755.9' cy='222.46' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='733.41' cy='322.91' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='746.55' cy='375.92' fill='%23132e65'%3e%3c/circle%3e%3cpath d='M-33.38 412.88L-33.38 412.88' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-33.38 412.88L33.01 388.26' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M325.28 293.22L325.28 293.22' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M325.28 293.22L400.65 285' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M325.28 293.22L238.58 315.65' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M574.24 119.12L574.24 119.12' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M574.24 119.12L647.55 120.52' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M574.24 119.12L496.92 144.07' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M574.24 119.12L635.84 44.69' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M647.55 120.52L647.55 120.52' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M647.55 120.52L635.84 44.69' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M647.55 120.52L636.24 213.25' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M647.55 120.52L741.31 133.24' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M647.55 120.52L729.2 29.93' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M729.2 29.93L729.2 29.93' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M729.2 29.93L735.29 -33.53' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M729.2 29.93L663.37 -25.8' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M729.2 29.93L635.84 44.69' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M729.2 29.93L741.31 133.24' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M727.94 396.72L727.94 396.72' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M727.94 396.72L645.34 391.89' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M727.94 396.72L750.81 314.51' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M727.94 396.72L647.13 296.97' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M727.94 396.72L582.45 389.98' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-59.09 292.97L-59.09 292.97' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-59.09 292.97L43.27 315.76' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-59.09 292.97L-33.38 412.88' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-59.09 292.97L33.01 388.26' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M43.27 315.76L43.27 315.76' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M43.27 315.76L33.01 388.26' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M43.27 315.76L122.73 326.33' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M33.01 388.26L33.01 388.26' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M33.01 388.26L122.73 326.33' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M33.01 388.26L233.62 378.99' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M33.01 388.26L238.58 315.65' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M122.73 326.33L122.73 326.33' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M122.73 326.33L238.58 315.65' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M238.58 315.65L238.58 315.65' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M238.58 315.65L233.62 378.99' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M238.58 315.65L304.71 388.53' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M238.58 315.65L386.15 385.92' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M233.62 378.99L233.62 378.99' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M233.62 378.99L304.71 388.53' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M233.62 378.99L122.73 326.33' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M233.62 378.99L325.28 293.22' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M233.62 378.99L386.15 385.92' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M233.62 378.99L400.65 285' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M304.71 388.53L304.71 388.53' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M304.71 388.53L386.15 385.92' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M304.71 388.53L325.28 293.22' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M304.71 388.53L400.65 285' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M304.71 388.53L464.34 392.62' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M400.85 227.2L400.85 227.2' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M400.85 227.2L400.65 285' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M400.85 227.2L472.13 220.59' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M400.85 227.2L325.28 293.22' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M400.85 227.2L496.92 144.07' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M400.65 285L400.65 285' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M386.15 385.92L386.15 385.92' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M386.15 385.92L464.34 392.62' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M386.15 385.92L400.65 285' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M386.15 385.92L325.28 293.22' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M386.15 385.92L483.79 326.72' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M496.92 144.07L496.92 144.07' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M496.92 144.07L472.13 220.59' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M496.92 144.07L550.78 235.02' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M496.92 144.07L647.55 120.52' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M472.13 220.59L472.13 220.59' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M472.13 220.59L550.78 235.02' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M483.79 326.72L483.79 326.72' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M483.79 326.72L464.34 392.62' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M483.79 326.72L570.68 303.45' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M483.79 326.72L400.65 285' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M483.79 326.72L472.13 220.59' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M483.79 326.72L550.78 235.02' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M464.34 392.62L464.34 392.62' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M464.34 392.62L582.45 389.98' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M464.34 392.62L400.65 285' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M464.34 392.62L570.68 303.45' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M583.31 -35.97L583.31 -35.97' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M583.31 -35.97L663.37 -25.8' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M583.31 -35.97L635.84 44.69' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M583.31 -35.97L735.29 -33.53' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M583.31 -35.97L574.24 119.12' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M583.31 -35.97L729.2 29.93' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M550.78 235.02L550.78 235.02' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M550.78 235.02L570.68 303.45' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M550.78 235.02L636.24 213.25' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M570.68 303.45L570.68 303.45' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M570.68 303.45L647.13 296.97' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M582.45 389.98L582.45 389.98' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M582.45 389.98L645.34 391.89' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M582.45 389.98L570.68 303.45' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M582.45 389.98L647.13 296.97' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M582.45 389.98L483.79 326.72' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M663.37 -25.8L663.37 -25.8' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M663.37 -25.8L735.29 -33.53' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M663.37 -25.8L635.84 44.69' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M663.37 -25.8L647.55 120.52' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M635.84 44.69L635.84 44.69' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M636.24 213.25L636.24 213.25' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M636.24 213.25L647.13 296.97' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M647.13 296.97L647.13 296.97' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M647.13 296.97L645.34 391.89' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M647.13 296.97L750.81 314.51' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M645.34 391.89L645.34 391.89' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M645.34 391.89L570.68 303.45' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M645.34 391.89L750.81 314.51' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M735.29 -33.53L735.29 -33.53' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M735.29 -33.53L635.84 44.69' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M735.29 -33.53L741.31 133.24' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M741.31 133.24L741.31 133.24' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M741.31 133.24L729.56 230.53' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M729.56 230.53L729.56 230.53' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M729.56 230.53L750.81 314.51' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M729.56 230.53L636.24 213.25' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M729.56 230.53L647.13 296.97' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M729.56 230.53L647.55 120.52' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M750.81 314.51L750.81 314.51' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M750.81 314.51L636.24 213.25' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M750.81 314.51L570.68 303.45' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3ccircle r='25' cx='-33.38' cy='412.88' fill='url(%26quot%3b%23SvgjsRadialGradient1041%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='325.28' cy='293.22' fill='url(%26quot%3b%23SvgjsRadialGradient1041%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='574.24' cy='119.12' fill='url(%26quot%3b%23SvgjsRadialGradient1041%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='647.55' cy='120.52' fill='url(%26quot%3b%23SvgjsRadialGradient1041%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='729.2' cy='29.93' fill='url(%26quot%3b%23SvgjsRadialGradient1041%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='727.94' cy='396.72' fill='url(%26quot%3b%23SvgjsRadialGradient1041%26quot%3b)'%3e%3c/circle%3e%3ccircle r='5' cx='-59.09' cy='292.97' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='43.27' cy='315.76' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='33.01' cy='388.26' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='122.73' cy='326.33' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='238.58' cy='315.65' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='233.62' cy='378.99' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='304.71' cy='388.53' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='400.85' cy='227.2' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='400.65' cy='285' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='386.15' cy='385.92' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='496.92' cy='144.07' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='472.13' cy='220.59' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='483.79' cy='326.72' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='464.34' cy='392.62' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='583.31' cy='-35.97' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='550.78' cy='235.02' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='570.68' cy='303.45' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='582.45' cy='389.98' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='663.37' cy='-25.8' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='635.84' cy='44.69' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='636.24' cy='213.25' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='647.13' cy='296.97' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='645.34' cy='391.89' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='735.29' cy='-33.53' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='741.31' cy='133.24' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='729.56' cy='230.53' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='750.81' cy='314.51' fill='%238b9ad9'%3e%3c/circle%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1039'%3e%3crect width='700' height='350' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='12.5%25' y1='-25%25' x2='87.5%25' y2='125%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1040'%3e%3cstop stop-color='%230e2a47' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(138%2c 0%2c 158%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3cradialGradient id='SvgjsRadialGradient1041'%3e%3cstop stop-color='white' offset='0.1'%3e%3c/stop%3e%3cstop stop-color='%231735b3' offset='0.2'%3e%3c/stop%3e%3cstop stop-color='rgba(23%2c 53%2c 179%2c 0)' offset='1'%3e%3c/stop%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e");
}

.home-container .text-start {
  text-align: left !important;
}
.home-container .mw-100 {
  max-width: 100% !important;
}
