@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;300;400;500;600;700;800;900&display=swap");html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.slider{position:relative;min-height:40rem;margin:0 auto;overflow:hidden;border-radius:1rem}.slider>.slide{position:absolute;width:100%;height:100%;clip-path:circle(0% at 0 50%)}.slider>.slide.active{clip-path:circle(150% at 0 50%);transition:2s}.slider>.slide>img{position:absolute;width:100%;height:100%;object-fit:cover}.slider>.navigation{position:absolute;height:100%;width:100%;display:flex;align-items:center;justify-content:space-between;opacity:0;transition:all 0.3s}.slider>.navigation:hover{opacity:100%}.slider>.navigation>.prev-btn,.slider>.navigation .next-btn{z-index:999;font-size:2rem;color:#000112;background:rgba(255,255,255,0.8);padding:1rem;cursor:pointer}.slider>.slide-text{position:absolute;max-width:30rem;top:30%}.slider>.navigation-dots{position:absolute;bottom:3rem;left:50%;z-index:999;display:flex;justify-content:space-between;transform:translateX(-50%);width:4rem}.slider>.navigation-dots>.slide-icon{z-index:999;background:rgba(255,255,255,0.5);width:1rem;height:1rem;border-radius:50rem}.slider>.navigation-dots>.slide-icon.active{background-color:#f3f3f3;box-shadow:#000112}@media (max-width: 900px){.slider{width:80rem}}header{padding:1rem;display:flex;background:#f3f3f3;z-index:20}header .nav{display:flex;justify-content:space-between;align-items:center;width:100%}header .nav .logo-wrapper{height:2rem}header .nav .logo-wrapper a{height:100%}header .nav .logo-wrapper a svg{height:100%}header .nav nav .nav-links{display:none;font-size:1rem}header .nav nav .nav-links li{position:relative;margin-right:1rem}header .nav nav .nav-links li:hover>ul{display:block;box-shadow:rgba(0,0,0,0.16) 0px 3px 6px,rgba(0,0,0,0.23) 0px 3px 6px}header .nav nav .nav-links li a{padding:0.5rem;display:block;text-decoration:none;color:#333}header .nav nav .nav-links li a:hover{color:#f3f3f3;background-color:#e6325a}header .nav nav .nav-links li ul{display:none;position:absolute;background-color:#f3f3f3;width:20rem;padding:0.5rem;z-index:2}@media (min-width: 768px){header .nav nav .nav-links{display:flex}}header .nav nav .mobile-menu .menu-icon{height:2rem;font-size:2rem;position:relative;cursor:pointer}@media (min-width: 768px){header .nav nav .mobile-menu .menu-icon{display:none}}header .nav nav .mobile-menu .menu-links{width:10rem;margin:1rem 1rem 0 0;background-color:#f3f3f3;position:absolute;display:none;flex-direction:column;right:0%;z-index:2}@media (max-width: 435px){header .nav nav .mobile-menu .menu-links{width:9rem}}header .nav nav .mobile-menu .menu-links.active{display:flex;box-shadow:rgba(0,0,0,0.16) 0px 3px 6px,rgba(0,0,0,0.23) 0px 3px 6px}header .nav nav .mobile-menu .menu-links .menu-link{font-size:1rem;padding:1rem;position:relative;cursor:pointer}header .nav nav .mobile-menu .menu-links .menu-link p::before{font-family:"Font Awesome 6 Free";font-weight:900;content:"\f0d7";margin-right:0.3rem}header .nav nav .mobile-menu .menu-links .menu-link.active ul{display:flex;flex-direction:column}@media (max-width: 435px){header .nav nav .mobile-menu .menu-links .menu-link.active ul{width:9rem}}header .nav nav .mobile-menu .menu-links .menu-link a{text-decoration:none;color:#333}header .nav nav .mobile-menu .menu-links .menu-link ul{display:none;position:absolute;right:9rem;top:1rem;background:#f3f3f3;box-shadow:rgba(0,0,0,0.16) 0px 3px 6px,rgba(0,0,0,0.23) 0px 3px 6px}header .nav nav .mobile-menu .menu-links .menu-link ul li{padding:1rem}.heading{margin:4rem 1rem;color:#333;border-bottom:solid #333}.heading.light{color:#f3f3f3;border-bottom:solid #f3f3f3;text-align:center}.heading .heading-primary{font-size:2rem;font-weight:700;margin-bottom:1rem;text-align:center}.heading .heading-message{text-align:center;font-size:medium;font-style:normal;line-height:2rem;font-weight:700;margin-bottom:0.5rem}.section-1{position:relative;overflow:hidden}.section-1 .hero-video{position:relative;right:0;bottom:0;width:100%;height:100%;object-fit:cover}.section-1 .hero-video .hero-image{width:100%;height:100%;object-fit:cover;animation-name:pan;animation-timing-function:ease-in-out;animation-play-state:running}.section-1 .content{text-align:center;position:absolute;height:100%;width:100%;bottom:0;background-color:rgba(51,51,51,0.74)}.section-1 .content .herocontent{position:absolute;top:25%;left:50%;transform:translateX(-50%);min-width:20rem}.section-1 .content .herocontent h1{color:#f3f3f3;font-size:2rem}.section-1 .content .herocontent p{margin-top:1rem;color:#f3f3f3;font-size:1rem;line-height:1.3rem;letter-spacing:1px}.section-1 .content .herocontent a{display:inline-block;color:#f3f3f3;text-decoration:none;padding:1rem;margin-top:1rem;border:1px solid #f3f3f3;background:none;letter-spacing:1px;font-size:1rem;transition:all 0.3s ease-out}.section-1 .content .herocontent a:hover{color:#333;background-color:#f3f3f3;padding:1rem}@keyframes pan{0%{transform:translateX(-20%)}100%{transform:translateX(-50%)}}.char-container{padding:3rem 1rem;background-color:#e6325a;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23DC182A' stroke-width='3.2'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23DC182A'%3E%3Ccircle cx='769' cy='229' r='6'/%3E%3Ccircle cx='539' cy='269' r='6'/%3E%3Ccircle cx='603' cy='493' r='6'/%3E%3Ccircle cx='731' cy='737' r='6'/%3E%3Ccircle cx='520' cy='660' r='6'/%3E%3Ccircle cx='309' cy='538' r='6'/%3E%3Ccircle cx='295' cy='764' r='6'/%3E%3Ccircle cx='40' cy='599' r='6'/%3E%3Ccircle cx='102' cy='382' r='6'/%3E%3Ccircle cx='127' cy='80' r='6'/%3E%3Ccircle cx='370' cy='105' r='6'/%3E%3Ccircle cx='578' cy='42' r='6'/%3E%3Ccircle cx='237' cy='261' r='6'/%3E%3Ccircle cx='390' cy='382' r='6'/%3E%3C/g%3E%3C/svg%3E")}@media (min-width: 425px){.char-container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-evenly}}.char-container .char-item{background:#ccb4b4;background:linear-gradient(324deg, #e4dfdf 0%, #f3f3f3 100%);max-width:20rem;min-height:22rem;margin:1rem 1rem;padding:1rem;box-shadow:rgba(50,50,93,0.25) 0px 2px 5px -1px,rgba(0,0,0,0.3) 0px 1px 3px -1px}@media (min-width: 425px){.char-container .char-item{max-width:26rem}}.char-container .char-item .imagebox{height:10rem;overflow:hidden}.char-container .char-item .imagebox img{width:100%;object-fit:cover;object-position:center}.char-container .char-item .char-label{font-size:1.3rem;color:#333;text-align:center;margin:1rem 0}.char-container .char-item .char-comment{color:#333;font-size:1rem;margin:1rem 0}.char-container .char-item a{display:inline-block;font-size:1rem;text-decoration:none;border:1px solid #333;padding:0.5rem 1rem;color:#333;z-index:12;position:relative;transition:all 0.3s ease-in-out}.char-container .char-item a:hover{background:#333;color:#333}.section-3{display:flex;flex-direction:row;justify-content:center;padding-bottom:4rem;background-color:#e6325a;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23DC182A' stroke-width='3.2'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23DC182A'%3E%3Ccircle cx='769' cy='229' r='6'/%3E%3Ccircle cx='539' cy='269' r='6'/%3E%3Ccircle cx='603' cy='493' r='6'/%3E%3Ccircle cx='731' cy='737' r='6'/%3E%3Ccircle cx='520' cy='660' r='6'/%3E%3Ccircle cx='309' cy='538' r='6'/%3E%3Ccircle cx='295' cy='764' r='6'/%3E%3Ccircle cx='40' cy='599' r='6'/%3E%3Ccircle cx='102' cy='382' r='6'/%3E%3Ccircle cx='127' cy='80' r='6'/%3E%3Ccircle cx='370' cy='105' r='6'/%3E%3Ccircle cx='578' cy='42' r='6'/%3E%3Ccircle cx='237' cy='261' r='6'/%3E%3Ccircle cx='390' cy='382' r='6'/%3E%3C/g%3E%3C/svg%3E")}.section-3 .impact-card{max-width:20rem;padding:2rem;display:flex;flex-direction:column;align-items:center;color:#f3f3f3}.section-3 .impact-card i{font-size:5rem}.section-3 .impact-card h3{font-size:2rem;margin:1rem 0}.section-3 .impact-card p{font-size:1rem;line-height:1.2rem;text-align:center}.section-3 .impact-card:nth-of-type(2){border-left:0.1rem solid;border-right:0.1rem solid}@media (max-width: 768px){.section-3{flex-direction:column;align-items:center}.section-3 .impact-card:nth-of-type(2){border:none;border-top:0.1rem solid;border-bottom:0.1rem solid}}.section-4{background-color:#f3f3f3;padding:8rem 2rem;clip-path:polygon(0 15%, 100% 0, 100% 85%, 0% 100%)}.section-4 .container-culture{display:flex;flex-direction:column;align-items:center;justify-content:center}@media (min-width: 768px){.section-4 .container-culture{flex-direction:row}}.section-4 .container-culture .image{margin-bottom:1rem;height:15rem;overflow:hidden}.section-4 .container-culture .image img{height:100%}.section-4 .container-culture .culture-message{padding:1rem;font-size:1rem;line-height:1.3rem;width:17rem}.section-4 .container-culture .culture-message span{color:#e6325a;font-weight:700}.slide-in-left{-webkit-animation:slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;animation:slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}@keyframes slide-in-left{0%{-webkit-transform:translateX(-1000px);transform:translateX(-1000px);opacity:0}100%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}}.slide-left{-webkit-animation:slide-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;animation:slide-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}@keyframes slide-left{0%{-webkit-transform:translateX(10rem);transform:translateX(10rem)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.section-location{padding:0 2rem;margin-bottom:4rem}.section-location .location-container{max-width:70rem;margin:0 auto}@media (min-width: 1024px){.section-location .location-container{display:flex;justify-content:space-between;align-items:center}}.section-location .location-container #map{height:22rem;width:100%;float:right;border-radius:0.5rem;margin-bottom:2rem}.section-location .location-container .location-title{font-size:1.2rem;font-weight:700;color:#f3f3f3;margin-bottom:1rem}.section-location .location-container span{display:inline-block;font-size:1.2rem;padding:0.2rem 0.6rem;font-weight:500;color:#d4d3d3;transition:all 0.3s ease-out;letter-spacing:1px;font-weight:300}.section-location .location-container span:hover{transform:scale(1.1);cursor:pointer}.section-location .location-container span:nth-child(odd){font-weight:500;color:#f3f3f3}.section-location .location-names{margin-bottom:2rem}@media (min-width: 1024px){.section-location .location-names{padding:0 2rem;max-width:50rem}}footer{background:#f3f3f3}footer .copywrite{background:linear-gradient(324deg, #a30620 0%, #e6325a 100%);padding:2rem}footer .copywrite p{z-index:22;font-size:1rem;color:#f3f3f3;text-align:center}.footer-container{padding:0 2rem;display:flex;flex-direction:column;justify-content:space-between}.footer-container .footer-col{font-size:0.8rem;display:flex;flex-direction:column;align-items:center;padding-top:1rem}.footer-container .footer-col:last-child{padding-bottom:1rem}.footer-container .footer-col p{line-height:1.3rem;text-align:center}.footer-container .footer-col h3{margin:1rem auto;font-size:0.8rem;font-weight:500;text-align:center;border-bottom:1px solid #333;padding:0.5rem 1rem;color:#f3f3f3;background-color:#e73350}.footer-container .footer-col a{font-size:0.8rem;text-align:center;line-height:1rem;color:#333;padding:0.1rem}@media (min-width: 768px){.footer-container{flex-direction:row}}.services{max-width:100%}.services .services-heading{background:linear-gradient(324deg, #a30620 0%, #e6325a 100%);max-width:100%;min-height:20rem;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;padding:1rem 0rem}.services .services-heading h1{text-align:center;font-weight:700;margin-top:3rem;font-size:2rem;letter-spacing:1px;margin-bottom:1rem;color:#f3f3f3}.services .services-heading p{margin-bottom:2rem;color:#f3f3f3;font-size:1rem;line-height:1.5rem;text-align:center;max-width:50rem}.services .corporate-finance{display:flex;flex-direction:column;align-items:center;background:#f3f3f3;padding:2rem 0rem}.services .corporate-finance h2{color:#e6325a;font-size:1.5rem;letter-spacing:1px;margin-bottom:1rem;text-align:center;line-height:1.7rem;font-weight:700;padding:0 1rem}.services .corporate-finance p{max-width:50rem;padding:0 1rem;font-size:1rem;line-height:1.5rem;text-align:center;margin-bottom:1rem}.services .corporate-finance .expertise{padding:0rem 0rem;background-color:#f3f3f3}.services .corporate-finance .expertise .card-small{margin:0.2rem 1rem;font-size:1rem}.services .corporate-finance .expertise .card-small h3{margin-top:0.5rem;padding:0.5rem;background:linear-gradient(324deg, #a30620 0%, #e6325a 100%);border-radius:0.3rem;color:#f3f3f3;text-align:center;line-height:1.5rem}.services .corporate-finance .expertise .card-small p{line-height:1.5rem}.services .corporate-finance .expertise .card-small .card-small{background-color:#e2ded7}.services .service-cards{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%23SvgjsMask1008%26quot%3b)' fill='none'%3e%3cpath d='M-67.56 348.18L-67.56 348.18' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-67.56 348.18L42.04 401.29' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-67.56 348.18L-82.5 529.94' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-67.56 348.18L109.24 552.42' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-67.56 348.18L209.97 352.5' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-82.5 529.94L-82.5 529.94' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-82.5 529.94L-99.6 683.92' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-82.5 529.94L42.04 401.29' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-82.5 529.94L109.24 552.42' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-99.6 683.92L-99.6 683.92' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-99.6 683.92L67.72 680.15' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-99.6 683.92L109.24 552.42' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M42.04 401.29L42.04 401.29' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M42.04 401.29L109.24 552.42' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M42.04 401.29L209.97 352.5' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M109.24 552.42L109.24 552.42' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M109.24 552.42L67.72 680.15' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M109.24 552.42L205.98 664.73' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M109.24 552.42L209.97 352.5' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M67.72 680.15L67.72 680.15' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M67.72 680.15L205.98 664.73' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M67.72 680.15L-82.5 529.94' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M67.72 680.15L42.04 401.29' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M209.97 352.5L209.97 352.5' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M209.97 352.5L361.09 341' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M209.97 352.5L409.46 508.5' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M205.98 664.73L205.98 664.73' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M205.98 664.73L374.05 660.6' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M205.98 664.73L409.46 508.5' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M361.09 341L361.09 341' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M361.09 341L519.75 347.54' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M361.09 341L409.46 508.5' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M361.09 341L506.81 508.95' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M409.46 508.5L409.46 508.5' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M409.46 508.5L506.81 508.95' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M409.46 508.5L374.05 660.6' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M409.46 508.5L519.75 347.54' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M374.05 660.6L374.05 660.6' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M374.05 660.6L527.2 706.68' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M519.75 347.54L519.75 347.54' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M519.75 347.54L506.81 508.95' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M519.75 347.54L678.87 502.03' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M519.75 347.54L209.97 352.5' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M519.75 347.54L830.17 356.59' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M506.81 508.95L506.81 508.95' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M506.81 508.95L678.87 502.03' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M506.81 508.95L527.2 706.68' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M506.81 508.95L374.05 660.6' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M527.2 706.68L527.2 706.68' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M527.2 706.68L701.46 639.28' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M527.2 706.68L409.46 508.5' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M527.2 706.68L678.87 502.03' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M527.2 706.68L813.59 644.23' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M678.87 502.03L678.87 502.03' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M678.87 502.03L796.11 505.04' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M678.87 502.03L701.46 639.28' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M678.87 502.03L813.59 644.23' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M701.46 639.28L701.46 639.28' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M701.46 639.28L813.59 644.23' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M701.46 639.28L796.11 505.04' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M701.46 639.28L506.81 508.95' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M845.85 68.89L845.85 68.89' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M845.85 68.89L943.25 73.43' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M845.85 68.89L833.65 233.88' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M845.85 68.89L972.28 -111.09' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M845.85 68.89L970.87 250.18' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M833.65 233.88L833.65 233.88' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M833.65 233.88L830.17 356.59' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M830.17 356.59L830.17 356.59' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M830.17 356.59L796.11 505.04' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M830.17 356.59L990.82 405.55' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M830.17 356.59L970.87 250.18' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M830.17 356.59L678.87 502.03' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M796.11 505.04L796.11 505.04' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M796.11 505.04L813.59 644.23' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M813.59 644.23L813.59 644.23' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M813.59 644.23L943.82 684.17' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M972.28 -111.09L972.28 -111.09' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M972.28 -111.09L1100.31 -41.63' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M972.28 -111.09L943.25 73.43' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M972.28 -111.09L1095.66 59.42' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M972.28 -111.09L1262.15 -55.97' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M943.25 73.43L943.25 73.43' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M943.25 73.43L1095.66 59.42' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M943.25 73.43L970.87 250.18' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M943.25 73.43L833.65 233.88' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M943.25 73.43L1100.31 -41.63' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M970.87 250.18L970.87 250.18' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M970.87 250.18L1096.15 249.95' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M970.87 250.18L833.65 233.88' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M970.87 250.18L990.82 405.55' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M970.87 250.18L1091.55 356.06' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M990.82 405.55L990.82 405.55' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M990.82 405.55L1091.55 356.06' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M990.82 405.55L988.18 537.29' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M990.82 405.55L1147.31 498.9' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M990.82 405.55L1096.15 249.95' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M988.18 537.29L988.18 537.29' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M988.18 537.29L943.82 684.17' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M988.18 537.29L1147.31 498.9' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M988.18 537.29L796.11 505.04' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M943.82 684.17L943.82 684.17' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M943.82 684.17L1145.25 695.48' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M943.82 684.17L796.11 505.04' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M943.82 684.17L701.46 639.28' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M943.82 684.17L1147.31 498.9' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1100.31 -41.63L1100.31 -41.63' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1100.31 -41.63L1095.66 59.42' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1100.31 -41.63L1262.15 -55.97' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1095.66 59.42L1095.66 59.42' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1095.66 59.42L1275.28 57.57' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1095.66 59.42L1096.15 249.95' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1096.15 249.95L1096.15 249.95' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1096.15 249.95L1091.55 356.06' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1091.55 356.06L1091.55 356.06' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1091.55 356.06L1147.31 498.9' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1147.31 498.9L1147.31 498.9' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1147.31 498.9L1271.43 535.64' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1147.31 498.9L1261.15 398.16' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1145.25 695.48L1145.25 695.48' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1145.25 695.48L1307.83 700.98' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1145.25 695.48L1147.31 498.9' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1145.25 695.48L1271.43 535.64' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1262.15 -55.97L1262.15 -55.97' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1262.15 -55.97L1275.28 57.57' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1262.15 -55.97L1393.66 -92.97' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1275.28 57.57L1275.28 57.57' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1275.28 57.57L1392.61 98.07' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1275.28 57.57L1301.21 196.3' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1301.21 196.3L1301.21 196.3' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1301.21 196.3L1392.61 98.07' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1301.21 196.3L1448.69 213.68' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1301.21 196.3L1401.03 364.91' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1301.21 196.3L1261.15 398.16' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1301.21 196.3L1096.15 249.95' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1261.15 398.16L1261.15 398.16' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1261.15 398.16L1271.43 535.64' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1271.43 535.64L1271.43 535.64' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1271.43 535.64L1390.92 651.45' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1271.43 535.64L1307.83 700.98' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1271.43 535.64L1401.03 364.91' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1307.83 700.98L1307.83 700.98' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1307.83 700.98L1390.92 651.45' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1307.83 700.98L1147.31 498.9' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1393.66 -92.97L1393.66 -92.97' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1393.66 -92.97L1392.61 98.07' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1393.66 -92.97L1275.28 57.57' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1393.66 -92.97L1605.9 -62.59' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1393.66 -92.97L1573.71 52.64' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1392.61 98.07L1392.61 98.07' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1392.61 98.07L1448.69 213.68' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1392.61 98.07L1548.93 189.51' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1448.69 213.68L1448.69 213.68' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1448.69 213.68L1548.93 189.51' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1401.03 364.91L1401.03 364.91' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1401.03 364.91L1261.15 398.16' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1401.03 364.91L1448.69 213.68' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1390.92 651.45L1390.92 651.45' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1390.92 651.45L1574.08 654.42' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1390.92 651.45L1607.26 549.82' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1390.92 651.45L1145.25 695.48' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1605.9 -62.59L1605.9 -62.59' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1605.9 -62.59L1573.71 52.64' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1605.9 -62.59L1548.93 189.51' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1573.71 52.64L1573.71 52.64' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1573.71 52.64L1548.93 189.51' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1573.71 52.64L1392.61 98.07' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1573.71 52.64L1448.69 213.68' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1573.71 52.64L1275.28 57.57' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1548.93 189.51L1548.93 189.51' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1548.93 189.51L1581.7 356.06' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1548.93 189.51L1401.03 364.91' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1548.93 189.51L1301.21 196.3' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1581.7 356.06L1581.7 356.06' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1607.26 549.82L1607.26 549.82' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1607.26 549.82L1574.08 654.42' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1607.26 549.82L1581.7 356.06' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1607.26 549.82L1401.03 364.91' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1607.26 549.82L1307.83 700.98' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1607.26 549.82L1271.43 535.64' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1574.08 654.42L1574.08 654.42' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1574.08 654.42L1307.83 700.98' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1574.08 654.42L1581.7 356.06' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1574.08 654.42L1271.43 535.64' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1574.08 654.42L1401.03 364.91' stroke='rgba(230%2c 50%2c 90%2c 1)' stroke-width='1.5'%3e%3c/path%3e%3ccircle r='5' cx='-67.56' cy='348.18' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='-82.5' cy='529.94' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='-99.6' cy='683.92' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='42.04' cy='401.29' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='109.24' cy='552.42' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='67.72' cy='680.15' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='209.97' cy='352.5' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='205.98' cy='664.73' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='361.09' cy='341' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='409.46' cy='508.5' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='374.05' cy='660.6' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='519.75' cy='347.54' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='506.81' cy='508.95' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='527.2' cy='706.68' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='678.87' cy='502.03' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='701.46' cy='639.28' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='845.85' cy='68.89' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='833.65' cy='233.88' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='830.17' cy='356.59' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='796.11' cy='505.04' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='813.59' cy='644.23' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='972.28' cy='-111.09' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='943.25' cy='73.43' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='970.87' cy='250.18' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='990.82' cy='405.55' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='988.18' cy='537.29' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='943.82' cy='684.17' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1100.31' cy='-41.63' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1095.66' cy='59.42' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1096.15' cy='249.95' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1091.55' cy='356.06' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1147.31' cy='498.9' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1145.25' cy='695.48' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1262.15' cy='-55.97' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1275.28' cy='57.57' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1301.21' cy='196.3' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1261.15' cy='398.16' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1271.43' cy='535.64' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1307.83' cy='700.98' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1393.66' cy='-92.97' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1392.61' cy='98.07' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1448.69' cy='213.68' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1401.03' cy='364.91' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1390.92' cy='651.45' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1605.9' cy='-62.59' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1573.71' cy='52.64' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1548.93' cy='189.51' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1581.7' cy='356.06' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1607.26' cy='549.82' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3ccircle r='5' cx='1574.08' cy='654.42' fill='rgba(230%2c 50%2c 90%2c 1)'%3e%3c/circle%3e%3cpath d='M345.37 547.49L345.37 547.49' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M345.37 547.49L229.05 512.91' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M345.37 547.49L489.93 550.69' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M345.37 547.49L396.4 682.86' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M842.85 513.24L842.85 513.24' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M842.85 513.24L961.67 508.27' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M842.85 513.24L860.66 639.8' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M842.85 513.24L820.27 341.47' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M842.85 513.24L983.64 398.99' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M842.85 513.24L976.32 658.99' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M961.67 508.27L961.67 508.27' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M961.67 508.27L983.64 398.99' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1141.49 530.46L1141.49 530.46' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1141.49 530.46L1239.77 549.77' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1141.49 530.46L1128.91 691.44' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1389.75 384.74L1389.75 384.74' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1389.75 384.74L1274.97 351.69' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1389.75 384.74L1444.53 232.36' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1389.75 384.74L1558.48 404.88' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1389.75 384.74L1442.17 560.91' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1389.75 384.74L1263.17 250.43' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1389.75 384.74L1239.77 549.77' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-49.77 500.16L-49.77 500.16' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-49.77 500.16L41.4 506.97' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-49.77 500.16L-105.92 686.11' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-49.77 500.16L37.86 704.81' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-49.77 500.16L229.05 512.91' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-49.77 500.16L197.95 664.75' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-49.77 500.16L345.37 547.49' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-105.92 686.11L-105.92 686.11' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-105.92 686.11L37.86 704.81' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M41.4 506.97L41.4 506.97' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M41.4 506.97L229.05 512.91' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M41.4 506.97L37.86 704.81' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M37.86 704.81L37.86 704.81' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M37.86 704.81L197.95 664.75' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M229.05 512.91L229.05 512.91' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M229.05 512.91L197.95 664.75' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M197.95 664.75L197.95 664.75' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M197.95 664.75L345.37 547.49' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M197.95 664.75L396.4 682.86' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M396.4 682.86L396.4 682.86' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M396.4 682.86L489.93 550.69' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M396.4 682.86L559.43 682.5' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M489.93 550.69L489.93 550.69' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M489.93 550.69L559.43 682.5' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M489.93 550.69L643.95 531.09' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M489.93 550.69L644.33 412.49' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M559.43 682.5L559.43 682.5' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M559.43 682.5L684.34 657.3' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M559.43 682.5L643.95 531.09' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M644.33 412.49L644.33 412.49' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M644.33 412.49L643.95 531.09' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M644.33 412.49L820.27 341.47' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M644.33 412.49L842.85 513.24' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M643.95 531.09L643.95 531.09' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M643.95 531.09L684.34 657.3' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M684.34 657.3L684.34 657.3' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M684.34 657.3L860.66 639.8' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M684.34 657.3L842.85 513.24' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M684.34 657.3L489.93 550.69' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M820.27 341.47L820.27 341.47' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M820.27 341.47L983.64 398.99' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M820.27 341.47L961.67 508.27' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M820.27 341.47L643.95 531.09' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M820.27 341.47L1094.57 372.71' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M860.66 639.8L860.66 639.8' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M860.66 639.8L976.32 658.99' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M860.66 639.8L961.67 508.27' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M983.64 398.99L983.64 398.99' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M983.64 398.99L1094.57 372.71' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M976.32 658.99L976.32 658.99' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M976.32 658.99L961.67 508.27' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1139.84 108.64L1139.84 108.64' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1139.84 108.64L1263.99 57.97' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1139.84 108.64L1124.94 253.65' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1139.84 108.64L1263.17 250.43' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1139.84 108.64L1244.7 -85.28' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1124.94 253.65L1124.94 253.65' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1124.94 253.65L1094.57 372.71' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1124.94 253.65L1263.17 250.43' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1124.94 253.65L1274.97 351.69' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1124.94 253.65L983.64 398.99' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1124.94 253.65L1263.99 57.97' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1094.57 372.71L1094.57 372.71' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1094.57 372.71L1141.49 530.46' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1094.57 372.71L1274.97 351.69' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1094.57 372.71L961.67 508.27' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1094.57 372.71L1263.17 250.43' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1128.91 691.44L1128.91 691.44' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1128.91 691.44L976.32 658.99' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1244.7 -85.28L1244.7 -85.28' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1244.7 -85.28L1263.99 57.97' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1244.7 -85.28L1413.62 -65.47' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1244.7 -85.28L1395 55.61' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1244.7 -85.28L1263.17 250.43' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1244.7 -85.28L1580.29 -51.79' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1263.99 57.97L1263.99 57.97' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1263.99 57.97L1395 55.61' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1263.17 250.43L1263.17 250.43' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1263.17 250.43L1274.97 351.69' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1263.17 250.43L1444.53 232.36' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1274.97 351.69L1274.97 351.69' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1274.97 351.69L1239.77 549.77' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1274.97 351.69L1444.53 232.36' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1239.77 549.77L1239.77 549.77' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1239.77 549.77L1301.4 639.25' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1239.77 549.77L1128.91 691.44' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1239.77 549.77L1442.17 560.91' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1301.4 639.25L1301.4 639.25' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1413.62 -65.47L1413.62 -65.47' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1413.62 -65.47L1395 55.61' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1413.62 -65.47L1580.29 -51.79' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1413.62 -65.47L1263.99 57.97' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1395 55.61L1395 55.61' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1395 55.61L1444.53 232.36' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1395 55.61L1595.91 93.48' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1444.53 232.36L1444.53 232.36' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1442.17 560.91L1442.17 560.91' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1442.17 560.91L1590.84 559.65' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1580.29 -51.79L1580.29 -51.79' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1580.29 -51.79L1595.91 93.48' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1580.29 -51.79L1395 55.61' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1580.29 -51.79L1609.79 202.41' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1580.29 -51.79L1444.53 232.36' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1580.29 -51.79L1263.99 57.97' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1595.91 93.48L1595.91 93.48' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1595.91 93.48L1609.79 202.41' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1595.91 93.48L1444.53 232.36' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1595.91 93.48L1413.62 -65.47' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1609.79 202.41L1609.79 202.41' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1609.79 202.41L1444.53 232.36' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1609.79 202.41L1558.48 404.88' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1609.79 202.41L1395 55.61' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1609.79 202.41L1389.75 384.74' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1558.48 404.88L1558.48 404.88' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1558.48 404.88L1590.84 559.65' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1590.84 559.65L1590.84 559.65' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1590.84 559.65L1603.9 648.41' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1603.9 648.41L1603.9 648.41' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1603.9 648.41L1442.17 560.91' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1603.9 648.41L1558.48 404.88' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1603.9 648.41L1301.4 639.25' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1603.9 648.41L1389.75 384.74' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1603.9 648.41L1239.77 549.77' stroke='hsl(346.70000000000005%2c 78.3%25%2c 71.4%25)' stroke-width='1.5'%3e%3c/path%3e%3ccircle r='25' cx='345.37' cy='547.49' fill='url(%23SvgjsRadialGradient1009)'%3e%3c/circle%3e%3ccircle r='25' cx='842.85' cy='513.24' fill='url(%23SvgjsRadialGradient1009)'%3e%3c/circle%3e%3ccircle r='25' cx='961.67' cy='508.27' fill='url(%23SvgjsRadialGradient1009)'%3e%3c/circle%3e%3ccircle r='25' cx='1141.49' cy='530.46' fill='url(%23SvgjsRadialGradient1009)'%3e%3c/circle%3e%3ccircle r='25' cx='1389.75' cy='384.74' fill='url(%23SvgjsRadialGradient1009)'%3e%3c/circle%3e%3ccircle r='5' cx='-49.77' cy='500.16' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='-105.92' cy='686.11' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='41.4' cy='506.97' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='37.86' cy='704.81' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='229.05' cy='512.91' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='197.95' cy='664.75' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='396.4' cy='682.86' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='489.93' cy='550.69' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='559.43' cy='682.5' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='644.33' cy='412.49' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='643.95' cy='531.09' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='684.34' cy='657.3' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='820.27' cy='341.47' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='860.66' cy='639.8' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='983.64' cy='398.99' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='976.32' cy='658.99' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='1139.84' cy='108.64' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='1124.94' cy='253.65' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='1094.57' cy='372.71' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='1128.91' cy='691.44' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='1244.7' cy='-85.28' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='1263.99' cy='57.97' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='1263.17' cy='250.43' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='1274.97' cy='351.69' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='1239.77' cy='549.77' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='1301.4' cy='639.25' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='1413.62' cy='-65.47' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='1395' cy='55.61' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='1444.53' cy='232.36' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='1442.17' cy='560.91' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='1580.29' cy='-51.79' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='1595.91' cy='93.48' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='1609.79' cy='202.41' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='1558.48' cy='404.88' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='1590.84' cy='559.65' fill='%23f399ad'%3e%3c/circle%3e%3ccircle r='5' cx='1603.9' cy='648.41' fill='%23f399ad'%3e%3c/circle%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1008'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cradialGradient id='SvgjsRadialGradient1009'%3e%3cstop stop-color='white' offset='0.1'%3e%3c/stop%3e%3cstop stop-color='rgba(230%2c 50%2c 90%2c 1)' offset='0.2'%3e%3c/stop%3e%3cstop stop-color='rgba(230%2c 50%2c 90%2c 0)' offset='1'%3e%3c/stop%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e");background-repeat:no-repeat;background-attachment:fixed;background-size:cover;padding:1rem 1rem}@media (min-width: 768px){.services .service-cards{display:flex;flex-wrap:wrap}}.services .service-cards .service-card{position:relative;max-width:25rem;margin:1rem auto;display:flex;flex-direction:column;align-items:center;color:#f3f3f3;padding:1rem 1rem;border:#f3f3f3 2px solid;border-radius:1rem;box-shadow:rgba(0,0,0,0.16) 0px 1px 4px;background:linear-gradient(324deg, #a30620 0%, #e6325a 100%)}@media (min-width: 768px){.services .service-cards .service-card{max-width:20rem}}@media (min-width: 1024px){.services .service-cards .service-card{max-width:13rem}}@media (min-width: 1440px){.services .service-cards .service-card{max-width:19rem}}.services .service-cards .service-card i{margin-top:1rem;font-size:5rem}.services .service-cards .service-card h4{padding:1rem 0.3rem;font-size:1.3rem;font-weight:500;line-height:1.3rem;text-align:center;line-height:2rem}.services .service-cards .service-card p{font-size:1rem;text-align:center;line-height:1.3rem;letter-spacing:1px}.services .service-cards .service-card .card-small{margin-top:0.5rem;color:#333;font-size:1rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.services .service-cards .service-card .card-small h3{text-align:center;padding:1rem;margin:0.5rem 0;flex-grow:1;min-width:4rem;color:#f3f3f3;font-weight:500;border:2px solid #f3f3f3}.services .expertise{padding:2rem 1rem;background:#f3f3f3}.services .expertise h4{font-size:1.3rem;font-weight:700;color:#e6325a}.services .expertise p{margin:1rem 0;font-size:1rem;line-height:1.3rem}.services .expertise p:last-child{padding-bottom:1rem}.services .expertise ul{margin:1rem 0}.services .expertise ul li{line-height:1.3rem;font-size:1rem}.services .expertise ul li::before{content:"\2713"}.services .acquisition{padding:2rem 1rem;font-size:1rem;line-height:1.3rem;background:linear-gradient(324deg, #a30620 0%, #e6325a 100%)}@media (min-width: 768px){.services .acquisition{display:flex;flex-wrap:wrap}}.services .acquisition .head{color:#f3f3f3;margin-bottom:1rem}.services .acquisition .head h4{font-size:1.3rem;font-weight:700;margin-bottom:1rem;text-align:center}.services .acquisition .head p{margin-right:2rem;text-align:center;margin-right:auto;margin-left:auto;line-height:1.3rem;letter-spacing:1px}@media (min-width: 1024px){.services .acquisition .head p{max-width:50%}}.services .acquisition .service-card{display:flex;align-items:center;flex-direction:column;margin-top:1rem;color:#f3f3f3}@media (min-width: 768px){.services .acquisition .service-card{margin-right:auto;margin-left:auto}}.services .acquisition .service-card i{font-size:3rem}.services .acquisition .service-card h4{font-size:1.3rem;font-weight:500;margin:1rem 0}.services .acquisition .service-card p{margin-bottom:1rem;line-height:1.3rem;letter-spacing:1px}@media (min-width: 768px){.services .acquisition .service-card p{max-width:20rem}}.services .acquisition .service-card h3{font-weight:500;text-align:center;font-size:1rem;line-height:1.3rem;padding:0.3rem}.services .acquisition .service-card h3::before{content:"\2713"}.services .last{display:flex;justify-content:space-between;align-items:center;background:#f3f3f3;font-size:1rem;padding:1rem;font-weight:700;max-width:70rem;letter-spacing:1px;color:#e6325a;line-height:1.3rem;margin:0 auto 1rem auto;box-shadow:rgba(99,99,99,0.2) 0px 2px 8px 0px}.services .last i{margin-left:1rem;font-size:4rem}.services-heading{background:linear-gradient(324deg, #a30620 0%, #e6325a 100%);max-width:100%;min-height:20rem;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;padding:1rem 0rem}.services-heading h1{font-weight:700;margin-top:3rem;font-size:2rem;letter-spacing:1px;margin-bottom:1rem;color:#f3f3f3;text-align:center}.services-heading p{margin-bottom:2rem;color:#f3f3f3;font-size:1rem;line-height:1.5rem;text-align:center;max-width:50rem}.info{padding:2rem;background:#f3f3f3}.info .info-flex{display:flex;justify-content:space-evenly}@media (max-width: 768px){.info .info-flex{display:flex;flex-direction:column}}.info p{font-size:1.2rem;max-width:40rem;padding-right:2rem}.info ul li{font-size:1rem;margin-top:1rem;font-weight:400;letter-spacing:1px}.info ul li::before{content:"\2713"}.services-heading{background:linear-gradient(324deg, #a30620 0%, #e6325a 100%);max-width:100%;min-height:20rem;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;padding:1rem 0rem}.services-heading h1{font-weight:700;margin-top:3rem;font-size:2rem;letter-spacing:1px;margin-bottom:1rem;color:#f3f3f3}.services-heading p{margin-bottom:2rem;color:#f3f3f3;font-size:1rem;line-height:1.5rem;text-align:center;max-width:50rem}.info{padding:2rem;background:#f3f3f3}.info .info-message h4{font-size:1.3rem;margin-bottom:1rem;font-weight:600;color:#e6325a}.info p{font-size:1.2rem;max-width:40rem}.info ul li{font-size:1rem;margin-top:1rem;font-weight:500;letter-spacing:1px}.info ul li::before{content:"\2713"}.other-services{display:flex;flex-wrap:wrap;background:#f3f3f3}.other-services .service-card{padding:1rem 2rem}.other-services .service-card h2{font-size:1.3rem;color:#e6325a;margin-bottom:1rem;flex-shrink:1;font-weight:700;padding-bottom:0.5rem;border-bottom:2px solid #e6325a}.other-services .service-card p{font-size:1rem;line-height:1.3rem}@media (min-width: 764px){.other-services .service-card ul{max-width:35rem}}.other-services .service-card ul li{line-height:1.3rem;font-size:0.9rem;font-weight:400;letter-spacing:1px}.other-services .service-card ul li::before{font-family:"font awesome 6 free";font-weight:700;content:"\f005";color:#e6325a;text-justify:distribute}.sector{padding:2rem;background-color:#f3f3f3}@media (min-width: 768px){.sector{display:flex;justify-content:space-evenly}}.sector h1{font-size:1.3rem;margin-bottom:2rem}.sector li{list-style-type:none;font-size:1rem;margin-top:1rem;font-weight:400;letter-spacing:1px}.sector li::before{content:"\2713"}.sector .sector-images{padding:3rem;max-width:30rem;display:grid;grid-template-columns:1fr 1fr 1fr;height:max-content}@media (max-width: 425px){.sector .sector-images{display:flex;flex-direction:column}}.sector .sector-images .image{height:10rem;overflow:hidden}.sector .sector-images .image img{height:100%;width:100%;object-fit:cover;object-position:center;transition:all 0.3s ease-in-out}.sector .sector-images .image img:hover{transform:scale(1.2)}.about-section{background:linear-gradient(324deg, #a30620 0%, #e6325a 100%)}.about-section .top{display:flex;justify-content:space-evenly;align-items:center;padding:2rem}@media (max-width: 768px){.about-section .top{flex-direction:column}.about-section .top .content{text-align:center}}.about-section .top .image{height:15rem}.about-section .top .image img{height:100%}.about-section .top .content{max-width:20rem;padding:2rem}.about-section .top .content h1{font-size:1.2rem;color:#f3f3f3;margin-bottom:1rem;font-weight:600}.about-section .top .content p{font-size:1rem;letter-spacing:1px;line-height:1.2rem;color:#f3f3f3}.about-section .middle{font-size:1rem;padding:4rem;background:#f3f3f3}.about-section .bottom{display:flex;align-items:center;justify-content:space-evenly;padding:2rem;align-items:center}@media (max-width: 768px){.about-section .bottom{flex-direction:column}.about-section .bottom .content{text-align:center}}.about-section .bottom .image{height:15rem}.about-section .bottom .image img{height:100%}.about-section .bottom .content{max-width:20rem;padding:2rem}.about-section .bottom .content h1{font-size:1.2rem;color:#f3f3f3;font-weight:600}.about-section .bottom .content p{font-size:1rem;letter-spacing:1px;line-height:1.2rem;color:#f3f3f3}html{height:100%;margin:0;padding:0}html body{padding:0;margin:0;height:100%;font-size:62.5%;box-sizing:border-box;font-family:"Roboto Slab", serif;background-color:#e6325a}.breadcrumb{display:flex;font-size:1rem;padding:1rem 1rem 1rem 1rem}.breadcrumb a{margin-left:5px;color:#f3f3f3;text-decoration:none}.breadcrumb a:hover{border-bottom:1px solid #f3f3f3}.section{background-color:#f3f3f3}.section-1{display:flex;justify-content:center;align-items:center;height:85vh}.section-2{background:#f3f3f3;padding-top:2rem;margin:auto}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#a31142;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#db224a}
