:root{--cw-primary:#fcb814;--cw-primary-hover:#fdd778;--cw-secondary-dark:#0a1929;--cw-secondary:#1a365d;--cw-secondary-light:#2b6cb0;--cw-secondary-dark:#0a1929;--cw-light-gray:#f6f9ff;--cw-border-color:#e2e8f0;--cw-white:#ffffff;--cw-black:#000000;--cw-muted:#6c757d;--cw-badge-bg:#cc021a;--cw-accent:#3182ce;--cw-accent-light:#e8f5e9;--cw-success:#198754;--cw-danger:#dc3545;--cw-warning:#ffc107;--cw-info:#0dcaf0;--cw-navbar-height:70px;--cw-mobile-cats-height:52px;--cw-sidebar-width:270px;--cw-sidebar-width-md:250px;--cw-font-sans:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;--cw-transition-speed:0.3s;--cw-border-radius:8px;--cw-box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);--cw-box-shadow-hover:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);--cw-icon-bg:#ebf8ff;--cw-icon:var(--cw-secondary-light)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{font-family:var(--cw-font-sans);font-size:1rem;font-weight:400;background:var(--cw-white);color:#4a5568;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.cw-no-scroll{overflow:hidden!important}h1,h2,h3,h4,h5,h6,.cw-h1,.cw-h2,.cw-h3,.cw-h4,.cw-h5,.cw-h6{color:var(--cw-secondary);font-weight:700;line-height:1.25;margin-bottom:1rem}h1{color:var(--cw-white)}h1,.cw-h1{font-size:2.25rem}h2,.cw-h2{font-size:1.75rem}h3,.cw-h3{font-size:1.5rem}h4,.cw-h4{font-size:1.25rem}h5,.cw-h5{font-size:1.1rem}h6,.cw-h6{font-size:1rem}@media (max-width:640px){h1,.cw-h1{font-size:1.75rem}h2,.cw-h2{font-size:1.5rem}h3,.cw-h3{font-size:1.25rem}h4,.cw-h4{font-size:1.125rem}h5,.cw-h5{font-size:1rem}h6,.cw-h6{font-size:.875rem}}p{margin-bottom:1rem;line-height:1.6;color:#4a5568}ul,ol{margin-bottom:1rem;padding-left:2rem}ul{list-style-type:disc}ol{list-style-type:decimal}ul ul,ul ol,ol ul,ol ol{margin:1.25rem 0}li{line-height:1.6;margin-bottom:.9rem}address{font-style:normal;line-height:1.6;margin-bottom:1rem;display:block}blockquote{line-height:1.6;margin-bottom:1rem;padding:.5rem 1rem;border-left:4px solid var(--cw-primary);background:var(--cw-white);color:var(--cw-muted)}small,.cw-small{font-size:.875em}tiny,.cw-tiny{font-size:.75em}strong,b{font-weight:700}a{color:var(--cw-secondary);text-decoration:none}a:hover{text-decoration:none}.cw-link{color:var(--cw-secondary-light);text-decoration:underline dotted;text-underline-offset:4px}button,input[type="button"],input[type="submit"],input[type="reset"],a,[role="button"]{touch-action:manipulation}.cw-spinner{display:inline-block;width:16px;height:16px;border:2px solid #fff;border-top-color:#fff0;border-radius:50%;animation:cw-spin 0.6s linear infinite}@keyframes cw-spin{to{transform:rotate(360deg)}}.cw-alert-success{color:var(--cw-white);background:var(--cw-success)!important}.cw-alert-danger{color:var(--cw-white);background:var(--cw-danger)!important}.cw-alert-info{color:var(--cw-white);background:var(--cw-info)!important}.cw-alert-warning{color:var(--cw-secondary);background:var(--cw-warning)!important}.cw-bg-soft{background:var(--cw-light-gray)}.cw-bg-red{background:var(--cw-danger)}.cw-bg-black{background:var(--cw-black)}.cw-bg-secondary{background:var(--cw-secondary)}.cw-bg-secondary-light{background:var(--cw-secondary-light)}.cw-bg-secondary-dark{background:var(--cw-secondary-dark)}.cw-bg-white{background:var(--cw-white)}.cw-bg-white .navbar{background:var(--cw-white)}.cw-bg-white .logo{color:var(--cw-secondary)}.cw-bg-white .nav-link{color:var(--cw-secondary)}.cw-bg-white .nav-link:hover{color:var(--cw-secondary-light);background-color:rgb(255 255 255 / .9)}.cw-bg-white .search-input{border:0 solid var(--cw-secondary-light);background:rgb(0 0 0 / .03);color:var(--cw-secondary)}.cw-bg-white .search-input:focus{background:#fff}.cw-bg-white .search-input::placeholder{color:var(--cw-secondary-light)}.cw-bg-white .search-button{color:var(--cw-secondary-light)}.cw-bg-white .mobile-menu-toggle{color:var(--cw-secondary)}.cw-text-white{color:var(--cw-white)!important}.cw-text-secondary{color:var(--cw-secondary)!important}.cw-text-secondary-light{color:var(--cw-secondary-light)!important}.cw-text-secondary-dark{color:var(--cw-secondary-dark)}.cw-text-primary{color:var(--cw-primary)!important}.cw-text-success{color:var(--cw-success)!important}.cw-text-danger{color:var(--cw-danger)!important}.cw-text-info{color:var(--cw-info)!important}.cw-text-warning{color:var(--cw-warning)!important}.cw-text-shadow{text-shadow:2px 2px 4px rgb(0 0 0 / .3)}.cw-text-left{text-align:left!important}.cw-text-center{text-align:center!important}.cw-text-right{text-align:right!important}.cw-text-uppercase{text-transform:uppercase!important}.cw-lead{font-size:1.25rem;font-weight:200}.cw-muted{color:var(--cw-muted)}.cw-border{border:1px solid var(--cw-light-gray)}.cw-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:700;display:inline-block;line-height:1;text-align:center}.cw-div{display:inline-block;line-height:1}.cw-main-centered{min-height:100vh;padding-top:auto;display:flex;flex-direction:column;align-items:stretch;justify-content:center}.cw-danger{background:var(--cw-danger);color:var(--cw-white)}.cw-success{background:var(--cw-success);color:var(--cw-white)}.cw-warning{background:var(--cw-warning);color:var(--cw-black)}.cw-info{background:var(--cw-info);color:var(--cw-white)}html{scrollbar-color:var(--cw-primary) var(--cw-secondary-dark);scrollbar-width:thin}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:6px}::-webkit-scrollbar-thumb{background-color:#dc3545;border-radius:6px;border:3px solid #f1f1f1}::-webkit-scrollbar-thumb:hover{background-color:#a71d2a}::-webkit-scrollbar-corner{background:#fff0}.cw-container{width:100%;max-width:1200px;margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem}.cw-container-fluid{width:100%;max-width:1400px;padding-right:1.5rem;padding-left:1.5rem;margin-right:auto;margin-left:auto}@media (max-width:767px){.cw-mobile-full-width,.cw-container,.cw-container-fluid{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);border-radius:0;padding-left:12px;padding-right:12px}}.cw-row{display:flex;flex-wrap:wrap;margin-right:-.75rem;margin-left:-.75rem}.cw-row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:.75rem;padding-left:.75rem}.cw-col-1{flex:0 0 auto;width:8.333333%}.cw-col-2{flex:0 0 auto;width:16.666667%}.cw-col-3{flex:0 0 auto;width:25%}.cw-col-4{flex:0 0 auto;width:33.333333%}.cw-col-5{flex:0 0 auto;width:41.666667%}.cw-col-6{flex:0 0 auto;width:50%}.cw-col-7{flex:0 0 auto;width:58.333333%}.cw-col-8{flex:0 0 auto;width:66.666667%}.cw-col-9{flex:0 0 auto;width:75%}.cw-col-10{flex:0 0 auto;width:83.333333%}.cw-col-11{flex:0 0 auto;width:91.666667%}.cw-col-12{flex:0 0 auto;width:100%}@media (max-width:767px){.cw-d-none-sm{display:none!important}.cw-col-sm-1{flex:0 0 auto;width:8.333333%!important}.cw-col-sm-2{flex:0 0 auto;width:16.666667%!important}.cw-col-sm-3{flex:0 0 auto;width:25%!important}.cw-col-sm-4{flex:0 0 auto;width:33.333333%!important}.cw-col-sm-5{flex:0 0 auto;width:41.666667%!important}.cw-col-sm-6{flex:0 0 auto;width:50%!important}.cw-col-sm-7{flex:0 0 auto;width:58.333333%!important}.cw-col-sm-8{flex:0 0 auto;width:66.666667%!important}.cw-col-sm-9{flex:0 0 auto;width:75%!important}.cw-col-sm-10{flex:0 0 auto;width:83.333333%!important}.cw-col-sm-11{flex:0 0 auto;width:91.666667%!important}.cw-col-sm-12{flex:0 0 auto;width:100%!important}}@media (min-width:768px) and (max-width:1024px){.cw-d-none.cw-d-md-block{display:inline-flex!important}.cw-d-none-lg{display:none}.cw-col-md-1{flex:0 0 auto;width:8.333333%!important}.cw-col-md-2{flex:0 0 auto;width:16.666667%!important}.cw-col-md-3{flex:0 0 auto;width:25%!important}.cw-col-md-4{flex:0 0 auto;width:33.333333%!important}.cw-col-md-5{flex:0 0 auto;width:41.666667%!important}.cw-col-md-6{flex:0 0 auto;width:50%!important}.cw-col-md-7{flex:0 0 auto;width:58.333333%!important}.cw-col-md-8{flex:0 0 auto;width:66.666667%!important}.cw-col-md-9{flex:0 0 auto;width:75%!important}.cw-col-md-10{flex:0 0 auto;width:83.333333%!important}.cw-col-md-11{flex:0 0 auto;width:91.666667%!important}.cw-col-md-12{flex:0 0 auto;width:100%!important}}@media (min-width:1025px){.cw-mobile-cats,.cw-mobile-search-btn,.cw-mobile-back-btn,.cw-bottom-nav{display:none!important}.cw-d-none.cw-d-md-block{display:inline-flex!important}.cw-d-none-lg{display:none}.cw-col-lg-1{flex:0 0 auto;width:8.333333%!important}.cw-col-lg-2{flex:0 0 auto;width:16.666667%!important}.cw-col-lg-3{flex:0 0 auto;width:25%!important}.cw-col-lg-4{flex:0 0 auto;width:33.333333%!important}.cw-col-lg-5{flex:0 0 auto;width:41.666667%!important}.cw-col-lg-6{flex:0 0 auto;width:50%!important}.cw-col-lg-7{flex:0 0 auto;width:58.333333%!important}.cw-col-lg-8{flex:0 0 auto;width:66.666667%!important}.cw-col-lg-9{flex:0 0 auto;width:75%!important}.cw-col-lg-10{flex:0 0 auto;width:83.333333%!important}.cw-col-lg-11{flex:0 0 auto;width:91.666667%!important}.cw-col-lg-12{flex:0 0 auto;width:100%!important}}.cw-m-0{margin:0!important}.cw-m-1{margin:0.25rem!important}.cw-m-2{margin:0.5rem!important}.cw-m-3{margin:1rem!important}.cw-m-4{margin:1.5rem!important}.cw-m-5{margin:3rem!important}.cw-m-auto{margin:auto!important}.cw-mt-0{margin-top:0!important}.cw-mt-1{margin-top:0.25rem!important}.cw-mt-2{margin-top:0.5rem!important}.cw-mt-3{margin-top:1rem!important}.cw-mt-4{margin-top:1.5rem!important}.cw-mt-5{margin-top:3rem!important}.cw-mt-auto{margin-top:auto!important}.cw-mb-0{margin-bottom:0!important}.cw-mb-1{margin-bottom:0.25rem!important}.cw-mb-2{margin-bottom:0.5rem!important}.cw-mb-3{margin-bottom:1rem!important}.cw-mb-4{margin-bottom:1.5rem!important}.cw-mb-5{margin-bottom:3rem!important}.cw-mb-auto{margin-bottom:auto!important}.cw-ml-0{margin-left:0!important}.cw-ml-1{margin-left:0.25rem!important}.cw-ml-2{margin-left:0.5rem!important}.cw-ml-3{margin-left:1rem!important}.cw-ml-4{margin-left:1.5rem!important}.cw-ml-5{margin-left:3rem!important}.cw-ml-auto{margin-left:auto!important}.cw-mr-0{margin-right:0!important}.cw-mr-1{margin-right:0.25rem!important}.cw-mr-2{margin-right:0.5rem!important}.cw-mr-3{margin-right:1rem!important}.cw-mr-4{margin-right:1.5rem!important}.cw-mr-5{margin-right:3rem!important}.cw-mr-auto{margin-right:auto!important}.cw-mx-0{margin-left:0!important;margin-right:0!important}.cw-mx-1{margin-left:0.25rem!important;margin-right:0.25rem!important}.cw-mx-2{margin-left:0.5rem!important;margin-right:0.5rem!important}.cw-mx-3{margin-left:1rem!important;margin-right:1rem!important}.cw-mx-4{margin-left:1.5rem!important;margin-right:1.5rem!important}.cw-mx-5{margin-left:3rem!important;margin-right:3rem!important}.cw-mx-auto{margin-left:auto!important;margin-right:auto!important}.cw-my-0{margin-top:0!important;margin-bottom:0!important}.cw-my-1{margin-top:0.25rem!important;margin-bottom:0.25rem!important}.cw-my-2{margin-top:0.5rem!important;margin-bottom:0.5rem!important}.cw-my-3{margin-top:1rem!important;margin-bottom:1rem!important}.cw-my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.cw-my-5{margin-top:3rem!important;margin-bottom:3rem!important}.cw-p-0{padding:0!important}.cw-p-1{padding:0.25rem!important}.cw-p-2{padding:0.5rem!important}.cw-p-3{padding:1rem!important}.cw-p-4{padding:1.5rem!important}.cw-p-5{padding:3rem!important}.cw-pt-0{padding-top:0!important}.cw-pt-1{padding-top:0.25rem!important}.cw-pt-2{padding-top:0.5rem!important}.cw-pt-3{padding-top:1rem!important}.cw-pt-4{padding-top:1.5rem!important}.cw-pt-5{padding-top:3rem!important}.cw-pb-0{padding-bottom:0!important}.cw-pb-1{padding-bottom:0.25rem!important}.cw-pb-2{padding-bottom:0.5rem!important}.cw-pb-3{padding-bottom:1rem!important}.cw-pb-4{padding-bottom:1.5rem!important}.cw-pb-5{padding-bottom:3rem!important}.cw-pl-0{padding-left:0!important}.cw-pl-1{padding-left:0.25rem!important}.cw-pl-2{padding-left:0.5rem!important}.cw-pl-3{padding-left:1rem!important}.cw-pl-4{padding-left:1.5rem!important}.cw-pl-5{padding-left:3rem!important}.cw-pr-0{padding-right:0!important}.cw-pr-1{padding-right:0.25rem!important}.cw-pr-2{padding-right:0.5rem!important}.cw-pr-3{padding-right:1rem!important}.cw-pr-4{padding-right:1.5rem!important}.cw-pr-5{padding-right:3rem!important}.cw-px-0{padding-left:0!important;padding-right:0!important}.cw-px-1{padding-left:0.25rem!important;padding-right:0.25rem!important}.cw-px-2{padding-left:0.5rem!important;padding-right:0.5rem!important}.cw-px-3{padding-left:1rem!important;padding-right:1rem!important}.cw-px-4{padding-left:1.5rem!important;padding-right:1.5rem!important}.cw-px-5{padding-left:3rem!important;padding-right:3rem!important}.cw-py-0{padding-top:0!important;padding-bottom:0!important}.cw-py-1{padding-top:0.25rem!important;padding-bottom:0.25rem!important}.cw-py-2{padding-top:0.5rem!important;padding-bottom:0.5rem!important}.cw-py-3{padding-top:1rem!important;padding-bottom:1rem!important}.cw-py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.cw-py-5{padding-top:3rem!important;padding-bottom:3rem!important}.cw-card{flex:0 0 auto;width:100%;background:var(--cw-white);border-radius:8px;overflow:hidden;border:0 solid var(--cw-border-color);display:flex;flex-direction:column;transition:transform 0.2s ease,box-shadow 0.2s ease;padding:18px;margin-bottom:18px}.cw-card:hover{transform:translateY(-2px);box-shadow:0 6px 12px rgb(0 0 0 / .05)}.cw-card a{text-decoration:none;color:inherit;display:flex;flex-direction:column;height:100%}.cw-img-wrapper{width:100%;height:150px;padding:.65rem;display:flex;align-items:center;justify-content:center;background:var(--cw-white)}.cw-img{max-width:100%;max-height:100%;object-fit:contain}.cw-info{padding:.85rem;display:flex;flex-direction:column;flex-grow:1;border-top:1px solid var(--cw-light-gray)}.cw-title{font-weight:500;font-size:.825rem;color:var(--cw-secondary);margin-bottom:.5rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:2.3rem}.cw-price{font-weight:700;font-size:.95rem;color:var(--cw-danger);margin-top:auto}.cw-flex{display:flex!important}.cw-d-block{display:block!important}.cw-d-inline-block{display:inline-block!important}.cw-d-none{display:none!important}.cw-flex-column{flex-direction:column!important}.cw-flex-wrap{flex-wrap:wrap!important}.cw-ai-center{align-items:center!important}.cw-ai-start{align-items:flex-start!important}.cw-ai-end{align-items:flex-end!important}.cw-jc-center{justify-content:center!important}.cw-jc-between{justify-content:space-between!important}.cw-jc-start{justify-content:flex-start!important}.cw-jc-end{justify-content:flex-end!important}.cw-gap-1{gap:0.5rem!important}.cw-gap-2{gap:0.75rem!important}.cw-gap-3{gap:1rem!important}.cw-w-100{width:100%!important}.cw-h-100{height:100%!important}.cw-visually-hidden,.cw-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cw-img-fluid{width:100%;height:auto;display:block}.cw-img-cover{width:100%;height:250px;object-fit:cover;display:block}.cw-img-rounded{border-radius:8px}.cw-img-rounded-top{border-radius:8px 8px 0 0}.cw-img-circle{border-radius:50%}.cw-img-shadow{box-shadow:0 4px 12px rgb(0 0 0 / .1)}.cw-img-zoom{transition:transform 0.3s ease}.cw-img-zoom:hover{transform:scale(1.05)}@media (max-width:768px){.cw-img-cover{height:200px}.cw-img-full-mobile{width:100vw;max-width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);display:block}}@media (max-width:480px){.cw-img-cover{height:180px}.cw-img-full-mobile{width:100vw;max-width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);display:block}}.cw-btn{display:inline-flex;align-items:center;justify-content:center;font-weight:600;text-align:center;vertical-align:middle;cursor:pointer;user-select:none;border:1px solid #fff0;padding:15px 40px;font-size:1.1rem;border-radius:6px;text-decoration:none;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;min-width:270px}.cw-btn-sm{text-align:center;vertical-align:middle;cursor:pointer;user-select:none;border:1px solid #fff0;padding:9px 18px;font-size:1rem;border-radius:6px;text-decoration:none;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out}.cw-btn-block{width:100%;display:flex;justify-content:center;align-items:center}.cw-btn:hover{text-decoration:none}.cw-btn-primary{background-color:var(--cw-primary);color:var(--cw-black);border-color:var(--cw-primary)}.cw-btn-primary:hover{background-color:#fff0;border-color:var(--cw-primary);color:var(--cw-primary)}.cw-btn-secondary{background-color:var(--cw-secondary);color:var(--cw-white);border-color:1px solid var(--cw-secondary)}.cw-btn-secondary:hover{background-color:var(--cw-white);border-color:1px solid var(--cw-secondary);color:var(--cw-secondary)}.cw-btn-outline-primary{border-color:var(--cw-primary);color:var(--cw-primary);background-color:#fff0}.cw-btn-outline-primary:hover{background-color:var(--cw-primary);border-color:var(--cw-primary);color:var(--cw-black)}.cw-btn-outline-secondary{margin:9px 0;color:var(--cw-secondary);background:var(--cw-white);border:1px solid var(--cw-secondary)}.cw-btn-outline-secondary:hover{background:var(--cw-light-gray);color:var(--cw-secondary)}.cw-btn-outline-white{border-color:rgb(255 255 255 / .3);color:var(--cw-white);background-color:#fff0}.cw-btn-outline-white:hover{background-color:rgb(255 255 255 / .1);border-color:rgb(255 255 255 / .5)}.cw-btn-white-solid{background-color:var(--cw-white);color:var(--cw-primary);border-color:var(--cw-white)}.cw-btn-white-solid:hover{background-color:var(--cw-light-gray);border-color:var(--cw-light-gray)}.cw-alert{position:relative;padding:1rem 1.25rem;margin-bottom:1.5rem;border:1px solid #fff0;border-radius:8px}.cw-alert-success{background-color:#d1e7dd;border-color:#badbcc;color:#0f5132}.cw-alert-danger{background-color:#f8d7da;border-color:#f5c2c7;color:#842029}.cw-alert-warning{background-color:#fff3cd;border-color:#ffecb5;color:#664d03}.cw-alert-info{background-color:#cff4fc;color:#055160;border-color:#9eeaf9}.cw-bg-frost{background:rgb(6 8 28 / .81);border:1px solid rgb(255 255 255 / .18)}.cw-text-primary{color:var(--cw-primary)!important}.cw-text-dark-green{color:#047857}.cw-text-secondary-light{color:var(--cw-secondary-light)}.cw-section-center-heading{text-align:center;max-width:900px;margin:auto;padding-bottom:2.5rem}.cw-section-header{max-width:810px;margin:auto;padding-bottom:18px}.cw-section{padding:3rem 0}.cw-section-heading{text-align:center;margin-bottom:3rem}.cw-section-heading p{max-width:900px;margin:0 auto}.cw-table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:1.5rem}.cw-table{width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--cw-border-color);border-collapse:collapse}.cw-table th,.cw-table td{padding:.75rem 1rem;border-bottom:1px solid var(--cw-border-color);text-align:left;font-size:.9rem}.cw-table th{font-weight:600;background-color:var(--cw-light-gray);color:var(--cw-secondary);white-space:nowrap}.cw-table-striped tbody tr:nth-of-type(odd){background-color:rgb(0 0 0 / .02)}.cw-table-hover tbody tr:hover{background-color:var(--cw-accent-light);color:var(--cw-primary)}.cw-table-bordered th,.cw-table-bordered td{border:1px solid var(--cw-border-color)}@media (max-width:991.98px){.cw-table-fixed-col th:first-child,.cw-table-fixed-col td:first-child{position:sticky;left:0;z-index:1;background-color:#fff;border-right:1px solid var(--cw-border-color);min-width:180px;max-width:40vw;white-space:normal;word-wrap:break-word}.cw-table-fixed-col th:first-child{background-color:var(--cw-light-gray);z-index:2}.cw-table-striped.cw-table-fixed-col tbody tr:nth-of-type(odd) td:first-child{background-color:#fafafa}.cw-table-hover.cw-table-fixed-col tbody tr:hover td:first-child{background-color:var(--cw-accent-light);color:var(--cw-primary)}}.cw-tabs{position:relative;width:100%}.cw-tabs input[type="radio"]{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.cw-tab-list{display:flex;flex-wrap:wrap;gap:4px;padding:0;margin:0;list-style:none;border-bottom:1px solid #e0e0e0}.cw-tab-label{display:inline-flex;align-items:center;padding:12px 20px;font-size:15px;font-weight:500;color:#fff;background:var(--cw-secondary);border:1px solid #fff;border-bottom:none;border-radius:9px 9px 0 0;cursor:pointer;transition:all 0.3s ease;user-select:none;position:relative;bottom:-2px}.cw-tab-label:hover{background:var(--cw-light-gray);color:var(--cw-secondary)}.cw-tabs input[type="radio"]:checked+.cw-tab-label{background:#fff;color:#0056b3;border-color:#0056b3 #dee2e6 #fff;border-bottom:2px solid #fff;font-weight:600;z-index:1}.cw-tab-panel{display:none;padding:18px 0;background:#fff;border:0 solid #dee2e6;border-top:none;border-radius:0 0 8px 8px}.cw-tabs input[type="radio"]:nth-of-type(1):checked~.cw-tab-content .cw-tab-panel:nth-of-type(1),.cw-tabs input[type="radio"]:nth-of-type(2):checked~.cw-tab-content .cw-tab-panel:nth-of-type(2),.cw-tabs input[type="radio"]:nth-of-type(3):checked~.cw-tab-content .cw-tab-panel:nth-of-type(3){display:block}@keyframes cwFadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.cw-tab-label{padding:10px 15px;font-size:14px}.cw-tab-panel{padding:0}}.cw-form-group{margin-bottom:1rem}.cw-label{display:block;margin-bottom:6px;font-size:14px;font-weight:500;color:var(--cw-secondary-dark,#1a1a1a)}.cw-required{color:#dc3545}.cw-form-hint{display:block;margin-top:4px;font-size:12px;color:#666}.cw-input,.cw-input-text,.cw-input-email,.cw-input-tel,.cw-input-number,.cw-input-password{width:100%;height:44px;padding:0 14px;font-size:16px;font-family:inherit;color:#333;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color 0.2s ease,box-shadow 0.2s ease}.cw-input:focus,.cw-input-text:focus,.cw-input-email:focus,.cw-input-tel:focus,.cw-input-number:focus,.cw-input-password:focus,.cw-select:focus{outline:none;border-color:var(--cw-primary,#fcb814);box-shadow:0 0 0 3px rgb(252 184 20 / .15)}.cw-input:disabled,.cw-select:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.7}.cw-input[readonly]{background-color:#f9fafb;cursor:default}.cw-input-error{border-color:#dc3545!important}.cw-input-error:focus{box-shadow:0 0 0 3px rgb(220 53 69 / .15)!important}.cw-select{width:100%;height:44px;padding:0 36px 0 14px;font-size:16px;font-family:inherit;color:#333;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:border-color 0.2s ease,box-shadow 0.2s ease}.cw-textarea{width:100%;min-height:100px;padding:12px 14px;font-size:16px;font-family:inherit;color:#333;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;resize:vertical;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color 0.2s ease,box-shadow 0.2s ease}.cw-textarea:focus{outline:none;border-color:var(--cw-primary,#fcb814);box-shadow:0 0 0 3px rgb(252 184 20 / .15)}.cw-input-group{display:flex;align-items:stretch;width:100%}.cw-input-addon{display:flex;align-items:center;padding:0 14px;font-size:16px;font-weight:500;color:#555;background-color:#f5f5f5;border:1px solid #d1d5db;border-right:none;border-radius:8px 0 0 8px;white-space:nowrap;flex-shrink:0;min-height:44px;box-sizing:border-box}.cw-input-group .cw-input,.cw-input-group .cw-input-text,.cw-input-group .cw-input-email,.cw-input-group .cw-input-tel,.cw-input-group .cw-input-number{border-radius:0 8px 8px 0}.cw-radio-group,.cw-checkbox-group{display:flex;flex-wrap:wrap;gap:12px}.cw-radio,.cw-checkbox{display:flex;align-items:center;gap:8px;font-size:16px;color:#333;cursor:pointer;-webkit-tap-highlight-color:#fff0}.cw-radio input[type="radio"],.cw-checkbox input[type="checkbox"]{width:18px;height:18px;margin:0;cursor:pointer;accent-color:var(--cw-primary,#fcb814);flex-shrink:0}@media (max-width:767px){.cw-input,.cw-input-text,.cw-input-email,.cw-input-tel,.cw-input-number,.cw-input-password,.cw-select,.cw-textarea{font-size:16px!important}}@supports (-webkit-touch-callout:none){.cw-input,.cw-select,.cw-textarea{font-size:16px!important}}.cw-input,.cw-select,.cw-textarea,.cw-radio,.cw-checkbox{-webkit-tap-highlight-color:#fff0}.cw-hover-disabled{pointer-events:none}.cw-accordion-list{display:flex;flex-direction:column;gap:.5rem}.cw-accordion-item{border:1px solid #e2e8f0;border-radius:8px;background:#fff;overflow:hidden}.cw-accordion-toggle{display:none}.cw-accordion-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;cursor:pointer;font-weight:600;color:#0f172a;font-size:.95rem;user-select:none;transition:background 0.2s}.cw-accordion-header:hover{background:#f8fafc}.cw-accordion-icon{flex-shrink:0;margin-left:1rem;width:20px;height:20px;position:relative;transition:transform 0.3s ease}.cw-accordion-icon::before,.cw-accordion-icon::after{content:'';position:absolute;background:#64748b;border-radius:2px;transition:transform 0.3s ease}.cw-accordion-icon::before{width:100%;height:2px;top:50%;left:0;transform:translateY(-50%)}.cw-accordion-icon::after{width:2px;height:100%;left:50%;top:0;transform:translateX(-50%)}.cw-accordion-content{max-height:0;overflow:hidden;transition:max-height 0.3s ease,padding 0.3s ease;padding:0 1.25rem}.cw-accordion-content p{margin:0;padding-bottom:1rem;color:#475569;font-size:.9rem;line-height:1.6}.cw-accordion-toggle:checked+.cw-accordion-header+.cw-accordion-content{max-height:300px;padding-top:.5rem}.cw-accordion-toggle:checked+.cw-accordion-header .cw-accordion-icon::after{transform:translateX(-50%) rotate(90deg)}.cw-accordion-toggle:focus+.cw-accordion-header{outline:2px solid #3b82f6;outline-offset:2px}.navbar{position:relative;z-index:1000;background:#fff0;width:100%;padding-top:env(safe-area-inset-top,0);padding-left:env(safe-area-inset-left,0);padding-right:env(safe-area-inset-right,0)}.nav-container{width:100%;max-width:1400px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:70px;gap:15px;width:100%;box-sizing:border-box}.logo{display:flex;align-items:center;text-decoration:none;color:#fff;flex-shrink:0}.logo-text{font-size:1.5rem;font-weight:700;margin-left:10px}.search-container{flex:1;max-width:500px;margin:0 auto}.search-form{position:relative;display:flex;align-items:center;width:100%}.search-input{width:100%;padding:10px 45px 10px 20px;border:1px solid rgb(255 255 255 / .3);border-radius:25px;background:rgb(255 255 255 / .1);color:#fff;font-size:1rem;transition:all 0.3s;box-sizing:border-box}.search-input::placeholder{color:rgb(255 255 255 / .7)}.search-input:focus{outline:none;background:rgb(255 255 255 / .2);border-color:rgb(255 255 255 / .5);box-shadow:0 0 0 3px rgb(6 80 156 / .3)}.search-button{position:absolute;right:15px;top:50%;transform:translateY(-50%);background:none;border:none;color:#fff;cursor:pointer;padding:5px;display:flex;align-items:center;justify-content:center}.nav-links{display:flex;align-items:center;gap:10px;flex-shrink:0}.nav-link{color:#fff;text-decoration:none;font-size:1rem;padding:10px 15px;border-radius:5px;transition:all 0.3s;white-space:nowrap}.nav-link:hover{background-color:rgb(255 255 255 / .1)}.login-link{background:#fcb814;color:var(--cw-secondary);border-radius:20px;padding:8px 20px}.login-link:hover{background:rgb(255 255 255 / .1);color:#fff;transform:translateY(-1px)}.side-drawer-checkbox{display:none}.mobile-menu-toggle{display:none;cursor:pointer;padding:10px;color:#fff}.side-drawer-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .5);z-index:999}.side-drawer{position:fixed;top:0;right:-100%;width:100%;max-width:100vw;height:100vh;height:100dvh;background:#0a1929;transition:right 0.3s ease;z-index:1000;overflow-y:auto;overflow-x:hidden;box-sizing:border-box;display:flex;flex-direction:column;padding-top:env(safe-area-inset-top,0);padding-bottom:env(safe-area-inset-bottom,0);padding-left:env(safe-area-inset-left,0);padding-right:env(safe-area-inset-right,0)}.side-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid rgb(255 255 255 / .1);width:100%;box-sizing:border-box;flex-shrink:0}.side-drawer-title{color:#fff;font-size:1.5rem;font-weight:700}.side-drawer-close{background:none;border:none;color:#fff;cursor:pointer;padding:10px;display:flex;align-items:center;justify-content:center}.side-drawer-content{padding:20px;flex:1;width:100%;box-sizing:border-box;overflow-y:auto}.side-drawer .mobile-link{display:flex;align-items:center;color:#fff;text-decoration:none;padding:15px;border-radius:10px;transition:background-color 0.3s;font-size:1.1rem;margin-bottom:5px;width:100%;box-sizing:border-box}.side-drawer .mobile-link:hover{background-color:rgb(255 255 255 / .1)}.side-drawer .mobile-link svg{margin-right:15px;flex-shrink:0}.side-drawer .mobile-login{background:#fcb814;text-align:center;justify-content:center;margin-top:20px;border-radius:25px;padding:15px}.side-drawer .mobile-login:hover{background:#fdd778}.dropdown-group{margin-bottom:5px;width:100%;box-sizing:border-box}.dropdown-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;color:#fff;text-decoration:none;padding:15px;border-radius:10px;transition:background-color 0.3s;font-size:1.1rem;cursor:pointer;background:none;border:none;margin-bottom:5px;box-sizing:border-box}.dropdown-toggle:hover{background-color:rgb(255 255 255 / .1)}.dropdown-toggle-left{display:flex;align-items:center}.dropdown-toggle svg:first-child{margin-right:15px;flex-shrink:0}.dropdown-arrow{transition:transform 0.3s;flex-shrink:0}.dropdown-checkbox{display:none}.dropdown-menu{display:none;padding-left:30px;margin-bottom:10px;width:100%;box-sizing:border-box}.dropdown-checkbox:checked~.dropdown-menu{display:block}.dropdown-checkbox:checked~.dropdown-toggle .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu a{display:flex;align-items:center;color:rgb(255 255 255 / .9);text-decoration:none;padding:12px 15px;border-radius:8px;transition:background-color 0.3s;font-size:1rem;margin-bottom:2px;width:100%;box-sizing:border-box}.dropdown-menu a:hover{background-color:rgb(255 255 255 / .1)}.dropdown-menu a svg{margin-right:10px;width:20px;height:20px;flex-shrink:0}@media (max-width:999px){.nav-links{display:none}.search-container{display:none}.mobile-menu-toggle{display:block}.side-drawer-checkbox:checked~.side-drawer-overlay{display:block}.side-drawer-checkbox:checked~.side-drawer{right:0}.nav-container{height:90px;padding:0 15px;gap:5px}.logo{flex:1}.logo svg{width:45px;height:45px}.logo-text{font-size:1.3rem;margin-left:8px}.header-content h1{font-size:1.8rem}.header-content p{font-size:1rem}}@media (max-width:480px){.logo svg{width:40px;height:40px}.logo-text{font-size:1.1rem}.nav-container{height:90px;padding:0 10px;gap:0}.header-content h1{font-size:1.5rem}.header-content p{font-size:.9rem}.cta-button{padding:12px 30px;font-size:1rem}.mobile-menu-toggle{padding:8px}}.cw-header-main{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='695' preserveAspectRatio='none' viewBox='0 0 1440 695'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1107%26quot%3b)' fill='none'%3e%3crect width='1440' height='695' x='0' y='0' fill='url(%26quot%3b%23SvgjsLinearGradient1108%26quot%3b)'%3e%3c/rect%3e%3cpath d='M83.47 256.76L162.28 302.26L162.28 393.26L83.47 438.76L4.66 393.26L4.66 302.26zM162.28 393.26L241.09 438.76L241.09 529.76L162.28 575.26L83.47 529.76L83.47 438.76zM83.47 529.76L162.28 575.26L162.28 666.26L83.47 711.76L4.66 666.26L4.66 575.26zM319.9 120.26L398.71 165.76L398.71 256.76L319.9 302.26L241.09 256.76L241.09 165.76zM319.9 393.26L398.71 438.76L398.71 529.76L319.9 575.26L241.09 529.76L241.09 438.76zM241.09 529.76L319.9 575.26L319.9 666.26L241.09 711.76L162.28 666.26L162.28 575.26zM319.9 666.26L398.71 711.76L398.71 802.76L319.9 848.26L241.09 802.76L241.09 711.76zM398.71 -16.24L477.52 29.26L477.52 120.26L398.71 165.76L319.9 120.26L319.9 29.26zM398.71 529.76L477.52 575.26L477.52 666.26L398.71 711.76L319.9 666.26L319.9 575.26zM477.52 666.26L556.33 711.76L556.33 802.76L477.52 848.26L398.71 802.76L398.71 711.76zM635.14 120.26L713.95 165.76L713.95 256.76L635.14 302.26L556.33 256.76L556.33 165.76zM635.14 393.26L713.95 438.76L713.95 529.76L635.14 575.26L556.33 529.76L556.33 438.76zM556.33 529.76L635.14 575.26L635.14 666.26L556.33 711.76L477.52 666.26L477.52 575.26zM635.14 666.26L713.95 711.76L713.95 802.76L635.14 848.26L556.33 802.76L556.33 711.76zM792.76 120.26L871.58 165.76L871.58 256.76L792.76 302.26L713.95 256.76L713.95 165.76zM713.95 256.76L792.76 302.26L792.76 393.26L713.95 438.76L635.14 393.26L635.14 302.26zM792.76 666.26L871.58 711.76L871.58 802.76L792.76 848.26L713.95 802.76L713.95 711.76zM871.58 -16.24L950.39 29.26L950.39 120.26L871.58 165.76L792.76 120.26L792.76 29.26zM950.39 666.26L1029.2 711.76L1029.2 802.76L950.39 848.26L871.58 802.76L871.58 711.76zM1029.2 -16.24L1108.01 29.26L1108.01 120.26L1029.2 165.76L950.39 120.26L950.39 29.26zM1029.2 256.76L1108.01 302.26L1108.01 393.26L1029.2 438.76L950.39 393.26L950.39 302.26zM1108.01 393.26L1186.82 438.76L1186.82 529.76L1108.01 575.26L1029.2 529.76L1029.2 438.76zM1108.01 666.26L1186.82 711.76L1186.82 802.76L1108.01 848.26L1029.2 802.76L1029.2 711.76zM1265.63 120.26L1344.44 165.76L1344.44 256.76L1265.63 302.26L1186.82 256.76L1186.82 165.76zM1265.63 393.26L1344.44 438.76L1344.44 529.76L1265.63 575.26L1186.82 529.76L1186.82 438.76zM1423.25 120.26L1502.06 165.76L1502.06 256.76L1423.25 302.26L1344.44 256.76L1344.44 165.76zM1423.25 393.26L1502.06 438.76L1502.06 529.76L1423.25 575.26L1344.44 529.76L1344.44 438.76zM1344.44 529.76L1423.25 575.26L1423.25 666.26L1344.44 711.76L1265.63 666.26L1265.63 575.26zM1502.06 -16.24L1580.87 29.26L1580.87 120.26L1502.06 165.76L1423.25 120.26L1423.25 29.26zM1580.87 120.26L1659.68 165.76L1659.68 256.76L1580.87 302.26L1502.06 256.76L1502.06 165.76zM1502.06 256.76L1580.87 302.26L1580.87 393.26L1502.06 438.76L1423.25 393.26L1423.25 302.26zM1580.87 393.26L1659.68 438.76L1659.68 529.76L1580.87 575.26L1502.06 529.76L1502.06 438.76zM1502.06 529.76L1580.87 575.26L1580.87 666.26L1502.06 711.76L1423.25 666.26L1423.25 575.26zM1580.87 666.26L1659.68 711.76L1659.68 802.76L1580.87 848.26L1502.06 802.76L1502.06 711.76z' stroke='url(%26quot%3b%23SvgjsLinearGradient1109%26quot%3b)' stroke-width='2'%3e%3c/path%3e%3cpath d='M74.37 256.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM153.18 302.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM153.18 393.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM74.37 438.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM-4.44 393.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM-4.44 302.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM231.99 438.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM231.99 529.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM153.18 575.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM74.37 529.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM153.18 666.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM74.37 711.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM-4.44 666.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM-4.44 575.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM310.8 120.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM389.61 165.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM389.61 256.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM310.8 302.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM231.99 256.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM231.99 165.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM310.8 393.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM389.61 438.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM389.61 529.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM310.8 575.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM310.8 666.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM231.99 711.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM389.61 711.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM389.61 802.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM310.8 848.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM231.99 802.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM389.61 -16.24 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM468.42 29.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM468.42 120.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM310.8 29.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM468.42 575.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM468.42 666.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM547.23 711.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM547.23 802.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM468.42 848.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM626.04 120.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM704.85 165.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM704.85 256.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM626.04 302.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM547.23 256.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM547.23 165.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM626.04 393.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM704.85 438.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM704.85 529.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM626.04 575.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM547.23 529.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM547.23 438.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM626.04 666.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM704.85 711.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM704.85 802.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM626.04 848.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM783.66 120.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM862.48 165.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM862.48 256.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM783.66 302.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM783.66 393.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM783.66 666.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM862.48 711.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM862.48 802.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM783.66 848.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM862.48 -16.24 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM941.29 29.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM941.29 120.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM783.66 29.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM941.29 666.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1020.1 711.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1020.1 802.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM941.29 848.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1020.1 -16.24 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1098.91 29.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1098.91 120.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1020.1 165.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1020.1 256.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1098.91 302.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1098.91 393.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1020.1 438.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM941.29 393.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM941.29 302.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1177.72 438.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1177.72 529.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1098.91 575.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1020.1 529.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1098.91 666.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1177.72 711.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1177.72 802.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1098.91 848.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1256.53 120.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1335.34 165.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1335.34 256.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1256.53 302.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1177.72 256.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1177.72 165.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1256.53 393.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1335.34 438.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1335.34 529.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1256.53 575.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1414.15 120.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1492.96 165.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1492.96 256.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1414.15 302.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1414.15 393.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1492.96 438.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1492.96 529.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1414.15 575.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1414.15 666.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1335.34 711.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1256.53 666.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1492.96 -16.24 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1571.77 29.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1571.77 120.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1414.15 29.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1650.58 165.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1650.58 256.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1571.77 302.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1571.77 393.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1650.58 438.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1650.58 529.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1571.77 575.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1571.77 666.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1492.96 711.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1650.58 711.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1650.58 802.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1571.77 848.26 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0zM1492.96 802.76 a9.1 9.1 0 1 0 18.2 0 a9.1 9.1 0 1 0 -18.2 0z' fill='url(%26quot%3b%23SvgjsLinearGradient1109%26quot%3b)'%3e%3c/path%3e%3cpath d='M30.8 200.99L108.74 245.99L108.74 335.99L30.8 380.99L-47.14 335.99L-47.14 245.99zM264.63 605.99L342.58 650.99L342.58 740.99L264.63 785.99L186.69 740.99L186.69 650.99zM342.58 200.99L420.52 245.99L420.52 335.99L342.58 380.99L264.63 335.99L264.63 245.99zM420.52 605.99L498.47 650.99L498.47 740.99L420.52 785.99L342.58 740.99L342.58 650.99zM498.47 -69.01L576.41 -24.01L576.41 65.99L498.47 110.99L420.52 65.99L420.52 -24.01zM576.41 65.99L654.36 110.99L654.36 200.99L576.41 245.99L498.47 200.99L498.47 110.99zM654.36 -69.01L732.3 -24.01L732.3 65.99L654.36 110.99L576.41 65.99L576.41 -24.01zM654.36 470.99L732.3 515.99L732.3 605.99L654.36 650.99L576.41 605.99L576.41 515.99zM732.3 605.99L810.25 650.99L810.25 740.99L732.3 785.99L654.36 740.99L654.36 650.99zM810.25 -69.01L888.19 -24.01L888.19 65.99L810.25 110.99L732.3 65.99L732.3 -24.01zM810.25 470.99L888.19 515.99L888.19 605.99L810.25 650.99L732.3 605.99L732.3 515.99zM888.19 605.99L966.13 650.99L966.13 740.99L888.19 785.99L810.25 740.99L810.25 650.99zM1044.08 605.99L1122.02 650.99L1122.02 740.99L1044.08 785.99L966.13 740.99L966.13 650.99zM1199.97 65.99L1277.91 110.99L1277.91 200.99L1199.97 245.99L1122.02 200.99L1122.02 110.99zM1199.97 605.99L1277.91 650.99L1277.91 740.99L1199.97 785.99L1122.02 740.99L1122.02 650.99zM1355.86 65.99L1433.8 110.99L1433.8 200.99L1355.86 245.99L1277.91 200.99L1277.91 110.99zM1277.91 200.99L1355.86 245.99L1355.86 335.99L1277.91 380.99L1199.97 335.99L1199.97 245.99zM1433.8 -69.01L1511.75 -24.01L1511.75 65.99L1433.8 110.99L1355.86 65.99L1355.86 -24.01zM1511.75 605.99L1589.69 650.99L1589.69 740.99L1511.75 785.99L1433.8 740.99L1433.8 650.99z' stroke='url(%26quot%3b%23SvgjsLinearGradient1110%26quot%3b)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1107'%3e%3crect width='1440' height='695' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='12.93%25' y1='-26.8%25' x2='87.07%25' y2='126.8%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1108'%3e%3cstop stop-color='rgba(0%2c 0%2c 0%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(14%2c 42%2c 71%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='186.192' y1='-186.26000000000002' x2='1253.808' y2='881.26' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1109'%3e%3cstop stop-color='rgba(158%2c 0%2c 129%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-color='%2303305d' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='186.192' y1='-186.26000000000002' x2='1253.808' y2='881.26' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1110'%3e%3cstop stop-color='%230e2a47' offset='0'%3e%3c/stop%3e%3cstop stop-color='%2300459e' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;flex-direction:column;width:100%;max-width:100%;overflow-x:hidden}.cw-bg{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1302%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='rgba(0%2c 0%2c 0%2c 1)'%3e%3c/rect%3e%3cpath d='M338.73 516.27L403.68 553.77L403.68 628.77L338.73 666.27L273.77 628.77L273.77 553.77zM468.64 66.27L533.59 103.77L533.59 178.77L468.64 216.27L403.68 178.77L403.68 103.77zM403.68 178.77L468.64 216.27L468.64 291.27L403.68 328.77L338.73 291.27L338.73 216.27zM598.54 66.27L663.5 103.77L663.5 178.77L598.54 216.27L533.59 178.77L533.59 103.77zM663.5 403.77L728.45 441.27L728.45 516.27L663.5 553.77L598.54 516.27L598.54 441.27zM793.4 178.77L858.36 216.27L858.36 291.27L793.4 328.77L728.45 291.27L728.45 216.27zM923.31 -46.23L988.27 -8.73L988.27 66.27L923.31 103.77L858.36 66.27L858.36 -8.73zM1053.22 178.77L1118.17 216.27L1118.17 291.27L1053.22 328.77L988.27 291.27L988.27 216.27zM1053.22 403.77L1118.17 441.27L1118.17 516.27L1053.22 553.77L988.27 516.27L988.27 441.27zM1118.17 516.27L1183.13 553.77L1183.13 628.77L1118.17 666.27L1053.22 628.77L1053.22 553.77zM1248.08 291.27L1313.03 328.77L1313.03 403.77L1248.08 441.27L1183.13 403.77L1183.13 328.77zM1248.08 516.27L1313.03 553.77L1313.03 628.77L1248.08 666.27L1183.13 628.77L1183.13 553.77zM1377.99 66.27L1442.94 103.77L1442.94 178.77L1377.99 216.27L1313.04 178.77L1313.04 103.77zM1313.04 178.77L1377.99 216.27L1377.99 291.27L1313.04 328.77L1248.08 291.27L1248.08 216.27zM1507.9 66.27L1572.85 103.77L1572.85 178.77L1507.9 216.27L1442.94 178.77L1442.94 103.77zM1507.9 291.27L1572.85 328.77L1572.85 403.77L1507.9 441.27L1442.94 403.77L1442.94 328.77zM1442.94 403.77L1507.9 441.27L1507.9 516.27L1442.94 553.77L1377.99 516.27L1377.99 441.27zM1507.9 516.27L1572.85 553.77L1572.85 628.77L1507.9 666.27L1442.94 628.77L1442.94 553.77z' stroke='url(%26quot%3b%23SvgjsLinearGradient1303%26quot%3b)' stroke-width='2'%3e%3c/path%3e%3cpath d='M331.23 516.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM396.18 553.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM396.18 628.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM331.23 666.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM266.27 628.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM266.27 553.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM461.14 66.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM526.09 103.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM526.09 178.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM461.14 216.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM396.18 178.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM396.18 103.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM461.14 291.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM396.18 328.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM331.23 291.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM331.23 216.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM591.04 66.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM656 103.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM656 178.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM591.04 216.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM656 403.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM720.95 441.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM720.95 516.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM656 553.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM591.04 516.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM591.04 441.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM785.9 178.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM850.86 216.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM850.86 291.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM785.9 328.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM720.95 291.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM720.95 216.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM915.81 -46.23 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM980.77 -8.73 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM980.77 66.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM915.81 103.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM850.86 66.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM850.86 -8.73 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1045.72 178.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1110.67 216.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1110.67 291.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1045.72 328.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM980.77 291.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM980.77 216.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1045.72 403.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1110.67 441.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1110.67 516.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1045.72 553.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM980.77 516.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM980.77 441.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1175.63 553.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1175.63 628.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1110.67 666.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1045.72 628.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1240.58 291.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1305.53 328.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1305.53 403.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1240.58 441.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1175.63 403.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1175.63 328.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1240.58 516.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1305.53 553.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1305.53 628.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1240.58 666.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1370.49 66.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1435.44 103.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1435.44 178.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1370.49 216.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1305.54 178.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1305.54 103.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1370.49 291.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1305.54 328.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1240.58 216.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1500.4 66.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1565.35 103.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1565.35 178.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1500.4 216.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1500.4 291.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1565.35 328.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1565.35 403.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1500.4 441.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1435.44 403.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1435.44 328.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1500.4 516.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1435.44 553.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1370.49 516.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1370.49 441.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1565.35 553.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1565.35 628.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1500.4 666.27 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0zM1435.44 628.77 a7.5 7.5 0 1 0 15 0 a7.5 7.5 0 1 0 -15 0z' fill='url(%26quot%3b%23SvgjsLinearGradient1303%26quot%3b)'%3e%3c/path%3e%3cpath d='M21.2 220.1L99.14 265.1L99.14 355.1L21.2 400.1L-56.74 355.1L-56.74 265.1zM255.03 355.1L332.98 400.1L332.98 490.1L255.03 535.1L177.09 490.1L177.09 400.1zM410.92 85.1L488.87 130.1L488.87 220.1L410.92 265.1L332.98 220.1L332.98 130.1zM332.98 220.1L410.92 265.1L410.92 355.1L332.98 400.1L255.03 355.1L255.03 265.1zM410.92 355.1L488.87 400.1L488.87 490.1L410.92 535.1L332.98 490.1L332.98 400.1zM722.7 355.1L800.65 400.1L800.65 490.1L722.7 535.1L644.76 490.1L644.76 400.1zM800.65 220.1L878.59 265.1L878.59 355.1L800.65 400.1L722.7 355.1L722.7 265.1zM878.59 355.1L956.53 400.1L956.53 490.1L878.59 535.1L800.65 490.1L800.65 400.1zM1034.48 85.1L1112.42 130.1L1112.42 220.1L1034.48 265.1L956.53 220.1L956.53 130.1zM956.53 220.1L1034.48 265.1L1034.48 355.1L956.53 400.1L878.59 355.1L878.59 265.1zM1190.37 85.1L1268.31 130.1L1268.31 220.1L1190.37 265.1L1112.42 220.1L1112.42 130.1zM1112.42 220.1L1190.37 265.1L1190.37 355.1L1112.42 400.1L1034.48 355.1L1034.48 265.1zM1268.31 -49.9L1346.26 -4.9L1346.26 85.1L1268.31 130.1L1190.37 85.1L1190.37 -4.9z' stroke='rgba(6%2c 80%2c 156%2c 0.93)' stroke-width='2'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1302'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='720' y1='560' x2='720' y2='0' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient1303'%3e%3cstop stop-color='rgba(158%2c 0%2c 129%2c 1)' offset='0'%3e%3c/stop%3e%3cstop stop-color='%2303305d' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;display:flex;flex-direction:column;width:100%;max-width:100%;overflow-x:hidden}.cw-bg-2{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1200' height='695' preserveAspectRatio='none' viewBox='0 0 1200 695'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1220%26quot%3b)' fill='none'%3e%3crect width='1200' height='695' x='0' y='0' fill='rgba(2%2c 21%2c 40%2c 1)'%3e%3c/rect%3e%3cpath d='M-92.23 520.02L-92.23 520.02' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-92.23 520.02L-73.13 666.15' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-92.23 520.02L93.17 545' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-92.23 520.02L69.83 665.37' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-92.23 520.02L-105.93 819.63' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-92.23 520.02L251.8 507.21' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-73.13 666.15L-73.13 666.15' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-73.13 666.15L69.83 665.37' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-73.13 666.15L-105.93 819.63' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-105.93 819.63L-105.93 819.63' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-105.93 819.63L75.32 849.92' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-105.93 819.63L69.83 665.37' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M93.17 545L93.17 545' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M93.17 545L69.83 665.37' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M93.17 545L251.8 507.21' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M93.17 545L-73.13 666.15' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M93.17 545L245.23 698.09' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M69.83 665.37L69.83 665.37' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M69.83 665.37L245.23 698.09' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M69.83 665.37L75.32 849.92' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M69.83 665.37L222.95 829.77' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M75.32 849.92L75.32 849.92' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M75.32 849.92L222.95 829.77' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M251.8 507.21L251.8 507.21' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M251.8 507.21L359.43 496.37' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M251.8 507.21L348.89 670.03' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M251.8 507.21L245.23 698.09' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M251.8 507.21L396.03 378.31' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M251.8 507.21L69.83 665.37' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M245.23 698.09L245.23 698.09' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M245.23 698.09L348.89 670.03' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M245.23 698.09L222.95 829.77' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M245.23 698.09L349.29 808.63' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M222.95 829.77L222.95 829.77' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M222.95 829.77L349.29 808.63' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M222.95 829.77L348.89 670.03' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M222.95 829.77L93.17 545' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M396.03 378.31L396.03 378.31' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M396.03 378.31L488.26 358.14' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M396.03 378.31L359.43 496.37' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M359.43 496.37L359.43 496.37' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M359.43 496.37L348.89 670.03' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M348.89 670.03L348.89 670.03' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M348.89 670.03L349.29 808.63' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M349.29 808.63L349.29 808.63' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M349.29 808.63L538.66 809.41' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M349.29 808.63L75.32 849.92' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M488.26 358.14L488.26 358.14' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M488.26 358.14L359.43 496.37' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M488.26 358.14L546 540.7' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M488.26 358.14L701.13 399.09' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M546 540.7L546 540.7' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M546 540.7L663.94 562.14' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M538.66 809.41L538.66 809.41' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M538.66 809.41L675 834.98' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M538.66 809.41L348.89 670.03' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M538.66 809.41L546 540.7' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M538.66 809.41L663.94 562.14' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M699.79 228.82L699.79 228.82' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M699.79 228.82L807.29 261.82' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M701.13 399.09L701.13 399.09' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M701.13 399.09L845.76 361.03' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M701.13 399.09L663.94 562.14' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M663.94 562.14L663.94 562.14' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M663.94 562.14L822.97 535' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M663.94 562.14L818.12 686.98' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M663.94 562.14L488.26 358.14' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M663.94 562.14L845.76 361.03' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M675 834.98L675 834.98' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M675 834.98L844.58 848.43' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M675 834.98L818.12 686.98' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M675 834.98L663.94 562.14' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M789.25 -80.27L789.25 -80.27' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M789.25 -80.27L967.11 -110.36' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M789.25 -80.27L833.86 104.29' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M789.25 -80.27L983.92 88.1' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M789.25 -80.27L699.79 228.82' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M833.86 104.29L833.86 104.29' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M833.86 104.29L983.92 88.1' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M833.86 104.29L807.29 261.82' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M833.86 104.29L990.5 198.69' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M807.29 261.82L807.29 261.82' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M807.29 261.82L845.76 361.03' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M807.29 261.82L701.13 399.09' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M807.29 261.82L990.5 198.69' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M845.76 361.03L845.76 361.03' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M845.76 361.03L988.2 376.68' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M822.97 535L822.97 535' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M822.97 535L949.9 495.58' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M822.97 535L818.12 686.98' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M822.97 535L845.76 361.03' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M822.97 535L701.13 399.09' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M818.12 686.98L818.12 686.98' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M818.12 686.98L955.69 706.83' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M818.12 686.98L844.58 848.43' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M844.58 848.43L844.58 848.43' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M844.58 848.43L988.18 821.56' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M967.11 -110.36L967.11 -110.36' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M967.11 -110.36L983.92 88.1' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M967.11 -110.36L1112.47 59.52' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M967.11 -110.36L833.86 104.29' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M967.11 -110.36L990.5 198.69' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M983.92 88.1L983.92 88.1' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M983.92 88.1L990.5 198.69' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M983.92 88.1L1112.47 59.52' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M983.92 88.1L1140.18 235.45' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M983.92 88.1L807.29 261.82' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M990.5 198.69L990.5 198.69' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M990.5 198.69L1140.18 235.45' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M990.5 198.69L988.2 376.68' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M990.5 198.69L1112.47 59.52' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M988.2 376.68L988.2 376.68' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M988.2 376.68L949.9 495.58' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M988.2 376.68L1140.6 380.41' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M988.2 376.68L1140.18 235.45' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M988.2 376.68L807.29 261.82' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M949.9 495.58L949.9 495.58' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M949.9 495.58L845.76 361.03' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M949.9 495.58L955.69 706.83' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M955.69 706.83L955.69 706.83' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M955.69 706.83L988.18 821.56' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M955.69 706.83L844.58 848.43' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M955.69 706.83L1141.87 684.65' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M955.69 706.83L1144.31 812.5' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M988.18 821.56L988.18 821.56' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1112.47 59.52L1112.47 59.52' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1112.47 59.52L1140.18 235.45' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1112.47 59.52L1310.1 105.41' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1140.18 235.45L1140.18 235.45' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1140.18 235.45L1140.6 380.41' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1140.18 235.45L1299.2 200.47' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1140.6 380.41L1140.6 380.41' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1141.87 684.65L1141.87 684.65' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1141.87 684.65L1244.63 666.74' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1141.87 684.65L1144.31 812.5' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1141.87 684.65L1254.9 560.29' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1144.31 812.5L1144.31 812.5' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1144.31 812.5L988.18 821.56' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1144.31 812.5L1244.63 666.74' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1281.42 -108.61L1281.42 -108.61' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1281.42 -108.61L1310.1 105.41' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1281.42 -108.61L1112.47 59.52' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1310.1 105.41L1310.1 105.41' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1310.1 105.41L1299.2 200.47' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1299.2 200.47L1299.2 200.47' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1293.53 385.11L1293.53 385.11' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1293.53 385.11L1140.6 380.41' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1293.53 385.11L1254.9 560.29' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1293.53 385.11L1299.2 200.47' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1293.53 385.11L1140.18 235.45' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1293.53 385.11L1310.1 105.41' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1293.53 385.11L1244.63 666.74' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1254.9 560.29L1254.9 560.29' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1254.9 560.29L1244.63 666.74' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1254.9 560.29L1140.6 380.41' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1244.63 666.74L1244.63 666.74' stroke='%23132e65' stroke-width='1.5'%3e%3c/path%3e%3ccircle r='5' cx='-92.23' cy='520.02' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='-73.13' cy='666.15' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='-105.93' cy='819.63' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='93.17' cy='545' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='69.83' cy='665.37' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='75.32' cy='849.92' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='251.8' cy='507.21' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='245.23' cy='698.09' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='222.95' cy='829.77' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='396.03' cy='378.31' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='359.43' cy='496.37' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='348.89' cy='670.03' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='349.29' cy='808.63' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='488.26' cy='358.14' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='546' cy='540.7' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='538.66' cy='809.41' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='699.79' cy='228.82' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='701.13' cy='399.09' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='663.94' cy='562.14' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='675' cy='834.98' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='789.25' cy='-80.27' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='833.86' cy='104.29' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='807.29' cy='261.82' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='845.76' cy='361.03' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='822.97' cy='535' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='818.12' cy='686.98' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='844.58' cy='848.43' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='967.11' cy='-110.36' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='983.92' cy='88.1' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='990.5' cy='198.69' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='988.2' cy='376.68' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='949.9' cy='495.58' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='955.69' cy='706.83' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='988.18' cy='821.56' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1112.47' cy='59.52' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1140.18' cy='235.45' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1140.6' cy='380.41' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1141.87' cy='684.65' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1144.31' cy='812.5' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1281.42' cy='-108.61' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1310.1' cy='105.41' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1299.2' cy='200.47' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1293.53' cy='385.11' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1254.9' cy='560.29' fill='%23132e65'%3e%3c/circle%3e%3ccircle r='5' cx='1244.63' cy='666.74' fill='%23132e65'%3e%3c/circle%3e%3cpath d='M-65.29 798.95L-65.29 798.95' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-65.29 798.95L-91.45 701.6' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-65.29 798.95L89.07 860.29' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-65.29 798.95L54.65 650.65' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-65.29 798.95L189 829.44' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-65.29 798.95L229.17 651.13' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-65.29 798.95L372.83 688.19' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M229.17 651.13L229.17 651.13' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M229.17 651.13L372.83 688.19' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M229.17 651.13L54.65 650.65' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M229.17 651.13L189 829.44' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M229.17 651.13L394.54 546.35' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M229.17 651.13L385.02 848.33' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M702 860.36L702 860.36' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M702 860.36L806.85 839.59' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M702 860.36L559.67 832.5' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M702 860.36L701.79 667.07' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M702 860.36L853.21 674.68' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M702 860.36L955.06 810.24' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M979.47 532.24L979.47 532.24' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M979.47 532.24L993.66 377.54' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M979.47 532.24L944.88 697.21' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M979.47 532.24L1096.69 660.73' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1143.14 818.47L1143.14 818.47' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1143.14 818.47L1238.99 792.14' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1143.14 818.47L1096.69 660.73' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1143.14 818.47L1270.85 710.75' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1143.14 818.47L955.06 810.24' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1143.14 818.47L944.88 697.21' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1284.5 -108.32L1284.5 -108.32' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1284.5 -108.32L1100.55 -98.42' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1245.66 397.02L1245.66 397.02' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1245.66 397.02L1128.63 337.75' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1245.66 397.02L1246.15 258.74' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1245.66 397.02L1291.84 550.7' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1245.66 397.02L993.66 377.54' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-91.45 701.6L-91.45 701.6' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-91.45 701.6L54.65 650.65' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-91.45 701.6L89.07 860.29' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-91.45 701.6L189 829.44' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M-91.45 701.6L229.17 651.13' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M54.65 650.65L54.65 650.65' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M54.65 650.65L89.07 860.29' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M89.07 860.29L89.07 860.29' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M89.07 860.29L189 829.44' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M189 829.44L189 829.44' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M189 829.44L385.02 848.33' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M394.54 546.35L394.54 546.35' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M394.54 546.35L526.37 561.11' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M394.54 546.35L372.83 688.19' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M394.54 546.35L511.24 665.73' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M394.54 546.35L675.48 506.71' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M372.83 688.19L372.83 688.19' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M372.83 688.19L511.24 665.73' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M372.83 688.19L385.02 848.33' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M372.83 688.19L526.37 561.11' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M385.02 848.33L385.02 848.33' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M385.02 848.33L559.67 832.5' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M526.37 561.11L526.37 561.11' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M526.37 561.11L511.24 665.73' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M511.24 665.73L511.24 665.73' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M511.24 665.73L559.67 832.5' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M511.24 665.73L701.79 667.07' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M511.24 665.73L385.02 848.33' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M559.67 832.5L559.67 832.5' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M559.67 832.5L701.79 667.07' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M559.67 832.5L372.83 688.19' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M675.48 506.71L675.48 506.71' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M675.48 506.71L802.53 514.71' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M675.48 506.71L526.37 561.11' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M675.48 506.71L701.79 667.07' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M675.48 506.71L511.24 665.73' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M701.79 667.07L701.79 667.07' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M701.79 667.07L853.21 674.68' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M802.53 514.71L802.53 514.71' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M802.53 514.71L853.21 674.68' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M802.53 514.71L979.47 532.24' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M802.53 514.71L701.79 667.07' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M802.53 514.71L944.88 697.21' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M853.21 674.68L853.21 674.68' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M853.21 674.68L944.88 697.21' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M853.21 674.68L955.06 810.24' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M806.85 839.59L806.85 839.59' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M806.85 839.59L955.06 810.24' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M806.85 839.59L853.21 674.68' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M984.38 -64.51L984.38 -64.51' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M984.38 -64.51L1100.55 -98.42' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M984.38 -64.51L1094.38 49.47' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M984.38 -64.51L965.44 108.47' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M984.38 -64.51L941.42 208.33' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M984.38 -64.51L1284.5 -108.32' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M965.44 108.47L965.44 108.47' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M965.44 108.47L941.42 208.33' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M965.44 108.47L1094.38 49.47' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M965.44 108.47L1100.55 -98.42' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M965.44 108.47L993.66 377.54' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M941.42 208.33L941.42 208.33' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M941.42 208.33L993.66 377.54' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M941.42 208.33L1094.38 49.47' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M941.42 208.33L1128.63 337.75' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M993.66 377.54L993.66 377.54' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M993.66 377.54L1128.63 337.75' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M993.66 377.54L802.53 514.71' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M944.88 697.21L944.88 697.21' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M944.88 697.21L955.06 810.24' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M944.88 697.21L1096.69 660.73' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M955.06 810.24L955.06 810.24' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1100.55 -98.42L1100.55 -98.42' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1100.55 -98.42L1094.38 49.47' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1100.55 -98.42L1256.23 95.72' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1094.38 49.47L1094.38 49.47' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1094.38 49.47L1256.23 95.72' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1094.38 49.47L1284.5 -108.32' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1128.63 337.75L1128.63 337.75' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1096.69 660.73L1096.69 660.73' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1096.69 660.73L1270.85 710.75' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1256.23 95.72L1256.23 95.72' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1256.23 95.72L1246.15 258.74' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1256.23 95.72L1284.5 -108.32' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1256.23 95.72L1128.63 337.75' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1246.15 258.74L1246.15 258.74' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1246.15 258.74L1128.63 337.75' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1246.15 258.74L1094.38 49.47' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1246.15 258.74L993.66 377.54' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1291.84 550.7L1291.84 550.7' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1291.84 550.7L1270.85 710.75' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1291.84 550.7L1096.69 660.73' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1270.85 710.75L1270.85 710.75' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1270.85 710.75L1238.99 792.14' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1270.85 710.75L1245.66 397.02' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1238.99 792.14L1238.99 792.14' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3cpath d='M1238.99 792.14L1096.69 660.73' stroke='hsl(228.5%2c 77.2%25%2c 51.5%25)' stroke-width='1.5'%3e%3c/path%3e%3ccircle r='25' cx='-65.29' cy='798.95' fill='url(%26quot%3b%23SvgjsRadialGradient1221%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='229.17' cy='651.13' fill='url(%26quot%3b%23SvgjsRadialGradient1221%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='702' cy='860.36' fill='url(%26quot%3b%23SvgjsRadialGradient1221%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='979.47' cy='532.24' fill='url(%26quot%3b%23SvgjsRadialGradient1221%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1143.14' cy='818.47' fill='url(%26quot%3b%23SvgjsRadialGradient1221%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1284.5' cy='-108.32' fill='url(%26quot%3b%23SvgjsRadialGradient1221%26quot%3b)'%3e%3c/circle%3e%3ccircle r='25' cx='1245.66' cy='397.02' fill='url(%26quot%3b%23SvgjsRadialGradient1221%26quot%3b)'%3e%3c/circle%3e%3ccircle r='5' cx='-91.45' cy='701.6' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='54.65' cy='650.65' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='89.07' cy='860.29' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='189' cy='829.44' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='394.54' cy='546.35' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='372.83' cy='688.19' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='385.02' cy='848.33' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='526.37' cy='561.11' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='511.24' cy='665.73' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='559.67' cy='832.5' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='675.48' cy='506.71' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='701.79' cy='667.07' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='802.53' cy='514.71' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='853.21' cy='674.68' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='806.85' cy='839.59' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='984.38' cy='-64.51' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='965.44' cy='108.47' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='941.42' cy='208.33' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='993.66' cy='377.54' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='944.88' cy='697.21' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='955.06' cy='810.24' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1100.55' cy='-98.42' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1094.38' cy='49.47' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1128.63' cy='337.75' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1096.69' cy='660.73' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1256.23' cy='95.72' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1246.15' cy='258.74' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1291.84' cy='550.7' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1270.85' cy='710.75' fill='%238b9ad9'%3e%3c/circle%3e%3ccircle r='5' cx='1238.99' cy='792.14' fill='%238b9ad9'%3e%3c/circle%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1220'%3e%3crect width='1200' height='695' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cradialGradient id='SvgjsRadialGradient1221'%3e%3cstop stop-color='white' offset='0.1'%3e%3c/stop%3e%3cstop stop-color='%231735b3' offset='0.2'%3e%3c/stop%3e%3cstop stop-color='rgba(23%2c 53%2c 179%2c 0)' offset='1'%3e%3c/stop%3e%3c/radialGradient%3e%3c/defs%3e%3c/svg%3e");background-size:cover;background-position:center;background-repeat:no-repeat}.cw-header-content{pasdding:60px 20px;color:#fff;width:100%;box-sizing:border-box;max-width:1200px;margin:0 auto;min-height:auto}.cw-header-content.cw-text-center{text-align:center;display:flex;flex-direction:column;align-items:center}.cw-header-content.cw-text-left{text-align:left;display:flex;flex-direction:column;align-items:flex-start}.cw-header-content.cw-text-right{text-align:right;display:flex;flex-direction:column;align-items:flex-end}.cw-header-content h1{margin-bottom:1rem;font-weight:700;text-shadow:2px 2px 4px rgb(0 0 0 / .5);max-width:900px}.cw-header-content p{margin-bottom:2rem;text-shadow:1px 1px 2px rgb(0 0 0 / .5);max-width:900px}.cw-header-cta-btn{background-color:var(--cw-primary);color:var(--cw-black);text-decoration:none;border:none;padding:15px 40px;font-size:1.1rem;font-weight:900;border-radius:25px;cursor:pointer;transition:all 0.3s;display:inline-block;width:auto}.cw-header-cta-btn:hover{background:rgb(255 255 255 / .1);color:var(--cw-white);transform:translateY(-2px);box-shadow:0 5px 15px rgb(6 80 156 / .4)}@media (min-width:769px){.cw-header-content{padding:80px 40px}}@media (max-width:768px){.cw-header-content{padding:40px 20px;flex:1;display:flex;flex-direction:column;justify-content:center}}.floating-nav{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);z-index:999;width:auto;max-width:90%;pointer-events:none}.floating-nav-container{display:flex;align-items:center;gap:5px;background:rgb(255 255 255 / .95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:50px;padding:8px;box-shadow:0 4px 20px rgb(0 0 0 / .15);pointer-events:auto;border:1px solid rgb(255 255 255 / .2)}.floating-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:8px 15px;color:#333;text-decoration:none;border-radius:25px;transition:all 0.3s ease;cursor:pointer;position:relative;min-width:50px;background:none;border:none}.floating-nav-item:hover{background:rgb(6 80 156 / .1);color:#999;transform:translateY(-2px)}.floating-nav-item svg{transition:all 0.3s ease}.floating-nav-item:hover svg{transform:scale(1.1)}.floating-nav-label{font-size:.7rem;font-weight:500;white-space:nowrap}.floating-nav-badge{position:absolute;top:2px;right:8px;background:red;color:#fff;font-size:.72rem;font-weight:700;min-width:16px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0 3px}.floating-nav-dropup{position:relative}.floating-dropup-checkbox{display:none}.floating-dropup-menu{display:none;position:absolute;bottom:100%;left:50%;transform:translateX(-50%);margin-bottom:10px;background:#fff;border-radius:15px;box-shadow:0 -4px 20px rgb(0 0 0 / .15);min-width:300px;padding:8px;animation:slideUp 0.3s ease}.floating-dropup-checkbox:checked~.floating-dropup-menu{display:block}.floating-dropup-item{display:flex;align-items:center;gap:10px;padding:10px 15px;color:#333;text-decoration:none;border-radius:10px;transition:background-color 0.3s}.floating-dropup-item:hover{background:rgb(6 80 156 / .1);color:#06509c}@keyframes slideUp{from{opacity:0;transform:translateX(-50%) translateY(10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.floating-modal-checkbox{display:none}.floating-modal-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / .72);z-index:1001;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.floating-modal-content{display:none;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff0;z-index:1001;width:90%;max-width:600px;max-height:80vh;overflow-y:auto;animation:modalIn 0.3s ease}.floating-modal-checkbox:checked~.floating-modal-overlay{display:block}.floating-modal-checkbox:checked~.floating-modal-content{display:block}.floating-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px}.floating-modal-header h3{margin:0;color:#fff}.floating-modal-close{background:rgb(0 0 0 / .3);border:none;cursor:pointer;padding:8px;display:flex;align-items:center;color:#fff;border-radius:50%;transition:all 0.3s ease}.floating-modal-close:hover{background:rgb(0 0 0 / .5);transform:scale(1.1)}.floating-modal-body{padding:20px}.floating-support-grid{display:flex;flex-direction:row;justify-content:center;align-items:stretch;gap:18px;flex-wrap:wrap}.floating-support-link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:25px 20px;color:#fff;text-decoration:none;border-radius:15px;background:rgb(0 0 0 / .3);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all 0.3s ease;font-size:.9rem;font-weight:500;min-width:100px;flex:1;max-width:150px}.floating-support-link:hover{transform:scale(1.1);background:rgb(6 80 156 / .1)!important;color:#fcb814;z-index:2}.floating-support-link svg{flex-shrink:0;transition:all 0.3s ease}.floating-support-link:hover svg{transform:scale(1.2)}.floating-support-link span{white-space:nowrap}@keyframes modalIn{from{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media (max-width:768px){.floating-nav{bottom:15px;max-width:100%}.floating-nav-container{gap:2px;padding:6px;border-radius:40px}.floating-nav-item{padding:6px 10px;min-width:45px}.floating-nav-label{font-size:.65rem}.floating-nav-item svg{width:22px;height:22px}.floating-dropup-menu{min-width:270px}.floating-support-grid{gap:15px}.floating-support-link{min-width:80px;padding:20px 15px}}@media (max-width:480px){.floating-nav{bottom:10px;max-width:100%}.floating-nav-container{gap:0;padding:5px;border-radius:35px}.floating-nav-item{padding:5px 8px;min-width:40px}.floating-nav-label{font-size:.6rem}.floating-nav-item svg{width:20px;height:20px}.floating-nav-badge{top:0;right:5px;min-width:14px;height:14px;font-size:.6rem}.floating-dropup-menu{min-width:180px}.floating-support-grid{gap:10px}.floating-support-link{min-width:65px;padding:15px 10px;gap:8px}.floating-support-link svg{width:24px;height:24px}.floating-support-link span{font-size:.7rem}.floating-modal-content{width:95%}}@media (prefers-color-scheme:dark){.floating-nav-container{background:rgb(30 30 30 / .95);border-color:rgb(255 255 255 / .1)}.floating-nav-item{color:#fff}.floating-dropup-menu{background:#1e1e1e}.floating-dropup-item{color:#fff}.floating-support-link{background:rgb(255 255 255 / .1)}.floating-support-link:hover{background:rgb(6 80 156 / .5)}}.wholesale-footer{background:#010e1f;color:#fff;padding:45px 0 0;border-top:4px solid var(--cw-primary)}.cw-footer-title{font-weight:600;margin-bottom:15px;color:var(--cw-primary);text-transform:uppercase;letter-spacing:1px}.cw-footer-text{color:rgb(255 255 255 / .7);margin-bottom:20px}.cw-footer-main{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:40px;padding-bottom:50px}.cw-cert-badge{background:rgb(252 184 20 / .2);color:var(--cw-primary);padding:5px 12px;border-radius:20px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:5px}.cw-footer-links{list-style:none;padding:0;margin:0}.cw-footer-links li{margin-bottom:12px}.cw-footer-links a{color:rgb(255 255 255 / .7);text-decoration:none;transition:all 0.2s;display:flex;align-items:center;gap:8px;font-size:14px}.cw-footer-links a i{font-size:12px;color:var(--cw-primary)}.cw-footer-links a:hover{color:var(--cw-primary);transform:translateX(5px)}.cw-footer-contact{list-style:none;padding:0;margin:0}.cw-footer-contact li{display:flex;gap:15px;margin-bottom:20px;color:rgb(255 255 255 / .7);font-size:14px}.cw-footer-contact i{color:var(--cw-primary);font-size:18px;margin-top:3px}.cw-contact-label{display:block;color:rgb(255 255 255 / .6);margin-bottom:2px}.cw-footer-contact a{color:rgb(255 255 255 / .7);text-decoration:none;font-weight:500}.cw-footer-contact a:hover{color:var(--cw-primary)}.cw-footer-contact address{font-style:normal;line-height:1.5}.cw-footer-bottom{padding:30px 0 90px 0;border-top:1px solid rgb(255 255 255 / .1);display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px}.cw-footer-legal a{color:rgb(255 255 255 / .6);text-decoration:none;font-size:12px;transition:color 0.2s}.cw-footer-legal a:hover{color:var(--cw-primary)}.separator{color:rgb(255 255 255 / .2)}.cw-footer-copyright p{color:rgb(255 255 255 / .5);font-size:13px;margin:0}.cw-footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 2fr;gap:40px;padding-bottom:50px}@media (max-width:992px){.cw-footer-main{grid-template-columns:repeat(2,1fr)}.footer-social{text-align:left}.social-links{justify-content:flex-start}}@media (max-width:768px){.cw-footer-main{grid-template-columns:1fr}.separator{display:none}}.cw-accordion-list{display:flex;flex-direction:column;gap:.5rem}.cw-accordion-item{border:1px solid #e2e8f0;border-radius:8px;background:#fff;overflow:hidden}.cw-accordion-toggle{display:none}.cw-accordion-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;cursor:pointer;font-weight:600;color:#0f172a;font-size:.95rem;user-select:none;transition:background 0.2s}.cw-accordion-header:hover{background:#f8fafc}.cw-accordion-icon{flex-shrink:0;margin-left:1rem;width:20px;height:20px;position:relative;transition:transform 0.3s ease}.cw-accordion-icon::before,.cw-accordion-icon::after{content:'';position:absolute;background:#64748b;border-radius:2px;transition:transform 0.3s ease}.cw-accordion-icon::before{width:100%;height:2px;top:50%;left:0;transform:translateY(-50%)}.cw-accordion-icon::after{width:2px;height:100%;left:50%;top:0;transform:translateX(-50%)}.cw-accordion-content{max-height:0;overflow:hidden;transition:max-height 0.3s ease,padding 0.3s ease;padding:0 1.25rem}.cw-accordion-content p{margin:0;padding-bottom:1rem;color:#475569;font-size:.9rem;line-height:1.6}.cw-accordion-toggle:checked+.cw-accordion-header+.cw-accordion-content{max-height:300px;padding-top:.5rem}.cw-accordion-toggle:checked+.cw-accordion-header .cw-accordion-icon::after{transform:translateX(-50%) rotate(90deg)}.cw-accordion-toggle:focus+.cw-accordion-header{outline:2px solid #3b82f6;outline-offset:2px}