* {
margin: 0;
padding: 0;
scroll-behavior: smooth;
transition: .2s;
list-style: none;
-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */

page-break-inside: avoid; /* Firefox */

break-inside: avoid;
font-family: verdana;
background-size: cover;
}
a {
  text-decoration: none;
  display: inline-block;
}
*:focus {
outline: none;
border: none;
}
input[type=text]{
  border: 1px solid #222;
}
.header-2 {
  width: 90%;
  padding: 5%;
  height: auto;
  
}
header-2 img {
  width: 100%;
}
.row-3 {
display: grid; place-items: center;
grid-template-columns: repeat(3, 1fr);
}

#dark-mode:checked ~ .dark-mode
 {
color: #fff;
background: #212428;
}
#dark-mode:checked ~ label[for="dark-mode"] {
color: green;
text-align: right;
}
.smooth {
border-radius: .2em;
}
.toggle {
display: block;
margin: 10px;
height: 40px;
width: 80px;
background: ;
}
.glass {
background: rgba(255,255,255,0.3) !important;
backdrop-filter: blur(8px);
}
.body_cover {
height: 440px;
width: 75%;
display: block !important;
}

/*colors*/
.t-white {
color: #fff !important;
}
.t-black {
color: #111 !important;
}
.t-inherit {
  color: inherit;
}


/*hover*/
.h-red:hover {
background: red !important;
color: #fff;
}
.h-black:hover {
background: #000 !important;
color: #fff;
}

.h-dark-grey:hover {
background: #333;
}
.h-dark-gray:hover {
  background-color: #212428;
  color: #fff !important;
}
.h-black:hover {
background: #000;
color: #fff;
}
.h-teal:hover {
background: teal;
    color: aliceblue !important;
}

.h-royalblue:hover {
background: royalblue;
}

.h-magenta:hover {
background: magenta;
}

.h-dark:hover {
background: #120c6e;
}

.h-orange:hover {
background: #fe7a15 !important;
    color: aliceblue;
}

.h-pink:hover {
background: #f3abb6;
}

.h-green:hover {
background: #56c596;
}

.h-yellow:hover {
background: #f8d90f;
}

.h-faded-blue:hover {
background: #d3e7ee;
}

.h-dark-pink:hover {
background: #ea4492;
}

.h-dodgerblue:hover {
background: dodgerblue;
}
.h-lime:hover {
  background: #29de92;
}









/*backgrounds*/
.dark-grey {
background: #202020;
}
.black {
background: #000;
color: #fff;
}
.teal {
background: teal;
}

.royalblue {
background: royalblue;
}

.magenta {
background: magenta;
}

.dark {
background: #120c6e;
}

.orange {
background: #fe7a15 !important;
}

.pink {
background: #f3abb6;
}
.purple {
background: #9033ff;
}
.white {
background: #fff;
color: #222;
}
.magenta {
background: magenta;
}
.blue {
background: blue;
}
.green {
background: #56c596;
}

.yellow {
background: #f8d90f;
}

.faded-blue {
background: #d3e7ee;
}

.dark-pink {
background: #ea4492;
}

.dodgerblue {
background: dodgerblue;
}

.black {
background-color: #000;
color: #fff;
}
.gray {
background-color: gray;
color: #000;
}
.teal {
background-color: teal;
color: #fff;
}
.lime {
  background: #29de92;
  color: #fff;
}
.chocolate {
background: #4E403B;
}
.brown {
background-color: brown;
color: #fff;
}
.lightblue {
background-color: lightblue;
color: #fff;
}
.dark-gray {
  background-color: #212428;
}
.inherit {
  background: inherit;
}

.padding-2 {
padding: 4px;
}


.padding-3 {
padding: 6px;
}

.padding-4 {
padding: 8px;
}

.padding-5 {
padding: 10px;
}

.padding-6 {
padding: 12px;
}

.padding-7 {
padding: 14px;
}

.padding-8 {
padding: 16px;
}

.padding-9 {
padding: 18px;
}

.padding-10 {
padding: 20px;
}


.ws-10 {
width: 10%;
}


.ws-15 {
width: 15%;
}


.ws-20 {
width: 20%;
}


.ws-25 {
width: 25%;
}


.ws-30 {
width: 30%;
}


.ws-35 {
width: 35%;
}


.ws-40 {
width: 40%;
}

.ws-45 {
width: 45%;
}


.ws-50 {
width: 50%;
}


.ws-55 {
width: 55%;
}


.ws-60 {
width: 60%;
}


.ws-65 {
width: 65%;
}


.ws-70 {
width: 70%;
}


.ws-75 {
width: 75%;
}


.ws-80 {
width: 80%;
}


.ws-85 {
width: 85%;
}


.ws-90 {
width: 90%;
}


.ws-95 {
width: 95%;
}


.ws-100 {
width: 100%;
}



.hs-5 {
  height: 5vh;
}
.hs-10 {
height: 10vh;
}


.hs-15 {
height: 15vh;
}


.hs-20 {
height: 20vh;
}


.hs-25 {
height: 25vh;
}
.hs-30 {
height: 30vh;
}


.hs-35 {
height: 35vh;
}


.hs-40 {
height: 40vh;
}


.hs-45 {
height: 45vh;
}


.hs-50 {
height: 50vh;
}


.hs-55 {
height: 55vh;
}


.hs-60 {
height: 60vh;
}


.hs-65 {
height: 65vh;
}


.hs-70 {
height: 70vh;
}


.hs-75 {
height: 75vh;
}


.hs-80 {
height: 80vh;
}


.hs-85 {
height: 85vh;
}


.hs-90 {
height: 90vh;
}


.hs-95 {
height: 95vh;
}


.hs-100 {
height: 100vh;
}


.service-box {
box-shadow: -3px 7px 15px #000;
width: 300px;
height: 300px;
text-align: left;
transition: .2s;
overflow: hidden;
text-align: center;
margin-bottom: 5vh;
margin: .5em;
display: inline-block;
}
.service-box:hover {
background: ;
}
.service-box-list {
background: ;
width: 100px;
height: 100px;
font-size: 2em;
text-align: center;
justify-content : center;
display: flex;
align-items: center;
border-radius: 0% 0% 100% 0%;
transition: .2s;
}
.service-box:hover > .service-box-list {
width: 100%;
background: transparent;
height: 100px;
}

input[type=checkbox] {
display: none;
}
.off-white {
background: #e0e5ec;
}
.neo-in {
background: #e0e5ec;
box-shadow: inset 5px 5px 6px #babecc,
inset -5px -6px 10px #f2f3f5;
border: none;
}
.neo {
background: #e0e5ec;
box-shadow: 5px 5px 6px #babecc,
-5px -5px 5px #f2f3f5;
border: none;
}

.dark-neo-in {
background: #212428;
box-shadow: inset 5px 5px 10px rgba(0,0,0,0.3),
inset -5px -5px 10px rgba(255,255,255,0);
border: none;
}
.dark-neo {
background: #212428;
box-shadow: 5px 5px 10px rgba(0,0,0,0.5),
 -5px -5px 10px rgba(255,255,255,0);
border: none;
}
.neo-neutral {
  box-shadow: 5px 5px 10px rgba(0,0,0,0.5),
  -5px -5px 10px rgba(255,255,255,0);
  background: transparent;
}
.neo-neutral-in {
  box-shadow: inset 5px 5px 10px rgba(0,0,0,0.5),
  inset -5px -5px 10px rgba(255,255,255,0);
  background: transparent;
}


.toggle span.dark-neo {
background: #404040;
box-shadow: 5px 5px 10px #303030,
 -5px -5px 10px #505050;
}
.toggle {
height: 40px;
width: 80px;
display: inline-block;
border-radius: 9999px;
padding: 4px;
transition: .2s;
text-align: left;
overflow: hidden;
}
.toggle span {
height: 40px;
width: 40px;
display: inline-block;
border-radius: 50%;
}
#toggle:checked ~ .toggle {
text-align: right;
}

#dark-mode:checked ~ .dark-mode {
background: #212428 !important;
}


.navbar {
  height: 80px;
  width: 100%;
overflow: hidden;
display: block;
position: sticky;
top: 0;;
z-index: 9999;
}
.navbar label.logo{
  
  font-size: 35px;
  line-height: 80px;
  padding: 0 100px;
  font-weight: bold;
}

.navbar ul{
  float: right;
  margin-right: 20px;
  z-index: 9999;
}
.navbar ul li{
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}
.navbar ul li a{
  font-size: 17px;
  padding: 7px 13px;
  border-radius: 3px;
  text-transform: uppercase;
  text-decoration: none;
}

.openbtn{
  font-size: 30px;
 
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#open{
  display: none;
}
@media (max-width: 952px){
  .navbar label.logo{
    font-size: 30px;
    padding-left: 30px;
  }
  .navbar ul li a{
    font-size: 16px;
  }
}
@media (max-width: 858px){
  .openbtn{
    display: block;
    
  }
  .navbar ul{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 80px;
    left: -100%;
    text-align: center;
    transition: all .5s;
  }
  .navbar ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  .navbar ul li a{
    font-size: 20px;
   
   text-decoration: none;
  }
  
  #open:checked ~ ul{
    left: 0;
  }
}
.sidebar {
  height: 80px;
  width: 100%;
display: block;
position: sticky;
top: 0;
z-index: 10;
overflow: hidden;
}
.sidebar label.logo{
  
  font-size: 35px;
  line-height: 80px;
  padding: 0 100px;
  font-weight: bold;
}

.sidebar #ul{
  float: right;
  margin-right: 20px;
}
.sidebar #ul li{
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}
.sidebar #ul li a{
  font-size: 17px;
  padding: 7px 13px;
  border-radius: 3px;
  text-transform: uppercase;
  text-decoration: none;
}

.open-sidebar{
  font-size: 30px;
 
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#open-sidebar{
  display: none;
}
@media (max-width: 952px){
  .sidebar label.logo{
    font-size: 30px;
    padding-left: 30px;
  }
  .sidebar #ul li a{
    font-size: 16px;
  }
}
@media (max-width: 858px){
  .open-sidebar{
    display: block;
  }
  .sidebar #ul{
    position: fixed;
    width: 50%;
    height: 100vh;
    top: 80px;
    left: -50%;
    text-align: center;
    transition: all .5s;
  }
  .sidebar #ul li{
    display: block;
    margin: 50px 0;
    line-height: 30px;
  }
  .sidebar #ul li a{
    font-size: 15px;
   color: #fff;
   text-decoration: none;
  }
  
  #open-sidebar:checked ~ #ul{
    left: 0;
  }
}


.flex-center {
display: flex;
align-items: center;
justify-content: center;
}
.row-reverse {
    flex-direction: row-reverse;
}
.inline {
display: inline-block !important;
}
.inline-f {
  display: inline-flex !important;
  }

/* pop ups */
.modal summary {
list-style: none;
}
.modal[open] summary p {
display: none;
}
.modal[open] summary:after {
content: 'X';
font-weight: 900;
display: block !important;
float: right;
padding: 1vh;
}
.modal[open] {
height: 50vh !important;
width: 80% !important;
position: absolute !important;
top: 25vh;
inset: 0;
}
.alert {
position: fixed;
bottom: 10;
width: 300px;
margin: 0;
left: 10;
}
#alert:checked ~ .alert {
display: none;
}
#alert {
display: none;
}
label[for="alert"] {
position: relative;
float: right;
padding: 10px;
font-weight: 900;
right: 0;
}
details.fullscreen[open] {
height: 100vh;
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 10;
overflow: hidden;
border-radius: 0;
}
.fullscreen {
  display: inline-block;
  width: auto;
}
.fullscreen summary {
list-style: none;
cursor: pointer;
}
.fullscreen[open] summary p {
display: none;
}
.fullscreen[open] summary {
box-shadow: 0px 0px 0px #fff !important;
}
.fullscreen[open] summary:after {
content: 'X';
font-weight: 900;
display: block !important;
position: fixed;
right: 0;
font-size: 1.5em;
padding: 1vh;
}
/* pop up END */
.pill {
width: 150px;
height: 40px;
border-radius: 9999px;
bacground: linear-gradient(50deg, #f25 20%, #f26 10%, #f27 70%);
display: flex;
text-align: center;
align-items: center;
justify-content: center;
}

.classic {
width: 150px;
height: 40px;
display: flex;
text-align: center;
align-items: center;
justify-content: center;
background: linear-gradient(50deg, #000 20%, #fff 10%, #fff 70%);
border: 1px solid black;
text-decoration: none;
}
.classic:hover {
animation: fill .09s linear 1;
animation-fill-mode: forwards;
}
@keyframes fill {
0%{
background: linear-gradient(50deg, #000 20%, #fff 10%, #fff 70%);
}
20% {
background: linear-gradient(50deg, #000 30%, #fff 10%, #fff 60%);
}
40% {
background: linear-gradient(50deg, #000 40%, #fff 10%, #fff 50%);
}

60% {
background: linear-gradient(50deg, #000 50%, #fff 10%, #fff 40%);
}
80% {
background: linear-gradient(50deg, #000 60%, #fff 10%, #fff 30%);
}
100% {
background: linear-gradient(50deg, #000 100%, #fff 0%, #fff 0%);
color: #fff;
}
}






.float-box {
width: 200px;
height: 200px;
position: relative;
top: -80px;
left: -100px;
transform: rotate(75deg);
}

@media (min-width: 481px) and (max-width: 768px) {
   
 .hide-tab {
display: none !important;
}
  .gallery {
column-count: 3;
}
  
}



@media (min-width: 769px) /*and (max-width: 1280px) */{
   
.hide-desk-lp {
display: none;
}
    .show-desk-lp {
        display: block !important;
    }
    .flex-desk-lp {
        display: flex !important;
    }
.gallery {
column-count: 4;
}
.header-2 {
  display: flex;

}
.header-2 div {
  width: 100%;
}
  
}
@media (min-width: 1281px) {
  
.hide-desk {
display: none !important;
}
.gallery {
column-count: 4;
}
  .header-2 {
    display: flex;

  }
  .header-2 div {
    width: 100%;
  }
  }
/*desk alternative*/
@media (min-width: 786px) {
  .header-2 {
    display: flex;
  }
  .header-2 div {
    width: 100%;
  }
    
  .sidebar #ul {
    background: transparent;
  }
  .show-desk {
    display: block !important;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  
  .hide-ph {
  display: none !important;
  }
  .gallery {
  column-count: 2;
  }
    .header-2 {
      display: block !important;
    }
  }
.carousel-container {
position: relative;
overflow: scroll;
width: 90%;
padding: 5%;
}
.carousel-container::-webkit-scrollbar{
  background: #eee;
  height: 10px;
  overflow-y: hidden;
}
.carousel-container::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 9999px;
}
.carousel-cover {
white-space: nowrap;
}
.carousel {
transition: all.2s;
display: inline-block;
overflow: hidden;
}












.bg-moon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg clip-path='url(%26quot%3b%23SvgjsClipPath1047%26quot%3b)' fill='none'%3e%3ccircle r='37.185' cx='134.29' cy='402.13' fill='%2343468b'%3e%3c/circle%3e%3ccircle r='41.175' cx='897.89' cy='122.96' fill='%2343468b'%3e%3c/circle%3e%3ccircle r='16.655' cx='832.77' cy='143.44' fill='%2343468b'%3e%3c/circle%3e%3ccircle r='36.695' cx='332.86' cy='77.42' fill='url(%23SvgjsLinearGradient1048)'%3e%3c/circle%3e%3ccircle r='14.65' cx='446.35' cy='202.79' fill='%2343468b'%3e%3c/circle%3e%3ccircle r='43.73' cx='1426.56' cy='113.53' fill='url(%23SvgjsLinearGradient1049)'%3e%3c/circle%3e%3ccircle r='31.82' cx='1186.52' cy='310.93' fill='url(%23SvgjsLinearGradient1050)'%3e%3c/circle%3e%3ccircle r='39.16' cx='462.75' cy='522.99' fill='url(%23SvgjsLinearGradient1051)'%3e%3c/circle%3e%3c/g%3e%3cdefs%3e%3cclipPath id='SvgjsClipPath1047'%3e%3crect width='1440' height='560' x='0' y='0'%3e%3c/rect%3e%3c/clipPath%3e%3clinearGradient x1='259.47' y1='77.42' x2='406.25' y2='77.42' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1048'%3e%3cstop stop-color='%2332325d' offset='0.1'%3e%3c/stop%3e%3cstop stop-color='%23424488' offset='0.9'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='1339.1' y1='113.53' x2='1514.02' y2='113.53' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1049'%3e%3cstop stop-color='%23ab3c51' offset='0.1'%3e%3c/stop%3e%3cstop stop-color='%234f4484' offset='0.9'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='1122.8799999999999' y1='310.93' x2='1250.1599999999999' y2='310.93' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1050'%3e%3cstop stop-color='%23e298de' offset='0.1'%3e%3c/stop%3e%3cstop stop-color='%23484687' offset='0.9'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='384.43' y1='522.99' x2='541.0699999999999' y2='522.99' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1051'%3e%3cstop stop-color='%2332325d' offset='0.1'%3e%3c/stop%3e%3cstop stop-color='%23424488' offset='0.9'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}
.bg-memphis {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1000%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='%230e2a47'%3e%3c/rect%3e%3crect width='132' height='132' clip-path='url(%26quot%3b%23SvgjsClipPath1001%26quot%3b)' x='686.47' y='261.45' fill='url(%23SvgjsPattern1002)' transform='rotate(327.64%2c 752.47%2c 327.45)'%3e%3c/rect%3e%3ccircle r='46.666666666666664' cx='895.24' cy='440.44' stroke='rgba(255%2c 34%2c 85%2c 1)' stroke-width='2.11'%3e%3c/circle%3e%3crect width='242.28000000000003' height='242.28000000000003' clip-path='url(%26quot%3b%23SvgjsClipPath1003%26quot%3b)' x='448.12' y='294.29' fill='url(%23SvgjsPattern1004)' transform='rotate(133.18%2c 569.26%2c 415.43)'%3e%3c/rect%3e%3cpath d='M209.26 537.15a5.6 5.6 0 1 0-9.26-6.29 5.6 5.6 0 1 0 9.26 6.29zM196.03 528.16a5.6 5.6 0 1 0-9.27-6.29 5.6 5.6 0 1 0 9.27 6.29zM182.79 519.17a5.6 5.6 0 1 0-9.26-6.29 5.6 5.6 0 1 0 9.26 6.29zM169.56 510.18a5.6 5.6 0 1 0-9.27-6.3 5.6 5.6 0 1 0 9.27 6.3zM244.72 541.9a5.6 5.6 0 1 0-9.26-6.3 5.6 5.6 0 1 0 9.26 6.3zM231.49 532.91a5.6 5.6 0 1 0-9.27-6.3 5.6 5.6 0 1 0 9.27 6.3zM218.25 523.92a5.6 5.6 0 1 0-9.26-6.3 5.6 5.6 0 1 0 9.26 6.3zM205.02 514.93a5.6 5.6 0 1 0-9.27-6.3 5.6 5.6 0 1 0 9.27 6.3z' stroke='%23d3b714' stroke-width='2.51' stroke-dasharray='3%2c 3'%3e%3c/path%3e%3crect width='204' height='204' clip-path='url(%26quot%3b%23SvgjsClipPath1005%26quot%3b)' x='849.72' y='-42.03' fill='url(%23SvgjsPattern1006)' transform='rotate(228.33%2c 951.72%2c 59.97)'%3e%3c/rect%3e%3crect width='358.56' height='358.56' clip-path='url(%26quot%3b%23SvgjsClipPath1007%26quot%3b)' x='-108.41' y='-37.28' fill='url(%23SvgjsPattern1008)' transform='rotate(91.09%2c 70.87%2c 142)'%3e%3c/rect%3e%3crect width='228' height='228' clip-path='url(%26quot%3b%23SvgjsClipPath1009%26quot%3b)' x='709.26' y='245.75' fill='url(%23SvgjsPattern1010)' transform='rotate(284.98%2c 823.26%2c 359.75)'%3e%3c/rect%3e%3cpath d='M995.88 201.98L983.09 202.61 979.67 190.27 966.88 190.9 963.46 178.55 950.67 179.18 947.25 166.84M1000.57 195.5L987.78 196.12 984.36 183.78 971.57 184.41 968.15 172.07 955.36 172.7 951.93 160.36' stroke='%23037b0b' stroke-width='2.21'%3e%3c/path%3e%3crect width='303.52' height='303.52' clip-path='url(%26quot%3b%23SvgjsClipPath1011%26quot%3b)' x='727.64' y='356.68' fill='url(%23SvgjsPattern1012)' transform='rotate(246.43%2c 879.4%2c 508.44)'%3e%3c/rect%3e%3cpath d='M84.48 506.8a5.6 5.6 0 1 0-1.09 11.14 5.6 5.6 0 1 0 1.09-11.14zM82.92 522.72a5.6 5.6 0 1 0-1.09 11.15 5.6 5.6 0 1 0 1.09-11.15zM81.36 538.64a5.6 5.6 0 1 0-1.09 11.15 5.6 5.6 0 1 0 1.09-11.15zM79.8 554.57a5.6 5.6 0 1 0-1.09 11.14 5.6 5.6 0 1 0 1.09-11.14zM71.68 473.39a5.6 5.6 0 1 0-1.09 11.14 5.6 5.6 0 1 0 1.09-11.14zM70.12 489.31a5.6 5.6 0 1 0-1.09 11.15 5.6 5.6 0 1 0 1.09-11.15zM68.56 505.24a5.6 5.6 0 1 0-1.09 11.14 5.6 5.6 0 1 0 1.09-11.14zM67 521.16a5.6 5.6 0 1 0-1.09 11.15 5.6 5.6 0 1 0 1.09-11.15zM58.88 439.98a5.6 5.6 0 1 0-1.09 11.15 5.6 5.6 0 1 0 1.09-11.15zM57.32 455.9a5.6 5.6 0 1 0-1.09 11.15 5.6 5.6 0 1 0 1.09-11.15zM55.76 471.83a5.6 5.6 0 1 0-1.09 11.14 5.6 5.6 0 1 0 1.09-11.14zM54.2 487.75a5.6 5.6 0 1 0-1.1 11.15 5.6 5.6 0 1 0 1.1-11.15z' stroke='%23037b0b' stroke-width='2.07' stroke-dasharray='4%2c 4'%3e%3c/path%3e%3cpath d='M1222.04 273.99L1214.23 263.84 1222.42 254 1214.61 243.85 1222.8 234 1215 223.85 1223.19 214M1230.03 274.15L1222.23 264 1230.42 254.15 1222.61 244 1230.8 234.15 1223 224 1231.19 214.16' stroke='rgba(255%2c 34%2c 85%2c 1)' stroke-width='2.96' stroke-dasharray='2%2c 2'%3e%3c/path%3e%3cpath d='M141.82999999999998 618.37 L239 670.72L115.9952634582076 718.9647365417925z' fill='rgba(255%2c 34%2c 85%2c 1)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1000'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cpattern x='0' y='0' width='6' height='6' patternUnits='userSpaceOnUse' id='SvgjsPattern1002'%3e%3cpath d='M3 1L3 5M1 3L5 3' stroke='%23e73635' fill='none' stroke-width='1.45'%3e%3c/path%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath1001'%3e%3ccircle r='33' cx='752.47' cy='327.45'%3e%3c/circle%3e%3c/clipPath%3e%3cpattern x='0' y='0' width='13.46' height='13.46' patternUnits='userSpaceOnUse' id='SvgjsPattern1004'%3e%3cpath d='M0 13.46L6.73 0L13.46 13.46' stroke='rgba(255%2c 34%2c 85%2c 1)' fill='none'%3e%3c/path%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath1003'%3e%3ccircle r='60.57000000000001' cx='569.26' cy='415.43'%3e%3c/circle%3e%3c/clipPath%3e%3cpattern x='0' y='0' width='204' height='6' patternUnits='userSpaceOnUse' id='SvgjsPattern1006'%3e%3crect width='204' height='3' x='0' y='0' fill='%23d3b714'%3e%3c/rect%3e%3crect width='204' height='3' x='0' y='3' fill='rgba(0%2c 0%2c 0%2c 0)'%3e%3c/rect%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath1005'%3e%3ccircle r='51' cx='951.72' cy='59.97'%3e%3c/circle%3e%3c/clipPath%3e%3cpattern x='0' y='0' width='9.96' height='9.96' patternUnits='userSpaceOnUse' id='SvgjsPattern1008'%3e%3cpath d='M4.98 1L4.98 8.96M1 4.98L8.96 4.98' stroke='%23d3b714' fill='none' stroke-width='1.56'%3e%3c/path%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath1007'%3e%3ccircle r='89.64' cx='70.87' cy='142'%3e%3c/circle%3e%3c/clipPath%3e%3cpattern x='0' y='0' width='228' height='6' patternUnits='userSpaceOnUse' id='SvgjsPattern1010'%3e%3crect width='228' height='3' x='0' y='0' fill='%23d3b714'%3e%3c/rect%3e%3crect width='228' height='3' x='0' y='3' fill='rgba(0%2c 0%2c 0%2c 0)'%3e%3c/rect%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath1009'%3e%3ccircle r='57' cx='823.26' cy='359.75'%3e%3c/circle%3e%3c/clipPath%3e%3cpattern x='0' y='0' width='10.84' height='10.84' patternUnits='userSpaceOnUse' id='SvgjsPattern1012'%3e%3cpath d='M0 10.84L5.42 0L10.84 10.84' stroke='%23d3b714' fill='none'%3e%3c/path%3e%3c/pattern%3e%3cclipPath id='SvgjsClipPath1011'%3e%3ccircle r='75.88' cx='879.4' cy='508.44'%3e%3c/circle%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.bg-icons {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1296%26quot%3b)' fill='none'%3e%3cuse xlink:href='%23SvgjsG1306' transform='translate(0%2c 0)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1306' transform='translate(1276%2c 0)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1296'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cg id='SvgjsG1301'%3e%3cpath d='M6.35 9.11L12.64 4.2l1.36 1.74-6.29 4.92z'%3e%3c/path%3e%3cpath d='M7.73 0.37l2.52 0.31-0.98 7.96L6.75 8.34z'%3e%3c/path%3e%3cpath d='M7.72 10.86L2.81 4.58l1.74-1.36L9.46 9.5zM0.61 12.41l13.63 1.67-0.28 2.25L0.33 14.66z'%3e%3c/path%3e%3cpath d='M0.65 8.25l2.25 0.28-0.78 6.35-2.25-0.28z m12.17 1.49l2.25 0.28-0.78 6.35-2.25-0.27z'%3e%3c/path%3e%3c/g%3e%3cg id='SvgjsG1304'%3e%3cpath d='M3.15 10.4C3.55 7.12 9.01 0.43 9.01 0.43s3.68 7.81 3.27 11.09c-0.27 2.23-2.08 4.55-5.15 4.17-3.07-0.38-4.26-3.07-3.98-5.29z' fill-rule='evenodd'%3e%3c/path%3e%3c/g%3e%3cg id='SvgjsG1297'%3e%3cpath d='M6.8 15.39C2.58 14.88-0.43 11.02 0.09 6.79 0.61 2.57 4.46-0.44 8.68 0.08S15.92 4.45 15.4 8.68c-0.52 4.23-4.38 7.24-8.6 6.71z m0.24-1.89c3.18 0.39 6.08-1.88 6.47-5.06 0.39-3.18-1.88-6.08-5.06-6.47-3.18-0.39-6.08 1.88-6.47 5.06-0.39 3.18 1.87 6.08 5.06 6.47z'%3e%3c/path%3e%3cpath d='M7.66 8.75a0.57 0.57 0 0 1-0.55-0.11 0.58 0.58 0 0 1-0.2-0.43L7.44 3.76a0.58 0.58 0 0 1 1.16 0.14l-0.43 3.46 3.13-1.03a0.58 0.58 0 0 1 0.73 0.37c0.1 0.31-0.07 0.63-0.37 0.73l-4 1.32z'%3e%3c/path%3e%3c/g%3e%3cg id='SvgjsG1305'%3e%3cpath d='M11.93 8.73a46.75 46.75 0 0 1-0.47-0.47c-0.13-0.13-0.26-0.27-0.39-0.4-0.79-0.79-1.62-1.53-2.63-1.74A2.81 2.81 0 0 0 8.19 6.08c-0.09-0.01-0.17-0.01-0.26-0.02-1.03-0.03-2.01 0.47-2.97 1.06l0.08 0.08c0.1 0.1 0.19 0.19 0.29 0.29C6.28 6.92 7.2 6.47 8.13 6.58c0.92 0.11 1.7 0.77 2.49 1.55a35.1 35.1 0 0 1 0.48 0.49c0.13 0.13 0.25 0.26 0.38 0.38C12.34 9.86 13.25 10.66 14.36 10.8c0.43 0.05 0.86 0 1.29-0.12l0.06-0.55c-0.43 0.15-0.86 0.22-1.28 0.16-0.93-0.11-1.71-0.78-2.5-1.56z'%3e%3c/path%3e%3cpath d='M11.61 7.94c0.03 0.03 0.05 0.05 0.08 0.08 0.1 0.1 0.19 0.2 0.29 0.29 0.35-0.21 0.69-0.4 1.03-0.55l-0.17 1.36c0.16 0.13 0.31 0.25 0.47 0.36L13.55 7.55c0.33-0.11 0.66-0.17 0.98-0.16l-0.31 2.51c0.08 0.02 0.15 0.04 0.24 0.05 0.09 0.01 0.18 0.01 0.27 0.01L15.04 7.45c0.33 0.08 0.65 0.22 0.95 0.41L16.06 7.31C15.68 7.1 15.28 6.95 14.85 6.89c-1.12-0.14-2.2 0.42-3.24 1.05z m-7.33 0.18c-0.03-0.03-0.06-0.06-0.09-0.09-0.09-0.1-0.19-0.19-0.28-0.28-0.95 0.57-1.87 1.02-2.79 0.91C0.69 8.6 0.3 8.42-0.08 8.17l-0.07 0.56C0.23 8.95 0.62 9.11 1.06 9.16c1.12 0.14 2.19-0.41 3.22-1.04z'%3e%3c/path%3e%3cpath d='M0.9 8.27c0.08 0.02 0.17 0.04 0.25 0.05 0.09 0.01 0.17 0.01 0.26 0.01L1.72 5.81c0.32 0.07 0.63 0.21 0.92 0.4 0 0.01-0.01 0.02-0.01 0.04l-0.23 1.88a5.82 5.82 0 0 0 0.54-0.23L3.11 6.55c0.45 0.36 0.88 0.8 1.32 1.25C5.41 8.79 6.42 9.82 7.7 9.98c1.11 0.14 2.19-0.41 3.23-1.04l-0.09-0.09c-0.09-0.09-0.18-0.18-0.28-0.28-0.34 0.2-0.67 0.39-1 0.54L9.72 7.77A5.82 5.82 0 0 0 9.25 7.41l-0.23 1.88c0 0.01 0 0.02 0 0.03-0.33 0.11-0.66 0.17-0.99 0.17L8.34 6.97a1.97 1.97 0 0 0-0.26-0.05c-0.08-0.01-0.16-0.01-0.25-0.01l-0.31 2.52c-0.32-0.07-0.63-0.21-0.92-0.4 0-0.01 0.01-0.02 0.01-0.04L6.84 7.1a5.63 5.63 0 0 0-0.54 0.24l-0.17 1.36c-0.45-0.36-0.89-0.8-1.33-1.26C3.82 6.45 2.82 5.42 1.53 5.26c-0.43-0.05-0.85-0.01-1.27 0.1l-0.06 0.54c0.34-0.1 0.68-0.16 1.01-0.15L0.9 8.27z'%3e%3c/path%3e%3c/g%3e%3cg id='SvgjsG1299'%3e%3cpath d='M2.49 7.96L0 7.66 0.16 6.34l2.49 0.31-0.16 1.31zM4.11 4.07L2.56 2.1l1.04-0.82 1.55 1.98-1.04 0.81z m-0.84 6.77l0.82 1.04-1.98 1.54-0.81-1.04 1.97-1.54z m6.05-8.21l-1.32-0.16L8.3-0.02l1.32 0.16-0.3 2.49z m-2.66 10.71l1.32 0.16-0.3 2.49-1.32-0.16 0.3-2.49zM12.73 5.13l-0.84-1.04 2-1.54 0.81 1.04-1.97 1.54z m-0.83 6.74l1.54 2-1.04 0.82-1.54-1.98 1.04-0.84z m4.11-3.58l-0.16 1.32-2.49-0.31L13.52 7.98l2.49 0.31z'%3e%3c/path%3e%3cpath d='M3.74 7.46a4.18 4.18 0 1 0 8.3 1.02 4.18 4.18 0 1 0-8.3-1.02'%3e%3c/path%3e%3c/g%3e%3cg id='SvgjsG1300'%3e%3cpath d='M15 10.3c0.29 0.04 0.59-0.17 0.67-0.45 0 0 0.11-0.4 0.17-0.89s0.05-0.9 0.05-0.9c-0.01-0.29-0.25-0.57-0.54-0.6l-1.51-0.18c-0.29-0.04-0.57-0.26-0.62-0.5s-0.07-0.98 0.16-1.17l1.2-0.93c0.23-0.18 0.29-0.53 0.13-0.78l-1.1-1.42c-0.2-0.22-0.56-0.24-0.79-0.06l-1.2 0.94c-0.23 0.18-0.59 0.22-0.79 0.09s-0.75-0.65-0.71-0.94L10.3 1c0.04-0.29-0.17-0.59-0.45-0.67 0 0-0.4-0.11-0.89-0.17s-0.9-0.05-0.9-0.05c-0.3 0-0.57 0.25-0.6 0.54l-0.18 1.51c-0.04 0.29-0.26 0.57-0.5 0.62s-0.98 0.07-1.17-0.16l-0.93-1.2C4.49 1.19 4.14 1.13 3.89 1.29l-1.41 1.1c-0.22 0.2-0.24 0.56-0.06 0.79l0.94 1.2c0.18 0.23 0.22 0.59 0.09 0.79s-0.65 0.75-0.94 0.71L1 5.7c-0.29-0.04-0.59 0.17-0.67 0.45 0 0-0.11 0.4-0.17 0.89s-0.05 0.9-0.05 0.9c0 0.3 0.25 0.57 0.54 0.6l1.51 0.18c0.29 0.04 0.57 0.26 0.63 0.5 0.05 0.24 0.07 0.98-0.17 1.17l-1.2 0.93C1.19 11.51 1.13 11.86 1.29 12.11l1.1 1.41c0.2 0.22 0.56 0.24 0.79 0.06l1.2-0.94c0.23-0.18 0.59-0.22 0.79-0.09s0.75 0.65 0.71 0.94l-0.18 1.51c-0.04 0.29 0.17 0.59 0.45 0.68 0 0 0.4 0.11 0.89 0.16s0.9 0.05 0.9 0.05c0.3 0 0.57-0.25 0.6-0.54l0.19-1.51c0.04-0.29 0.26-0.57 0.49-0.62 0.24-0.05 0.98-0.07 1.17 0.16l0.94 1.2c0.18 0.23 0.53 0.29 0.78 0.13l1.41-1.1c0.22-0.2 0.24-0.56 0.06-0.79l-0.94-1.2c-0.18-0.23-0.22-0.59-0.09-0.79 0.13-0.2 0.65-0.75 0.94-0.71l1.52 0.18zM7.65 10.87c-1.59-0.19-2.71-1.64-2.52-3.22 0.19-1.58 1.64-2.71 3.22-2.52S11.06 6.77 10.87 8.35 9.23 11.07 7.65 10.87z'%3e%3c/path%3e%3c/g%3e%3cg id='SvgjsG1302'%3e%3cpath d='M-0.46 13.42l15.35 1.89L14.7 16.88-0.65 15z m0.82-1.44l13.89 1.7-0.11 0.87L0.25 12.84z m2.07-7.55l2.34 0.29-0.86 7-2.34-0.28z m4.66 0.57l2.33 0.29-0.86 7-2.33-0.28z m4.48 0.55l2.33 0.29-0.86 7L10.71 12.56zM0.6 2.65L8.97 0.06l7.51 4.54-0.12 0.92L0.48 3.59z'%3e%3c/path%3e%3c/g%3e%3cg id='SvgjsG1303'%3e%3cpath d='M8.63 2.39L0.12 6.51l1.85 0.22L1.22 12.89 5.69 13.44 6.29 8.55l3.11 0.38L8.8 13.82l4.48 0.55L14.04 8.22 15.88 8.44 8.63 2.39z' fill-rule='evenodd'%3e%3c/path%3e%3c/g%3e%3cg id='SvgjsG1298'%3e%3cpath d='M4.9-0.44s-0.33 4.57 3.71 4.68S9.52 0.49 4.9-0.44m2.36 15.29a2.32 2.32 0 0 1-2.01 0.74c-0.64-0.08-1.22-0.45-1.59-0.92-0.74-1.04-1.6-3.27-1.59-3.27C1.6 10.06 1.38 9.04 1.51 8.05c0.26-2.11 2.19-3.73 4.3-3.47 1.04 0.13 1.93 0.66 2.54 1.42a3.83 3.83 0 0 1 2.8-0.77c2.11 0.26 3.59 2.3 3.34 4.41-0.12 0.99-0.57 1.93-1.36 3.12 0 0-1.37 1.96-2.34 2.78-0.47 0.37-1.13 0.59-1.76 0.52a2.32 2.32 0 0 1-1.77-1.21' fill-rule='evenodd'%3e%3c/path%3e%3c/g%3e%3cg id='SvgjsG1306'%3e%3cuse xlink:href='%23SvgjsG1297' transform='translate(0%2c 0) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1298' transform='translate(0%2c 127.60000000000001) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1299' transform='translate(0%2c 255.20000000000002) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1300' transform='translate(0%2c 382.8) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1301' transform='translate(0%2c 510.40000000000003) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1299' transform='translate(127.60000000000001%2c 0) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1300' transform='translate(127.60000000000001%2c 127.60000000000001) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1297' transform='translate(127.60000000000001%2c 255.20000000000002) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1301' transform='translate(127.60000000000001%2c 382.8) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1298' transform='translate(127.60000000000001%2c 510.40000000000003) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1299' transform='translate(255.20000000000002%2c 0) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1300' transform='translate(255.20000000000002%2c 127.60000000000001) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1302' transform='translate(255.20000000000002%2c 255.20000000000002) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1297' transform='translate(255.20000000000002%2c 382.8) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1303' transform='translate(255.20000000000002%2c 510.40000000000003) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1302' transform='translate(382.8%2c 0) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1304' transform='translate(382.8%2c 127.60000000000001) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1298' transform='translate(382.8%2c 255.20000000000002) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1297' transform='translate(382.8%2c 382.8) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1303' transform='translate(382.8%2c 510.40000000000003) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1298' transform='translate(510.40000000000003%2c 0) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1299' transform='translate(510.40000000000003%2c 127.60000000000001) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1299' transform='translate(510.40000000000003%2c 255.20000000000002) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1300' transform='translate(510.40000000000003%2c 382.8) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1303' transform='translate(510.40000000000003%2c 510.40000000000003) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1302' transform='translate(638%2c 0) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1304' transform='translate(638%2c 127.60000000000001) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1305' transform='translate(638%2c 255.20000000000002) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1297' transform='translate(638%2c 382.8) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1297' transform='translate(638%2c 510.40000000000003) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1302' transform='translate(765.6%2c 0) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1297' transform='translate(765.6%2c 127.60000000000001) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1305' transform='translate(765.6%2c 255.20000000000002) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1297' transform='translate(765.6%2c 382.8) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1297' transform='translate(765.6%2c 510.40000000000003) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1300' transform='translate(893.2%2c 0) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1305' transform='translate(893.2%2c 127.60000000000001) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1300' transform='translate(893.2%2c 255.20000000000002) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1299' transform='translate(893.2%2c 382.8) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1299' transform='translate(893.2%2c 510.40000000000003) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1297' transform='translate(1020.8000000000001%2c 0) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1299' transform='translate(1020.8000000000001%2c 127.60000000000001) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1304' transform='translate(1020.8000000000001%2c 255.20000000000002) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1299' transform='translate(1020.8000000000001%2c 382.8) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1297' transform='translate(1020.8000000000001%2c 510.40000000000003) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1305' transform='translate(1148.4%2c 0) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1305' transform='translate(1148.4%2c 127.60000000000001) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1304' transform='translate(1148.4%2c 255.20000000000002) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1299' transform='translate(1148.4%2c 382.8) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3cuse xlink:href='%23SvgjsG1297' transform='translate(1148.4%2c 510.40000000000003) scale(2.2)' fill='rgba(51%2c 51%2c 51%2c 1)'%3e%3c/use%3e%3c/g%3e%3c/defs%3e%3c/svg%3e");
}







