/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/#root,body,html{height:100%;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}#root,body{display:flex}#root{flex:1 1;flex-direction:column}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@keyframes gradientAnimation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.animate-gradient{animation:gradientAnimation 15s ease infinite;background-size:200% 200%}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}50%{opacity:0;transform:translateY(-10px)}to{opacity:0;transform:translateY(-20px)}}.fade-out-up{animation:fadeOutUp 1.5s forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}50%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in-up{animation:fadeInUp 1.5s forwards}@property --a{syntax:"<angle>";inherits:true;initial-value:0deg}@property --p{syntax:"<percentage>";inherits:true;initial-value:0}@property --c1{syntax:"<color>";inherits:true;initial-value:#000}@property --c2{syntax:"<color>";inherits:true;initial-value:#000}.hero-bg{--s:80px;--_g:#0000,var(--c1) 2deg calc(var(--a) - 2deg),#0000 var(--a);animation:m 2s linear infinite alternate;background:conic-gradient(from calc(-45deg - var(--a)/2) at top var(--p) left var(--p),var(--_g)),conic-gradient(from calc(-45deg - var(--a)/2) at top var(--p) left var(--p),var(--_g)),conic-gradient(from calc(45deg - var(--a)/2) at top var(--p) right var(--p),var(--_g)),conic-gradient(from calc(45deg - var(--a)/2) at top var(--p) right var(--p),var(--_g)),conic-gradient(from calc(-135deg - var(--a)/2) at bottom var(--p) left var(--p),var(--_g)),conic-gradient(from calc(-135deg - var(--a)/2) at bottom var(--p) left var(--p),var(--_g)),conic-gradient(from calc(135deg - var(--a)/2) at bottom var(--p) right var(--p),var(--_g)),conic-gradient(from calc(135deg - var(--a)/2) at bottom var(--p) right var(--p),var(--_g)) var(--c2);background-size:calc(var(--s)*2) calc(var(--s)*2);position:relative}.hero-bg:before{background:#0000;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.hero-bg>*{position:relative;z-index:2}@keyframes m{0%,15%{--a:135deg;--p:20%;--c1:#3275a6;--c2:#89c0fa;background-position:0 0,var(--s) var(--s)}45%,50%{--a:90deg;--p:25%;--c1:#3275a6;--c2:#89c0fa;background-position:0 0,var(--s) var(--s)}50.01%,55%{--a:90deg;--p:25%;--c2:#3275a6;--c1:#89c0fa;background-position:var(--s) 0,0 var(--s)}85%,to{--a:135deg;--p:20%;--c2:#3275a6;--c1:#7ebcff;background-position:var(--s) 0,0 var(--s)}}.transition-all{transition-property:all}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.arrow{cursor:pointer;height:30px;position:absolute;top:50%;transition:transform .1s;width:25px}.arrow.left{left:5px;transform:translateY(-50%) scaleX(-1)}.arrow.right{right:5px;transform:translateY(-50%)}.arrow-bottom,.arrow-top{background-color:#d5d5d5;height:4px;left:-5px;position:absolute;top:50%;width:100%}.arrow-bottom:after,.arrow-top:after{background-color:#fff;content:"";height:100%;position:absolute;top:0;transition:all .15s}.arrow-top{transform:rotate(45deg);transform-origin:bottom right}.arrow-top:after{left:100%;right:0;transition-delay:0s}.arrow-bottom{transform:rotate(-45deg);transform-origin:top right}.arrow-bottom:after{right:100%}.arrow-bottom:after,.arrow:hover .arrow-top:after{left:0;transition-delay:.15s}.arrow:hover .arrow-bottom:after{right:0;transition-delay:0s}:root{--color-1:grey;--color-2:#f1f1f1;--color-3:#e5e5f7;--color-4:#ababab}.pigments{background:radial-gradient(circle,grey 20%,#0000 0) 0 0 /20px 20px,repeating-radial-gradient(circle at center,grey 20%,#f1f1f1 0,#f1f1f1 40px);background:radial-gradient(circle,var(--color-1) 20%,#0000 20%) 0 0 /20px 20px,repeating-radial-gradient(circle at center,var(--color-1) 20%,var(--color-2) 20%,var(--color-2) 40px);opacity:.8}.zigzag{background:linear-gradient(135deg,grey 25%,#0000 0) -20px 0,linear-gradient(225deg,#f1f1f1 25%,#0000 0) -20px 0,linear-gradient(315deg,grey 25%,#0000 0),linear-gradient(45deg,#f1f1f1 25%,#0000 0),linear-gradient(135deg,#e5e5f7 100%);background:linear-gradient(135deg,var(--color-1) 25%,#0000 25%) -20px 0,linear-gradient(225deg,var(--color-2) 25%,#0000 25%) -20px 0,linear-gradient(315deg,var(--color-1) 25%,#0000 25%),linear-gradient(45deg,var(--color-2) 25%,#0000 25%),linear-gradient(135deg,var(--color-3) 100%);background-repeat:repeat;background-size:40px 40px;opacity:.8}.diagonals{background:repeating-linear-gradient(45deg,grey,grey 5px,#f1f1f1 0,#f1f1f1 25px);background:repeating-linear-gradient(45deg,var(--color-1),var(--color-1) 5px,var(--color-2) 5px,var(--color-2) 25px);opacity:.8}.wavy{background-image:repeating-radial-gradient(circle at 0 0,#0000 0,#f1f1f1 10px),repeating-linear-gradient(grey,grey);background-image:repeating-radial-gradient(circle at 0 0,#0000 0,var(--color-2) 10px),repeating-linear-gradient(var(--color-1),var(--color-1));opacity:.8}.isometric{background-image:linear-gradient(30deg,grey 12%,#0000 12.5%,#0000 87%,grey 87.5%),linear-gradient(150deg,#f1f1f1 12%,#0000 12.5%,#0000 87%,#f1f1f1 87.5%),linear-gradient(60deg,#e5e5f7 25%,#0000 25.5%,#0000 75%,#e5e5f7 0);background-image:linear-gradient(30deg,var(--color-1) 12%,#0000 12.5%,#0000 87%,var(--color-1) 87.5%),linear-gradient(150deg,var(--color-2) 12%,#0000 12.5%,#0000 87%,var(--color-2) 87.5%),linear-gradient(60deg,var(--color-3) 25%,#0000 25.5%,#0000 75%,var(--color-3) 75%);background-position:0 0,0 0,21px 37px;background-size:42px 74px;opacity:.8}.circles{background-blend-mode:multiply;background-color:#f1f1f1;background-color:var(--color-2);background-image:radial-gradient(circle at center,grey 0,#e5e5f7 100%),repeating-radial-gradient(circle at center,#ababab 21px,#0000 42px);background-image:radial-gradient(circle at center,var(--color-1) 0,var(--color-3) 100%),repeating-radial-gradient(circle at center,var(--color-4) 21px,#0000 42px);opacity:.8}.radial-shade{background:radial-gradient(circle at center,grey 0,#f1f1f1 100%);background:radial-gradient(circle at center,var(--color-1) 0,var(--color-2) 100%)}.horizontal-shade,.radial-shade{height:100%;opacity:.8;width:100%}.horizontal-shade{background:linear-gradient(90deg,grey 0,#f1f1f1);background:linear-gradient(to right,var(--color-1) 0,var(--color-2) 100%)}.solid-primary{background-color:grey;background-color:var(--color-1);height:100%;opacity:.8;width:100%}.dynamic-square-circle{--s:80px;--_g:#0000,var(--c1) 2deg calc(var(--a) - 2deg),#0000 var(--a);animation:dynamic-square-circle-animation 4s linear infinite alternate;background:conic-gradient(from calc(-45deg - var(--a)/2) at top var(--p) left var(--p),var(--_g)),conic-gradient(from calc(-45deg - var(--a)/2) at top var(--p) left var(--p),var(--_g)),conic-gradient(from calc(45deg - var(--a)/2) at top var(--p) right var(--p),var(--_g)),conic-gradient(from calc(45deg - var(--a)/2) at top var(--p) right var(--p),var(--_g)),conic-gradient(from calc(-135deg - var(--a)/2) at bottom var(--p) left var(--p),var(--_g)),conic-gradient(from calc(-135deg - var(--a)/2) at bottom var(--p) left var(--p),var(--_g)),conic-gradient(from calc(135deg - var(--a)/2) at bottom var(--p) right var(--p),var(--_g)),conic-gradient(from calc(135deg - var(--a)/2) at bottom var(--p) right var(--p),var(--_g)) var(--c2);background-size:calc(var(--s)*2) calc(var(--s)*2);position:relative}.dynamic-square-circle:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.dynamic-square-circle>*{position:relative;z-index:2}@keyframes dynamic-square-circle-animation{0%,15%{--a:135deg;--p:20%;--c1:var(--color-1);--c2:var(--color-2);background-position:0 0,var(--s) var(--s)}45%,50%{--a:90deg;--p:25%;--c1:var(--color-1);--c2:var(--color-2);background-position:0 0,var(--s) var(--s)}50.01%,55%{--a:90deg;--p:25%;--c2:var(--color-1);--c1:var(--color-2);background-position:var(--s) 0,0 var(--s)}85%,to{--a:135deg;--p:20%;--c2:var(--color-1);--c1:var(--color-2);background-position:var(--s) 0,0 var(--s)}}.dynamic-gradient-shift{animation:dynamic-gradient-shift-animation 15s ease infinite;background:linear-gradient(-45deg,grey,#f1f1f1,#e5e5f7,#ababab);background:linear-gradient(-45deg,var(--color-1),var(--color-2),var(--color-3),var(--color-4));background-size:400% 400%;position:relative}@keyframes dynamic-gradient-shift-animation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.dynamic-gradient-shift:before{content:"";inset:0;pointer-events:none;position:absolute;z-index:1}.dynamic-gradient-shift>*{position:relative;z-index:2}.dynamic-moving-squares{--s:100px;--_s:calc(var(--s)*2) calc(var(--s)*2);--_g:var(--_s) conic-gradient(at 40% 40%,#0000 75%,var(--color-1) 0);--_p:var(--_s) conic-gradient(at 20% 20%,#0000 75%,var(--color-2) 0);animation:dynamic-moving-squares-animation 3s linear infinite alternate;background:calc(var(--s)*.9) calc(var(--s)*.9) /var(--_p),calc(var(--s)*-.1) calc(var(--s)*-.1) /var(--_p),calc(var(--s)*.7) calc(var(--s)*.7) /var(--_g),calc(var(--s)*-.3) calc(var(--s)*-.3) /var(--_g),conic-gradient(from 90deg at 20% 20%,#f1f1f1 25%,grey 0) 0 0 /var(--s) var(--s);background:calc(var(--s)*.9) calc(var(--s)*.9) /var(--_p),calc(var(--s)*-.1) calc(var(--s)*-.1) /var(--_p),calc(var(--s)*.7) calc(var(--s)*.7) /var(--_g),calc(var(--s)*-.3) calc(var(--s)*-.3) /var(--_g),conic-gradient(from 90deg at 20% 20%,var(--color-2) 25%,var(--color-1) 0) 0 0 /var(--s) var(--s)}@keyframes dynamic-moving-squares-animation{0%{background-position:calc(var(--s)*.9) calc(var(--s)*.9),calc(var(--s)*-.1) calc(var(--s)*-.1),calc(var(--s)*.7) calc(var(--s)*.7),calc(var(--s)*-.3) calc(var(--s)*-.3),0 0}25%{background-position:calc(var(--s)*1.9) calc(var(--s)*.9),calc(var(--s)*-1.1) calc(var(--s)*-.1),calc(var(--s)*1.7) calc(var(--s)*.7),calc(var(--s)*-1.3) calc(var(--s)*-.3),0 0}50%{background-position:calc(var(--s)*1.9) calc(var(--s)*-.1),calc(var(--s)*-1.1) calc(var(--s)*.9),calc(var(--s)*1.7) calc(var(--s)*-.3),calc(var(--s)*-1.3) calc(var(--s)*.7),0 0}75%{background-position:calc(var(--s)*2.9) calc(var(--s)*-.1),calc(var(--s)*-2.1) calc(var(--s)*.9),calc(var(--s)*2.7) calc(var(--s)*-.3),calc(var(--s)*-2.3) calc(var(--s)*.7),0 0}to{background-position:calc(var(--s)*2.9) calc(var(--s)*-1.1),calc(var(--s)*-2.1) calc(var(--s)*1.9),calc(var(--s)*2.7) calc(var(--s)*-1.3),calc(var(--s)*-2.3) calc(var(--s)*1.7),0 0}}.dynamic-gradient-wave{--small:300px;--med:600px;--large:900px;--xlarge:1200px;--xxlarge:1500px;animation:dynamic-gradient-wave-animation 3s ease-in-out infinite alternate;background-image:radial-gradient(circle,#fff6 0,#fff6 50%,#0000 0),radial-gradient(circle,#ffffff4d 0,#ffffff4d 50%,#0000 0),radial-gradient(circle,#fff3 0,#fff3 50%,#0000 0),radial-gradient(circle,#ffffff1a 0,#ffffff1a 50%,#0000 0),radial-gradient(circle,#ffffff0d 0,#ffffff0d 50%,#0000 0),linear-gradient(135deg,grey,#f1f1f1);background-image:radial-gradient(circle,#fff6 0,#fff6 50%,#0000 50%),radial-gradient(circle,#ffffff4d 0,#ffffff4d 50%,#0000 50%),radial-gradient(circle,#fff3 0,#fff3 50%,#0000 50%),radial-gradient(circle,#ffffff1a 0,#ffffff1a 50%,#0000 50%),radial-gradient(circle,#ffffff0d 0,#ffffff0d 50%,#0000 50%),linear-gradient(135deg,var(--color-1) 0,var(--color-2) 100%);background-position:-150px 200px,-300px 50px,-450px -100px,-600px -250px,-750px -400px,0 0;background-repeat:no-repeat;background-size:var(--small) var(--small),var(--med) var(--med),var(--large) var(--large),var(--xlarge) var(--xlarge),var(--xxlarge) var(--xxlarge),100% 100%;height:700px;position:relative;width:100%}@keyframes dynamic-gradient-wave-animation{0%{background-size:var(--small) var(--small),var(--med) var(--med),var(--large) var(--large),var(--xlarge) var(--xlarge),var(--xxlarge) var(--xxlarge),100% 100%}to{background-size:calc(var(--small)*1.1) calc(var(--small)*1.1),calc(var(--med)*1.1) calc(var(--med)*1.1),calc(var(--large)*1.1) calc(var(--large)*1.1),calc(var(--xlarge)*1.1) calc(var(--xlarge)*1.1),calc(var(--xxlarge)*1.1) calc(var(--xxlarge)*1.1),100% 100%}}.split-squares{background-color:grey;background-color:var(--color-1);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='100' y1='33' x2='100' y2='-3'%3E%3Cstop offset='0' stop-opacity='0'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='100' y1='135' x2='100' y2='97'%3E%3Cstop offset='0' stop-opacity='0'/%3E%3Cstop offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%23c6c6c6' fill-opacity='.6'%3E%3Cpath d='M100 0h100v100H100zM0 100h100v100H0z'/%3E%3C/g%3E%3Cg fill-opacity='.5'%3E%3Cpath fill='url(%23a)' d='M100 30 0 0h200z'/%3E%3Cpath fill='url(%23b)' d='M100 100 0 130v-30h200v30z'/%3E%3C/g%3E%3C/svg%3E");height:100%;opacity:.8;width:100%}.concentric-dashed-translucent{background-image:url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 2000 1500%27%3E%3Cdefs%3E%3Ccircle stroke=%27%23000000%27 vector-effect=%27non-scaling-stroke%27 id=%27a%27 fill=%27none%27 stroke-width=%2715.6%27 r=%27315%27/%3E%3Cuse id=%27f%27 href=%27%23a%27 stroke-dasharray=%27100 100 100 9999%27/%3E%3Cuse id=%27b%27 href=%27%23a%27 stroke-dasharray=%27250 250 250 250 250 9999%27/%3E%3Cuse id=%27e%27 href=%27%23a%27 stroke-dasharray=%271000 500 1000 500 9999%27/%3E%3Cuse id=%27g%27 href=%27%23a%27 stroke-dasharray=%271500 9999%27/%3E%3Cuse id=%27h%27 href=%27%23a%27 stroke-dasharray=%272000 500 500 9999%27/%3E%3Cuse id=%27j%27 href=%27%23a%27 stroke-dasharray=%27800 800 800 800 800 9999%27/%3E%3Cuse id=%27k%27 href=%27%23a%27 stroke-dasharray=%271200 1200 1200 1200 1200 9999%27/%3E%3Cuse id=%27l%27 href=%27%23a%27 stroke-dasharray=%271600 1600 1600 1600 1600 9999%27/%3E%3C/defs%3E%3Cg transform=%27translate%281000 750%29%27 stroke-opacity=%270.31%27%3E%3Cg transform=%27rotate%280 0 0%29%27 %3E%3Ccircle fill=%27%23000000%27 fill-opacity=%270.31%27 r=%2710%27/%3E%3Cg transform=%27rotate%280 0 0%29%27%3E%3Cuse href=%27%23f%27 transform=%27scale%28.1%29 rotate%2850 0 0%29%27 /%3E%3Cuse href=%27%23f%27 transform=%27scale%28.2%29 rotate%28100 0 0%29%27 /%3E%3Cuse href=%27%23f%27 transform=%27scale%28.3%29 rotate%28150 0 0%29%27 /%3C/g%3E%3Cg transform=%27rotate%280 0 0%29%27%3E%3Cuse href=%27%23b%27 transform=%27scale%28.4%29 rotate%28200 0 0%29%27 /%3E%3Cuse href=%27%23z%27 transform=%27scale%28.5%29 rotate%28250 0 0%29%27 /%3E%3C/g%3E%3Cg id=%27z%27 transform=%27rotate%280 0 0%29%27%3E%3Cg transform=%27rotate%280 0 0%29%27%3E%3Cuse href=%27%23b%27/%3E%3Cuse href=%27%23b%27 transform=%27scale%281.2%29 rotate%2890 0 0%29%27 /%3E%3Cuse href=%27%23b%27 transform=%27scale%281.4%29 rotate%2860 0 0%29%27 /%3E%3Cuse href=%27%23e%27 transform=%27scale%281.6%29 rotate%28120 0 0%29%27 /%3E%3Cuse href=%27%23e%27 transform=%27scale%281.8%29 rotate%2830 0 0%29%27 /%3E%3C/g%3E%3C/g%3E%3Cg id=%27y%27 transform=%27rotate%280 0 0%29%27%3E%3Cg transform=%27rotate%280 0 0%29%27%3E%3Cuse href=%27%23e%27 transform=%27scale%281.1%29 rotate%2820 0 0%29%27 /%3E%3Cuse href=%27%23g%27 transform=%27scale%281.3%29 rotate%28-40 0 0%29%27 /%3E%3Cuse href=%27%23g%27 transform=%27scale%281.5%29 rotate%2860 0 0%29%27 /%3E%3Cuse href=%27%23h%27 transform=%27scale%281.7%29 rotate%28-80 0 0%29%27 /%3E%3Cuse href=%27%23j%27 transform=%27scale%281.9%29 rotate%28100 0 0%29%27 /%3E%3C/g%3E%3C/g%3E%3Cg transform=%27rotate%280 0 0%29%27%3E%3Cg transform=%27rotate%280 0 0%29%27%3E%3Cg transform=%27rotate%280 0 0%29%27%3E%3Cuse href=%27%23h%27 transform=%27scale%282%29 rotate%2860 0 0%29%27/%3E%3Cuse href=%27%23j%27 transform=%27scale%282.1%29 rotate%28120 0 0%29%27/%3E%3Cuse href=%27%23j%27 transform=%27scale%282.3%29 rotate%28180 0 0%29%27/%3E%3Cuse href=%27%23h%27 transform=%27scale%282.4%29 rotate%28240 0 0%29%27/%3E%3Cuse href=%27%23j%27 transform=%27scale%282.5%29 rotate%28300 0 0%29%27/%3E%3C/g%3E%3Cuse href=%27%23y%27 transform=%27scale%282%29 rotate%28180 0 0%29%27 /%3E%3Cuse href=%27%23j%27 transform=%27scale%282.7%29%27/%3E%3Cuse href=%27%23j%27 transform=%27scale%282.8%29 rotate%2845 0 0%29%27/%3E%3Cuse href=%27%23j%27 transform=%27scale%282.9%29 rotate%2890 0 0%29%27/%3E%3Cuse href=%27%23k%27 transform=%27scale%283.1%29 rotate%28135 0 0%29%27/%3E%3Cuse href=%27%23k%27 transform=%27scale%283.2%29 rotate%28180 0 0%29%27/%3E%3C/g%3E%3Cuse href=%27%23k%27 transform=%27scale%283.3%29 rotate%28225 0 0%29%27/%3E%3Cuse href=%27%23k%27 transform=%27scale%283.5%29 rotate%28270 0 0%29%27/%3E%3Cuse href=%27%23k%27 transform=%27scale%283.6%29 rotate%28315 0 0%29%27/%3E%3Cuse href=%27%23k%27 transform=%27scale%283.7%29%27/%3E%3Cuse href=%27%23k%27 transform=%27scale%283.9%29 rotate%2875 0 0%29%27/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat}.concentric-dashed,.concentric-dashed-translucent{background-attachment:fixed;background-color:grey;background-color:var(--color-1);background-size:cover;height:100%;width:100%}.concentric-dashed{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3Cuse id='b' href='%23a' stroke-dasharray='100 100 100 9999'/%3E%3Cuse id='c' href='%23a' stroke-dasharray='250 250 250 250 250 9999'/%3E%3Cuse id='e' href='%23a' stroke-dasharray='1000 500 1000 500 9999'/%3E%3Cuse id='f' href='%23a' stroke-dasharray='1500 9999'/%3E%3Cuse id='g' href='%23a' stroke-dasharray='2000 500 500 9999'/%3E%3Cuse id='h' href='%23a' stroke-dasharray='800 800 800 800 800 9999'/%3E%3Cuse id='j' href='%23a' stroke-dasharray='1200 1200 1200 1200 1200 9999'/%3E%3Ccircle stroke='%23000' vector-effect='non-scaling-stroke' id='a' fill='none' stroke-width='3.1' r='315'/%3E%3C/defs%3E%3Cg transform='translate(1000 750)'%3E%3Ccircle r='10'/%3E%3Cg%3E%3Cuse href='%23b' transform='rotate(50) scale(.1)'/%3E%3Cuse href='%23b' transform='rotate(100) scale(.2)'/%3E%3Cuse href='%23b' transform='rotate(150) scale(.3)'/%3E%3C/g%3E%3Cg%3E%3Cuse href='%23c' transform='rotate(-160) scale(.4)'/%3E%3Cuse href='%23d' transform='rotate(-110) scale(.5)'/%3E%3C/g%3E%3Cg id='d'%3E%3Cuse href='%23c'/%3E%3Cuse href='%23c' transform='rotate(90) scale(1.2)'/%3E%3Cuse href='%23c' transform='rotate(60) scale(1.4)'/%3E%3Cuse href='%23e' transform='rotate(120) scale(1.6)'/%3E%3Cuse href='%23e' transform='rotate(30) scale(1.8)'/%3E%3C/g%3E%3Cg id='i'%3E%3Cuse href='%23e' transform='rotate(20) scale(1.1)'/%3E%3Cuse href='%23f' transform='rotate(-40) scale(1.3)'/%3E%3Cuse href='%23f' transform='rotate(60) scale(1.5)'/%3E%3Cuse href='%23g' transform='rotate(-80) scale(1.7)'/%3E%3Cuse href='%23h' transform='rotate(100) scale(1.9)'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cuse href='%23g' transform='rotate(60) scale(2)'/%3E%3Cuse href='%23h' transform='rotate(120) scale(2.1)'/%3E%3Cuse href='%23h' transform='rotate(180) scale(2.3)'/%3E%3Cuse href='%23g' transform='rotate(-120) scale(2.4)'/%3E%3Cuse href='%23h' transform='rotate(-60) scale(2.5)'/%3E%3C/g%3E%3Cuse href='%23i' transform='rotate(180) scale(2)'/%3E%3Cuse href='%23h' transform='scale(2.7)'/%3E%3Cuse href='%23h' transform='rotate(45) scale(2.8)'/%3E%3Cuse href='%23h' transform='rotate(90) scale(2.9)'/%3E%3Cuse href='%23j' transform='rotate(135) scale(3.1)'/%3E%3Cuse href='%23j' transform='rotate(180) scale(3.2)'/%3E%3C/g%3E%3Cuse href='%23j' transform='rotate(-135) scale(3.3)'/%3E%3Cuse href='%23j' transform='rotate(-90) scale(3.5)'/%3E%3Cuse href='%23j' transform='rotate(-45) scale(3.6)'/%3E%3Cuse href='%23j' transform='scale(3.7)'/%3E%3Cuse href='%23j' transform='rotate(75) scale(3.9)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");background-size:100% 120%}.spiral-rainy-drops{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3CradialGradient id='c' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23FFF'/%3E%3Cstop offset='1' stop-color='%234D30FC'/%3E%3C/radialGradient%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' y1='750' x2='1550' y2='750'%3E%3Cstop offset='0' stop-color='%23ba98ff'/%3E%3Cstop offset='1' stop-color='%234D30FC'/%3E%3C/linearGradient%3E%3Cpath id='b' fill='url(%23a)' d='M1549.2 51.6c-5.4 99.1-20.2 197.6-44.2 293.6-24.1 96-57.4 189.4-99.3 278.6-41.9 89.2-92.4 174.1-150.3 253.3-58 79.2-123.4 152.6-195.1 219-71.7 66.4-149.6 125.8-232.2 177.2-82.7 51.4-170.1 94.7-260.7 129.1-90.6 34.4-184.4 60-279.5 76.3C192.6 1495 96.1 1502 0 1500c96.1-2.1 191.8-13.3 285.4-33.6 93.6-20.2 185-49.5 272.5-87.2 87.6-37.7 171.3-83.8 249.6-137.3 78.4-53.5 151.5-114.5 217.9-181.7 66.5-67.2 126.4-140.7 178.6-218.9 52.3-78.3 96.9-161.4 133-247.9 36.1-86.5 63.8-176.2 82.6-267.6 18.8-91.4 28.6-184.4 29.6-277.4.3-27.6 23.2-48.7 50.8-48.4s49.5 21.8 49.2 49.5c0 .7 0 1.3-.1 2l.1.1z'/%3E%3Cg id='d'%3E%3Cuse href='%23b' transform='rotate(60) scale(.12)'/%3E%3Cuse href='%23b' transform='rotate(10) scale(.2)'/%3E%3Cuse href='%23b' transform='rotate(40) scale(.25)'/%3E%3Cuse href='%23b' transform='rotate(-20) scale(.3)'/%3E%3Cuse href='%23b' transform='rotate(-30) scale(.4)'/%3E%3Cuse href='%23b' transform='rotate(20) scale(.5)'/%3E%3Cuse href='%23b' transform='rotate(60) scale(.6)'/%3E%3Cuse href='%23b' transform='rotate(10) scale(.7)'/%3E%3Cuse href='%23b' transform='rotate(-40) scale(.835)'/%3E%3Cuse href='%23b' transform='rotate(40) scale(.9)'/%3E%3Cuse href='%23b' transform='rotate(25) scale(1.05)'/%3E%3Cuse href='%23b' transform='rotate(8) scale(1.2)'/%3E%3Cuse href='%23b' transform='rotate(-60) scale(1.333)'/%3E%3Cuse href='%23b' transform='rotate(-30) scale(1.45)'/%3E%3Cuse href='%23b' transform='rotate(10) scale(1.6)'/%3E%3C/g%3E%3C/defs%3E%3Cg transform='translate(1000 750)'%3E%3Ccircle fill='url(%23c)' r='3000'/%3E%3Cg opacity='.5' fill='url(%23c)'%3E%3Ccircle r='2000'/%3E%3Ccircle r='1800'/%3E%3Ccircle r='1700'/%3E%3Ccircle r='1651'/%3E%3Ccircle r='1450'/%3E%3Ccircle r='1250'/%3E%3Ccircle r='1175'/%3E%3Ccircle r='900'/%3E%3Ccircle r='750'/%3E%3Ccircle r='500'/%3E%3Ccircle r='380'/%3E%3Ccircle r='250'/%3E%3C/g%3E%3Cg transform='rotate(-180 0 0)'%3E%3Cuse href='%23d' transform='rotate(10)'/%3E%3Cuse href='%23d' transform='rotate(120)'/%3E%3Cuse href='%23d' transform='rotate(240)'/%3E%3C/g%3E%3Ccircle fill-opacity='.09' fill='url(%23c)' r='3000'/%3E%3C/g%3E%3C/svg%3E")}.spiral-rainy-drops,.spiral-solar-drops{background-color:grey;background-color:var(--color-1);background-size:100% 100%}.spiral-solar-drops{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3CradialGradient id='c' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23FB3'/%3E%3Cstop offset='1' stop-color='%23e52'/%3E%3C/radialGradient%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' y1='750' x2='1550' y2='750'%3E%3Cstop offset='0' stop-color='%23f7882b'/%3E%3Cstop offset='1' stop-color='%23e52'/%3E%3C/linearGradient%3E%3Cpath id='b' fill='url(%23a)' d='M1549.2 51.6c-5.4 99.1-20.2 197.6-44.2 293.6-24.1 96-57.4 189.4-99.3 278.6-41.9 89.2-92.4 174.1-150.3 253.3-58 79.2-123.4 152.6-195.1 219-71.7 66.4-149.6 125.8-232.2 177.2-82.7 51.4-170.1 94.7-260.7 129.1-90.6 34.4-184.4 60-279.5 76.3C192.6 1495 96.1 1502 0 1500c96.1-2.1 191.8-13.3 285.4-33.6 93.6-20.2 185-49.5 272.5-87.2 87.6-37.7 171.3-83.8 249.6-137.3 78.4-53.5 151.5-114.5 217.9-181.7 66.5-67.2 126.4-140.7 178.6-218.9 52.3-78.3 96.9-161.4 133-247.9 36.1-86.5 63.8-176.2 82.6-267.6 18.8-91.4 28.6-184.4 29.6-277.4.3-27.6 23.2-48.7 50.8-48.4s49.5 21.8 49.2 49.5c0 .7 0 1.3-.1 2l.1.1z'/%3E%3Cg id='d'%3E%3Cuse href='%23b' transform='rotate(60) scale(.12)'/%3E%3Cuse href='%23b' transform='rotate(10) scale(.2)'/%3E%3Cuse href='%23b' transform='rotate(40) scale(.25)'/%3E%3Cuse href='%23b' transform='rotate(-20) scale(.3)'/%3E%3Cuse href='%23b' transform='rotate(-30) scale(.4)'/%3E%3Cuse href='%23b' transform='rotate(20) scale(.5)'/%3E%3Cuse href='%23b' transform='rotate(60) scale(.6)'/%3E%3Cuse href='%23b' transform='rotate(10) scale(.7)'/%3E%3Cuse href='%23b' transform='rotate(-40) scale(.835)'/%3E%3Cuse href='%23b' transform='rotate(40) scale(.9)'/%3E%3Cuse href='%23b' transform='rotate(25) scale(1.05)'/%3E%3Cuse href='%23b' transform='rotate(8) scale(1.2)'/%3E%3Cuse href='%23b' transform='rotate(-60) scale(1.333)'/%3E%3Cuse href='%23b' transform='rotate(-30) scale(1.45)'/%3E%3Cuse href='%23b' transform='rotate(10) scale(1.6)'/%3E%3C/g%3E%3C/defs%3E%3Cg transform='translate(1000 750)'%3E%3Ccircle fill='url(%23c)' r='3000'/%3E%3Cg opacity='.5' fill='url(%23c)'%3E%3Ccircle r='2000'/%3E%3Ccircle r='1800'/%3E%3Ccircle r='1700'/%3E%3Ccircle r='1651'/%3E%3Ccircle r='1450'/%3E%3Ccircle r='1250'/%3E%3Ccircle r='1175'/%3E%3Ccircle r='900'/%3E%3Ccircle r='750'/%3E%3Ccircle r='500'/%3E%3Ccircle r='380'/%3E%3Ccircle r='250'/%3E%3C/g%3E%3Cuse href='%23d' transform='rotate(10)'/%3E%3Cuse href='%23d' transform='rotate(120)'/%3E%3Cuse href='%23d' transform='rotate(240)'/%3E%3Ccircle fill-opacity='.1' fill='url(%23c)' r='3000'/%3E%3C/g%3E%3C/svg%3E")}.green-opaque-squares{background-color:#0b3b00;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1000' height='1000' viewBox='0 0 200 200'%3E%3Cpath fill='%234c8e43' d='m100 57.1-36 36 7.5 7.5L100 72.1z'/%3E%3Cpath fill='%236aac5f' d='M100 57.1v15l28.6 28.5 7.5-7.5z'/%3E%3Cpath fill='%234c8e43' d='M100 163.2v15l70.7-70.7.1-15.1z'/%3E%3Cpath fill='%236aac5f' d='M100 163.2 29.2 92.5v15l70.8 70.7z'/%3E%3Cpath fill='%2389CC7C' d='M100 21.8 29.2 92.5l70.7 70.7 70.7-70.7L100 21.8zm0 106.1L64.6 92.5 100 57.1l35.4 35.4-35.4 35.4z'/%3E%3Cpath fill='%23768c3a' d='M0 157.1v15l28.6 28.5 7.5-7.5z'/%3E%3Cpath fill='%2396ac58' d='m70.7 200 .1-7.6-7.6 7.6z'/%3E%3Cpath fill='%23B6CC76' d='M27.8 200h35.4l7.5-7.5L0 121.8v35.4l35.3 35.3z'/%3E%3Cpath fill='%2396ac58' d='m200 157.1-36 36 7.5 7.5 28.5-28.5z'/%3E%3Cpath fill='%23768c3a' d='m136.7 200-7.5-7.5v7.5z'/%3E%3Cpath fill='%23B6CC76' d='m172.1 200-7.5-7.5 35.4-35.4v.1-35.4l-70.8 70.7 7.5 7.5z'/%3E%3Cpath fill='%23768c3a' d='M129.2 0v7.5L200 78.2v-15L136.7 0z'/%3E%3Cpath fill='%23B6CC76' d='M200 27.8v.1L172.1 0h-35.4L200 63.2z'/%3E%3Cpath fill='%2396ac58' d='M63.2 0 0 63.2v15L70.7 7.5V0z'/%3E%3Cpath fill='%23B6CC76' d='M0 63.2 63.2 0H27.8L0 27.8z'/%3E%3C/svg%3E");background-repeat:repeat;background-size:20%;height:20%;width:20%}.green-blue-dragon-scales{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='309' height='51.5' viewBox='0 0 600 100'%3E%3Cg stroke='none' stroke-width='0' stroke-miterlimit='10'%3E%3Ccircle fill='%23037B79' r='50'/%3E%3Ccircle fill='%2392DEBA' cx='100' r='50'/%3E%3Ccircle fill='%23FFFFD8' cx='200' r='50'/%3E%3Ccircle fill='%23CAF2FF' cx='300' r='50'/%3E%3Ccircle fill='%236FCCFF' cx='400' r='50'/%3E%3Ccircle fill='%23006EB4' cx='500' r='50'/%3E%3Ccircle fill='%23037B79' cx='600' r='50'/%3E%3Ccircle cx='-50' cy='50' r='50'/%3E%3Ccircle fill='%2353ac9a' cx='50' cy='50' r='50'/%3E%3Ccircle fill='%23ceefc1' cx='150' cy='50' r='50'/%3E%3Ccircle fill='%23fff' cx='250' cy='50' r='50'/%3E%3Ccircle fill='%239de0fe' cx='350' cy='50' r='50'/%3E%3Ccircle fill='%233e9cda' cx='450' cy='50' r='50'/%3E%3Ccircle fill='%2300789c' cx='550' cy='50' r='50'/%3E%3Ccircle cx='650' cy='50' r='50'/%3E%3Ccircle fill='%23037B79' cy='100' r='50'/%3E%3Ccircle fill='%2392DEBA' cx='100' cy='100' r='50'/%3E%3Ccircle fill='%23FFFFD8' cx='200' cy='100' r='50'/%3E%3Ccircle fill='%23CAF2FF' cx='300' cy='100' r='50'/%3E%3Ccircle fill='%236FCCFF' cx='400' cy='100' r='50'/%3E%3Ccircle fill='%23006EB4' cx='500' cy='100' r='50'/%3E%3Ccircle fill='%23037B79' cx='600' cy='100' r='50'/%3E%3Ccircle cx='50' cy='150' r='50'/%3E%3Ccircle cx='150' cy='150' r='50'/%3E%3Ccircle cx='250' cy='150' r='50'/%3E%3Ccircle cx='350' cy='150' r='50'/%3E%3Ccircle cx='450' cy='150' r='50'/%3E%3Ccircle cx='550' cy='150' r='50'/%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat;background-size:40%}.green-blue-dragon-scales,.joint-triangles{background-color:#fff;height:100%;width:100%}.joint-triangles{background-attachment:fixed;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(245 756 375)'%3E%3Cstop offset='0' stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23FFF'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='300' height='250' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='.15'%3E%3Cpath fill='%23444' d='M90 150 0 300h180z'/%3E%3Cpath d='M90 150 180 0H0z'/%3E%3Cpath fill='%23AAA' d='M270 150 360 0H180z'/%3E%3Cpath fill='%23DDD' d='m450 150-90 150h180z'/%3E%3Cpath fill='%23999' d='M450 150 540 0H360z'/%3E%3Cpath d='m630 150-90 150h180z'/%3E%3Cpath fill='%23DDD' d='M630 150 720 0H540z'/%3E%3Cpath fill='%23444' d='m810 150-90 150h180z'/%3E%3Cpath fill='%23FFF' d='M810 150 900 0H720z'/%3E%3Cpath fill='%23DDD' d='m990 150-90 150h180z'/%3E%3Cpath fill='%23444' d='m990 150 90-150H900z'/%3E%3Cpath fill='%23DDD' d='M90 450 0 600h180z'/%3E%3Cpath d='m90 450 90-150H0z'/%3E%3Cpath fill='%23666' d='m270 450-90 150h180z'/%3E%3Cpath fill='%23AAA' d='m270 450 90-150H180z'/%3E%3Cpath fill='%23DDD' d='m450 450-90 150h180z'/%3E%3Cpath fill='%23999' d='m450 450 90-150H360zM630 450l-90 150h180z'/%3E%3Cpath fill='%23FFF' d='m630 450 90-150H540z'/%3E%3Cpath d='m810 450-90 150h180z'/%3E%3Cpath fill='%23DDD' d='m810 450 90-150H720z'/%3E%3Cpath fill='%23AAA' d='m990 450-90 150h180z'/%3E%3Cpath fill='%23444' d='m990 450 90-150H900z'/%3E%3Cpath fill='%23222' d='M90 750 0 900h180z'/%3E%3Cpath d='m270 750-90 150h180z'/%3E%3Cpath fill='%23DDD' d='m270 750 90-150H180z'/%3E%3Cpath d='m450 750 90-150H360zM630 750l-90 150h180z'/%3E%3Cpath fill='%23444' d='m630 750 90-150H540z'/%3E%3Cpath fill='%23AAA' d='m810 750-90 150h180z'/%3E%3Cpath fill='%23666' d='m810 750 90-150H720z'/%3E%3Cpath fill='%23999' d='m990 750-90 150h180zM180 0 90 150h180z'/%3E%3Cpath fill='%23444' d='m360 0-90 150h180z'/%3E%3Cpath fill='%23FFF' d='m540 0-90 150h180z'/%3E%3Cpath d='m900 0-90 150h180z'/%3E%3Cpath fill='%23222' d='m0 300-90 150H90z'/%3E%3Cpath fill='%23FFF' d='m0 300 90-150H-90zM180 300 90 450h180z'/%3E%3Cpath fill='%23666' d='m180 300 90-150H90z'/%3E%3Cpath fill='%23222' d='m360 300-90 150h180z'/%3E%3Cpath fill='%23FFF' d='m360 300 90-150H270z'/%3E%3Cpath fill='%23444' d='m540 300-90 150h180z'/%3E%3Cpath fill='%23222' d='m540 300 90-150H450z'/%3E%3Cpath fill='%23AAA' d='m720 300-90 150h180z'/%3E%3Cpath fill='%23666' d='m720 300 90-150H630z'/%3E%3Cpath fill='%23FFF' d='m900 300-90 150h180z'/%3E%3Cpath fill='%23999' d='m900 300 90-150H810z'/%3E%3Cpath d='m0 600-90 150H90z'/%3E%3Cpath fill='%23666' d='m0 600 90-150H-90z'/%3E%3Cpath fill='%23AAA' d='M180 600 90 750h180z'/%3E%3Cpath fill='%23444' d='m180 600 90-150H90zM360 600l-90 150h180z'/%3E%3Cpath fill='%23999' d='m360 600 90-150H270z'/%3E%3Cpath fill='%23666' d='m540 600 90-150H450z'/%3E%3Cpath fill='%23222' d='m720 600-90 150h180z'/%3E%3Cpath fill='%23FFF' d='m900 600-90 150h180z'/%3E%3Cpath fill='%23222' d='m900 600 90-150H810z'/%3E%3Cpath fill='%23DDD' d='m0 900 90-150H-90z'/%3E%3Cpath fill='%23444' d='m180 900 90-150H90z'/%3E%3Cpath fill='%23FFF' d='m360 900 90-150H270z'/%3E%3Cpath fill='%23AAA' d='m540 900 90-150H450z'/%3E%3Cpath fill='%23FFF' d='m720 900 90-150H630z'/%3E%3Cpath fill='%23222' d='m900 900 90-150H810zM1080 300l-90 150h180z'/%3E%3Cpath fill='%23FFF' d='m1080 300 90-150H990z'/%3E%3Cpath d='m1080 600-90 150h180z'/%3E%3Cpath fill='%23666' d='m1080 600 90-150H990z'/%3E%3Cpath fill='%23DDD' d='m1080 900 90-150H990z'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");background-size:cover}.irish-squares{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 60'%3E%3Cg fill-opacity='.47'%3E%3Cpath fill='%23FFF' d='M0 0h11v11H0z'/%3E%3Cpath fill='%23fafafa' d='M10 0h11v11H10z'/%3E%3Cpath fill='%23f5f5f5' d='M0 10h11v11H0z'/%3E%3Cpath fill='%23f0f0f0' d='M20 0h11v11H20z'/%3E%3Cpath fill='%23ebebeb' d='M10 10h11v11H10z'/%3E%3Cpath fill='%23e7e7e7' d='M0 20h11v11H0z'/%3E%3Cpath fill='%23e2e2e2' d='M30 0h11v11H30z'/%3E%3Cpath fill='%23ddd' d='M20 10h11v11H20z'/%3E%3Cpath fill='%23d8d8d8' d='M10 20h11v11H10z'/%3E%3Cpath fill='%23d4d4d4' d='M0 30h11v11H0z'/%3E%3Cpath fill='%23cfcfcf' d='M40 0h11v11H40z'/%3E%3Cpath fill='%23cacaca' d='M30 10h11v11H30z'/%3E%3Cpath fill='%23c5c5c5' d='M20 20h11v11H20z'/%3E%3Cpath fill='%23c1c1c1' d='M10 30h11v11H10z'/%3E%3Cpath fill='%23bcbcbc' d='M0 40h11v11H0z'/%3E%3Cpath fill='%23b7b7b7' d='M50 0h11v11H50z'/%3E%3Cpath fill='%23b3b3b3' d='M40 10h11v11H40z'/%3E%3Cpath fill='%23aeaeae' d='M30 20h11v11H30z'/%3E%3Cpath fill='%23aaa' d='M20 30h11v11H20z'/%3E%3Cpath fill='%23a5a5a5' d='M10 40h11v11H10z'/%3E%3Cpath fill='%23a1a1a1' d='M0 50h11v11H0z'/%3E%3Cpath fill='%239c9c9c' d='M60 0h11v11H60z'/%3E%3Cpath fill='%23989898' d='M50 10h11v11H50z'/%3E%3Cpath fill='%23939393' d='M40 20h11v11H40z'/%3E%3Cpath fill='%238f8f8f' d='M30 30h11v11H30z'/%3E%3Cpath fill='%238a8a8a' d='M20 40h11v11H20z'/%3E%3Cpath fill='%23868686' d='M10 50h11v11H10z'/%3E%3Cpath fill='%23828282' d='M70 0h11v11H70z'/%3E%3Cpath fill='%237d7d7d' d='M60 10h11v11H60z'/%3E%3Cpath fill='%23797979' d='M50 20h11v11H50z'/%3E%3Cpath fill='%23757575' d='M40 30h11v11H40z'/%3E%3Cpath fill='%23717171' d='M30 40h11v11H30z'/%3E%3Cpath fill='%236c6c6c' d='M20 50h11v11H20z'/%3E%3Cpath fill='%23686868' d='M80 0h11v11H80z'/%3E%3Cpath fill='%23646464' d='M70 10h11v11H70z'/%3E%3Cpath fill='%23606060' d='M60 20h11v11H60z'/%3E%3Cpath fill='%235c5c5c' d='M50 30h11v11H50z'/%3E%3Cpath fill='%23585858' d='M40 40h11v11H40z'/%3E%3Cpath fill='%23545454' d='M30 50h11v11H30z'/%3E%3Cpath fill='%23505050' d='M90 0h11v11H90z'/%3E%3Cpath fill='%234c4c4c' d='M80 10h11v11H80z'/%3E%3Cpath fill='%23484848' d='M70 20h11v11H70z'/%3E%3Cpath fill='%23444' d='M60 30h11v11H60z'/%3E%3Cpath fill='%23404040' d='M50 40h11v11H50z'/%3E%3Cpath fill='%233c3c3c' d='M40 50h11v11H40z'/%3E%3Cpath fill='%23383838' d='M90 10h11v11H90z'/%3E%3Cpath fill='%23353535' d='M80 20h11v11H80z'/%3E%3Cpath fill='%23313131' d='M70 30h11v11H70z'/%3E%3Cpath fill='%232d2d2d' d='M60 40h11v11H60z'/%3E%3Cpath fill='%232a2a2a' d='M50 50h11v11H50z'/%3E%3Cpath fill='%23262626' d='M90 20h11v11H90z'/%3E%3Cpath fill='%23232323' d='M80 30h11v11H80z'/%3E%3Cpath fill='%231f1f1f' d='M70 40h11v11H70z'/%3E%3Cpath fill='%231c1c1c' d='M60 50h11v11H60z'/%3E%3Cpath fill='%23181818' d='M90 30h11v11H90z'/%3E%3Cpath fill='%23151515' d='M80 40h11v11H80z'/%3E%3Cpath fill='%23111' d='M70 50h11v11H70z'/%3E%3Cpath fill='%230c0c0c' d='M90 40h11v11H90z'/%3E%3Cpath fill='%23060606' d='M80 50h11v11H80z'/%3E%3Cpath d='M90 50h11v11H90z'/%3E%3C/g%3E%3C/svg%3E");background-size:cover}.irish-squares,.square-sizes{background-color:grey;background-color:var(--color-1);height:100%;width:100%}.square-sizes{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='208' height='208' viewBox='0 0 200 200'%3E%3Cg fill='none' stroke='%23000' stroke-opacity='.34'%3E%3Cpath d='M-40 40h75v75h-75z'/%3E%3Cpath d='M-35 45h65v65h-65z'/%3E%3Cpath d='M-30 50h55v55h-55z'/%3E%3Cpath d='M-25 55h45v45h-45z'/%3E%3Cpath d='M-20 60h35v35h-35z'/%3E%3Cpath d='M-15 65h25v25h-25z'/%3E%3Cpath d='M-10 70H5v15h-15z'/%3E%3Cpath d='M-5 75h5v5h-5zM0 0h35v35H0z'/%3E%3Cpath d='M5 5h25v25H5z'/%3E%3Cpath d='M10 10h15v15H10z'/%3E%3Cpath d='M15 15h5v5h-5zM40 0h75v75H40z'/%3E%3Cpath d='M45 5h65v65H45z'/%3E%3Cpath d='M50 10h55v55H50z'/%3E%3Cpath d='M55 15h45v45H55z'/%3E%3Cpath d='M60 20h35v35H60z'/%3E%3Cpath d='M65 25h25v25H65z'/%3E%3Cpath d='M70 30h15v15H70z'/%3E%3Cpath d='M75 35h5v5h-5zM40 80h35v35H40z'/%3E%3Cpath d='M45 85h25v25H45z'/%3E%3Cpath d='M50 90h15v15H50z'/%3E%3Cpath d='M55 95h5v5h-5zM120-40h75v75h-75z'/%3E%3Cpath d='M125-35h65v65h-65z'/%3E%3Cpath d='M130-30h55v55h-55z'/%3E%3Cpath d='M135-25h45v45h-45z'/%3E%3Cpath d='M140-20h35v35h-35z'/%3E%3Cpath d='M145-15h25v25h-25z'/%3E%3Cpath d='M150-10h15V5h-15z'/%3E%3Cpath d='M155-5h5v5h-5zM120 40h35v35h-35z'/%3E%3Cpath d='M125 45h25v25h-25z'/%3E%3Cpath d='M130 50h15v15h-15z'/%3E%3Cpath d='M135 55h5v5h-5zM0 120h75v75H0z'/%3E%3Cpath d='M5 125h65v65H5z'/%3E%3Cpath d='M10 130h55v55H10z'/%3E%3Cpath d='M15 135h45v45H15z'/%3E%3Cpath d='M20 140h35v35H20z'/%3E%3Cpath d='M25 145h25v25H25z'/%3E%3Cpath d='M30 150h15v15H30z'/%3E%3Cpath d='M35 155h5v5h-5zM200 120h75v75h-75zM40 200h75v75H40zM80 80h75v75H80z'/%3E%3Cpath d='M85 85h65v65H85z'/%3E%3Cpath d='M90 90h55v55H90z'/%3E%3Cpath d='M95 95h45v45H95z'/%3E%3Cpath d='M100 100h35v35h-35z'/%3E%3Cpath d='M105 105h25v25h-25z'/%3E%3Cpath d='M110 110h15v15h-15z'/%3E%3Cpath d='M115 115h5v5h-5zM80 160h35v35H80z'/%3E%3Cpath d='M85 165h25v25H85z'/%3E%3Cpath d='M90 170h15v15H90z'/%3E%3Cpath d='M95 175h5v5h-5zM120 160h75v75h-75z'/%3E%3Cpath d='M125 165h65v65h-65z'/%3E%3Cpath d='M130 170h55v55h-55z'/%3E%3Cpath d='M135 175h45v45h-45z'/%3E%3Cpath d='M140 180h35v35h-35z'/%3E%3Cpath d='M145 185h25v25h-25z'/%3E%3Cpath d='M150 190h15v15h-15z'/%3E%3Cpath d='M155 195h5v5h-5zM160 40h75v75h-75z'/%3E%3Cpath d='M165 45h65v65h-65z'/%3E%3Cpath d='M170 50h55v55h-55z'/%3E%3Cpath d='M175 55h45v45h-45z'/%3E%3Cpath d='M180 60h35v35h-35z'/%3E%3Cpath d='M185 65h25v25h-25z'/%3E%3Cpath d='M190 70h15v15h-15z'/%3E%3Cpath d='M195 75h5v5h-5zM160 120h35v35h-35z'/%3E%3Cpath d='M165 125h25v25h-25z'/%3E%3Cpath d='M170 130h15v15h-15z'/%3E%3Cpath d='M175 135h5v5h-5zM200 200h35v35h-35zM200 0h35v35h-35zM0 200h35v35H0z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:repeat;background-size:20%}.flat-mountains{background-color:#1bc1ff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cpath fill='%2322cc5f' d='M957 450 539 900h857z'/%3E%3Cpath fill='%2316833d' d='m957 450-84.1 450H1396z'/%3E%3Cpath fill='%236d9f20' d='m-60 900 458-238 418 238z'/%3E%3Cpath fill='%23486516' d='m337 900 61-238 418 238z'/%3E%3Cpath fill='%237c7400' d='m1203 546 349 354H876z'/%3E%3Cpath fill='%23524905' d='m1203 546 349 354h-390z'/%3E%3Cpath fill='%23744b03' d='m641 695 245 205H367z'/%3E%3Cpath fill='%234b2e0a' d='m587 900 54-205 245 205z'/%3E%3Cpath fill='%235c280f' d='m1710 900-309-268-305 268z'/%3E%3Cpath fill='%233a190d' d='m1710 900-309-268-36 268z'/%3E%3Cpath fill='%233a0e0e' d='M1210 900 971 687 725 900z'/%3E%3Cpath fill='%23220808' d='M943 900h267L971 687z'/%3E%3C/svg%3E");background-size:cover}.purple-dragon-scales{background-attachment:fixed;background-color:grey;background-color:var(--color-1);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 1000'%3E%3Ccircle fill='%237300BF' cx='50' r='50'/%3E%3Cg fill='%23770abf'%3E%3Ccircle cy='50' r='50'/%3E%3Ccircle cx='100' cy='50' r='50'/%3E%3C/g%3E%3Ccircle fill='%237b14c0' cx='50' cy='100' r='50'/%3E%3Cg fill='%237f1dc0'%3E%3Ccircle cy='150' r='50'/%3E%3Ccircle cx='100' cy='150' r='50'/%3E%3C/g%3E%3Ccircle fill='%238327c0' cx='50' cy='200' r='50'/%3E%3Cg fill='%238731c0'%3E%3Ccircle cy='250' r='50'/%3E%3Ccircle cx='100' cy='250' r='50'/%3E%3C/g%3E%3Ccircle fill='%238b3bc1' cx='50' cy='300' r='50'/%3E%3Cg fill='%238f45c1'%3E%3Ccircle cy='350' r='50'/%3E%3Ccircle cx='100' cy='350' r='50'/%3E%3C/g%3E%3Ccircle fill='%23934ec1' cx='50' cy='400' r='50'/%3E%3Cg fill='%239758c1'%3E%3Ccircle cy='450' r='50'/%3E%3Ccircle cx='100' cy='450' r='50'/%3E%3C/g%3E%3Ccircle fill='%239c62c2' cx='50' cy='500' r='50'/%3E%3Cg fill='%23a06cc2'%3E%3Ccircle cy='550' r='50'/%3E%3Ccircle cx='100' cy='550' r='50'/%3E%3C/g%3E%3Ccircle fill='%23a476c2' cx='50' cy='600' r='50'/%3E%3Cg fill='%23a87fc2'%3E%3Ccircle cy='650' r='50'/%3E%3Ccircle cx='100' cy='650' r='50'/%3E%3C/g%3E%3Ccircle fill='%23ac89c3' cx='50' cy='700' r='50'/%3E%3Cg fill='%23b093c3'%3E%3Ccircle cy='750' r='50'/%3E%3Ccircle cx='100' cy='750' r='50'/%3E%3C/g%3E%3Ccircle fill='%23b49dc3' cx='50' cy='800' r='50'/%3E%3Cg fill='%23b8a7c3'%3E%3Ccircle cy='850' r='50'/%3E%3Ccircle cx='100' cy='850' r='50'/%3E%3C/g%3E%3Ccircle fill='%23bcb0c4' cx='50' cy='900' r='50'/%3E%3Cg fill='%23c0bac4'%3E%3Ccircle cy='950' r='50'/%3E%3Ccircle cx='100' cy='950' r='50'/%3E%3C/g%3E%3Ccircle fill='%23C4C4C4' cx='50' cy='1000' r='50'/%3E%3C/svg%3E");background-size:contain}.slanted-gradient{background-color:#3de47d;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 800'%3E%3Cpath fill='%233ecc6e' d='M1600 160 0 460V350L1600 50z'/%3E%3Cpath fill='%232f9953' d='M1600 260 0 560V450l1600-300z'/%3E%3Cpath fill='%231f6637' d='M1600 360 0 660V550l1600-300z'/%3E%3Cpath fill='%2310331c' d='M1600 460 0 760V650l1600-300z'/%3E%3Cpath d='M1600 800H0v-50l1600-300z'/%3E%3C/svg%3E")}.pink-squares,.slanted-gradient{background-attachment:fixed;background-size:cover}.pink-squares{background-color:#d042ff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cdefs%3E%3CradialGradient id='a' cx='500' cy='500' r='50%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23d3b'/%3E%3Cstop offset='1' stop-color='%23404'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='500' cy='500' r='60%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23F70'/%3E%3Cstop offset='1' stop-color='%23F70' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h1000v1000H0z'/%3E%3Cg fill='none' stroke='%23F6B' stroke-miterlimit='10' stroke-opacity='.3'%3E%3Cpath d='M12.5 12.5h975v975h-975z'/%3E%3Cpath d='M25 25h950v950H25z'/%3E%3Cpath d='M37.5 37.5h925v925h-925z'/%3E%3Cpath d='M50 50h900v900H50z'/%3E%3Cpath d='M62.5 62.5h875v875h-875z'/%3E%3Cpath d='M75 75h850v850H75z'/%3E%3Cpath d='M87.5 87.5h825v825h-825z'/%3E%3Cpath d='M100 100h800v800H100z'/%3E%3Cpath d='M112.5 112.5h775v775h-775z'/%3E%3Cpath d='M125 125h750v750H125z'/%3E%3Cpath d='M137.5 137.5h725v725h-725z'/%3E%3Cpath d='M150 150h700v700H150z'/%3E%3Cpath d='M162.5 162.5h675v675h-675z'/%3E%3Cpath d='M175 175h650v650H175z'/%3E%3Cpath d='M187.5 187.5h625v625h-625z'/%3E%3Cpath d='M200 200h600v600H200z'/%3E%3Cpath d='M212.5 212.5h575v575h-575z'/%3E%3Cpath d='M225 225h550v550H225z'/%3E%3Cpath d='M237.5 237.5h525v525h-525z'/%3E%3Cpath d='M250 250h500v500H250z'/%3E%3Cpath d='M262.5 262.5h475v475h-475z'/%3E%3Cpath d='M275 275h450v450H275z'/%3E%3Cpath d='M287.5 287.5h425v425h-425z'/%3E%3Cpath d='M300 300h400v400H300z'/%3E%3Cpath d='M312.5 312.5h375v375h-375z'/%3E%3Cpath d='M325 325h350v350H325z'/%3E%3Cpath d='M337.5 337.5h325v325h-325z'/%3E%3Cpath d='M350 350h300v300H350z'/%3E%3Cpath d='M362.5 362.5h275v275h-275z'/%3E%3Cpath d='M375 375h250v250H375z'/%3E%3Cpath d='M387.5 387.5h225v225h-225z'/%3E%3Cpath d='M400 400h200v200H400z'/%3E%3Cpath d='M412.5 412.5h175v175h-175z'/%3E%3Cpath d='M425 425h150v150H425z'/%3E%3Cpath d='M437.5 437.5h125v125h-125z'/%3E%3Cpath d='M450 450h100v100H450z'/%3E%3Cpath d='M462.5 462.5h75v75h-75z'/%3E%3Cpath d='M475 475h50v50h-50z'/%3E%3Cpath d='M487.5 487.5h25v25h-25z'/%3E%3C/g%3E%3Cpath fill-opacity='.3' fill='url(%23b)' d='M0 0h1000v1000H0z'/%3E%3C/svg%3E")}.green-squares{background-attachment:fixed;background-color:#35ddb2;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cdefs%3E%3CradialGradient id='a' cx='500' cy='500' r='50%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2335DDB2'/%3E%3Cstop offset='1' stop-color='%2300443F'/%3E%3C/radialGradient%3E%3CradialGradient id='b' cx='500' cy='500' r='60%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%2305FF29'/%3E%3Cstop offset='1' stop-color='%2305FF29' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h1000v1000H0z'/%3E%3Cg fill='none' stroke='%236AFFC9' stroke-miterlimit='10' stroke-opacity='.3'%3E%3Cpath d='M12.5 12.5h975v975h-975z'/%3E%3Cpath d='M25 25h950v950H25z'/%3E%3Cpath d='M37.5 37.5h925v925h-925z'/%3E%3Cpath d='M50 50h900v900H50z'/%3E%3Cpath d='M62.5 62.5h875v875h-875z'/%3E%3Cpath d='M75 75h850v850H75z'/%3E%3Cpath d='M87.5 87.5h825v825h-825z'/%3E%3Cpath d='M100 100h800v800H100z'/%3E%3Cpath d='M112.5 112.5h775v775h-775z'/%3E%3Cpath d='M125 125h750v750H125z'/%3E%3Cpath d='M137.5 137.5h725v725h-725z'/%3E%3Cpath d='M150 150h700v700H150z'/%3E%3Cpath d='M162.5 162.5h675v675h-675z'/%3E%3Cpath d='M175 175h650v650H175z'/%3E%3Cpath d='M187.5 187.5h625v625h-625z'/%3E%3Cpath d='M200 200h600v600H200z'/%3E%3Cpath d='M212.5 212.5h575v575h-575z'/%3E%3Cpath d='M225 225h550v550H225z'/%3E%3Cpath d='M237.5 237.5h525v525h-525z'/%3E%3Cpath d='M250 250h500v500H250z'/%3E%3Cpath d='M262.5 262.5h475v475h-475z'/%3E%3Cpath d='M275 275h450v450H275z'/%3E%3Cpath d='M287.5 287.5h425v425h-425z'/%3E%3Cpath d='M300 300h400v400H300z'/%3E%3Cpath d='M312.5 312.5h375v375h-375z'/%3E%3Cpath d='M325 325h350v350H325z'/%3E%3Cpath d='M337.5 337.5h325v325h-325z'/%3E%3Cpath d='M350 350h300v300H350z'/%3E%3Cpath d='M362.5 362.5h275v275h-275z'/%3E%3Cpath d='M375 375h250v250H375z'/%3E%3Cpath d='M387.5 387.5h225v225h-225z'/%3E%3Cpath d='M400 400h200v200H400z'/%3E%3Cpath d='M412.5 412.5h175v175h-175z'/%3E%3Cpath d='M425 425h150v150H425z'/%3E%3Cpath d='M437.5 437.5h125v125h-125z'/%3E%3Cpath d='M450 450h100v100H450z'/%3E%3Cpath d='M462.5 462.5h75v75h-75z'/%3E%3Cpath d='M475 475h50v50h-50z'/%3E%3Cpath d='M487.5 487.5h25v25h-25z'/%3E%3C/g%3E%3Cpath fill-opacity='.3' fill='url(%23b)' d='M0 0h1000v1000H0z'/%3E%3C/svg%3E");background-size:cover}.confetti-doodles{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='800'%3E%3Cpath fill='%23FF7' d='M1102.5 734.8c2.5-1.2 24.8-8.6 25.6-7.5.5.7-3.9 23.8-4.6 24.5-.2.3-16-12.3-21-17zm123.8-505.7c0-.1-4.9-9.4-7-14.2-.1-.3-.3-1.1-.4-1.6-.1-.4-.3-.7-.6-.9-.3-.2-.6-.1-.8.1l-13.1 12.3c-.2.2-.3.5-.4.8 0 .3 0 .7.2 1 .1.1 1.4 2.5 2.1 3.6 2.4 3.7 6.5 12.1 6.5 12.2.2.3.4.5.7.6.3 0 .5-.1.7-.3 0 0 1.8-2.5 2.7-3.6 1.5-1.6 3-3.2 4.6-4.7 1.2-1.2 1.6-1.4 2.1-1.6.5-.3 1.1-.5 2.5-1.9.4-.5.5-1.3.2-1.8zM33 770.3c0-.7-.5-1.2-1.2-1.2-.1 0-.3 0-.4.1-1.6.2-14.3.1-22.2 0-.3 0-.6.1-.9.4-.2.2-.4.5-.4.9 0 .2 0 4.9.1 5.9l.4 13.6c0 .3.2.6.4.9.2.2.5.3.8.3h.1c7.3-.7 14.7-.9 22-.6.3 0 .7-.1.9-.3.2-.2.4-.6.4-.9-.1-6.1-.1-13.2 0-19.1z'/%3E%3Cpath fill='%235ff' d='M171.1 383.4c1.3-2.5 14.3-22 15.6-21.6.8.3 11.5 21.2 11.5 22.1-.1.3-20.3.1-27.1-.5zm425.3 328.4c-.1-.1-6.7-8.2-9.7-12.5-.2-.3-.5-1-.7-1.5-.2-.4-.4-.7-.7-.8-.3-.1-.6 0-.8.3L574 712c-.2.2-.2.5-.2.9 0 .3.2.7.4.9.1.1 1.8 2.2 2.8 3.1 3.1 3.1 8.8 10.5 8.9 10.6.2.3.5.4.8.4.3 0 .5-.2.6-.5 0 0 1.2-2.8 2-4.1 1.1-1.9 2.3-3.7 3.5-5.5.9-1.4 1.3-1.7 1.7-2 .5-.4 1-.7 2.1-2.4.3-.3.2-1.1-.2-1.6zm131.1-531.9c.6.2 1.3-.2 1.4-.8v-.4c.2-1.4 2.8-12.6 4.5-19.5.1-.3 0-.6-.2-.8-.2-.3-.5-.4-.8-.5-.2 0-4.7-1.1-5.7-1.3l-13.4-2.7c-.3-.1-.7 0-.9.2-.2.2-.4.4-.5.6v.1c-.8 6.5-2.2 13.1-3.9 19.4-.1.3 0 .6.2.9.2.3.5.4.8.5 5.8 1.3 12.7 2.9 18.5 4.3zm1-1.8c-.1-.1-.2-.2-.4-.2.2 0 .3.1.4.2z'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M699.6 472.7c-1.5 0-2.8-.8-3.5-2.3-.8-1.9 0-4.2 1.9-5 3.7-1.6 6.8-4.7 8.4-8.5 1.6-3.8 1.7-8.1.2-11.9-.3-.9-.8-1.8-1.2-2.8-.8-1.7-1.8-3.7-2.3-5.9-.9-4.1-.2-8.6 2-12.8 1.7-3.1 4.1-6.1 7.6-9.1 1.6-1.4 4-1.2 5.3.4 1.4 1.6 1.2 4-.4 5.3-2.8 2.5-4.7 4.7-5.9 7-1.4 2.6-1.9 5.3-1.3 7.6.3 1.4 1 2.8 1.7 4.3l1.5 3.3c2.1 5.6 2 12-.3 17.6-2.3 5.5-6.8 10.1-12.3 12.5-.4.2-.9.3-1.4.3zm40.8-51.3c1.5-.2 3 .5 3.8 1.9 1.1 1.8.4 4.2-1.4 5.3-3.7 2.1-6.4 5.6-7.6 9.5-1.2 4-.8 8.4 1.1 12.1.4.9 1 1.7 1.6 2.7 1 1.7 2.2 3.5 3 5.7 1.4 4 1.2 8.7-.6 13.2-1.4 3.4-3.5 6.6-6.8 10.1-1.5 1.6-3.9 1.7-5.5.2-1.6-1.4-1.7-3.9-.2-5.4 2.6-2.8 4.3-5.3 5.3-7.7 1.1-2.8 1.3-5.6.5-7.9-.5-1.3-1.3-2.7-2.2-4.1-.6-1-1.3-2.1-1.9-3.2-2.8-5.4-3.4-11.9-1.7-17.8 1.8-5.9 5.8-11 11.2-14 .4-.4.9-.6 1.4-.6zM261.3 590.9c5.7 6.8 9 15.7 9.4 22.4.5 7.3-2.4 16.4-10.2 20.4-3 1.5-6.7 2.2-11.2 2.2-7.9-.1-12.9-2.9-15.4-8.4-2.1-4.7-2.3-11.4 1.8-15.9 3.2-3.5 7.8-4.1 11.2-1.6 1.2.9 1.5 2.7.6 3.9-.9 1.2-2.7 1.5-3.9.6-1.8-1.3-3.6.6-3.8.8-2.4 2.6-2.1 7-.8 9.9 1.5 3.4 4.7 5 10.4 5.1 3.6 0 6.4-.5 8.6-1.6 4.7-2.4 7.7-8.6 7.2-15-.5-7.3-5.3-18.2-13-23.9-4.2-3.1-8.5-4.1-12.9-3.1-3.1.7-6.2 2.4-9.7 5-6.6 5.1-11.7 11.8-14.2 19-2.7 7.7-2.1 15.8 1.9 23.9.7 1.4.1 3.1-1.3 3.7-1.4.7-3.1.1-3.7-1.3-4.6-9.4-5.4-19.2-2.2-28.2 2.9-8.2 8.6-15.9 16.1-21.6 4.1-3.1 8-5.1 11.8-6 6-1.4 12 0 17.5 4 2.1 1.7 4.1 3.6 5.8 5.7z'/%3E%3Ccircle cx='1013.7' cy='153.9' r='7.1'/%3E%3Ccircle cx='1024.3' cy='132.1' r='7.1'/%3E%3Ccircle cx='1037.3' cy='148.9' r='7.1'/%3E%3Cpath d='M1508.7 297.2c-4.8-5.4-9.7-10.8-14.8-16.2 5.6-5.6 11.1-11.5 15.6-18.2 1.2-1.7.7-4.1-1-5.2-1.7-1.2-4.1-.7-5.2 1-4.2 6.2-9.1 11.6-14.5 16.9-4.8-5-9.7-10-14.7-14.9-1.5-1.5-3.9-1.5-5.3 0-1.5 1.5-1.5 3.9 0 5.3 4.9 4.8 9.7 9.8 14.5 14.8-1.1 1.1-2.3 2.2-3.5 3.2-4.1 3.8-8.4 7.8-12.4 12-1.4 1.5-1.4 3.8 0 5.3 1.5 1.4 3.9 1.4 5.3-.1 3.9-4 8.1-7.9 12.1-11.7 1.2-1.1 2.3-2.2 3.5-3.3 4.9 5.3 9.8 10.6 14.6 15.9l.2.2c1.4 1.4 3.7 1.5 5.2.2 1.7-1.2 1.8-3.6.4-5.2zM327.6 248.6l-.4-2.6c-1.5-11.1-2.2-23.2-2.3-37 0-5.5 0-11.5.2-18.5v-2.3c0-5 0-11.2 3.9-13.5 2.2-1.3 5.1-1 8.5.9 5.7 3.1 13.2 8.7 17.5 14.9 5.5 7.8 7.3 16.9 5 25.7-3.2 12.3-15 31-30 32.1l-2.4.3zm4.5-69.4c-.2 0-.3 0-.4.1-.1.1-.7.5-1.1 2.7-.3 1.9-.3 4.2-.3 6.3v2.4c-.2 6.9-.2 12.8-.2 18.3.1 12.5.7 23.5 2 33.7 11-2.7 20.4-18.1 23-27.8 1.9-7.2.4-14.8-4.2-21.3-3.9-5.5-10.9-10.6-15.9-13.3-1.4-.8-2.4-1.1-2.9-1.1zM516.3 60.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6-.2.6-.7 1-1.2 1zm-10.2 9.7c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3s1.3.5 1.3 1.2c.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6 0 .1-.2.1-.3.1zm-12-6.1c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3-.2.2-.5.3-.8.3zm6.4-9.1c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7-.1.1-.3.1-.5.1zm6.2-.3c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6-.2.2-.5.4-.9.4zm522.6 327.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6-.2.6-.7 1-1.2 1zm-10.2 9.7c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3s1.3.5 1.3 1.2c.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6 0 .1-.2.1-.3.1zm-12-6.1c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3-.2.2-.5.3-.8.3zm6.4-9.1c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7-.1.1-.3.1-.5.1zm6.2-.3c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6-.2.2-.5.4-.9.4zm310 196.4c-1.4 0-2.9-.2-4.5-.7-8.4-2.7-16.6-12.7-18.7-20-.4-1.4-.7-2.9-.9-4.4-8.1 3.3-15.5 10.6-15.4 21 0 1.5-1.2 2.7-2.7 2.8-1.5 0-2.7-1.2-2.7-2.7-.1-6.7 2.4-12.9 7-18 3.6-4 8.4-7.1 13.7-8.8.5-6.5 3.1-12.9 7.4-17.4 7-7.4 18.2-8.9 27.3-10.1l.7-.1c1.5-.2 2.9.9 3.1 2.3.2 1.5-.9 2.9-2.3 3.1l-.7.1c-8.6 1.2-18.4 2.5-24 8.4-3 3.2-5 7.7-5.7 12.4 7.9-1 17.7 1.3 24.3 5.7 4.3 2.9 7.1 7.8 7.2 12.7.2 4.3-1.7 8.3-5.2 11.1-2.4 1.6-5 2.6-7.9 2.6zm-18.7-26.7c.1 1.5.4 3 .8 4.4 1.7 5.8 8.7 14.2 15.1 16.3 2.8.9 5.1.5 7.2-1.1 2.7-2.1 3.2-4.8 3.1-6.6-.1-3.2-2-6.4-4.8-8.3-5.7-3.9-14.7-5.8-21.4-4.7z'/%3E%3C/g%3E%3C/svg%3E")}.confetti-doodles,.dalmatian-spots{background-attachment:fixed;background-color:grey;background-color:var(--color-1)}.dalmatian-spots{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='600'%3E%3Cpath d='M306.9 210.2c-1.2-22.8-13.5-42.7-40.8-41.1-18.3 1.1-35.9 3.6-47.5 20.1-5.2 7.4-10.6 15.6-11.4 24.9-.5 5.8.2 12 1.2 17.7 9 49.6 85.3 46.7 96.4.2 1.8-7.1 2.5-14.6 2.1-21.8zM137.2 481.3c-13.2-9.9-31.2-13.3-48.5-3.2-12.6 7.3-19.1 17.4-21.1 28.2-.7 2.4-1.2 4.7-1.5 7-8.2 35.4 33.7 78.9 72.6 48.6 28.9-22.6 25.7-60.3-1.5-80.6zM547.9 588.3c-7.1-34.2-61.6-52.7-87.5-16.9-11.2 11.3-12.7 26.3-7.6 39.7 1.8 7.5 5.5 13.9 10.4 19.1 19.4 20.3 53.4 26.2 72.8 1.9 9.9-12.4 17.9-27.9 11.9-43.8zM547.9-11.7c-7.1-34.2-61.6-52.7-87.5-16.9-11.2 11.3-12.7 26.3-7.6 39.7 1.8 7.5 5.5 13.9 10.4 19.1 19.4 20.3 53.4 26.2 72.8 1.9 9.9-12.4 17.9-27.9 11.9-43.8zM849.7 498c-22.3 1.3-43.2 7.5-52.7 29.5-3.3 7.7-7.3 15.7-7 24.3 2 55.6 86.1 63.4 98.8 10.1 1.8-7.3-11.5-65.5-39.1-63.9zM762 291.1c-8.2-6.1-19.1-1.9-27.3 2.2-7.4 3.7-14.4 8.2-21.6 12.1-6.6 3.6-13.7 7-19.8 11.5-18.3 13.5-2.5 45.1 10.6 56.4 17 14.6 41.6 15.9 59.6 2.1 30.6-23.6 27.2-63-1.5-84.3zM863.3 170.3c-4.5-15.7-17.9-28.8-33.4-34.4-16.2-5.8-38.4-2.9-51.8 8.1-14.9 12.2-14.5 31.7-11.4 49 9.6 53.9 84.3 47.7 97-1.3 1.9-7.3 1.6-14.6-.4-21.4zM598.4 86.1c-10.2 15.5-9.3 34.2-.9 50.4 2.6 5 6.2 9.5 10.4 13.2 14.2 12.6 35.5 17.1 53.2 9.5 14.3-6.1 23.9-19.8 26.7-34.7 19.6-48.9-58.1-86-89.4-38.4zM509.8 413.3c-17.3 22.6-11.8 59 17.5 75.3 22.6 12.6 52.2 1.7 63.8-20.9 21.4-42-9.2-85-56.5-71-10.8 3.2-19 9.1-24.8 16.6zM607.4 232.3c-.5-.4-1-.8-1.4-1.2-16.5-12.8-30.2-22.1-50.3-8.4-15.5 10.6-29 30.3-31.4 49.1-4.2 33.6 30.6 46.9 58.6 40.6 36.7-8.2 57.7-52.9 24.5-80.1zM410.6 95c-36.5 1.3-74.1 41.8-43.1 74.3 19.8 20.9 54.4 20.7 74.6.5 20.5-20.4 18.4-53.1-6.9-68.6-7.5-4.6-16-6.5-24.6-6.2zM291.3 23l-.2-.2c-14.2-16.9-38.3-25.6-61.4-12.3-13.5 7.8-20.5 18.7-22.7 30.2-5.7 18 1.5 34.2 14.2 44.8 15.4 16.8 40.3 24.1 64.2 5.5 9.6-7.4 15-16.3 17.2-25.4 6-16.8.1-32-11.3-42.6zM419.1 440.6c-16.9-14.5-41.8-21.5-61.7-9.5-18.3 11.1-1 100.1 32.2 93.5 23.8-4.7 45.3-22.4 48.1-44.3 1.9-14.2-6.2-29-18.6-39.7zM127 227c-12-4.3-25.4-2.1-38.7 11.4-17.3 17.5-26.9 47.7-7.9 67.6 21.3 22.3 86.9 27.5 89.6-14.9.5-8.9-2.7-17.9-6.5-25.8-8.4-17-21.4-32.8-36.5-38.3zM281.5 407.6c-.3-.4-.7-.7-1-1-19.3-17.6-59.1-.6-78.1 10.3-23.8 13.7-8.2 41.1 5.4 55.8 16.3 17.6 42.7 25.2 68 5.8 15.5-11.9 19.7-55.8 5.7-70.9zM137.9 110.2c-10.4-25.7-43.3-32.1-67-23.6-10.8 3.8-20.9 11.2-25.8 22-21.2 47.3 44.9 81.1 78.5 51 9.5-8.5 17.3-18.9 17.4-32.4 0-6.4-1.1-12.1-3.1-17zM344.3 284.7c-10 14.9-9.2 34.1-.9 49.5 3.4 6.3 8.6 13.8 16.1 15.8 7.1 1.9 15.1.7 22.1-.6 15.7-3 45.6-10.5 52.3-26.8 19.6-48.2-58.3-84.7-89.6-37.9zM-29.2 431.8c23.4 12.4 54.1 1.7 66.1-20.6 9.6-17.8 10.4-40.4-3.3-56.5-10.5-12.4-44.2-25.8-58.5-11.3-3 3.1-5.1 7.1-6.9 10.9-9.3 18.9-23.2 63.8 2.6 77.5zM870.8 431.8c23.4 12.4 54.1 1.7 66.1-20.6 9.6-17.8 10.4-40.4-3.3-56.5-10.5-12.4-44.2-25.8-58.5-11.3-3 3.1-5.1 7.1-6.9 10.9-9.3 18.9-23.2 63.8 2.6 77.5zM671.4 460.5c-10.7 1.7-20.2 8.3-26.2 22.2-21.5 49.5 45.4 84.9 79.4 53.3 16.3-15.2 24-31 6.5-48.1-5.9-5.8-12.3-11-19.1-15.6-12.5-8.6-27.5-13.9-40.6-11.8z'/%3E%3C/svg%3E")}.large-triangles{background-color:grey;background-color:var(--color-1);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='540' height='450' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='.1'%3E%3Cpath fill='%23444' d='M90 150 0 300h180z'/%3E%3Cpath d='M90 150 180 0H0z'/%3E%3Cpath fill='%23AAA' d='M270 150 360 0H180z'/%3E%3Cpath fill='%23DDD' d='m450 150-90 150h180z'/%3E%3Cpath fill='%23999' d='M450 150 540 0H360z'/%3E%3Cpath d='m630 150-90 150h180z'/%3E%3Cpath fill='%23DDD' d='M630 150 720 0H540z'/%3E%3Cpath fill='%23444' d='m810 150-90 150h180z'/%3E%3Cpath fill='%23FFF' d='M810 150 900 0H720z'/%3E%3Cpath fill='%23DDD' d='m990 150-90 150h180z'/%3E%3Cpath fill='%23444' d='m990 150 90-150H900z'/%3E%3Cpath fill='%23DDD' d='M90 450 0 600h180z'/%3E%3Cpath d='m90 450 90-150H0z'/%3E%3Cpath fill='%23666' d='m270 450-90 150h180z'/%3E%3Cpath fill='%23AAA' d='m270 450 90-150H180z'/%3E%3Cpath fill='%23DDD' d='m450 450-90 150h180z'/%3E%3Cpath fill='%23999' d='m450 450 90-150H360zM630 450l-90 150h180z'/%3E%3Cpath fill='%23FFF' d='m630 450 90-150H540z'/%3E%3Cpath d='m810 450-90 150h180z'/%3E%3Cpath fill='%23DDD' d='m810 450 90-150H720z'/%3E%3Cpath fill='%23AAA' d='m990 450-90 150h180z'/%3E%3Cpath fill='%23444' d='m990 450 90-150H900z'/%3E%3Cpath fill='%23222' d='M90 750 0 900h180z'/%3E%3Cpath d='m270 750-90 150h180z'/%3E%3Cpath fill='%23DDD' d='m270 750 90-150H180z'/%3E%3Cpath d='m450 750 90-150H360zM630 750l-90 150h180z'/%3E%3Cpath fill='%23444' d='m630 750 90-150H540z'/%3E%3Cpath fill='%23AAA' d='m810 750-90 150h180z'/%3E%3Cpath fill='%23666' d='m810 750 90-150H720z'/%3E%3Cpath fill='%23999' d='m990 750-90 150h180zM180 0 90 150h180z'/%3E%3Cpath fill='%23444' d='m360 0-90 150h180z'/%3E%3Cpath fill='%23FFF' d='m540 0-90 150h180z'/%3E%3Cpath d='m900 0-90 150h180z'/%3E%3Cpath fill='%23222' d='m0 300-90 150H90z'/%3E%3Cpath fill='%23FFF' d='m0 300 90-150H-90zM180 300 90 450h180z'/%3E%3Cpath fill='%23666' d='m180 300 90-150H90z'/%3E%3Cpath fill='%23222' d='m360 300-90 150h180z'/%3E%3Cpath fill='%23FFF' d='m360 300 90-150H270z'/%3E%3Cpath fill='%23444' d='m540 300-90 150h180z'/%3E%3Cpath fill='%23222' d='m540 300 90-150H450z'/%3E%3Cpath fill='%23AAA' d='m720 300-90 150h180z'/%3E%3Cpath fill='%23666' d='m720 300 90-150H630z'/%3E%3Cpath fill='%23FFF' d='m900 300-90 150h180z'/%3E%3Cpath fill='%23999' d='m900 300 90-150H810z'/%3E%3Cpath d='m0 600-90 150H90z'/%3E%3Cpath fill='%23666' d='m0 600 90-150H-90z'/%3E%3Cpath fill='%23AAA' d='M180 600 90 750h180z'/%3E%3Cpath fill='%23444' d='m180 600 90-150H90zM360 600l-90 150h180z'/%3E%3Cpath fill='%23999' d='m360 600 90-150H270z'/%3E%3Cpath fill='%23666' d='m540 600 90-150H450z'/%3E%3Cpath fill='%23222' d='m720 600-90 150h180z'/%3E%3Cpath fill='%23FFF' d='m900 600-90 150h180z'/%3E%3Cpath fill='%23222' d='m900 600 90-150H810z'/%3E%3Cpath fill='%23DDD' d='m0 900 90-150H-90z'/%3E%3Cpath fill='%23444' d='m180 900 90-150H90z'/%3E%3Cpath fill='%23FFF' d='m360 900 90-150H270z'/%3E%3Cpath fill='%23AAA' d='m540 900 90-150H450z'/%3E%3Cpath fill='%23FFF' d='m720 900 90-150H630z'/%3E%3Cpath fill='%23222' d='m900 900 90-150H810zM1080 300l-90 150h180z'/%3E%3Cpath fill='%23FFF' d='m1080 300 90-150H990z'/%3E%3Cpath d='m1080 600-90 150h180z'/%3E%3Cpath fill='%23666' d='m1080 600 90-150H990z'/%3E%3Cpath fill='%23DDD' d='m1080 900 90-150H990z'/%3E%3C/g%3E%3C/svg%3E")}.stripes{--sz:6px;--ts:50%/calc(var(--sz)*30) calc(var(--sz)*30);--hide-top:conic-gradient(from 90deg at 50% 90%,var(--color-1) 0 25%,#fff0 0 100%) var(--ts);--hide-bot:conic-gradient(from -90deg at 50% 10%,var(--color-1) 0 25%,#fff0 0 100%) var(--ts);background:var(--hide-top),var(--hide-top),var(--hide-top),conic-gradient(from 90deg at 50% 80%,#f1f1f1 0 25%,#fff0 0 100%) var(--ts),conic-gradient(from 90deg at 50% 70%,#e5e5f7 0 25%,#fff0 0 100%) var(--ts),conic-gradient(from 90deg at 50% 60%,#f1f1f1 0 25%,#fff0 0 100%) var(--ts),conic-gradient(from 90deg at 50% 50%,grey 0 25%,#fff0 0 100%) var(--ts),var(--hide-bot),var(--hide-bot),var(--hide-bot),conic-gradient(from -90deg at 50% 20%,#f1f1f1 0 25%,#fff0 0 100%) var(--ts),conic-gradient(from -90deg at 50% 30%,#e5e5f7 0 25%,#fff0 0 100%) var(--ts),conic-gradient(from -90deg at 50% 40%,#f1f1f1 0 25%,#fff0 0 100%) var(--ts),conic-gradient(from -90deg at 50% 50%,grey 0 25%,#fff0 0 100%) var(--ts),repeating-linear-gradient(90deg,grey 0 10%,#f1f1f1 0 20%,#e5e5f7 0 30%,#f1f1f1 0 40%,grey 0 50%) var(--ts),grey;background:var(--hide-top),var(--hide-top),var(--hide-top),conic-gradient(from 90deg at 50% 80%,var(--color-2) 0 25%,#fff0 0 100%) var(--ts),conic-gradient(from 90deg at 50% 70%,var(--color-3) 0 25%,#fff0 0 100%) var(--ts),conic-gradient(from 90deg at 50% 60%,var(--color-2) 0 25%,#fff0 0 100%) var(--ts),conic-gradient(from 90deg at 50% 50%,var(--color-1) 0 25%,#fff0 0 100%) var(--ts),var(--hide-bot),var(--hide-bot),var(--hide-bot),conic-gradient(from -90deg at 50% 20%,var(--color-2) 0 25%,#fff0 0 100%) var(--ts),conic-gradient(from -90deg at 50% 30%,var(--color-3) 0 25%,#fff0 0 100%) var(--ts),conic-gradient(from -90deg at 50% 40%,var(--color-2) 0 25%,#fff0 0 100%) var(--ts),conic-gradient(from -90deg at 50% 50%,var(--color-1) 0 25%,#fff0 0 100%) var(--ts),repeating-linear-gradient(90deg,var(--color-1) 0 10%,var(--color-2) 0 20%,var(--color-3) 0 30%,var(--color-2) 0 40%,var(--color-1) 0 50%) var(--ts),var(--color-1);height:100vh;margin:0;overflow:hidden;padding:0}.diagonal-waves{--s:100px;--_g:var(--color-2) 6% 14%,var(--color-1) 16% 24%,var(--color-2) 26% 34%,var(--color-1) 36% 44%,var(--color-2) 46% 54%,var(--color-1) 56% 64%,var(--color-2) 66% 74%,var(--color-1) 76% 84%,var(--color-2) 86% 94%;background:radial-gradient(100% 100% at 100% 0,grey 4%,var(--_g),#0008 96%,#0000),radial-gradient(100% 100% at 0 100%,#0000,#0008 4%,var(--_g),grey 96%) grey;background:radial-gradient(100% 100% at 100% 0,var(--color-1) 4%,var(--_g),#0008 96%,#0000),radial-gradient(100% 100% at 0 100%,#0000,#0008 4%,var(--_g),var(--color-1) 96%) var(--color-1);background-size:var(--s) var(--s)}.dynamic-diagonal-stripes{animation:move-stripes 8s linear infinite;background-color:#ababab;background-color:var(--color-4);background-image:repeating-linear-gradient(45deg,grey 0 10px,#f1f1f1 0 20px,#e5e5f7 0 30px,#ababab 0 40px);background-image:repeating-linear-gradient(45deg,var(--color-1) 0 10px,var(--color-2) 0 20px,var(--color-3) 0 30px,var(--color-4) 0 40px);background-size:200% 200%}@keyframes move-stripes{to{background-position:100% 100%}}.dynamic-rotating-dots-grid{animation:zoom-dots 23s ease-in-out infinite,scale-dots 7s ease-in-out infinite;background-color:#ababab;background-color:var(--color-4);background-image:radial-gradient(grey 5%,#0000 6%),radial-gradient(#f1f1f1 5%,#0000 6%),radial-gradient(#e5e5f7 5%,#0000 6%),radial-gradient(grey 5%,#0000 6%),radial-gradient(#f1f1f1 5%,#0000 6%);background-image:radial-gradient(var(--color-1) 5%,#0000 6%),radial-gradient(var(--color-2) 5%,#0000 6%),radial-gradient(var(--color-3) 5%,#0000 6%),radial-gradient(var(--color-1) 5%,#0000 6%),radial-gradient(var(--color-2) 5%,#0000 6%);background-position:0 0,20px 20px,10px 10px,30px 30px,40px 40px,60px 60px;background-size:60px 60px}@keyframes zoom-dots{0%,to{background-position:0 0,100px 100px,50px 50px,150px 150,200px 200px,300px 300px}50%{background-position:50% 50%,70% 70%,60% 60%,80% 80%,90% 90%,110% 110%}}@keyframes scale-dots{0%,to{background-size:60px 60px}50%{background-size:150px 150px}}.varying-stripes{background-attachment:fixed;background-color:#ccc;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 1200'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='0' x2='0' y1='0' y2='100%25' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a7a7a7'/%3E%3Cstop offset='.02' stop-color='%23ccc'/%3E%3Cstop offset='.02' stop-color='%23b0b0b0'/%3E%3Cstop offset='.032' stop-color='%23ccc'/%3E%3Cstop offset='.032' stop-color='%23b8b8b8'/%3E%3Cstop offset='.056' stop-color='%23ccc'/%3E%3Cstop offset='.056' stop-color='%23d6d6d6'/%3E%3Cstop offset='.07' stop-color='%23ccc'/%3E%3Cstop offset='.07' stop-color='%23cbcbcb'/%3E%3Cstop offset='.1' stop-color='%23ccc'/%3E%3Cstop offset='.1' stop-color='%23d2d2d2'/%3E%3Cstop offset='.126' stop-color='%23ccc'/%3E%3Cstop offset='.126' stop-color='%23d2d2d2'/%3E%3Cstop offset='.142' stop-color='%23ccc'/%3E%3Cstop offset='.142' stop-color='%23e5e5e5'/%3E%3Cstop offset='.159' stop-color='%23ccc'/%3E%3Cstop offset='.159' stop-color='%23d3d3d3'/%3E%3Cstop offset='.17' stop-color='%23ccc'/%3E%3Cstop offset='.17' stop-color='%23cdcdcd'/%3E%3Cstop offset='.197' stop-color='%23ccc'/%3E%3Cstop offset='.197' stop-color='%23e5e5e5'/%3E%3Cstop offset='.218' stop-color='%23ccc'/%3E%3Cstop offset='.218' stop-color='%23cacaca'/%3E%3Cstop offset='.239' stop-color='%23ccc'/%3E%3Cstop offset='.239' stop-color='%23d6d6d6'/%3E%3Cstop offset='.254' stop-color='%23ccc'/%3E%3Cstop offset='.254' stop-color='silver'/%3E%3Cstop offset='.283' stop-color='%23ccc'/%3E%3Cstop offset='.283' stop-color='%23efefef'/%3E%3Cstop offset='.294' stop-color='%23ccc'/%3E%3Cstop offset='.294' stop-color='%23dbdbdb'/%3E%3Cstop offset='.305' stop-color='%23ccc'/%3E%3Cstop offset='.305' stop-color='%23e5e5e5'/%3E%3Cstop offset='.332' stop-color='%23ccc'/%3E%3Cstop offset='.332' stop-color='%23a5a5a5'/%3E%3Cstop offset='.346' stop-color='%23ccc'/%3E%3Cstop offset='.346' stop-color='%23f3f3f3'/%3E%3Cstop offset='.362' stop-color='%23ccc'/%3E%3Cstop offset='.362' stop-color='%23a5a5a5'/%3E%3Cstop offset='.381' stop-color='%23ccc'/%3E%3Cstop offset='.381' stop-color='%23bcbcbc'/%3E%3Cstop offset='.415' stop-color='%23ccc'/%3E%3Cstop offset='.415' stop-color='%23aeaeae'/%3E%3Cstop offset='.428' stop-color='%23ccc'/%3E%3Cstop offset='.428' stop-color='%23b5b5b5'/%3E%3Cstop offset='.442' stop-color='%23ccc'/%3E%3Cstop offset='.442' stop-color='%23929292'/%3E%3Cstop offset='.456' stop-color='%23ccc'/%3E%3Cstop offset='.456' stop-color='%23c6c6c6'/%3E%3Cstop offset='.498' stop-color='%23ccc'/%3E%3Cstop offset='.498' stop-color='%23565656'/%3E%3Cstop offset='.511' stop-color='%23ccc'/%3E%3Cstop offset='.511' stop-color='%23b9b9b9'/%3E%3Cstop offset='.532' stop-color='%23ccc'/%3E%3Cstop offset='.532' stop-color='%23afafaf'/%3E%3Cstop offset='.541' stop-color='%23ccc'/%3E%3Cstop offset='.541' stop-color='%23cecece'/%3E%3Cstop offset='.56' stop-color='%23ccc'/%3E%3Cstop offset='.56' stop-color='%23d6d6d6'/%3E%3Cstop offset='.581' stop-color='%23ccc'/%3E%3Cstop offset='.581' stop-color='%23a4a4a4'/%3E%3Cstop offset='.6' stop-color='%23ccc'/%3E%3Cstop offset='.6' stop-color='%23cacaca'/%3E%3Cstop offset='.618' stop-color='%23ccc'/%3E%3Cstop offset='.618' stop-color='%23c6c6c6'/%3E%3Cstop offset='.656' stop-color='%23ccc'/%3E%3Cstop offset='.656' stop-color='%23c9c9c9'/%3E%3Cstop offset='.679' stop-color='%23ccc'/%3E%3Cstop offset='.679' stop-color='%23bababa'/%3E%3Cstop offset='.689' stop-color='%23ccc'/%3E%3Cstop offset='.689' stop-color='%23bbb'/%3E%3Cstop offset='.72' stop-color='%23ccc'/%3E%3Cstop offset='.72' stop-color='%23ccc'/%3E%3Cstop offset='.734' stop-color='%23ccc'/%3E%3Cstop offset='.734' stop-color='%23bbb'/%3E%3Cstop offset='.748' stop-color='%23ccc'/%3E%3Cstop offset='.748' stop-color='%23dedede'/%3E%3Cstop offset='.764' stop-color='%23ccc'/%3E%3Cstop offset='.764' stop-color='%23e3e3e3'/%3E%3Cstop offset='.788' stop-color='%23ccc'/%3E%3Cstop offset='.788' stop-color='%23d1d1d1'/%3E%3Cstop offset='.808' stop-color='%23ccc'/%3E%3Cstop offset='.808' stop-color='%23c6c6c6'/%3E%3Cstop offset='.831' stop-color='%23ccc'/%3E%3Cstop offset='.831' stop-color='%237f7f7f'/%3E%3Cstop offset='.856' stop-color='%23ccc'/%3E%3Cstop offset='.856' stop-color='%23d7d7d7'/%3E%3Cstop offset='.872' stop-color='%23ccc'/%3E%3Cstop offset='.872' stop-color='%23878787'/%3E%3Cstop offset='.894' stop-color='%23ccc'/%3E%3Cstop offset='.894' stop-color='%23c5c5c5'/%3E%3Cstop offset='.914' stop-color='%23ccc'/%3E%3Cstop offset='.914' stop-color='%23cdcdcd'/%3E%3Cstop offset='.942' stop-color='%23ccc'/%3E%3Cstop offset='.942' stop-color='%23ccc'/%3E%3Cstop offset='.957' stop-color='%23ccc'/%3E%3Cstop offset='.957' stop-color='%23c7c7c7'/%3E%3Cstop offset='.973' stop-color='%23ccc'/%3E%3Cstop offset='.973' stop-color='%23d1d1d1'/%3E%3Cstop offset='1' stop-color='%23ccc'/%3E%3Cstop offset='1' stop-color='%23c9c9c9'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='100%25' height='100%25'/%3E%3C/svg%3E");background-size:cover;height:100%;width:100%}.diagonal-vanishin{background-attachment:fixed;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2000' height='2000' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke-opacity='.62'%3E%3Cg stroke='%23666' stroke-width='17'%3E%3Cpath d='m-8-8 816 816M-8 792l816 816M-8-808 808 8'/%3E%3C/g%3E%3Cg stroke='%23686868' stroke-width='16'%3E%3Cpath d='m-8 767 816 816M-8 17l816 816M-8-33l816 816M-8-783 808 33'/%3E%3C/g%3E%3Cg stroke='%236a6a6a' stroke-width='15'%3E%3Cpath d='m-8 742 816 816M-8 42l816 816M-8-58l816 816M-8-758 808 58'/%3E%3C/g%3E%3Cg stroke='%236b6b6b' stroke-width='14'%3E%3Cpath d='m-8 67 816 816M-8 717l816 816M-8-733 808 83M-8-83l816 816'/%3E%3C/g%3E%3Cg stroke='%236d6d6d' stroke-width='13'%3E%3Cpath d='m-8 92 816 816M-8 692l816 816M-8-108l816 816M-8-708l816 816'/%3E%3C/g%3E%3Cg stroke='%236f6f6f' stroke-width='12'%3E%3Cpath d='m-8 667 816 816M-8 117l816 816M-8-133l816 816M-8-683l816 816'/%3E%3C/g%3E%3Cg stroke='%23717171' stroke-width='11'%3E%3Cpath d='m-8 642 816 816M-8 142l816 816M-8-158l816 816M-8-658l816 816'/%3E%3C/g%3E%3Cg stroke='%23737373' stroke-width='10'%3E%3Cpath d='m-8 167 816 816M-8 617l816 816M-8-633l816 816M-8-183l816 816'/%3E%3C/g%3E%3Cg stroke='%23747474' stroke-width='9'%3E%3Cpath d='m-8 592 816 816M-8 192l816 816M-8-608l816 816M-8-208l816 816'/%3E%3C/g%3E%3Cg stroke='%23767676' stroke-width='8'%3E%3Cpath d='m-8 567 816 816M-8 217l816 816M-8-233l816 816M-8-583l816 816'/%3E%3C/g%3E%3Cg stroke='%23787878' stroke-width='7'%3E%3Cpath d='m-8 242 816 816M-8 542l816 816M-8-558l816 816M-8-258l816 816'/%3E%3C/g%3E%3Cg stroke='%237a7a7a' stroke-width='6'%3E%3Cpath d='m-8 267 816 816M-8 517l816 816M-8-533l816 816M-8-283l816 816'/%3E%3C/g%3E%3Cg stroke='%237c7c7c' stroke-width='5'%3E%3Cpath d='m-8 292 816 816M-8 492l816 816M-8-308l816 816M-8-508l816 816'/%3E%3C/g%3E%3Cg stroke='%237d7d7d' stroke-width='4'%3E%3Cpath d='m-8 467 816 816M-8 317l816 816M-8-333l816 816M-8-483l816 816'/%3E%3C/g%3E%3Cg stroke='%237f7f7f' stroke-width='3'%3E%3Cpath d='m-8 342 816 816M-8 442l816 816M-8-458l816 816M-8-358l816 816'/%3E%3C/g%3E%3Cg stroke='%23818181' stroke-width='2'%3E%3Cpath d='m-8 367 816 816M-8 417l816 816M-8-433l816 816M-8-383l816 816'/%3E%3C/g%3E%3Cg stroke='%23838383'%3E%3Cpath d='m-8 392 816 816M-8-408l816 816'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.diagonal-vanishin,.wavy-vibes{background-color:grey;background-color:var(--color-1);height:100%;width:100%}.wavy-vibes{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='609' height='73.1' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23222' stroke-width='4.6' stroke-opacity='.63'%3E%3Cpath d='M-500 75s125-30 250-30S0 75 0 75s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30'/%3E%3Cpath d='M-500 45s125-30 250-30S0 45 0 45s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30M-500 105s125-30 250-30S0 105 0 105s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30'/%3E%3Cpath d='M-500 15s125-30 250-30S0 15 0 15s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30'/%3E%3Cpath d='M-500-15s125-30 250-30S0-15 0-15s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30M-500 135s125-30 250-30S0 135 0 135s125 30 250 30 250-30 250-30 125-30 250-30 250 30 250 30 125 30 250 30 250-30 250-30'/%3E%3C/g%3E%3C/svg%3E")}.network-connections{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23444' stroke-width='2.2'%3E%3Cpath d='m769 229 268 31.9M927 880 731 737l-211-77-211-122-269 61 255 165-168.5 115.5L40 599l-237-106 299-111-133-153L126.5 79.5-69-63'/%3E%3Cpath d='m-31 229 268 32 153 121 213 111-294.5 44.5-207-156M370 905l-75-141'/%3E%3Cpath d='m520 660 58 182 153-105 109-138-237-106-83 167-225 104 14-226 81-156 149-113 230-40L577.5 41.5 370 105 295-36 126.5 79.5 237 261 102 382 40 599-69 737l196 143'/%3E%3Cpath d='m520-140 58.5 182.5L731-63M603 493l-64-224-302-8 133-156m532 277L539 269M390 382H102'/%3E%3Cpath d='m-222 42 348.5 37.5L370 105l169 164 38.5-227.5L927 80 769 229l133 153-299 111 128 244M295-36l282.5 77.5M578 842l-283-78M40-201l87 281m-25 302-363-113'/%3E%3C/g%3E%3Cg fill='%23555'%3E%3Ccircle cx='769' cy='229' r='18'/%3E%3Ccircle cx='539' cy='269' r='18'/%3E%3Ccircle cx='603' cy='493' r='18'/%3E%3Ccircle cx='731' cy='737' r='18'/%3E%3Ccircle cx='520' cy='660' r='18'/%3E%3Ccircle cx='309' cy='538' r='18'/%3E%3Ccircle cx='295' cy='764' r='18'/%3E%3Ccircle cx='40' cy='599' r='18'/%3E%3Ccircle cx='102' cy='382' r='18'/%3E%3Ccircle cx='127' cy='80' r='18'/%3E%3Ccircle cx='370' cy='105' r='18'/%3E%3Ccircle cx='578' cy='42' r='18'/%3E%3Ccircle cx='237' cy='261' r='18'/%3E%3Ccircle cx='390' cy='382' r='18'/%3E%3C/g%3E%3C/svg%3E")}.network-connections,.organized-squares{background-color:grey;background-color:var(--color-1);height:100%;width:100%}.organized-squares{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 100 100'%3E%3Cpath fill-opacity='.35' fill='%23FFF' d='M0 0h60v60H0z'/%3E%3C/svg%3E")}.diagonal-arrows{background-color:grey;background-color:var(--color-1);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 200 200'%3E%3Cpath fill='%23FAFAFA' d='M100 0 0 100h100v100l100-100V0z'/%3E%3C/svg%3E");height:100%;width:100%}.radiant-gradient{background-attachment:fixed;background-color:#c57;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 60'%3E%3Cpath fill='%23c57' d='M0 0h11v11H0z'/%3E%3Cpath fill='%23ce5776' d='M10 0h11v11H10z'/%3E%3Cpath fill='%23d05a76' d='M0 10h11v11H0z'/%3E%3Cpath fill='%23d15c75' d='M20 0h11v11H20z'/%3E%3Cpath fill='%23d35f74' d='M10 10h11v11H10z'/%3E%3Cpath fill='%23d46174' d='M0 20h11v11H0z'/%3E%3Cpath fill='%23d66473' d='M30 0h11v11H30z'/%3E%3Cpath fill='%23d76673' d='M20 10h11v11H20z'/%3E%3Cpath fill='%23d96972' d='M10 20h11v11H10z'/%3E%3Cpath fill='%23da6c72' d='M0 30h11v11H0z'/%3E%3Cpath fill='%23db6e71' d='M40 0h11v11H40z'/%3E%3Cpath fill='%23dc7171' d='M30 10h11v11H30z'/%3E%3Cpath fill='%23dd7471' d='M20 20h11v11H20z'/%3E%3Cpath fill='%23de7671' d='M10 30h11v11H10z'/%3E%3Cpath fill='%23df7971' d='M0 40h11v11H0z'/%3E%3Cpath fill='%23e07c71' d='M50 0h11v11H50z'/%3E%3Cpath fill='%23e17e71' d='M40 10h11v11H40z'/%3E%3Cpath fill='%23e28171' d='M30 20h11v11H30z'/%3E%3Cpath fill='%23e38471' d='M20 30h11v11H20z'/%3E%3Cpath fill='%23e38771' d='M10 40h11v11H10z'/%3E%3Cpath fill='%23e48972' d='M0 50h11v11H0z'/%3E%3Cpath fill='%23e58c72' d='M60 0h11v11H60z'/%3E%3Cpath fill='%23e58f73' d='M50 10h11v11H50z'/%3E%3Cpath fill='%23e69173' d='M40 20h11v11H40z'/%3E%3Cpath fill='%23e69474' d='M30 30h11v11H30z'/%3E%3Cpath fill='%23e79775' d='M20 40h11v11H20z'/%3E%3Cpath fill='%23e79a75' d='M10 50h11v11H10z'/%3E%3Cpath fill='%23e89c76' d='M70 0h11v11H70z'/%3E%3Cpath fill='%23e89f77' d='M60 10h11v11H60z'/%3E%3Cpath fill='%23e8a278' d='M50 20h11v11H50z'/%3E%3Cpath fill='%23e9a47a' d='M40 30h11v11H40z'/%3E%3Cpath fill='%23e9a77b' d='M30 40h11v11H30z'/%3E%3Cpath fill='%23e9aa7c' d='M20 50h11v11H20z'/%3E%3Cpath fill='%23e9ac7e' d='M80 0h11v11H80z'/%3E%3Cpath fill='%23eaaf7f' d='M70 10h11v11H70z'/%3E%3Cpath fill='%23eab281' d='M60 20h11v11H60z'/%3E%3Cpath fill='%23eab482' d='M50 30h11v11H50z'/%3E%3Cpath fill='%23eab784' d='M40 40h11v11H40z'/%3E%3Cpath fill='%23eaba86' d='M30 50h11v11H30z'/%3E%3Cpath fill='%23ebbc88' d='M90 0h11v11H90z'/%3E%3Cpath fill='%23ebbf8a' d='M80 10h11v11H80z'/%3E%3Cpath fill='%23ebc18c' d='M70 20h11v11H70z'/%3E%3Cpath fill='%23ebc48e' d='M60 30h11v11H60z'/%3E%3Cpath fill='%23ebc790' d='M50 40h11v11H50z'/%3E%3Cpath fill='%23ebc992' d='M40 50h11v11H40z'/%3E%3Cpath fill='%23ebcc94' d='M90 10h11v11H90z'/%3E%3Cpath fill='%23ebce97' d='M80 20h11v11H80z'/%3E%3Cpath fill='%23ebd199' d='M70 30h11v11H70z'/%3E%3Cpath fill='%23ecd39c' d='M60 40h11v11H60z'/%3E%3Cpath fill='%23ecd69e' d='M50 50h11v11H50z'/%3E%3Cpath fill='%23ecd8a1' d='M90 20h11v11H90z'/%3E%3Cpath fill='%23ecdba4' d='M80 30h11v11H80z'/%3E%3Cpath fill='%23ecdda6' d='M70 40h11v11H70z'/%3E%3Cpath fill='%23ece0a9' d='M60 50h11v11H60z'/%3E%3Cpath fill='%23ede2ac' d='M90 30h11v11H90z'/%3E%3Cpath fill='%23ede4af' d='M80 40h11v11H80z'/%3E%3Cpath fill='%23ede7b2' d='M70 50h11v11H70z'/%3E%3Cpath fill='%23ede9b5' d='M90 40h11v11H90z'/%3E%3Cpath fill='%23eeecb8' d='M80 50h11v11H80z'/%3E%3Cpath fill='%23EEB' d='M90 50h11v11H90z'/%3E%3C/svg%3E");background-size:cover;height:100%;width:100%}.pink-lotus{background-color:#300;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 400'%3E%3Cdefs%3E%3CradialGradient id='a' cx='396' cy='281' r='514' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23D18'/%3E%3Cstop offset='1' stop-color='%23300'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='400' y1='148' x2='400' y2='333'%3E%3Cstop offset='0' stop-color='%23FA3' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23FA3' stop-opacity='.5'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h800v400H0z'/%3E%3Cg fill-opacity='.4' fill='url(%23b)'%3E%3Ccircle cx='267.5' cy='61' r='300'/%3E%3Ccircle cx='532.5' cy='61' r='300'/%3E%3Ccircle cx='400' cy='30' r='300'/%3E%3C/g%3E%3C/svg%3E");background-size:cover}.corner-circles{background-color:grey;background-color:var(--color-1);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='58' viewBox='0 0 90 90'%3E%3Ccircle fill-opacity='.15' fill='%23919191' cx='45' cy='45' r='41'/%3E%3Cg fill='%23FFF' fill-opacity='.15'%3E%3Ccircle cy='90' r='16'/%3E%3Ccircle cx='90' cy='90' r='16'/%3E%3Ccircle cx='90' r='16'/%3E%3Ccircle r='16'/%3E%3C/g%3E%3C/svg%3E");height:100%;width:100%}.lunar-intersection{background-color:#02004a;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cg fill='%23022870'%3E%3Cpath d='M1000-50H0l500 500zM550 500l500 500V0zM-50 0v1000l500-500zM0 1050h1000L500 550z'/%3E%3C/g%3E%3Cg fill='%23015095'%3E%3Cpath d='M1000-133.3H0l500 500zM633.3 500l500 500V0zM-133.3 0v1000l500-500zM0 1133.3h1000l-500-500z'/%3E%3C/g%3E%3Cg fill='%230178bb'%3E%3Cpath d='M1000-216.7H0l500 500zM716.7 500l500 500V0zM-216.7 0v1000l500-500zM0 1216.7h1000l-500-500z'/%3E%3C/g%3E%3Cg fill='%2300A0E0'%3E%3Cpath d='M1000-300H0l500 500zM800 500l500 500V0zM-300 0v1000l500-500zM0 1300h1000L500 800z'/%3E%3C/g%3E%3Cg fill-opacity='.5'%3E%3Cpath fill='%23002DA7' d='M0 707.1V292.9L292.9 0h414.2L1000 292.9v414.2L707.1 1000H292.9z'/%3E%3Cg fill='%23004ab5'%3E%3Cpath d='m464.6-242.5-707.1 707.1h707.1zM535.4 464.6h707.1L535.4-242.5zM-242.5 535.4l707.1 707.1V535.4zM535.4 1242.5l707.1-707.1H535.4z'/%3E%3C/g%3E%3Cg fill='%230067c4'%3E%3Cpath d='m405.7-301.4-707.1 707.1h707.1zM594.3 405.7h707.1L594.3-301.4zM-301.4 594.3l707.1 707.1V594.3zM594.3 1301.4l707.1-707.1H594.3z'/%3E%3C/g%3E%3Cg fill='%230083d2'%3E%3Cpath d='m346.8-360.3-707.1 707.1h707.1zM653.2 346.8h707.1L653.2-360.3zM-360.3 653.2l707.1 707.1V653.2zM653.2 1360.3l707.1-707.1H653.2z'/%3E%3C/g%3E%3Cg fill='%2300A0E0'%3E%3Cpath d='m287.9-419.2-707.1 707.1h707.1zM712.1 287.9h707.1L712.1-419.2zM-419.2 712.1l707.1 707.1V712.1zM712.1 1419.2l707.1-707.1H712.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.lunar-intersection,.solar-intersection{background-attachment:fixed;background-size:contain}.solar-intersection{background-color:#ff9;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cg fill='%23ffd573'%3E%3Cpath d='M1000-50H0l500 500zM550 500l500 500V0zM-50 0v1000l500-500zM0 1050h1000L500 550z'/%3E%3C/g%3E%3Cg fill='%23ffaa4d'%3E%3Cpath d='M1000-133.3H0l500 500zM633.3 500l500 500V0zM-133.3 0v1000l500-500zM0 1133.3h1000l-500-500z'/%3E%3C/g%3E%3Cg fill='%23ff8026'%3E%3Cpath d='M1000-216.7H0l500 500zM716.7 500l500 500V0zM-216.7 0v1000l500-500zM0 1216.7h1000l-500-500z'/%3E%3C/g%3E%3Cg fill='%23F50'%3E%3Cpath d='M1000-300H0l500 500zM800 500l500 500V0zM-300 0v1000l500-500zM0 1300h1000L500 800z'/%3E%3C/g%3E%3Cg fill-opacity='.5'%3E%3Cpath fill='%23FE0' d='M0 707.1V292.9L292.9 0h414.2L1000 292.9v414.2L707.1 1000H292.9z'/%3E%3Cg fill='%23ffc800'%3E%3Cpath d='m464.6-242.5-707.1 707.1h707.1zM535.4 464.6h707.1L535.4-242.5zM-242.5 535.4l707.1 707.1V535.4zM535.4 1242.5l707.1-707.1H535.4z'/%3E%3C/g%3E%3Cg fill='%23ffa200'%3E%3Cpath d='m405.7-301.4-707.1 707.1h707.1zM594.3 405.7h707.1L594.3-301.4zM-301.4 594.3l707.1 707.1V594.3zM594.3 1301.4l707.1-707.1H594.3z'/%3E%3C/g%3E%3Cg fill='%23ff7b00'%3E%3Cpath d='m346.8-360.3-707.1 707.1h707.1zM653.2 346.8h707.1L653.2-360.3zM-360.3 653.2l707.1 707.1V653.2zM653.2 1360.3l707.1-707.1H653.2z'/%3E%3C/g%3E%3Cg fill='%23F50'%3E%3Cpath d='m287.9-419.2-707.1 707.1h707.1zM712.1 287.9h707.1L712.1-419.2zM-419.2 712.1l707.1 707.1V712.1zM712.1 1419.2l707.1-707.1H712.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.aurora-lights{--stripe-color:#fff;--aurora-stripes:repeating-linear-gradient(100deg,var(--stripe-color) 0%,var(--stripe-color) 7%,#0000 10%,#0000 12%,var(--stripe-color) 16%);--aurora-rainbow:repeating-linear-gradient(100deg,#60a5fa 10%,#e879f9 15%,#60a5fa 20%,#5eead4 25%,#60a5fa 30%)}.aurora-colorful-lights,.aurora-lights{background-attachment:fixed;background-image:var(--aurora-stripes),var(--aurora-rainbow);background-position:50% 50%,50% 50%;background-size:300% 300%,200% 200%;height:100%;position:relative;width:100%}.aurora-colorful-lights{--stripe-color:var(--color-1,#fff);--aurora-stripes:repeating-linear-gradient(100deg,var(--stripe-color) 0%,var(--stripe-color) 7%,#0000 10%,#0000 12%,var(--stripe-color) 16%);--aurora-rainbow:repeating-linear-gradient(100deg,var(--color-1,#fff) 10%,var(--color-2,#fff) 15%,var(--color-3,#fff) 20%,var(--color-4,#fff) 25%,var(--color-1,#fff) 30%)}.aurora-colorful-lights:after,.aurora-lights:after{animation:aurora-lights-smooth-bg 60s linear infinite;background-attachment:fixed;background-image:var(--aurora-stripes),var(--aurora-rainbow);background-position:50% 50%,50% 50%;background-size:200% 200%,100% 100%;content:"";inset:0;mix-blend-mode:difference;position:absolute}@keyframes aurora-lights-smooth-bg{0%{background-position:50% 50%,50% 50%}to{background-position:350% 50%,350% 50%}}.skulls{background-color:grey;background-color:var(--color-1);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='180' height='180' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M82.42 180h-1.415L0 98.995v-2.827L6.167 90 0 83.833v-2.829L81.005 0h2.827L90 6.167 96.167 0h2.829L180 81.005v2.827L173.833 90 180 96.167v2.829L98.995 180h-2.827L90 173.833 83.833 180H82.42zm0-1.414L1.413 97.58 8.994 90l-7.58-7.58L82.42 1.413 90 8.994l7.58-7.58 81.006 81.005-7.58 7.58 7.58 7.58-81.005 81.006-7.58-7.58-7.58 7.58zM175.196 0h-25.832a23.975 23.975 0 0 0 4.625 7.868A9.976 9.976 0 0 0 151 15c0 5.523 4.477 10 10 10a3 3 0 0 1 3 3v4h16V0h-4.803a6 6 0 1 1-10.394 0h10.394-13.685A8.975 8.975 0 0 0 161 3v4a8 8 0 0 0 0 16c2.76 0 5 2.24 5 5v2h4v-4h2v4h4v-4h2v4h2V0h-4.803zm-15.783 0a11 11 0 0 0-.414 3v2.2a9.948 9.948 0 0 0-3.447 1.412A21.998 21.998 0 0 1 151.498 0h7.914zM180 17h-3l2.143-10H180v10zm-30.635 163a23.97 23.97 0 0 1-1.365-8c0-13.255 10.748-24 23.99-24H180v32h-30.635zm12.147 0a9.002 9.002 0 0 1 2.434-3.66l-1.345-1.48a11.005 11.005 0 0 0-3.186 5.14H151.5c-.97-2.48-1.5-5.177-1.5-8 0-12.15 9.84-22 22-22h8v30h-18.488zm13.685 0a5.997 5.997 0 0 0-5.197-3 5.998 5.998 0 0 0-5.197 3h10.394zM0 148h8.01C21.26 148 32 158.742 32 172c0 2.805-.48 5.498-1.366 8H0v-32zm0 2h8c12.15 0 22 9.847 22 22 0 2.822-.53 5.52-1.5 8h-7.914a11.007 11.007 0 0 0-3.187-5.14l-1.346 1.48a9.002 9.002 0 0 1 2.434 3.66H0v-30zm15.197 30A5.997 5.997 0 0 0 10 177a5.998 5.998 0 0 0-5.197 3h10.394zM0 32h16v-4a3 3 0 0 1 3-3c5.523 0 10-4.477 10-10a9.968 9.968 0 0 0-2.992-7.134A23.989 23.989 0 0 0 30.634 0H0v32zm0-2h2v-4h2v4h4v-4h2v4h4v-2c0-2.76 2.24-5 5-5a8 8 0 0 0 0-16V3c0-1.052-.18-2.062-.512-3H0v30zM28.5 0a21.972 21.972 0 0 1-4.05 6.613A9.961 9.961 0 0 0 21 5.2V3a11 11 0 0 0-.414-3H28.5zM0 17h3L.857 7H0v10zM15.197 0A6 6 0 1 1 4.803 0h10.394zM109 115a3 3 0 0 0-3 3v4H74v-4a3 3 0 0 0-3-3c-5.523 0-10-4.477-10-10a9.971 9.971 0 0 1 2.99-7.132A23.917 23.917 0 0 1 58 82c0-13.255 10.748-24 23.99-24h16.02C111.26 58 122 68.742 122 82a23.913 23.913 0 0 1-5.992 15.866A9.968 9.968 0 0 1 119 105c0 5.523-4.477 10-10 10zm0-2c-2.76 0-5 2.24-5 5v2h-4v-4h-2v4h-4v-4h-2v4h-4v-4h-2v4h-4v-2c0-2.76-2.24-5-5-5a8 8 0 0 1 0-16v-4a8.977 8.977 0 0 1 2.946-6.66L72.6 84.86A10.984 10.984 0 0 0 69 93v2.2a9.948 9.948 0 0 0-3.447 1.412A21.91 21.91 0 0 1 60 82c0-12.15 9.84-22 22-22h16c12.15 0 22 9.847 22 22a21.92 21.92 0 0 1-5.55 14.613A9.961 9.961 0 0 0 111 95.2V93a10.98 10.98 0 0 0-3.6-8.14l-1.346 1.48A8.977 8.977 0 0 1 109 93v4a8 8 0 0 1 0 16zM90.857 97 93 107h-6l2.143-10h1.714zM80 99a6 6 0 1 0 0-12 6 6 0 0 0 0 12zm20 0a6 6 0 1 0 0-12 6 6 0 0 0 0 12z' fill='%239C92AC' fill-opacity='.4' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:0 0;background-repeat:repeat;background-size:180px 180px;height:100%;width:100%}.topography{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='600'%3E%3Cpath fill='%239C92AC' fill-opacity='.44' d='M600 325.1v-1.17c-6.5 3.83-13.06 7.64-14.68 8.64-10.6 6.56-18.57 12.56-24.68 19.09-5.58 5.95-12.44 10.06-22.42 14.15-1.45.6-2.96 1.2-4.83 1.9l-4.75 1.82c-9.78 3.75-14.8 6.27-18.98 10.1-4.23 3.88-9.65 6.6-16.77 8.84-1.95.6-3.99 1.17-6.47 1.8l-6.14 1.53c-5.29 1.35-8.3 2.37-10.54 3.78-3.08 1.92-6.63 3.26-12.74 5.03a384.1 384.1 0 0 1-4.82 1.36c-2.04.58-3.6 1.04-5.17 1.52a110.03 110.03 0 0 0-11.2 4.05c-2.7 1.15-5.5 3.93-8.78 8.4a157.68 157.68 0 0 0-6.15 9.2c-5.75 9.07-7.58 11.74-10.24 14.51a50.97 50.97 0 0 1-4.6 4.22c-2.33 1.9-10.39 7.54-11.81 8.74a14.68 14.68 0 0 0-3.67 4.15c-1.24 2.3-1.9 4.57-2.78 8.87-2.17 10.61-3.52 14.81-8.2 22.1-4.07 6.33-6.8 9.88-9.83 12.99-.47.48-.95.96-1.5 1.48l-3.75 3.56c-1.67 1.6-3.18 3.12-4.86 4.9a42.44 42.44 0 0 0-9.89 16.94c-2.5 8.13-2.72 15.47-1.76 27.22.47 5.82.51 6.36.51 8.18 0 10.51.12 17.53.63 25.78.24 4.05.56 7.8.97 11.22h.9c-1.13-9.58-1.5-21.83-1.5-37 0-1.86-.04-2.4-.52-8.26-.94-11.63-.72-18.87 1.73-26.85a41.44 41.44 0 0 1 9.65-16.55c1.67-1.76 3.18-3.27 4.83-4.85.63-.6 3.13-2.96 3.75-3.57a71.6 71.6 0 0 0 1.52-1.5c3.09-3.16 5.86-6.76 9.96-13.15 4.77-7.42 6.15-11.71 8.34-22.44.86-4.21 1.5-6.4 2.68-8.6.68-1.25 1.79-2.48 3.43-3.86 1.38-1.15 9.43-6.8 11.8-8.72 1.71-1.4 3.26-2.81 4.7-4.3 2.72-2.85 4.56-5.54 10.36-14.67a156.9 156.9 0 0 1 6.1-9.15c3.2-4.33 5.9-7.01 8.37-8.07 3.5-1.5 7.06-2.77 11.1-4.02a233.84 233.84 0 0 1 7.6-2.2l2.38-.67c6.19-1.79 9.81-3.16 12.98-5.15 2.14-1.33 5.08-2.33 10.27-3.65l6.14-1.53c2.5-.63 4.55-1.2 6.52-1.82 7.24-2.27 12.79-5.06 17.15-9.05 4.05-3.72 9-6.2 18.66-9.9l4.75-1.82c1.87-.72 3.39-1.31 4.85-1.91 10.1-4.15 17.07-8.32 22.76-14.4 6.05-6.45 13.95-12.4 24.49-18.92 1.56-.96 7.82-4.6 14.15-8.33v-64.58c-4 8.15-8.52 14.85-12.7 17.9-2.51 1.82-5.38 4.02-9.04 6.92a1063.87 1063.87 0 0 0-6.23 4.98l-1.27 1.02a2309.25 2309.25 0 0 1-4.87 3.9c-7.55 6-12.9 10.05-17.61 13.19-3.1 2.06-3.86 2.78-8.06 7.13-5.84 6.07-11.72 8.62-29.15 10.95-11.3 1.5-20.04 4.91-30.75 11.07-1.65.94-7.27 4.27-6.97 4.1-2.7 1.58-4.69 2.69-6.64 3.66-5.63 2.8-10.47 4.17-15.71 4.17-17.13 0-41.44 11.51-51.63 22.83-12.05 13.4-31.42 27.7-45.25 31.16-7.4 1.85-11.85 7.05-14.04 14.69-1.26 4.4-1.58 8.28-1.58 13.82 0 .82.01.98.24 3.63.45 5.18.35 8.72-.77 13.26-1.53 6.2-4.89 12.6-10.59 19.43-13.87 16.65-22.88 46.58-22.88 71.68 0 2.39.02 4.26.06 8.75.12 10.8.1 15.8-.22 21.95-.56 11.18-2.09 20.73-5 29.3h-1.05c2.94-8.56 4.49-18.12 5.05-29.35.31-6.13.34-11.1.22-21.9-.04-4.48-.06-6.36-.06-8.75 0-25.32 9.07-55.47 23.12-72.32 5.6-6.72 8.88-12.99 10.38-19.03 1.09-4.4 1.18-7.85.74-12.93-.23-2.7-.24-2.86-.24-3.72 0-5.62.32-9.57 1.62-14.1 2.28-7.95 6.97-13.44 14.76-15.39 13.6-3.4 32.82-17.59 44.75-30.84C409 360.14 433.58 348.5 451 348.5c5.07 0 9.77-1.31 15.2-3.96'/%3E%3C/svg%3E")}.foods,.topography{background-color:grey;background-color:var(--color-1);height:100%;position:relative;width:100%}.foods{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='260' height='260'%3E%3Cg fill='%239C92AC' fill-opacity='.4' fill-rule='evenodd'%3E%3Cpath d='M24.37 16c.2.65.39 1.32.54 2h-3.74l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06A5 5 0 0 1-17.45 28v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H-20a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1L.9 19.22a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68 1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0L2.26 23h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM-13.82 27l16.37 4.91L18.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H-13.1zM284.37 16c.2.65.39 1.32.54 2h-3.74l1.17 2.34.45.9-.24.11V28a5 5 0 0 1-2.23 8.94l-.02.06a8 8 0 0 1-7.75 6h-20a8 8 0 0 1-7.74-6l-.02-.06a5 5 0 0 1-2.24-8.94v-6.76l-.79-1.58-.44-.9.9-.44.63-.32H240a23.01 23.01 0 0 1 44.37-2zm-36.82 2a1 1 0 0 0-.44.1l-3.1 1.56.89 1.79 1.31-.66a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .9 0l2.21-1.1a3 3 0 0 1 2.69 0l2.2 1.1a1 1 0 0 0 .86.02l2.88-1.27a3 3 0 0 1 2.43 0l2.88 1.27a1 1 0 0 0 .85-.02l3.1-1.55-.89-1.79-1.42.71a3 3 0 0 1-2.56.06l-2.77-1.23a1 1 0 0 0-.4-.09h-.01a1 1 0 0 0-.4.09l-2.78 1.23a3 3 0 0 1-2.56-.06l-2.3-1.15a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01a1 1 0 0 0-.44.1l-2.21 1.11a3 3 0 0 1-2.69 0l-2.2-1.1a1 1 0 0 0-.45-.11h-.01zm0-2h-4.9a21.01 21.01 0 0 1 39.61 0h-2.09l-.06-.13-.26.13h-32.31zm30.35 7.68 1.36-.68h1.3v2h-36v-1.15l.34-.17 1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.69 0l1.36-.68h2.59l1.36.68a3 3 0 0 0 2.56.06l1.67-.74h3.23l1.67.74a3 3 0 0 0 2.56-.06zM246.18 27l16.37 4.91L278.93 27h-32.75zm-.63 2h.34l16.66 5 16.67-5h.33a3 3 0 1 1 0 6h-34a3 3 0 1 1 0-6zm1.35 8a6 6 0 0 0 5.65 4h20a6 6 0 0 0 5.66-4H246.9zM159.5 21.02A9 9 0 0 0 151 15h-42a9 9 0 0 0-8.5 6.02 6 6 0 0 0 .02 11.96A8.99 8.99 0 0 0 109 45h42a9 9 0 0 0 8.48-12.02 6 6 0 0 0 .02-11.96zM151 17h-42a7 7 0 0 0-6.33 4h54.66a7 7 0 0 0-6.33-4zm-9.34 26a8.98 8.98 0 0 0 3.34-7h-2.82l-4.34 4.34c-.94-.94-2.23-1.34-3.66-1.34-2.74 0-4.98 2.24-4.98 4.98s2.24 4.98 4.98 4.98c1.43 0 2.72-.4 3.66-1.34l4-4.62h2.82z'/%3E%3C/g%3E%3C/svg%3E")}.liquid-wave{background-attachment:fixed;background-color:grey;background-color:var(--color-1);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 800'%3E%3Cg fill-opacity='.15'%3E%3Cpath fill='%23292929' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2-3.4-.7-6.8-1.3-10.2-2z'/%3E%3Cpath fill='%23525252' d='M1600 0H0v719.8C49 703 99.5 692 150.7 686.3c111.9-12.7 226-2.4 335.3 19.4 3.4.7 6.8 1.4 10.2 2 116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%237b7b7b' d='M478.4 581c3.2.8 6.4 1.7 9.5 2.5C684.1 636 876.6 717 1081.4 760.1c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9 107.3-6.6 214.6 10.2 317.3 37z'/%3E%3Cpath fill='%23a4a4a4' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7 102.8-.8 203.2 22.7 299.3 54.5 3 1 5.9 2 8.9 3 183.6 62 365.7 146.1 562.4 192.1 186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23CDCDCD' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1 2.8 1.1 5.5 2.3 8.3 3.4 171 71.6 342.7 158.5 531.3 207.7 198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2a483.5 483.5 0 0 1 181.8-23.8z'/%3E%3Cpath fill='%23d7d7d7' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2 93.6 12.1 180.5 47.7 263.3 89.6 2.6 1.3 5.1 2.6 7.7 3.9 158.4 81.1 319.7 170.9 500.3 223.2 210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23e1e1e1' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3 12.8-4.1 25.4-8.4 38.1-12.9V0h-1312c56 21.3 108.7 50.6 159.7 82 2.4 1.4 4.7 2.9 7.1 4.3z'/%3E%3Cpath fill='%23ebebeb' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2 191.8 69.2 400 74.7 595 21.1 40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23f5f5f5' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8 21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4 174.9 70.7 368.7 88.7 552 47.4z'/%3E%3Cpath fill='%23FFF' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723c157.7 71 335.6 101 506.2 72.4z'/%3E%3C/g%3E%3C/svg%3E");background-size:cover;height:100%;width:100%}.removed-starry-sky{background-image:url("data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 2000 1400%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cdefs%3E%3Cfilter id=%22b%22 x=%22-200%25%22 y=%22-200%25%22 width=%22500%25%22 height=%22500%25%22%3E%3CfeGaussianBlur in=%22SourceGraphic%22 stdDeviation=%2220%22%2F%3E%3C%2Ffilter%3E%3C%2Fdefs%3E%3Cpath fill=%22%23000336%22 d=%22M0 0h2000v1400H0z%22%2F%3E%3Cellipse cx=%22185.648%22 cy=%2279.344%22 rx=%222.338%22 ry=%221.919%22 fill=%22%23fff%22 opacity=%22.415%22%2F%3E%3Cellipse cx=%22341.914%22 cy=%2246.486%22 rx=%222.295%22 ry=%221.811%22 fill=%22%23fff%22 opacity=%22.693%22%2F%3E%3Cellipse cx=%22453.045%22 cy=%2254.478%22 rx=%221.357%22 ry=%221.266%22 fill=%22%23fff%22 opacity=%22.179%22%2F%3E%3Cellipse cx=%22623.543%22 cy=%2228.141%22 rx=%222.088%22 ry=%221.902%22 fill=%22%23fff%22 opacity=%22.754%22%2F%3E%3Cellipse cx=%22914.241%22 cy=%22111.7%22 rx=%221.432%22 ry=%221.389%22 fill=%22%23fff%22 opacity=%22.525%22%2F%3E%3Cellipse cx=%221023.679%22 cy=%2289.083%22 rx=%221.945%22 ry=%221.654%22 fill=%22%23fff%22 opacity=%22-.058%22%2F%3E%3Cellipse cx=%221218.784%22 cy=%222.528%22 rx=%221.767%22 ry=%221.27%22 fill=%22%23fff%22 opacity=%22-.289%22%2F%3E%3Cellipse cx=%221596.57%22 cy=%22130.588%22 rx=%221.372%22 ry=%221.281%22 fill=%22%23fff%22 opacity=%22.634%22%2F%3E%3Cellipse cx=%221717.641%22 cy=%2256.798%22 rx=%221.725%22 ry=%221.59%22 fill=%22%23fff%22 opacity=%22.398%22%2F%3E%3Cellipse cx=%221899.045%22 cy=%22106.551%22 rx=%221.253%22 ry=%221.002%22 fill=%22%23fff%22 opacity=%22.357%22%2F%3E%3Cellipse cx=%2252.977%22 cy=%22222.518%22 rx=%221.767%22 ry=%221.351%22 fill=%22%23fff%22 opacity=%22.827%22%2F%3E%3Cellipse cx=%22289.582%22 cy=%22272.787%22 rx=%221.863%22 ry=%221.611%22 fill=%22%23fff%22 opacity=%22.472%22%2F%3E%3Cellipse cx=%22479.278%22 cy=%22192.648%22 rx=%222.406%22 ry=%221.918%22 fill=%22%23fff%22 opacity=%22.337%22%2F%3E%3Cellipse cx=%22669.557%22 cy=%22155.814%22 rx=%221.687%22 ry=%221.663%22 fill=%22%23fff%22 opacity=%22.901%22%2F%3E%3Cellipse cx=%22814.683%22 cy=%22258.679%22 rx=%222.029%22 ry=%221.975%22 fill=%22%23fff%22 opacity=%22-.024%22%2F%3E%3Cellipse cx=%221096.416%22 cy=%22203.626%22 rx=%221.96%22 ry=%221.66%22 fill=%22%23fff%22 opacity=%22-.085%22%2F%3E%3Cellipse cx=%221332.011%22 cy=%22177.931%22 rx=%222.242%22 ry=%221.918%22 fill=%22%23fff%22 opacity=%22-.16%22%2F%3E%3Cellipse cx=%221450.343%22 cy=%22187.086%22 rx=%221.565%22 ry=%221.369%22 fill=%22%23fff%22 opacity=%22.019%22%2F%3E%3Cellipse cx=%221668.446%22 cy=%22160.117%22 rx=%221.568%22 ry=%221.475%22 fill=%22%23fff%22 opacity=%22.102%22%2F%3E%3Cellipse cx=%221945.593%22 cy=%22182.236%22 rx=%222.029%22 ry=%221.659%22 fill=%22%23fff%22 opacity=%22.281%22%2F%3E%3Cellipse cx=%2294.078%22 cy=%22304.157%22 rx=%222.095%22 ry=%221.632%22 fill=%22%23fff%22 opacity=%22.467%22%2F%3E%3Cellipse cx=%22223.591%22 cy=%22375.938%22 rx=%221.673%22 ry=%221.295%22 fill=%22%23fff%22 opacity=%22.583%22%2F%3E%3Cellipse cx=%22585.177%22 cy=%22365.975%22 rx=%221.932%22 ry=%221.579%22 fill=%22%23fff%22 opacity=%22.232%22%2F%3E%3Cellipse cx=%22614.814%22 cy=%22303.06%22 rx=%221.304%22 ry=%221.128%22 fill=%22%23fff%22 opacity=%22.844%22%2F%3E%3Cellipse cx=%22937.254%22 cy=%22372.965%22 rx=%221.554%22 ry=%221.379%22 fill=%22%23fff%22 opacity=%22.787%22%2F%3E%3Cellipse cx=%221164.735%22 cy=%22283.881%22 rx=%222.25%22 ry=%221.871%22 fill=%22%23fff%22 opacity=%22.632%22%2F%3E%3Cellipse cx=%221358.051%22 cy=%22400.893%22 rx=%221.725%22 ry=%221.309%22 fill=%22%23fff%22 opacity=%22.774%22%2F%3E%3Cellipse cx=%221426.61%22 cy=%22304.49%22 rx=%221.922%22 ry=%221.787%22 fill=%22%23fff%22 opacity=%22.825%22%2F%3E%3Cellipse cx=%221730.076%22 cy=%22365.975%22 rx=%222.338%22 ry=%221.843%22 fill=%22%23fff%22 opacity=%22.8%22%2F%3E%3Cellipse cx=%221819.382%22 cy=%22365.964%22 rx=%221.832%22 ry=%221.619%22 fill=%22%23fff%22 opacity=%22.361%22%2F%3E%3Cellipse cx=%2296.739%22 cy=%22425.563%22 rx=%221.579%22 ry=%221.122%22 fill=%22%23fff%22 opacity=%22.101%22%2F%3E%3Cellipse cx=%22367.852%22 cy=%22540.634%22 rx=%221.873%22 ry=%221.814%22 fill=%22%23fff%22 opacity=%22.042%22%2F%3E%3Cellipse cx=%22508.143%22 cy=%22475.396%22 rx=%221.469%22 ry=%221.138%22 fill=%22%23fff%22 opacity=%22.948%22%2F%3E%3Cellipse cx=%22686.252%22 cy=%22456.59%22 rx=%221.871%22 ry=%221.531%22 fill=%22%23fff%22 opacity=%22.44%22%2F%3E%3Cellipse cx=%22855.793%22 cy=%22494.687%22 rx=%221.342%22 ry=%221.32%22 fill=%22%23fff%22 opacity=%22.683%22%2F%3E%3Cellipse cx=%221142.301%22 cy=%22475.869%22 rx=%221.795%22 ry=%221.297%22 fill=%22%23fff%22 opacity=%22-.024%22%2F%3E%3Cellipse cx=%221295.996%22 cy=%22460.898%22 rx=%221.717%22 ry=%221.704%22 fill=%22%23fff%22 opacity=%22.401%22%2F%3E%3Cellipse cx=%221412.276%22 cy=%22424.436%22 rx=%221.648%22 ry=%221.229%22 fill=%22%23fff%22 opacity=%22.66%22%2F%3E%3Cellipse cx=%221795.608%22 cy=%22494.553%22 rx=%221.58%22 ry=%221.556%22 fill=%22%23fff%22 opacity=%22.675%22%2F%3E%3Cellipse cx=%221960.2%22 cy=%22552.084%22 rx=%221.682%22 ry=%221.266%22 fill=%22%23fff%22 opacity=%22.449%22%2F%3E%3Cellipse cx=%2288.743%22 cy=%22625.964%22 rx=%221.773%22 ry=%221.716%22 fill=%22%23fff%22 opacity=%22-.168%22%2F%3E%3Cellipse cx=%22217.845%22 cy=%22605.462%22 rx=%221.363%22 ry=%221.055%22 fill=%22%23fff%22 opacity=%22.305%22%2F%3E%3Cellipse cx=%22401.387%22 cy=%22632.587%22 rx=%221.521%22 ry=%221.139%22 fill=%22%23fff%22 opacity=%22.008%22%2F%3E%3Cellipse cx=%22783.08%22 cy=%22629.243%22 rx=%221.802%22 ry=%221.453%22 fill=%22%23fff%22 opacity=%22.586%22%2F%3E%3Cellipse cx=%22892.594%22 cy=%22667.08%22 rx=%222.017%22 ry=%221.613%22 fill=%22%23fff%22 opacity=%22.08%22%2F%3E%3Cellipse cx=%221037.891%22 cy=%22572.642%22 rx=%221.475%22 ry=%221.258%22 fill=%22%23fff%22 opacity=%22.384%22%2F%3E%3Cellipse cx=%221381.862%22 cy=%22664.49%22 rx=%222.03%22 ry=%221.768%22 fill=%22%23fff%22 opacity=%22.086%22%2F%3E%3Cellipse cx=%221436.263%22 cy=%22691.185%22 rx=%221.646%22 ry=%221.485%22 fill=%22%23fff%22 opacity=%22-.218%22%2F%3E%3Cellipse cx=%221661.476%22 cy=%22625.995%22 rx=%221.305%22 ry=%221.008%22 fill=%22%23fff%22 opacity=%22.477%22%2F%3E%3Cellipse cx=%221889.024%22 cy=%22678.846%22 rx=%221.504%22 ry=%221.238%22 fill=%22%23fff%22 opacity=%22.302%22%2F%3E%3Cellipse cx=%22102.414%22 cy=%22824.908%22 rx=%221.842%22 ry=%221.691%22 fill=%22%23fff%22 opacity=%22.525%22%2F%3E%3Cellipse cx=%22240.08%22 cy=%22823.653%22 rx=%221.703%22 ry=%221.219%22 fill=%22%23fff%22 opacity=%22.178%22%2F%3E%3Cellipse cx=%22581.258%22 cy=%22722.738%22 rx=%221.983%22 ry=%221.619%22 fill=%22%23fff%22 opacity=%22.074%22%2F%3E%3Cellipse cx=%22670.531%22 cy=%22733.594%22 rx=%221.713%22 ry=%221.61%22 fill=%22%23fff%22 opacity=%22.152%22%2F%3E%3Cellipse cx=%22891.683%22 cy=%22765.425%22 rx=%221.98%22 ry=%221.757%22 fill=%22%23fff%22 opacity=%22.17%22%2F%3E%3Cellipse cx=%221150.392%22 cy=%22770.979%22 rx=%221.211%22 ry=%221.168%22 fill=%22%23fff%22 opacity=%22-.171%22%2F%3E%3Cellipse cx=%221233.631%22 cy=%22779.522%22 rx=%221.31%22 ry=%221.238%22 fill=%22%23fff%22 opacity=%22.316%22%2F%3E%3Cellipse cx=%221515.398%22 cy=%22764.806%22 rx=%221.47%22 ry=%221.04%22 fill=%22%23fff%22 opacity=%22.579%22%2F%3E%3Cellipse cx=%221600.567%22 cy=%22719.285%22 rx=%221.693%22 ry=%221.688%22 fill=%22%23fff%22 opacity=%22.712%22%2F%3E%3Cellipse cx=%221927.93%22 cy=%22799.238%22 rx=%222.03%22 ry=%221.605%22 fill=%22%23fff%22 opacity=%22.697%22%2F%3E%3Cellipse cx=%2294.654%22 cy=%22909.785%22 rx=%221.847%22 ry=%221.353%22 fill=%22%23fff%22 opacity=%22-.141%22%2F%3E%3Cellipse cx=%22338.362%22 cy=%22881.55%22 rx=%221.727%22 ry=%221.642%22 fill=%22%23fff%22 opacity=%22.12%22%2F%3E%3Cellipse cx=%22433.155%22 cy=%22849.372%22 rx=%221.923%22 ry=%221.596%22 fill=%22%23fff%22 opacity=%22.444%22%2F%3E%3Cellipse cx=%22779.012%22 cy=%22863.91%22 rx=%221.082%22 ry=%221.06%22 fill=%22%23fff%22 opacity=%22-.12%22%2F%3E%3Cellipse cx=%22910.928%22 cy=%22926.11%22 rx=%221.288%22 ry=%221.219%22 fill=%22%23fff%22 opacity=%22.297%22%2F%3E%3Cellipse cx=%221194.252%22 cy=%22843.75%22 rx=%222.235%22 ry=%221.914%22 fill=%22%23fff%22 opacity=%22.552%22%2F%3E%3Cellipse cx=%221338.435%22 cy=%22923.823%22 rx=%221.569%22 ry=%221.319%22 fill=%22%23fff%22 opacity=%22.38%22%2F%3E%3Cellipse cx=%221512.163%22 cy=%22932.532%22 rx=%221.293%22 ry=%221.013%22 fill=%22%23fff%22 opacity=%22.305%22%2F%3E%3Cellipse cx=%221676.612%22 cy=%22863.69%22 rx=%221.614%22 ry=%221.31%22 fill=%22%23fff%22 opacity=%22.411%22%2F%3E%3Cellipse cx=%221849.877%22 cy=%22873.61%22 rx=%222.101%22 ry=%221.891%22 fill=%22%23fff%22 opacity=%22.735%22%2F%3E%3Cellipse cx=%2234.271%22 cy=%22980.857%22 rx=%221.658%22 ry=%221.481%22 fill=%22%23fff%22 opacity=%22.577%22%2F%3E%3Cellipse cx=%22395.062%22 cy=%221105.572%22 rx=%221.723%22 ry=%221.711%22 fill=%22%23fff%22 opacity=%22.396%22%2F%3E%3Cellipse cx=%22513.699%22 cy=%22990.724%22 rx=%222.247%22 ry=%221.929%22 fill=%22%23fff%22 opacity=%22.468%22%2F%3E%3Cellipse cx=%22786.887%22 cy=%221029.86%22 rx=%221.674%22 ry=%221.402%22 fill=%22%23fff%22 opacity=%22.632%22%2F%3E%3Cellipse cx=%22936.03%22 cy=%221027.738%22 rx=%222.119%22 ry=%221.973%22 fill=%22%23fff%22 opacity=%22.231%22%2F%3E%3Cellipse cx=%221156.444%22 cy=%221011.639%22 rx=%221.875%22 ry=%221.75%22 fill=%22%23fff%22 opacity=%22.812%22%2F%3E%3Cellipse cx=%221255.303%22 cy=%22997.115%22 rx=%222.221%22 ry=%221.873%22 fill=%22%23fff%22 opacity=%22.531%22%2F%3E%3Cellipse cx=%221495.421%22 cy=%22986.495%22 rx=%221.87%22 ry=%221.748%22 fill=%22%23fff%22 opacity=%22.534%22%2F%3E%3Cellipse cx=%221763.179%22 cy=%221107.174%22 rx=%221.402%22 ry=%221.13%22 fill=%22%23fff%22 opacity=%22.192%22%2F%3E%3Cellipse cx=%221917.638%22 cy=%221031.828%22 rx=%222.21%22 ry=%221.903%22 fill=%22%23fff%22 opacity=%22-.054%22%2F%3E%3Cellipse cx=%225.903%22 cy=%221179.967%22 rx=%222.167%22 ry=%221.82%22 fill=%22%23fff%22 opacity=%22.433%22%2F%3E%3Cellipse cx=%22223.292%22 cy=%221216.058%22 rx=%222.102%22 ry=%221.854%22 fill=%22%23fff%22 opacity=%22-.004%22%2F%3E%3Cellipse cx=%22481.757%22 cy=%221136.191%22 rx=%221.99%22 ry=%221.77%22 fill=%22%23fff%22 opacity=%22.785%22%2F%3E%3Cellipse cx=%22789.64%22 cy=%221177.962%22 rx=%221.75%22 ry=%221.738%22 fill=%22%23fff%22 opacity=%22.421%22%2F%3E%3Cellipse cx=%22849.075%22 cy=%221208.406%22 rx=%221.336%22 ry=%221.268%22 fill=%22%23fff%22 opacity=%22-.008%22%2F%3E%3Cellipse cx=%221022.212%22 cy=%221151.403%22 rx=%221.705%22 ry=%221.348%22 fill=%22%23fff%22 opacity=%22.336%22%2F%3E%3Cellipse cx=%221276.801%22 cy=%221257.88%22 rx=%221.903%22 ry=%221.407%22 fill=%22%23fff%22 opacity=%22.341%22%2F%3E%3Cellipse cx=%221567.063%22 cy=%221225.215%22 rx=%221.501%22 ry=%221.333%22 fill=%22%23fff%22 opacity=%22.187%22%2F%3E%3Cellipse cx=%221716.34%22 cy=%221230.35%22 rx=%221.929%22 ry=%221.911%22 fill=%22%23fff%22 opacity=%22.623%22%2F%3E%3Cellipse cx=%221997.796%22 cy=%221134.357%22 rx=%221.57%22 ry=%221.54%22 fill=%22%23fff%22 opacity=%22.069%22%2F%3E%3Cellipse cx=%2217.376%22 cy=%221390.619%22 rx=%221.123%22 ry=%221.042%22 fill=%22%23fff%22 opacity=%22-.131%22%2F%3E%3Cellipse cx=%22371.682%22 cy=%221283.343%22 rx=%221.577%22 ry=%221.089%22 fill=%22%23fff%22 opacity=%22.149%22%2F%3E%3Cellipse cx=%22508.794%22 cy=%221366.593%22 rx=%221.714%22 ry=%221.374%22 fill=%22%23fff%22 opacity=%22-.221%22%2F%3E%3Cellipse cx=%22742.769%22 cy=%221296.18%22 rx=%221.907%22 ry=%221.42%22 fill=%22%23fff%22 opacity=%22.621%22%2F%3E%3Cellipse cx=%22952.565%22 cy=%221335.306%22 rx=%221.956%22 ry=%221.783%22 fill=%22%23fff%22 opacity=%22.164%22%2F%3E%3Cellipse cx=%221182.048%22 cy=%221338.919%22 rx=%221.823%22 ry=%221.367%22 fill=%22%23fff%22 opacity=%22.178%22%2F%3E%3Cellipse cx=%221376.858%22 cy=%221270.478%22 rx=%221.677%22 ry=%221.252%22 fill=%22%23fff%22 opacity=%22.334%22%2F%3E%3Cellipse cx=%221582.339%22 cy=%221344.639%22 rx=%221.282%22 ry=%221.137%22 fill=%22%23fff%22 opacity=%22.595%22%2F%3E%3Cellipse cx=%221729.634%22 cy=%221341.258%22 rx=%221.463%22 ry=%221.103%22 fill=%22%23fff%22 opacity=%22.539%22%2F%3E%3Cellipse cx=%221955.637%22 cy=%221295.314%22 rx=%221.82%22 ry=%221.492%22 fill=%22%23fff%22 opacity=%22-.258%22%2F%3E%3Cg transform=%22rotate%28-57.315 561.001 -554.878%29%22%3E%3Cdefs%3E%3ClinearGradient id=%22a%22 x1=%220%22 y1=%221%22 x2=%22222.248%22 y2=%221%22 gradientUnits=%22userSpaceOnUse%22%3E%3Cstop stop-color=%22%23fff%22%2F%3E%3Cstop offset=%22.3%22 stop-color=%22%23fff%22 stop-opacity=%22.1%22%2F%3E%3Cstop offset=%22.7%22 stop-color=%22%23fff%22 stop-opacity=%220%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Crect x=%22-11.112%22 y=%22-12.5%22 width=%2288.899%22 height=%2225%22 rx=%2225%22 ry=%2225%22 fill=%22url%28%23a%29%22 filter=%22url%28%23b%29%22 opacity=%22.4%22%2F%3E%3Crect width=%22133.349%22 height=%228%22 rx=%228%22 ry=%228%22 fill=%22url%28%23a%29%22%2F%3E%3C%2Fg%3E%3Cg transform=%22rotate%28-59.488 381.417 185.61%29%22 fill=%22url%28%23a%29%22%3E%3Crect x=%22-16.644%22 y=%22-12.5%22 width=%22133.149%22 height=%2225%22 rx=%2225%22 ry=%2225%22 filter=%22url%28%23b%29%22 opacity=%22.4%22%2F%3E%3Crect width=%22199.724%22 height=%228%22 rx=%228%22 ry=%228%22%2F%3E%3C%2Fg%3E%3Cg transform=%22rotate%28-62.128 1528.29 -1111.88%29%22 fill=%22url%28%23a%29%22%3E%3Crect x=%22-13.543%22 y=%22-12.5%22 width=%22108.346%22 height=%2225%22 rx=%2225%22 ry=%2225%22 filter=%22url%28%23b%29%22 opacity=%22.4%22%2F%3E%3Crect width=%22162.519%22 height=%228%22 rx=%228%22 ry=%228%22%2F%3E%3C%2Fg%3E%3Cg transform=%22rotate%28-62.748 1253.61 -364.069%29%22 fill=%22url%28%23a%29%22%3E%3Crect x=%22-12.732%22 y=%22-12.5%22 width=%22101.857%22 height=%2225%22 rx=%2225%22 ry=%2225%22 filter=%22url%28%23b%29%22 opacity=%22.4%22%2F%3E%3Crect width=%22152.786%22 height=%228%22 rx=%228%22 ry=%228%22%2F%3E%3C%2Fg%3E%3Cg transform=%22rotate%28-57.103 1753.089 -345.157%29%22 fill=%22url%28%23a%29%22%3E%3Crect x=%22-11.52%22 y=%22-12.5%22 width=%2292.158%22 height=%2225%22 rx=%2225%22 ry=%2225%22 filter=%22url%28%23b%29%22 opacity=%22.4%22%2F%3E%3Crect width=%22138.238%22 height=%228%22 rx=%228%22 ry=%228%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}.confetti-brazil,.removed-starry-sky{background-position:50%;background-repeat:repeat;background-size:cover;height:100%;width:100%}.confetti-brazil{background-image:url("data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 2000 1400%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath fill=%22%23fff%22 d=%22M0 0h2000v1400H0z%22%2F%3E%3Crect x=%221349%22 y=%22539%22 width=%2212%22 height=%2231%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.73535 .6019 -.68554 -.79876 2782.116 205.479%29%22%2F%3E%3Crect x=%22292%22 y=%22280%22 width=%228%22 height=%2216%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.3749 .94675 -.9198 -.34459 620.5 143.348%29%22%2F%3E%3Crect x=%22379%22 y=%22243%22 width=%2212%22 height=%2230%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.75448 .80105 -.61529 .67216 213.782 -106.113%29%22%2F%3E%3Crect x=%221291%22 y=%22333%22 width=%227%22 height=%2215%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.81892 .28982 -.59449 -1.01073 2583.59 730.087%29%22%2F%3E%3Crect x=%22226%22 y=%22888%22 width=%2210%22 height=%2216%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.40375 1.01404 -.965 .05314 1167.544 654.873%29%22%2F%3E%3Crect x=%22103%22 y=%22433%22 width=%2211%22 height=%2225%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.84036 .21256 -.75106 -1 695.617 891%29%22%2F%3E%3Crect x=%221528%22 y=%221088%22 width=%228%22 height=%2210%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.06993 1 -.99265 -.1051 2636.405 -163.101%29%22%2F%3E%3Crect x=%221805%22 y=%22752%22 width=%227%22 height=%2217%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.08716 .98703 -.9962 -.19186 2723.727 -688.56%29%22%2F%3E%3Crect x=%22147%22 y=%22521%22 width=%2213%22 height=%2220%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.39176 .73942 -.96066 -.73942 784.49 857.06%29%22%2F%3E%3Crect x=%22319%22 y=%22511%22 width=%2210%22 height=%2218%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%281.04219 .86692 -.45055 .58474 409.88 34.109%29%22%2F%3E%3Crect x=%221842%22 y=%22391%22 width=%228%22 height=%2211%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-1.04028 -.16358 -.45494 -1.03282 4240.51 1672.364%29%22%2F%3E%3Crect x=%22328%22 y=%22316%22 width=%2210%22 height=%2218%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.93225 .35886 -.35801 .93486 120.967 -80.879%29%22%2F%3E%3Crect x=%2242%22 y=%221098%22 width=%228%22 height=%2216%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.46753 1.0249 -1.00021 -.05371 1450.91 1128.88%29%22%2F%3E%3Crect x=%22639%22 y=%2276%22 width=%2213%22 height=%2218%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.86104 .42677 -.49667 -.91521 1234.308 -21.969%29%22%2F%3E%3Crect x=%221703%22 y=%22866%22 width=%2213%22 height=%2224%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%281.00282 .24225 -.1058 .97163 172.724 -299.63%29%22%2F%3E%3Crect x=%22408%22 y=%221260%22 width=%228%22 height=%2211%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.28797 .90128 -.9365 -.54154 1617.935 1713.363%29%22%2F%3E%3Crect x=%22358%22 y=%22584%22 width=%228%22 height=%229%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.52991 1.01985 -.94348 .07131 891.324 254.29%29%22%2F%3E%3Crect x=%221529%22 y=%22922%22 width=%228%22 height=%2223%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%281.10919 .47532 -.01776 .89395 254.227 -386.873%29%22%2F%3E%3Crect x=%221646%22 y=%22724%22 width=%2213%22 height=%2230%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.92863 .52285 -.30418 .9056 233.878 -289.018%29%22%2F%3E%3Crect x=%221838%22 y=%221217%22 width=%229%22 height=%2219%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.85249 .25437 -.51211 -1.02023 4009.455 2607.796%29%22%2F%3E%3Crect x=%22276%22 y=%221368%22 width=%2212%22 height=%2216%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.8231 .87321 -.65063 .52468 1197.444 462.613%29%22%2F%3E%3Crect x=%221908%22 y=%22349%22 width=%2212%22 height=%2232%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.25603 .79783 -1.05336 -.62334 2980.114 -631.388%29%22%2F%3E%3Crect x=%22851%22 y=%221114%22 width=%227%22 height=%2212%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.1644 .91311 -1.0185 -.4258 2329.698 921.55%29%22%2F%3E%3Crect x=%22384%22 y=%2237%22 width=%2211%22 height=%2226%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.3168 .8268 -.97075 -.62304 572.222 -136.523%29%22%2F%3E%3Crect x=%221687%22 y=%221366%22 width=%2213%22 height=%2226%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.80074 .47409 -.60335 .89162 1149.545 -891.42%29%22%2F%3E%3Crect x=%22463%22 y=%22523%22 width=%229%22 height=%2226%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.17353 .97949 -.98405 -.2082 1066.295 214.183%29%22%2F%3E%3Crect x=%221563%22 y=%22404%22 width=%2212%22 height=%2213%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.22952 .9977 -.97004 .14022 1653.39 -1405.107%29%22%2F%3E%3Crect x=%22956%22 y=%221191%22 width=%2213%22 height=%2228%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.9005 .473 -.42057 -.88958 2412.025 1703.502%29%22%2F%3E%3Crect x=%221242%22 y=%221076%22 width=%2211%22 height=%2216%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.9799 .07014 -.24379 1.00306 222.706 -221.934%29%22%2F%3E%3Crect x=%22775%22 y=%22346%22 width=%2213%22 height=%2213%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-1.02094 .37928 -.10969 -.93874 1589.946 263.225%29%22%2F%3E%3Crect x=%221670%22 y=%22113%22 width=%2211%22 height=%2220%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%281.03995 .82402 -.40107 .6438 152.617 -824.574%29%22%2F%3E%3Crect x=%221865%22 y=%221288%22 width=%2213%22 height=%2226%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.37447 .6825 -1.03442 -.78512 4376.288 1581.796%29%22%2F%3E%3Crect x=%221700%22 y=%221201%22 width=%227%22 height=%228%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.72235 .56616 -.69535 -.83937 4075.779 982.176%29%22%2F%3E%3Crect x=%22544%22 y=%22211%22 width=%227%22 height=%2217%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.75584 .46363 -.6072 -.95058 1051.715 362.835%29%22%2F%3E%3Crect x=%221546%22 y=%22239%22 width=%229%22 height=%2219%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.3415 .94199 -.93729 -.34286 2287.965 -1018.43%29%22%2F%3E%3Crect x=%2215%22 y=%22803%22 width=%228%22 height=%2222%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.9703 .41301 -.24192 -.92764 234.36 1557.9%29%22%2F%3E%3Crect x=%221076%22 y=%221380%22 width=%2211%22 height=%2212%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.27584 .97496 -.962 .22509 2141.362 57.371%29%22%2F%3E%3Crect x=%221544%22 y=%22942%22 width=%227%22 height=%2211%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.05106 .984 -1.02994 -.26366 2597.617 -24.623%29%22%2F%3E%3Crect x=%221134%22 y=%22791%22 width=%2212%22 height=%2225%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.10727 .97496 -1.05044 -.22509 2119.572 -87.29%29%22%2F%3E%3Crect x=%221355%22 y=%22385%22 width=%228%22 height=%2216%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.34305 .68982 -1.05502 -.79355 2447.904 208.963%29%22%2F%3E%3Crect x=%22226%22 y=%22209%22 width=%2213%22 height=%2221%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.28697 .83378 -.99085 -.60578 545.877 216.583%29%22%2F%3E%3Crect x=%22743%22 y=%22485%22 width=%2210%22 height=%2222%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.85446 .27989 -.59297 .9761 345.305 -329.39%29%22%2F%3E%3Crect x=%22592%22 y=%221368%22 width=%2212%22 height=%2215%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.78251 .73044 -.61338 .70537 1362.063 -136.987%29%22%2F%3E%3Crect x=%22718%22 y=%22277%22 width=%227%22 height=%2215%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.27525 .96823 -.94867 -.29602 1133.943 -215.584%29%22%2F%3E%3Crect x=%2296%22 y=%22841%22 width=%229%22 height=%2223%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.49294 .98526 -.89205 -.24565 837.482 945.18%29%22%2F%3E%3Crect x=%22946%22 y=%22447%22 width=%229%22 height=%2221%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.40928 .83982 -.92494 -.54539 1849.334 -141.05%29%22%2F%3E%3Crect x=%22892%22 y=%22452%22 width=%2211%22 height=%2224%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.7067 .70754 -.70665 .70754 606.224 -530.654%29%22%2F%3E%3Crect x=%22687%22 y=%22470%22 width=%2213%22 height=%2237%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.96089 .32877 -.25104 .95481 232.874 -303.39%29%22%2F%3E%3Crect x=%221552%22 y=%22729%22 width=%2211%22 height=%2232%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.99066 .08737 -.12241 .99863 15.987 -26.143%29%22%2F%3E%3Crect x=%22150%22 y=%22462%22 width=%2213%22 height=%2221%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.06967 .99313 -.99588 .1573 624.112 226.304%29%22%2F%3E%3Crect x=%221133%22 y=%221151%22 width=%229%22 height=%229%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.60182 .87253 -.79864 .50375 1375.759 -279.423%29%22%2F%3E%3Crect x=%22270%22 y=%22552%22 width=%228%22 height=%2210%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%281.01257 .05234 .21664 .99878 34.232 -18.446%29%22%2F%3E%3Crect x=%221559%22 y=%221205%22 width=%229%22 height=%2224%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.57226 .79102 -.81709 .61801 1700.887 -908.672%29%22%2F%3E%3Crect x=%22668%22 y=%22297%22 width=%229%22 height=%2215%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.77485 .57674 -.6273 -.82366 1371.496 238.133%29%22%2F%3E%3Crect x=%22589%22 y=%221321%22 width=%2213%22 height=%2232%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.243 .98784 -.97382 .15646 1892.228 529.163%29%22%2F%3E%3Crect x=%221116%22 y=%22423%22 width=%2212%22 height=%2217%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.6554 .46249 -.87594 -.90768 2421.587 522.349%29%22%2F%3E%3Crect x=%22498%22 y=%22276%22 width=%2211%22 height=%2216%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-1.01689 -.23653 -.17679 -1.02451 1104.871 857.65%29%22%2F%3E%3Crect x=%221421%22 y=%221344%22 width=%229%22 height=%2215%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.91042 .77726 -.54932 .62942 1344.026 -582.264%29%22%2F%3E%3Crect x=%221846%22 y=%22938%22 width=%2212%22 height=%2235%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.97812 .4851 -.29684 .87515 546.263 -843.796%29%22%2F%3E%3Crect x=%221628%22 y=%22486%22 width=%227%22 height=%2214%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.22833 1.00122 -.9948 .01748 1841.033 -1063.603%29%22%2F%3E%3Crect x=%221059%22 y=%221193%22 width=%2212%22 height=%2221%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.54074 1.0489 -.91557 .07335 1836.424 344.188%29%22%2F%3E%3Crect x=%221788%22 y=%221068%22 width=%2210%22 height=%2220%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.78135 .877 -.63285 .56952 1102.629 -560.217%29%22%2F%3E%3Crect x=%22767%22 y=%22933%22 width=%227%22 height=%2210%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.57358 .7891 -.81915 -.6165 1980.805 948.668%29%22%2F%3E%3Crect x=%221681%22 y=%221175%22 width=%228%22 height=%2214%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.17289 .98721 -.98247 .17407 2464.066 -569.38%29%22%2F%3E%3Crect x=%22780%22 y=%22973%22 width=%2213%22 height=%2227%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%281.06766 .35886 -.00526 .93486 285.905 -176.765%29%22%2F%3E%3Crect x=%22734%22 y=%2236%22 width=%228%22 height=%2213%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.14072 1.0068 -1.01805 -.17753 698.37 -536.113%29%22%2F%3E%3Crect x=%22930%22 y=%22519%22 width=%2210%22 height=%2216%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.95736 .71293 -.41128 .73826 361.014 -312.792%29%22%2F%3E%3Crect x=%221172%22 y=%22694%22 width=%2210%22 height=%2214%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.26364 .85834 -1.00662 -.51574 2413.083 -9.417%29%22%2F%3E%3Crect x=%221476%22 y=%221359%22 width=%2213%22 height=%2220%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.46519 1.01632 -.91857 .14283 2230.24 9.034%29%22%2F%3E%3Crect x=%221214%22 y=%221134%22 width=%229%22 height=%229%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.86853 .6508 -.5015 -.7756 2831.254 1035.522%29%22%2F%3E%3Crect x=%221272%22 y=%22784%22 width=%229%22 height=%2215%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.55415 .68165 -.85157 -.75705 2730.59 768.703%29%22%2F%3E%3Crect x=%22167%22 y=%22673%22 width=%2210%22 height=%2210%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.5089 .57169 -.99473 -.84756 1166.132 1190.875%29%22%2F%3E%3Crect x=%22124%22 y=%22551%22 width=%2210%22 height=%2218%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.07902 1.04974 -.96232 -.1289 583.493 541.181%29%22%2F%3E%3Crect x=%221953%22 y=%221214%22 width=%228%22 height=%2212%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.37952 .90211 -.91514 -.45965 4026.278 -294.621%29%22%2F%3E%3Crect x=%221458%22 y=%22476%22 width=%228%22 height=%2211%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.69467 .73147 -.71933 .6821 808.665 -941.854%29%22%2F%3E%3Crect x=%221379%22 y=%22512%22 width=%227%22 height=%2210%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.80998 .41919 -.56632 -.94151 2749.924 768.93%29%22%2F%3E%3Crect x=%221791%22 y=%221312%22 width=%2210%22 height=%2214%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.8553 .50122 -.5137 -.86814 3933.985 1689.473%29%22%2F%3E%3Crect x=%221330%22 y=%221134%22 width=%2211%22 height=%2230%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.95914 .17431 -.29728 -.98857 3177.406 1935.232%29%22%2F%3E%3Crect x=%22629%22 y=%22182%22 width=%2211%22 height=%2228%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%281.0259 .48666 -.20404 .87796 81.625 -229.355%29%22%2F%3E%3Crect x=%221468%22 y=%22717%22 width=%2213%22 height=%2230%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.92806 .08982 -.52514 -1.0267 3441.07 1718.727%29%22%2F%3E%3Crect x=%22818%22 y=%22970%22 width=%229%22 height=%2213%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%281.02745 .3473 -.05649 .95419 170.29 -95.888%29%22%2F%3E%3Crect x=%22107%22 y=%2227%22 width=%2211%22 height=%2219%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.0998 .90554 -1.05564 -.44166 174.802 -35.44%29%22%2F%3E%3Crect x=%221972%22 y=%22643%22 width=%2212%22 height=%2222%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%281.05216 .24207 .08892 .97089 59.75 -390.7%29%22%2F%3E%3Crect x=%221485%22 y=%22542%22 width=%227%22 height=%2219%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.87243 .53194 -.48372 -.85129 3068.595 98.96%29%22%2F%3E%3Crect x=%2261%22 y=%22853%22 width=%2213%22 height=%2218%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%281.09414 .34628 .11832 .9514 175.207 29.205%29%22%2F%3E%3Crect x=%221214%22 y=%221349%22 width=%227%22 height=%227%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.4449 .84691 -.89184 -.55 3259.93 894.139%29%22%2F%3E%3Crect x=%22673%22 y=%221025%22 width=%2211%22 height=%2230%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.67164 .6821 -.7458 -.73147 1983.401 1349.76%29%22%2F%3E%3Crect x=%221382%22 y=%22446%22 width=%2213%22 height=%2217%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.9545 .19438 -.23407 -1 2718.402 909%29%22%2F%3E%3Crect x=%22794%22 y=%22663%22 width=%2210%22 height=%2210%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-1.03333 -.21428 -.19457 -1.0081 1891.953 1711.826%29%22%2F%3E%3Crect x=%221663%22 y=%22590%22 width=%229%22 height=%229%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-1.00353 -.12617 -.24717 -1.02756 3597.275 1862.575%29%22%2F%3E%3Crect x=%221397%22 y=%22821%22 width=%227%22 height=%2211%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.50821 .9461 -.88198 .32577 1556.356 -718.845%29%22%2F%3E%3Crect x=%22754%22 y=%22395%22 width=%2210%22 height=%2215%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.26798 .99069 -1.08624 -.28408 1173.725 -45.853%29%22%2F%3E%3Crect x=%22467%22 y=%221367%22 width=%2210%22 height=%2223%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.41895 .99801 -.95055 .12254 1862.188 788.125%29%22%2F%3E%3Crect x=%22767%22 y=%2256%22 width=%227%22 height=%229%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.12195 .96651 -1.00197 -.25898 931.004 -695.438%29%22%2F%3E%3Crect x=%22392%22 y=%22391%22 width=%228%22 height=%2217%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.56744 .8151 -.81458 .5922 433.738 -111.238%29%22%2F%3E%3Crect x=%221324%22 y=%22979%22 width=%2213%22 height=%2232%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.97208 .59685 -.3375 -.8215 2866.302 783.674%29%22%2F%3E%3Crect x=%221903%22 y=%22551%22 width=%2212%22 height=%2232%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.3782 .86044 -.93495 -.517 3212.432 -615.425%29%22%2F%3E%3Crect x=%22811%22 y=%22969%22 width=%228%22 height=%2220%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.99808 .38039 -.15857 .94149 215.642 -109.024%29%22%2F%3E%3Crect x=%221724%22 y=%2258%22 width=%2211%22 height=%2216%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.3897 .90977 -.91746 -.42423 2452.648 -1328.136%29%22%2F%3E%3Crect x=%22780%22 y=%22632%22 width=%2213%22 height=%2235%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.97583 .63903 -.35982 -.78913 1706.791 520.766%29%22%2F%3E%3Crect x=%221448%22 y=%22294%22 width=%2213%22 height=%2233%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.96947 .2082 -.24213 -.97949 2960.276 235.582%29%22%2F%3E%3Crect x=%221874%22 y=%221119%22 width=%229%22 height=%2223%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.18167 1.0124 -.96223 .14228 2382.731 -532.84%29%22%2F%3E%3Crect x=%22593%22 y=%22257%22 width=%2211%22 height=%2214%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.27835 .99027 -.9707 .13917 725.28 -365.417%29%22%2F%3E%3Crect x=%221211%22 y=%221125%22 width=%227%22 height=%2212%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.8502 .5339 -.51242 -.85442 2929.807 1299.803%29%22%2F%3E%3Crect x=%221783%22 y=%22985%22 width=%2211%22 height=%2228%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.70202 .47 -.74983 -.92244 3922.483 1559.138%29%22%2F%3E%3Crect x=%221818%22 y=%22352%22 width=%229%22 height=%2217%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.5977 .79575 -.78969 .62171 1030.677 -1570.026%29%22%2F%3E%3Crect x=%22470%22 y=%22528%22 width=%2212%22 height=%2233%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.34656 .97324 -.92812 .27907 924.7 -146.11%29%22%2F%3E%3Crect x=%221651%22 y=%22783%22 width=%2212%22 height=%2220%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-1.00168 .1908 -.08764 -.98163 3302.935 1255.26%29%22%2F%3E%3Crect x=%221855%22 y=%221093%22 width=%2211%22 height=%2223%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.72155 .87515 -.7427 .4851 1656.176 -1124.49%29%22%2F%3E%3Crect x=%2255%22 y=%22128%22 width=%2212%22 height=%2213%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.8871 .69252 -.4927 -.74264 172.73 181.385%29%22%2F%3E%3Crect x=%22389%22 y=%22439%22 width=%228%22 height=%2220%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.53017 .82916 -.84843 .55928 557.874 -134.837%29%22%2F%3E%3Crect x=%221160%22 y=%221148%22 width=%2212%22 height=%2226%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.08749 1 -1.00612 .06993 2341.674 -167.72%29%22%2F%3E%3Crect x=%221277%22 y=%22506%22 width=%229%22 height=%2222%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.40396 .8407 -.90663 -.58866 2239.521 39.84%29%22%2F%3E%3Crect x=%221188%22 y=%2225%22 width=%228%22 height=%2219%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.02108 .9461 -1.04972 -.32577 1275.175 -1040.38%29%22%2F%3E%3Crect x=%22222%22 y=%221179%22 width=%2210%22 height=%2219%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.91637 .16195 -.38889 -1.02253 875.403 2427.838%29%22%2F%3E%3Crect x=%221627%22 y=%22113%22 width=%2213%22 height=%2225%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.5225 .93372 -.87042 .35842 913.637 -1416.205%29%22%2F%3E%3Crect x=%2247%22 y=%221164%22 width=%2212%22 height=%2232%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.24592 .99589 -.97828 .10467 1423.17 1000.928%29%22%2F%3E%3Crect x=%2236%22 y=%221140%22 width=%228%22 height=%2216%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.4464 1.0049 -.97954 .0351 1498.92 1071.723%29%22%2F%3E%3Crect x=%221209%22 y=%2224%22 width=%2210%22 height=%2210%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.12159 .97318 -1.06014 -.26076 1144.845 -995.818%29%22%2F%3E%3Crect x=%22103%22 y=%22401%22 width=%2210%22 height=%2217%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.1623 .90998 -1.01263 -.48384 578.382 536.284%29%22%2F%3E%3Crect x=%221182%22 y=%2278%22 width=%228%22 height=%2211%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.33312 .78038 -1.0019 -.65482 1725.78 -556.821%29%22%2F%3E%3Crect x=%221495%22 y=%22323%22 width=%228%22 height=%2221%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.13798 .99405 -.9866 .1397 1580.541 -1072.028%29%22%2F%3E%3Crect x=%221005%22 y=%22320%22 width=%2213%22 height=%2238%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.82085 .52146 -.55157 -.86785 1976.306 265.953%29%22%2F%3E%3Crect x=%22369%22 y=%221215%22 width=%2213%22 height=%2227%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.97166 .05273 -.4245 -1.00613 1579.657 2490.835%29%22%2F%3E%3Crect x=%22172%22 y=%221349%22 width=%228%22 height=%228%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.15002 .98776 -.9805 -.20995 1787.213 1438.488%29%22%2F%3E%3Crect x=%22582%22 y=%22326%22 width=%2210%22 height=%2214%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.7735 .40674 -.7213 -.91355 1395.894 398.456%29%22%2F%3E%3Crect x=%22357%22 y=%22452%22 width=%228%22 height=%2213%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.45692 .68165 -.95955 -.75705 1078.277 629.703%29%22%2F%3E%3Crect x=%22296%22 y=%22295%22 width=%2212%22 height=%2218%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.832 .73538 -.58398 -.68575 702.18 258.643%29%22%2F%3E%3Crect x=%221088%22 y=%22292%22 width=%2213%22 height=%2224%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.21806 .88781 -1.01042 -.47206 1714.224 -409.167%29%22%2F%3E%3Crect x=%22769%22 y=%22437%22 width=%229%22 height=%2220%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.22084 1.04553 -.9603 -.01825 996.114 -117.079%29%22%2F%3E%3Crect x=%22115%22 y=%22656%22 width=%2210%22 height=%2219%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.0718 .95529 -1.01484 -.42532 840.79 870.604%29%22%2F%3E%3Crect x=%221577%22 y=%22470%22 width=%2213%22 height=%2218%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.8152 .33553 -.61278 -.97446 3229.006 809.26%29%22%2F%3E%3Crect x=%221420%22 y=%22996%22 width=%229%22 height=%2224%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.32609 .9781 -.94711 .22581 1934.447 -488.281%29%22%2F%3E%3Crect x=%221377%22 y=%22994%22 width=%2210%22 height=%2221%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.01745 1.00137 -.99985 .07002 2410.466 -570.647%29%22%2F%3E%3Crect x=%22935%22 y=%22965%22 width=%2213%22 height=%2216%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.96197 .78139 -.41361 .70357 595.283 -141.335%29%22%2F%3E%3Crect x=%2279%22 y=%22976%22 width=%227%22 height=%2214%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.92813 .27835 -.35586 -.9707 456.76 1925.838%29%22%2F%3E%3Crect x=%22198%22 y=%22802%22 width=%227%22 height=%229%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.25797 .7862 -1.05549 -.6597 1317.413 1226.646%29%22%2F%3E%3Crect x=%22381%22 y=%22927%22 width=%2210%22 height=%2217%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.03501 .98784 -1.01786 .15646 1187.952 401.09%29%22%2F%3E%3Crect x=%221646%22 y=%22820%22 width=%228%22 height=%2220%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.92901 .48748 -.37538 -.87944 3482.978 582.169%29%22%2F%3E%3Crect x=%221710%22 y=%22269%22 width=%229%22 height=%2215%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%281.09765 .3473 .13639 .95419 -17.066 -280.46%29%22%2F%3E%3Crect x=%221232%22 y=%221376%22 width=%229%22 height=%2212%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.60805 .92775 -.83221 .37483 2018.664 -326.363%29%22%2F%3E%3Crect x=%221879%22 y=%22676%22 width=%2212%22 height=%2224%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.86469 .93986 -.64225 .4584 942.685 -822.717%29%22%2F%3E%3Crect x=%221411%22 y=%2281%22 width=%2213%22 height=%2222%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.97815 .47 -.20791 .92244 50.104 -279.28%29%22%2F%3E%3Crect x=%221191%22 y=%22714%22 width=%2212%22 height=%2222%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.33719 .9141 -.9147 -.48603 2135.366 303.938%29%22%2F%3E%3Crect x=%22154%22 y=%221037%22 width=%2210%22 height=%2210%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.90048 .26076 -.47427 -.97318 1148.428 1995.07%29%22%2F%3E%3Crect x=%22698%22 y=%22703%22 width=%2212%22 height=%2217%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.01696 1.00382 -.9962 0 1346.792 66.403%29%22%2F%3E%3Crect x=%2276%22 y=%221097%22 width=%2213%22 height=%2214%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.75983 .5003 -.68272 -.86655 1094.077 2022.28%29%22%2F%3E%3Crect x=%221158%22 y=%22252%22 width=%229%22 height=%2213%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.06529 1.0148 -.98313 -.03544 1500.06 -1117.034%29%22%2F%3E%3Crect x=%22406%22 y=%2233%22 width=%227%22 height=%2214%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.15775 1.0275 -.99823 -.16274 390.328 -256.826%29%22%2F%3E%3Crect x=%221779%22 y=%221254%22 width=%229%22 height=%2226%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.27512 .96258 -.95998 -.27602 3551.98 -193.52%29%22%2F%3E%3Crect x=%221557%22 y=%221060%22 width=%227%22 height=%229%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.28283 1.01624 -1.0038 -.07106 2404.34 -142.359%29%22%2F%3E%3Crect x=%22559%22 y=%22301%22 width=%228%22 height=%2218%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.1411 1.01463 -1.02076 -.25298 842.175 -10.688%29%22%2F%3E%3Crect x=%221631%22 y=%22491%22 width=%2212%22 height=%2235%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.0882 .95645 -1.01857 -.29242 2410.129 -937.09%29%22%2F%3E%3Crect x=%22468%22 y=%221215%22 width=%229%22 height=%2214%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-1.0003 -.07131 -.2825 -1.01985 1476.213 2602.386%29%22%2F%3E%3Crect x=%221937%22 y=%22425%22 width=%228%22 height=%2220%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.66274 .46093 -.8107 -.94505 3710.888 582.099%29%22%2F%3E%3Crect x=%22571%22 y=%22775%22 width=%2212%22 height=%2220%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.67032 .7885 -.74453 -.61604 1521.524 793.48%29%22%2F%3E%3Crect x=%22520%22 y=%22238%22 width=%2212%22 height=%2230%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.86648 .42365 -.50226 .90852 151.407 -162.914%29%22%2F%3E%3Crect x=%22346%22 y=%221053%22 width=%228%22 height=%229%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.12278 1 -1.0129 -.1051 1512.534 855.434%29%22%2F%3E%3Crect x=%22290%22 y=%22354%22 width=%229%22 height=%2214%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.72124 .57921 -.69644 -.8272 765.344 530.431%29%22%2F%3E%3Crect x=%221220%22 y=%22891%22 width=%2213%22 height=%2234%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.12277 .9977 -1.01955 .14022 2196.381 -593.598%29%22%2F%3E%3Crect x=%221703%22 y=%22314%22 width=%2210%22 height=%2218%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.4834 .85012 -.87424 .53121 1110.402 -1181.15%29%22%2F%3E%3Crect x=%221367%22 y=%22843%22 width=%2211%22 height=%2227%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.29833 1.0049 -.98471 .0351 1964.946 -408.52%29%22%2F%3E%3Crect x=%22205%22 y=%221157%22 width=%2210%22 height=%2218%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.95205 .1246 -.27239 -1.01472 664.089 2367.636%29%22%2F%3E%3Crect x=%221159%22 y=%221205%22 width=%2213%22 height=%2222%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.32312 .92402 -.94507 -.39222 2867.748 514.03%29%22%2F%3E%3Crect x=%22389%22 y=%22127%22 width=%2213%22 height=%2231%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.67823 .67282 -.73303 -.74724 787.818 -58.686%29%22%2F%3E%3Crect x=%22680%22 y=%22695%22 width=%228%22 height=%2222%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.22765 .92558 -.98378 -.39288 1588.655 422.173%29%22%2F%3E%3Crect x=%221474%22 y=%22292%22 width=%227%22 height=%227%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.99466 .7862 -.43733 .6597 295.852 -719.935%29%22%2F%3E%3Crect x=%221502%22 y=%22199%22 width=%2213%22 height=%2238%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.30468 1 -.94078 .19438 1218.232 -1039.652%29%22%2F%3E%3Crect x=%22401%22 y=%22894%22 width=%227%22 height=%2217%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.54539 .80902 -.83982 .58779 894.532 44.776%29%22%2F%3E%3Crect x=%22546%22 y=%221059%22 width=%2212%22 height=%2229%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.8484 .62516 -.5137 .80017 915.057 -227.9%29%22%2F%3E%3Crect x=%22720%22 y=%22717%22 width=%2212%22 height=%2221%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.34272 1.00107 -1.0169 -.05246 1469.85 89.659%29%22%2F%3E%3Crect x=%22442%22 y=%221253%22 width=%228%22 height=%2219%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.95412 .07063 -.51456 -1.01 1903.445 2576.764%29%22%2F%3E%3Crect x=%221161%22 y=%221126%22 width=%2211%22 height=%2225%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.7071 .8834 -.7071 .5308 1146.701 -205.476%29%22%2F%3E%3Crect x=%221069%22 y=%221186%22 width=%2211%22 height=%2220%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%281.00334 .72209 -.41596 .69731 938.074 -319.861%29%22%2F%3E%3Crect x=%22129%22 y=%22555%22 width=%227%22 height=%2214%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.46475 1.0094 -.87481 .25167 541.614 324.81%29%22%2F%3E%3Crect x=%22486%22 y=%22284%22 width=%2210%22 height=%2221%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%280 .99452 -1.0055 .10453 756.169 -224.594%29%22%2F%3E%3Crect x=%221248%22 y=%22349%22 width=%229%22 height=%2215%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.56504 .91704 -.8389 .40829 884.632 -828.062%29%22%2F%3E%3Crect x=%22262%22 y=%2264%22 width=%2210%22 height=%2221%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.1735 .98297 -.9836 -.19107 383.512 -159.726%29%22%2F%3E%3Crect x=%221341%22 y=%221029%22 width=%2212%22 height=%2212%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.03216 1.00168 -.9955 -.08764 2562.172 -365.138%29%22%2F%3E%3Crect x=%221067%22 y=%22916%22 width=%2211%22 height=%2222%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.76192 .55304 -.63493 -.8516 2689.825 934.194%29%22%2F%3E%3Crect x=%22882%22 y=%22198%22 width=%2211%22 height=%2222%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.94565 .21112 -.28771 .99324 112.957 -342.445%29%22%2F%3E%3Crect x=%22701%22 y=%22460%22 width=%2213%22 height=%2219%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-1.0297 -.19953 -.28552 -1.02648 1690.995 1308.902%29%22%2F%3E%3Crect x=%221777%22 y=%22801%22 width=%228%22 height=%2223%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.88527 .19375 -.6069 -.99677 4131.647 1591.341%29%22%2F%3E%3Crect x=%2236%22 y=%221260%22 width=%229%22 height=%2217%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.956 .14132 -.2739 1.00554 393.275 -19.898%29%22%2F%3E%3Crect x=%221568%22 y=%2221%22 width=%2211%22 height=%2211%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.35038 .83718 -.95815 .56469 1068.026 -1526.916%29%22%2F%3E%3Crect x=%221599%22 y=%22626%22 width=%229%22 height=%2223%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.25381 1.00137 -.99863 0 2002.346 -1052.236%29%22%2F%3E%3Crect x=%22648%22 y=%22141%22 width=%228%22 height=%2211%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.92216 .87039 -.59482 .52298 217.828 -382.646%29%22%2F%3E%3Crect x=%221795%22 y=%22255%22 width=%2212%22 height=%2224%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.34055 .93415 -.9329 -.37742 2620.703 -1093.492%29%22%2F%3E%3Crect x=%22645%22 y=%22527%22 width=%229%22 height=%2223%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.54442 .93415 -.85054 .37742 894.17 -351.218%29%22%2F%3E%3Crect x=%221010%22 y=%221135%22 width=%227%22 height=%2212%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.9816 .15653 -.19098 -.98829 2303.569 2074.604%29%22%2F%3E%3Crect x=%221050%22 y=%22344%22 width=%2211%22 height=%2224%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.42205 .9148 -.90523 -.4073 1833.73 -519.89%29%22%2F%3E%3Crect x=%22521%22 y=%221355%22 width=%2213%22 height=%2225%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.82517 .44513 -.55467 -.91266 2110.932 2287.741%29%22%2F%3E%3Crect x=%221489%22 y=%22635%22 width=%2210%22 height=%2221%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%281.07235 .6961 -.24562 .7731 318.207 -465.102%29%22%2F%3E%3Crect x=%22660%22 y=%221114%22 width=%2211%22 height=%2223%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.05284 .98784 -1.02068 -.15646 2000.142 655.803%29%22%2F%3E%3Crect x=%22924%22 y=%22710%22 width=%2211%22 height=%2218%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.96857 .26281 -.19024 .98083 73.202 -66.602%29%22%2F%3E%3Crect x=%22595%22 y=%22344%22 width=%228%22 height=%2212%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.88804 .37667 -.45686 -.9323 1346.634 387.72%29%22%2F%3E%3Crect x=%221703%22 y=%221229%22 width=%2213%22 height=%2225%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.35055 .76884 -.99594 -.66834 3851.142 1089.211%29%22%2F%3E%3Crect x=%22179%22 y=%221025%22 width=%2211%22 height=%2218%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.82468 .33413 -.59778 -.97039 1030.037 2018.33%29%22%2F%3E%3Crect x=%22592%22 y=%22565%22 width=%2213%22 height=%2216%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%281.02995 .20804 .03873 .97874 118.196 -133.231%29%22%2F%3E%3Crect x=%22224%22 y=%22715%22 width=%2210%22 height=%2211%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.83425 .60633 -.54217 -.80463 846.962 1133.27%29%22%2F%3E%3Crect x=%2290%22 y=%22531%22 width=%227%22 height=%2217%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.99985 .14022 -.01745 -.9977 196.401 1053.171%29%22%2F%3E%3Crect x=%221066%22 y=%221124%22 width=%2213%22 height=%2217%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.90529 .53984 -.40364 .86392 488.427 -216.393%29%22%2F%3E%3Crect x=%22493%22 y=%22135%22 width=%2212%22 height=%2220%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.19347 .94098 -.9923 .34249 533.85 -400.363%29%22%2F%3E%3Crect x=%221803%22 y=%221144%22 width=%2213%22 height=%2229%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.80314 .45845 -.605 .89976 1025.527 -967.753%29%22%2F%3E%3Crect x=%22215%22 y=%221283%22 width=%227%22 height=%2215%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%281.05545 .24325 .12225 .97564 182.064 1.25%29%22%2F%3E%3Crect x=%22250%22 y=%22332%22 width=%2213%22 height=%2220%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%281.00188 .36106 -.15963 .9406 86.787 -40.8%29%22%2F%3E%3Crect x=%221867%22 y=%22674%22 width=%2211%22 height=%2224%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.87555 .50623 -.45888 .87682 623.528 -1159.994%29%22%2F%3E%3Crect x=%221103%22 y=%221138%22 width=%2212%22 height=%2228%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.32181 .9707 -.9379 .27835 1718.147 -89.31%29%22%2F%3E%3Crect x=%221750%22 y=%22294%22 width=%2211%22 height=%2212%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.22783 1.02094 -.99143 -.0535 1700.052 -1103.065%29%22%2F%3E%3Crect x=%221143%22 y=%22921%22 width=%2212%22 height=%2221%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.7434 .89395 -.72335 .47532 1144.99 -356.433%29%22%2F%3E%3Crect x=%22443%22 y=%22635%22 width=%228%22 height=%2215%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.09104 .98784 -1.02673 -.15646 1236.045 293.658%29%22%2F%3E%3Crect x=%22460%22 y=%221086%22 width=%227%22 height=%229%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.70879 .7671 -.70888 .64367 946.937 57.32%29%22%2F%3E%3Crect x=%221085%22 y=%221294%22 width=%2213%22 height=%2218%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.49616 .85862 -.85463 -.53652 2565.42 1237.786%29%22%2F%3E%3Crect x=%221362%22 y=%22230%22 width=%227%22 height=%2216%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.87502 .16055 -.70397 -1.01367 2907.644 575.274%29%22%2F%3E%3Crect x=%22257%22 y=%22789%22 width=%227%22 height=%227%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.97491 -.12814 -.13611 -1.04362 576.367 1737.595%29%22%2F%3E%3Crect x=%22400%22 y=%22512%22 width=%2213%22 height=%2228%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.87557 .44268 -.4638 .90763 343.82 -188.49%29%22%2F%3E%3Crect x=%221444%22 y=%221023%22 width=%227%22 height=%2210%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.97343 -.01799 -.17095 -1.03046 2959.48 2474.247%29%22%2F%3E%3Crect x=%22308%22 y=%22384%22 width=%228%22 height=%2221%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.6494 .9141 -.80483 .40698 520.485 -40.36%29%22%2F%3E%3Crect x=%221139%22 y=%22286%22 width=%229%22 height=%2213%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.90157 .68604 -.42051 .7892 224.346 -373.218%29%22%2F%3E%3Crect x=%2248%22 y=%22305%22 width=%228%22 height=%2217%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.3503 .94522 -.9235 .36284 272.342 158.836%29%22%2F%3E%3Crect x=%22730%22 y=%221383%22 width=%227%22 height=%2219%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.9563 .12375 -.29237 -1.00786 1842.077 2834.508%29%22%2F%3E%3Crect x=%22387%22 y=%221311%22 width=%229%22 height=%2224%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.57128 .9855 -.8933 .20947 1691.514 708.117%29%22%2F%3E%3Crect x=%22973%22 y=%221311%22 width=%2213%22 height=%2219%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.96462 -.12744 -.00926 -1.0379 1680.002 3115.332%29%22%2F%3E%3Crect x=%2252%22 y=%22245%22 width=%2213%22 height=%2217%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.36085 .989 -.94098 .19224 289.591 154.093%29%22%2F%3E%3Crect x=%221180%22 y=%221343%22 width=%228%22 height=%2215%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.49643 .94675 -.87556 .34459 2124.239 -381.195%29%22%2F%3E%3Crect x=%221316%22 y=%2244%22 width=%2213%22 height=%2235%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.95413 .22509 -.30991 .97496 78.92 -342.322%29%22%2F%3E%3Crect x=%22531%22 y=%22227%22 width=%2210%22 height=%2229%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.90374 .29277 -.4596 .95762 136.383 -174.781%29%22%2F%3E%3Crect x=%221715%22 y=%221125%22 width=%229%22 height=%2222%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.97039 .10453 -.33413 -.99452 4029.925 2086.04%29%22%2F%3E%3Crect x=%22492%22 y=%22537%22 width=%2211%22 height=%2223%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%281.0559 .32577 -.00312 .9461 146.906 -115.129%29%22%2F%3E%3Crect x=%221366%22 y=%22153%22 width=%2211%22 height=%2211%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.36828 .7771 -.95524 -.6997 2068.403 -377.08%29%22%2F%3E%3Crect x=%22409%22 y=%22404%22 width=%2211%22 height=%2232%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.24176 .96185 -.97034 -.2758 950.61 122.678%29%22%2F%3E%3Crect x=%221858%22 y=%22162%22 width=%2211%22 height=%2222%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.96995 .49756 -.25997 .89763 111.508 -479.273%29%22%2F%3E%3Crect x=%221218%22 y=%22637%22 width=%2210%22 height=%2212%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.96315 .48748 -.31379 .87944 314.331 -390.124%29%22%2F%3E%3Crect x=%221027%22 y=%221224%22 width=%227%22 height=%2214%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.7181 .75887 -.69351 -.65967 2643.821 1152.735%29%22%2F%3E%3Crect x=%22113%22 y=%221293%22 width=%227%22 height=%2218%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.6082 .69635 -.80623 -.7211 1351.694 2167.889%29%22%2F%3E%3Crect x=%221356%22 y=%22550%22 width=%227%22 height=%2220%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.07904 .94107 -1.09617 -.39946 2109.341 -206.716%29%22%2F%3E%3Crect x=%221959%22 y=%22548%22 width=%2213%22 height=%2234%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.94715 .60218 -.40372 .79912 466.661 -1001.456%29%22%2F%3E%3Crect x=%22784%22 y=%22971%22 width=%228%22 height=%229%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.67793 .5568 -.75204 -.8574 2115.724 1540.631%29%22%2F%3E%3Crect x=%221067%22 y=%22579%22 width=%227%22 height=%2213%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.95702 .49085 -.31075 .88552 371.173 -627.982%29%22%2F%3E%3Crect x=%221337%22 y=%221360%22 width=%2212%22 height=%2216%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.99923 -.01758 -.37445 -1.00736 3607.956 2934.578%29%22%2F%3E%3Crect x=%22204%22 y=%22824%22 width=%2213%22 height=%2237%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.9411 .69561 -.46305 .72033 631.22 100.23%29%22%2F%3E%3Crect x=%22887%22 y=%22643%22 width=%229%22 height=%2219%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.41364 .81928 -.93095 -.57366 2003.095 280.87%29%22%2F%3E%3Crect x=%22446%22 y=%22979%22 width=%227%22 height=%2215%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.8447 .8271 -.59535 .60092 789.976 117.462%29%22%2F%3E%3Crect x=%221436%22 y=%221204%22 width=%2211%22 height=%2222%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.97852 -.20063 -.0497 -1.03214 2794.698 3226.632%29%22%2F%3E%3Crect x=%221519%22 y=%22396%22 width=%2210%22 height=%2219%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.87158 .70754 -.54177 .70754 509.79 -1012.913%29%22%2F%3E%3Crect x=%221890%22 y=%22825%22 width=%2213%22 height=%2237%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.713 .6508 -.68685 .7756 1171.18 -1345.331%29%22%2F%3E%3Crect x=%2254%22 y=%22431%22 width=%2211%22 height=%2220%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.95656 .76412 -.47717 .66424 325.322 112.03%29%22%2F%3E%3Crect x=%221238%22 y=%22130%22 width=%229%22 height=%2212%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.58988 .73205 -.77614 -.73205 2023.41 -341.087%29%22%2F%3E%3Crect x=%221129%22 y=%22821%22 width=%229%22 height=%2224%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.91395 .37466 -.40697 .92733 391.854 -344.358%29%22%2F%3E%3Crect x=%22452%22 y=%22575%22 width=%2212%22 height=%2221%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.93929 -.17633 .34433 1 0 0%29%22%2F%3E%3Crect x=%221766%22 y=%221171%22 width=%2211%22 height=%2224%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.90168 .17581 -.57417 -.99708 4412.985 2331.676%29%22%2F%3E%3Crect x=%221707%22 y=%22824%22 width=%227%22 height=%228%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%281.09077 .6527 -.23216 .77786 425.923 -630.912%29%22%2F%3E%3Crect x=%221519%22 y=%221135%22 width=%2212%22 height=%2228%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-1.0049 .05234 .07008 -.99878 2858.976 2190.157%29%22%2F%3E%3Crect x=%221801%22 y=%22741%22 width=%228%22 height=%2217%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.52992 .77357 -.84805 .6491 1484.108 -1386.979%29%22%2F%3E%3Crect x=%221254%22 y=%22248%22 width=%2212%22 height=%2227%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.61199 1.02568 -.9536 .03582 928.463 -749.328%29%22%2F%3E%3Crect x=%221431%22 y=%22277%22 width=%2212%22 height=%2235%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.99863 0 -.35849 -1.00137 3090.667 664.714%29%22%2F%3E%3Crect x=%221356%22 y=%22204%22 width=%2210%22 height=%2229%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-1.01476 -.0891 -.3758 -1.01845 2950.809 851.59%29%22%2F%3E%3Crect x=%221580%22 y=%22980%22 width=%229%22 height=%2216%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.83902 .42268 -.56657 -.90645 3643.022 1186.17%29%22%2F%3E%3Crect x=%221312%22 y=%2269%22 width=%228%22 height=%2211%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.765 .59003 -.64188 .8121 356.36 -877.617%29%22%2F%3E%3Crect x=%22943%22 y=%221241%22 width=%2213%22 height=%2219%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.03416 .97089 -1.0385 -.24207 2535.766 664.508%29%22%2F%3E%3Crect x=%221265%22 y=%221348%22 width=%228%22 height=%2213%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.34322 1.00261 -1.04563 -.1409 2755.17 474.035%29%22%2F%3E%3Crect x=%221810%22 y=%22990%22 width=%2212%22 height=%2235%22 fill=%22%23009771%22 rx=%220%22 transform=%22rotate%2861 1816 1007.5%29%22%2F%3E%3Crect x=%22573%22 y=%22402%22 width=%2213%22 height=%2238%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.08796 1.00061 -.9994 0 998.478 -179.09%29%22%2F%3E%3Crect x=%221298%22 y=%22792%22 width=%228%22 height=%2214%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.99793 .01752 .09056 1.00367 63.506 -139.65%29%22%2F%3E%3Crect x=%22328%22 y=%22905%22 width=%228%22 height=%229%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.56976 .9141 -.79103 .48603 739.686 252.933%29%22%2F%3E%3Crect x=%22798%22 y=%221085%22 width=%229%22 height=%2213%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.73304 1.0094 -.80792 .25167 1401.203 236.872%29%22%2F%3E%3Crect x=%221463%22 y=%22708%22 width=%2211%22 height=%2215%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.87634 .59102 -.4858 .81347 544.366 -580.112%29%22%2F%3E%3Crect x=%221860%22 y=%22458%22 width=%2211%22 height=%2221%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.647 .83918 -.77147 .54497 1066.653 -1287.168%29%22%2F%3E%3Crect x=%221022%22 y=%221260%22 width=%2213%22 height=%2219%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.4258 .84805 -.91311 .52992 1593.896 -275.45%29%22%2F%3E%3Crect x=%221113%22 y=%22303%22 width=%228%22 height=%2215%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.20791 1.01856 -.97815 .01778 1188.477 -615.63%29%22%2F%3E%3Crect x=%22624%22 y=%22758%22 width=%228%22 height=%2213%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.5187 .73415 -.87843 -.6846 1842.236 771.892%29%22%2F%3E%3Crect x=%221030%22 y=%22269%22 width=%2213%22 height=%2237%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.73832 .86189 -.71661 -.51788 1979.519 -565.9%29%22%2F%3E%3Crect x=%22624%22 y=%22630%22 width=%227%22 height=%2212%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.42554 .9512 -.91303 .30906 1009.159 -146.49%29%22%2F%3E%3Crect x=%22721%22 y=%22102%22 width=%2212%22 height=%2212%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.7562 .93686 -.68209 .47735 268.944 -388.435%29%22%2F%3E%3Crect x=%221863%22 y=%221191%22 width=%2210%22 height=%2220%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.76994 .7211 -.64326 -.69635 3843.993 820.937%29%22%2F%3E%3Crect x=%2261%22 y=%22108%22 width=%2213%22 height=%2221%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.98837 .8917 -.50386 .55719 95.507 14.216%29%22%2F%3E%3Crect x=%221639%22 y=%22808%22 width=%2211%22 height=%2215%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%281.00451 .56131 -.23472 .86435 312.798 -402.432%29%22%2F%3E%3Crect x=%221965%22 y=%22165%22 width=%2212%22 height=%2220%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%281.05094 .69273 -.27637 .76936 110.298 -796.89%29%22%2F%3E%3Crect x=%2227%22 y=%22493%22 width=%2212%22 height=%2230%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.9153 .95036 -.64471 .42313 478.69 271.152%29%22%2F%3E%3Crect x=%22731%22 y=%22785%22 width=%2213%22 height=%2232%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%281.02179 .2777 -.03752 .96848 123.455 -89.009%29%22%2F%3E%3Crect x=%221563%22 y=%221113%22 width=%229%22 height=%2226%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.96808 .54176 -.29658 .867 460.452 -366.258%29%22%2F%3E%3Crect x=%221882%22 y=%22310%22 width=%2212%22 height=%2214%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.95648 .1573 -.31844 -.99313 3826.554 136.41%29%22%2F%3E%3Crect x=%221465%22 y=%22861%22 width=%229%22 height=%2219%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.95943 .2105 -.23677 .99034 344.036 -533.672%29%22%2F%3E%3Crect x=%22335%22 y=%221072%22 width=%2212%22 height=%2216%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.70484 .57436 -.73444 -.82028 1639.362 1752.17%29%22%2F%3E%3Crect x=%221511%22 y=%22311%22 width=%228%22 height=%2212%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.60173 .79876 -.79851 .6019 861.582 -1110.366%29%22%2F%3E%3Crect x=%22919%22 y=%22265%22 width=%229%22 height=%2225%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.47231 .68575 -.95175 -.73538 1724.156 -54.662%29%22%2F%3E%3Crect x=%221693%22 y=%221327%22 width=%228%22 height=%2210%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.61137 .63903 -.8099 .78913 1666.055 -1102.786%29%22%2F%3E%3Crect x=%22250%22 y=%22712%22 width=%2212%22 height=%2218%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.6872 .80017 -.71285 .62516 540.467 110.557%29%22%2F%3E%3Crect x=%22291%22 y=%22706%22 width=%2211%22 height=%2220%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.89203 .34538 -.4445 -.94893 1047.384 1251.356%29%22%2F%3E%3Crect x=%22509%22 y=%22381%22 width=%229%22 height=%2212%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.8183 .5886 -.57267 .81013 340.104 -255.673%29%22%2F%3E%3Crect x=%221320%22 y=%22675%22 width=%229%22 height=%2225%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.56726 1.04974 -.88297 .1289 1320.613 -335.428%29%22%2F%3E%3Crect x=%221687%22 y=%22867%22 width=%2211%22 height=%2215%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.38356 .99163 -.95454 .13936 2065.292 -837.003%29%22%2F%3E%3Crect x=%22350%22 y=%221060%22 width=%2210%22 height=%2222%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.75734 .91091 -.71192 .46413 1009.73 325.997%29%22%2F%3E%3Crect x=%22899%22 y=%22100%22 width=%2210%22 height=%2210%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.37587 .8516 -.93016 .55304 662.833 -882.323%29%22%2F%3E%3Crect x=%2267%22 y=%221365%22 width=%227%22 height=%2210%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.80755 .66834 -.56726 .76884 669.661 283.282%29%22%2F%3E%3Crect x=%22257%22 y=%22292%22 width=%2211%22 height=%2225%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.60208 .73314 -.80255 .68366 291.9 -77.769%29%22%2F%3E%3Crect x=%221658%22 y=%22421%22 width=%227%22 height=%2213%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%281.09713 .41919 .07863 .94151 30.555 -257.22%29%22%2F%3E%3Crect x=%2240%22 y=%221296%22 width=%2212%22 height=%2212%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.99785 .3102 -.1527 .95469 522.537 40.7%29%22%2F%3E%3Crect x=%221542%22 y=%22694%22 width=%2212%22 height=%2223%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.37295 .92955 -.91748 -.39457 2659.276 -237.518%29%22%2F%3E%3Crect x=%221088%22 y=%22954%22 width=%2212%22 height=%2223%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.63672 .86392 -.75965 .53984 1069.12 -288.19%29%22%2F%3E%3Crect x=%22115%22 y=%22672%22 width=%227%22 height=%2210%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.96913 .22526 -.24156 .9757 190.622 -16.457%29%22%2F%3E%3Crect x=%221921%22 y=%22387%22 width=%2210%22 height=%2211%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.98216 .05262 -.26197 1.00413 117.212 -305.406%29%22%2F%3E%3Crect x=%2273%22 y=%22247%22 width=%227%22 height=%2217%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.20876 .99513 -.98295 -.1046 325.935 203.425%29%22%2F%3E%3Crect x=%221362%22 y=%22220%22 width=%227%22 height=%2217%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.97496 .1908 -.22509 -.98163 2756.225 192.252%29%22%2F%3E%3Crect x=%22689%22 y=%221378%22 width=%2210%22 height=%2210%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.4397 .98297 -.93185 .19107 2089.306 400.194%29%22%2F%3E%3Crect x=%221361%22 y=%22420%22 width=%2210%22 height=%2216%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%281.00245 .17535 -.01754 .99449 14.98 -45.196%29%22%2F%3E%3Crect x=%22333%22 y=%22229%22 width=%228%22 height=%2222%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.32478 .98776 -.94336 -.20995 676.219 -89.848%29%22%2F%3E%3Crect x=%221593%22 y=%221096%22 width=%2211%22 height=%2221%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.73427 .75575 -.68491 .65696 1245.01 -744.71%29%22%2F%3E%3Crect x=%221595%22 y=%22741%22 width=%2210%22 height=%2224%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.1718 1.01404 -.97716 .05314 2006.657 -627.35%29%22%2F%3E%3Crect x=%22301%22 y=%22133%22 width=%2212%22 height=%2225%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.2488 1.02648 -1.02256 -.19953 413.044 -46.739%29%22%2F%3E%3Crect x=%22920%22 y=%22717%22 width=%2210%22 height=%2218%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.89074 .2118 -.53077 -.99646 2261.576 1433.31%29%22%2F%3E%3Crect x=%221381%22 y=%22829%22 width=%227%22 height=%228%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-1.00397 -.03524 -.37495 -1.00921 3362.159 1917.046%29%22%2F%3E%3Crect x=%22374%22 y=%22594%22 width=%227%22 height=%2220%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.11463 .99269 -1.02348 -.13951 1140.082 287.13%29%22%2F%3E%3Crect x=%221138%22 y=%22595%22 width=%2211%22 height=%2217%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.87421 .5003 -.4846 -.86655 2445.456 514.435%29%22%2F%3E%3Crect x=%22767%22 y=%221133%22 width=%2213%22 height=%2223%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.33335 .91521 -.9372 -.42677 2343.098 816.313%29%22%2F%3E%3Crect x=%221774%22 y=%22299%22 width=%229%22 height=%2210%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.58844 .77726 -.81006 -.62942 3090.378 -918.066%29%22%2F%3E%3Crect x=%22420%22 y=%2226%22 width=%229%22 height=%2213%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.99142 -.01758 .0731 -1.00736 828.062 124.825%29%22%2F%3E%3Crect x=%221865%22 y=%22367%22 width=%228%22 height=%2216%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.61596 .45384 -.94054 -.9305 3640.687 376.517%29%22%2F%3E%3Crect x=%221537%22 y=%22531%22 width=%2212%22 height=%2225%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.50174 .92402 -.86925 .39222 1264.948 -960.443%29%22%2F%3E%3Crect x=%22510%22 y=%221111%22 width=%229%22 height=%2220%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%281.06175 .34842 .04704 .95728 175.03 -31.366%29%22%2F%3E%3Crect x=%221260%22 y=%22914%22 width=%2211%22 height=%2226%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.8986 .68673 -.45818 .7627 595.624 -356.911%29%22%2F%3E%3Crect x=%221430%22 y=%2282%22 width=%2213%22 height=%2230%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.08749 1 -1.0092 .1051 1664.792 -1500.677%29%22%2F%3E%3Crect x=%221110%22 y=%22745%22 width=%229%22 height=%2210%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.80703 .84497 -.65938 .54873 881.983 -466.421%29%22%2F%3E%3Crect x=%22511%22 y=%22647%22 width=%2210%22 height=%2223%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.9548 .56056 -.36837 -.83106 1152.674 880.424%29%22%2F%3E%3Crect x=%2213%22 y=%22271%22 width=%2211%22 height=%2223%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.07174 .96962 -1.01211 .2598 273.573 189.548%29%22%2F%3E%3Crect x=%221877%22 y=%22126%22 width=%229%22 height=%2218%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.85707 .84187 -.63124 .54672 440.062 -1358.183%29%22%2F%3E%3Crect x=%22667%22 y=%22602%22 width=%2210%22 height=%2229%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.40615 .94328 -.9123 -.34333 1517.103 135.483%29%22%2F%3E%3Crect x=%221940%22 y=%22631%22 width=%229%22 height=%2212%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.78648 .79102 -.64972 .61801 971.807 -1464.936%29%22%2F%3E%3Crect x=%22183%22 y=%22776%22 width=%2213%22 height=%2228%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.64554 .69561 -.7691 -.72033 961.346 1237.171%29%22%2F%3E%3Crect x=%22371%22 y=%22101%22 width=%2212%22 height=%2225%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-1.04073 -.23184 -.19452 -1.0042 828.02 408.876%29%22%2F%3E%3Crect x=%221751%22 y=%2226%22 width=%2210%22 height=%2214%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.92286 .47826 -.35527 .89947 121.003 -495.173%29%22%2F%3E%3Crect x=%221788%22 y=%22931%22 width=%2210%22 height=%2229%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.99986 .05237 -.01728 .99924 78.335 -155.788%29%22%2F%3E%3Crect x=%22837%22 y=%22470%22 width=%229%22 height=%2215%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.43895 .98054 -.92655 .20842 1042.544 -505.985%29%22%2F%3E%3Crect x=%2264%22 y=%22462%22 width=%227%22 height=%2215%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.10332 .89099 -1.06508 -.49388 685.95 654.357%29%22%2F%3E%3Crect x=%221941%22 y=%221213%22 width=%2212%22 height=%2231%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.99347 -.01762 -.17478 -1.00967 4174.731 2776.831%29%22%2F%3E%3Crect x=%221706%22 y=%22774%22 width=%229%22 height=%2214%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.81915 .39946 -.57358 -.94107 3559.623 1196.276%29%22%2F%3E%3Crect x=%22277%22 y=%221166%22 width=%229%22 height=%2223%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%281.0075 .45965 -.19825 .90211 381.385 30.456%29%22%2F%3E%3Crect x=%22825%22 y=%2257%22 width=%229%22 height=%2224%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.74656 .7735 -.59666 .7213 188.869 -336.764%29%22%2F%3E%3Crect x=%22731%22 y=%22305%22 width=%2211%22 height=%2217%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.6202 .88958 -.79436 .473 549.927 -399.528%29%22%2F%3E%3Crect x=%221927%22 y=%221071%22 width=%2210%22 height=%2217%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.61468 .65766 -.81343 .75655 1489.815 -1142.898%29%22%2F%3E%3Crect x=%221899%22 y=%22911%22 width=%229%22 height=%2211%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.70053 .67747 -.69806 -.7524 3748.711 618%29%22%2F%3E%3Crect x=%22352%22 y=%22560%22 width=%2211%22 height=%2229%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-1.0015 -.1099 -.43018 -1.0457 1109.483 1330.707%29%22%2F%3E%3Crect x=%22734%22 y=%221080%22 width=%2211%22 height=%2216%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.68487 1.05183 -.87874 .11055 1523.869 444.524%29%22%2F%3E%3Crect x=%2232%22 y=%221282%22 width=%2213%22 height=%2224%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.92938 .47206 -.37048 .88781 756.312 122.952%29%22%2F%3E%3Crect x=%22540%22 y=%22552%22 width=%227%22 height=%229%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.05007 .9761 -1.03885 .27989 1075.871 -225.598%29%22%2F%3E%3Crect x=%221067%22 y=%22881%22 width=%228%22 height=%2218%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.48534 .73538 -.90725 -.68575 2557.043 825.294%29%22%2F%3E%3Crect x=%22578%22 y=%22706%22 width=%2212%22 height=%2223%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.9458 .15646 -.41994 -.98784 1619.09 1345.096%29%22%2F%3E%3Crect x=%22908%22 y=%22964%22 width=%228%22 height=%2216%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.62932 .96955 -.77715 .39172 1093.446 -14.157%29%22%2F%3E%3Crect x=%221907%22 y=%22720%22 width=%227%22 height=%2211%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.5592 .80951 -.82904 -.58814 3580.305 -327.655%29%22%2F%3E%3Crect x=%221759%22 y=%22368%22 width=%227%22 height=%2212%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.55013 .93415 -.84823 -.37742 3038.324 -1347.687%29%22%2F%3E%3Crect x=%221953%22 y=%221351%22 width=%2213%22 height=%2226%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.1461 .92177 -1.02286 -.39127 3952.703 194.177%29%22%2F%3E%3Crect x=%221482%22 y=%22235%22 width=%2210%22 height=%2226%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.26542 .89223 -.98555 .45461 1309.798 -1269.42%29%22%2F%3E%3Crect x=%22603%22 y=%22912%22 width=%2211%22 height=%2229%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.14073 1.01496 -1.01008 -.17896 1534.1 626.425%29%22%2F%3E%3Crect x=%221751%22 y=%22475%22 width=%227%22 height=%2217%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.78105 .57788 -.615 .8253 558.256 -714.006%29%22%2F%3E%3Crect x=%22690%22 y=%221220%22 width=%2212%22 height=%2215%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.15753 .95645 -.99737 -.29242 2222.406 908.603%29%22%2F%3E%3Crect x=%221335%22 y=%22923%22 width=%2210%22 height=%2221%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-1.00564 -.09023 -.41175 -1.03134 3370.335 2376.213%29%22%2F%3E%3Crect x=%221126%22 y=%22215%22 width=%2213%22 height=%2219%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.70938 .40451 -.8009 -.95298 2218.3 283.783%29%22%2F%3E%3Crect x=%221259%22 y=%22272%22 width=%2211%22 height=%2232%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.98288 .20995 -.13883 .98776 29.061 -84.25%29%22%2F%3E%3Crect x=%221148%22 y=%221231%22 width=%2211%22 height=%2220%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.5122 .97125 -.89236 .26024 1885.857 -81.059%29%22%2F%3E%3Crect x=%22293%22 y=%221077%22 width=%228%22 height=%2222%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.8499 .42677 -.52056 -.91521 1376.651 1915.262%29%22%2F%3E%3Crect x=%221899%22 y=%22854%22 width=%227%22 height=%2211%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.07232 .96185 -1.01893 .2758 2500.837 -1273.907%29%22%2F%3E%3Crect x=%22718%22 y=%221034%22 width=%2213%22 height=%2227%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.08749 1 -.97325 -.30573 1696.344 864.755%29%22%2F%3E%3Crect x=%221060%22 y=%22578%22 width=%229%22 height=%229%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.72619 .92775 -.78448 .37483 961.805 -586.257%29%22%2F%3E%3Crect x=%221448%22 y=%22426%22 width=%228%22 height=%2221%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.99146 .24192 -.15703 .9703 119.132 -338.305%29%22%2F%3E%3Crect x=%22228%22 y=%22944%22 width=%2211%22 height=%2231%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.34947 .85129 -.95632 -.53194 1353.01 1291.553%29%22%2F%3E%3Crect x=%221128%22 y=%22529%22 width=%227%22 height=%2218%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.93598 .56616 -.37863 .83937 313.73 -374.984%29%22%2F%3E%3Crect x=%22805%22 y=%22348%22 width=%228%22 height=%2211%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.1211 .9757 -.99694 .22526 1000.744 -473.079%29%22%2F%3E%3Crect x=%221290%22 y=%221331%22 width=%2212%22 height=%2234%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.07106 .99255 -1.01624 -.12187 2835.813 225.94%29%22%2F%3E%3Crect x=%22898%22 y=%22798%22 width=%2210%22 height=%2220%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.71105 .47473 -.71092 -.93172 2138.428 1408.218%29%22%2F%3E%3Crect x=%221837%22 y=%22196%22 width=%2210%22 height=%2219%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.94278 .69723 -.42323 .7477 265.685 -840.928%29%22%2F%3E%3Crect x=%22385%22 y=%221184%22 width=%2212%22 height=%2223%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.77904 .45845 -.6523 .89976 766.429 -114.373%29%22%2F%3E%3Crect x=%221621%22 y=%22363%22 width=%227%22 height=%2215%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.71238 .8253 -.71286 -.57788 3036.917 -955.563%29%22%2F%3E%3Crect x=%22435%22 y=%221326%22 width=%227%22 height=%2217%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.70038 .85926 -.74296 .5163 1496.734 238.055%29%22%2F%3E%3Crect x=%221927%22 y=%22755%22 width=%229%22 height=%2216%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.92402 .46947 -.39222 .88295 512.774 -817.473%29%22%2F%3E%3Crect x=%221480%22 y=%22742%22 width=%229%22 height=%2223%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.0522 .96651 -1.04863 -.25898 2428.09 -434.312%29%22%2F%3E%3Crect x=%22809%22 y=%22722%22 width=%2211%22 height=%2215%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.92313 .6527 -.43195 .77786 454.103 -225.96%29%22%2F%3E%3Crect x=%221456%22 y=%22395%22 width=%2212%22 height=%2214%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.77422 .4073 -.7163 -.9148 3019.101 250.904%29%22%2F%3E%3Crect x=%221908%22 y=%22514%22 width=%2212%22 height=%2226%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.98774 -.05246 .21366 1.00107 1.642 -33.987%29%22%2F%3E%3Crect x=%221458%22 y=%22857%22 width=%2211%22 height=%2213%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.79883 .50191 -.55125 -.90547 2909.72 1302.972%29%22%2F%3E%3Crect x=%221766%22 y=%22985%22 width=%2210%22 height=%2228%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.90057 .63279 -.4682 .78143 892.34 -1088.45%29%22%2F%3E%3Crect x=%221094%22 y=%2267%22 width=%2210%22 height=%2229%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.82182 .64367 -.57419 .7671 245.98 -746.007%29%22%2F%3E%3Crect x=%221875%22 y=%22330%22 width=%2212%22 height=%2213%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.3335 1.00921 -.97923 -.03524 2826.381 -1814.327%29%22%2F%3E%3Crect x=%22104%22 y=%22370%22 width=%2213%22 height=%2213%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.46658 .74264 -.91146 -.69252 546.84 574.656%29%22%2F%3E%3Crect x=%221536%22 y=%2259%22 width=%227%22 height=%2210%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.97928 .12217 -.20992 .99497 18.146 -80.102%29%22%2F%3E%3Crect x=%22561%22 y=%22714%22 width=%229%22 height=%2222%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.61307 .80169 -.78539 -.60411 1528.836 660.154%29%22%2F%3E%3Crect x=%22252%22 y=%22816%22 width=%229%22 height=%2224%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%281.11624 .35962 .28614 .98805 29.376 .993%29%22%2F%3E%3Crect x=%221597%22 y=%22886%22 width=%2213%22 height=%2216%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.83867 .51535 -.54464 .85769 745.599 -755.137%29%22%2F%3E%3Crect x=%221433%22 y=%22775%22 width=%2211%22 height=%2213%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.40736 1.01231 -.98073 .01767 1851.977 -460.682%29%22%2F%3E%3Crect x=%22847%22 y=%22777%22 width=%229%22 height=%2217%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.42013 .88322 -.89935 -.48957 1852.38 537.673%29%22%2F%3E%3Crect x=%22487%22 y=%22742%22 width=%2213%22 height=%2224%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.9832 -.07014 .19667 1.00306 22.099 -19.56%29%22%2F%3E%3Crect x=%22860%22 y=%22457%22 width=%2212%22 height=%2224%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.99642 .769 -.37123 .7171 296.06 -251.883%29%22%2F%3E%3Crect x=%221951%22 y=%22396%22 width=%2210%22 height=%2227%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.10476 1.00844 -.99712 .05285 2566.877 -1859.556%29%22%2F%3E%3Crect x=%22378%22 y=%22931%22 width=%2213%22 height=%2217%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%281.01107 .39097 -.17582 .92107 409.067 -89.596%29%22%2F%3E%3Crect x=%221635%22 y=%22349%22 width=%227%22 height=%2217%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.99263 .0524 -.14054 1 0 0%29%22%2F%3E%3Crect x=%221542%22 y=%22458%22 width=%2212%22 height=%2221%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.98393 .31134 -.18371 .9582 180.361 -652.437%29%22%2F%3E%3Crect x=%2256%22 y=%22656%22 width=%2213%22 height=%2214%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.76476 .77781 -.62086 .67614 378.88 181.687%29%22%2F%3E%3Crect x=%221481%22 y=%221368%22 width=%227%22 height=%2217%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%281.00435 .97354 -.60085 .41325 1470.59 -126.405%29%22%2F%3E%3Crect x=%221071%22 y=%221255%22 width=%228%22 height=%2212%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.6392 .94487 -.8257 .3439 1721.101 -75.41%29%22%2F%3E%3Crect x=%221560%22 y=%221078%22 width=%2211%22 height=%2221%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%281.00809 .66834 -.33658 .76884 649.758 -490.358%29%22%2F%3E%3Crect x=%22701%22 y=%22761%22 width=%2212%22 height=%2230%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.27385 .91444 -.95403 -.46593 1608.14 654.276%29%22%2F%3E%3Crect x=%22525%22 y=%22402%22 width=%2210%22 height=%2218%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-1.0421 -.15936 -.3045 -1.00617 1345.191 1012.021%29%22%2F%3E%3Crect x=%22286%22 y=%221196%22 width=%2212%22 height=%2229%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.45822 .5967 -1.0215 -.85216 2033.44 2151.54%29%22%2F%3E%3Crect x=%22162%22 y=%22235%22 width=%2211%22 height=%2228%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.34257 .9582 -.93232 -.31134 414.333 186.591%29%22%2F%3E%3Crect x=%22414%22 y=%22659%22 width=%229%22 height=%2223%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%281.07683 .28675 .26795 1 0 0%29%22%2F%3E%3Crect x=%22970%22 y=%221122%22 width=%2213%22 height=%2231%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.7492 .4027 -.7183 -.94868 2694.712 2066.868%29%22%2F%3E%3Crect x=%221297%22 y=%22149%22 width=%2212%22 height=%2219%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.69443 .74416 -.71852 -.67005 2301.882 -636.656%29%22%2F%3E%3Crect x=%221016%22 y=%22928%22 width=%2213%22 height=%2223%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.99307 -.07222 -.35438 -1.03275 2563.046 2257.593%29%22%2F%3E%3Crect x=%221883%22 y=%221226%22 width=%2213%22 height=%2214%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.76604 .57577 -.64279 .82228 1234.616 -1034.095%29%22%2F%3E%3Crect x=%221594%22 y=%22321%22 width=%2211%22 height=%2226%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%281.04991 .20995 .17652 .98776 .532 -106.94%29%22%2F%3E%3Crect x=%22381%22 y=%22579%22 width=%2212%22 height=%2227%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.7767 .6297 -.6289 .77762 479.262 -125.45%29%22%2F%3E%3Crect x=%221236%22 y=%22847%22 width=%227%22 height=%2220%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.94776 .5201 -.34537 -.8656 2674.447 779.948%29%22%2F%3E%3Crect x=%221575%22 y=%221164%22 width=%2211%22 height=%2231%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.4668 .9204 -.87864 .4098 1807.095 -564.49%29%22%2F%3E%3Crect x=%221853%22 y=%221151%22 width=%2210%22 height=%2214%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.99508 .05262 -.01531 1.00413 162.167 -297.842%29%22%2F%3E%3Crect x=%2299%22 y=%221182%22 width=%2211%22 height=%2226%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.40576 .84187 -.92432 -.54672 1547.136 1751.211%29%22%2F%3E%3Crect x=%221841%22 y=%22931%22 width=%229%22 height=%2219%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.48722 .73205 -.8788 -.73205 3596.23 772.494%29%22%2F%3E%3Crect x=%22544%22 y=%22374%22 width=%2213%22 height=%2213%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%281.10347 .34044 .26738 .98872 9.084 -14.818%29%22%2F%3E%3Crect x=%22835%22 y=%22568%22 width=%2212%22 height=%2228%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.31905 1.0267 -1.00192 -.08982 1281.187 -19.485%29%22%2F%3E%3Crect x=%22363%22 y=%221078%22 width=%2213%22 height=%2213%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.90595 .7895 -.50644 .66247 728.46 166.464%29%22%2F%3E%3Crect x=%221201%22 y=%22738%22 width=%2213%22 height=%2237%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.39121 .73415 -.99732 -.6846 2697.938 493.562%29%22%2F%3E%3Crect x=%221027%22 y=%22160%22 width=%2211%22 height=%2232%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.95936 .17495 -.27505 .9922 91.23 -306.041%29%22%2F%3E%3Crect x=%221371%22 y=%22524%22 width=%2211%22 height=%2211%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.88725 .86245 -.56103 .58173 582.15 -570.979%29%22%2F%3E%3Crect x=%22178%22 y=%22417%22 width=%228%22 height=%2215%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.97985 .6997 -.34094 .7771 198.862 22.918%29%22%2F%3E%3Crect x=%221693%22 y=%22227%22 width=%2212%22 height=%2216%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.63338 .56469 -.83186 -.83718 3062.695 -288.888%29%22%2F%3E%3Crect x=%22704%22 y=%22510%22 width=%2213%22 height=%2222%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.1396 1.00076 -.99436 -.03495 1302.398 -209.07%29%22%2F%3E%3Crect x=%221299%22 y=%22987%22 width=%2211%22 height=%2216%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.89273 .54873 -.44771 .84497 778.143 -721.734%29%22%2F%3E%3Crect x=%221004%22 y=%221279%22 width=%2213%22 height=%2220%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.65606 .8121 -.75471 .59003 1320.373 -203.776%29%22%2F%3E%3Crect x=%221001%22 y=%22604%22 width=%2210%22 height=%2211%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.98847 .25886 -.1741 -.96607 2040.606 955.47%29%22%2F%3E%3Crect x=%22689%22 y=%22366%22 width=%227%22 height=%228%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.92137 .52468 -.37251 .87321 174.66 -181.819%29%22%2F%3E%3Crect x=%22899%22 y=%22698%22 width=%2210%22 height=%2220%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-1.00363 .19107 -.07044 -.98297 1814.955 1183.841%29%22%2F%3E%3Crect x=%22925%22 y=%221332%22 width=%2210%22 height=%2215%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%281.04992 .3092 -.00276 .95164 350.675 -190.301%29%22%2F%3E%3Crect x=%22401%22 y=%22439%22 width=%227%22 height=%2211%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.92377 .5922 -.41716 .8151 344.55 -207.02%29%22%2F%3E%3Crect x=%22436%22 y=%22961%22 width=%228%22 height=%2215%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.97338 .08824 -.2067 1.00861 243.29 -116.857%29%22%2F%3E%3Crect x=%22287%22 y=%22195%22 width=%2210%22 height=%2225%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%281.0173 .5332 -.18237 .8874 62.821 -54.092%29%22%2F%3E%3Crect x=%2248%22 y=%22815%22 width=%2213%22 height=%2228%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.47951 .85437 -.85906 -.55483 689.704 1252.987%29%22%2F%3E%3Crect x=%22228%22 y=%221074%22 width=%2211%22 height=%2217%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.86815 .89254 -.61917 .5153 922.776 374.49%29%22%2F%3E%3Crect x=%221643%22 y=%22401%22 width=%2210%22 height=%2218%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.50994 .91 -.85019 -.44384 2847.381 -1168.721%29%22%2F%3E%3Crect x=%221282%22 y=%221365%22 width=%2213%22 height=%2232%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.97015 .45427 -.29732 -.89155 2761.374 1981.911%29%22%2F%3E%3Crect x=%2288%22 y=%22975%22 width=%2212%22 height=%2213%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.20783 .97496 -.9777 -.22509 1055.957 1114.06%29%22%2F%3E%3Crect x=%221168%22 y=%22507%22 width=%2210%22 height=%2210%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.76476 .86785 -.69276 .52146 728.7 -587.192%29%22%2F%3E%3Crect x=%22327%22 y=%22946%22 width=%2213%22 height=%2221%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.95378 .39127 -.30883 -.92177 810.094 1725.162%29%22%2F%3E%3Crect x=%22367%22 y=%22357%22 width=%2211%22 height=%2225%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.82708 .84072 -.65234 .54597 411.439 -119.355%29%22%2F%3E%3Crect x=%221730%22 y=%22108%22 width=%2211%22 height=%2219%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.0473 1.00861 -.9956 -.08824 1725.279 -1897.455%29%22%2F%3E%3Crect x=%22443%22 y=%221058%22 width=%229%22 height=%2212%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.98545 .40648 -.13858 .9576 133.152 -8.467%29%22%2F%3E%3Crect x=%221053%22 y=%221055%22 width=%2212%22 height=%2229%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.86323 .65468 -.46146 .80846 518.24 -184.797%29%22%2F%3E%3Crect x=%221636%22 y=%22839%22 width=%2211%22 height=%2225%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.76616 .62932 -.64289 .77715 916.4 -843.27%29%22%2F%3E%3Crect x=%22451%22 y=%221320%22 width=%2213%22 height=%2216%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.06878 .89657 -1.0788 -.47671 2299.055 1631.566%29%22%2F%3E%3Crect x=%221225%22 y=%221128%22 width=%2212%22 height=%2233%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.22799 1.00967 -.9944 -.01762 2226.908 94.768%29%22%2F%3E%3Crect x=%221973%22 y=%22275%22 width=%2210%22 height=%2212%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.39482 1.03255 -1.01696 -.12678 1678.637 -1158.567%29%22%2F%3E%3Crect x=%2258%22 y=%2237%22 width=%228%22 height=%2211%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.1918 .99069 -.9544 -.28408 105.274 8.609%29%22%2F%3E%3Crect x=%2286%22 y=%22210%22 width=%2210%22 height=%2225%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%281.00247 .01746 .14143 1 7.26 -3.177%29%22%2F%3E%3Crect x=%22348%22 y=%22500%22 width=%2213%22 height=%2219%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.98039 .24565 -.13865 .98526 37.598 -17.068%29%22%2F%3E%3Crect x=%22212%22 y=%22934%22 width=%2211%22 height=%2229%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.7702 .8121 -.67179 .59003 823.15 231.252%29%22%2F%3E%3Crect x=%221973%22 y=%22770%22 width=%2210%22 height=%2220%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.42142 .87676 -.90697 -.486 3609.188 -713.463%29%22%2F%3E%3Crect x=%221648%22 y=%2279%22 width=%227%22 height=%2218%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.45651 .99163 -.94428 .13936 1027.434 -1475.385%29%22%2F%3E%3Crect x=%22427%22 y=%22785%22 width=%2210%22 height=%2228%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.935 .4499 -.30565 .92244 193.664 -32.649%29%22%2F%3E%3Crect x=%221761%22 y=%22310%22 width=%2211%22 height=%2221%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.27607 .98857 -.96288 -.17431 2559.893 -1524.49%29%22%2F%3E%3Crect x=%221510%22 y=%22918%22 width=%2212%22 height=%2218%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.33987 .9563 -.93527 -.31072 2951.915 -394.045%29%22%2F%3E%3Crect x=%22156%22 y=%22704%22 width=%2212%22 height=%2230%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.8023 .60633 -.58457 -.80463 785.758 1179.414%29%22%2F%3E%3Crect x=%22121%22 y=%2277%22 width=%2213%22 height=%2218%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.49434 .98805 -.83217 .35962 120.391 -29.477%29%22%2F%3E%3Crect x=%22406%22 y=%22929%22 width=%229%22 height=%2216%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.55483 .92177 -.84936 .39127 1189.952 170.483%29%22%2F%3E%3Crect x=%221042%22 y=%22441%22 width=%229%22 height=%2224%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.67559 .74264 -.71656 .69252 711.44 -822.406%29%22%2F%3E%3Crect x=%221864%22 y=%22143%22 width=%227%22 height=%2212%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.98087 .31848 -.12113 .98017 21.556 -126.182%29%22%2F%3E%3Crect x=%22328%22 y=%221370%22 width=%2211%22 height=%2225%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-1.03986 -.14283 -.39787 -1.01632 1676.569 2912.187%29%22%2F%3E%3Crect x=%22620%22 y=%22664%22 width=%228%22 height=%2211%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.77221 .74416 -.64849 -.67005 1484.309 621.037%29%22%2F%3E%3Crect x=%22726%22 y=%22135%22 width=%2211%22 height=%2214%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.41262 .72875 -.95959 -.72875 1215.18 -105.217%29%22%2F%3E%3Crect x=%22120%22 y=%22821%22 width=%227%22 height=%2215%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.78733 .96069 -.75436 .34966 880.279 446.412%29%22%2F%3E%3Crect x=%22290%22 y=%22207%22 width=%227%22 height=%227%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.64123 .93773 -.79421 .39804 295.887 -91.463%29%22%2F%3E%3Crect x=%22460%22 y=%22911%22 width=%2212%22 height=%2221%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.08544 1.01527 -.98645 .01772 1473.52 349.884%29%22%2F%3E%3Crect x=%22170%22 y=%22867%22 width=%2211%22 height=%2232%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.11046 .93586 -1.02613 -.35924 1274.986 1048.24%29%22%2F%3E%3Crect x=%22805%22 y=%22876%22 width=%2212%22 height=%2224%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.55706 .94913 -.86178 -.32681 1898.635 337.51%29%22%2F%3E%3Crect x=%22857%22 y=%221139%22 width=%229%22 height=%2212%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.88247 .50069 -.46877 -.86721 2054.367 1751.768%29%22%2F%3E%3Crect x=%22135%22 y=%221152%22 width=%2211%22 height=%2229%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.32057 .9233 -.91263 -.49092 1080.148 1652.394%29%22%2F%3E%3Crect x=%221329%22 y=%22415%22 width=%228%22 height=%228%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.9726 .19268 -.18625 -.99127 2622.299 764.837%29%22%2F%3E%3Crect x=%22412%22 y=%22296%22 width=%2213%22 height=%2218%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.9939 -.03524 -.08691 -1.00921 854.608 686.375%29%22%2F%3E%3Crect x=%221517%22 y=%22806%22 width=%2211%22 height=%2222%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.48165 .9855 -.91234 .20947 1693.572 -667.614%29%22%2F%3E%3Crect x=%221638%22 y=%22633%22 width=%227%22 height=%227%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.5683 .55413 -.89516 -.8868 3324.423 793.195%29%22%2F%3E%3Crect x=%22998%22 y=%22256%22 width=%2213%22 height=%2225%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.03513 .99146 -1.00305 .15703 1232.219 -857.468%29%22%2F%3E%3Crect x=%22788%22 y=%22827%22 width=%2212%22 height=%2232%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.3023 .96823 -.9404 -.29602 1927.58 198.014%29%22%2F%3E%3Crect x=%221690%22 y=%221257%22 width=%2210%22 height=%2225%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.0684 .99269 -.99775 -.13951 3239.345 -354.517%29%22%2F%3E%3Crect x=%221100%22 y=%22289%22 width=%2210%22 height=%2223%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.70624 .82954 -.72912 .55953 599.37 -822.872%29%22%2F%3E%3Crect x=%2257%22 y=%22479%22 width=%2212%22 height=%2215%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.50156 1.00921 -.97336 .03524 665.89 414.628%29%22%2F%3E%3Crect x=%2222%22 y=%22491%22 width=%2213%22 height=%2236%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.97262 .19375 -.15754 .99677 8.726 1.147%29%22%2F%3E%3Crect x=%221300%22 y=%221322%22 width=%227%22 height=%227%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%281.1141 .56045 -.00133 .89691 295.41 -145.079%29%22%2F%3E%3Crect x=%221968%22 y=%22250%22 width=%2213%22 height=%2231%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.55807 .91458 -.78405 .50696 927.49 -1071.276%29%22%2F%3E%3Crect x=%221167%22 y=%221319%22 width=%2211%22 height=%2219%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.85997 .6846 -.5385 .73415 1030 -346.932%29%22%2F%3E%3Crect x=%22409%22 y=%221031%22 width=%227%22 height=%2216%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-1.01024 -.14408 -.24775 -1.0252 1227.778 2274.147%29%22%2F%3E%3Crect x=%2248%22 y=%22555%22 width=%2213%22 height=%2220%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.31034 .9707 -.94119 -.27835 502.21 677.021%29%22%2F%3E%3Crect x=%221737%22 y=%22109%22 width=%2210%22 height=%2213%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.51093 .82936 -.84799 .58073 935.867 -1672.23%29%22%2F%3E%3Crect x=%221364%22 y=%22982%22 width=%2210%22 height=%2215%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.9415 .1409 -.39775 1.00261 392.457 -412.316%29%22%2F%3E%3Crect x=%221871%22 y=%221146%22 width=%2213%22 height=%2218%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.42762 .99034 -.91886 .2105 2237.488 -650.129%29%22%2F%3E%3Crect x=%221092%22 y=%22487%22 width=%2211%22 height=%2211%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%281.13797 .49965 .05156 .9014 86.99 -226.167%29%22%2F%3E%3Crect x=%221157%22 y=%22382%22 width=%2210%22 height=%2219%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%281.08226 .37281 .13706 .9712 18.058 -88.733%29%22%2F%3E%3Crect x=%221740%22 y=%22574%22 width=%228%22 height=%2211%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.03492 1 -.9913 -.24933 2343.935 -585.186%29%22%2F%3E%3Crect x=%22655%22 y=%221187%22 width=%2213%22 height=%2214%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.54686 .9113 -.84233 .42495 1349.614 153.316%29%22%2F%3E%3Crect x=%22690%22 y=%22840%22 width=%2212%22 height=%2235%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.9243 .44079 -.37358 .90374 340.533 -151.096%29%22%2F%3E%3Crect x=%221550%22 y=%221060%22 width=%229%22 height=%229%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.83283 .92656 -.69091 .43206 1343.131 -505.339%29%22%2F%3E%3Crect x=%22751%22 y=%221267%22 width=%2213%22 height=%2230%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.95516 .27602 -.29195 -.96258 1809.162 2346.646%29%22%2F%3E%3Crect x=%22123%22 y=%22505%22 width=%228%22 height=%2211%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.72873 .94577 -.73289 .42108 465.824 209.453%29%22%2F%3E%3Crect x=%22682%22 y=%22365%22 width=%2212%22 height=%2227%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.01295 1.02094 -.98017 -.0535 976.336 -157.416%29%22%2F%3E%3Crect x=%221120%22 y=%221273%22 width=%227%22 height=%2218%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.54296 .6491 -.89351 -.77357 3158.883 1702.349%29%22%2F%3E%3Crect x=%221786%22 y=%221264%22 width=%2213%22 height=%2236%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.59521 .57892 -.84492 -.85828 4127.829 1824.905%29%22%2F%3E%3Crect x=%22676%22 y=%22809%22 width=%2211%22 height=%2211%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.55098 .99634 -.93602 .12233 1369.385 95.478%29%22%2F%3E%3Crect x=%22926%22 y=%22781%22 width=%229%22 height=%2211%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.57231 .93415 -.8508 .35859 1226.317 -332.26%29%22%2F%3E%3Crect x=%221977%22 y=%22622%22 width=%2211%22 height=%2225%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.83867 .69252 -.54464 .74264 665.41 -860.054%29%22%2F%3E%3Crect x=%221884%22 y=%221312%22 width=%229%22 height=%2215%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.42093 .94675 -.90304 .34459 2230.96 -691.243%29%22%2F%3E%3Crect x=%22714%22 y=%221121%22 width=%228%22 height=%2210%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.20697 .95419 -.97268 -.3473 1918.1 958.55%29%22%2F%3E%3Crect x=%221899%22 y=%221008%22 width=%2212%22 height=%2228%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.14167 .93758 -1.0035 -.41744 3277.078 102.342%29%22%2F%3E%3Crect x=%22283%22 y=%22374%22 width=%229%22 height=%2225%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.72388 .99418 -.7566 .34232 430.737 61.78%29%22%2F%3E%3Crect x=%22749%22 y=%221020%22 width=%2210%22 height=%2226%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.95123 .1256 -.2146 -1.02293 1521.316 2182.98%29%22%2F%3E%3Crect x=%22970%22 y=%22914%22 width=%229%22 height=%2214%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.63048 .96157 -.8472 .29398 1395.545 -184.386%29%22%2F%3E%3Crect x=%221899%22 y=%22455%22 width=%228%22 height=%2218%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.95136 .53121 -.36 .85012 348.282 -1074.425%29%22%2F%3E%3Crect x=%22932%22 y=%22313%22 width=%2212%22 height=%2235%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.55071 .80874 -.80623 -.63186 1634.38 -2.714%29%22%2F%3E%3Crect x=%221256%22 y=%22688%22 width=%229%22 height=%2223%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.71939 .86189 -.72799 .51788 1058.176 -881.648%29%22%2F%3E%3Crect x=%22367%22 y=%221305%22 width=%2213%22 height=%2231%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.6171 .74326 -.78978 -.66923 1716.443 1933.134%29%22%2F%3E%3Crect x=%2264%22 y=%22105%22 width=%2213%22 height=%2224%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.62556 .92493 -.80264 -.4118 199.252 88.808%29%22%2F%3E%3Crect x=%221288%22 y=%221258%22 width=%2213%22 height=%2233%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.4366 .99582 -.89534 .24829 1842.959 -32.168%29%22%2F%3E%3Crect x=%221139%22 y=%22357%22 width=%229%22 height=%2220%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-1.00724 .10454 .01792 -.99467 2234.316 632.458%29%22%2F%3E%3Crect x=%221272%22 y=%22739%22 width=%2210%22 height=%2214%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%281.01373 .19107 -.01848 .98297 96.069 -164.372%29%22%2F%3E%3Crect x=%22201%22 y=%22596%22 width=%2210%22 height=%2216%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.23504 .99163 -1.04148 -.13936 986.392 494.697%29%22%2F%3E%3Crect x=%221372%22 y=%22722%22 width=%2211%22 height=%2226%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-1.0221 .1746 .06941 -.99023 2651.48 1077.522%29%22%2F%3E%3Crect x=%22250%22 y=%22202%22 width=%2210%22 height=%2224%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.32573 .9601 -.9294 -.3306 491.289 84.883%29%22%2F%3E%3Crect x=%221254%22 y=%2295%22 width=%228%22 height=%2219%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.98706 -.07257 -.33533 -1.03777 2591.884 664.962%29%22%2F%3E%3Crect x=%22532%22 y=%22957%22 width=%2213%22 height=%2215%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.74214 .61801 -.6682 -.79102 1564.956 1441.752%29%22%2F%3E%3Crect x=%221638%22 y=%221061%22 width=%228%22 height=%2217%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.74871 .91266 -.73053 .44513 1433.548 -615.628%29%22%2F%3E%3Crect x=%221415%22 y=%221032%22 width=%2210%22 height=%2211%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.78201 .38298 -.67558 -.9479 3395.823 1778.949%29%22%2F%3E%3Crect x=%22887%22 y=%221170%22 width=%2212%22 height=%2231%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.12622 1.01265 -.96068 -.21525 1893.37 775.654%29%22%2F%3E%3Crect x=%221278%22 y=%2253%22 width=%2211%22 height=%2231%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.20674 .8086 -1.08093 -.60932 1711.209 -724.301%29%22%2F%3E%3Crect x=%221514%22 y=%22934%22 width=%2210%22 height=%2222%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.6153 .64633 -.81392 -.77026 3358.425 850.78%29%22%2F%3E%3Crect x=%221279%22 y=%221287%22 width=%229%22 height=%2218%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.84204 .81347 -.61752 .59102 1307.194 -379.157%29%22%2F%3E%3Crect x=%221796%22 y=%22408%22 width=%2211%22 height=%2220%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.96176 .32963 -.24059 .9573 120.278 -290.646%29%22%2F%3E%3Crect x=%22329%22 y=%22631%22 width=%2211%22 height=%2232%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.96126 0 -.2393 -1.0403 784.932 1415.99%29%22%2F%3E%3Crect x=%221676%22 y=%221166%22 width=%227%22 height=%227%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.45636 .83918 -.89528 -.54497 3578.856 456.087%29%22%2F%3E%3Crect x=%2251%22 y=%22996%22 width=%227%22 height=%2214%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.95021 .43944 -.32739 -.90099 382.291 1878.931%29%22%2F%3E%3Crect x=%221094%22 y=%221142%22 width=%2213%22 height=%2228%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.9898 .05246 -.17433 1.00107 156.207 -135.926%29%22%2F%3E%3Crect x=%221987%22 y=%22593%22 width=%227%22 height=%2210%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.12175 .99315 -.99195 -.12194 2844.488 -1375.455%29%22%2F%3E%3Crect x=%221634%22 y=%22242%22 width=%229%22 height=%2216%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.37371 .85129 -.94117 -.53194 2514.698 -1155.199%29%22%2F%3E%3Crect x=%22687%22 y=%22321%22 width=%2213%22 height=%2223%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.03455 .99313 -1.0124 -.1573 1041.626 -231.044%29%22%2F%3E%3Crect x=%22377%22 y=%22841%22 width=%228%22 height=%2219%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-1.02124 -.16274 -.30304 -1.0275 1197.062 1895.635%29%22%2F%3E%3Crect x=%22798%22 y=%22445%22 width=%229%22 height=%2225%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.76097 .63279 -.64059 .78143 418.356 -323.468%29%22%2F%3E%3Crect x=%221582%22 y=%221155%22 width=%229%22 height=%2216%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.511 .86113 -.84196 -.5381 3147.885 702.363%29%22%2F%3E%3Crect x=%221297%22 y=%22734%22 width=%2211%22 height=%2215%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.4407 1.03552 -.90377 .14553 1418.534 -316.956%29%22%2F%3E%3Crect x=%221589%22 y=%2259%22 width=%2213%22 height=%2223%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.08879 .99452 -1.01484 -.10453 1539.09 -1508.89%29%22%2F%3E%3Crect x=%22709%22 y=%221131%22 width=%227%22 height=%2218%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.139 .99023 -.98535 -.1746 1849.889 708.396%29%22%2F%3E%3Crect x=%221810%22 y=%22945%22 width=%2210%22 height=%2221%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-1.01108 .10453 .05299 -.99452 3448.14 1716.047%29%22%2F%3E%3Crect x=%221604%22 y=%22133%22 width=%228%22 height=%2222%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.17684 .99954 -1.00663 -.0349 1502.044 -1430.171%29%22%2F%3E%3Crect x=%221871%22 y=%22654%22 width=%229%22 height=%2213%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.76417 .65766 -.64146 -.75655 3760.128 -204.388%29%22%2F%3E%3Crect x=%22778%22 y=%22746%22 width=%2213%22 height=%2227%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.15838 1 -.97207 .17633 1496.92 -297.249%29%22%2F%3E%3Crect x=%22962%22 y=%221004%22 width=%2213%22 height=%2234%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.4913 .93586 -.87995 .35924 1593.73 -319.892%29%22%2F%3E%3Crect x=%221365%22 y=%221253%22 width=%227%22 height=%2220%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.9064 .16122 -.47979 -1.01793 3355.23 2669.21%29%22%2F%3E%3Crect x=%22607%22 y=%22570%22 width=%2213%22 height=%2229%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.67176 .58639 -.74597 -.83745 1474.126 844.644%29%22%2F%3E%3Crect x=%22186%22 y=%22551%22 width=%227%22 height=%229%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.47411 .96349 -.89295 -.29457 738.159 513.284%29%22%2F%3E%3Crect x=%22868%22 y=%221191%22 width=%2211%22 height=%2215%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.43933 1 -.84873 .34433 1242.576 213.094%29%22%2F%3E%3Crect x=%221292%22 y=%221165%22 width=%2213%22 height=%2237%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.97397 .10454 -.29858 -.99467 3163.317 2202.28%29%22%2F%3E%3Crect x=%2214%22 y=%221074%22 width=%2212%22 height=%2222%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.51833 .9323 -.8632 -.37667 910.194 1472.94%29%22%2F%3E%3Crect x=%22626%22 y=%22443%22 width=%2212%22 height=%2217%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.98237 .27669 -.18822 .96493 165.988 -214.329%29%22%2F%3E%3Crect x=%22641%22 y=%22571%22 width=%2212%22 height=%2233%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.67134 .68241 -.74546 .7318 620.993 -306.548%29%22%2F%3E%3Crect x=%22392%22 y=%22511%22 width=%229%22 height=%2222%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.9846 .29309 -.19147 .95864 125.25 -66.893%29%22%2F%3E%3Crect x=%22371%22 y=%22232%22 width=%227%22 height=%2214%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.46475 .71916 -.90924 -.74472 789.587 248.007%29%22%2F%3E%3Crect x=%221361%22 y=%22952%22 width=%228%22 height=%2223%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.5022 .59511 -.98915 -.8191 3409.737 1156.571%29%22%2F%3E%3Crect x=%22225%22 y=%22452%22 width=%227%22 height=%2212%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.44191 .97983 -.9104 .2443 691.132 90.106%29%22%2F%3E%3Crect x=%221961%22 y=%22213%22 width=%2213%22 height=%2225%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.00053 .98784 -1.0124 .15646 2151.03 -1719.011%29%22%2F%3E%3Crect x=%22126%22 y=%221280%22 width=%2213%22 height=%2228%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.9885 .01755 -.35397 -1.00536 1023.476 2606.53%29%22%2F%3E%3Crect x=%221836%22 y=%221285%22 width=%2211%22 height=%2218%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.86966 .4073 -.50193 .9148 826.763 -736.292%29%22%2F%3E%3Crect x=%22205%22 y=%2232%22 width=%229%22 height=%2225%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.47088 .79783 -.8855 .62334 150.057 -183.566%29%22%2F%3E%3Crect x=%22314%22 y=%22779%22 width=%2212%22 height=%2230%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.15643 1.00413 -.98769 .05262 1054.166 464.528%29%22%2F%3E%3Crect x=%22742%22 y=%221000%22 width=%228%22 height=%2218%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.96257 .12204 -.35476 -.9939 2100.141 1881.718%29%22%2F%3E%3Crect x=%22157%22 y=%22118%22 width=%2212%22 height=%2220%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.04287 .93405 -1.05061 -.43556 331.176 72.141%29%22%2F%3E%3Crect x=%221099%22 y=%221342%22 width=%2211%22 height=%2231%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.87039 .35837 -.52298 -.93358 3015.16 2229.018%29%22%2F%3E%3Crect x=%221873%22 y=%22995%22 width=%2213%22 height=%2228%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.9884 -.05332 -.10365 -1.01732 3793.797 2501.02%29%22%2F%3E%3Crect x=%22647%22 y=%22246%22 width=%2212%22 height=%2215%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.11519 .90977 -1.04547 -.42423 1070.693 -175.907%29%22%2F%3E%3Crect x=%2233%22 y=%22695%22 width=%227%22 height=%2212%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.8274 .6792 -.5205 .78133 296.459 138.275%29%22%2F%3E%3Crect x=%22107%22 y=%221083%22 width=%229%22 height=%229%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.08871 .96848 -1.0071 -.2777 1293.624 1295.212%29%22%2F%3E%3Crect x=%22638%22 y=%22476%22 width=%2212%22 height=%2215%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%281.04503 .54471 -.0966 .90656 104.3 -83.87%29%22%2F%3E%3Crect x=%221253%22 y=%2226%22 width=%227%22 height=%2213%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-1.01965 -.1409 -.15836 -1.00261 2575.375 441.146%29%22%2F%3E%3Crect x=%22686%22 y=%22897%22 width=%228%22 height=%2216%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.95154 .36189 -.28442 .94276 462.588 -294.87%29%22%2F%3E%3Crect x=%22281%22 y=%221109%22 width=%2211%22 height=%2213%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%281.00478 .41325 -.05276 .97354 78.682 9.766%29%22%2F%3E%3Crect x=%22409%22 y=%22494%22 width=%2210%22 height=%2223%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.035 1.00076 -.99802 -.03495 905.356 130.547%29%22%2F%3E%3Crect x=%22727%22 y=%22524%22 width=%2212%22 height=%2226%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%281.09994 .48384 .0019 .90998 118.578 -123.558%29%22%2F%3E%3Crect x=%221718%22 y=%22922%22 width=%227%22 height=%2216%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.63413 .60633 -.80774 .80463 1280.058 -1073.487%29%22%2F%3E%3Crect x=%22389%22 y=%22511%22 width=%228%22 height=%2222%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.97573 .14022 -.18905 -.9977 835.272 1035.95%29%22%2F%3E%3Crect x=%22652%22 y=%22520%22 width=%229%22 height=%2214%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.95208 .24225 -.30933 -.97163 1454.355 914.414%29%22%2F%3E%3Crect x=%221090%22 y=%221244%22 width=%229%22 height=%2212%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.88291 .19268 -.64765 -.99127 3326.542 2432.022%29%22%2F%3E%3Crect x=%2293%22 y=%22259%22 width=%2211%22 height=%2219%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.3148 .99255 -.96886 .12187 379.821 138.012%29%22%2F%3E%3Crect x=%22813%22 y=%221356%22 width=%228%22 height=%2220%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.98003 -.01791 -.31576 -1.02615 2212.416 2970.97%29%22%2F%3E%3Crect x=%22199%22 y=%221365%22 width=%227%22 height=%2215%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.9757 .30977 -.22528 .95338 338.322 15.419%29%22%2F%3E%3Crect x=%221350%22 y=%22495%22 width=%228%22 height=%228%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%281.00187 -.0351 -.19314 1.0049 50.046 -97.24%29%22%2F%3E%3Crect x=%22542%22 y=%221300%22 width=%2213%22 height=%2224%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.94953 .13951 -.41157 -.99269 2047.84 2499.527%29%22%2F%3E%3Crect x=%22457%22 y=%22475%22 width=%2212%22 height=%2235%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.94957 .0535 -.57095 -1.02094 1364.504 1068.954%29%22%2F%3E%3Crect x=%22914%22 y=%22458%22 width=%228%22 height=%2221%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.79235 .69466 -.61905 -.71934 1886.163 167.814%29%22%2F%3E%3Crect x=%221336%22 y=%22955%22 width=%227%22 height=%2213%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.15957 .92244 -1.00278 -.47 2586.615 536.723%29%22%2F%3E%3Crect x=%221196%22 y=%221349%22 width=%2210%22 height=%2217%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.74646 .44513 -.71605 .91266 1115.522 -627.81%29%22%2F%3E%3Crect x=%221641%22 y=%22329%22 width=%228%22 height=%2212%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.0021 .97542 -1.02464 -.26136 2061.232 -950.817%29%22%2F%3E%3Crect x=%221533%22 y=%2255%22 width=%2212%22 height=%2221%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.48162 .68165 -.93212 -.75705 2405.567 -634.828%29%22%2F%3E%3Crect x=%22339%22 y=%22132%22 width=%229%22 height=%2213%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.26379 1.0055 -.99452 0 555.633 -242.995%29%22%2F%3E%3Crect x=%22178%22 y=%22851%22 width=%227%22 height=%2219%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%281.032 .26563 .08682 .99133 30.283 1.149%29%22%2F%3E%3Crect x=%221932%22 y=%22473%22 width=%2213%22 height=%2214%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%281.0539 .61464 -.1764 .84598 169.332 -524.897%29%22%2F%3E%3Crect x=%22724%22 y=%221043%22 width=%229%22 height=%2226%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.9454 .52146 -.3443 .86785 444.268 -124.95%29%22%2F%3E%3Crect x=%22707%22 y=%221193%22 width=%2210%22 height=%2222%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.27737 1.0536 -.92486 .09218 1450.113 588.019%29%22%2F%3E%3Crect x=%221628%22 y=%22764%22 width=%2213%22 height=%2236%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.88367 .9846 -.72851 .31992 1179.913 -639.552%29%22%2F%3E%3Crect x=%22751%22 y=%221231%22 width=%2212%22 height=%2216%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.75377 .65696 -.65505 -.75575 2072.2 1717.723%29%22%2F%3E%3Crect x=%221237%22 y=%22890%22 width=%227%22 height=%2212%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.53107 .70883 -.8797 .70883 1227.219 -705.167%29%22%2F%3E%3Crect x=%22479%22 y=%221007%22 width=%229%22 height=%2225%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.97073 .20794 -.24208 -.9783 1252.635 1907.893%29%22%2F%3E%3Crect x=%221442%22 y=%221343%22 width=%227%22 height=%2212%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.07437 .95073 -1.02622 -.32736 3175.096 568.263%29%22%2F%3E%3Crect x=%221602%22 y=%22343%22 width=%227%22 height=%2211%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.80043 .65616 -.60323 -.75482 3084.024 -469.931%29%22%2F%3E%3Crect x=%221164%22 y=%221167%22 width=%229%22 height=%2225%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.7551 .84857 -.70662 .53024 1401.356 -396.664%29%22%2F%3E%3Crect x=%22395%22 y=%221006%22 width=%2210%22 height=%2227%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.6269 .8271 -.75358 .60092 762.286 161.052%29%22%2F%3E%3Crect x=%221331%22 y=%22924%22 width=%229%22 height=%229%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.78289 .78011 -.6479 .63172 1124.263 -816.74%29%22%2F%3E%3Crect x=%221529%22 y=%221381%22 width=%2212%22 height=%2233%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%281.01404 .22495 -.05314 .97437 299.141 -309.482%29%22%2F%3E%3Crect x=%22895%22 y=%221256%22 width=%229%22 height=%2216%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.49902 .85926 -.86395 .5163 1605.607 -224.402%29%22%2F%3E%3Crect x=%22838%22 y=%22570%22 width=%2211%22 height=%2227%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.78468 .8121 -.66126 .59003 671.568 -371.999%29%22%2F%3E%3Crect x=%22741%22 y=%22722%22 width=%229%22 height=%2213%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.92646 .42677 -.35637 -.91521 1739.408 972.302%29%22%2F%3E%3Crect x=%221080%22 y=%22646%22 width=%2213%22 height=%2223%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.99589 -.09023 -.30028 -1.03134 2482.442 1724.766%29%22%2F%3E%3Crect x=%22589%22 y=%22967%22 width=%229%22 height=%2211%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.40788 .9824 -.91623 -.24494 1711.275 533.652%29%22%2F%3E%3Crect x=%221491%22 y=%221258%22 width=%2210%22 height=%2229%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%281.00487 .19084 -.07046 .98178 218.87 -236.192%29%22%2F%3E%3Crect x=%221111%22 y=%22142%22 width=%2210%22 height=%2226%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.5339 .77715 -.85442 .62932 633.572 -809.84%29%22%2F%3E%3Crect x=%22110%22 y=%221234%22 width=%2213%22 height=%2215%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.97792 .27907 -.17287 -.97324 509.15 2398.819%29%22%2F%3E%3Crect x=%221329%22 y=%22838%22 width=%227%22 height=%2214%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.16678 .99386 -.97376 -.19319 2489.335 -527.127%29%22%2F%3E%3Crect x=%221341%22 y=%221359%22 width=%2213%22 height=%2230%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.93258 .40773 -.358 .91578 557.125 -339.466%29%22%2F%3E%3Crect x=%221480%22 y=%22999%22 width=%2210%22 height=%2221%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.75798 .90547 -.68424 .50191 1148.565 -443.903%29%22%2F%3E%3Crect x=%22410%22 y=%22719%22 width=%227%22 height=%2219%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.9883 -.01772 -.19189 -1.01527 989.942 1548.365%29%22%2F%3E%3Crect x=%22739%22 y=%2295%22 width=%227%22 height=%229%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.0524 1 -.98596 -.26795 863.874 -417.387%29%22%2F%3E%3Crect x=%22969%22 y=%22208%22 width=%2211%22 height=%2217%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.86052 .7304 -.47801 .75636 211.477 -342.4%29%22%2F%3E%3Crect x=%22476%22 y=%221123%22 width=%2211%22 height=%2217%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.97728 -.06993 .32492 1 0 0%29%22%2F%3E%3Crect x=%221194%22 y=%22960%22 width=%2210%22 height=%2219%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.0682 .98083 -1.03782 .26281 2166.86 -672.723%29%22%2F%3E%3Crect x=%221897%22 y=%22511%22 width=%2213%22 height=%2236%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%281.09867 .30415 .3058 .99484 -.358 -30.41%29%22%2F%3E%3Crect x=%221241%22 y=%22530%22 width=%2210%22 height=%2220%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.141 1.0189 -1.01401 -.23523 1682.274 -221.574%29%22%2F%3E%3Crect x=%22929%22 y=%22144%22 width=%2213%22 height=%2227%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.99145 .55996 -.31596 .83018 95.117 -546.123%29%22%2F%3E%3Crect x=%221773%22 y=%22471%22 width=%2212%22 height=%2225%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.75507 .50122 -.6873 -.86814 3557.555 -112.826%29%22%2F%3E%3Crect x=%221295%22 y=%22803%22 width=%2212%22 height=%2235%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.63511 .6491 -.78369 .77357 1084.315 -841.545%29%22%2F%3E%3Crect x=%2299%22 y=%22300%22 width=%2212%22 height=%2218%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.78013 .69476 -.63149 .71945 250.501 11.907%29%22%2F%3E%3Crect x=%22526%22 y=%22534%22 width=%228%22 height=%2216%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.44112 .96157 -.9051 -.29398 1228.874 136%29%22%2F%3E%3Crect x=%22803%22 y=%22576%22 width=%227%22 height=%2214%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.88888 .40829 -.45279 -.91704 1764.531 858.905%29%22%2F%3E%3Crect x=%2252%22 y=%22960%22 width=%229%22 height=%229%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.68352 .77726 -.73306 -.62942 751.658 1526.67%29%22%2F%3E%3Crect x=%22350%22 y=%22821%22 width=%2213%22 height=%2216%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.22807 .84187 -1.03972 -.54672 1546.387 1013.292%29%22%2F%3E%3Crect x=%221136%22 y=%221299%22 width=%228%22 height=%2214%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.17365 1.00306 -.9848 .07014 2228.2 190.728%29%22%2F%3E%3Crect x=%22946%22 y=%22880%22 width=%227%22 height=%2212%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.90856 .53652 -.40985 .85862 660.891 -534.553%29%22%2F%3E%3Crect x=%221367%22 y=%22278%22 width=%2213%22 height=%2213%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.98236 .07014 -.20868 -1.00306 2797.114 617.893%29%22%2F%3E%3Crect x=%22511%22 y=%22826%22 width=%227%22 height=%2214%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.72305 .77786 -.67887 .6527 920.832 -201.632%29%22%2F%3E%3Crect x=%221907%22 y=%22663%22 width=%2210%22 height=%2216%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.81482 .63405 -.57095 -.78298 3875.906 -250.68%29%22%2F%3E%3Crect x=%221670%22 y=%22235%22 width=%228%22 height=%229%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.05758 .94798 -1.03277 -.3639 2092.878 -965.098%29%22%2F%3E%3Crect x=%22349%22 y=%221241%22 width=%227%22 height=%2217%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.97161 .17495 -.20557 .9922 372.391 -95.21%29%22%2F%3E%3Crect x=%22779%22 y=%22960%22 width=%227%22 height=%2216%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.94837 .35765 -.19044 .98263 55.08 -23.81%29%22%2F%3E%3Crect x=%22330%22 y=%2220%22 width=%2210%22 height=%2213%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.81513 .72474 -.59264 -.69988 624.54 -238.875%29%22%2F%3E%3Crect x=%221333%22 y=%22290%22 width=%227%22 height=%2211%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%281.0102 .12278 .083 1 4.548 -328.203%29%22%2F%3E%3Crect x=%2261%22 y=%22891%22 width=%2211%22 height=%2232%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.16296 1.0267 -.95975 .08982 779.872 773.835%29%22%2F%3E%3Crect x=%22789%22 y=%22481%22 width=%2211%22 height=%2232%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.4511 1.03777 -.93207 .07257 975.524 -135.751%29%22%2F%3E%3Crect x=%221023%22 y=%22386%22 width=%2212%22 height=%2220%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.34604 .98616 -.95302 -.17389 1720.466 -603.826%29%22%2F%3E%3Crect x=%22755%22 y=%22852%22 width=%227%22 height=%2214%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.00526 .93486 -1.06766 -.35886 1971.63 497.92%29%22%2F%3E%3Crect x=%22686%22 y=%2280%22 width=%2211%22 height=%2226%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.1044 1.00107 -.99346 -.05246 856.86 -642.714%29%22%2F%3E%3Crect x=%221484%22 y=%22300%22 width=%2212%22 height=%2230%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.19278 .89223 -1.02256 -.45461 2180.926 -949.306%29%22%2F%3E%3Crect x=%221061%22 y=%22189%22 width=%2212%22 height=%2229%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.77457 .42495 -.69218 -.9113 2095.675 47.678%29%22%2F%3E%3Crect x=%221589%22 y=%22185%22 width=%229%22 height=%2213%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.47546 .79912 -.8931 -.60218 2552.513 -910.937%29%22%2F%3E%3Crect x=%2283%22 y=%221258%22 width=%227%22 height=%2211%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.62607 .60182 -.83082 -.79864 1552.699 2220.519%29%22%2F%3E%3Crect x=%221447%22 y=%22863%22 width=%2213%22 height=%2219%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.8871 .55 -.4522 .84691 521.034 -461.568%29%22%2F%3E%3Crect x=%22932%22 y=%22162%22 width=%2213%22 height=%2232%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.74504 .80902 -.69476 .58779 397.545 -685.888%29%22%2F%3E%3Crect x=%221332%22 y=%2214%22 width=%2213%22 height=%2225%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.79766 .63086 -.60012 -.77904 2409.448 -703.66%29%22%2F%3E%3Crect x=%221201%22 y=%221047%22 width=%2213%22 height=%2217%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.7939 .51512 -.62002 .8573 794.571 -492.458%29%22%2F%3E%3Crect x=%22672%22 y=%221360%22 width=%2212%22 height=%2215%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.54116 .83718 -.82946 .56469 1601.584 -67.61%29%22%2F%3E%3Crect x=%2261%22 y=%22747%22 width=%2213%22 height=%2213%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.92557 .6508 -.43352 .7756 412.001 135.852%29%22%2F%3E%3Crect x=%221383%22 y=%22474%22 width=%2210%22 height=%2215%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.31977 .72875 -1.05244 -.72875 2560.334 166.952%29%22%2F%3E%3Crect x=%221149%22 y=%22907%22 width=%2210%22 height=%2226%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.95231 .0719 -.29107 -1.0281 2499.672 2070.616%29%22%2F%3E%3Crect x=%22683%22 y=%22831%22 width=%229%22 height=%2219%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.9712 .42677 -.26041 .91521 271.396 -125.521%29%22%2F%3E%3Crect x=%22437%22 y=%22716%22 width=%228%22 height=%2216%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.78812 .64318 -.61553 -.76651 1182.502 1010.712%29%22%2F%3E%3Crect x=%22885%22 y=%22752%22 width=%228%22 height=%228%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.226 .98652 -.9615 .22776 1512.406 -434%29%22%2F%3E%3Crect x=%22369%22 y=%22359%22 width=%2212%22 height=%2234%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.88446 .69476 -.49087 .74504 251.422 -91.78%29%22%2F%3E%3Crect x=%22497%22 y=%221332%22 width=%2212%22 height=%2232%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.69096 .62516 -.7152 -.80017 1764.476 2200.863%29%22%2F%3E%3Crect x=%221234%22 y=%22138%22 width=%229%22 height=%2218%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.90166 .4565 -.42102 .89591 164.302 -419.892%29%22%2F%3E%3Crect x=%22780%22 y=%22460%22 width=%227%22 height=%228%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.00027 .99315 -1.00686 -.12194 1293.882 -230.192%29%22%2F%3E%3Crect x=%221630%22 y=%221203%22 width=%227%22 height=%2219%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.9454 .41435 -.29003 .93064 333.865 -275.225%29%22%2F%3E%3Crect x=%221746%22 y=%22629%22 width=%227%22 height=%2210%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.52874 .97318 -.88588 .26076 1520.552 -1019.09%29%22%2F%3E%3Crect x=%22544%22 y=%22407%22 width=%2210%22 height=%2214%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.17391 .99163 -.984 -.13936 1013.117 -43.935%29%22%2F%3E%3Crect x=%22446%22 y=%221333%22 width=%227%22 height=%2218%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.42255 .92275 -.90435 .39169 1610.947 370.149%29%22%2F%3E%3Crect x=%221798%22 y=%22383%22 width=%2210%22 height=%2222%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.03564 1.00874 -.9831 -.23289 2193.266 -849.892%29%22%2F%3E%3Crect x=%221105%22 y=%22773%22 width=%228%22 height=%2211%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.7862 .45399 -.6597 -.891 2674.194 968.673%29%22%2F%3E%3Crect x=%22284%22 y=%22660%22 width=%2210%22 height=%2217%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.10007 1.0023 -.98542 .12307 806.518 337.181%29%22%2F%3E%3Crect x=%2254%22 y=%22916%22 width=%227%22 height=%2213%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.23336 .99146 -1.04557 -.15703 1292.198 1015.384%29%22%2F%3E%3Crect x=%22143%22 y=%221219%22 width=%227%22 height=%2216%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.1052 1.00293 -1.01375 .15885 1300.688 859.333%29%22%2F%3E%3Crect x=%221820%22 y=%221258%22 width=%227%22 height=%2211%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.83604 .60513 -.54308 -.80303 4071.623 983.022%29%22%2F%3E%3Crect x=%221685%22 y=%2280%22 width=%2211%22 height=%2219%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.99255 .05246 -.12187 -1.00107 3379.307 208.617%29%22%2F%3E%3Crect x=%22924%22 y=%22634%22 width=%227%22 height=%2212%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.92954 .51535 -.3934 .85769 424.268 -419.3%29%22%2F%3E%3Crect x=%22893%22 y=%22698%22 width=%2212%22 height=%2232%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.93927 .32577 -.34185 .9461 310.598 -285.77%29%22%2F%3E%3Crect x=%22453%22 y=%221372%22 width=%2211%22 height=%2221%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.03695 .97267 -1.0189 -.24251 2082.861 1303.868%29%22%2F%3E%3Crect x=%22944%22 y=%22432%22 width=%2212%22 height=%2214%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.21551 .81018 -1.05345 -.67983 1752.287 294.88%29%22%2F%3E%3Crect x=%22677%22 y=%2293%22 width=%2210%22 height=%2214%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.69453 .52654 -.74328 -.87632 1247.13 -26.508%29%22%2F%3E%3Crect x=%221648%22 y=%22571%22 width=%2212%22 height=%2234%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.48938 .77357 -.88207 -.6491 3025.084 -77.361%29%22%2F%3E%3Crect x=%221282%22 y=%22609%22 width=%2211%22 height=%2215%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.17693 1.05762 -.94552 0 1493.668 -301.865%29%22%2F%3E%3Crect x=%22354%22 y=%22394%22 width=%2213%22 height=%2235%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.2037 .87582 -1.02888 -.48547 972.639 314.433%29%22%2F%3E%3Crect x=%221794%22 y=%22537%22 width=%2210%22 height=%2220%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.62257 .63903 -.79607 .78913 1102.404 -1351.481%29%22%2F%3E%3Crect x=%22113%22 y=%2281%22 width=%2213%22 height=%2231%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.13371 1.00986 -.97618 -.10614 240.28 -35.007%29%22%2F%3E%3Crect x=%22647%22 y=%22566%22 width=%229%22 height=%2211%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.21174 .99954 -.99306 .0349 1189.962 -111.022%29%22%2F%3E%3Crect x=%22711%22 y=%22751%22 width=%227%22 height=%2215%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.8988 .29602 -.43837 .96823 404.816 -300.568%29%22%2F%3E%3Crect x=%22105%22 y=%221043%22 width=%2211%22 height=%2231%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.16784 .78139 -1.12865 -.70357 1658.312 1752.784%29%22%2F%3E%3Crect x=%221581%22 y=%2233%22 width=%227%22 height=%229%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.9222 .59511 -.41106 -.8191 3072.32 -1125.699%29%22%2F%3E%3Crect x=%221348%22 y=%22211%22 width=%228%22 height=%2217%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.99121 .52146 -.26805 -.86785 2750.295 -509.154%29%22%2F%3E%3Crect x=%221128%22 y=%221077%22 width=%2210%22 height=%2226%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%281.01255 .12204 .05228 .9939 69.923 -72.25%29%22%2F%3E%3Crect x=%221505%22 y=%22569%22 width=%227%22 height=%229%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.21095 .887 -.99041 -.57602 2432.88 85.234%29%22%2F%3E%3Crect x=%221906%22 y=%22581%22 width=%2212%22 height=%2219%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%281.0483 .62304 -.2139 .8268 248.336 -576.673%29%22%2F%3E%3Crect x=%221583%22 y=%221042%22 width=%2213%22 height=%2223%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.9208 .46249 -.35505 .90768 380.734 -328.901%29%22%2F%3E%3Crect x=%22892%22 y=%22321%22 width=%229%22 height=%2211%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.97137 -.08764 .30801 1.00168 .568 -16.21%29%22%2F%3E%3Crect x=%221186%22 y=%22328%22 width=%228%22 height=%2212%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.69341 .83918 -.74133 .54497 674.605 -888.202%29%22%2F%3E%3Crect x=%221523%22 y=%221101%22 width=%227%22 height=%2215%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.86292 .4258 -.49803 -.91311 3350.557 1658.146%29%22%2F%3E%3Crect x=%22785%22 y=%221261%22 width=%229%22 height=%2218%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.94634 .37483 -.32557 .92775 564.536 -231.743%29%22%2F%3E%3Crect x=%221582%22 y=%22317%22 width=%2210%22 height=%2218%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%281.03974 .30006 .06818 .98146 12.023 -103.767%29%22%2F%3E%3Crect x=%221535%22 y=%22145%22 width=%2212%22 height=%2229%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.63908 .74873 -.76017 -.67416 2616.564 -697.547%29%22%2F%3E%3Crect x=%2239%22 y=%22378%22 width=%2212%22 height=%2222%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.63997 .73415 -.76535 .6846 258.697 93.59%29%22%2F%3E%3Crect x=%221496%22 y=%22912%22 width=%2210%22 height=%2212%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%281.02443 .42767 -.03736 .96056 95.927 -118.018%29%22%2F%3E%3Crect x=%22758%22 y=%221154%22 width=%2211%22 height=%2215%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.94552 .45845 -.32557 .89976 419.744 -126.3%29%22%2F%3E%3Crect x=%22440%22 y=%22212%22 width=%228%22 height=%2216%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.01488 1.01231 -.9881 -.01767 619.13 -155.256%29%22%2F%3E%3Crect x=%221764%22 y=%22654%22 width=%2212%22 height=%2216%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.96385 -.16274 .0593 -1.0275 3230.535 2137.786%29%22%2F%3E%3Crect x=%22961%22 y=%221374%22 width=%2213%22 height=%2226%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.27865 .9176 -.95986 -.42789 2945.616 939.458%29%22%2F%3E%3Crect x=%221404%22 y=%22715%22 width=%227%22 height=%2215%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.12163 1.0049 -.99088 -.0351 2304.638 -814.471%29%22%2F%3E%3Crect x=%22319%22 y=%2248%22 width=%227%22 height=%2217%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-1.02664 -.08764 -.3237 -1.00168 699.517 175.254%29%22%2F%3E%3Crect x=%221565%22 y=%221179%22 width=%2212%22 height=%2231%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.99438 .80105 -.41398 .67216 828.885 -386.533%29%22%2F%3E%3Crect x=%2214%22 y=%22343%22 width=%2210%22 height=%2220%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.30573 1 -1.01068 -.03492 478.086 346.99%29%22%2F%3E%3Crect x=%22870%22 y=%221064%22 width=%227%22 height=%2219%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.5628 .88552 -.8173 .49085 1492.43 -365.283%29%22%2F%3E%3Crect x=%221619%22 y=%22117%22 width=%229%22 height=%2211%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.46662 .85638 -.87613 .53513 965.878 -1561.558%29%22%2F%3E%3Crect x=%22674%22 y=%221289%22 width=%2210%22 height=%2218%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.7627 .47206 -.68397 .88781 876.527 -246.272%29%22%2F%3E%3Crect x=%22779%22 y=%22550%22 width=%2211%22 height=%2219%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.73419 .49652 -.6332 -.93382 1627.55 962.577%29%22%2F%3E%3Crect x=%22467%22 y=%221055%22 width=%2213%22 height=%2230%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%281.01203 .08728 .10955 .99756 137.683 -63.531%29%22%2F%3E%3Crect x=%22544%22 y=%22748%22 width=%228%22 height=%2212%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.80942 .61576 -.58802 .78813 586.818 -187.25%29%22%2F%3E%3Crect x=%221118%22 y=%22535%22 width=%2212%22 height=%2225%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.21227 .92275 -.99361 .39169 1371.839 -782.72%29%22%2F%3E%3Crect x=%22137%22 y=%221152%22 width=%228%22 height=%2223%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.92421 .85563 -.49725 .62165 738.054 368.112%29%22%2F%3E%3Crect x=%22969%22 y=%22219%22 width=%2213%22 height=%2238%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.99305 -.03495 .17708 1.00076 .956 -17.214%29%22%2F%3E%3Crect x=%22228%22 y=%221232%22 width=%2211%22 height=%2219%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.98113 .19154 -.17343 .98538 131.48 -6.14%29%22%2F%3E%3Crect x=%221203%22 y=%22115%22 width=%2213%22 height=%2225%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.21945 .7982 -1.06206 -.69386 1716.076 -332.987%29%22%2F%3E%3Crect x=%22214%22 y=%22372%22 width=%2210%22 height=%2214%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.72187 1.04362 -.86956 .12814 519.555 173.038%29%22%2F%3E%3Crect x=%221847%22 y=%22644%22 width=%228%22 height=%2217%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.41015 .83018 -.92791 -.55996 3343.904 -615.787%29%22%2F%3E%3Crect x=%221192%22 y=%22772%22 width=%2211%22 height=%2222%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.97382 .15646 -.243 .98784 137.121 -156.934%29%22%2F%3E%3Crect x=%22445%22 y=%221283%22 width=%227%22 height=%2220%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.25605 .91853 -.95255 -.4884 1720.485 1641.134%29%22%2F%3E%3Crect x=%22961%22 y=%22217%22 width=%2213%22 height=%2234%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.13014 .98178 -1.04386 -.19084 1160.609 -688.1%29%22%2F%3E%3Crect x=%221969%22 y=%22322%22 width=%2211%22 height=%2218%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%281.07648 .32681 .06647 .94913 -9.34 -455.706%29%22%2F%3E%3Crect x=%22644%22 y=%221033%22 width=%227%22 height=%2210%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.36224 .8158 -.94276 -.63738 1902.946 1344.861%29%22%2F%3E%3Crect x=%22923%22 y=%221187%22 width=%229%22 height=%2221%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.79955 .33705 -.64483 -.97887 2567.78 2305.607%29%22%2F%3E%3Crect x=%221098%22 y=%22267%22 width=%227%22 height=%2213%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.82412 .44268 -.56927 -.90763 2199 -120.681%29%22%2F%3E%3Crect x=%221271%22 y=%22337%22 width=%227%22 height=%229%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.8473 .73044 -.55082 .70537 412.398 -605.598%29%22%2F%3E%3Crect x=%221394%22 y=%22367%22 width=%2211%22 height=%2221%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.1409 .9563 -1.00261 -.29237 2034.977 -850.478%29%22%2F%3E%3Crect x=%221461%22 y=%22263%22 width=%229%22 height=%2216%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.94344 .42914 -.30705 .92029 138.36 -348.893%29%22%2F%3E%3Crect x=%221243%22 y=%22992%22 width=%227%22 height=%2218%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.49575 .88958 -.86053 .473 1388.978 -428.279%29%22%2F%3E%3Crect x=%221185%22 y=%22540%22 width=%227%22 height=%228%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.98275 .03516 -.29794 -1.0069 2615.54 1195.891%29%22%2F%3E%3Crect x=%22783%22 y=%22328%22 width=%2213%22 height=%2228%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.19328 1 -.99663 .01746 1034.099 -439.689%29%22%2F%3E%3Crect x=%22437%22 y=%221209%22 width=%229%22 height=%229%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.82713 .18258 -.78605 -1.03549 2175.412 2532.906%29%22%2F%3E%3Crect x=%221818%22 y=%22685%22 width=%2210%22 height=%2211%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.752 .54472 -.67782 -.8388 3778.073 244.841%29%22%2F%3E%3Crect x=%221687%22 y=%22213%22 width=%2210%22 height=%2227%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.75567 .87253 -.70981 .50375 650.756 -1156.168%29%22%2F%3E%3Crect x=%221785%22 y=%2266%22 width=%229%22 height=%2221%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.9731 -.03597 -.06316 -1.02999 3462.224 665.83%29%22%2F%3E%3Crect x=%22625%22 y=%22579%22 width=%227%22 height=%2214%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.8687 .40773 -.50145 .91578 357.438 -250.852%29%22%2F%3E%3Crect x=%221052%22 y=%22524%22 width=%2213%22 height=%2234%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.99196 .30977 -.17526 -.95338 2170.645 654.867%29%22%2F%3E%3Crect x=%221679%22 y=%221280%22 width=%2212%22 height=%2218%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.65792 1.00745 -.86472 .19583 2109.402 -271.96%29%22%2F%3E%3Crect x=%221418%22 y=%221339%22 width=%2213%22 height=%2218%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.63924 .71406 -.76121 .71406 1600.176 -831.92%29%22%2F%3E%3Crect x=%221425%22 y=%221030%22 width=%227%22 height=%2215%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.7372 .97354 -.71425 .41325 1223.375 -290.079%29%22%2F%3E%3Crect x=%22242%22 y=%22667%22 width=%228%22 height=%2215%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.99634 .08728 -.06974 .99756 23.932 -6.933%29%22%2F%3E%3Crect x=%22574%22 y=%22321%22 width=%2213%22 height=%2221%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.83067 .65967 -.56033 .75887 290.899 -241.991%29%22%2F%3E%3Crect x=%221830%22 y=%221228%22 width=%228%22 height=%2217%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.81984 .43944 -.5947 .90099 949.278 -811.754%29%22%2F%3E%3Crect x=%221096%22 y=%221117%22 width=%228%22 height=%2218%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.56541 1.03887 -.93295 .05445 1861.326 237.354%29%22%2F%3E%3Crect x=%22341%22 y=%22246%22 width=%2212%22 height=%2225%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.73942 .46947 -.73942 -.88295 873.748 323.835%29%22%2F%3E%3Crect x=%22853%22 y=%221322%22 width=%229%22 height=%2210%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.86707 .54472 -.50063 -.8388 2219.529 1958.019%29%22%2F%3E%3Crect x=%22492%22 y=%221109%22 width=%2212%22 height=%2229%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.9539 .14054 -.32805 1 336.306 -139.979%29%22%2F%3E%3Crect x=%221665%22 y=%22371%22 width=%229%22 height=%2218%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.6345 .51117 -.85732 -.88537 3210.767 217.906%29%22%2F%3E%3Crect x=%221653%22 y=%22276%22 width=%2210%22 height=%2211%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.76733 .70537 -.6231 .73044 510.971 -801.279%29%22%2F%3E%3Crect x=%221541%22 y=%22323%22 width=%2213%22 height=%2229%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.35791 .74504 -1.00845 -.69476 2589.085 -280.167%29%22%2F%3E%3Crect x=%221602%22 y=%22137%22 width=%2211%22 height=%2229%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.96357 .5163 -.33323 -.85926 3201.424 -660.675%29%22%2F%3E%3Crect x=%22559%22 y=%22337%22 width=%228%22 height=%2211%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.52962 .97125 -.8877 -.26024 1115.255 -174.352%29%22%2F%3E%3Crect x=%22892%22 y=%22626%22 width=%2213%22 height=%2230%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.72568 .73541 -.659 .71018 551.967 -284.008%29%22%2F%3E%3Crect x=%221347%22 y=%221235%22 width=%2211%22 height=%2224%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.99101 .01755 -.20983 -1.00536 3076.031 2619.097%29%22%2F%3E%3Crect x=%221544%22 y=%22779%22 width=%2211%22 height=%2232%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%281.01705 .43864 -.19452 .89934 354.73 -653.757%29%22%2F%3E%3Crect x=%221147%22 y=%2280%22 width=%2213%22 height=%2223%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.63374 .63903 -.78227 .78913 497.961 -921.219%29%22%2F%3E%3Crect x=%221587%22 y=%22126%22 width=%227%22 height=%228%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.42914 .81915 -.92029 -.57358 2415.604 -1098.296%29%22%2F%3E%3Crect x=%221134%22 y=%221083%22 width=%228%22 height=%2210%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%281.06697 .7627 -.35044 .68673 743.954 -264.38%29%22%2F%3E%3Crect x=%221711%22 y=%22341%22 width=%228%22 height=%2220%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.77302 .82228 -.67485 -.57577 3245.78 -1007.16%29%22%2F%3E%3Crect x=%221674%22 y=%22829%22 width=%2213%22 height=%2222%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.32772 .87582 -.96013 -.48547 3211.339 -312.088%29%22%2F%3E%3Crect x=%221431%22 y=%22105%22 width=%2212%22 height=%2212%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.53177 .90977 -.85121 -.42423 2296.152 -1274.97%29%22%2F%3E%3Crect x=%221260%22 y=%221060%22 width=%2211%22 height=%2224%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.52055 .76083 -.82893 -.70948 2687.344 1232.615%29%22%2F%3E%3Crect x=%221353%22 y=%22654%22 width=%2210%22 height=%2225%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.34202 .93372 -.9397 .35842 1519.842 -864.088%29%22%2F%3E%3Crect x=%22213%22 y=%22900%22 width=%2213%22 height=%2225%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.83815 .50491 -.52881 -.87454 1041.474 1568.837%29%22%2F%3E%3Crect x=%221380%22 y=%22987%22 width=%2210%22 height=%2216%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%281.01061 .05234 .17927 .99878 48.98 -95.46%29%22%2F%3E%3Crect x=%221963%22 y=%22712%22 width=%2210%22 height=%2213%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.80784 .50191 -.535 -.90547 3722.554 908.644%29%22%2F%3E%3Crect x=%22648%22 y=%22782%22 width=%227%22 height=%2217%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.26871 .80648 -1.03746 -.60773 1883.027 837.048%29%22%2F%3E%3Crect x=%22966%22 y=%22106%22 width=%229%22 height=%2217%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.73915 .6527 -.6512 -.77786 1751.403 -601.009%29%22%2F%3E%3Crect x=%22961%22 y=%2218%22 width=%2213%22 height=%2231%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.32049 .83179 -.97782 -.58242 1335.388 -581.148%29%22%2F%3E%3Crect x=%221306%22 y=%22682%22 width=%229%22 height=%2212%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.24015 .95105 -.95928 -.36508 2219.281 -52.449%29%22%2F%3E%3Crect x=%221191%22 y=%22518%22 width=%2212%22 height=%2227%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.46611 .84912 -.87499 .55143 1128.026 -967.572%29%22%2F%3E%3Crect x=%221894%22 y=%221146%22 width=%2212%22 height=%2232%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.98769 0 -.26285 -1.01247 4235.798 2639.415%29%22%2F%3E%3Crect x=%221408%22 y=%22728%22 width=%2213%22 height=%2220%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.99452 0 -.13964 -1.0055 2955.27 1628.735%29%22%2F%3E%3Crect x=%221096%22 y=%22496%22 width=%228%22 height=%2216%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-1.01872 -.10822 -.45167 -1.0296 2677.268 1436.702%29%22%2F%3E%3Crect x=%221246%22 y=%221339%22 width=%227%22 height=%228%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.06993 1 -1.00489 .06993 2598.639 -87.785%29%22%2F%3E%3Crect x=%22551%22 y=%22424%22 width=%2210%22 height=%2212%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.80818 .45572 -.60817 -.89441 1308.736 609.857%29%22%2F%3E%3Crect x=%221640%22 y=%221193%22 width=%2210%22 height=%2218%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.98027 -.07378 -.4639 -1.05504 4158.89 3157.944%29%22%2F%3E%3Crect x=%22174%22 y=%221328%22 width=%2213%22 height=%2238%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.8654 .64436 -.5206 .76792 844.499 208.934%29%22%2F%3E%3Crect x=%221107%22 y=%22594%22 width=%2213%22 height=%2223%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-1.02035 -.19507 -.12293 -1.00356 2412.612 1667.048%29%22%2F%3E%3Crect x=%221776%22 y=%221166%22 width=%228%22 height=%2217%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.24062 .95338 -.97072 .30977 2309.252 -761.871%29%22%2F%3E%3Crect x=%221962%22 y=%221047%22 width=%2212%22 height=%2223%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.15684 .86933 -1.05976 -.50191 3774.663 51.101%29%22%2F%3E%3Crect x=%221355%22 y=%221294%22 width=%2213%22 height=%2225%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.25344 1.00554 -.95887 .14132 2575.002 -487.253%29%22%2F%3E%3Crect x=%221873%22 y=%221098%22 width=%2210%22 height=%2224%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.77293 .57674 -.63004 .82366 895.267 -689.991%29%22%2F%3E%3Crect x=%22390%22 y=%2291%22 width=%228%22 height=%2212%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.05465 1.00107 -1.0018 -.05246 481.89 -319.883%29%22%2F%3E%3Crect x=%22177%22 y=%221049%22 width=%2211%22 height=%2229%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.07407 1 -.98694 -.17633 1521.97 1036.344%29%22%2F%3E%3Crect x=%22115%22 y=%221203%22 width=%229%22 height=%2215%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.0703 1.00293 -.98595 .15885 1408.654 877.294%29%22%2F%3E%3Crect x=%2249%22 y=%22256%22 width=%227%22 height=%2213%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.94837 .64318 -.42455 .76651 180.06 29.357%29%22%2F%3E%3Crect x=%221605%22 y=%221289%22 width=%2213%22 height=%2219%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.58852 .77726 -.80999 -.62942 3657.998 891.364%29%22%2F%3E%3Crect x=%221025%22 y=%221033%22 width=%227%22 height=%2213%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.10452 .99467 -.99437 .10454 1972.482 -110.148%29%22%2F%3E%3Crect x=%221368%22 y=%22463%22 width=%2210%22 height=%2229%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.71252 .36637 -.87328 -.95444 3033.182 722.052%29%22%2F%3E%3Crect x=%221200%22 y=%22916%22 width=%2211%22 height=%2213%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.3306 .87462 -.9601 .48481 1530.008 -579.09%29%22%2F%3E%3Crect x=%221117%22 y=%22203%22 width=%2213%22 height=%2215%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.3933 .86616 -.92745 -.50008 1787.437 -676.972%29%22%2F%3E%3Crect x=%221835%22 y=%22309%22 width=%227%22 height=%2214%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.86144 .66923 -.53752 .74326 479.788 -1181.345%29%22%2F%3E%3Crect x=%221439%22 y=%221159%22 width=%227%22 height=%2212%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.43844 .92656 -.87482 .43206 1569.732 -368.293%29%22%2F%3E%3Crect x=%221915%22 y=%221018%22 width=%2210%22 height=%2222%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.6098 .62942 -.80826 -.80562 3997.839 1057.609%29%22%2F%3E%3Crect x=%22899%22 y=%221383%22 width=%2213%22 height=%2230%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%281.11484 .35765 .26694 .98263 67.023 -22.726%29%22%2F%3E%3Crect x=%221194%22 y=%22568%22 width=%2213%22 height=%2238%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.09784 .91521 -1.04702 -.42677 2093.186 -92.48%29%22%2F%3E%3Crect x=%221749%22 y=%221287%22 width=%2212%22 height=%2233%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-1.01525 .08737 .15863 -.99863 3121.789 2329.157%29%22%2F%3E%3Crect x=%221704%22 y=%22813%22 width=%229%22 height=%2217%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.98769 0 -.4854 -1.01247 4149.57 1923.84%29%22%2F%3E%3Crect x=%221210%22 y=%22539%22 width=%2212%22 height=%2224%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.67577 .64289 -.75013 -.76616 2521.323 212.631%29%22%2F%3E%3Crect x=%22168%22 y=%22436%22 width=%2211%22 height=%2221%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.7733 .53024 -.64838 .84857 282.541 -30.44%29%22%2F%3E%3Crect x=%22949%22 y=%221341%22 width=%2211%22 height=%2218%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.63908 .74873 -.76017 .67416 1478.584 -391.967%29%22%2F%3E%3Crect x=%221213%22 y=%22536%22 width=%228%22 height=%2210%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%281.07299 .38039 .02683 .94149 85.05 -216.684%29%22%2F%3E%3Crect x=%221151%22 y=%22727%22 width=%2210%22 height=%2218%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.15643 .95444 -.98769 -.36637 2063.777 148.037%29%22%2F%3E%3Crect x=%22135%22 y=%22271%22 width=%2213%22 height=%2235%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.58553 .98395 -.88114 .22716 384.052 103.622%29%22%2F%3E%3Crect x=%221529%22 y=%221172%22 width=%229%22 height=%2224%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.92404 .75655 -.51853 .65766 1100.667 -647.611%29%22%2F%3E%3Crect x=%221683%22 y=%22357%22 width=%227%22 height=%2210%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.81036 .3306 -.67144 -.9601 3424.4 449.392%29%22%2F%3E%3Crect x=%221488%22 y=%221182%22 width=%2210%22 height=%2215%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.82904 .58814 -.5592 -.80951 3395.913 1222.177%29%22%2F%3E%3Crect x=%22261%22 y=%22525%22 width=%2213%22 height=%2229%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%281.0133 .36637 -.0897 .95444 86.531 -16.565%29%22%2F%3E%3Crect x=%221921%22 y=%22832%22 width=%2212%22 height=%2228%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.89364 .32562 -.47576 .94566 452.345 -547.86%29%22%2F%3E%3Crect x=%221602%22 y=%221285%22 width=%2210%22 height=%2225%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.94083 .42423 -.33958 .90977 739.69 -705.262%29%22%2F%3E%3Crect x=%22290%22 y=%22551%22 width=%228%22 height=%2219%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.58639 .682 -.83745 -.73135 1054.929 769.916%29%22%2F%3E%3Crect x=%221548%22 y=%22506%22 width=%229%22 height=%2211%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.08734 1.00737 -.9988 .07044 2193.859 -1306.66%29%22%2F%3E%3Crect x=%221040%22 y=%221280%22 width=%2211%22 height=%2231%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.6441 .89114 -.79397 .45406 1695.545 -242.673%29%22%2F%3E%3Crect x=%221949%22 y=%22677%22 width=%2213%22 height=%2222%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.64287 .87401 -.74244 .54614 1106.31 -909.311%29%22%2F%3E%3Crect x=%22692%22 y=%22940%22 width=%229%22 height=%2222%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%281.05052 .51574 -.19058 .85834 466.91 -188%29%22%2F%3E%3Crect x=%221549%22 y=%221006%22 width=%2211%22 height=%2226%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.22186 .90977 -.99573 -.42423 3183.98 -98.945%29%22%2F%3E%3Crect x=%2223%22 y=%22484%22 width=%228%22 height=%2211%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.5529 .8151 -.82515 -.5922 522.843 754.059%29%22%2F%3E%3Crect x=%22139%22 y=%2256%22 width=%229%22 height=%2221%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.15665 .97815 -.98904 -.20791 235.236 -60.038%29%22%2F%3E%3Crect x=%22783%22 y=%221020%22 width=%229%22 height=%2214%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%281.06725 .50275 -.1405 .8708 430.63 -180.456%29%22%2F%3E%3Crect x=%221448%22 y=%221006%22 width=%2212%22 height=%2212%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.87703 .62942 -.50573 .77726 864.574 -715.142%29%22%2F%3E%3Crect x=%221318%22 y=%22385%22 width=%229%22 height=%2219%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.8876 .42423 -.45373 .90977 264.994 -409.748%29%22%2F%3E%3Crect x=%221081%22 y=%22550%22 width=%227%22 height=%2216%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.65175 .71406 -.7487 -.71406 2159.419 334.466%29%22%2F%3E%3Crect x=%22653%22 y=%2218%22 width=%227%22 height=%2218%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.39097 .9063 -.92107 -.42262 938.983 -556.58%29%22%2F%3E%3Crect x=%221782%22 y=%22760%22 width=%2212%22 height=%2221%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.55842 .68712 -.85652 .73685 1381.843 -1245.35%29%22%2F%3E%3Crect x=%22232%22 y=%22338%22 width=%228%22 height=%2218%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.93126 .53194 -.38957 .85129 232.77 -94.583%29%22%2F%3E%3Crect x=%22414%22 y=%22878%22 width=%2212%22 height=%2235%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.42843 .78316 -.91739 -.65715 1473.07 1244.323%29%22%2F%3E%3Crect x=%221478%22 y=%22880%22 width=%229%22 height=%2211%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.95106 .44268 -.30902 -.90763 3166.076 824.58%29%22%2F%3E%3Crect x=%221649%22 y=%221190%22 width=%227%22 height=%2212%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.96644 .24285 -.24165 -.974 3630.545 1815.028%29%22%2F%3E%3Crect x=%221929%22 y=%22368%22 width=%2211%22 height=%2215%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.88975 .486 -.45249 -.87676 3771.947 -100.16%29%22%2F%3E%3Crect x=%22690%22 y=%22797%22 width=%227%22 height=%2215%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.72863 .79876 -.70288 -.6019 1620.284 746.9%29%22%2F%3E%3Crect x=%22204%22 y=%22689%22 width=%228%22 height=%228%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.08715 .9927 -.99666 -.12189 952.938 567.357%29%22%2F%3E%3Crect x=%2235%22 y=%22560%22 width=%227%22 height=%2220%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.76499 .95444 -.75409 .36637 572.361 332.604%29%22%2F%3E%3Crect x=%221431%22 y=%22764%22 width=%2213%22 height=%2222%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.7918 .86435 -.64275 .56131 876.68 -544.105%29%22%2F%3E%3Crect x=%22823%22 y=%22117%22 width=%227%22 height=%2216%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.52234 1.00874 -.87074 .23289 521.788 -516.376%29%22%2F%3E%3Crect x=%22865%22 y=%22799%22 width=%2212%22 height=%2220%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.2281 .92775 -.98572 .37483 1374.166 -332.727%29%22%2F%3E%3Crect x=%221834%22 y=%221366%22 width=%227%22 height=%2217%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.66385 1 -.83448 .24933 2120.898 -347.561%29%22%2F%3E%3Crect x=%22210%22 y=%221186%22 width=%2212%22 height=%2232%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.92363 .48666 -.38853 .87796 713.485 22.675%29%22%2F%3E%3Crect x=%22670%22 y=%22220%22 width=%229%22 height=%2221%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.25878 .96607 -.96578 -.25886 1067.433 -349.676%29%22%2F%3E%3Crect x=%22927%22 y=%22572%22 width=%2210%22 height=%2227%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.91014 .07378 -.539 -1.05504 2223.224 1455.383%29%22%2F%3E%3Crect x=%221120%22 y=%22527%22 width=%229%22 height=%229%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.91652 .49388 -.37132 .89099 238.779 -278.853%29%22%2F%3E%3Crect x=%22430%22 y=%22812%22 width=%2212%22 height=%2229%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.37967 1.01367 -1.04665 -.16055 1418.982 617.893%29%22%2F%3E%3Crect x=%2294%22 y=%2267%22 width=%2210%22 height=%2218%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%281.00532 .24374 -.07064 .97758 9.462 -10.27%29%22%2F%3E%3Crect x=%221017%22 y=%221261%22 width=%2210%22 height=%2217%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.49675 .85638 -.8573 -.53513 2469.492 1217.254%29%22%2F%3E%3Crect x=%221392%22 y=%221152%22 width=%2211%22 height=%2228%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.18926 .94199 -.9927 -.34286 3066.113 151.62%29%22%2F%3E%3Crect x=%22309%22 y=%221035%22 width=%2212%22 height=%2221%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.45018 .88781 -.887 .47206 968.113 305.411%29%22%2F%3E%3Crect x=%221250%22 y=%22722%22 width=%2212%22 height=%2229%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.76681 .68241 -.64308 .7318 827.115 -703.443%29%22%2F%3E%3Crect x=%221655%22 y=%221100%22 width=%2213%22 height=%2218%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.19486 1.0189 -1.02645 -.23523 2674.608 184.954%29%22%2F%3E%3Crect x=%221386%22 y=%22948%22 width=%2211%22 height=%2214%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.19817 .90852 -1.00828 .42365 1927.418 -811.096%29%22%2F%3E%3Crect x=%221185%22 y=%22259%22 width=%2211%22 height=%2213%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.37105 1.02218 -.98477 -.01784 1101.659 -693.625%29%22%2F%3E%3Crect x=%22805%22 y=%22392%22 width=%2212%22 height=%2234%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.99065 .14022 -.0829 .9977 96.047 -212.357%29%22%2F%3E%3Crect x=%221288%22 y=%22619%22 width=%2210%22 height=%2216%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.81977 .61604 -.57402 -.7885 2702.718 279.696%29%22%2F%3E%3Crect x=%22507%22 y=%22822%22 width=%2212%22 height=%2214%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.46285 .78813 -.90721 -.61576 1650.271 944.104%29%22%2F%3E%3Crect x=%221246%22 y=%22601%22 width=%2212%22 height=%2218%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.29362 1.02999 -.96063 .03597 1486.476 -389.324%29%22%2F%3E%3Crect x=%22477%22 y=%22731%22 width=%2211%22 height=%2218%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.99197 .47012 -.2615 .88416 402.332 -166.396%29%22%2F%3E%3Crect x=%221750%22 y=%22326%22 width=%227%22 height=%2216%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.10415 .9939 -.99334 -.12204 2284.828 -1459.955%29%22%2F%3E%3Crect x=%221789%22 y=%221227%22 width=%2211%22 height=%2231%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.83018 .51504 -.55996 -.85717 4045.117 1383.295%29%22%2F%3E%3Crect x=%221904%22 y=%22445%22 width=%2210%22 height=%2225%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.7524 .51764 -.62867 -.89658 3548.158 391.027%29%22%2F%3E%3Crect x=%221282%22 y=%22156%22 width=%229%22 height=%2224%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.4331 .80846 -.8862 -.65468 1964.427 -393.205%29%22%2F%3E%3Crect x=%22946%22 y=%22533%22 width=%229%22 height=%2213%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.4716 .81347 -.88666 .59102 965.255 -652.465%29%22%2F%3E%3Crect x=%22598%22 y=%22425%22 width=%227%22 height=%2220%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.51087 .95762 -.88807 -.29277 1223.957 -45.174%29%22%2F%3E%3Crect x=%221750%22 y=%221038%22 width=%228%22 height=%2220%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.97815 0 -.22576 -1.02234 3731.065 2492.237%29%22%2F%3E%3Crect x=%221256%22 y=%22739%22 width=%227%22 height=%2215%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.60393 1.03887 -.93093 .05445 1490.58 -241.449%29%22%2F%3E%3Crect x=%221968%22 y=%22209%22 width=%229%22 height=%2221%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.89307 .70332 -.49703 .7283 375.916 -1015.243%29%22%2F%3E%3Crect x=%22780%22 y=%2298%22 width=%229%22 height=%2220%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.79485 .59102 -.59796 -.81347 1455.98 -185.348%29%22%2F%3E%3Crect x=%22532%22 y=%221245%22 width=%2212%22 height=%2227%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.8219 .31992 -.59624 -.9846 1804.063 2469.668%29%22%2F%3E%3Crect x=%221635%22 y=%22199%22 width=%2213%22 height=%2225%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.24426 1.01295 -.97013 .07083 1418.894 -1755.684%29%22%2F%3E%3Crect x=%221826%22 y=%2221%22 width=%2211%22 height=%2232%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.91796 .54873 -.40886 -.84497 3534.425 -1161.614%29%22%2F%3E%3Crect x=%221978%22 y=%22419%22 width=%2211%22 height=%2214%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.80023 .6508 -.5829 .7756 579.802 -881.11%29%22%2F%3E%3Crect x=%221365%22 y=%22337%22 width=%2210%22 height=%2211%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.7442 .51788 -.6924 -.86189 2677.84 72.2%29%22%2F%3E%3Crect x=%221418%22 y=%22648%22 width=%2213%22 height=%2216%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.08783 1.01006 -1.01357 -.27064 2021.489 -169.775%29%22%2F%3E%3Crect x=%22696%22 y=%22388%22 width=%227%22 height=%228%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28-.54752 .66618 -.87124 -.76635 1487.296 349.758%29%22%2F%3E%3Crect x=%221575%22 y=%22706%22 width=%228%22 height=%2218%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.78841 .79393 -.64359 .62028 973.702 -1175.994%29%22%2F%3E%3Crect x=%221570%22 y=%22182%22 width=%229%22 height=%2215%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.30427 .83448 -.98529 -.58431 2301.14 -707.616%29%22%2F%3E%3Crect x=%221730%22 y=%221018%22 width=%229%22 height=%2223%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%281.00167 .0351 .18734 1.0049 79.51 -248.21%29%22%2F%3E%3Crect x=%22102%22 y=%22315%22 width=%229%22 height=%2226%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%281.0125 .2646 -.00058 .9875 17.236 -1.444%29%22%2F%3E%3Crect x=%221176%22 y=%2218%22 width=%2213%22 height=%2214%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.98909 -.08764 .10554 1.00168 -1.925 -20.698%29%22%2F%3E%3Crect x=%2239%22 y=%22442%22 width=%2213%22 height=%2234%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.19 1.02615 -.97783 -.01791 477.486 431.036%29%22%2F%3E%3Crect x=%221682%22 y=%22139%22 width=%2211%22 height=%2231%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.94236 .8516 -.56227 .55304 322.343 -1070.482%29%22%2F%3E%3Crect x=%22964%22 y=%22196%22 width=%2211%22 height=%2225%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.93551 .03691 -.30297 -1.05698 1911.23 726.92%29%22%2F%3E%3Crect x=%22581%22 y=%22183%22 width=%2211%22 height=%2225%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.2458 .7356 -1.11363 -.7356 1066.54 76.055%29%22%2F%3E%3Crect x=%221430%22 y=%2274%22 width=%228%22 height=%2216%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28-.45077 .76616 -.92697 -.64289 2171.676 -988.989%29%22%2F%3E%3Crect x=%221273%22 y=%22850%22 width=%229%22 height=%229%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%281.00942 .78133 -.40239 .6792 608.106 -381.726%29%22%2F%3E%3Crect x=%22222%22 y=%22505%22 width=%2211%22 height=%2228%22 fill=%22%23fffb00%22 rx=%220%22 transform=%22matrix%28.74591 .7318 -.67092 .68241 468.762 -9.602%29%22%2F%3E%3Crect x=%22396%22 y=%22449%22 width=%2210%22 height=%2212%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.39873 .8086 -.93626 -.60932 1032.25 471.506%29%22%2F%3E%3Crect x=%221276%22 y=%22157%22 width=%228%22 height=%2216%22 fill=%22%23009771%22 rx=%220%22 transform=%22matrix%28.95224 .74136 -.4293 .71592 200.01 -582.93%29%22%2F%3E%3Crect x=%22722%22 y=%22511%22 width=%229%22 height=%2219%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28-.53623 .75575 -.85706 -.65696 1620.879 351.473%29%22%2F%3E%3Crect x=%22459%22 y=%22276%22 width=%2212%22 height=%2221%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.53495 .7171 -.82085 -.769 918.327 324.454%29%22%2F%3E%3Crect x=%221636%22 y=%22186%22 width=%228%22 height=%2213%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28-.10026 .84423 -1.1143 -.59114 2202.799 -669.344%29%22%2F%3E%3Crect x=%221912%22 y=%221125%22 width=%228%22 height=%2218%22 fill=%22%230f7%22 rx=%220%22 transform=%22matrix%28.24645 .99863 -.98846 .05234 2785.139 -838.723%29%22%2F%3E%3Crect x=%221754%22 y=%221155%22 width=%2213%22 height=%2216%22 fill=%22%23302bad%22 rx=%220%22 transform=%22matrix%28.55826 .9305 -.80241 .45384 1539.07 -531.231%29%22%2F%3E%3C%2Fsvg%3E")}.confetti-usa{background-image:url("data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 2000 1400%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath fill=%22%23fff%22 d=%22M0 0h2000v1400H0z%22%2F%3E%3Crect x=%2298%22 y=%22430%22 width=%229%22 height=%2226%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.97548 .91853 -.57002 .4884 399.458 161.885%29%22%2F%3E%3Crect x=%221923%22 y=%221009%22 width=%228%22 height=%2214%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.12 .88958 -1.06032 -.473 3571.171 18.953%29%22%2F%3E%3Crect x=%22512%22 y=%22262%22 width=%2213%22 height=%2213%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.13026 .84598 -1.08742 -.61464 976.597 153.41%29%22%2F%3E%3Crect x=%221264%22 y=%221104%22 width=%2212%22 height=%2230%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.45242 .8215 -.88859 -.59685 3129.726 519.641%29%22%2F%3E%3Crect x=%221795%22 y=%22489%22 width=%229%22 height=%2225%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.91996 .39097 -.39045 -.92107 3631.075 322.705%29%22%2F%3E%3Crect x=%221875%22 y=%221267%22 width=%2210%22 height=%2217%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.77692 .4551 -.67253 .89318 1075.476 -850.803%29%22%2F%3E%3Crect x=%221891%22 y=%22425%22 width=%2212%22 height=%2234%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.90475 .65646 -.48253 .75517 492.763 -1070.843%29%22%2F%3E%3Crect x=%221372%22 y=%22454%22 width=%2210%22 height=%2221%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%281.00209 .1409 .0334 1.00261 61.673 -413.339%29%22%2F%3E%3Crect x=%22202%22 y=%2299%22 width=%228%22 height=%2211%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.19488 1.01006 -1.04226 -.27064 301.297 -12.31%29%22%2F%3E%3Crect x=%22109%22 y=%221381%22 width=%2212%22 height=%2214%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.78712 .48845 -.62728 -.88119 1470.142 2540.797%29%22%2F%3E%3Crect x=%221012%22 y=%221131%22 width=%2210%22 height=%2226%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.89973 .67076 -.49158 .74496 992.357 -461.517%29%22%2F%3E%3Crect x=%22962%22 y=%22108%22 width=%227%22 height=%2216%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.22627 .99863 -.98158 -.08737 1294.432 -905.554%29%22%2F%3E%3Crect x=%221310%22 y=%22609%22 width=%228%22 height=%2214%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.94591 .14408 -.20996 -1.0252 2515.563 1410.284%29%22%2F%3E%3Crect x=%221745%22 y=%221295%22 width=%228%22 height=%2222%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.94982 .12375 -.3452 -1.00786 3945.66 2714.22%29%22%2F%3E%3Crect x=%22796%22 y=%22604%22 width=%229%22 height=%2225%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%281.05281 .29457 .04879 .96349 92.665 -115.002%29%22%2F%3E%3Crect x=%22880%22 y=%221115%22 width=%227%22 height=%2220%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.68207 .76792 -.7299 .64436 1232.573 -340.135%29%22%2F%3E%3Crect x=%221162%22 y=%221158%22 width=%2212%22 height=%2223%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.1291 .91887 -1.02532 -.44816 2691.982 868.65%29%22%2F%3E%3Crect x=%22927%22 y=%22263%22 width=%227%22 height=%2215%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-1.02885 -.19754 -.23072 -1.01626 2032.587 978.535%29%22%2F%3E%3Crect x=%221699%22 y=%22807%22 width=%2213%22 height=%2228%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.22514 .9614 -.97558 .27568 2062.98 -1015.245%29%22%2F%3E%3Crect x=%221667%22 y=%221348%22 width=%227%22 height=%2213%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.14412 .93415 -1.01227 .37742 2659.736 -922.32%29%22%2F%3E%3Crect x=%22631%22 y=%22130%22 width=%2210%22 height=%2212%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.65175 .63279 -.77547 .78143 320.904 -439.573%29%22%2F%3E%3Crect x=%221618%22 y=%221021%22 width=%2213%22 height=%2225%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.75726 .34842 -.78953 -.95728 4057.548 1772.61%29%22%2F%3E%3Crect x=%22119%22 y=%22351%22 width=%2210%22 height=%2210%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.85012 .6961 -.49243 .7731 166.51 30.02%29%22%2F%3E%3Crect x=%221616%22 y=%22958%22 width=%229%22 height=%2226%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.4641 1 -.96755 .06993 2160.242 -604.083%29%22%2F%3E%3Crect x=%221015%22 y=%22182%22 width=%2212%22 height=%2224%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.92938 .47206 -.37048 .88781 162.406 -567.518%29%22%2F%3E%3Crect x=%22928%22 y=%221287%22 width=%229%22 height=%2222%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.01763 1.00452 -.9911 -.25046 2181.334 936.236%29%22%2F%3E%3Crect x=%22531%22 y=%22574%22 width=%229%22 height=%2217%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.94821 .51535 -.36233 .85769 358.63 -211.775%29%22%2F%3E%3Crect x=%22591%22 y=%22842%22 width=%229%22 height=%2223%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.28335 .8574 -.9823 -.5568 1688.372 944.726%29%22%2F%3E%3Crect x=%22469%22 y=%22533%22 width=%2212%22 height=%2234%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.18314 .83448 -1.07011 -.58431 1322.663 567.322%29%22%2F%3E%3Crect x=%22934%22 y=%22483%22 width=%2211%22 height=%2226%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.65608 .92065 -.8077 .3908 870.368 -579.177%29%22%2F%3E%3Crect x=%221816%22 y=%22396%22 width=%227%22 height=%2215%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.93652 .56659 -.32284 .87247 213.46 -457.714%29%22%2F%3E%3Crect x=%221607%22 y=%22356%22 width=%2211%22 height=%2231%22 fill=%22red%22 rx=%220%22 transform=%22matrix%281.01159 .38298 -.10736 .9479 71.145 -255.445%29%22%2F%3E%3Crect x=%22134%22 y=%221095%22 width=%228%22 height=%2211%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.82105 .7731 -.55423 .6961 594.81 267.33%29%22%2F%3E%3Crect x=%22245%22 y=%221185%22 width=%2211%22 height=%2224%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-1.01374 -.16448 -.32092 -1.03852 1091.06 2562.7%29%22%2F%3E%3Crect x=%22787%22 y=%22469%22 width=%229%22 height=%2222%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.5108 .84329 -.85411 .54764 718.021 -367.14%29%22%2F%3E%3Crect x=%221865%22 y=%221270%22 width=%228%22 height=%2210%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.07369 .95105 -1.02318 -.36508 3483.468 326.248%29%22%2F%3E%3Crect x=%22550%22 y=%22890%22 width=%2210%22 height=%2228%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.41573 .96322 -.89504 .33166 1044.86 177.474%29%22%2F%3E%3Crect x=%22443%22 y=%22437%22 width=%2210%22 height=%2224%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.27786 .99497 -.97094 .12217 801.495 -20.272%29%22%2F%3E%3Crect x=%221351%22 y=%22989%22 width=%227%22 height=%2213%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.38835 .93872 -.9162 -.36034 2852.256 -59.643%29%22%2F%3E%3Crect x=%22335%22 y=%2210%22 width=%227%22 height=%2213%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.60858 .6527 -.80681 .77786 148.071 -276.962%29%22%2F%3E%3Crect x=%2221%22 y=%22919%22 width=%2210%22 height=%2211%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.70047 .93415 -.78749 .37742 949.993 554.48%29%22%2F%3E%3Crect x=%221307%22 y=%22844%22 width=%229%22 height=%2220%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.37844 .96349 -.9222 .29457 1750.021 -822.205%29%22%2F%3E%3Crect x=%221897%22 y=%22537%22 width=%229%22 height=%2217%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.32268 .89763 -.93519 -.49756 2973.624 -450.92%29%22%2F%3E%3Crect x=%221930%22 y=%221387%22 width=%2213%22 height=%2236%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.88292 .17753 -.62563 -1.0068 4978.224 2887.4%29%22%2F%3E%3Crect x=%221249%22 y=%22210%22 width=%228%22 height=%229%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%281.0061 .12204 -.00026 .9939 12.006 -85.938%29%22%2F%3E%3Crect x=%22877%22 y=%22520%22 width=%2210%22 height=%2216%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.95624 .51535 -.34896 -.85769 1830.911 495.52%29%22%2F%3E%3Crect x=%22625%22 y=%22645%22 width=%2212%22 height=%2233%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.6038 1.01463 -.83503 .25298 877.125 46.84%29%22%2F%3E%3Crect x=%221652%22 y=%221182%22 width=%228%22 height=%2210%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.06993 1 -.98386 -.23087 2829.899 187.358%29%22%2F%3E%3Crect x=%22392%22 y=%22956%22 width=%2213%22 height=%2213%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.47264 .81928 -.88964 .57366 930.182 90.823%29%22%2F%3E%3Crect x=%221048%22 y=%22160%22 width=%2211%22 height=%2218%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.6624 .54176 -.78578 -.867 1925.433 -31.292%29%22%2F%3E%3Crect x=%22385%22 y=%22639%22 width=%2213%22 height=%2233%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-1.01071 -.05273 -.32061 -1.00613 1172.775 1383.731%29%22%2F%3E%3Crect x=%22357%22 y=%22398%22 width=%2213%22 height=%2214%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.89745 .70721 -.51655 .70721 360.792 -144.84%29%22%2F%3E%3Crect x=%221186%22 y=%22493%22 width=%227%22 height=%2218%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.7082 .42677 -.82445 -.91521 2650.356 620.966%29%22%2F%3E%3Crect x=%22366%22 y=%22398%22 width=%2213%22 height=%2224%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%281.05476 .22509 .12598 .97496 65.394 -60.573%29%22%2F%3E%3Crect x=%22426%22 y=%22787%22 width=%2210%22 height=%2214%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.59842 .8191 -.78607 .59511 925.19 -99.815%29%22%2F%3E%3Crect x=%22865%22 y=%22264%22 width=%2212%22 height=%2225%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.70275 .98017 -.7919 .31848 564.91 -448.124%29%22%2F%3E%3Crect x=%22742%22 y=%221036%22 width=%2211%22 height=%2223%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.29187 .96157 -.95073 .29398 1627.051 -57.787%29%22%2F%3E%3Crect x=%22549%22 y=%22847%22 width=%228%22 height=%2212%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.00053 1.0088 -.9912 -.14178 1348.45 523.561%29%22%2F%3E%3Crect x=%22507%22 y=%22131%22 width=%229%22 height=%2220%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.57328 .67416 -.84664 .74873 328.04 -372.205%29%22%2F%3E%3Crect x=%221665%22 y=%221370%22 width=%2213%22 height=%2220%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.17331 .98526 -.97174 -.24565 3126.177 366.864%29%22%2F%3E%3Crect x=%221842%22 y=%22886%22 width=%2212%22 height=%2223%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.83326 .2818 -.64275 -.98274 4192.251 1651.553%29%22%2F%3E%3Crect x=%22560%22 y=%221341%22 width=%228%22 height=%2218%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.64646 .59356 -.79497 -.81697 2177.304 2197.403%29%22%2F%3E%3Crect x=%22890%22 y=%22356%22 width=%2211%22 height=%2228%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.93471 .4068 -.35882 -.91368 1852.924 328.144%29%22%2F%3E%3Crect x=%221310%22 y=%22270%22 width=%2212%22 height=%2217%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.24031 .94454 -.96163 -.38162 1872.06 -602.426%29%22%2F%3E%3Crect x=%2232%22 y=%221101%22 width=%2210%22 height=%2229%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.39722 .99023 -.93982 .1746 1208.119 887.979%29%22%2F%3E%3Crect x=%221280%22 y=%22336%22 width=%2211%22 height=%2229%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.95384 .15885 -.273 1.00293 161.513 -431.892%29%22%2F%3E%3Crect x=%22102%22 y=%2231%22 width=%227%22 height=%2217%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.56714 .78298 -.8179 -.63405 202.8 -31.014%29%22%2F%3E%3Crect x=%221985%22 y=%22177%22 width=%2211%22 height=%2217%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.20744 .95762 -.98084 .29277 1718.813 -1670.629%29%22%2F%3E%3Crect x=%22120%22 y=%221223%22 width=%2210%22 height=%2216%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.50258 .79783 -.86074 -.62334 1594.696 1878.8%29%22%2F%3E%3Crect x=%22211%22 y=%2298%22 width=%2210%22 height=%2228%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.99255 0 -.10428 1.00751 14.782 -27.363%29%22%2F%3E%3Crect x=%221447%22 y=%22208%22 width=%227%22 height=%2212%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.38396 .70766 -1.0155 -.7328 2357.64 -373.692%29%22%2F%3E%3Crect x=%2274%22 y=%22419%22 width=%2213%22 height=%2232%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.15668 .9968 -.9895 -.0872 508.453 389.882%29%22%2F%3E%3Crect x=%22157%22 y=%221113%22 width=%2212%22 height=%2235%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.59698 .64524 -.83835 -.76897 1592.419 1880.386%29%22%2F%3E%3Crect x=%221976%22 y=%2294%22 width=%2210%22 height=%2217%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.45507 .8573 -.89302 .51512 1167.48 -1683.185%29%22%2F%3E%3Crect x=%221580%22 y=%22721%22 width=%229%22 height=%2223%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.70203 .40451 -.81822 -.95298 3542.154 1214.168%29%22%2F%3E%3Crect x=%22125%22 y=%22186%22 width=%2212%22 height=%2232%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.44192 .94566 -.9053 -.32562 343.05 146.18%29%22%2F%3E%3Crect x=%22757%22 y=%22771%22 width=%227%22 height=%2215%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%281.06093 .38782 .04739 .9599 89.975 -59.938%29%22%2F%3E%3Crect x=%221940%22 y=%22188%22 width=%2211%22 height=%2216%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.26966 .86721 -.99743 -.50069 2728.95 -1291.07%29%22%2F%3E%3Crect x=%22368%22 y=%221315%22 width=%227%22 height=%2219%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.75622 .85926 -.70941 .5163 1317.232 347.429%29%22%2F%3E%3Crect x=%221794%22 y=%22659%22 width=%2211%22 height=%2223%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.66579 .86814 -.7675 -.50122 3445.313 -681.483%29%22%2F%3E%3Crect x=%2288%22 y=%221248%22 width=%228%22 height=%2222%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.93868 .22499 -.37888 .97452 305.938 9.777%29%22%2F%3E%3Crect x=%221520%22 y=%221328%22 width=%229%22 height=%2218%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.90306 .7264 -.50456 .70149 1068.068 -494.042%29%22%2F%3E%3Crect x=%221586%22 y=%221101%22 width=%229%22 height=%2215%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.79947 .69476 -.58202 .74504 864.984 -513.238%29%22%2F%3E%3Crect x=%22700%22 y=%22726%22 width=%2212%22 height=%2235%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.95494 .38162 -.25686 .94454 161.198 -90.954%29%22%2F%3E%3Crect x=%22844%22 y=%22846%22 width=%2212%22 height=%2215%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.29756 1 -.9792 .06993 1577.412 3.255%29%22%2F%3E%3Crect x=%22227%22 y=%22579%22 width=%228%22 height=%2215%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.91432 .1472 -.28811 -1.04733 505.694 1246.296%29%22%2F%3E%3Crect x=%221191%22 y=%22760%22 width=%2211%22 height=%2215%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-1.0036 -.01752 -.41535 -1.00367 3016.397 1663.456%29%22%2F%3E%3Crect x=%221743%22 y=%2226%22 width=%227%22 height=%2216%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.11115 .99863 -1.0111 -.08737 1563.146 -1829.26%29%22%2F%3E%3Crect x=%2223%22 y=%221002%22 width=%2210%22 height=%2229%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%281.01441 .5189 -.23887 .8636 440.663 127.555%29%22%2F%3E%3Crect x=%221613%22 y=%22368%22 width=%229%22 height=%2212%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.98965 -.01767 -.10382 -1.01231 3235.084 1037.372%29%22%2F%3E%3Crect x=%22906%22 y=%22613%22 width=%227%22 height=%2219%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.61613 .82028 -.78768 .57436 899.875 -528.747%29%22%2F%3E%3Crect x=%22161%22 y=%22991%22 width=%229%22 height=%2221%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.79471 .90003 -.72347 .43897 1106.36 421.588%29%22%2F%3E%3Crect x=%22317%22 y=%221333%22 width=%2210%22 height=%2213%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.23715 1.05183 -.9258 .11055 1230.007 963.602%29%22%2F%3E%3Crect x=%221361%22 y=%22548%22 width=%229%22 height=%2226%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.96393 .26281 -.20759 -.98083 2837.515 511.6%29%22%2F%3E%3Crect x=%22559%22 y=%221380%22 width=%227%22 height=%228%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.799 .64367 -.60137 -.7671 1695.679 2113.076%29%22%2F%3E%3Crect x=%221882%22 y=%22740%22 width=%2210%22 height=%2212%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.99863 .06977 -.05231 .99772 66.51 -162.884%29%22%2F%3E%3Crect x=%22451%22 y=%221026%22 width=%2212%22 height=%2225%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.50953 .97797 -.886 .26205 1261.02 391.817%29%22%2F%3E%3Crect x=%22594%22 y=%22348%22 width=%228%22 height=%2210%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%281.0095 .12254 .06122 .99801 55.9 -135.43%29%22%2F%3E%3Crect x=%2255%22 y=%221207%22 width=%229%22 height=%2222%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.50745 .56385 -.99211 -.86826 1651.914 2257.93%29%22%2F%3E%3Crect x=%22842%22 y=%221158%22 width=%2210%22 height=%2220%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.62787 .93198 -.80647 .3956 1394.008 50.703%29%22%2F%3E%3Crect x=%221397%22 y=%22765%22 width=%2210%22 height=%2224%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.05217 .99418 -.9879 -.34232 2199.694 104.686%29%22%2F%3E%3Crect x=%221076%22 y=%22241%22 width=%2212%22 height=%2222%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.8616 .22998 -.61625 -.99614 2263.24 484.178%29%22%2F%3E%3Crect x=%221020%22 y=%221186%22 width=%227%22 height=%227%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.62584 .80303 -.77367 -.60513 2659.986 979.822%29%22%2F%3E%3Crect x=%221472%22 y=%221127%22 width=%227%22 height=%2217%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.01678 .98846 -1.01586 -.24645 2703.706 243.684%29%22%2F%3E%3Crect x=%22442%22 y=%22266%22 width=%2212%22 height=%2212%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.45165 .64047 -.98326 -.81977 1002.907 336.507%29%22%2F%3E%3Crect x=%221673%22 y=%22609%22 width=%227%22 height=%227%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.17325 .99269 -.98302 -.13951 2586.342 -1083.519%29%22%2F%3E%3Crect x=%221231%22 y=%22931%22 width=%2213%22 height=%2220%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-1.01618 -.07083 -.41422 -1.01295 3239.205 2200.049%29%22%2F%3E%3Crect x=%221952%22 y=%22432%22 width=%2212%22 height=%2220%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-1.00944 -.08801 -.17586 -1.00598 4100.262 1334.152%29%22%2F%3E%3Crect x=%221085%22 y=%22291%22 width=%2212%22 height=%2222%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.37105 .92244 -.90311 -.4499 1680.83 -316.63%29%22%2F%3E%3Crect x=%221879%22 y=%2260%22 width=%2210%22 height=%2229%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.97082 .03533 -.50016 -1.01185 3864.301 381.709%29%22%2F%3E%3Crect x=%221794%22 y=%221353%22 width=%228%22 height=%2217%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.6457 .7756 -.74752 .6508 1423.402 -634.306%29%22%2F%3E%3Crect x=%22152%22 y=%22228%22 width=%229%22 height=%2222%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.75521 .7098 -.65362 .7098 230.21 -55.421%29%22%2F%3E%3Crect x=%22229%22 y=%22296%22 width=%227%22 height=%2220%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.6741 .57393 -.77967 -.81965 713.223 415.256%29%22%2F%3E%3Crect x=%22471%22 y=%22380%22 width=%228%22 height=%228%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.37105 1.02451 -.8904 .23653 565.009 -39.134%29%22%2F%3E%3Crect x=%22512%22 y=%221034%22 width=%2213%22 height=%2231%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.81705 .69731 -.588 .72209 943.794 -115.25%29%22%2F%3E%3Crect x=%22394%22 y=%22406%22 width=%2210%22 height=%2226%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.45237 .8708 -.8872 -.50275 927.076 324.143%29%22%2F%3E%3Crect x=%221054%22 y=%22782%22 width=%2211%22 height=%2211%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.85161 .43897 -.53198 -.90003 2424.899 1086.706%29%22%2F%3E%3Crect x=%221003%22 y=%22556%22 width=%2213%22 height=%2226%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.4401 .69476 -.96738 -.74504 2166.883 487.793%29%22%2F%3E%3Crect x=%22367%22 y=%22919%22 width=%2211%22 height=%2216%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.96779 .39097 -.27779 .92107 351.747 -59.456%29%22%2F%3E%3Crect x=%2284%22 y=%22877%22 width=%2210%22 height=%2224%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.07074 .97949 -1.0059 .2082 899.583 612.074%29%22%2F%3E%3Crect x=%22746%22 y=%221110%22 width=%2210%22 height=%2218%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.92643 .22998 -.33547 -.99614 1710.27 2220.596%29%22%2F%3E%3Crect x=%22795%22 y=%2269%22 width=%2213%22 height=%2217%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-1.00112 .06985 .00078 -.99893 1589.166 140.936%29%22%2F%3E%3Crect x=%22997%22 y=%22562%22 width=%227%22 height=%229%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.01651 .98297 -1.02053 .19107 1513.734 -577.641%29%22%2F%3E%3Crect x=%221585%22 y=%221368%22 width=%227%22 height=%229%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.3511 .9514 -.92329 .34628 2069.74 -362.489%29%22%2F%3E%3Crect x=%22548%22 y=%22695%22 width=%229%22 height=%2225%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.77715 .61576 -.62932 -.78813 1427.117 934.542%29%22%2F%3E%3Crect x=%22811%22 y=%22695%22 width=%228%22 height=%2223%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.03503 .99863 -1.0032 .05234 1490.508 -144.358%29%22%2F%3E%3Crect x=%221304%22 y=%22106%22 width=%228%22 height=%2223%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.95581 .26136 -.25896 -.97542 2579.31 -293.578%29%22%2F%3E%3Crect x=%221434%22 y=%22216%22 width=%2210%22 height=%2225%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%281.00965 .05234 .16083 .99878 -3.68 -100.162%29%22%2F%3E%3Crect x=%221373%22 y=%22200%22 width=%2212%22 height=%2226%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.7636 .50936 -.64066 -.88223 2560.069 -33.439%29%22%2F%3E%3Crect x=%221003%22 y=%22737%22 width=%2211%22 height=%2227%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.49938 .88781 -.86084 -.47206 2037.813 315.42%29%22%2F%3E%3Crect x=%221046%22 y=%22773%22 width=%2211%22 height=%2221%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.70895 .87253 -.73678 -.50375 2293.879 131.62%29%22%2F%3E%3Crect x=%22966%22 y=%221016%22 width=%2213%22 height=%2235%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.98783 .06993 -.1741 1 158.05 -136.008%29%22%2F%3E%3Crect x=%22269%22 y=%22965%22 width=%2212%22 height=%2229%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.9397 .41301 -.31063 .92764 570.31 -91.19%29%22%2F%3E%3Crect x=%22502%22 y=%22387%22 width=%229%22 height=%2215%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.32326 .90223 -.9507 -.44005 1119.72 66.807%29%22%2F%3E%3Crect x=%2224%22 y=%22342%22 width=%2213%22 height=%2236%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.98008 -.09023 -.1196 -1.03134 84.153 742.206%29%22%2F%3E%3Crect x=%221753%22 y=%22249%22 width=%2212%22 height=%2221%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.8672 .57498 -.5007 -.82115 3411.961 -661.797%29%22%2F%3E%3Crect x=%221331%22 y=%22508%22 width=%227%22 height=%2220%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.45312 .84497 -.88922 .54873 1196.607 -1057.709%29%22%2F%3E%3Crect x=%221572%22 y=%22672%22 width=%2212%22 height=%2230%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.35849 .69994 -1.04427 -.7506 3162.565 462.465%29%22%2F%3E%3Crect x=%22971%22 y=%22686%22 width=%229%22 height=%2218%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.99372 .0349 -.19281 .99954 44.844 -50.76%29%22%2F%3E%3Crect x=%221734%22 y=%22132%22 width=%2213%22 height=%2232%22 fill=%22red%22 rx=%220%22 transform=%22matrix%281.05216 .769 -.31926 .7171 121.203 -731.036%29%22%2F%3E%3Crect x=%221398%22 y=%22756%22 width=%229%22 height=%2225%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.85495 .64367 -.5347 -.7671 2951.681 381.764%29%22%2F%3E%3Crect x=%221189%22 y=%221143%22 width=%2212%22 height=%2215%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.61154 1.03214 -.84999 .20063 1631.055 74.544%29%22%2F%3E%3Crect x=%221081%22 y=%221087%22 width=%228%22 height=%228%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%281.03363 .44697 -.02067 .95853 114.2 -66.123%29%22%2F%3E%3Crect x=%22452%22 y=%22752%22 width=%2210%22 height=%2228%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.3381 .87247 -.92661 -.56659 1274.282 932.33%29%22%2F%3E%3Crect x=%22160%22 y=%22302%22 width=%2210%22 height=%2216%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.3631 .86044 -.94403 .517 371.88 -6.68%29%22%2F%3E%3Crect x=%221474%22 y=%22905%22 width=%228%22 height=%2223%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.7956 .90977 -.72818 .42423 1309.284 -687.64%29%22%2F%3E%3Crect x=%22821%22 y=%22914%22 width=%2211%22 height=%2218%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.01738 .99756 -1.00396 -.08728 1789.437 222.385%29%22%2F%3E%3Crect x=%22923%22 y=%22252%22 width=%229%22 height=%2210%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.14054 1 -1 0 1278.733 -670.5%29%22%2F%3E%3Crect x=%22865%22 y=%22724%22 width=%2210%22 height=%2227%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.4091 .96441 -.888 .35102 1037.108 -159.557%29%22%2F%3E%3Crect x=%221779%22 y=%221022%22 width=%228%22 height=%2222%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.43143 .87796 -.86941 -.54861 3211.06 512.06%29%22%2F%3E%3Crect x=%221002%22 y=%22184%22 width=%2210%22 height=%2210%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.4439 .97758 -.91226 .24374 759.767 -717.848%29%22%2F%3E%3Crect x=%221554%22 y=%22716%22 width=%2212%22 height=%2220%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.15625 .99695 -.98664 -.10478 2530.81 -862.256%29%22%2F%3E%3Crect x=%22101%22 y=%221068%22 width=%227%22 height=%228%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.66913 .73147 -.74314 -.6821 971.075 1728.6%29%22%2F%3E%3Crect x=%221501%22 y=%22270%22 width=%227%22 height=%2211%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.36743 1.00168 -.96617 .08764 1294.34 -1097.545%29%22%2F%3E%3Crect x=%22369%22 y=%221110%22 width=%2212%22 height=%2233%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.65123 .95164 -.83923 .3092 1446.455 434.412%29%22%2F%3E%3Crect x=%221234%22 y=%221015%22 width=%2213%22 height=%2216%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.16408 .9014 -1.01844 -.49965 2625.934 725.254%29%22%2F%3E%3Crect x=%221505%22 y=%22515%22 width=%227%22 height=%229%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.68241 .7071 -.7318 .7071 841.107 -914.513%29%22%2F%3E%3Crect x=%221055%22 y=%221116%22 width=%2210%22 height=%2221%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.57264 .77026 -.81776 .64633 1391.924 -529.48%29%22%2F%3E%3Crect x=%22680%22 y=%22374%22 width=%2213%22 height=%2233%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.88137 .26205 -.52682 .97797 252.564 -280.02%29%22%2F%3E%3Crect x=%221688%22 y=%22213%22 width=%2211%22 height=%2224%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.35348 1.0032 -.98446 .03503 1402.539 -1333.654%29%22%2F%3E%3Crect x=%221748%22 y=%22376%22 width=%229%22 height=%2217%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.42251 .9141 -.90585 -.40698 2817.897 -999.78%29%22%2F%3E%3Crect x=%22378%22 y=%22752%22 width=%2212%22 height=%2231%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.84692 .41919 -.48334 -.94151 958.862 1424.884%29%22%2F%3E%3Crect x=%221341%22 y=%22858%22 width=%2213%22 height=%2222%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.94791 .22716 -.2963 -.98395 3026.751 1228.57%29%22%2F%3E%3Crect x=%22291%22 y=%221002%22 width=%229%22 height=%2215%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.82924 .61801 -.55671 .79102 768.256 2.489%29%22%2F%3E%3Crect x=%22150%22 y=%22699%22 width=%229%22 height=%2218%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.30882 .95864 -.94873 -.29309 811.025 778.198%29%22%2F%3E%3Crect x=%22210%22 y=%221248%22 width=%2212%22 height=%2231%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.69017 .82366 -.73082 .57674 1299.684 334.18%29%22%2F%3E%3Crect x=%22575%22 y=%22357%22 width=%229%22 height=%2220%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.66154 .83106 -.75706 .56056 537.44 -360.848%29%22%2F%3E%3Crect x=%221574%22 y=%22195%22 width=%2213%22 height=%2222%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.69466 .64633 -.71934 -.77026 2826.592 -490.73%29%22%2F%3E%3Crect x=%221162%22 y=%22170%22 width=%227%22 height=%227%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.82573 .43944 -.58262 -.90099 2250.213 -263.847%29%22%2F%3E%3Crect x=%22791%22 y=%221004%22 width=%2211%22 height=%2219%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.95522 .30944 -.29177 -.95236 1779.253 1773.992%29%22%2F%3E%3Crect x=%22502%22 y=%22709%22 width=%2212%22 height=%2232%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.53193 .79876 -.8511 -.6019 1446.59 764.48%29%22%2F%3E%3Crect x=%221534%22 y=%22982%22 width=%2210%22 height=%2227%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.36227 .99023 -.94599 -.1746 2965.321 -516.404%29%22%2F%3E%3Crect x=%221855%22 y=%22481%22 width=%2212%22 height=%2215%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.87034 .36106 -.50232 .9406 477.602 -871.412%29%22%2F%3E%3Crect x=%221771%22 y=%22542%22 width=%2213%22 height=%2214%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.18726 .93715 -.99519 -.35974 2762.153 -1074.794%29%22%2F%3E%3Crect x=%22814%22 y=%22538%22 width=%2213%22 height=%2232%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.52435 .55719 -.95558 -.8917 1954.546 857.419%29%22%2F%3E%3Crect x=%221549%22 y=%2244%22 width=%228%22 height=%2213%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.92219 .58814 -.43098 -.80951 3007.517 -876.239%29%22%2F%3E%3Crect x=%22594%22 y=%22686%22 width=%227%22 height=%227%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.30568 1.00518 -1.0825 -.28823 1411.327 470.313%29%22%2F%3E%3Crect x=%221355%22 y=%22145%22 width=%227%22 height=%227%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.66518 .85769 -.76624 .51535 596.178 -1045.761%29%22%2F%3E%3Crect x=%221879%22 y=%221325%22 width=%229%22 height=%2213%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.8981 .83378 -.54684 .60578 1205.31 -575.918%29%22%2F%3E%3Crect x=%221294%22 y=%22815%22 width=%2212%22 height=%2228%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.8333 .64367 -.5605 -.7671 2705.856 696.282%29%22%2F%3E%3Crect x=%22592%22 y=%22688%22 width=%227%22 height=%2220%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.14 1.00844 -.99896 .05285 1343.956 -23.11%29%22%2F%3E%3Crect x=%221928%22 y=%22473%22 width=%228%22 height=%2222%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.28317 .84162 -.98245 -.61147 3027.171 -292.065%29%22%2F%3E%3Crect x=%22644%22 y=%22373%22 width=%2212%22 height=%2229%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.87369 .14408 -.72384 -1.0252 1680.883 865.279%29%22%2F%3E%3Crect x=%22208%22 y=%22499%22 width=%227%22 height=%2212%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.9044 .73205 -.46163 .73205 282.783 37.157%29%22%2F%3E%3Crect x=%22821%22 y=%221236%22 width=%2212%22 height=%2228%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.28006 1.00244 -.98288 .05254 2009.843 427.662%29%22%2F%3E%3Crect x=%221771%22 y=%22789%22 width=%229%22 height=%2215%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.55564 .79575 -.82255 -.62171 3344.063 128.36%29%22%2F%3E%3Crect x=%22979%22 y=%22591%22 width=%227%22 height=%229%22 fill=%22red%22 rx=%220%22 transform=%22matrix%281.03733 .517 -.20782 .86044 269.679 -338.893%29%22%2F%3E%3Crect x=%22127%22 y=%22945%22 width=%2213%22 height=%2215%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.85515 1.01563 -.75547 .27214 1043.392 601.078%29%22%2F%3E%3Crect x=%221576%22 y=%221019%22 width=%2210%22 height=%2210%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.09932 .99801 -1.01419 -.12254 2741.222 -594.547%29%22%2F%3E%3Crect x=%221895%22 y=%22994%22 width=%2212%22 height=%2224%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.71693 .55 -.71423 -.84691 4236.804 545.292%29%22%2F%3E%3Crect x=%221145%22 y=%221066%22 width=%229%22 height=%2215%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.70073 .7477 -.684 .69723 869.57 -290.12%29%22%2F%3E%3Crect x=%221347%22 y=%22256%22 width=%228%22 height=%2215%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.56272 .74598 -.83384 .67169 802.867 -1039.51%29%22%2F%3E%3Crect x=%22298%22 y=%22467%22 width=%229%22 height=%2223%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.51519 .87515 -.85708 .4851 589.492 -28.92%29%22%2F%3E%3Crect x=%221516%22 y=%221163%22 width=%2213%22 height=%2225%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.72864 .87944 -.7332 .48748 1510.499 -576.455%29%22%2F%3E%3Crect x=%22655%22 y=%221204%22 width=%227%22 height=%2215%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.21187 1.00368 -1.01487 -.08781 1976.377 737.815%29%22%2F%3E%3Crect x=%22445%22 y=%22272%22 width=%227%22 height=%227%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.79307 .7671 -.63815 .64367 331.446 -269.378%29%22%2F%3E%3Crect x=%221112%22 y=%22163%22 width=%227%22 height=%2219%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.45944 .7264 -.90089 -.7522 1801.345 -167%29%22%2F%3E%3Crect x=%22740%22 y=%221136%22 width=%229%22 height=%2213%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.87059 .42495 -.48625 -.9113 2135.856 1789.038%29%22%2F%3E%3Crect x=%221773%22 y=%22532%22 width=%2213%22 height=%2213%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.62209 .89763 -.76922 .49756 1036.968 -915.932%29%22%2F%3E%3Crect x=%22978%22 y=%22674%22 width=%2211%22 height=%2219%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.16004 .974 -1.0666 -.24285 1805.16 -22.4%29%22%2F%3E%3Crect x=%221795%22 y=%221063%22 width=%2212%22 height=%2229%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.65887 .68293 -.75772 -.73236 3865.48 731.037%29%22%2F%3E%3Crect x=%221706%22 y=%221158%22 width=%229%22 height=%2211%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.89948 .60513 -.45888 .80303 799.78 -626.125%29%22%2F%3E%3Crect x=%221531%22 y=%22941%22 width=%2213%22 height=%2227%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.9994 0 -.10487 -1.00061 3244.66 1963.272%29%22%2F%3E%3Crect x=%22590%22 y=%221344%22 width=%2211%22 height=%2217%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.7022 .53065 -.76074 -.84921 2471.87 2153.85%29%22%2F%3E%3Crect x=%22104%22 y=%221346%22 width=%2211%22 height=%2226%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.12214 1.00921 -.99514 -.03524 1472.507 1311.775%29%22%2F%3E%3Crect x=%22948%22 y=%22234%22 width=%227%22 height=%2219%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.97244 .07014 -.35051 1.00306 86.272 -167.49%29%22%2F%3E%3Crect x=%221872%22 y=%22684%22 width=%2213%22 height=%2225%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.9919 .29398 -.15723 -.96157 3833.855 616.551%29%22%2F%3E%3Crect x=%22535%22 y=%22575%22 width=%227%22 height=%2213%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.29046 .76936 -1.03825 -.69273 1452.927 714.316%29%22%2F%3E%3Crect x=%221637%22 y=%22501%22 width=%2211%22 height=%2212%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.22887 .7771 -1.08076 -.6997 2817.971 87.525%29%22%2F%3E%3Crect x=%22567%22 y=%22624%22 width=%227%22 height=%227%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.42262 .95073 -.9063 -.32736 1380.312 230.568%29%22%2F%3E%3Crect x=%22465%22 y=%221325%22 width=%229%22 height=%2223%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.7167 .85926 -.73316 .5163 1511.452 210.217%29%22%2F%3E%3Crect x=%22879%22 y=%22797%22 width=%2211%22 height=%2215%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.06989 .99832 -1.00903 .10493 1694.465 -240.313%29%22%2F%3E%3Crect x=%221523%22 y=%22590%22 width=%2210%22 height=%2221%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.76247 .811 -.6791 .58922 912.296 -1099.372%29%22%2F%3E%3Crect x=%221576%22 y=%2242%22 width=%227%22 height=%2214%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.51373 .78683 -.8549 .63716 806.436 -1475.192%29%22%2F%3E%3Crect x=%22931%22 y=%221220%22 width=%227%22 height=%2211%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.86077 .63279 -.51735 -.78143 2333.536 1493.58%29%22%2F%3E%3Crect x=%22188%22 y=%221134%22 width=%227%22 height=%227%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.61917 .5153 -.86815 -.89254 1527.981 2101.827%29%22%2F%3E%3Crect x=%221363%22 y=%22265%22 width=%228%22 height=%2219%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.56552 .69252 -.83756 -.74264 2396.995 -227.281%29%22%2F%3E%3Crect x=%2294%22 y=%221029%22 width=%2212%22 height=%2227%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.03247 1.03051 -.97789 -.23791 1040.892 1221.906%29%22%2F%3E%3Crect x=%221708%22 y=%221074%22 width=%229%22 height=%229%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.58779 .7885 -.80902 -.61604 3591.607 452.406%29%22%2F%3E%3Crect x=%221581%22 y=%221204%22 width=%2210%22 height=%2210%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.74163 .79912 -.69251 .60218 1424.723 -731.062%29%22%2F%3E%3Crect x=%221811%22 y=%22467%22 width=%2212%22 height=%2231%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.27087 1.03852 -.92001 .16448 1579.553 -893.47%29%22%2F%3E%3Crect x=%2271%22 y=%221059%22 width=%229%22 height=%2219%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.2508 .79355 -1.04214 -.68982 1400.692 1770.193%29%22%2F%3E%3Crect x=%22770%22 y=%22112%22 width=%2210%22 height=%2212%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.52983 .84818 -.84792 .53 462.138 -588.35%29%22%2F%3E%3Crect x=%221987%22 y=%22453%22 width=%2213%22 height=%2238%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.90147 .769 -.45977 .7171 452.525 -751.725%29%22%2F%3E%3Crect x=%221109%22 y=%2223%22 width=%2211%22 height=%2222%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-1.00498 -.16448 -.26559 -1.03852 2285.21 614.751%29%22%2F%3E%3Crect x=%221791%22 y=%22820%22 width=%2213%22 height=%2232%22 fill=%22red%22 rx=%220%22 transform=%22matrix%281.00135 .12339 .05088 1.00492 134.161 -510.599%29%22%2F%3E%3Crect x=%221326%22 y=%22124%22 width=%2213%22 height=%2223%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.9818 .07063 -.1188 -1.01 2620.413 389.293%29%22%2F%3E%3Crect x=%221327%22 y=%22940%22 width=%229%22 height=%2214%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.20792 .96185 -.98004 -.2758 2631.098 -119.01%29%22%2F%3E%3Crect x=%22206%22 y=%22314%22 width=%228%22 height=%2219%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.65145 .99449 -.89068 .17535 482.883 87.444%29%22%2F%3E%3Crect x=%22854%22 y=%221330%22 width=%2213%22 height=%2216%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.75975 .80902 -.68408 .58779 1406.436 -144.616%29%22%2F%3E%3Crect x=%22761%22 y=%221063%22 width=%228%22 height=%2222%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.69473 .94199 -.80872 .34286 1446.81 38.647%29%22%2F%3E%3Crect x=%22786%22 y=%22891%22 width=%2210%22 height=%2219%22 fill=%22red%22 rx=%220%22 transform=%22matrix%281.04412 .17367 .1636 .98496 114.859 -110.024%29%22%2F%3E%3Crect x=%22216%22 y=%22104%22 width=%228%22 height=%2222%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.74688 .59685 -.64747 .8215 136.813 -149.572%29%22%2F%3E%3Crect x=%221333%22 y=%221345%22 width=%2211%22 height=%2226%22 fill=%22red%22 rx=%220%22 transform=%22matrix%281.07652 .48845 -.1052 .88119 505.87 -328.097%29%22%2F%3E%3Crect x=%221852%22 y=%22762%22 width=%2212%22 height=%2231%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.9682 -.1093 -.06312 -1.03996 3540.789 2357.207%29%22%2F%3E%3Crect x=%22715%22 y=%22846%22 width=%229%22 height=%2211%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.20791 .99269 -.97815 -.13951 1701.985 205.745%29%22%2F%3E%3Crect x=%221431%22 y=%22342%22 width=%2211%22 height=%2218%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.51166 .70766 -.88326 -.7328 2536.669 -129.112%29%22%2F%3E%3Crect x=%221555%22 y=%221306%22 width=%228%22 height=%2215%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.90217 .44079 -.41895 -.90374 3334.381 1977.241%29%22%2F%3E%3Crect x=%221206%22 y=%22706%22 width=%229%22 height=%2223%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.4256 .97318 -.91352 .26076 1396.142 -499%29%22%2F%3E%3Crect x=%22316%22 y=%22116%22 width=%229%22 height=%2218%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.66236 .72474 -.74017 .69988 174.705 -155.412%29%22%2F%3E%3Crect x=%221424%22 y=%22870%22 width=%2211%22 height=%2226%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.36682 .7304 -.98925 -.75636 3016.748 971.22%29%22%2F%3E%3Crect x=%221044%22 y=%221085%22 width=%2211%22 height=%2219%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.99256 .4073 -.2259 .9148 514.241 -389.206%29%22%2F%3E%3Crect x=%221915%22 y=%221347%22 width=%2211%22 height=%2216%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.2361 .87454 -1.00715 -.50491 3995.972 629.52%29%22%2F%3E%3Crect x=%22878%22 y=%22480%22 width=%2210%22 height=%2224%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.78683 .74314 -.63716 -.66913 1813.334 165.015%29%22%2F%3E%3Crect x=%221559%22 y=%22368%22 width=%2210%22 height=%2227%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.98877 .35886 -.21076 -.93486 3159.365 94.927%29%22%2F%3E%3Crect x=%22995%22 y=%221350%22 width=%228%22 height=%2215%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.53964 .7233 -.86142 -.69848 2861.198 1688.113%29%22%2F%3E%3Crect x=%22556%22 y=%221110%22 width=%2211%22 height=%2218%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.79317 .79102 -.6445 -.61801 1577.696 1317.274%29%22%2F%3E%3Crect x=%221898%22 y=%221311%22 width=%229%22 height=%2225%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.98394 -.0716 -.10278 -1.0238 3818.087 3253.934%29%22%2F%3E%3Crect x=%22923%22 y=%221311%22 width=%2211%22 height=%2214%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.21012 .79307 -1.08462 -.66546 2972.94 1707.507%29%22%2F%3E%3Crect x=%22491%22 y=%22258%22 width=%2212%22 height=%2227%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.50234 1.00452 -.87025 .25046 490.671 -162.577%29%22%2F%3E%3Crect x=%221043%22 y=%2273%22 width=%228%22 height=%2222%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.64583 .94577 -.7698 .42108 441.843 -661.051%29%22%2F%3E%3Crect x=%221558%22 y=%221208%22 width=%228%22 height=%2212%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.07055 .95645 -1.02396 -.29242 3211.173 47.753%29%22%2F%3E%3Crect x=%22151%22 y=%22714%22 width=%2211%22 height=%2221%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.49121 1.0224 -1.02107 -.08945 1081.295 665.43%29%22%2F%3E%3Crect x=%22295%22 y=%22719%22 width=%2213%22 height=%2224%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.76264 .7264 -.64016 .70149 512.511 41.575%29%22%2F%3E%3Crect x=%221295%22 y=%221013%22 width=%2212%22 height=%2218%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.97016 .45572 -.29026 .89441 578.817 -598.808%29%22%2F%3E%3Crect x=%22567%22 y=%221094%22 width=%2211%22 height=%2229%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.57539 .66923 -.85521 -.74326 2144.26 1539.273%29%22%2F%3E%3Crect x=%22869%22 y=%221382%22 width=%228%22 height=%2213%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.53722 .89657 -.82972 .47671 1421.123 97.812%29%22%2F%3E%3Crect x=%221894%22 y=%22946%22 width=%229%22 height=%2215%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.66913 .94772 -.74314 .44193 1336.744 -686.693%29%22%2F%3E%3Crect x=%22899%22 y=%22322%22 width=%2210%22 height=%2220%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.97338 .47229 -.20699 .92691 82.462 -143.464%29%22%2F%3E%3Crect x=%221507%22 y=%221328%22 width=%2212%22 height=%2227%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-1.00305 -.25298 -.07005 -1.01463 3156.065 3547.95%29%22%2F%3E%3Crect x=%221872%22 y=%22554%22 width=%2210%22 height=%2226%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.6792 .5592 -.78133 -.82904 3746.806 -12.54%29%22%2F%3E%3Crect x=%22402%22 y=%221021%22 width=%2212%22 height=%2230%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.99878 .06976 -.05234 .99756 72.809 -25.937%29%22%2F%3E%3Crect x=%22458%22 y=%221041%22 width=%227%22 height=%2212%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.86697 .30977 -.55992 -.95338 1657.637 1934.5%29%22%2F%3E%3Crect x=%22900%22 y=%22178%22 width=%229%22 height=%2215%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.55687 .82366 -.82416 -.57674 1536.525 -357.453%29%22%2F%3E%3Crect x=%221282%22 y=%22304%22 width=%227%22 height=%2211%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.16587 .99034 -.9745 -.2105 1820.911 -1102.035%29%22%2F%3E%3Crect x=%221033%22 y=%22247%22 width=%229%22 height=%2219%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.5571 .78011 -.83073 .63172 611.355 -624.137%29%22%2F%3E%3Crect x=%22834%22 y=%22271%22 width=%2211%22 height=%2226%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.21448 .94276 -.97839 -.36189 1345.022 -522.65%29%22%2F%3E%3Crect x=%22117%22 y=%22567%22 width=%2210%22 height=%2223%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%281.01469 .17375 -.00068 .9854 80.505 -8.496%29%22%2F%3E%3Crect x=%221827%22 y=%22709%22 width=%229%22 height=%2220%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.7876 .486 -.63679 .87676 784.77 -929.555%29%22%2F%3E%3Crect x=%22348%22 y=%22552%22 width=%2210%22 height=%2210%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.21157 .92846 -.99158 -.37512 1050.655 456.697%29%22%2F%3E%3Crect x=%22579%22 y=%22566%22 width=%229%22 height=%2226%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.82278 .49229 -.547 -.88811 1499.012 703.08%29%22%2F%3E%3Crect x=%221318%22 y=%22727%22 width=%227%22 height=%2213%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.88806 .7283 -.51546 -.70332 2808.797 77.621%29%22%2F%3E%3Crect x=%22249%22 y=%22390%22 width=%227%22 height=%2218%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.1514 1.0069 -.99844 -.03516 725.155 127.785%29%22%2F%3E%3Crect x=%221673%22 y=%22644%22 width=%2213%22 height=%2230%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.39842 1 -.944 -.14054 2918.816 -1163.922%29%22%2F%3E%3Crect x=%2231%22 y=%22428%22 width=%2212%22 height=%2213%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.90617 .42268 -.42256 .90645 179.478 25.656%29%22%2F%3E%3Crect x=%22441%22 y=%221073%22 width=%228%22 height=%2212%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.27564 .90768 -.96126 -.46249 1604.86 1260.604%29%22%2F%3E%3Crect x=%221435%22 y=%22591%22 width=%2213%22 height=%2216%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.00004 .99817 -1.00183 -.0698 2064.332 -747.717%29%22%2F%3E%3Crect x=%221962%22 y=%22771%22 width=%227%22 height=%2210%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.24209 .97874 -.97026 -.20804 3135.184 -917.646%29%22%2F%3E%3Crect x=%221566%22 y=%22984%22 width=%2211%22 height=%2226%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.90377 .14553 -.4407 -1.03552 3456.93 2281.16%29%22%2F%3E%3Crect x=%22238%22 y=%221312%22 width=%2210%22 height=%2222%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.23223 .98776 -1.06175 -.20995 2006.19 1394.896%29%22%2F%3E%3Crect x=%22919%22 y=%221220%22 width=%2210%22 height=%2228%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.89934 .40674 -.43864 -.91355 2339.364 1985.49%29%22%2F%3E%3Crect x=%221428%22 y=%22779%22 width=%2211%22 height=%2219%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.9059 .65715 -.44212 .78316 521.688 -466.342%29%22%2F%3E%3Crect x=%221402%22 y=%22360%22 width=%2211%22 height=%2213%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.06735 .95996 -1.0623 -.29349 1842.439 -753.937%29%22%2F%3E%3Crect x=%221482%22 y=%221228%22 width=%2211%22 height=%2222%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.53117 1.0249 -.94787 .05371 2266.331 -8.669%29%22%2F%3E%3Crect x=%22647%22 y=%22703%22 width=%2210%22 height=%2210%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.72009 .7257 -.65788 .7257 496.902 -128.435%29%22%2F%3E%3Crect x=%221827%22 y=%221225%22 width=%229%22 height=%2213%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.77015 .72033 -.64454 -.69561 3825.518 864.852%29%22%2F%3E%3Crect x=%22914%22 y=%221386%22 width=%227%22 height=%2218%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.6386 .90763 -.7903 .44268 1567.392 73.66%29%22%2F%3E%3Crect x=%221030%22 y=%221228%22 width=%227%22 height=%228%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.29135 .75636 -1.04077 -.7304 2921.59 1685.97%29%22%2F%3E%3Crect x=%221533%22 y=%22283%22 width=%227%22 height=%229%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.891 .32877 -.45399 .95481 297.99 -708.1%29%22%2F%3E%3Crect x=%22176%22 y=%22739%22 width=%229%22 height=%2210%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.98942 .12254 -.10241 -.99801 341.602 1483.375%29%22%2F%3E%3Crect x=%22997%22 y=%22707%22 width=%2212%22 height=%2220%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.72684 .8253 -.70274 .57788 836.588 -401.97%29%22%2F%3E%3Crect x=%221442%22 y=%221304%22 width=%227%22 height=%2215%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%281.05541 .34842 .02964 .95728 190.569 -166.64%29%22%2F%3E%3Crect x=%22105%22 y=%22488%22 width=%229%22 height=%2218%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.99206 .13994 -.08708 -.99572 286.854 965.042%29%22%2F%3E%3Crect x=%2270%22 y=%22266%22 width=%227%22 height=%2216%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.12172 .9922 -.9864 .17495 353.355 144.111%29%22%2F%3E%3Crect x=%221594%22 y=%2282%22 width=%227%22 height=%2213%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.99497 .05234 -.12217 .99863 12.659 -83.485%29%22%2F%3E%3Crect x=%221898%22 y=%22538%22 width=%2213%22 height=%2234%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.72263 .94107 -.75588 .39946 1099.792 -1054.153%29%22%2F%3E%3Crect x=%221735%22 y=%221161%22 width=%2213%22 height=%2225%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.93504 .85862 -.58038 .53652 1265.119 -675.57%29%22%2F%3E%3Crect x=%22263%22 y=%221160%22 width=%227%22 height=%2217%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-1.00754 .45572 -.2169 -.89441 586.528 2068.852%29%22%2F%3E%3Crect x=%22369%22 y=%22627%22 width=%2212%22 height=%2224%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.9745 .37829 -.23152 .9363 325.624 -153.854%29%22%2F%3E%3Crect x=%22182%22 y=%22792%22 width=%229%22 height=%2216%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.78355 .57788 -.61142 -.8253 764.226 1375.367%29%22%2F%3E%3Crect x=%221871%22 y=%22387%22 width=%2210%22 height=%2220%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.12171 .87796 -1.06294 -.54861 2701.2 -529.588%29%22%2F%3E%3Crect x=%22341%22 y=%22276%22 width=%2212%22 height=%2215%22 fill=%22red%22 rx=%220%22 transform=%22matrix%281.06552 .64734 -.18096 .82856 105.59 -63.28%29%22%2F%3E%3Crect x=%221450%22 y=%22161%22 width=%2211%22 height=%2225%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.2463 1.00122 -.99448 .01748 1313.598 -1210.528%29%22%2F%3E%3Crect x=%221767%22 y=%221231%22 width=%2210%22 height=%2227%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.20774 .98054 -.9757 .20842 2696.497 -876.298%29%22%2F%3E%3Crect x=%221620%22 y=%22507%22 width=%229%22 height=%229%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.34295 .88322 -.94213 .48957 1544.33 -1402.009%29%22%2F%3E%3Crect x=%22883%22 y=%22744%22 width=%2213%22 height=%2216%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.40667 .91368 -.9134 -.4068 1950.971 229.664%29%22%2F%3E%3Crect x=%221296%22 y=%22168%22 width=%2210%22 height=%2214%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.05168 .989 -1.02117 -.19224 1453.573 -918.303%29%22%2F%3E%3Crect x=%221755%22 y=%22330%22 width=%228%22 height=%2215%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.68174 .9761 -.82901 .27989 1001.093 -1163.747%29%22%2F%3E%3Crect x=%221178%22 y=%22371%22 width=%2211%22 height=%2224%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.22495 1.00598 -.97437 .08801 1290.454 -674.962%29%22%2F%3E%3Crect x=%221700%22 y=%221055%22 width=%2211%22 height=%2215%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.99742 -.01755 -.15746 -1.00536 3660.733 2339.874%29%22%2F%3E%3Crect x=%22232%22 y=%22334%22 width=%2211%22 height=%2221%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.559 .57267 -.88542 -.88183 727.066 589.45%29%22%2F%3E%3Crect x=%22740%22 y=%221291%22 width=%227%22 height=%2215%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.29237 .8888 -.9563 -.51315 2202.64 1475.652%29%22%2F%3E%3Crect x=%22860%22 y=%221038%22 width=%2213%22 height=%2234%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.993 .08717 -.12192 .99635 116.54 -86.802%29%22%2F%3E%3Crect x=%22621%22 y=%221061%22 width=%227%22 height=%228%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.42458 .82115 -.9205 -.57498 2124.636 1120.872%29%22%2F%3E%3Crect x=%22428%22 y=%22745%22 width=%2211%22 height=%2220%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%281.08905 .35962 .21145 .98805 25.112 -6.022%29%22%2F%3E%3Crect x=%221587%22 y=%221018%22 width=%2210%22 height=%2220%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.91844 .19268 -.46488 -.99127 3707.974 1964.018%29%22%2F%3E%3Crect x=%221469%22 y=%22198%22 width=%229%22 height=%2221%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.91118 .40773 -.40606 .91578 193.752 -480.192%29%22%2F%3E%3Crect x=%22204%22 y=%22832%22 width=%229%22 height=%2210%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.7986 .25437 -.72823 -1.02023 1160.404 1705.641%29%22%2F%3E%3Crect x=%221650%22 y=%221381%22 width=%2213%22 height=%2224%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.91535 .07378 -.4645 -1.05504 3957.122 3310.846%29%22%2F%3E%3Crect x=%221089%22 y=%22255%22 width=%228%22 height=%2218%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.01746 1 -.99847 .08749 1340.457 -947.722%29%22%2F%3E%3Crect x=%221888%22 y=%2271%22 width=%2212%22 height=%2231%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.47615 .9926 -.89752 .22916 1101.607 -1445.164%29%22%2F%3E%3Crect x=%22297%22 y=%221354%22 width=%228%22 height=%2217%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.46757 .77781 -.8792 -.67614 1614.561 2124.671%29%22%2F%3E%3Crect x=%2223%22 y=%22684%22 width=%2211%22 height=%2215%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.98666 .22842 -.10419 .9894 35.923 5.844%29%22%2F%3E%3Crect x=%221089%22 y=%221209%22 width=%227%22 height=%2217%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.79455 .37474 -.59862 -.97624 2662.288 2330.674%29%22%2F%3E%3Crect x=%221679%22 y=%22845%22 width=%229%22 height=%2217%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.36018 1.00692 -1.03099 -.10583 2299.541 -484.68%29%22%2F%3E%3Crect x=%221001%22 y=%22658%22 width=%2210%22 height=%2228%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.9063 .31134 -.42262 .9582 378.254 -408.637%29%22%2F%3E%3Crect x=%221574%22 y=%22393%22 width=%228%22 height=%2223%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.9848 0 -.33448 1.01543 139.272 -284.484%29%22%2F%3E%3Crect x=%221426%22 y=%221249%22 width=%2212%22 height=%2216%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.81936 .77904 -.62012 -.63086 3180.83 834.262%29%22%2F%3E%3Crect x=%221050%22 y=%22799%22 width=%2210%22 height=%2212%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.37693 .96651 -.93365 -.25898 2137.043 -43.038%29%22%2F%3E%3Crect x=%221911%22 y=%22500%22 width=%2210%22 height=%2227%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.99803 .0175 .01819 -1.00229 3750.84 1128.635%29%22%2F%3E%3Crect x=%22430%22 y=%221089%22 width=%227%22 height=%2217%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.39268 .70606 -.99522 -.75715 1931.894 1738.556%29%22%2F%3E%3Crect x=%22865%22 y=%221374%22 width=%228%22 height=%2218%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.7389 .61905 -.66963 .79235 893.039 -159.443%29%22%2F%3E%3Crect x=%221649%22 y=%221322%22 width=%227%22 height=%2213%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.81822 .78011 -.61928 .63172 1356.43 -655.31%29%22%2F%3E%3Crect x=%22575%22 y=%22547%22 width=%2212%22 height=%2214%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%281.08196 .4884 -.01267 .91853 112.57 -72.022%29%22%2F%3E%3Crect x=%221339%22 y=%2276%22 width=%2213%22 height=%2216%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.7702 .5922 -.62853 .8151 318.052 -616.065%29%22%2F%3E%3Crect x=%2289%22 y=%22522%22 width=%227%22 height=%228%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.99329 -.07083 -.08685 -1.01295 220.595 1081.676%29%22%2F%3E%3Crect x=%22194%22 y=%221279%22 width=%2212%22 height=%2218%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.99985 -.30742 -.01745 -1.00552 422.448 2709.575%29%22%2F%3E%3Crect x=%22420%22 y=%221343%22 width=%2210%22 height=%2220%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.63787 .61801 -.80166 -.79102 2208.27 2123.413%29%22%2F%3E%3Crect x=%22790%22 y=%22456%22 width=%228%22 height=%2213%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.93936 .24565 -.30318 -.98526 1616.751 863.139%29%22%2F%3E%3Crect x=%221458%22 y=%22443%22 width=%2211%22 height=%2214%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%281.01338 .8613 -.45145 .6031 414.322 -606.396%29%22%2F%3E%3Crect x=%22440%22 y=%22943%22 width=%2212%22 height=%2235%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.98204 -.14132 .08857 1.00554 31.222 -20.939%29%22%2F%3E%3Crect x=%22731%22 y=%22770%22 width=%228%22 height=%2214%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.713 .83718 -.71355 .56469 811.504 -173.796%29%22%2F%3E%3Crect x=%2233%22 y=%22927%22 width=%2211%22 height=%2218%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.47009 .96962 -.90538 .2598 1152.968 652.121%29%22%2F%3E%3Crect x=%22318%22 y=%22320%22 width=%2213%22 height=%2220%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.98769 .05262 -.15643 -1.00413 696.628 678.393%29%22%2F%3E%3Crect x=%22748%22 y=%221058%22 width=%2212%22 height=%2223%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.72823 1.02023 -.7986 .25437 1314.53 273.186%29%22%2F%3E%3Crect x=%22765%22 y=%22133%22 width=%2212%22 height=%2220%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%281.00247 .01746 .14143 1 .714 -26.916%29%22%2F%3E%3Crect x=%22305%22 y=%22737%22 width=%227%22 height=%2214%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.27432 .92764 -.95587 .41301 959.125 96.146%29%22%2F%3E%3Crect x=%2210%22 y=%22202%22 width=%227%22 height=%2218%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.5789 .70149 -.82608 -.7264 206.776 356.7%29%22%2F%3E%3Crect x=%221108%22 y=%22193%22 width=%2210%22 height=%2221%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.95955 .13936 -.34787 -.99163 2293.244 308.514%29%22%2F%3E%3Crect x=%22263%22 y=%22150%22 width=%228%22 height=%2210%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.98905 .06993 -.15663 1 24.822 -37.34%29%22%2F%3E%3Crect x=%221742%22 y=%22691%22 width=%227%22 height=%2214%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.66318 .98938 -.79525 .32147 1268.97 -752.841%29%22%2F%3E%3Crect x=%22428%22 y=%22463%22 width=%2212%22 height=%2223%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.8428 .92764 -.70277 .41301 570.153 -47.543%29%22%2F%3E%3Crect x=%221592%22 y=%221255%22 width=%228%22 height=%2210%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.74461 1.01006 -.79052 .27064 1775.19 -205.123%29%22%2F%3E%3Crect x=%22939%22 y=%221250%22 width=%2213%22 height=%2233%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.95564 .40698 -.31069 .9141 526.295 -242.997%29%22%2F%3E%3Crect x=%22429%22 y=%22191%22 width=%2212%22 height=%2217%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.71444 .68575 -.6921 -.73538 902.737 2.185%29%22%2F%3E%3Crect x=%22522%22 y=%22716%22 width=%2211%22 height=%2215%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.91154 .7257 -.46643 .7257 458.077 -62.576%29%22%2F%3E%3Crect x=%22481%22 y=%2292%22 width=%227%22 height=%2211%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.39588 .99772 -.9746 .06977 418.382 -401.153%29%22%2F%3E%3Crect x=%22398%22 y=%221160%22 width=%2210%22 height=%2217%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.99859 .01755 .2243 1.00536 126.234 -55.687%29%22%2F%3E%3Crect x=%221645%22 y=%221208%22 width=%2210%22 height=%2227%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.9009 .60411 -.45978 -.80169 3603.871 1059.615%29%22%2F%3E%3Crect x=%221102%22 y=%2285%22 width=%228%22 height=%2223%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.50892 .75655 -.87939 -.65766 1775.073 -599.444%29%22%2F%3E%3Crect x=%221016%22 y=%22679%22 width=%228%22 height=%2221%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%281.00503 .12217 -.0002 .99497 34.873 -49.817%29%22%2F%3E%3Crect x=%221017%22 y=%22701%22 width=%2213%22 height=%2213%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.48717 .71592 -.90963 -.71592 2287.898 643.375%29%22%2F%3E%3Crect x=%221640%22 y=%22289%22 width=%2211%22 height=%2229%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.54353 .57892 -.92154 -.85828 2964.263 52.288%29%22%2F%3E%3Crect x=%221433%22 y=%22338%22 width=%2212%22 height=%2222%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.91 .57358 -.44384 -.81915 2848.109 -190.492%29%22%2F%3E%3Crect x=%22978%22 y=%22748%22 width=%228%22 height=%2215%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.6821 .71934 -.73147 -.69466 2217.634 573.923%29%22%2F%3E%3Crect x=%22411%22 y=%22937%22 width=%228%22 height=%2219%22 fill=%22red%22 rx=%220%22 transform=%22matrix%281.04368 .17581 .23115 .99708 15.467 -4.472%29%22%2F%3E%3Crect x=%221461%22 y=%221013%22 width=%229%22 height=%2216%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.95877 -.1099 -.02353 -1.0457 2630.603 2725.902%29%22%2F%3E%3Crect x=%2272%22 y=%22483%22 width=%227%22 height=%2213%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.74135 .50069 -.7132 -.86721 576.505 880.156%29%22%2F%3E%3Crect x=%22746%22 y=%2257%22 width=%2212%22 height=%2234%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.27689 1.03528 -.96593 0 620.066 -503.03%29%22%2F%3E%3Crect x=%221924%22 y=%221279%22 width=%228%22 height=%2213%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.65204 .5886 -.80152 -.81013 4510.197 1293.156%29%22%2F%3E%3Crect x=%22355%22 y=%221199%22 width=%228%22 height=%2221%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.92507 .24374 -.3925 -.97758 1209.612 2348.463%29%22%2F%3E%3Crect x=%22433%22 y=%221106%22 width=%2213%22 height=%2227%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.95436 .25945 -.29258 .96828 226.708 -47.79%29%22%2F%3E%3Crect x=%221648%22 y=%221070%22 width=%228%22 height=%2218%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.42262 .80874 -.9063 -.63186 3328.071 806.13%29%22%2F%3E%3Crect x=%221906%22 y=%221297%22 width=%2213%22 height=%2230%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.39574 1.02497 -.93405 .10773 2474.873 -312.75%29%22%2F%3E%3Crect x=%221102%22 y=%22921%22 width=%2213%22 height=%2214%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.86888 .7885 -.5894 .61604 969.504 -479.015%29%22%2F%3E%3Crect x=%221190%22 y=%22697%22 width=%2212%22 height=%2222%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-1.02456 -.18158 -.30345 -1.0298 2825.537 2019.929%29%22%2F%3E%3Crect x=%22551%22 y=%22712%22 width=%2213%22 height=%2230%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.45086 .80874 -.88424 -.63186 1421.817 864.196%29%22%2F%3E%3Crect x=%2232%22 y=%22219%22 width=%2210%22 height=%2218%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.19438 1 -1.06693 -.34433 319.863 282.247%29%22%2F%3E%3Crect x=%221302%22 y=%22241%22 width=%2212%22 height=%2221%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.95762 .29349 -.27504 -.95996 2639.33 -5.389%29%22%2F%3E%3Crect x=%221389%22 y=%22216%22 width=%2211%22 height=%2217%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.45623 .97106 -.89032 .29688 950.798 -1442.177%29%22%2F%3E%3Crect x=%22588%22 y=%221144%22 width=%227%22 height=%229%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.73524 .7546 -.66317 .67945 830.654 26.094%29%22%2F%3E%3Crect x=%221113%22 y=%22994%22 width=%228%22 height=%2223%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.96677 .1576 -.24089 -.9951 2399.187 1967.18%29%22%2F%3E%3Crect x=%221297%22 y=%22192%22 width=%2213%22 height=%2216%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.88849 .6355 -.47636 .78478 246.09 -968.533%29%22%2F%3E%3Crect x=%22515%22 y=%2243%22 width=%227%22 height=%2213%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.57587 .75517 -.82361 -.65646 862.268 -327.667%29%22%2F%3E%3Crect x=%22735%22 y=%22901%22 width=%229%22 height=%2222%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.95573 .29255 -.29215 -.95689 1679.96 1594.165%29%22%2F%3E%3Crect x=%22255%22 y=%221358%22 width=%2213%22 height=%2221%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.98153 .70332 -.40543 .7283 885.172 229.313%29%22%2F%3E%3Crect x=%221888%22 y=%22637%22 width=%2212%22 height=%2217%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.72811 .85658 -.6576 .59978 853.808 -784.97%29%22%2F%3E%3Crect x=%22677%22 y=%221386%22 width=%2213%22 height=%2216%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.91816 .1256 -.48397 -1.02293 2177.8 2904.535%29%22%2F%3E%3Crect x=%22383%22 y=%22453%22 width=%2210%22 height=%2219%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.72559 .62334 -.67556 .79783 446.965 -209.805%29%22%2F%3E%3Crect x=%2268%22 y=%221319%22 width=%2212%22 height=%2235%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.69675 .78011 -.71765 .63172 1216.096 427.998%29%22%2F%3E%3Crect x=%221598%22 y=%221081%22 width=%2212%22 height=%2222%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.9833 .40898 -.2366 .91858 549.944 -735.673%29%22%2F%3E%3Crect x=%22419%22 y=%221153%22 width=%2210%22 height=%2216%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.6664 .61801 -.76514 -.79102 1720.803 1854.433%29%22%2F%3E%3Crect x=%22656%22 y=%22539%22 width=%227%22 height=%2214%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.73267 .95298 -.73834 .40451 668.176 -126.64%29%22%2F%3E%3Crect x=%22137%22 y=%22672%22 width=%2210%22 height=%2219%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.90526 .3306 -.39582 -.9601 703.97 1263.83%29%22%2F%3E%3Crect x=%22493%22 y=%22878%22 width=%2213%22 height=%2229%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.95423 .0363 -.21806 -1.03967 1080.142 1945.496%29%22%2F%3E%3Crect x=%221451%22 y=%221324%22 width=%2210%22 height=%2228%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.7166 .76038 -.69221 -.66099 3466.02 936.515%29%22%2F%3E%3Crect x=%221188%22 y=%22444%22 width=%228%22 height=%2210%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.73966 .54861 -.63908 -.87796 2279.858 508.655%29%22%2F%3E%3Crect x=%221331%22 y=%22858%22 width=%228%22 height=%2215%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-1.00422 -.12814 -.37483 -1.04362 3229.146 2373.593%29%22%2F%3E%3Crect x=%221581%22 y=%221124%22 width=%2211%22 height=%2224%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%281.05767 .36934 .04779 .96216 124.276 -147.412%29%22%2F%3E%3Crect x=%221947%22 y=%221339%22 width=%227%22 height=%2210%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.19217 1.00536 -.99132 .01755 3016.321 -435.525%29%22%2F%3E%3Crect x=%221071%22 y=%22885%22 width=%2211%22 height=%2229%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.17633 1 -.97522 .14054 1895.823 -454.709%29%22%2F%3E%3Crect x=%22629%22 y=%22233%22 width=%2210%22 height=%2215%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.43964 .92945 -.89828 -.37552 1088.739 -214.124%29%22%2F%3E%3Crect x=%22496%22 y=%221017%22 width=%2212%22 height=%2220%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.45262 .73541 -.9227 -.71018 1795.978 1493.88%29%22%2F%3E%3Crect x=%221161%22 y=%22274%22 width=%228%22 height=%2217%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.75913 .9806 -.71307 .3962 553.915 -570.692%29%22%2F%3E%3Crect x=%22351%22 y=%22313%22 width=%2210%22 height=%2226%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.37087 .86435 -.9161 -.56131 764.94 290.042%29%22%2F%3E%3Crect x=%221949%22 y=%221212%22 width=%228%22 height=%228%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.92177 .47126 -.38836 .88632 809.316 -953.011%29%22%2F%3E%3Crect x=%221232%22 y=%22330%22 width=%2211%22 height=%2212%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.06947 .99004 -.98882 -.30269 1632.403 -455.884%29%22%2F%3E%3Crect x=%221864%22 y=%22957%22 width=%229%22 height=%2224%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.46989 .65468 -.9472 -.80846 3902.652 1064.913%29%22%2F%3E%3Crect x=%22816%22 y=%2212%22 width=%2213%22 height=%2231%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.93045 .17633 -.39443 1 74.21 -290.058%29%22%2F%3E%3Crect x=%22545%22 y=%22286%22 width=%227%22 height=%2218%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.92813 .27835 -.35586 -.9707 1143.06 505.773%29%22%2F%3E%3Crect x=%22523%22 y=%22156%22 width=%229%22 height=%2215%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.84544 .72033 -.57182 .69561 205.297 -302.56%29%22%2F%3E%3Crect x=%22973%22 y=%221101%22 width=%2210%22 height=%2210%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.95271 -.25437 .11014 -1.02023 1536.89 2800.92%29%22%2F%3E%3Crect x=%22104%22 y=%22461%22 width=%227%22 height=%2217%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.15705 1.00751 -.99255 0 573.474 374.392%29%22%2F%3E%3Crect x=%2238%22 y=%22480%22 width=%227%22 height=%228%22 fill=%22red%22 rx=%220%22 transform=%22matrix%281.0324 .15682 .14143 .9901 42.615 1.186%29%22%2F%3E%3Crect x=%221897%22 y=%2295%22 width=%2212%22 height=%2227%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-1.01465 .19154 -.00096 -.98538 3840.085 -315.574%29%22%2F%3E%3Crect x=%22981%22 y=%2294%22 width=%2213%22 height=%2230%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.9886 .05262 -.1389 1.00413 26.483 -156.207%29%22%2F%3E%3Crect x=%221211%22 y=%22317%22 width=%2212%22 height=%2215%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.47931 1.0379 -.90463 .12744 975.938 -607.9%29%22%2F%3E%3Crect x=%221451%22 y=%2237%22 width=%2212%22 height=%2213%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.65809 .83745 -.7333 .58639 499.167 -892.481%29%22%2F%3E%3Crect x=%22969%22 y=%22232%22 width=%2213%22 height=%2213%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.99558 .03495 -.10462 1.00076 25.99 -85.397%29%22%2F%3E%3Crect x=%22966%22 y=%221128%22 width=%2211%22 height=%2218%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.92947 .29277 -.37546 .95762 457.493 -287.154%29%22%2F%3E%3Crect x=%22621%22 y=%22230%22 width=%2211%22 height=%2223%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.39189 .94675 -.91361 -.34459 1036.508 -191.496%29%22%2F%3E%3Crect x=%221953%22 y=%22668%22 width=%2210%22 height=%2215%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.96141 .20906 -.2603 -.98354 4090.672 724.75%29%22%2F%3E%3Crect x=%221592%22 y=%22439%22 width=%228%22 height=%2221%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.86685 .25917 -.6233 -.96725 3432.886 554.28%29%22%2F%3E%3Crect x=%221658%22 y=%221189%22 width=%2213%22 height=%2233%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.37322 .85084 -.92356 -.5739 3371.33 865.388%29%22%2F%3E%3Crect x=%22894%22 y=%22945%22 width=%2210%22 height=%2219%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.05002 1.01247 -.98769 0 1681.493 186.681%29%22%2F%3E%3Crect x=%221807%22 y=%22172%22 width=%2210%22 height=%2223%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.99765 .05254 .00171 -1.00244 3571.361 430.783%29%22%2F%3E%3Crect x=%2293%22 y=%22146%22 width=%228%22 height=%228%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.94798 .51504 -.3639 .85717 86.08 -28.534%29%22%2F%3E%3Crect x=%221203%22 y=%221351%22 width=%2212%22 height=%2230%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.69971 .41325 -.77145 -.97354 3296.084 2612.54%29%22%2F%3E%3Crect x=%221230%22 y=%221238%22 width=%228%22 height=%2214%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.47128 .92846 -.88665 .37512 1824.96 -303.07%29%22%2F%3E%3Crect x=%221980%22 y=%22742%22 width=%229%22 height=%2222%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.47325 .93372 -.88932 .35842 1815.96 -1404.504%29%22%2F%3E%3Crect x=%22972%22 y=%22713%22 width=%229%22 height=%2222%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.2489 .89441 -.99123 .45572 1361.35 -564.769%29%22%2F%3E%3Crect x=%221788%22 y=%22439%22 width=%2212%22 height=%2233%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.74174 .72875 -.63046 .72875 607.498 -736.537%29%22%2F%3E%3Crect x=%221155%22 y=%22946%22 width=%227%22 height=%2211%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.2285 .89934 -1.00048 -.43864 2619.28 286.521%29%22%2F%3E%3Crect x=%22558%22 y=%22973%22 width=%229%22 height=%2210%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.94822 .34628 -.28258 .9514 494.432 -236.35%29%22%2F%3E%3Crect x=%221315%22 y=%22734%22 width=%2212%22 height=%2230%22 fill=%22red%22 rx=%220%22 transform=%22matrix%281.07208 .60773 -.22277 .80648 375.319 -472.213%29%22%2F%3E%3Crect x=%22824%22 y=%22289%22 width=%229%22 height=%2218%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.4003 1 -.95085 -.12278 1412.42 -595.637%29%22%2F%3E%3Crect x=%22934%22 y=%22115%22 width=%2213%22 height=%2236%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.46643 .7257 -.91154 -.7257 1531.043 -235.877%29%22%2F%3E%3Crect x=%221641%22 y=%22912%22 width=%227%22 height=%2218%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%281.01268 .0872 .10826 .9968 78.811 -197.897%29%22%2F%3E%3Crect x=%221109%22 y=%221251%22 width=%2210%22 height=%2224%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.357 .92275 -.93217 -.39169 2813.6 651.854%29%22%2F%3E%3Crect x=%22949%22 y=%221005%22 width=%228%22 height=%2218%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.707 .41325 -.7543 -.97354 2509.05 1935.496%29%22%2F%3E%3Crect x=%221201%22 y=%221142%22 width=%227%22 height=%2213%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.65537 .8656 -.7615 .5201 1589.062 -660.72%29%22%2F%3E%3Crect x=%221892%22 y=%22351%22 width=%2211%22 height=%2221%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.89713 .26281 -.45687 .98083 359.414 -826.335%29%22%2F%3E%3Crect x=%221110%22 y=%22932%22 width=%228%22 height=%2222%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.75506 .62942 -.65635 .77726 875.687 -510.575%29%22%2F%3E%3Crect x=%221192%22 y=%22372%22 width=%228%22 height=%2216%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.99928 .0175 .08957 -1.00229 2275.349 823.578%29%22%2F%3E%3Crect x=%221445%22 y=%22423%22 width=%229%22 height=%2218%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.40771 .88308 -.91561 -.46954 2459.987 -619.884%29%22%2F%3E%3Crect x=%22930%22 y=%22741%22 width=%227%22 height=%228%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.82715 .45845 -.55787 -.89976 2105.968 1118.553%29%22%2F%3E%3Crect x=%22231%22 y=%2238%22 width=%2213%22 height=%2217%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.02266 .88222 -1.11934 -.55127 327.793 -69.292%29%22%2F%3E%3Crect x=%221032%22 y=%22752%22 width=%227%22 height=%2218%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.59637 .89893 -.82156 -.43844 2160.581 145.734%29%22%2F%3E%3Crect x=%22324%22 y=%221171%22 width=%2210%22 height=%2221%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.95178 .01816 -.5517 -1.04014 1612.08 2498.793%29%22%2F%3E%3Crect x=%221122%22 y=%221297%22 width=%229%22 height=%2220%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.2118 .9205 -.99646 -.39073 2921.518 780.737%29%22%2F%3E%3Crect x=%22787%22 y=%22107%22 width=%2211%22 height=%2230%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.37823 .84691 -.93513 -.55 1218.567 -370.7%29%22%2F%3E%3Crect x=%221432%22 y=%22705%22 width=%2212%22 height=%2227%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%281.12806 .6825 -.16752 .78512 303.635 -414.704%29%22%2F%3E%3Crect x=%22568%22 y=%221376%22 width=%228%22 height=%2210%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.87504 .68241 -.52702 -.7318 1560.355 1981.3%29%22%2F%3E%3Crect x=%22136%22 y=%22803%22 width=%229%22 height=%2225%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.58074 .7917 -.79285 -.6411 750.21 1254.394%29%22%2F%3E%3Crect x=%22421%22 y=%22757%22 width=%2211%22 height=%2214%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%281.00076 .08716 -.03495 .9962 66.414 -34.265%29%22%2F%3E%3Crect x=%22185%22 y=%2229%22 width=%2213%22 height=%2221%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.87087 .53284 -.48306 -.85272 378.368 -48.984%29%22%2F%3E%3Crect x=%22896%22 y=%22287%22 width=%2213%22 height=%2225%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.90901 .40898 -.40345 -.91858 1802.268 300.369%29%22%2F%3E%3Crect x=%22603%22 y=%22243%22 width=%2210%22 height=%2215%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.70397 .88349 -.75757 .46976 432.493 -383.102%29%22%2F%3E%3Crect x=%22920%22 y=%22260%22 width=%2211%22 height=%2221%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.9743 .10614 -.15164 1.00986 77.986 -264.092%29%22%2F%3E%3Crect x=%22800%22 y=%22165%22 width=%2212%22 height=%2234%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.78778 .82228 -.66452 .57577 336.52 -515.032%29%22%2F%3E%3Crect x=%22283%22 y=%2296%22 width=%228%22 height=%2217%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.98354 .10453 -.20906 -.99452 602.105 178.428%29%22%2F%3E%3Crect x=%22230%22 y=%221146%22 width=%2212%22 height=%2226%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.05045 1.01156 -.99298 -.0885 1716.581 981.23%29%22%2F%3E%3Crect x=%221322%22 y=%221138%22 width=%228%22 height=%2216%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.1518 .89395 -1.03791 -.47532 2980.319 715.356%29%22%2F%3E%3Crect x=%22759%22 y=%22452%22 width=%2210%22 height=%2216%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.93911 .1576 -.41549 -.9951 1750.439 891.143%29%22%2F%3E%3Crect x=%22111%22 y=%22573%22 width=%2211%22 height=%2220%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.87477 .27669 -.56347 -.96493 673.001 1123.514%29%22%2F%3E%3Crect x=%22978%22 y=%22960%22 width=%227%22 height=%228%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.2678 1.0189 -1.04329 -.23523 1970.087 490.795%29%22%2F%3E%3Crect x=%22527%22 y=%22479%22 width=%228%22 height=%2214%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.39605 .76897 -.96812 -.64524 1334.733 437.721%29%22%2F%3E%3Crect x=%221385%22 y=%22189%22 width=%2212%22 height=%2230%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.56325 1 -.80606 .34433 736.157 -778.283%29%22%2F%3E%3Crect x=%22281%22 y=%22278%22 width=%2212%22 height=%2235%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%281.01347 .15682 .0219 .9901 58.333 -62.15%29%22%2F%3E%3Crect x=%221405%22 y=%221260%22 width=%228%22 height=%2216%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.57361 1.0536 -.89895 .09218 2018.32 151.76%29%22%2F%3E%3Crect x=%221420%22 y=%221309%22 width=%2213%22 height=%2221%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.92718 .16055 -.3746 -1.01367 3243.421 2757.346%29%22%2F%3E%3Crect x=%22466%22 y=%22561%22 width=%2211%22 height=%2230%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.61563 .87036 -.76427 .54386 549.469 -38.78%29%22%2F%3E%3Crect x=%221644%22 y=%221237%22 width=%2213%22 height=%2219%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.22401 .94149 -.97164 -.38039 3541.836 -124.302%29%22%2F%3E%3Crect x=%221557%22 y=%22969%22 width=%228%22 height=%2217%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.86777 .83342 -.5219 .65114 769.468 -422.453%29%22%2F%3E%3Crect x=%221139%22 y=%22101%22 width=%227%22 height=%2216%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.9319 .65482 -.41654 .78038 152.162 -502.112%29%22%2F%3E%3Crect x=%22662%22 y=%22438%22 width=%2210%22 height=%2225%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.88255 .45427 -.46925 .89155 297.193 -277.432%29%22%2F%3E%3Crect x=%22299%22 y=%221041%22 width=%229%22 height=%2217%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.61644 .9974 -.90498 .15797 1421.044 623.653%29%22%2F%3E%3Crect x=%22394%22 y=%22234%22 width=%2213%22 height=%2223%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.78277 .91704 -.74196 .40829 360.303 -186.969%29%22%2F%3E%3Crect x=%221793%22 y=%22704%22 width=%2211%22 height=%2212%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.3109 .89934 -.9603 .43864 1784.899 -1156.095%29%22%2F%3E%3Crect x=%221550%22 y=%22314%22 width=%2213%22 height=%2235%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.1379 .9723 -1.07329 -.31592 1862.804 -746.319%29%22%2F%3E%3Crect x=%22446%22 y=%221214%22 width=%228%22 height=%2219%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.3207 .91853 -.91818 -.4884 1551.635 1536.743%29%22%2F%3E%3Crect x=%22414%22 y=%22981%22 width=%2212%22 height=%2223%22 fill=%22red%22 rx=%220%22 transform=%22matrix%281.04395 .32736 -.02287 .95073 224.582 -44.444%29%22%2F%3E%3Crect x=%22263%22 y=%22992%22 width=%228%22 height=%2210%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.06572 .90374 -1.07445 -.44079 1669.17 1223.226%29%22%2F%3E%3Crect x=%221639%22 y=%22981%22 width=%228%22 height=%2219%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.4482 .66558 -.94897 -.82193 3510.42 1276.796%29%22%2F%3E%3Crect x=%221357%22 y=%22859%22 width=%2211%22 height=%2228%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.14022 .96593 -.9977 -.25882 2531.735 -217.125%29%22%2F%3E%3Crect x=%221167%22 y=%22954%22 width=%229%22 height=%2219%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.92846 .32557 -.37512 -.94552 2671.11 1493.104%29%22%2F%3E%3Crect x=%221664%22 y=%22895%22 width=%229%22 height=%2215%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.95106 .39222 -.30902 -.92402 3534.226 936.029%29%22%2F%3E%3Crect x=%221644%22 y=%2245%22 width=%2213%22 height=%2221%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.83369 .24829 -.6839 -.99582 3165.239 82.02%29%22%2F%3E%3Crect x=%22675%22 y=%221188%22 width=%229%22 height=%2212%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.70766 .97542 -.83558 .26136 1615.312 314.634%29%22%2F%3E%3Crect x=%221167%22 y=%22986%22 width=%2213%22 height=%2222%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.00194 .9761 -1.02394 .27989 2109.054 -634.412%29%22%2F%3E%3Crect x=%22293%22 y=%221267%22 width=%228%22 height=%2210%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.92239 .54597 -.41126 -.84072 984.598 2158.473%29%22%2F%3E%3Crect x=%22667%22 y=%22909%22 width=%227%22 height=%2214%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%281.00574 -.07083 -.26496 1.01295 112.504 -82.599%29%22%2F%3E%3Crect x=%221297%22 y=%221038%22 width=%229%22 height=%2215%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.46905 .99451 -.85312 .32314 1431.256 -188.788%29%22%2F%3E%3Crect x=%22535%22 y=%22993%22 width=%2212%22 height=%2233%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.12278 1 -.99786 .01746 1604.702 441.436%29%22%2F%3E%3Crect x=%221549%22 y=%2238%22 width=%229%22 height=%2224%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.66906 .99004 -.8055 .30269 619.919 -1086.902%29%22%2F%3E%3Crect x=%221629%22 y=%22717%22 width=%229%22 height=%2223%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.85915 .45406 -.51617 .89114 569.425 -690.916%29%22%2F%3E%3Crect x=%22683%22 y=%221260%22 width=%2212%22 height=%2226%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-1.015 -.23402 -.12322 -1.01364 1648.017 2922.164%29%22%2F%3E%3Crect x=%221874%22 y=%22581%22 width=%2213%22 height=%2226%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.75151 .98938 -.76655 .32147 1142.894 -918.264%29%22%2F%3E%3Crect x=%22370%22 y=%221059%22 width=%229%22 height=%2210%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.7053 .74598 -.70545 .67169 822.667 102.72%29%22%2F%3E%3Crect x=%22349%22 y=%22848%22 width=%2212%22 height=%2232%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.46947 1 -.88295 .24933 951.204 382.092%29%22%2F%3E%3Crect x=%22530%22 y=%22909%22 width=%228%22 height=%2222%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.19202 1.0032 -.9901 -.03503 1486.362 369.798%29%22%2F%3E%3Crect x=%22627%22 y=%22407%22 width=%2212%22 height=%2235%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.54464 .79102 -.83867 -.61801 1333.772 241.51%29%22%2F%3E%3Crect x=%221851%22 y=%221305%22 width=%2210%22 height=%2219%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.45965 .95106 -.90211 -.30902 3686.74 -44.458%29%22%2F%3E%3Crect x=%221947%22 y=%22808%22 width=%2211%22 height=%2221%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.85367 .70537 -.53369 -.73044 4039.552 -305.16%29%22%2F%3E%3Crect x=%22567%22 y=%22143%22 width=%2213%22 height=%2232%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.98168 .7171 -.3418 .769 101.15 -188.182%29%22%2F%3E%3Crect x=%22147%22 y=%22133%22 width=%2213%22 height=%2226%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.03983 1.00967 -.99111 -.01762 316.275 -27.985%29%22%2F%3E%3Crect x=%221897%22 y=%22322%22 width=%2213%22 height=%2229%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%281.10116 .39172 .17263 .96955 -4.543 -153.44%29%22%2F%3E%3Crect x=%221886%22 y=%22891%22 width=%2211%22 height=%2225%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.4316 1.0346 -1.01192 -.10874 2349.89 -412.82%29%22%2F%3E%3Crect x=%22258%22 y=%22775%22 width=%2211%22 height=%2212%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.9924 .12189 -.12186 .9927 83.461 -21.815%29%22%2F%3E%3Crect x=%221622%22 y=%22382%22 width=%2213%22 height=%2230%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.6508 .65606 -.7756 -.75471 3059.117 -371.772%29%22%2F%3E%3Crect x=%22447%22 y=%221244%22 width=%2213%22 height=%2229%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.59698 .81096 -.78325 .6111 1376.3 41.7%29%22%2F%3E%3Crect x=%221508%22 y=%22195%22 width=%228%22 height=%2211%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.84633 .49229 -.5045 -.88811 2827.16 -99.167%29%22%2F%3E%3Crect x=%22442%22 y=%221271%22 width=%2212%22 height=%2226%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.94808 -.32682 .14186 -1.00586 462.796 2876.196%29%22%2F%3E%3Crect x=%2261%22 y=%22539%22 width=%2211%22 height=%2229%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%281.09707 .34538 .11883 .94893 121.576 14.647%29%22%2F%3E%3Crect x=%22251%22 y=%22659%22 width=%2211%22 height=%2217%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.97426 .5381 -.29927 -.86113 651.717 1059.056%29%22%2F%3E%3Crect x=%22793%22 y=%22162%22 width=%2211%22 height=%2223%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%281.1222 .51274 .0742 .92502 9.71 -121.471%29%22%2F%3E%3Crect x=%221188%22 y=%22171%22 width=%2211%22 height=%2218%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.66605 .93382 -.71672 .49652 486.25 -612.938%29%22%2F%3E%3Crect x=%221462%22 y=%22738%22 width=%229%22 height=%229%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.49914 .9781 -.90716 .22581 1577.349 -731.234%29%22%2F%3E%3Crect x=%22499%22 y=%22436%22 width=%2210%22 height=%2217%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-1.04312 .41301 -.07835 -.92764 1001.854 559.809%29%22%2F%3E%3Crect x=%221576%22 y=%22432%22 width=%2213%22 height=%2223%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.08796 1.00293 -.98315 -.15885 2081.782 -794.142%29%22%2F%3E%3Crect x=%22218%22 y=%221009%22 width=%2212%22 height=%2219%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.93265 .31378 -.31652 .96573 492.517 -74.879%29%22%2F%3E%3Crect x=%22180%22 y=%221041%22 width=%2212%22 height=%2225%22 fill=%22red%22 rx=%220%22 transform=%22matrix%281.03202 .51117 -.16879 .88537 344.982 65.217%29%22%2F%3E%3Crect x=%221077%22 y=%221154%22 width=%227%22 height=%228%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.79078 .7576 -.63256 .65857 1243.515 -517.728%29%22%2F%3E%3Crect x=%221468%22 y=%22222%22 width=%229%22 height=%2214%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.79273 .76412 -.6196 .66424 463.236 -815.052%29%22%2F%3E%3Crect x=%221157%22 y=%22992%22 width=%229%22 height=%229%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.88855 .65114 -.39848 .83342 404.363 -190.358%29%22%2F%3E%3Crect x=%221084%22 y=%221100%22 width=%2211%22 height=%2214%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.60182 .69252 -.79864 -.74264 2629.267 1366.707%29%22%2F%3E%3Crect x=%221390%22 y=%22526%22 width=%2213%22 height=%2226%22 fill=%22red%22 rx=%220%22 transform=%22matrix%281.08976 .49085 -.07129 .88552 145.484 -402.588%29%22%2F%3E%3Crect x=%22505%22 y=%22642%22 width=%227%22 height=%2213%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-1.00138 .1573 -.035 -.99313 1030.01 1159.113%29%22%2F%3E%3Crect x=%2281%22 y=%221359%22 width=%2210%22 height=%2227%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.94086 .68165 -.42208 .75705 754.97 291.538%29%22%2F%3E%3Crect x=%221127%22 y=%22398%22 width=%228%22 height=%2210%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%281.00518 .01745 .28823 .99985 1.19 -19.677%29%22%2F%3E%3Crect x=%22630%22 y=%22786%22 width=%228%22 height=%2213%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.76043 .83974 -.61783 .63279 571.69 -35.376%29%22%2F%3E%3Crect x=%221921%22 y=%22982%22 width=%2211%22 height=%2211%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.13958 .9657 -.99284 .29525 2625.523 -1435.233%29%22%2F%3E%3Crect x=%221211%22 y=%22411%22 width=%228%22 height=%2218%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.63582 .74264 -.75364 .69252 784.268 -987.398%29%22%2F%3E%3Crect x=%22240%22 y=%2280%22 width=%227%22 height=%2212%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.10408 .96955 -.98936 -.39172 351.127 -41.951%29%22%2F%3E%3Crect x=%22594%22 y=%2232%22 width=%2211%22 height=%2227%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.31319 .88632 -.96174 .47126 456.11 -559.741%29%22%2F%3E%3Crect x=%221038%22 y=%2272%22 width=%227%22 height=%2220%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.4232 .8121 -.9239 -.59003 1555.398 -806.547%29%22%2F%3E%3Crect x=%2247%22 y=%22167%22 width=%227%22 height=%2210%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.63781 .56056 -.83834 -.83106 273.938 290.166%29%22%2F%3E%3Crect x=%221582%22 y=%22695%22 width=%2211%22 height=%2218%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.90089 .7522 -.45944 .7264 522.322 -516.167%29%22%2F%3E%3Crect x=%22628%22 y=%22880%22 width=%229%22 height=%2219%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.77135 .5381 -.624 .86113 740.445 -328.347%29%22%2F%3E%3Crect x=%22463%22 y=%22721%22 width=%228%22 height=%228%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%281.04147 .19107 .12421 .98297 91.402 -52.412%29%22%2F%3E%3Crect x=%22760%22 y=%22985%22 width=%228%22 height=%2214%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.32223 1.03819 -1.02585 -.2018 1756.76 662.079%29%22%2F%3E%3Crect x=%221268%22 y=%221276%22 width=%229%22 height=%2213%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.97164 .38039 -.22401 .94149 667.185 -633.374%29%22%2F%3E%3Crect x=%221091%22 y=%221352%22 width=%2213%22 height=%2215%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.04879 .96349 -1.05281 -.29457 2820.23 837.294%29%22%2F%3E%3Crect x=%22330%22 y=%22733%22 width=%2211%22 height=%2227%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.89971 .32562 -.45813 .94566 284.703 -74.538%29%22%2F%3E%3Crect x=%221427%22 y=%221322%22 width=%229%22 height=%2220%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.60768 .92275 -.82577 .39169 2038.156 -610.745%29%22%2F%3E%3Crect x=%221300%22 y=%22862%22 width=%229%22 height=%2213%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.05771 1.01845 -.97683 -.0891 2026.133 -105.403%29%22%2F%3E%3Crect x=%221747%22 y=%22215%22 width=%229%22 height=%2218%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.78801 .7264 -.61566 .70149 509.207 -959.281%29%22%2F%3E%3Crect x=%22347%22 y=%2268%22 width=%2213%22 height=%2227%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.92927 .32963 -.33493 .9573 55.884 -169.032%29%22%2F%3E%3Crect x=%22590%22 y=%22649%22 width=%2211%22 height=%2230%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.29237 .9974 -.9563 -.15797 1404.594 91.253%29%22%2F%3E%3Crect x=%22608%22 y=%22962%22 width=%2212%22 height=%2230%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.47244 .95073 -.88915 -.32736 1724.961 648.552%29%22%2F%3E%3Crect x=%22623%22 y=%22847%22 width=%227%22 height=%2216%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-1.02637 -.18065 -.28517 -1.0245 1695.784 2023.764%29%22%2F%3E%3Crect x=%22616%22 y=%22544%22 width=%2211%22 height=%2214%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.58371 .7213 -.76044 -.7735 1282.115 742.91%29%22%2F%3E%3Crect x=%221473%22 y=%22632%22 width=%229%22 height=%229%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.54041 .63279 -.86316 -.83974 2883.88 716.12%29%22%2F%3E%3Crect x=%221475%22 y=%22974%22 width=%229%22 height=%2222%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.44984 .86189 -.88995 -.51788 3167.904 64.44%29%22%2F%3E%3Crect x=%22786%22 y=%22463%22 width=%229%22 height=%2215%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.91836 .22998 -.37041 -.99614 1657.28 925.412%29%22%2F%3E%3Crect x=%221613%22 y=%22515%22 width=%2210%22 height=%2216%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.99194 .12194 -.12184 -.99315 3302.964 788.611%29%22%2F%3E%3Crect x=%221466%22 y=%22596%22 width=%228%22 height=%2217%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.92221 .29688 -.35193 .97106 363.384 -678.121%29%22%2F%3E%3Crect x=%221061%22 y=%22949%22 width=%229%22 height=%2224%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.38486 .99832 -.96123 .10493 1784.091 -110.327%29%22%2F%3E%3Crect x=%221756%22 y=%22150%22 width=%229%22 height=%2210%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.96793 .35962 -.12134 .98805 11.665 -59.24%29%22%2F%3E%3Crect x=%2258%22 y=%22136%22 width=%228%22 height=%2220%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.05616 1.00967 -.98944 -.01762 182.66 94.687%29%22%2F%3E%3Crect x=%22313%22 y=%22134%22 width=%228%22 height=%2223%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.93879 .19224 -.37212 -.989 701.324 189.536%29%22%2F%3E%3Crect x=%221400%22 y=%221348%22 width=%2211%22 height=%2224%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.37854 .78143 -.97317 -.63279 3581.533 1270.019%29%22%2F%3E%3Crect x=%221303%22 y=%221211%22 width=%2212%22 height=%2231%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.39212 .89657 -.90687 -.47671 3182.815 406.77%29%22%2F%3E%3Crect x=%221834%22 y=%22348%22 width=%228%22 height=%2213%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%281.04494 .60578 -.21254 .83378 150.738 -596.234%29%22%2F%3E%3Crect x=%22673%22 y=%22126%22 width=%2212%22 height=%2215%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.36844 1 -.91494 .23087 530.674 -419.561%29%22%2F%3E%3Crect x=%221350%22 y=%221046%22 width=%2211%22 height=%2217%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-1.02126 -.07002 -.3236 -1.00137 3439.702 2323.956%29%22%2F%3E%3Crect x=%221427%22 y=%22959%22 width=%2212%22 height=%2225%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.9424 .35974 -.32475 -.93715 3143.311 1241.064%29%22%2F%3E%3Crect x=%22993%22 y=%221240%22 width=%228%22 height=%2211%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.0176 1.00183 -.99756 .03498 2283.526 133.384%29%22%2F%3E%3Crect x=%221411%22 y=%22799%22 width=%2212%22 height=%2216%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.0881 .88552 -1.08044 -.49085 2709.514 172.764%29%22%2F%3E%3Crect x=%221775%22 y=%221116%22 width=%228%22 height=%228%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.80316 .43373 -.58318 -.93015 3807.524 1800.865%29%22%2F%3E%3Crect x=%221214%22 y=%221304%22 width=%2213%22 height=%2220%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%281.003 .4851 -.25195 .87515 640.593 -385.4%29%22%2F%3E%3Crect x=%22212%22 y=%22629%22 width=%2210%22 height=%2218%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%281.13434 .54471 .05204 .90656 142.015 16.132%29%22%2F%3E%3Crect x=%22563%22 y=%22213%22 width=%2211%22 height=%2228%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.01303 .9599 -1.04705 -.38782 852.082 -78.334%29%22%2F%3E%3Crect x=%22761%22 y=%22387%22 width=%229%22 height=%2226%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%281.10814 .46363 .11514 .95058 36.612 -71.56%29%22%2F%3E%3Crect x=%221217%22 y=%221175%22 width=%228%22 height=%2219%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.13917 .96069 -.99027 -.34966 2563.903 685.208%29%22%2F%3E%3Crect x=%221962%22 y=%22931%22 width=%2213%22 height=%2213%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.65646 .77715 -.75517 -.62932 3935.973 -2.324%29%22%2F%3E%3Crect x=%22277%22 y=%22258%22 width=%229%22 height=%2220%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.94616 .01835 -.28886 -1.0513 612.704 636.048%29%22%2F%3E%3Crect x=%221590%22 y=%22997%22 width=%2211%22 height=%2221%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.68614 .47473 -.75981 -.93172 3560.312 1676.561%29%22%2F%3E%3Crect x=%221830%22 y=%22646%22 width=%227%22 height=%2211%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.95767 .19093 -.31088 -.98223 3854.523 1005.386%29%22%2F%3E%3Crect x=%22268%22 y=%22810%22 width=%2211%22 height=%2217%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.03492 1 -1.00742 -.21256 1119.137 777.112%29%22%2F%3E%3Crect x=%221161%22 y=%22216%22 width=%229%22 height=%2216%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.93912 .08879 -.52867 -1.01484 2490.806 574.393%29%22%2F%3E%3Crect x=%221720%22 y=%22109%22 width=%229%22 height=%2212%22 fill=%22red%22 rx=%220%22 transform=%22matrix%281.04848 .46789 -.0795 .91828 11.86 -367.51%29%22%2F%3E%3Crect x=%221802%22 y=%2218%22 width=%228%22 height=%2212%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.46307 .97267 -.91265 -.24251 2680.412 -1853.1%29%22%2F%3E%3Crect x=%22241%22 y=%221128%22 width=%2212%22 height=%2235%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.49202 .66099 -.94689 -.76038 1768.25 1883.576%29%22%2F%3E%3Crect x=%221678%22 y=%221117%22 width=%2211%22 height=%2222%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.43234 1.0224 -1.01592 -.08945 2536.505 -103.644%29%22%2F%3E%3Crect x=%22346%22 y=%2215%22 width=%229%22 height=%2216%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.22799 1.00967 -.9944 .01762 456.042 -380.556%29%22%2F%3E%3Crect x=%22464%22 y=%22287%22 width=%229%22 height=%2213%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.97267 .62931 -.29825 .83513 123.228 -103.208%29%22%2F%3E%3Crect x=%22227%22 y=%22496%22 width=%229%22 height=%2221%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.96141 .20906 -.2603 .98354 56.703 -15.726%29%22%2F%3E%3Crect x=%2272%22 y=%22836%22 width=%229%22 height=%2220%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.58621 .89395 -.80693 -.47532 818.565 1167.62%29%22%2F%3E%3Crect x=%22386%22 y=%22888%22 width=%228%22 height=%2215%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.83932 .37552 -.58558 .92945 449.54 -110.545%29%22%2F%3E%3Crect x=%22967%22 y=%221335%22 width=%229%22 height=%2221%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.67475 .53284 -.79691 -.85272 3006.967 2077.29%29%22%2F%3E%3Crect x=%22987%22 y=%221328%22 width=%2212%22 height=%2225%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.90555 .1289 -.38336 -1.04974 2317.928 2961.6%29%22%2F%3E%3Crect x=%221777%22 y=%22131%22 width=%227%22 height=%228%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.99204 .20995 -.09574 .98776 -1.633 -622.405%29%22%2F%3E%3Crect x=%2214%22 y=%221211%22 width=%2212%22 height=%2214%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.27902 .88811 -.97132 .49229 1133.837 597.104%29%22%2F%3E%3Crect x=%221559%22 y=%221166%22 width=%228%22 height=%2215%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.8707 .26795 -.48254 -1 3462.38 2347%29%22%2F%3E%3Crect x=%221609%22 y=%22115%22 width=%229%22 height=%2222%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.49697 .74598 -.89303 -.67169 2565.437 -851.849%29%22%2F%3E%3Crect x=%221965%22 y=%221223%22 width=%229%22 height=%2220%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.62677 .78143 -.77216 .63279 1794.988 -1293.249%29%22%2F%3E%3Crect x=%221084%22 y=%22917%22 width=%2212%22 height=%2228%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.31159 1.00692 -.96038 .10583 1702.32 -92.431%29%22%2F%3E%3Crect x=%221508%22 y=%22854%22 width=%228%22 height=%2223%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.4111 .98776 -.92501 .20995 1766.408 -597.212%29%22%2F%3E%3Crect x=%22873%22 y=%22821%22 width=%2212%22 height=%2213%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.50403 .95481 -.87378 -.32877 2008.2 136.741%29%22%2F%3E%3Crect x=%22642%22 y=%221276%22 width=%2213%22 height=%2236%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.48748 .9176 -.86248 .42789 1723.442 42.536%29%22%2F%3E%3Crect x=%221322%22 y=%221153%22 width=%2211%22 height=%2230%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.70594 .64633 -.7059 -.77026 3066.298 1349.193%29%22%2F%3E%3Crect x=%221852%22 y=%221255%22 width=%2213%22 height=%2216%22 fill=%22red%22 rx=%220%22 transform=%22matrix%281.01155 .24325 -.05382 .97564 174.091 -225.986%29%22%2F%3E%3Crect x=%221502%22 y=%22154%22 width=%2213%22 height=%2214%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.35762 .99324 -.9308 .21112 1084.772 -1637.278%29%22%2F%3E%3Crect x=%22776%22 y=%22378%22 width=%2210%22 height=%2217%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.671 .80648 -.73431 .60773 604.65 -588.014%29%22%2F%3E%3Crect x=%22434%22 y=%22817%22 width=%2212%22 height=%2220%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.86814 .58797 -.4137 .8717 246.524 -9.64%29%22%2F%3E%3Crect x=%2290%22 y=%22524%22 width=%2210%22 height=%2220%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.0313 .96651 -1.04666 -.37101 729.57 665.756%29%22%2F%3E%3Crect x=%221614%22 y=%221130%22 width=%227%22 height=%2214%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.40734 .93715 -.9107 .35974 2133.997 -929.368%29%22%2F%3E%3Crect x=%221626%22 y=%221182%22 width=%2211%22 height=%2215%22 fill=%22red%22 rx=%220%22 transform=%22rotate%28166 1631.5 1189.5%29%22%2F%3E%3Crect x=%221547%22 y=%22651%22 width=%227%22 height=%227%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.95662 .0885 -.36514 1.01156 266.182 -418.182%29%22%2F%3E%3Crect x=%221453%22 y=%22938%22 width=%228%22 height=%2210%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.92131 .22509 -.45205 -.97496 3464.682 1483.558%29%22%2F%3E%3Crect x=%221629%22 y=%22550%22 width=%2211%22 height=%2218%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.94295 .3962 -.19015 .9806 41.886 -73.932%29%22%2F%3E%3Crect x=%22399%22 y=%221197%22 width=%2213%22 height=%2225%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.3381 .87247 -.92661 -.56659 1593.853 1657.277%29%22%2F%3E%3Crect x=%2266%22 y=%22597%22 width=%229%22 height=%2220%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.01455 .9636 -1.04194 -.27631 843.206 711.716%29%22%2F%3E%3Crect x=%22388%22 y=%22539%22 width=%2211%22 height=%2211%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.9098 .40829 -.4058 .91704 205.802 -81.061%29%22%2F%3E%3Crect x=%22193%22 y=%221379%22 width=%2210%22 height=%2220%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%281.0051 .08764 .0776 1.00168 257.82 -40.499%29%22%2F%3E%3Crect x=%22169%22 y=%221275%22 width=%2210%22 height=%2218%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%281.0005 .12194 -.05205 .99315 201.06 -18.5%29%22%2F%3E%3Crect x=%22683%22 y=%22885%22 width=%229%22 height=%2210%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.1573 .99863 -.99313 .05234 1556.786 156.863%29%22%2F%3E%3Crect x=%221692%22 y=%221212%22 width=%228%22 height=%2221%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.66534 .77786 -.72729 .6527 1652.98 -1193.735%29%22%2F%3E%3Crect x=%221814%22 y=%22967%22 width=%229%22 height=%2214%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.85707 .20063 -.57511 -1.03214 4074.142 2205.332%29%22%2F%3E%3Crect x=%221119%22 y=%22697%22 width=%2211%22 height=%2226%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.81343 .3148 -.67314 -.96886 2697.625 1262.476%29%22%2F%3E%3Crect x=%221013%22 y=%221187%22 width=%2212%22 height=%2234%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.94771 .19084 -.36449 -.98178 2654.137 2173.808%29%22%2F%3E%3Crect x=%221083%22 y=%221210%22 width=%2213%22 height=%2229%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.94226 .14343 -.26734 -1.02058 2286.197 2589.577%29%22%2F%3E%3Crect x=%221428%22 y=%22401%22 width=%2210%22 height=%2221%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.845 .37512 -.57435 -.92846 2970.374 180.911%29%22%2F%3E%3Crect x=%221800%22 y=%221287%22 width=%228%22 height=%2220%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.44844 .6438 -.97932 -.82402 4242.482 1755.886%29%22%2F%3E%3Crect x=%221428%22 y=%22444%22 width=%229%22 height=%2212%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.30862 .92846 -.95237 .37512 1354.499 -973.744%29%22%2F%3E%3Crect x=%221901%22 y=%22176%22 width=%227%22 height=%227%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.28863 1.01865 -.94625 .12508 1492.196 -1343.29%29%22%2F%3E%3Crect x=%22483%22 y=%22626%22 width=%229%22 height=%2217%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.57496 .75575 -.8234 .65696 625.108 -125.218%29%22%2F%3E%3Crect x=%221280%22 y=%22408%22 width=%227%22 height=%2220%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%281.00188 .32636 -.15441 .94783 143.977 -486.83%29%22%2F%3E%3Crect x=%22781%22 y=%22102%22 width=%229%22 height=%2210%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.22096 1.0536 -.9298 .09218 644.867 -459.993%29%22%2F%3E%3Crect x=%22731%22 y=%221084%22 width=%2212%22 height=%2226%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.54333 1.02119 -.87364 .1985 1409.411 337.964%29%22%2F%3E%3Crect x=%22244%22 y=%22401%22 width=%2211%22 height=%2214%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.85544 .60633 -.51404 .80463 238.141 -40.936%29%22%2F%3E%3Crect x=%22607%22 y=%22655%22 width=%227%22 height=%2217%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.9141 .682 -.48603 .73135 552.712 -238.113%29%22%2F%3E%3Crect x=%221676%22 y=%221061%22 width=%2213%22 height=%2213%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.3804 .80059 -.96244 -.60328 3676.976 246.869%29%22%2F%3E%3Crect x=%22776%22 y=%22133%22 width=%229%22 height=%2225%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.38295 .99269 -.95355 -.13951 1202.1 -663.57%29%22%2F%3E%3Crect x=%22535%22 y=%22619%22 width=%229%22 height=%2214%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.1984 .89416 -1.0084 -.49564 1355.638 568.546%29%22%2F%3E%3Crect x=%22387%22 y=%22352%22 width=%228%22 height=%2217%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.24604 .9148 -.98359 -.4073 888.568 170.135%29%22%2F%3E%3Crect x=%22257%22 y=%22583%22 width=%227%22 height=%2218%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.5888 .74598 -.81036 .67169 576.917 -22.758%29%22%2F%3E%3Crect x=%221923%22 y=%2299%22 width=%227%22 height=%2219%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%281.04547 .42423 -.11519 .90977 -6.016 -638.947%29%22%2F%3E%3Crect x=%22156%22 y=%22489%22 width=%229%22 height=%2220%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.07008 .98829 -1.00075 .15653 622.77 256.666%29%22%2F%3E%3Crect x=%221770%22 y=%221101%22 width=%229%22 height=%2216%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.81897 .37552 -.63593 -.92945 4195.119 1597.48%29%22%2F%3E%3Crect x=%221386%22 y=%221343%22 width=%2212%22 height=%2224%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.79507 .40451 -.59903 -.95298 3280.26 2456.184%29%22%2F%3E%3Crect x=%22942%22 y=%221125%22 width=%2210%22 height=%2210%22 fill=%22red%22 rx=%220%22 transform=%22matrix%281.00009 .24494 -.07153 .9824 399.172 -362.047%29%22%2F%3E%3Crect x=%221468%22 y=%221133%22 width=%2212%22 height=%2213%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.02869 .95058 -1.06598 -.46363 2907.26 774.186%29%22%2F%3E%3Crect x=%22353%22 y=%22130%22 width=%2210%22 height=%2214%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.9812 .26674 -.08706 .9955 2.838 -5.617%29%22%2F%3E%3Crect x=%22963%22 y=%22361%22 width=%2211%22 height=%2227%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.13371 1.00986 -.97618 .10614 1127.948 -472.53%29%22%2F%3E%3Crect x=%22976%22 y=%221295%22 width=%2210%22 height=%2217%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.94012 .37466 -.34218 .92733 527.827 -255.69%29%22%2F%3E%3Crect x=%221285%22 y=%22784%22 width=%228%22 height=%2222%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.61648 .62334 -.8152 -.79783 2836.754 829.955%29%22%2F%3E%3Crect x=%22958%22 y=%2210%22 width=%2210%22 height=%2212%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.97677 .77157 -.44697 .67072 80.476 -533.062%29%22%2F%3E%3Crect x=%22910%22 y=%22346%22 width=%228%22 height=%2215%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.98386 -.12814 -.20903 -1.04362 1898.496 1136.519%29%22%2F%3E%3Crect x=%22728%22 y=%221259%22 width=%229%22 height=%2212%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.49136 .98162 -.8301 .37681 1211.424 307.299%29%22%2F%3E%3Crect x=%221657%22 y=%221100%22 width=%2210%22 height=%2225%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.73542 .877 -.66268 .56952 1120.367 -470.53%29%22%2F%3E%3Crect x=%221788%22 y=%221317%22 width=%229%22 height=%2211%22 fill=%22red%22 rx=%220%22 transform=%22matrix%281.08155 .50491 -.10723 .87454 476.984 -487.213%29%22%2F%3E%3Crect x=%22719%22 y=%22735%22 width=%227%22 height=%2220%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.95111 .26024 -.29293 .97125 138.181 -90.668%29%22%2F%3E%3Crect x=%221182%22 y=%22177%22 width=%2212%22 height=%2228%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.0524 1 -.98195 -.34433 1406.366 -522.172%29%22%2F%3E%3Crect x=%221072%22 y=%221134%22 width=%229%22 height=%2223%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.6027 .9601 -.83403 .3306 1547.034 -76.928%29%22%2F%3E%3Crect x=%22819%22 y=%221000%22 width=%229%22 height=%2216%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.71807 .70883 -.6927 -.70883 2019.844 1196.365%29%22%2F%3E%3Crect x=%221810%22 y=%22247%22 width=%227%22 height=%227%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.9754 -.12339 .16044 1.00492 -2.729 -64.697%29%22%2F%3E%3Crect x=%221546%22 y=%221159%22 width=%227%22 height=%2217%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.2059 .96455 -.95356 -.3897 2812.428 572.222%29%22%2F%3E%3Crect x=%221535%22 y=%22732%22 width=%2212%22 height=%2226%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.98163 .13936 -.1908 -.99163 3195.84 1349.762%29%22%2F%3E%3Crect x=%221814%22 y=%22229%22 width=%229%22 height=%2212%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.98869 .12233 -.12207 .99634 14.778 -62.507%29%22%2F%3E%3Crect x=%221652%22 y=%22949%22 width=%2211%22 height=%2223%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.86026 .2598 -.63846 -.96962 4034.615 1606.197%29%22%2F%3E%3Crect x=%22768%22 y=%221286%22 width=%2213%22 height=%2232%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.85908 .71592 -.53772 .71592 908.881 -61.941%29%22%2F%3E%3Crect x=%22292%22 y=%22313%22 width=%229%22 height=%2212%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.9862 -.14283 -.01609 -1.01632 566.95 754.008%29%22%2F%3E%3Crect x=%22132%22 y=%22645%22 width=%228%22 height=%2210%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.54634 .99572 -.92751 .13994 867.675 437.915%29%22%2F%3E%3Crect x=%221540%22 y=%22656%22 width=%229%22 height=%2220%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.93812 .26024 -.34141 .97125 331.743 -545.132%29%22%2F%3E%3Crect x=%221857%22 y=%2277%22 width=%2210%22 height=%2214%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.58779 .89162 -.80902 .47409 835.501 -1354.342%29%22%2F%3E%3Crect x=%22273%22 y=%221097%22 width=%229%22 height=%2222%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-1.0234 .44166 -.1659 -.90554 555.943 1954.708%29%22%2F%3E%3Crect x=%221079%22 y=%221305%22 width=%227%22 height=%229%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.44432 .95444 -.87718 .36637 1588.367 26.647%29%22%2F%3E%3Crect x=%22484%22 y=%22431%22 width=%228%22 height=%2220%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.31456 1.0536 -.92161 .09218 687.642 54.227%29%22%2F%3E%3Crect x=%221072%22 y=%22289%22 width=%2213%22 height=%2220%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.64507 .81928 -.7689 -.57366 1984.523 -431.89%29%22%2F%3E%3Crect x=%22692%22 y=%221070%22 width=%228%22 height=%2221%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.6038 .67945 -.80118 -.7546 2002.926 1545.68%29%22%2F%3E%3Crect x=%22650%22 y=%22441%22 width=%228%22 height=%2212%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.1588 .95164 -.99923 .3092 944.725 -336.423%29%22%2F%3E%3Crect x=%22249%22 y=%22312%22 width=%229%22 height=%2215%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.46352 .7718 -.90674 .64761 395.391 -114.19%29%22%2F%3E%3Crect x=%22386%22 y=%221130%22 width=%2213%22 height=%2231%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%281.07671 .52146 -.12575 .86785 460.235 8.87%29%22%2F%3E%3Crect x=%221900%22 y=%221177%22 width=%228%22 height=%2216%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.99353 .17431 -.10225 .98857 294.774 -484.922%29%22%2F%3E%3Crect x=%22526%22 y=%22391%22 width=%227%22 height=%229%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.87184 .60218 -.50366 -.79912 1157.352 374.207%29%22%2F%3E%3Crect x=%22154%22 y=%22898%22 width=%2213%22 height=%2232%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.69682 .61765 -.69433 -.81964 823.756 1601.076%29%22%2F%3E%3Crect x=%22640%22 y=%22854%22 width=%228%22 height=%2216%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.54665 .9901 -.92342 .15682 1382.653 134.233%29%22%2F%3E%3Crect x=%221736%22 y=%22608%22 width=%2213%22 height=%2233%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.4058 .96846 -.88487 .3525 1420.264 -848.718%29%22%2F%3E%3Crect x=%22857%22 y=%2258%22 width=%2212%22 height=%2235%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.89476 .57674 -.45605 .82366 131.058 -393.705%29%22%2F%3E%3Crect x=%22506%22 y=%22186%22 width=%2212%22 height=%2228%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.79622 .57577 -.5997 .82228 232.409 -304.043%29%22%2F%3E%3Crect x=%2266%22 y=%221035%22 width=%2210%22 height=%2215%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.15817 .99324 -1.04043 -.21112 1349.492 1204.591%29%22%2F%3E%3Crect x=%221566%22 y=%22151%22 width=%227%22 height=%2218%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.70943 .56782 -.70935 -.84183 2804.068 -319.755%29%22%2F%3E%3Crect x=%221473%22 y=%22100%22 width=%227%22 height=%2213%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.13905 .99087 -.98967 .13926 1371.079 -1319.792%29%22%2F%3E%3Crect x=%221872%22 y=%221337%22 width=%229%22 height=%2225%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.8682 .39946 -.45803 -.94107 3909.113 2268.748%29%22%2F%3E%3Crect x=%22122%22 y=%22670%22 width=%228%22 height=%228%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%281.08159 .4098 -.01098 .9204 207.91 17.484%29%22%2F%3E%3Crect x=%221833%22 y=%22270%22 width=%2211%22 height=%2225%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.54077 .77786 -.83182 .6527 1077.106 -1656.165%29%22%2F%3E%3Crect x=%221300%22 y=%221011%22 width=%2212%22 height=%2225%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.60672 .86655 -.8037 -.5003 2751.64 449.45%29%22%2F%3E%3Crect x=%221361%22 y=%221271%22 width=%2210%22 height=%2218%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.58587 .98146 -.83977 .30006 1780.193 -129.387%29%22%2F%3E%3Crect x=%22211%22 y=%22898%22 width=%2213%22 height=%2220%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.98903 -.03544 -.10374 1.0148 126.946 -44.09%29%22%2F%3E%3Crect x=%22994%22 y=%221188%22 width=%2210%22 height=%2223%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.3621 .97874 -.94475 -.20804 2350.968 436.391%29%22%2F%3E%3Crect x=%22650%22 y=%221026%22 width=%229%22 height=%2220%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.09843 1.03046 -.97216 -.01799 1449.998 543.386%29%22%2F%3E%3Crect x=%22831%22 y=%22344%22 width=%228%22 height=%2220%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.74314 .77357 -.66913 .6491 451.346 -404.365%29%22%2F%3E%3Crect x=%22970%22 y=%22582%22 width=%227%22 height=%2216%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.9029 .39222 -.42247 -.92402 2163.715 668.172%29%22%2F%3E%3Crect x=%22201%22 y=%2293%22 width=%2213%22 height=%2222%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.54078 .71242 -.86289 -.71242 423.062 55.743%29%22%2F%3E%3Crect x=%22267%22 y=%22377%22 width=%2210%22 height=%2218%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.63012 .72033 -.77976 -.69561 796.625 444.322%29%22%2F%3E%3Crect x=%22362%22 y=%221080%22 width=%2211%22 height=%2221%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.99157 -.05285 .00107 -1.00844 630.809 2261.279%29%22%2F%3E%3Crect x=%221561%22 y=%221239%22 width=%2211%22 height=%2223%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-1.01435 .22664 -.01864 -.98169 3086.215 1930.726%29%22%2F%3E%3Crect x=%221403%22 y=%22677%22 width=%227%22 height=%2211%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.2123 .91521 -.99364 -.42677 2460.267 -115.807%29%22%2F%3E%3Crect x=%221033%22 y=%221310%22 width=%227%22 height=%2213%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.76145 1.03018 -.8637 .14478 1939.95 355.33%29%22%2F%3E%3Crect x=%22860%22 y=%22886%22 width=%2211%22 height=%2230%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.63126 .82954 -.7797 -.55953 2068.723 656.947%29%22%2F%3E%3Crect x=%221716%22 y=%221088%22 width=%2213%22 height=%2231%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.08849 1.00492 -.98424 -.12339 2792.041 -218.496%29%22%2F%3E%3Crect x=%221531%22 y=%22256%22 width=%227%22 height=%2216%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.45262 .98616 -.93423 .17389 1166.1 -1214.748%29%22%2F%3E%3Crect x=%22593%22 y=%2210%22 width=%227%22 height=%2214%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.57631 .66913 -.85442 -.74314 959.034 -369.503%29%22%2F%3E%3Crect x=%22461%22 y=%22767%22 width=%227%22 height=%2212%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.36847 .9106 -.88545 -.52573 1157.194 907.345%29%22%2F%3E%3Crect x=%221670%22 y=%22565%22 width=%2213%22 height=%2238%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.51773 .94276 -.86198 -.36189 3035.708 -1020.802%29%22%2F%3E%3Crect x=%221501%22 y=%22934%22 width=%227%22 height=%2213%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.5005 .88223 -.84452 .50936 1328.374 -573.428%29%22%2F%3E%3Crect x=%22146%22 y=%221013%22 width=%2210%22 height=%2229%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.83658 .77726 -.60911 .62942 907.382 266.044%29%22%2F%3E%3Crect x=%22480%22 y=%22195%22 width=%2213%22 height=%2223%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.35918 .96258 -.93588 .27602 513.119 -293.296%29%22%2F%3E%3Crect x=%221061%22 y=%221294%22 width=%2212%22 height=%2232%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.82363 .60633 -.55627 .80463 816.133 -260.017%29%22%2F%3E%3Crect x=%22917%22 y=%221030%22 width=%228%22 height=%2214%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.24784 .76936 -1.07662 -.69273 2609.71 1293.567%29%22%2F%3E%3Crect x=%221885%22 y=%22861%22 width=%2213%22 height=%2231%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.936 .69252 -.44027 -.74264 3971.525 -116.002%29%22%2F%3E%3Crect x=%22725%22 y=%22650%22 width=%229%22 height=%2214%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.19522 1.01665 -1.0396 -.29152 1397.744 358.07%29%22%2F%3E%3Crect x=%221731%22 y=%22456%22 width=%228%22 height=%229%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%281.00637 .57892 -.23536 .85828 194.601 -474.272%29%22%2F%3E%3Crect x=%221763%22 y=%2215%22 width=%2210%22 height=%2226%22 fill=%22red%22 rx=%220%22 transform=%22matrix%281.09448 .45845 -.03322 .89976 -76.276 -559.26%29%22%2F%3E%3Crect x=%22144%22 y=%22899%22 width=%228%22 height=%2210%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.98892 .06993 -.15838 1 0 0%29%22%2F%3E%3Crect x=%2293%22 y=%22214%22 width=%2213%22 height=%2229%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.49 .78143 -.88292 -.63279 366.711 305.798%29%22%2F%3E%3Crect x=%221605%22 y=%2237%22 width=%227%22 height=%2218%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.82021 .74873 -.59708 .67416 337.954 -991.838%29%22%2F%3E%3Crect x=%22611%22 y=%22907%22 width=%2213%22 height=%2215%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.61856 .88119 -.79196 .48845 994.371 -.502%29%22%2F%3E%3Crect x=%221030%22 y=%22971%22 width=%229%22 height=%2221%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.79817 .9576 -.70547 .40648 1126.584 -111.457%29%22%2F%3E%3Crect x=%221978%22 y=%22761%22 width=%229%22 height=%2213%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.96736 .6297 -.39345 .77762 590.877 -1008.48%29%22%2F%3E%3Crect x=%221403%22 y=%22913%22 width=%2213%22 height=%2228%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.29255 .93415 -.9582 .35859 1782.794 -672.872%29%22%2F%3E%3Crect x=%2293%22 y=%22692%22 width=%2212%22 height=%2235%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.46632 .92955 -.87785 .39457 637.753 351.44%29%22%2F%3E%3Crect x=%221566%22 y=%221241%22 width=%2213%22 height=%2226%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.05227 .99708 -.9937 .17581 2771.507 -783.443%29%22%2F%3E%3Crect x=%22307%22 y=%2217%22 width=%2210%22 height=%2225%22 fill=%22red%22 rx=%220%22 transform=%22matrix%281.00297 .08801 .10191 1.00598 -8.594 -71.485%29%22%2F%3E%3Crect x=%221222%22 y=%221262%22 width=%228%22 height=%2215%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.3092 .96126 -.95164 .27564 2099.348 -258.928%29%22%2F%3E%3Crect x=%221337%22 y=%22943%22 width=%2213%22 height=%2228%22 fill=%22red%22 rx=%220%22 transform=%22matrix%281.00624 .15653 -.0354 .98829 113.33 -152.176%29%22%2F%3E%3Crect x=%22162%22 y=%22614%22 width=%228%22 height=%2219%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.9467 .55953 -.38365 .82954 359.013 19.194%29%22%2F%3E%3Crect x=%22305%22 y=%22166%22 width=%2211%22 height=%2231%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.85922 .5886 -.51635 .81013 144.334 -132.023%29%22%2F%3E%3Crect x=%221663%22 y=%22584%22 width=%228%22 height=%2216%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.73164 .63018 -.68334 .77821 768.476 -831.855%29%22%2F%3E%3Crect x=%22735%22 y=%22280%22 width=%2213%22 height=%2217%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.88109 .45845 -.45202 -.89976 1551.135 103.928%29%22%2F%3E%3Crect x=%22835%22 y=%221078%22 width=%2213%22 height=%2235%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.32755 .97874 -.9521 -.20804 2066.88 470.407%29%22%2F%3E%3Crect x=%22854%22 y=%2250%22 width=%2212%22 height=%2226%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%281.0709 .31134 .08395 .9582 -17.92 -159.522%29%22%2F%3E%3Crect x=%22543%22 y=%22534%22 width=%228%22 height=%2220%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.0526 1.00168 -.99372 .08764 1092.836 -109.086%29%22%2F%3E%3Crect x=%221443%22 y=%22623%22 width=%2212%22 height=%2221%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.84939 .56469 -.51162 -.83718 3041.482 141.98%29%22%2F%3E%3Crect x=%2227%22 y=%22456%22 width=%227%22 height=%228%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.13951 1.00183 -.9933 -.03498 475.684 443.404%29%22%2F%3E%3Crect x=%22232%22 y=%22651%22 width=%229%22 height=%2222%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.15215 1.02615 -.97186 .01791 781.196 462.059%29%22%2F%3E%3Crect x=%22382%22 y=%22320%22 width=%2213%22 height=%2222%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-1.02261 .37604 -.12826 -.93073 775.867 458.99%29%22%2F%3E%3Crect x=%22495%22 y=%221188%22 width=%2212%22 height=%2221%22 fill=%22red%22 rx=%220%22 transform=%22matrix%281.00318 .65646 -.3693 .75517 859.706 -17.961%29%22%2F%3E%3Crect x=%221262%22 y=%22273%22 width=%227%22 height=%228%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.92465 .25886 -.41227 .96607 156.813 -296.098%29%22%2F%3E%3Crect x=%221881%22 y=%221020%22 width=%2210%22 height=%2225%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.689 .74264 -.70406 .69252 1449.556 -1415.69%29%22%2F%3E%3Crect x=%22348%22 y=%22824%22 width=%227%22 height=%2213%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.67302 .82028 -.74785 .57436 795.383 83.585%29%22%2F%3E%3Crect x=%221402%22 y=%22562%22 width=%2213%22 height=%2221%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.55665 .89162 -.82557 -.47409 2678.26 -609.891%29%22%2F%3E%3Crect x=%221960%22 y=%22243%22 width=%2213%22 height=%2233%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.20791 .97089 -.97815 .24207 1811.471 -1781.238%29%22%2F%3E%3Crect x=%221682%22 y=%22474%22 width=%2213%22 height=%2229%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.97192 .34333 -.24235 -.94328 3442.026 221.862%29%22%2F%3E%3Crect x=%221607%22 y=%22641%22 width=%2210%22 height=%2226%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.46593 .76604 -.91444 -.64279 3112.117 -160.48%29%22%2F%3E%3Crect x=%221650%22 y=%22957%22 width=%2212%22 height=%2215%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.77403 .64524 -.62735 -.76897 3600.188 492.769%29%22%2F%3E%3Crect x=%221623%22 y=%22168%22 width=%228%22 height=%2223%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.99383 .05285 .042 1.00844 -8.85 -316.163%29%22%2F%3E%3Crect x=%221496%22 y=%22763%22 width=%229%22 height=%2219%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.95803 .66954 -.42956 .7436 631.348 -754.173%29%22%2F%3E%3Crect x=%221289%22 y=%22624%22 width=%2212%22 height=%2226%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.86066 .34223 -.55738 -.94027 2897.215 837.985%29%22%2F%3E%3Crect x=%22411%22 y=%22464%22 width=%2212%22 height=%2228%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.38937 .90099 -.91998 .43944 632.112 -78.606%29%22%2F%3E%3Crect x=%221161%22 y=%22358%22 width=%229%22 height=%2218%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.51677 .80951 -.85986 .58814 861.675 -833.033%29%22%2F%3E%3Crect x=%22864%22 y=%22759%22 width=%228%22 height=%2222%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-1.00628 .05237 .10524 -.99924 1569.593 1463.647%29%22%2F%3E%3Crect x=%22615%22 y=%22465%22 width=%2213%22 height=%2232%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.79912 .57358 -.60218 -.81915 1424.6 518.534%29%22%2F%3E%3Crect x=%22291%22 y=%22896%22 width=%2211%22 height=%2216%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.83018 .60182 -.55996 -.79864 1001.474 1447.528%29%22%2F%3E%3Crect x=%221063%22 y=%221117%22 width=%2210%22 height=%2214%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.8996 .58922 -.45897 .811 727.979 -342.161%29%22%2F%3E%3Crect x=%22899%22 y=%22500%22 width=%228%22 height=%2217%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.87522 .4232 -.48604 -.90755 1997.102 540.518%29%22%2F%3E%3Crect x=%221874%22 y=%2278%22 width=%227%22 height=%2215%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.44112 .96157 -.9051 -.29398 2788.959 -1892.05%29%22%2F%3E%3Crect x=%221540%22 y=%2268%22 width=%227%22 height=%228%22 fill=%22red%22 rx=%220%22 transform=%22matrix%281.00166 .39127 -.19603 .92177 35.762 -517.397%29%22%2F%3E%3Crect x=%22200%22 y=%221291%22 width=%2210%22 height=%2215%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.69594 .80456 -.67935 .65152 754.256 342.495%29%22%2F%3E%3Crect x=%221330%22 y=%221174%22 width=%2211%22 height=%2214%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.99266 .10493 -.08588 .99832 223.082 -254.989%29%22%2F%3E%3Crect x=%221783%22 y=%22600%22 width=%2212%22 height=%2218%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.2354 .8121 -1.06033 -.59003 3119.474 -328.014%29%22%2F%3E%3Crect x=%2274%22 y=%22495%22 width=%228%22 height=%2217%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.32042 .77786 -1.01671 -.6527 734.325 785.217%29%22%2F%3E%3Crect x=%221159%22 y=%22108%22 width=%2213%22 height=%2223%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.53348 .90099 -.8497 .43944 651.974 -1064.615%29%22%2F%3E%3Crect x=%22191%22 y=%22928%22 width=%229%22 height=%2218%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.5187 .74264 -.86285 -.69252 1139.326 1475.177%29%22%2F%3E%3Crect x=%22142%22 y=%22782%22 width=%2210%22 height=%2213%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.77797 .68293 -.63 .73236 543.295 118.349%29%22%2F%3E%3Crect x=%22485%22 y=%22919%22 width=%228%22 height=%2217%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.1928 .99695 -.9828 .10478 1447.748 308.61%29%22%2F%3E%3Crect x=%22797%22 y=%22463%22 width=%2212%22 height=%2221%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.33851 .75975 -1.01143 -.68408 1690.662 358.018%29%22%2F%3E%3Crect x=%22712%22 y=%22456%22 width=%2210%22 height=%2216%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.71912 .86721 -.73793 .50069 674.159 -427.687%29%22%2F%3E%3Crect x=%221094%22 y=%22338%22 width=%229%22 height=%2220%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.58044 .9512 -.8627 .30906 859.49 -785.275%29%22%2F%3E%3Crect x=%221922%22 y=%221281%22 width=%2211%22 height=%2229%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.91355 .12744 -.40674 -1.0379 4215.286 2983.756%29%22%2F%3E%3Crect x=%221346%22 y=%22611%22 width=%229%22 height=%2214%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.31393 .79912 -1.01481 -.60218 2617.735 -41.906%29%22%2F%3E%3Crect x=%22597%22 y=%22200%22 width=%227%22 height=%2216%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.86433 .31072 -.5582 -.9563 1278.577 283.438%29%22%2F%3E%3Crect x=%221819%22 y=%22489%22 width=%2210%22 height=%2220%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.45485 .65967 -.99265 -.75887 3386.82 -133.859%29%22%2F%3E%3Crect x=%221154%22 y=%22374%22 width=%2210%22 height=%2220%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.99228 .39222 -.2119 -.92402 2360.72 182.837%29%22%2F%3E%3Crect x=%22326%22 y=%22118%22 width=%2213%22 height=%2231%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.94434 .19224 -.34355 -.989 698.446 242.437%29%22%2F%3E%3Crect x=%22734%22 y=%2271%22 width=%2210%22 height=%2228%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.13891 .97324 -1.06732 -.27907 781.206 -493.46%29%22%2F%3E%3Crect x=%22642%22 y=%22194%22 width=%2213%22 height=%2230%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.92731 .69273 -.41367 .76936 153.656 -227.27%29%22%2F%3E%3Crect x=%22358%22 y=%22498%22 width=%2211%22 height=%2213%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.06974 .9968 -.9971 -.0872 882.862 198.853%29%22%2F%3E%3Crect x=%221175%22 y=%22978%22 width=%2212%22 height=%2212%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.06013 1.03214 -.95717 -.20063 1952.696 346.187%29%22%2F%3E%3Crect x=%22705%22 y=%22589%22 width=%227%22 height=%2210%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.97145 .22776 -.18285 .98652 222.485 -265.57%29%22%2F%3E%3Crect x=%22335%22 y=%221187%22 width=%227%22 height=%2210%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.24137 .95762 -.97046 -.29277 1700.417 1199.092%29%22%2F%3E%3Crect x=%221114%22 y=%22529%22 width=%2213%22 height=%2221%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.03689 .97318 -1.01768 -.26076 1782.033 -272.686%29%22%2F%3E%3Crect x=%22719%22 y=%221351%22 width=%229%22 height=%2220%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.99312 -.03516 .00094 -1.0069 1313.903 2845.66%29%22%2F%3E%3Crect x=%221355%22 y=%221142%22 width=%227%22 height=%2213%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.8012 .48666 -.60943 -.87796 3384.56 1376.855%29%22%2F%3E%3Crect x=%22482%22 y=%221141%22 width=%228%22 height=%2215%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.64646 .53024 -.85138 -.84857 2179.29 1882.35%29%22%2F%3E%3Crect x=%221441%22 y=%221156%22 width=%2210%22 height=%2227%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-1.0063 -.12307 -.06998 -1.0023 3054.89 2722.867%29%22%2F%3E%3Crect x=%22725%22 y=%22224%22 width=%228%22 height=%229%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.24138 .96493 -.96713 .27669 782.656 -601.94%29%22%2F%3E%3Crect x=%22780%22 y=%221259%22 width=%228%22 height=%2220%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.86207 .71916 -.4978 .74472 714.042 -29.796%29%22%2F%3E%3Crect x=%221272%22 y=%22926%22 width=%2211%22 height=%2230%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.66352 .59381 -.73643 -.84805 2773.318 1322.727%29%22%2F%3E%3Crect x=%221172%22 y=%22297%22 width=%227%22 height=%2220%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.9652 .1573 -.26343 -.99313 2429.954 303.439%29%22%2F%3E%3Crect x=%2262%22 y=%221260%22 width=%2213%22 height=%2238%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.0741 .92244 -1.12184 -.47 1894.902 1835.305%29%22%2F%3E%3Crect x=%22809%22 y=%22932%22 width=%228%22 height=%2211%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.5902 .73236 -.81508 -.68293 2214.766 939.737%29%22%2F%3E%3Crect x=%22225%22 y=%22986%22 width=%2213%22 height=%2219%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%281.02944 .10478 .25097 .99695 33.44 -5.034%29%22%2F%3E%3Crect x=%22693%22 y=%22394%22 width=%2213%22 height=%2223%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.95906 .50191 -.33125 .86933 212.01 -236.902%29%22%2F%3E%3Crect x=%221857%22 y=%22904%22 width=%2211%22 height=%2230%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.9563 .35924 -.29237 .93586 350.072 -479.907%29%22%2F%3E%3Crect x=%221502%22 y=%2293%22 width=%229%22 height=%2219%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.76152 .64761 -.63659 -.7718 2683.676 -609.048%29%22%2F%3E%3Crect x=%221691%22 y=%221231%22 width=%2212%22 height=%2217%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.62002 .8573 -.7939 .51512 1762.256 -824.2%29%22%2F%3E%3Crect x=%2277%22 y=%22114%22 width=%2211%22 height=%2230%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.34302 1.0262 -1.05999 -.25586 230.186 105.751%29%22%2F%3E%3Crect x=%22941%22 y=%221209%22 width=%228%22 height=%229%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.2262 .99087 -.97742 -.13926 2191.804 479.116%29%22%2F%3E%3Crect x=%221344%22 y=%22277%22 width=%227%22 height=%227%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.64117 .77904 -.76442 .63086 678.303 -851.99%29%22%2F%3E%3Crect x=%22872%22 y=%22967%22 width=%227%22 height=%2218%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-1.01112 .48957 -.21848 -.88322 1838.879 1286.352%29%22%2F%3E%3Crect x=%221002%22 y=%221193%22 width=%2213%22 height=%2222%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.78622 .5201 -.61421 .8656 973.645 -504.428%29%22%2F%3E%3Crect x=%221359%22 y=%221132%22 width=%2213%22 height=%2234%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.4406 .93586 -.8994 .35924 1964.142 -637.172%29%22%2F%3E%3Crect x=%221159%22 y=%2280%22 width=%228%22 height=%2211%22 fill=%22red%22 rx=%220%22 transform=%22matrix%281.04738 .62718 -.25384 .80276 44.28 -486.487%29%22%2F%3E%3Crect x=%221907%22 y=%22752%22 width=%2213%22 height=%2217%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.96754 .38446 -.2063 .95157 156 -257.07%29%22%2F%3E%3Crect x=%221640%22 y=%2257%22 width=%2212%22 height=%2225%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.14452 .90656 -1.01624 -.54471 1998.999 -818.073%29%22%2F%3E%3Crect x=%221148%22 y=%2217%22 width=%228%22 height=%2219%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.93187 .26205 -.33835 .97797 76.547 -483.751%29%22%2F%3E%3Crect x=%22810%22 y=%221199%22 width=%229%22 height=%2224%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.81038 .29525 -.7364 -.9657 2796.997 2254.46%29%22%2F%3E%3Crect x=%221311%22 y=%22345%22 width=%2211%22 height=%2219%22 fill=%22red%22 rx=%220%22 transform=%22matrix%281.00388 .42262 -.21338 .9063 152.382 -523.163%29%22%2F%3E%3Crect x=%221652%22 y=%2250%22 width=%2210%22 height=%2214%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.87902 .83745 -.5786 .58639 305.6 -1011.877%29%22%2F%3E%3Crect x=%22318%22 y=%221013%22 width=%2211%22 height=%2229%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.99801 .01745 -.12254 -.99985 880.262 2049.198%29%22%2F%3E%3Crect x=%221326%22 y=%22198%22 width=%2213%22 height=%2216%22 fill=%22red%22 rx=%220%22 transform=%22matrix%281.03382 .15703 .15914 .99146 -3.372 -90.908%29%22%2F%3E%3Crect x=%221064%22 y=%22775%22 width=%2210%22 height=%2217%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.88963 .3956 -.43196 .93198 520.986 -538.917%29%22%2F%3E%3Crect x=%22959%22 y=%221186%22 width=%2210%22 height=%2210%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.48748 .93715 -.87994 -.35974 2423.948 631.698%29%22%2F%3E%3Crect x=%221524%22 y=%221125%22 width=%228%22 height=%2222%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.26104 .92275 -.9729 .39169 2162.384 -825.769%29%22%2F%3E%3Crect x=%22543%22 y=%221012%22 width=%2211%22 height=%2232%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.1122 .92177 -1.03725 -.39127 1939.806 953.379%29%22%2F%3E%3Crect x=%221287%22 y=%22931%22 width=%227%22 height=%229%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.93866 .51574 -.37675 .85834 616.073 -600.681%29%22%2F%3E%3Crect x=%221592%22 y=%221058%22 width=%2212%22 height=%2233%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.68244 .66424 -.72044 -.76412 3667.437 580.995%29%22%2F%3E%3Crect x=%22966%22 y=%22866%22 width=%2211%22 height=%2213%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%281.02177 .3897 -.03708 .96455 91.692 -69.092%29%22%2F%3E%3Crect x=%221940%22 y=%22438%22 width=%227%22 height=%2214%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.98359 -.08824 .09 1.00861 13.578 -140.154%29%22%2F%3E%3Crect x=%221064%22 y=%22972%22 width=%2210%22 height=%2216%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.8465 .4098 -.539 -.9204 2729.544 1312.674%29%22%2F%3E%3Crect x=%22203%22 y=%221294%22 width=%228%22 height=%2215%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.9684 .14132 -.18555 1.00554 403.357 -72.97%29%22%2F%3E%3Crect x=%221330%22 y=%22512%22 width=%2213%22 height=%2213%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.69546 .94577 -.7477 .42108 856.006 -605.742%29%22%2F%3E%3Crect x=%221913%22 y=%2221%22 width=%2212%22 height=%2213%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.2742 .78316 -1.0468 -.65715 2582.549 -1049.413%29%22%2F%3E%3Crect x=%22364%22 y=%22909%22 width=%227%22 height=%228%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.0875 .98402 -.99923 .19127 1216.65 351.039%29%22%2F%3E%3Crect x=%22895%22 y=%221010%22 width=%229%22 height=%2215%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.9397 .19319 -.34202 -.99386 2092.759 1997.45%29%22%2F%3E%3Crect x=%221300%22 y=%2249%22 width=%228%22 height=%2223%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.5459 .7892 -.79258 -.68604 1982.83 -528.43%29%22%2F%3E%3Crect x=%22491%22 y=%22500%22 width=%228%22 height=%228%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.32217 .80456 -.98202 -.65152 1216.329 566.744%29%22%2F%3E%3Crect x=%22545%22 y=%22356%22 width=%229%22 height=%2210%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.8037 .40773 -.64748 -.91578 1302.51 505.972%29%22%2F%3E%3Crect x=%221532%22 y=%22302%22 width=%2210%22 height=%2226%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%281.00123 -.01748 -.14013 1.00122 17.613 -54.074%29%22%2F%3E%3Crect x=%221002%22 y=%221318%22 width=%229%22 height=%2224%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.2108 1.01108 -1.0001 -.05299 2280.998 542.239%29%22%2F%3E%3Crect x=%22560%22 y=%22918%22 width=%2212%22 height=%2213%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.03672 .97324 -1.01696 .27907 1412.357 25.995%29%22%2F%3E%3Crect x=%221308%22 y=%22400%22 width=%2212%22 height=%2232%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.16184 .97324 -.98109 -.27907 1990.49 -954.865%29%22%2F%3E%3Crect x=%22120%22 y=%221243%22 width=%2213%22 height=%2227%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.22552 .98616 -.97427 .17389 1453.509 906.633%29%22%2F%3E%3Crect x=%221738%22 y=%22958%22 width=%227%22 height=%2210%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.41824 .79912 -.9362 -.60218 3570.444 212.044%29%22%2F%3E%3Crect x=%22138%22 y=%22227%22 width=%227%22 height=%2220%22 fill=%22red%22 rx=%220%22 transform=%22matrix%281.0459 .29349 .01371 .95996 47.829 -19.659%29%22%2F%3E%3Crect x=%221439%22 y=%22107%22 width=%228%22 height=%2212%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.54855 .99646 -.88696 .2118 813.986 -1068.328%29%22%2F%3E%3Crect x=%22962%22 y=%22230%22 width=%227%22 height=%2211%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.30203 .99695 -.97131 .10478 947.645 -819.247%29%22%2F%3E%3Crect x=%22514%22 y=%2211%22 width=%2211%22 height=%2211%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.91264 .43556 -.33875 .93405 27.844 -95.657%29%22%2F%3E%3Crect x=%22245%22 y=%221107%22 width=%229%22 height=%2219%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.3072 .95469 -.94764 -.3102 1479.963 1202.812%29%22%2F%3E%3Crect x=%221918%22 y=%221192%22 width=%2212%22 height=%2235%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.019 1.01 -.98877 -.07063 2997.322 -343.584%29%22%2F%3E%3Crect x=%22722%22 y=%221218%22 width=%2210%22 height=%2223%22 fill=%22red%22 rx=%220%22 transform=%22matrix%281.12771 .43017 .20824 .96618 103.555 -20.834%29%22%2F%3E%3Crect x=%22463%22 y=%221210%22 width=%2211%22 height=%2218%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.37604 .891 -.93073 .45399 1320.232 248.149%29%22%2F%3E%3Crect x=%221614%22 y=%221374%22 width=%227%22 height=%2213%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.54776 .75575 -.84704 -.65696 3924.699 980.245%29%22%2F%3E%3Crect x=%22145%22 y=%22670%22 width=%2210%22 height=%2224%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.96126 .10614 -.27564 1.00986 193.795 -49.097%29%22%2F%3E%3Crect x=%221900%22 y=%22418%22 width=%2212%22 height=%2225%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.45364 .91311 -.88362 .4258 1452.878 -1727.226%29%22%2F%3E%3Crect x=%22136%22 y=%2292%22 width=%2211%22 height=%2215%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.57212 .74047 -.81698 -.6905 301.617 85.84%29%22%2F%3E%3Crect x=%221847%22 y=%22949%22 width=%2212%22 height=%2232%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.22572 .94783 -.97732 .32636 2348.683 -1235.84%29%22%2F%3E%3Crect x=%22498%22 y=%221156%22 width=%229%22 height=%2220%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.92545 .40773 -.374 .91578 431.598 -71.541%29%22%2F%3E%3Crect x=%22486%22 y=%22252%22 width=%227%22 height=%2210%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.94722 .26024 -.30747 .97125 115.628 -171.449%29%22%2F%3E%3Crect x=%221569%22 y=%221311%22 width=%2212%22 height=%2225%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.67446 .81965 -.74777 .57393 1703.31 -782.042%29%22%2F%3E%3Crect x=%22444%22 y=%2213%22 width=%2212%22 height=%2215%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.81305 .74326 -.61335 .66923 101.699 -319.83%29%22%2F%3E%3Crect x=%221411%22 y=%22617%22 width=%228%22 height=%2215%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-1.00485 -.17822 -.08763 -1.01071 2924.808 1834.544%29%22%2F%3E%3Crect x=%22596%22 y=%22601%22 width=%2211%22 height=%2211%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.9352 .6355 -.41868 .78478 377.756 -167.192%29%22%2F%3E%3Crect x=%22906%22 y=%221144%22 width=%2211%22 height=%2228%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.82654 .53984 -.52967 -.86392 2042.818 1843.536%29%22%2F%3E%3Crect x=%2230%22 y=%221133%22 width=%229%22 height=%2217%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.8848 .27669 -.52851 -.96493 870.131 2236.444%29%22%2F%3E%3Crect x=%22536%22 y=%22563%22 width=%228%22 height=%228%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.45542 .99269 -.94336 .13951 979.746 -10.394%29%22%2F%3E%3Crect x=%22683%22 y=%22730%22 width=%227%22 height=%2212%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-1.03013 .39676 -.09359 -.9347 1376.139 1030.52%29%22%2F%3E%3Crect x=%221070%22 y=%221252%22 width=%227%22 height=%2211%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.91353 .25917 -.44907 -.96725 2918.387 2139.335%29%22%2F%3E%3Crect x=%221404%22 y=%22664%22 width=%228%22 height=%228%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.71946 .71978 -.69454 .69508 902.223 -858.93%29%22%2F%3E%3Crect x=%221427%22 y=%22720%22 width=%227%22 height=%2219%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.20777 .97949 -.97678 .2082 1880.15 -898.51%29%22%2F%3E%3Crect x=%22788%22 y=%22527%22 width=%2212%22 height=%2222%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.22153 1.01314 -.96375 .10648 1088.193 -169.38%29%22%2F%3E%3Crect x=%221502%22 y=%221146%22 width=%2212%22 height=%2231%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.31034 1.0292 -.95536 .05394 2176.504 -77.198%29%22%2F%3E%3Crect x=%22940%22 y=%22798%22 width=%2210%22 height=%2221%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.13565 .8888 -1.04679 -.51315 2100.548 601.633%29%22%2F%3E%3Crect x=%221912%22 y=%22937%22 width=%229%22 height=%2225%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.81705 .48603 -.52082 -.9141 3718.931 1399.476%29%22%2F%3E%3Crect x=%221423%22 y=%22902%22 width=%228%22 height=%228%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.77545 .35962 -.65016 -.98805 3170.45 1751.655%29%22%2F%3E%3Crect x=%221656%22 y=%22316%22 width=%229%22 height=%229%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.79782 .6165 -.60088 -.7891 3149.365 -363.282%29%22%2F%3E%3Crect x=%221602%22 y=%22314%22 width=%2211%22 height=%2216%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%281.07452 .50375 -.12397 .87253 78.92 -571.364%29%22%2F%3E%3Crect x=%221532%22 y=%22131%22 width=%2213%22 height=%2233%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.91177 .17633 -.5004 1 229.164 -542.558%29%22%2F%3E%3Crect x=%22352%22 y=%221082%22 width=%2210%22 height=%2220%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.61009 .80463 -.78307 -.60633 1540.078 1423.03%29%22%2F%3E%3Crect x=%22821%22 y=%22434%22 width=%229%22 height=%2219%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.95617 .47126 -.32365 .88632 272.292 -410.834%29%22%2F%3E%3Crect x=%221518%22 y=%22428%22 width=%227%22 height=%2219%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.8614 .44658 -.47313 -.91562 2936.061 454.366%29%22%2F%3E%3Crect x=%221144%22 y=%22890%22 width=%228%22 height=%2221%22 fill=%22red%22 rx=%220%22 transform=%22matrix%281.06208 .49085 -.12123 .88552 307.763 -278.586%29%22%2F%3E%3Crect x=%22278%22 y=%22539%22 width=%2213%22 height=%2235%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.42483 .85769 -.91066 -.51535 951.755 609.216%29%22%2F%3E%3Crect x=%221938%22 y=%22880%22 width=%2212%22 height=%2232%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.70512 .69635 -.70588 .7211 1115.426 -967.878%29%22%2F%3E%3Crect x=%2218%22 y=%221365%22 width=%2213%22 height=%2230%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.7415 .39946 -.7565 -.94107 1355.896 2674.097%29%22%2F%3E%3Crect x=%221208%22 y=%22341%22 width=%228%22 height=%2216%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.52308 .96823 -.8729 -.29602 2136.874 -913.141%29%22%2F%3E%3Crect x=%221446%22 y=%2223%22 width=%229%22 height=%2218%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%281.14287 .50696 .08925 .91458 -55.601 -289.152%29%22%2F%3E%3Crect x=%221965%22 y=%221217%22 width=%2210%22 height=%2223%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.78652 .64436 -.6146 -.76792 4312.563 764.744%29%22%2F%3E%3Crect x=%221158%22 y=%22833%22 width=%2213%22 height=%2229%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.70329 .73538 -.70401 .68575 874.351 -467.636%29%22%2F%3E%3Crect x=%221812%22 y=%221287%22 width=%2210%22 height=%2225%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.78207 .87939 -.68563 .50771 1543.523 -637.73%29%22%2F%3E%3Crect x=%22788%22 y=%22638%22 width=%2213%22 height=%2224%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.22574 .98829 -.9761 .15653 1315.01 -264.686%29%22%2F%3E%3Crect x=%221677%22 y=%22522%22 width=%228%22 height=%228%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.72946 .80017 -.67982 .62516 886.96 -1444.32%29%22%2F%3E%3Crect x=%221144%22 y=%22234%22 width=%2212%22 height=%2216%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.65523 .94675 -.81776 .34459 675.838 -788.95%29%22%2F%3E%3Crect x=%221698%22 y=%221111%22 width=%228%22 height=%2215%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.5003 .84805 -.86655 .52992 1780.662 -917.593%29%22%2F%3E%3Crect x=%22963%22 y=%221237%22 width=%229%22 height=%229%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.47293 .98904 -.93617 .15665 2018.45 140.825%29%22%2F%3E%3Crect x=%221654%22 y=%221313%22 width=%2212%22 height=%2214%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.49596 .75575 -.89206 .65696 1818.936 -888.72%29%22%2F%3E%3Crect x=%22337%22 y=%22468%22 width=%2213%22 height=%2216%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28-.78097 .56131 -.57895 -.86435 788.31 780.262%29%22%2F%3E%3Crect x=%22835%22 y=%221291%22 width=%2210%22 height=%2229%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.13171 1.00554 -.97598 -.14132 2428.852 497.221%29%22%2F%3E%3Crect x=%22984%22 y=%2212%22 width=%228%22 height=%2213%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.56301 .88632 -.8289 .47126 433.87 -952.342%29%22%2F%3E%3Crect x=%2277%22 y=%221290%22 width=%2213%22 height=%2220%22 fill=%22red%22 rx=%220%22 transform=%22matrix%28.89424 .95529 -.64867 .42532 1182.587 692.845%29%22%2F%3E%3Crect x=%221914%22 y=%221368%22 width=%2210%22 height=%2227%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.8466 .29602 -.6091 .96823 945.84 -828.098%29%22%2F%3E%3Crect x=%221536%22 y=%221064%22 width=%227%22 height=%2215%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.682 .64761 -.73135 -.7718 3373.082 1090.505%29%22%2F%3E%3Crect x=%22424%22 y=%22195%22 width=%2210%22 height=%2211%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28-.962 .08801 -.36633 -1.00598 951.8 424.735%29%22%2F%3E%3Crect x=%221724%22 y=%22804%22 width=%2211%22 height=%2222%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28.60517 .92107 -.82882 .39097 1560.548 -1157.019%29%22%2F%3E%3Crect x=%221116%22 y=%22244%22 width=%227%22 height=%2217%22 fill=%22%23003bff%22 rx=%220%22 transform=%22matrix%28.87247 .75471 -.56659 .65606 358.238 -758.052%29%22%2F%3E%3Crect x=%221889%22 y=%22816%22 width=%229%22 height=%2212%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.8854 .14478 -.60698 -1.03018 4334.27 1937.612%29%22%2F%3E%3Crect x=%22464%22 y=%22359%22 width=%227%22 height=%227%22 fill=%22%23cdcdcd%22 rx=%220%22 transform=%22matrix%28-.55628 .90211 -.82507 -.45965 1036.723 33.34%29%22%2F%3E%3C%2Fsvg%3E")}.confetti-usa,.grid-hexagon{background-position:50%;background-repeat:repeat;background-size:cover;height:100%;width:100%}.grid-hexagon{background-image:url("data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 2000 1400%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask id=%22b%22 x=%220%22 y=%220%22 width=%222000%22 height=%221400%22%3E%3Cpath fill=%22url%28%23a%29%22 d=%22M0 0h2000v1400H0z%22%2F%3E%3C%2Fmask%3E%3Cpath fill=%22%23000336%22 d=%22M0 0h2000v1400H0z%22%2F%3E%3Cg style=%22transform-origin:center center%22 mask=%22url%28%23b%29%22%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m79.817 0 39.818 22.989v45.977L79.817 91.954 40 68.966V22.989Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72d7%22 d=%22m159.817 0 39.818 22.989v45.977l-39.818 22.988L120 68.966V22.989Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7236%22 d=%22m239.817 0 39.818 22.989v45.977l-39.818 22.988L200 68.966V22.989Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72de%22 d=%22m319.817 0 39.818 22.989v45.977l-39.818 22.988L280 68.966V22.989Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m399.817 0 39.818 22.989v45.977l-39.818 22.988L360 68.966V22.989Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7233%22 d=%22m479.817 0 39.818 22.989v45.977l-39.818 22.988L440 68.966V22.989Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m559.817 0 39.818 22.989v45.977l-39.818 22.988L520 68.966V22.989ZM639.817 0l39.818 22.989v45.977l-39.818 22.988L600 68.966V22.989Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e728b%22 d=%22m719.817 0 39.818 22.989v45.977l-39.818 22.988L680 68.966V22.989Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m799.817 0 39.818 22.989v45.977l-39.818 22.988L760 68.966V22.989ZM879.817 0l39.818 22.989v45.977l-39.818 22.988L840 68.966V22.989Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e725c%22 d=%22m1039.817 0 39.818 22.989v45.977l-39.818 22.988L1000 68.966V22.989Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1119.817 0 39.818 22.989v45.977l-39.818 22.988L1080 68.966V22.989ZM1199.817 0l39.818 22.989v45.977l-39.818 22.988L1160 68.966V22.989ZM1359.817 0l39.818 22.989v45.977l-39.818 22.988L1320 68.966V22.989ZM1439.817 0l39.818 22.989v45.977l-39.818 22.988L1400 68.966V22.989ZM1519.817 0l39.818 22.989v45.977l-39.818 22.988L1480 68.966V22.989ZM1599.817 0l39.818 22.989v45.977l-39.818 22.988L1560 68.966V22.989ZM1679.817 0l39.818 22.989v45.977l-39.818 22.988L1640 68.966V22.989ZM1839.817 0l39.818 22.989v45.977l-39.818 22.988L1800 68.966V22.989Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e729d%22 d=%22m1919.817 0 39.818 22.989v45.977l-39.818 22.988L1880 68.966V22.989Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1999.817 0 39.818 22.989v45.977l-39.818 22.988L1960 68.966V22.989ZM39.817 68.966l39.818 22.988v45.977L39.817 160.92 0 137.93V91.954ZM119.817 68.966l39.818 22.988v45.977l-39.818 22.989L80 137.93V91.954Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72d1%22 d=%22m279.817 68.966 39.818 22.988v45.977l-39.818 22.989L240 137.93V91.954Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m359.817 68.966 39.818 22.988v45.977l-39.818 22.989L320 137.93V91.954ZM439.817 68.966l39.818 22.988v45.977l-39.818 22.989L400 137.93V91.954Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e728a%22 d=%22m519.817 68.966 39.818 22.988v45.977l-39.818 22.989L480 137.93V91.954Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72e3%22 d=%22m599.817 68.966 39.818 22.988v45.977l-39.818 22.989L560 137.93V91.954Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72f4%22 d=%22m679.817 68.966 39.818 22.988v45.977l-39.818 22.989L640 137.93V91.954Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72fd%22 d=%22m839.817 68.966 39.818 22.988v45.977l-39.818 22.989L800 137.93V91.954Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m999.817 68.966 39.818 22.988v45.977l-39.818 22.989L960 137.93V91.954ZM1079.817 68.966l39.818 22.988v45.977l-39.818 22.989L1040 137.93V91.954ZM1159.817 68.966l39.818 22.988v45.977l-39.818 22.989L1120 137.93V91.954Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72bd%22 d=%22m1319.817 68.966 39.818 22.988v45.977l-39.818 22.989L1280 137.93V91.954Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7272%22 d=%22m1399.817 68.966 39.818 22.988v45.977l-39.818 22.989L1360 137.93V91.954Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1479.817 68.966 39.818 22.988v45.977l-39.818 22.989L1440 137.93V91.954ZM1639.817 68.966l39.818 22.988v45.977l-39.818 22.989L1600 137.93V91.954Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72d5%22 d=%22m1799.817 68.966 39.818 22.988v45.977l-39.818 22.989L1760 137.93V91.954Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1879.817 68.966 39.818 22.988v45.977l-39.818 22.989L1840 137.93V91.954Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72f2%22 d=%22m79.817 137.931 39.818 22.989v45.977l-39.818 22.988L40 206.897V160.92Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7206%22 d=%22m159.817 137.931 39.818 22.989v45.977l-39.818 22.988L120 206.897V160.92Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72a0%22 d=%22m239.817 137.931 39.818 22.989v45.977l-39.818 22.988L200 206.897V160.92Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72ce%22 d=%22m319.817 137.931 39.818 22.989v45.977l-39.818 22.988L280 206.897V160.92Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m399.817 137.931 39.818 22.989v45.977l-39.818 22.988L360 206.897V160.92ZM479.817 137.931l39.818 22.989v45.977l-39.818 22.988L440 206.897V160.92ZM559.817 137.931l39.818 22.989v45.977l-39.818 22.988L520 206.897V160.92ZM639.817 137.931l39.818 22.989v45.977l-39.818 22.988L600 206.897V160.92Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7205%22 d=%22m719.817 137.931 39.818 22.989v45.977l-39.818 22.988L680 206.897V160.92Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m799.817 137.931 39.818 22.989v45.977l-39.818 22.988L760 206.897V160.92ZM879.817 137.931l39.818 22.989v45.977l-39.818 22.988L840 206.897V160.92Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e725f%22 d=%22m959.817 137.931 39.818 22.989v45.977l-39.818 22.988L920 206.897V160.92Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1039.817 137.931 39.818 22.989v45.977l-39.818 22.988L1000 206.897V160.92ZM1119.817 137.931l39.818 22.989v45.977l-39.818 22.988L1080 206.897V160.92ZM1199.817 137.931l39.818 22.989v45.977l-39.818 22.988L1160 206.897V160.92ZM1279.817 137.931l39.818 22.989v45.977l-39.818 22.988L1240 206.897V160.92ZM1359.817 137.931l39.818 22.989v45.977l-39.818 22.988L1320 206.897V160.92ZM1439.817 137.931l39.818 22.989v45.977l-39.818 22.988L1400 206.897V160.92ZM1519.817 137.931l39.818 22.989v45.977l-39.818 22.988L1480 206.897V160.92ZM1599.817 137.931l39.818 22.989v45.977l-39.818 22.988L1560 206.897V160.92ZM1679.817 137.931l39.818 22.989v45.977l-39.818 22.988L1640 206.897V160.92ZM1759.817 137.931l39.818 22.989v45.977l-39.818 22.988L1720 206.897V160.92ZM1839.817 137.931l39.818 22.989v45.977l-39.818 22.988L1800 206.897V160.92ZM1919.817 137.931l39.818 22.989v45.977l-39.818 22.988L1880 206.897V160.92ZM1999.817 137.931l39.818 22.989v45.977l-39.818 22.988L1960 206.897V160.92Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7213%22 d=%22m119.817 206.897 39.818 22.988v45.977l-39.818 22.989L80 275.862v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m199.817 206.897 39.818 22.988v45.977l-39.818 22.989L160 275.862v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7232%22 d=%22m279.817 206.897 39.818 22.988v45.977l-39.818 22.989L240 275.862v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e728a%22 d=%22m359.817 206.897 39.818 22.988v45.977l-39.818 22.989L320 275.862v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m439.817 206.897 39.818 22.988v45.977l-39.818 22.989L400 275.862v-45.977ZM599.817 206.897l39.818 22.988v45.977l-39.818 22.989L560 275.862v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72f4%22 d=%22m679.817 206.897 39.818 22.988v45.977l-39.818 22.989L640 275.862v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7232%22 d=%22m759.817 206.897 39.818 22.988v45.977l-39.818 22.989L720 275.862v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m839.817 206.897 39.818 22.988v45.977l-39.818 22.989L800 275.862v-45.977ZM919.817 206.897l39.818 22.988v45.977l-39.818 22.989L880 275.862v-45.977ZM999.817 206.897l39.818 22.988v45.977l-39.818 22.989L960 275.862v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72b4%22 d=%22m1239.817 206.897 39.818 22.988v45.977l-39.818 22.989L1200 275.862v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1319.817 206.897 39.818 22.988v45.977l-39.818 22.989L1280 275.862v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e728d%22 d=%22m1399.817 206.897 39.818 22.988v45.977l-39.818 22.989L1360 275.862v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1479.817 206.897 39.818 22.988v45.977l-39.818 22.989L1440 275.862v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72cb%22 d=%22m1559.817 206.897 39.818 22.988v45.977l-39.818 22.989L1520 275.862v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1639.817 206.897 39.818 22.988v45.977l-39.818 22.989L1600 275.862v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7295%22 d=%22m1719.817 206.897 39.818 22.988v45.977l-39.818 22.989L1680 275.862v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1879.817 206.897 39.818 22.988v45.977l-39.818 22.989L1840 275.862v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7270%22 d=%22m159.817 275.862 39.818 22.989v45.977l-39.818 22.988L120 344.828V298.85Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e726b%22 d=%22m239.817 275.862 39.818 22.989v45.977l-39.818 22.988L200 344.828V298.85Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m319.817 275.862 39.818 22.989v45.977l-39.818 22.988L280 344.828V298.85ZM399.817 275.862l39.818 22.989v45.977l-39.818 22.988L360 344.828V298.85Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72dc%22 d=%22m479.817 275.862 39.818 22.989v45.977l-39.818 22.988L440 344.828V298.85Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m559.817 275.862 39.818 22.989v45.977l-39.818 22.988L520 344.828V298.85ZM719.817 275.862l39.818 22.989v45.977l-39.818 22.988L680 344.828V298.85ZM799.817 275.862l39.818 22.989v45.977l-39.818 22.988L760 344.828V298.85ZM959.817 275.862l39.818 22.989v45.977l-39.818 22.988L920 344.828V298.85ZM1039.817 275.862l39.818 22.989v45.977l-39.818 22.988L1000 344.828V298.85ZM1199.817 275.862l39.818 22.989v45.977l-39.818 22.988L1160 344.828V298.85ZM1359.817 275.862l39.818 22.989v45.977l-39.818 22.988L1320 344.828V298.85Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7299%22 d=%22m1439.817 275.862 39.818 22.989v45.977l-39.818 22.988L1400 344.828V298.85Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1519.817 275.862 39.818 22.989v45.977l-39.818 22.988L1480 344.828V298.85Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72f0%22 d=%22m1599.817 275.862 39.818 22.989v45.977l-39.818 22.988L1560 344.828V298.85Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72fc%22 d=%22m1679.817 275.862 39.818 22.989v45.977l-39.818 22.988L1640 344.828V298.85Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1759.817 275.862 39.818 22.989v45.977l-39.818 22.988L1720 344.828V298.85ZM1839.817 275.862l39.818 22.989v45.977l-39.818 22.988L1800 344.828V298.85ZM1919.817 275.862l39.818 22.989v45.977l-39.818 22.988L1880 344.828V298.85Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7286%22 d=%22m1999.817 275.862 39.818 22.989v45.977l-39.818 22.988L1960 344.828V298.85Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m39.817 344.828 39.818 22.988v45.977l-39.818 22.989L0 413.793v-45.977ZM119.817 344.828l39.818 22.988v45.977l-39.818 22.989L80 413.793v-45.977ZM279.817 344.828l39.818 22.988v45.977l-39.818 22.989L240 413.793v-45.977ZM359.817 344.828l39.818 22.988v45.977l-39.818 22.989L320 413.793v-45.977ZM439.817 344.828l39.818 22.988v45.977l-39.818 22.989L400 413.793v-45.977ZM519.817 344.828l39.818 22.988v45.977l-39.818 22.989L480 413.793v-45.977ZM599.817 344.828l39.818 22.988v45.977l-39.818 22.989L560 413.793v-45.977ZM839.817 344.828l39.818 22.988v45.977l-39.818 22.989L800 413.793v-45.977ZM919.817 344.828l39.818 22.988v45.977l-39.818 22.989L880 413.793v-45.977ZM999.817 344.828l39.818 22.988v45.977l-39.818 22.989L960 413.793v-45.977ZM1079.817 344.828l39.818 22.988v45.977l-39.818 22.989L1040 413.793v-45.977ZM1239.817 344.828l39.818 22.988v45.977l-39.818 22.989L1200 413.793v-45.977ZM1319.817 344.828l39.818 22.988v45.977l-39.818 22.989L1280 413.793v-45.977ZM1479.817 344.828l39.818 22.988v45.977l-39.818 22.989L1440 413.793v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7267%22 d=%22m1559.817 344.828 39.818 22.988v45.977l-39.818 22.989L1520 413.793v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72e9%22 d=%22m1639.817 344.828 39.818 22.988v45.977l-39.818 22.989L1600 413.793v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72cf%22 d=%22m1719.817 344.828 39.818 22.988v45.977l-39.818 22.989L1680 413.793v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e729d%22 d=%22m1799.817 344.828 39.818 22.988v45.977l-39.818 22.989L1760 413.793v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1879.817 344.828 39.818 22.988v45.977l-39.818 22.989L1840 413.793v-45.977ZM1959.817 344.828l39.818 22.988v45.977l-39.818 22.989L1920 413.793v-45.977ZM79.817 413.793l39.818 22.989v45.977l-39.818 22.988L40 482.76v-45.977ZM159.817 413.793l39.818 22.989v45.977l-39.818 22.988L120 482.76v-45.977ZM239.817 413.793l39.818 22.989v45.977l-39.818 22.988L200 482.76v-45.977ZM319.817 413.793l39.818 22.989v45.977l-39.818 22.988L280 482.76v-45.977ZM559.817 413.793l39.818 22.989v45.977l-39.818 22.988L520 482.76v-45.977ZM639.817 413.793l39.818 22.989v45.977l-39.818 22.988L600 482.76v-45.977ZM719.817 413.793l39.818 22.989v45.977l-39.818 22.988L680 482.76v-45.977ZM879.817 413.793l39.818 22.989v45.977l-39.818 22.988L840 482.76v-45.977ZM959.817 413.793l39.818 22.989v45.977l-39.818 22.988L920 482.76v-45.977ZM1039.817 413.793l39.818 22.989v45.977l-39.818 22.988L1000 482.76v-45.977ZM1199.817 413.793l39.818 22.989v45.977l-39.818 22.988L1160 482.76v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72e5%22 d=%22m1279.817 413.793 39.818 22.989v45.977l-39.818 22.988L1240 482.76v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1439.817 413.793 39.818 22.989v45.977l-39.818 22.988L1400 482.76v-45.977ZM1519.817 413.793l39.818 22.989v45.977l-39.818 22.988L1480 482.76v-45.977ZM1599.817 413.793l39.818 22.989v45.977l-39.818 22.988L1560 482.76v-45.977ZM1679.817 413.793l39.818 22.989v45.977l-39.818 22.988L1640 482.76v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72f5%22 d=%22m1759.817 413.793 39.818 22.989v45.977l-39.818 22.988L1720 482.76v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1839.817 413.793 39.818 22.989v45.977l-39.818 22.988L1800 482.76v-45.977ZM1919.817 413.793l39.818 22.989v45.977l-39.818 22.988L1880 482.76v-45.977ZM1999.817 413.793l39.818 22.989v45.977l-39.818 22.988L1960 482.76v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7291%22 d=%22m39.817 482.759 39.818 22.988v45.977l-39.818 22.989L0 551.724v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72ec%22 d=%22m119.817 482.759 39.818 22.988v45.977l-39.818 22.989L80 551.724v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m199.817 482.759 39.818 22.988v45.977l-39.818 22.989L160 551.724v-45.977ZM279.817 482.759l39.818 22.988v45.977l-39.818 22.989L240 551.724v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7208%22 d=%22m519.817 482.759 39.818 22.988v45.977l-39.818 22.989L480 551.724v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m599.817 482.759 39.818 22.988v45.977l-39.818 22.989L560 551.724v-45.977ZM679.817 482.759l39.818 22.988v45.977l-39.818 22.989L640 551.724v-45.977ZM839.817 482.759l39.818 22.988v45.977l-39.818 22.989L800 551.724v-45.977ZM919.817 482.759l39.818 22.988v45.977l-39.818 22.989L880 551.724v-45.977ZM999.817 482.759l39.818 22.988v45.977l-39.818 22.989L960 551.724v-45.977ZM1159.817 482.759l39.818 22.988v45.977l-39.818 22.989L1120 551.724v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e727d%22 d=%22m1239.817 482.759 39.818 22.988v45.977l-39.818 22.989L1200 551.724v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1319.817 482.759 39.818 22.988v45.977l-39.818 22.989L1280 551.724v-45.977ZM1399.817 482.759l39.818 22.988v45.977l-39.818 22.989L1360 551.724v-45.977ZM1559.817 482.759l39.818 22.988v45.977l-39.818 22.989L1520 551.724v-45.977ZM1639.817 482.759l39.818 22.988v45.977l-39.818 22.989L1600 551.724v-45.977ZM1799.817 482.759l39.818 22.988v45.977l-39.818 22.989L1760 551.724v-45.977ZM1879.817 482.759l39.818 22.988v45.977l-39.818 22.989L1840 551.724v-45.977ZM1959.817 482.759l39.818 22.988v45.977l-39.818 22.989L1920 551.724v-45.977ZM79.817 551.724l39.818 22.989v45.977l-39.818 22.988L40 620.69v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7279%22 d=%22m159.817 551.724 39.818 22.989v45.977l-39.818 22.988L120 620.69v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7212%22 d=%22m239.817 551.724 39.818 22.989v45.977l-39.818 22.988L200 620.69v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m319.817 551.724 39.818 22.989v45.977l-39.818 22.988L280 620.69v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7252%22 d=%22m399.817 551.724 39.818 22.989v45.977l-39.818 22.988L360 620.69v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m479.817 551.724 39.818 22.989v45.977l-39.818 22.988L440 620.69v-45.977ZM559.817 551.724l39.818 22.989v45.977l-39.818 22.988L520 620.69v-45.977ZM639.817 551.724l39.818 22.989v45.977l-39.818 22.988L600 620.69v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7220%22 d=%22m799.817 551.724 39.818 22.989v45.977l-39.818 22.988L760 620.69v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72e9%22 d=%22m879.817 551.724 39.818 22.989v45.977l-39.818 22.988L840 620.69v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1039.817 551.724 39.818 22.989v45.977l-39.818 22.988L1000 620.69v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72ec%22 d=%22m1199.817 551.724 39.818 22.989v45.977l-39.818 22.988L1160 620.69v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1279.817 551.724 39.818 22.989v45.977l-39.818 22.988L1240 620.69v-45.977ZM1359.817 551.724l39.818 22.989v45.977l-39.818 22.988L1320 620.69v-45.977ZM1599.817 551.724l39.818 22.989v45.977l-39.818 22.988L1560 620.69v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7235%22 d=%22m1679.817 551.724 39.818 22.989v45.977l-39.818 22.988L1640 620.69v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7206%22 d=%22m1759.817 551.724 39.818 22.989v45.977l-39.818 22.988L1720 620.69v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72b4%22 d=%22m1839.817 551.724 39.818 22.989v45.977l-39.818 22.988L1800 620.69v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1919.817 551.724 39.818 22.989v45.977l-39.818 22.988L1880 620.69v-45.977ZM1999.817 551.724l39.818 22.989v45.977l-39.818 22.988L1960 620.69v-45.977ZM39.817 620.69l39.818 22.988v45.977l-39.818 22.989L0 689.655v-45.977ZM119.817 620.69l39.818 22.988v45.977l-39.818 22.989L80 689.655v-45.977ZM199.817 620.69l39.818 22.988v45.977l-39.818 22.989L160 689.655v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72d8%22 d=%22m279.817 620.69 39.818 22.988v45.977l-39.818 22.989L240 689.655v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72ce%22 d=%22m359.817 620.69 39.818 22.988v45.977l-39.818 22.989L320 689.655v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e722a%22 d=%22m519.817 620.69 39.818 22.988v45.977l-39.818 22.989L480 689.655v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7229%22 d=%22m599.817 620.69 39.818 22.988v45.977l-39.818 22.989L560 689.655v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72be%22 d=%22m759.817 620.69 39.818 22.988v45.977l-39.818 22.989L720 689.655v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m839.817 620.69 39.818 22.988v45.977l-39.818 22.989L800 689.655v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72f8%22 d=%22m919.817 620.69 39.818 22.988v45.977l-39.818 22.989L880 689.655v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m999.817 620.69 39.818 22.988v45.977l-39.818 22.989L960 689.655v-45.977ZM1079.817 620.69l39.818 22.988v45.977l-39.818 22.989L1040 689.655v-45.977ZM1159.817 620.69l39.818 22.988v45.977l-39.818 22.989L1120 689.655v-45.977ZM1239.817 620.69l39.818 22.988v45.977l-39.818 22.989L1200 689.655v-45.977ZM1319.817 620.69l39.818 22.988v45.977l-39.818 22.989L1280 689.655v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72d2%22 d=%22m1399.817 620.69 39.818 22.988v45.977l-39.818 22.989L1360 689.655v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e729e%22 d=%22m1479.817 620.69 39.818 22.988v45.977l-39.818 22.989L1440 689.655v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1559.817 620.69 39.818 22.988v45.977l-39.818 22.989L1520 689.655v-45.977ZM1639.817 620.69l39.818 22.988v45.977l-39.818 22.989L1600 689.655v-45.977ZM1879.817 620.69l39.818 22.988v45.977l-39.818 22.989L1840 689.655v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7203%22 d=%22m1959.817 620.69 39.818 22.988v45.977l-39.818 22.989L1920 689.655v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e725e%22 d=%22m79.817 689.655 39.818 22.989v45.977l-39.818 22.988L40 758.621v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7269%22 d=%22m159.817 689.655 39.818 22.989v45.977l-39.818 22.988L120 758.621v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m239.817 689.655 39.818 22.989v45.977l-39.818 22.988L200 758.621v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7230%22 d=%22m319.817 689.655 39.818 22.989v45.977l-39.818 22.988L280 758.621v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m399.817 689.655 39.818 22.989v45.977l-39.818 22.988L360 758.621v-45.977ZM479.817 689.655l39.818 22.989v45.977l-39.818 22.988L440 758.621v-45.977ZM559.817 689.655l39.818 22.989v45.977l-39.818 22.988L520 758.621v-45.977ZM639.817 689.655l39.818 22.989v45.977l-39.818 22.988L600 758.621v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e728d%22 d=%22m799.817 689.655 39.818 22.989v45.977l-39.818 22.988L760 758.621v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1039.817 689.655 39.818 22.989v45.977l-39.818 22.988L1000 758.621v-45.977ZM1119.817 689.655l39.818 22.989v45.977l-39.818 22.988L1080 758.621v-45.977ZM1279.817 689.655l39.818 22.989v45.977l-39.818 22.988L1240 758.621v-45.977ZM1359.817 689.655l39.818 22.989v45.977l-39.818 22.988L1320 758.621v-45.977ZM1439.817 689.655l39.818 22.989v45.977l-39.818 22.988L1400 758.621v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72f1%22 d=%22m1599.817 689.655 39.818 22.989v45.977l-39.818 22.988L1560 758.621v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1679.817 689.655 39.818 22.989v45.977l-39.818 22.988L1640 758.621v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72e3%22 d=%22m1759.817 689.655 39.818 22.989v45.977l-39.818 22.988L1720 758.621v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1839.817 689.655 39.818 22.989v45.977l-39.818 22.988L1800 758.621v-45.977ZM1919.817 689.655l39.818 22.989v45.977l-39.818 22.988L1880 758.621v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72db%22 d=%22m1999.817 689.655 39.818 22.989v45.977l-39.818 22.988L1960 758.621v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m39.817 758.62 39.818 22.99v45.976l-39.818 22.989L0 827.586V781.61Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e721c%22 d=%22m119.817 758.62 39.818 22.99v45.976l-39.818 22.989L80 827.586V781.61Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e724c%22 d=%22m199.817 758.62 39.818 22.99v45.976l-39.818 22.989L160 827.586V781.61Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m279.817 758.62 39.818 22.99v45.976l-39.818 22.989L240 827.586V781.61Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72f2%22 d=%22m359.817 758.62 39.818 22.99v45.976l-39.818 22.989L320 827.586V781.61Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7200%22 d=%22m439.817 758.62 39.818 22.99v45.976l-39.818 22.989L400 827.586V781.61Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m519.817 758.62 39.818 22.99v45.976l-39.818 22.989L480 827.586V781.61ZM759.817 758.62l39.818 22.99v45.976l-39.818 22.989L720 827.586V781.61ZM839.817 758.62l39.818 22.99v45.976l-39.818 22.989L800 827.586V781.61ZM919.817 758.62l39.818 22.99v45.976l-39.818 22.989L880 827.586V781.61ZM999.817 758.62l39.818 22.99v45.976l-39.818 22.989L960 827.586V781.61Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e725c%22 d=%22m1079.817 758.62 39.818 22.99v45.976l-39.818 22.989L1040 827.586V781.61Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e721c%22 d=%22m1159.817 758.62 39.818 22.99v45.976l-39.818 22.989L1120 827.586V781.61Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1239.817 758.62 39.818 22.99v45.976l-39.818 22.989L1200 827.586V781.61ZM1399.817 758.62l39.818 22.99v45.976l-39.818 22.989L1360 827.586V781.61Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72a5%22 d=%22m1479.817 758.62 39.818 22.99v45.976l-39.818 22.989L1440 827.586V781.61Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72a1%22 d=%22m1639.817 758.62 39.818 22.99v45.976l-39.818 22.989L1600 827.586V781.61Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1719.817 758.62 39.818 22.99v45.976l-39.818 22.989L1680 827.586V781.61Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72ba%22 d=%22m1799.817 758.62 39.818 22.99v45.976l-39.818 22.989L1760 827.586V781.61Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1879.817 758.62 39.818 22.99v45.976l-39.818 22.989L1840 827.586V781.61Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72e6%22 d=%22m79.817 827.586 39.818 22.989v45.977L79.817 919.54 40 896.552v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m239.817 827.586 39.818 22.989v45.977l-39.818 22.988L200 896.552v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72c0%22 d=%22m319.817 827.586 39.818 22.989v45.977l-39.818 22.988L280 896.552v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m399.817 827.586 39.818 22.989v45.977l-39.818 22.988L360 896.552v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7235%22 d=%22m479.817 827.586 39.818 22.989v45.977l-39.818 22.988L440 896.552v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m639.817 827.586 39.818 22.989v45.977l-39.818 22.988L600 896.552v-45.977ZM719.817 827.586l39.818 22.989v45.977l-39.818 22.988L680 896.552v-45.977ZM799.817 827.586l39.818 22.989v45.977l-39.818 22.988L760 896.552v-45.977ZM959.817 827.586l39.818 22.989v45.977l-39.818 22.988L920 896.552v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72e4%22 d=%22m1039.817 827.586 39.818 22.989v45.977l-39.818 22.988L1000 896.552v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e722f%22 d=%22m1119.817 827.586 39.818 22.989v45.977l-39.818 22.988L1080 896.552v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e729e%22 d=%22m1199.817 827.586 39.818 22.989v45.977l-39.818 22.988L1160 896.552v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1279.817 827.586 39.818 22.989v45.977l-39.818 22.988L1240 896.552v-45.977ZM1359.817 827.586l39.818 22.989v45.977l-39.818 22.988L1320 896.552v-45.977ZM1439.817 827.586l39.818 22.989v45.977l-39.818 22.988L1400 896.552v-45.977ZM1519.817 827.586l39.818 22.989v45.977l-39.818 22.988L1480 896.552v-45.977ZM1599.817 827.586l39.818 22.989v45.977l-39.818 22.988L1560 896.552v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72c4%22 d=%22m1679.817 827.586 39.818 22.989v45.977l-39.818 22.988L1640 896.552v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1759.817 827.586 39.818 22.989v45.977l-39.818 22.988L1720 896.552v-45.977ZM1839.817 827.586l39.818 22.989v45.977l-39.818 22.988L1800 896.552v-45.977ZM1919.817 827.586l39.818 22.989v45.977l-39.818 22.988L1880 896.552v-45.977ZM1999.817 827.586l39.818 22.989v45.977l-39.818 22.988L1960 896.552v-45.977ZM39.817 896.552l39.818 22.988v45.977l-39.818 22.989L0 965.517V919.54ZM119.817 896.552l39.818 22.988v45.977l-39.818 22.989L80 965.517V919.54ZM199.817 896.552l39.818 22.988v45.977l-39.818 22.989L160 965.517V919.54ZM279.817 896.552l39.818 22.988v45.977l-39.818 22.989L240 965.517V919.54Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72f9%22 d=%22m359.817 896.552 39.818 22.988v45.977l-39.818 22.989L320 965.517V919.54Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e724e%22 d=%22m439.817 896.552 39.818 22.988v45.977l-39.818 22.989L400 965.517V919.54Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m519.817 896.552 39.818 22.988v45.977l-39.818 22.989L480 965.517V919.54Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e729f%22 d=%22m599.817 896.552 39.818 22.988v45.977l-39.818 22.989L560 965.517V919.54Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m759.817 896.552 39.818 22.988v45.977l-39.818 22.989L720 965.517V919.54ZM839.817 896.552l39.818 22.988v45.977l-39.818 22.989L800 965.517V919.54ZM919.817 896.552l39.818 22.988v45.977l-39.818 22.989L880 965.517V919.54ZM999.817 896.552l39.818 22.988v45.977l-39.818 22.989L960 965.517V919.54Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72b0%22 d=%22m1079.817 896.552 39.818 22.988v45.977l-39.818 22.989L1040 965.517V919.54Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1159.817 896.552 39.818 22.988v45.977l-39.818 22.989L1120 965.517V919.54Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7260%22 d=%22m1239.817 896.552 39.818 22.988v45.977l-39.818 22.989L1200 965.517V919.54Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1319.817 896.552 39.818 22.988v45.977l-39.818 22.989L1280 965.517V919.54ZM1399.817 896.552l39.818 22.988v45.977l-39.818 22.989L1360 965.517V919.54ZM1559.817 896.552l39.818 22.988v45.977l-39.818 22.989L1520 965.517V919.54Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e727e%22 d=%22m1639.817 896.552 39.818 22.988v45.977l-39.818 22.989L1600 965.517V919.54Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1719.817 896.552 39.818 22.988v45.977l-39.818 22.989L1680 965.517V919.54ZM1799.817 896.552l39.818 22.988v45.977l-39.818 22.989L1760 965.517V919.54ZM1879.817 896.552l39.818 22.988v45.977l-39.818 22.989L1840 965.517V919.54Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72f5%22 d=%22m1959.817 896.552 39.818 22.988v45.977l-39.818 22.989L1920 965.517V919.54Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m79.817 965.517 39.818 22.989v45.977l-39.818 22.988L40 1034.483v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7225%22 d=%22m159.817 965.517 39.818 22.989v45.977l-39.818 22.988L120 1034.483v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72ce%22 d=%22m239.817 965.517 39.818 22.989v45.977l-39.818 22.988L200 1034.483v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m319.817 965.517 39.818 22.989v45.977l-39.818 22.988L280 1034.483v-45.977ZM479.817 965.517l39.818 22.989v45.977l-39.818 22.988L440 1034.483v-45.977ZM799.817 965.517l39.818 22.989v45.977l-39.818 22.988L760 1034.483v-45.977ZM879.817 965.517l39.818 22.989v45.977l-39.818 22.988L840 1034.483v-45.977ZM1119.817 965.517l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7207%22 d=%22m1279.817 965.517 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1359.817 965.517 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1439.817 965.517l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1519.817 965.517l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e724f%22 d=%22m1679.817 965.517 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1759.817 965.517 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72b9%22 d=%22m1839.817 965.517 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1919.817 965.517 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72c3%22 d=%22m1999.817 965.517 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7287%22 d=%22m39.817 1034.483 39.818 22.988v45.977l-39.818 22.989L0 1103.448v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72a2%22 d=%22m119.817 1034.483 39.818 22.988v45.977l-39.818 22.989L80 1103.448v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m199.817 1034.483 39.818 22.988v45.977l-39.818 22.989L160 1103.448v-45.977ZM279.817 1034.483l39.818 22.988v45.977l-39.818 22.989L240 1103.448v-45.977ZM359.817 1034.483l39.818 22.988v45.977l-39.818 22.989L320 1103.448v-45.977ZM439.817 1034.483l39.818 22.988v45.977l-39.818 22.989L400 1103.448v-45.977ZM519.817 1034.483l39.818 22.988v45.977l-39.818 22.989L480 1103.448v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7248%22 d=%22m599.817 1034.483 39.818 22.988v45.977l-39.818 22.989L560 1103.448v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m679.817 1034.483 39.818 22.988v45.977l-39.818 22.989L640 1103.448v-45.977ZM919.817 1034.483l39.818 22.988v45.977l-39.818 22.989L880 1103.448v-45.977ZM999.817 1034.483l39.818 22.988v45.977l-39.818 22.989L960 1103.448v-45.977ZM1079.817 1034.483l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1159.817 1034.483l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1399.817 1034.483l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e727d%22 d=%22m1479.817 1034.483 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72e8%22 d=%22m1559.817 1034.483 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1639.817 1034.483 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72de%22 d=%22m1719.817 1034.483 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1799.817 1034.483 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1879.817 1034.483l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM159.817 1103.448l39.818 22.989v45.977l-39.818 22.988L120 1172.414v-45.977ZM239.817 1103.448l39.818 22.989v45.977l-39.818 22.988L200 1172.414v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7216%22 d=%22m319.817 1103.448 39.818 22.989v45.977l-39.818 22.988L280 1172.414v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e727c%22 d=%22m479.817 1103.448 39.818 22.989v45.977l-39.818 22.988L440 1172.414v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m639.817 1103.448 39.818 22.989v45.977l-39.818 22.988L600 1172.414v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e722c%22 d=%22m719.817 1103.448 39.818 22.989v45.977l-39.818 22.988L680 1172.414v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e728b%22 d=%22m799.817 1103.448 39.818 22.989v45.977l-39.818 22.988L760 1172.414v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m879.817 1103.448 39.818 22.989v45.977l-39.818 22.988L840 1172.414v-45.977ZM959.817 1103.448l39.818 22.989v45.977l-39.818 22.988L920 1172.414v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72c9%22 d=%22m1039.817 1103.448 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7273%22 d=%22m1119.817 1103.448 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1199.817 1103.448 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1279.817 1103.448l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1439.817 1103.448l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1519.817 1103.448l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7255%22 d=%22m1599.817 1103.448 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1679.817 1103.448 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1759.817 1103.448l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1919.817 1103.448l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7205%22 d=%22m1999.817 1103.448 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m39.817 1172.414 39.818 22.988v45.977l-39.818 22.989L0 1241.379v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72f3%22 d=%22m119.817 1172.414 39.818 22.988v45.977l-39.818 22.989L80 1241.379v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m199.817 1172.414 39.818 22.988v45.977l-39.818 22.989L160 1241.379v-45.977ZM359.817 1172.414l39.818 22.988v45.977l-39.818 22.989L320 1241.379v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e728d%22 d=%22m439.817 1172.414 39.818 22.988v45.977l-39.818 22.989L400 1241.379v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m519.817 1172.414 39.818 22.988v45.977l-39.818 22.989L480 1241.379v-45.977ZM599.817 1172.414l39.818 22.988v45.977l-39.818 22.989L560 1241.379v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e724c%22 d=%22m679.817 1172.414 39.818 22.988v45.977l-39.818 22.989L640 1241.379v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7297%22 d=%22m759.817 1172.414 39.818 22.988v45.977l-39.818 22.989L720 1241.379v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e722c%22 d=%22m839.817 1172.414 39.818 22.988v45.977l-39.818 22.989L800 1241.379v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m919.817 1172.414 39.818 22.988v45.977l-39.818 22.989L880 1241.379v-45.977ZM1079.817 1172.414l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1159.817 1172.414l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72f9%22 d=%22m1239.817 1172.414 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1319.817 1172.414 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1399.817 1172.414l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1479.817 1172.414l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1559.817 1172.414l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1719.817 1172.414l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e727d%22 d=%22m1799.817 1172.414 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1879.817 1172.414 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1959.817 1172.414l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM79.817 1241.38l39.818 22.988v45.977l-39.818 22.988L40 1310.345v-45.977ZM159.817 1241.38l39.818 22.988v45.977l-39.818 22.988L120 1310.345v-45.977ZM239.817 1241.38l39.818 22.988v45.977l-39.818 22.988L200 1310.345v-45.977ZM319.817 1241.38l39.818 22.988v45.977l-39.818 22.988L280 1310.345v-45.977ZM399.817 1241.38l39.818 22.988v45.977l-39.818 22.988L360 1310.345v-45.977ZM479.817 1241.38l39.818 22.988v45.977l-39.818 22.988L440 1310.345v-45.977ZM559.817 1241.38l39.818 22.988v45.977l-39.818 22.988L520 1310.345v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7223%22 d=%22m639.817 1241.38 39.818 22.988v45.977l-39.818 22.988L600 1310.345v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m719.817 1241.38 39.818 22.988v45.977l-39.818 22.988L680 1310.345v-45.977ZM799.817 1241.38l39.818 22.988v45.977l-39.818 22.988L760 1310.345v-45.977ZM959.817 1241.38l39.818 22.988v45.977l-39.818 22.988L920 1310.345v-45.977ZM1039.817 1241.38l39.818 22.988v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1119.817 1241.38l39.818 22.988v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72ed%22 d=%22m1359.817 1241.38 39.818 22.988v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1439.817 1241.38 39.818 22.988v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1519.817 1241.38l39.818 22.988v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1599.817 1241.38l39.818 22.988v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1679.817 1241.38l39.818 22.988v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72b7%22 d=%22m1759.817 1241.38 39.818 22.988v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72df%22 d=%22m1839.817 1241.38 39.818 22.988v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1919.817 1241.38 39.818 22.988v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1999.817 1241.38l39.818 22.988v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e729a%22 d=%22m199.817 1310.345 39.818 22.988v45.977l-39.818 22.989L160 1379.31v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7238%22 d=%22m279.817 1310.345 39.818 22.988v45.977l-39.818 22.989L240 1379.31v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72c9%22 d=%22m519.817 1310.345 39.818 22.988v45.977l-39.818 22.989L480 1379.31v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m679.817 1310.345 39.818 22.988v45.977l-39.818 22.989L640 1379.31v-45.977ZM759.817 1310.345l39.818 22.988v45.977l-39.818 22.989L720 1379.31v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72ce%22 d=%22m839.817 1310.345 39.818 22.988v45.977l-39.818 22.989L800 1379.31v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m999.817 1310.345 39.818 22.988v45.977l-39.818 22.989L960 1379.31v-45.977ZM1079.817 1310.345l39.818 22.988v45.977l-39.818 22.989L1040 1379.31v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72a3%22 d=%22m1239.817 1310.345 39.818 22.988v45.977l-39.818 22.989L1200 1379.31v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72ef%22 d=%22m1399.817 1310.345 39.818 22.988v45.977l-39.818 22.989L1360 1379.31v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7289%22 d=%22m1479.817 1310.345 39.818 22.988v45.977l-39.818 22.989L1440 1379.31v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1719.817 1310.345 39.818 22.988v45.977l-39.818 22.989L1680 1379.31v-45.977ZM1799.817 1310.345l39.818 22.988v45.977l-39.818 22.989L1760 1379.31v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72ad%22 d=%22m1879.817 1310.345 39.818 22.988v45.977l-39.818 22.989L1840 1379.31v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1959.817 1310.345 39.818 22.988v45.977l-39.818 22.989L1920 1379.31v-45.977ZM79.817 1379.31l39.818 22.989v45.977l-39.818 22.988L40 1448.276v-45.977ZM159.817 1379.31l39.818 22.989v45.977l-39.818 22.988L120 1448.276v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72ad%22 d=%22m399.817 1379.31 39.818 22.989v45.977l-39.818 22.988L360 1448.276v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m479.817 1379.31 39.818 22.989v45.977l-39.818 22.988L440 1448.276v-45.977ZM559.817 1379.31l39.818 22.989v45.977l-39.818 22.988L520 1448.276v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e727c%22 d=%22m639.817 1379.31 39.818 22.989v45.977l-39.818 22.988L600 1448.276v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m799.817 1379.31 39.818 22.989v45.977l-39.818 22.988L760 1448.276v-45.977ZM879.817 1379.31l39.818 22.989v45.977l-39.818 22.988L840 1448.276v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72a7%22 d=%22m959.817 1379.31 39.818 22.989v45.977l-39.818 22.988L920 1448.276v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1119.817 1379.31 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1199.817 1379.31l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7201%22 d=%22m1279.817 1379.31 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1359.817 1379.31 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1439.817 1379.31l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e727b%22 d=%22m1519.817 1379.31 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1599.817 1379.31 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e727a%22 d=%22m1679.817 1379.31 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1759.817 1379.31 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1919.817 1379.31l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e727e%22 d=%22m1999.817 1379.31 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m39.817 1448.276 39.818 22.988v45.977l-39.818 22.989L0 1517.24v-45.977ZM199.817 1448.276l39.818 22.988v45.977l-39.818 22.989L160 1517.24v-45.977ZM279.817 1448.276l39.818 22.988v45.977l-39.818 22.989L240 1517.24v-45.977ZM359.817 1448.276l39.818 22.988v45.977l-39.818 22.989L320 1517.24v-45.977ZM439.817 1448.276l39.818 22.988v45.977l-39.818 22.989L400 1517.24v-45.977ZM519.817 1448.276l39.818 22.988v45.977l-39.818 22.989L480 1517.24v-45.977ZM599.817 1448.276l39.818 22.988v45.977l-39.818 22.989L560 1517.24v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72e3%22 d=%22m679.817 1448.276 39.818 22.988v45.977l-39.818 22.989L640 1517.24v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m759.817 1448.276 39.818 22.988v45.977l-39.818 22.989L720 1517.24v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7290%22 d=%22m839.817 1448.276 39.818 22.988v45.977l-39.818 22.989L800 1517.24v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7289%22 d=%22m999.817 1448.276 39.818 22.988v45.977l-39.818 22.989L960 1517.24v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e721b%22 d=%22m1079.817 1448.276 39.818 22.988v45.977l-39.818 22.989L1040 1517.24v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72c2%22 d=%22m1239.817 1448.276 39.818 22.988v45.977l-39.818 22.989L1200 1517.24v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1319.817 1448.276 39.818 22.988v45.977l-39.818 22.989L1280 1517.24v-45.977ZM1399.817 1448.276l39.818 22.988v45.977l-39.818 22.989L1360 1517.24v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7278%22 d=%22m1559.817 1448.276 39.818 22.988v45.977l-39.818 22.989L1520 1517.24v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e729c%22 d=%22m1639.817 1448.276 39.818 22.988v45.977l-39.818 22.989L1600 1517.24v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e727d%22 d=%22m1719.817 1448.276 39.818 22.988v45.977l-39.818 22.989L1680 1517.24v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7268%22 d=%22m1879.817 1448.276 39.818 22.988v45.977l-39.818 22.989L1840 1517.24v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1959.817 1448.276 39.818 22.988v45.977l-39.818 22.989L1920 1517.24v-45.977ZM79.817 1517.241l39.818 22.989v45.977l-39.818 22.988L40 1586.207v-45.977ZM159.817 1517.241l39.818 22.989v45.977l-39.818 22.988L120 1586.207v-45.977ZM239.817 1517.241l39.818 22.989v45.977l-39.818 22.988L200 1586.207v-45.977ZM319.817 1517.241l39.818 22.989v45.977l-39.818 22.988L280 1586.207v-45.977ZM399.817 1517.241l39.818 22.989v45.977l-39.818 22.988L360 1586.207v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e721a%22 d=%22m559.817 1517.241 39.818 22.989v45.977l-39.818 22.988L520 1586.207v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m639.817 1517.241 39.818 22.989v45.977l-39.818 22.988L600 1586.207v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7249%22 d=%22m719.817 1517.241 39.818 22.989v45.977l-39.818 22.988L680 1586.207v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m799.817 1517.241 39.818 22.989v45.977l-39.818 22.988L760 1586.207v-45.977ZM879.817 1517.241l39.818 22.989v45.977l-39.818 22.988L840 1586.207v-45.977ZM1039.817 1517.241l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1199.817 1517.241l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1279.817 1517.241l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e721f%22 d=%22m1359.817 1517.241 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1439.817 1517.241 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1679.817 1517.241l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1759.817 1517.241l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e726b%22 d=%22m1839.817 1517.241 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1919.817 1517.241 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1999.817 1517.241l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM39.817 1586.207l39.818 22.988v45.977l-39.818 22.989L0 1655.172v-45.977ZM119.817 1586.207l39.818 22.988v45.977l-39.818 22.989L80 1655.172v-45.977ZM199.817 1586.207l39.818 22.988v45.977l-39.818 22.989L160 1655.172v-45.977ZM279.817 1586.207l39.818 22.988v45.977l-39.818 22.989L240 1655.172v-45.977ZM359.817 1586.207l39.818 22.988v45.977l-39.818 22.989L320 1655.172v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e720c%22 d=%22m439.817 1586.207 39.818 22.988v45.977l-39.818 22.989L400 1655.172v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m519.817 1586.207 39.818 22.988v45.977l-39.818 22.989L480 1655.172v-45.977ZM599.817 1586.207l39.818 22.988v45.977l-39.818 22.989L560 1655.172v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7256%22 d=%22m679.817 1586.207 39.818 22.988v45.977l-39.818 22.989L640 1655.172v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72c0%22 d=%22m759.817 1586.207 39.818 22.988v45.977l-39.818 22.989L720 1655.172v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m919.817 1586.207 39.818 22.988v45.977l-39.818 22.989L880 1655.172v-45.977ZM999.817 1586.207l39.818 22.988v45.977l-39.818 22.989L960 1655.172v-45.977ZM1079.817 1586.207l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1159.817 1586.207l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1239.817 1586.207l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e723f%22 d=%22m1319.817 1586.207 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1399.817 1586.207 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1639.817 1586.207l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1719.817 1586.207l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1879.817 1586.207l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1959.817 1586.207l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72cd%22 d=%22m79.817 1655.172 39.818 22.989v45.977l-39.818 22.988L40 1724.138v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m159.817 1655.172 39.818 22.989v45.977l-39.818 22.988L120 1724.138v-45.977ZM239.817 1655.172l39.818 22.989v45.977l-39.818 22.988L200 1724.138v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7254%22 d=%22m319.817 1655.172 39.818 22.989v45.977l-39.818 22.988L280 1724.138v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m399.817 1655.172 39.818 22.989v45.977l-39.818 22.988L360 1724.138v-45.977ZM479.817 1655.172l39.818 22.989v45.977l-39.818 22.988L440 1724.138v-45.977ZM639.817 1655.172l39.818 22.989v45.977l-39.818 22.988L600 1724.138v-45.977ZM879.817 1655.172l39.818 22.989v45.977l-39.818 22.988L840 1724.138v-45.977ZM959.817 1655.172l39.818 22.989v45.977l-39.818 22.988L920 1724.138v-45.977ZM1039.817 1655.172l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1119.817 1655.172l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1279.817 1655.172l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1359.817 1655.172l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1439.817 1655.172l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7239%22 d=%22m1519.817 1655.172 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1679.817 1655.172 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1839.817 1655.172l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1919.817 1655.172l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7270%22 d=%22m1999.817 1655.172 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m119.817 1724.138 39.818 22.988v45.977l-39.818 22.989L80 1793.103v-45.977ZM199.817 1724.138l39.818 22.988v45.977l-39.818 22.989L160 1793.103v-45.977ZM279.817 1724.138l39.818 22.988v45.977l-39.818 22.989L240 1793.103v-45.977ZM359.817 1724.138l39.818 22.988v45.977l-39.818 22.989L320 1793.103v-45.977ZM439.817 1724.138l39.818 22.988v45.977l-39.818 22.989L400 1793.103v-45.977ZM519.817 1724.138l39.818 22.988v45.977l-39.818 22.989L480 1793.103v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e721e%22 d=%22m599.817 1724.138 39.818 22.988v45.977l-39.818 22.989L560 1793.103v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72d2%22 d=%22m679.817 1724.138 39.818 22.988v45.977l-39.818 22.989L640 1793.103v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7253%22 d=%22m759.817 1724.138 39.818 22.988v45.977l-39.818 22.989L720 1793.103v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m999.817 1724.138 39.818 22.988v45.977l-39.818 22.989L960 1793.103v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7222%22 d=%22m1079.817 1724.138 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1159.817 1724.138 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1239.817 1724.138l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1319.817 1724.138l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1399.817 1724.138l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1879.817 1724.138l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72dc%22 d=%22m79.817 1793.103 39.818 22.989v45.977l-39.818 22.988L40 1862.07v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m159.817 1793.103 39.818 22.989v45.977l-39.818 22.988L120 1862.07v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7290%22 d=%22m239.817 1793.103 39.818 22.989v45.977l-39.818 22.988L200 1862.07v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m319.817 1793.103 39.818 22.989v45.977l-39.818 22.988L280 1862.07v-45.977ZM479.817 1793.103l39.818 22.989v45.977l-39.818 22.988L440 1862.07v-45.977ZM559.817 1793.103l39.818 22.989v45.977l-39.818 22.988L520 1862.07v-45.977ZM639.817 1793.103l39.818 22.989v45.977l-39.818 22.988L600 1862.07v-45.977ZM719.817 1793.103l39.818 22.989v45.977l-39.818 22.988L680 1862.07v-45.977ZM799.817 1793.103l39.818 22.989v45.977l-39.818 22.988L760 1862.07v-45.977ZM879.817 1793.103l39.818 22.989v45.977l-39.818 22.988L840 1862.07v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7293%22 d=%22m1119.817 1793.103 39.818 22.989v45.977l-39.818 22.988L1080 1862.07v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7224%22 d=%22m1199.817 1793.103 39.818 22.989v45.977l-39.818 22.988L1160 1862.07v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72b0%22 d=%22m1279.817 1793.103 39.818 22.989v45.977l-39.818 22.988L1240 1862.07v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1359.817 1793.103 39.818 22.989v45.977l-39.818 22.988L1320 1862.07v-45.977ZM1439.817 1793.103l39.818 22.989v45.977l-39.818 22.988L1400 1862.07v-45.977ZM1519.817 1793.103l39.818 22.989v45.977l-39.818 22.988L1480 1862.07v-45.977ZM1599.817 1793.103l39.818 22.989v45.977l-39.818 22.988L1560 1862.07v-45.977ZM1679.817 1793.103l39.818 22.989v45.977l-39.818 22.988L1640 1862.07v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72a2%22 d=%22m1759.817 1793.103 39.818 22.989v45.977l-39.818 22.988L1720 1862.07v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1839.817 1793.103 39.818 22.989v45.977l-39.818 22.988L1800 1862.07v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72da%22 d=%22m1919.817 1793.103 39.818 22.989v45.977l-39.818 22.988L1880 1862.07v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7247%22 d=%22m39.817 1862.069 39.818 22.988v45.977l-39.818 22.989L0 1931.034v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m119.817 1862.069 39.818 22.988v45.977l-39.818 22.989L80 1931.034v-45.977ZM199.817 1862.069l39.818 22.988v45.977l-39.818 22.989L160 1931.034v-45.977ZM279.817 1862.069l39.818 22.988v45.977l-39.818 22.989L240 1931.034v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7274%22 d=%22m359.817 1862.069 39.818 22.988v45.977l-39.818 22.989L320 1931.034v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m439.817 1862.069 39.818 22.988v45.977l-39.818 22.989L400 1931.034v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7289%22 d=%22m679.817 1862.069 39.818 22.988v45.977l-39.818 22.989L640 1931.034v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m759.817 1862.069 39.818 22.988v45.977l-39.818 22.989L720 1931.034v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e729d%22 d=%22m839.817 1862.069 39.818 22.988v45.977l-39.818 22.989L800 1931.034v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e721f%22 d=%22m919.817 1862.069 39.818 22.988v45.977l-39.818 22.989L880 1931.034v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m999.817 1862.069 39.818 22.988v45.977l-39.818 22.989L960 1931.034v-45.977ZM1079.817 1862.069l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1159.817 1862.069l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1239.817 1862.069l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e720c%22 d=%22m1319.817 1862.069 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1399.817 1862.069 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72f9%22 d=%22m1479.817 1862.069 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72c5%22 d=%22m1559.817 1862.069 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1639.817 1862.069 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7241%22 d=%22m1799.817 1862.069 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e727c%22 d=%22m1879.817 1862.069 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e720a%22 d=%22m1959.817 1862.069 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m79.817 1931.034 39.818 22.989V2000l-39.818 22.989L40 2000v-45.977ZM159.817 1931.034l39.818 22.989V2000l-39.818 22.989L120 2000v-45.977ZM239.817 1931.034l39.818 22.989V2000l-39.818 22.989L200 2000v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e729d%22 d=%22m319.817 1931.034 39.818 22.989V2000l-39.818 22.989L280 2000v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m399.817 1931.034 39.818 22.989V2000l-39.818 22.989L360 2000v-45.977ZM479.817 1931.034l39.818 22.989V2000l-39.818 22.989L440 2000v-45.977ZM559.817 1931.034l39.818 22.989V2000l-39.818 22.989L520 2000v-45.977ZM719.817 1931.034l39.818 22.989V2000l-39.818 22.989L680 2000v-45.977ZM799.817 1931.034l39.818 22.989V2000l-39.818 22.989L760 2000v-45.977ZM879.817 1931.034l39.818 22.989V2000l-39.818 22.989L840 2000v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72a0%22 d=%22m959.817 1931.034 39.818 22.989V2000l-39.818 22.989L920 2000v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1039.817 1931.034 39.818 22.989V2000l-39.818 22.989L1000 2000v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7242%22 d=%22m1199.817 1931.034 39.818 22.989V2000l-39.818 22.989L1160 2000v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1279.817 1931.034 39.818 22.989V2000l-39.818 22.989L1240 2000v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e724f%22 d=%22m1359.817 1931.034 39.818 22.989V2000l-39.818 22.989L1320 2000v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1439.817 1931.034 39.818 22.989V2000l-39.818 22.989L1400 2000v-45.977ZM1519.817 1931.034l39.818 22.989V2000l-39.818 22.989L1480 2000v-45.977ZM1599.817 1931.034l39.818 22.989V2000l-39.818 22.989L1560 2000v-45.977ZM1679.817 1931.034l39.818 22.989V2000l-39.818 22.989L1640 2000v-45.977ZM1759.817 1931.034l39.818 22.989V2000l-39.818 22.989L1720 2000v-45.977ZM1839.817 1931.034l39.818 22.989V2000l-39.818 22.989L1800 2000v-45.977ZM39.817 2000l39.818 22.989v45.977l-39.818 22.988L0 2068.966v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72f4%22 d=%22m119.817 2000 39.818 22.989v45.977l-39.818 22.988L80 2068.966v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m199.817 2000 39.818 22.989v45.977l-39.818 22.988L160 2068.966v-45.977ZM279.817 2000l39.818 22.989v45.977l-39.818 22.988L240 2068.966v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7202%22 d=%22m359.817 2000 39.818 22.989v45.977l-39.818 22.988L320 2068.966v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m439.817 2000 39.818 22.989v45.977l-39.818 22.988L400 2068.966v-45.977ZM599.817 2000l39.818 22.989v45.977l-39.818 22.988L560 2068.966v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72f7%22 d=%22m679.817 2000 39.818 22.989v45.977l-39.818 22.988L640 2068.966v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m759.817 2000 39.818 22.989v45.977l-39.818 22.988L720 2068.966v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7217%22 d=%22m919.817 2000 39.818 22.989v45.977l-39.818 22.988L880 2068.966v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1079.817 2000 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1159.817 2000l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1239.817 2000l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1399.817 2000l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e728f%22 d=%22m1479.817 2000 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1559.817 2000 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1639.817 2000l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7283%22 d=%22m1719.817 2000 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72c9%22 d=%22m1959.817 2000 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m79.817 2068.966 39.818 22.988v45.977l-39.818 22.989L40 2137.93v-45.977ZM239.817 2068.966l39.818 22.988v45.977l-39.818 22.989L200 2137.93v-45.977ZM319.817 2068.966l39.818 22.988v45.977l-39.818 22.989L280 2137.93v-45.977ZM399.817 2068.966l39.818 22.988v45.977l-39.818 22.989L360 2137.93v-45.977ZM479.817 2068.966l39.818 22.988v45.977l-39.818 22.989L440 2137.93v-45.977ZM559.817 2068.966l39.818 22.988v45.977l-39.818 22.989L520 2137.93v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7274%22 d=%22m639.817 2068.966 39.818 22.988v45.977l-39.818 22.989L600 2137.93v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e723d%22 d=%22m799.817 2068.966 39.818 22.988v45.977l-39.818 22.989L760 2137.93v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m879.817 2068.966 39.818 22.988v45.977l-39.818 22.989L840 2137.93v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72ea%22 d=%22m959.817 2068.966 39.818 22.988v45.977l-39.818 22.989L920 2137.93v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7277%22 d=%22m1119.817 2068.966 39.818 22.988v45.977l-39.818 22.989L1080 2137.93v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e726a%22 d=%22m1199.817 2068.966 39.818 22.988v45.977l-39.818 22.989L1160 2137.93v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1279.817 2068.966 39.818 22.988v45.977l-39.818 22.989L1240 2137.93v-45.977ZM1359.817 2068.966l39.818 22.988v45.977l-39.818 22.989L1320 2137.93v-45.977ZM1439.817 2068.966l39.818 22.988v45.977l-39.818 22.989L1400 2137.93v-45.977ZM1519.817 2068.966l39.818 22.988v45.977l-39.818 22.989L1480 2137.93v-45.977ZM1679.817 2068.966l39.818 22.988v45.977l-39.818 22.989L1640 2137.93v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7204%22 d=%22m1759.817 2068.966 39.818 22.988v45.977l-39.818 22.989L1720 2137.93v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7222%22 d=%22m1839.817 2068.966 39.818 22.988v45.977l-39.818 22.989L1800 2137.93v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1919.817 2068.966 39.818 22.988v45.977l-39.818 22.989L1880 2137.93v-45.977ZM1999.817 2068.966l39.818 22.988v45.977l-39.818 22.989L1960 2137.93v-45.977ZM39.817 2137.931l39.818 22.989v45.977l-39.818 22.988L0 2206.897v-45.977ZM279.817 2137.931l39.818 22.989v45.977l-39.818 22.988L240 2206.897v-45.977ZM359.817 2137.931l39.818 22.989v45.977l-39.818 22.988L320 2206.897v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7290%22 d=%22m439.817 2137.931 39.818 22.989v45.977l-39.818 22.988L400 2206.897v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m679.817 2137.931 39.818 22.989v45.977l-39.818 22.988L640 2206.897v-45.977ZM759.817 2137.931l39.818 22.989v45.977l-39.818 22.988L720 2206.897v-45.977ZM839.817 2137.931l39.818 22.989v45.977l-39.818 22.988L800 2206.897v-45.977ZM919.817 2137.931l39.818 22.989v45.977l-39.818 22.988L880 2206.897v-45.977ZM999.817 2137.931l39.818 22.989v45.977l-39.818 22.988L960 2206.897v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7215%22 d=%22m1079.817 2137.931 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72be%22 d=%22m1159.817 2137.931 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1479.817 2137.931 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1559.817 2137.931l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1719.817 2137.931l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1799.817 2137.931l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1879.817 2137.931l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1959.817 2137.931l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7209%22 d=%22m79.817 2206.897 39.818 22.988v45.977l-39.818 22.989L40 2275.862v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m239.817 2206.897 39.818 22.988v45.977l-39.818 22.989L200 2275.862v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e724e%22 d=%22m319.817 2206.897 39.818 22.988v45.977l-39.818 22.989L280 2275.862v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m399.817 2206.897 39.818 22.988v45.977l-39.818 22.989L360 2275.862v-45.977ZM479.817 2206.897l39.818 22.988v45.977l-39.818 22.989L440 2275.862v-45.977ZM559.817 2206.897l39.818 22.988v45.977l-39.818 22.989L520 2275.862v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e726e%22 d=%22m639.817 2206.897 39.818 22.988v45.977l-39.818 22.989L600 2275.862v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m799.817 2206.897 39.818 22.988v45.977l-39.818 22.989L760 2275.862v-45.977ZM959.817 2206.897l39.818 22.988v45.977l-39.818 22.989L920 2275.862v-45.977ZM1039.817 2206.897l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7221%22 d=%22m1199.817 2206.897 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1279.817 2206.897 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72dc%22 d=%22m1439.817 2206.897 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7217%22 d=%22m1519.817 2206.897 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72df%22 d=%22m1599.817 2206.897 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1679.817 2206.897 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1759.817 2206.897l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e721f%22 d=%22m1839.817 2206.897 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1919.817 2206.897 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1999.817 2206.897l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM39.817 2275.862l39.818 22.989v45.977l-39.818 22.988L0 2344.828v-45.977ZM119.817 2275.862l39.818 22.989v45.977l-39.818 22.988L80 2344.828v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7295%22 d=%22m199.817 2275.862 39.818 22.989v45.977l-39.818 22.988L160 2344.828v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m279.817 2275.862 39.818 22.989v45.977l-39.818 22.988L240 2344.828v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e724a%22 d=%22m359.817 2275.862 39.818 22.989v45.977l-39.818 22.988L320 2344.828v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m519.817 2275.862 39.818 22.989v45.977l-39.818 22.988L480 2344.828v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e724f%22 d=%22m599.817 2275.862 39.818 22.989v45.977l-39.818 22.988L560 2344.828v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m679.817 2275.862 39.818 22.989v45.977l-39.818 22.988L640 2344.828v-45.977ZM759.817 2275.862l39.818 22.989v45.977l-39.818 22.988L720 2344.828v-45.977ZM919.817 2275.862l39.818 22.989v45.977l-39.818 22.988L880 2344.828v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e725b%22 d=%22m999.817 2275.862 39.818 22.989v45.977l-39.818 22.988L960 2344.828v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1079.817 2275.862 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1159.817 2275.862l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7280%22 d=%22m1239.817 2275.862 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1319.817 2275.862 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1399.817 2275.862l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1479.817 2275.862l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1559.817 2275.862l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1799.817 2275.862l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7258%22 d=%22m1879.817 2275.862 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1959.817 2275.862 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM79.817 2344.828l39.818 22.988v45.977l-39.818 22.989L40 2413.793v-45.977ZM239.817 2344.828l39.818 22.988v45.977l-39.818 22.989L200 2413.793v-45.977ZM399.817 2344.828l39.818 22.988v45.977l-39.818 22.989L360 2413.793v-45.977ZM479.817 2344.828l39.818 22.988v45.977l-39.818 22.989L440 2413.793v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7220%22 d=%22m639.817 2344.828 39.818 22.988v45.977l-39.818 22.989L600 2413.793v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m719.817 2344.828 39.818 22.988v45.977l-39.818 22.989L680 2413.793v-45.977ZM799.817 2344.828l39.818 22.988v45.977l-39.818 22.989L760 2413.793v-45.977ZM879.817 2344.828l39.818 22.988v45.977l-39.818 22.989L840 2413.793v-45.977ZM959.817 2344.828l39.818 22.988v45.977l-39.818 22.989L920 2413.793v-45.977ZM1039.817 2344.828l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1119.817 2344.828l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1199.817 2344.828l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1279.817 2344.828l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1359.817 2344.828l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1439.817 2344.828l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72da%22 d=%22m1519.817 2344.828 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1759.817 2344.828 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1919.817 2344.828l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72e9%22 d=%22m1999.817 2344.828 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m39.817 2413.793 39.818 22.989v45.977l-39.818 22.988L0 2482.76v-45.977ZM119.817 2413.793l39.818 22.989v45.977l-39.818 22.988L80 2482.76v-45.977ZM199.817 2413.793l39.818 22.989v45.977l-39.818 22.988L160 2482.76v-45.977ZM279.817 2413.793l39.818 22.989v45.977l-39.818 22.988L240 2482.76v-45.977ZM359.817 2413.793l39.818 22.989v45.977l-39.818 22.988L320 2482.76v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72ed%22 d=%22m439.817 2413.793 39.818 22.989v45.977l-39.818 22.988L400 2482.76v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e723f%22 d=%22m679.817 2413.793 39.818 22.989v45.977l-39.818 22.988L640 2482.76v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m759.817 2413.793 39.818 22.989v45.977l-39.818 22.988L720 2482.76v-45.977ZM839.817 2413.793l39.818 22.989v45.977l-39.818 22.988L800 2482.76v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72f4%22 d=%22m999.817 2413.793 39.818 22.989v45.977l-39.818 22.988L960 2482.76v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1079.817 2413.793 39.818 22.989v45.977l-39.818 22.988L1040 2482.76v-45.977ZM1159.817 2413.793l39.818 22.989v45.977l-39.818 22.988L1120 2482.76v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7236%22 d=%22m1239.817 2413.793 39.818 22.989v45.977l-39.818 22.988L1200 2482.76v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1319.817 2413.793 39.818 22.989v45.977l-39.818 22.988L1280 2482.76v-45.977ZM1399.817 2413.793l39.818 22.989v45.977l-39.818 22.988L1360 2482.76v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7255%22 d=%22m1479.817 2413.793 39.818 22.989v45.977l-39.818 22.988L1440 2482.76v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72c8%22 d=%22m1559.817 2413.793 39.818 22.989v45.977l-39.818 22.988L1520 2482.76v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1719.817 2413.793 39.818 22.989v45.977l-39.818 22.988L1680 2482.76v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72c7%22 d=%22m1879.817 2413.793 39.818 22.989v45.977l-39.818 22.988L1840 2482.76v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7237%22 d=%22m79.817 2482.759 39.818 22.988v45.977l-39.818 22.989L40 2551.724v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m159.817 2482.759 39.818 22.988v45.977l-39.818 22.989L120 2551.724v-45.977ZM239.817 2482.759l39.818 22.988v45.977l-39.818 22.989L200 2551.724v-45.977ZM319.817 2482.759l39.818 22.988v45.977l-39.818 22.989L280 2551.724v-45.977ZM399.817 2482.759l39.818 22.988v45.977l-39.818 22.989L360 2551.724v-45.977ZM559.817 2482.759l39.818 22.988v45.977l-39.818 22.989L520 2551.724v-45.977ZM639.817 2482.759l39.818 22.988v45.977l-39.818 22.989L600 2551.724v-45.977ZM719.817 2482.759l39.818 22.988v45.977l-39.818 22.989L680 2551.724v-45.977ZM879.817 2482.759l39.818 22.988v45.977l-39.818 22.989L840 2551.724v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72ee%22 d=%22m959.817 2482.759 39.818 22.988v45.977l-39.818 22.989L920 2551.724v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1039.817 2482.759 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1119.817 2482.759l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1199.817 2482.759l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1279.817 2482.759l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1359.817 2482.759l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7217%22 d=%22m1439.817 2482.759 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1519.817 2482.759 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1679.817 2482.759l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7292%22 d=%22m1759.817 2482.759 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1839.817 2482.759 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1919.817 2482.759l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7281%22 d=%22m1999.817 2482.759 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m39.817 2551.724 39.818 22.989v45.977l-39.818 22.988L0 2620.69v-45.977ZM119.817 2551.724l39.818 22.989v45.977l-39.818 22.988L80 2620.69v-45.977ZM279.817 2551.724l39.818 22.989v45.977l-39.818 22.988L240 2620.69v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7244%22 d=%22m359.817 2551.724 39.818 22.989v45.977l-39.818 22.988L320 2620.69v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m439.817 2551.724 39.818 22.989v45.977l-39.818 22.988L400 2620.69v-45.977ZM679.817 2551.724l39.818 22.989v45.977l-39.818 22.988L640 2620.69v-45.977ZM759.817 2551.724l39.818 22.989v45.977l-39.818 22.988L720 2620.69v-45.977ZM839.817 2551.724l39.818 22.989v45.977l-39.818 22.988L800 2620.69v-45.977ZM999.817 2551.724l39.818 22.989v45.977l-39.818 22.988L960 2620.69v-45.977ZM1079.817 2551.724l39.818 22.989v45.977l-39.818 22.988L1040 2620.69v-45.977ZM1159.817 2551.724l39.818 22.989v45.977l-39.818 22.988L1120 2620.69v-45.977ZM1239.817 2551.724l39.818 22.989v45.977l-39.818 22.988L1200 2620.69v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e725e%22 d=%22m1319.817 2551.724 39.818 22.989v45.977l-39.818 22.988L1280 2620.69v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1399.817 2551.724 39.818 22.989v45.977l-39.818 22.988L1360 2620.69v-45.977ZM1479.817 2551.724l39.818 22.989v45.977l-39.818 22.988L1440 2620.69v-45.977ZM1719.817 2551.724l39.818 22.989v45.977l-39.818 22.988L1680 2620.69v-45.977ZM1799.817 2551.724l39.818 22.989v45.977l-39.818 22.988L1760 2620.69v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e727d%22 d=%22m1879.817 2551.724 39.818 22.989v45.977l-39.818 22.988L1840 2620.69v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1959.817 2551.724 39.818 22.989v45.977l-39.818 22.988L1920 2620.69v-45.977ZM79.817 2620.69l39.818 22.988v45.977l-39.818 22.989L40 2689.655v-45.977ZM159.817 2620.69l39.818 22.988v45.977l-39.818 22.989L120 2689.655v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72dc%22 d=%22m239.817 2620.69 39.818 22.988v45.977l-39.818 22.989L200 2689.655v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m319.817 2620.69 39.818 22.988v45.977l-39.818 22.989L280 2689.655v-45.977ZM479.817 2620.69l39.818 22.988v45.977l-39.818 22.989L440 2689.655v-45.977ZM559.817 2620.69l39.818 22.988v45.977l-39.818 22.989L520 2689.655v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e728b%22 d=%22m639.817 2620.69 39.818 22.988v45.977l-39.818 22.989L600 2689.655v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m719.817 2620.69 39.818 22.988v45.977l-39.818 22.989L680 2689.655v-45.977ZM799.817 2620.69l39.818 22.988v45.977l-39.818 22.989L760 2689.655v-45.977ZM879.817 2620.69l39.818 22.988v45.977l-39.818 22.989L840 2689.655v-45.977ZM959.817 2620.69l39.818 22.988v45.977l-39.818 22.989L920 2689.655v-45.977ZM1039.817 2620.69l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72ab%22 d=%22m1119.817 2620.69 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e723f%22 d=%22m1199.817 2620.69 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1279.817 2620.69 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1439.817 2620.69l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7238%22 d=%22m1519.817 2620.69 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72be%22 d=%22m1599.817 2620.69 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1679.817 2620.69 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1759.817 2620.69l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1839.817 2620.69l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72c7%22 d=%22m1999.817 2620.69 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72f1%22 d=%22m39.817 2689.655 39.818 22.989v45.977l-39.818 22.988L0 2758.621v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m119.817 2689.655 39.818 22.989v45.977l-39.818 22.988L80 2758.621v-45.977ZM199.817 2689.655l39.818 22.989v45.977l-39.818 22.988L160 2758.621v-45.977ZM439.817 2689.655l39.818 22.989v45.977l-39.818 22.988L400 2758.621v-45.977ZM519.817 2689.655l39.818 22.989v45.977l-39.818 22.988L480 2758.621v-45.977ZM599.817 2689.655l39.818 22.989v45.977l-39.818 22.988L560 2758.621v-45.977ZM679.817 2689.655l39.818 22.989v45.977l-39.818 22.988L640 2758.621v-45.977ZM759.817 2689.655l39.818 22.989v45.977l-39.818 22.988L720 2758.621v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72e7%22 d=%22m839.817 2689.655 39.818 22.989v45.977l-39.818 22.988L800 2758.621v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m919.817 2689.655 39.818 22.989v45.977l-39.818 22.988L880 2758.621v-45.977ZM999.817 2689.655l39.818 22.989v45.977l-39.818 22.988L960 2758.621v-45.977ZM1079.817 2689.655l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1239.817 2689.655l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e727c%22 d=%22m1319.817 2689.655 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1399.817 2689.655 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7293%22 d=%22m1559.817 2689.655 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72f4%22 d=%22m1639.817 2689.655 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1719.817 2689.655 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1799.817 2689.655l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1879.817 2689.655l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM79.817 2758.62l39.818 22.99v45.976l-39.818 22.989L40 2827.586v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72b4%22 d=%22m159.817 2758.62 39.818 22.99v45.976l-39.818 22.989L120 2827.586v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m239.817 2758.62 39.818 22.99v45.976l-39.818 22.989L200 2827.586v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72ed%22 d=%22m319.817 2758.62 39.818 22.99v45.976l-39.818 22.989L280 2827.586v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m399.817 2758.62 39.818 22.99v45.976l-39.818 22.989L360 2827.586v-45.977ZM479.817 2758.62l39.818 22.99v45.976l-39.818 22.989L440 2827.586v-45.977ZM559.817 2758.62l39.818 22.99v45.976l-39.818 22.989L520 2827.586v-45.977ZM719.817 2758.62l39.818 22.99v45.976l-39.818 22.989L680 2827.586v-45.977ZM799.817 2758.62l39.818 22.99v45.976l-39.818 22.989L760 2827.586v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e729d%22 d=%22m879.817 2758.62 39.818 22.99v45.976l-39.818 22.989L840 2827.586v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1039.817 2758.62 39.818 22.99v45.976l-39.818 22.989-39.817-22.989v-45.977ZM1119.817 2758.62l39.818 22.99v45.976l-39.818 22.989-39.817-22.989v-45.977ZM1199.817 2758.62l39.818 22.99v45.976l-39.818 22.989-39.817-22.989v-45.977ZM1279.817 2758.62l39.818 22.99v45.976l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7229%22 d=%22m1359.817 2758.62 39.818 22.99v45.976l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7272%22 d=%22m1439.817 2758.62 39.818 22.99v45.976l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1519.817 2758.62 39.818 22.99v45.976l-39.818 22.989-39.817-22.989v-45.977ZM1599.817 2758.62l39.818 22.99v45.976l-39.818 22.989-39.817-22.989v-45.977ZM1759.817 2758.62l39.818 22.99v45.976l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7229%22 d=%22m1839.817 2758.62 39.818 22.99v45.976l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1919.817 2758.62 39.818 22.99v45.976l-39.818 22.989-39.817-22.989v-45.977ZM1999.817 2758.62l39.818 22.99v45.976l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7264%22 d=%22m39.817 2827.586 39.818 22.989v45.977l-39.818 22.988L0 2896.552v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m119.817 2827.586 39.818 22.989v45.977l-39.818 22.988L80 2896.552v-45.977ZM199.817 2827.586l39.818 22.989v45.977l-39.818 22.988L160 2896.552v-45.977ZM279.817 2827.586l39.818 22.989v45.977l-39.818 22.988L240 2896.552v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7222%22 d=%22m359.817 2827.586 39.818 22.989v45.977l-39.818 22.988L320 2896.552v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m439.817 2827.586 39.818 22.989v45.977l-39.818 22.988L400 2896.552v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72c8%22 d=%22m519.817 2827.586 39.818 22.989v45.977l-39.818 22.988L480 2896.552v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e723b%22 d=%22m599.817 2827.586 39.818 22.989v45.977l-39.818 22.988L560 2896.552v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7288%22 d=%22m679.817 2827.586 39.818 22.989v45.977l-39.818 22.988L640 2896.552v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m759.817 2827.586 39.818 22.989v45.977l-39.818 22.988L720 2896.552v-45.977ZM839.817 2827.586l39.818 22.989v45.977l-39.818 22.988L800 2896.552v-45.977ZM1079.817 2827.586l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72b0%22 d=%22m1159.817 2827.586 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1319.817 2827.586 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1399.817 2827.586l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1479.817 2827.586l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7255%22 d=%22m1559.817 2827.586 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1639.817 2827.586 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1719.817 2827.586l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7226%22 d=%22m1799.817 2827.586 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1879.817 2827.586 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1959.817 2827.586l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM79.817 2896.552l39.818 22.988v45.977l-39.818 22.989L40 2965.517v-45.977ZM159.817 2896.552l39.818 22.988v45.977l-39.818 22.989L120 2965.517v-45.977ZM239.817 2896.552l39.818 22.988v45.977l-39.818 22.989L200 2965.517v-45.977ZM319.817 2896.552l39.818 22.988v45.977l-39.818 22.989L280 2965.517v-45.977ZM399.817 2896.552l39.818 22.988v45.977l-39.818 22.989L360 2965.517v-45.977ZM479.817 2896.552l39.818 22.988v45.977l-39.818 22.989L440 2965.517v-45.977ZM559.817 2896.552l39.818 22.988v45.977l-39.818 22.989L520 2965.517v-45.977ZM639.817 2896.552l39.818 22.988v45.977l-39.818 22.989L600 2965.517v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7205%22 d=%22m719.817 2896.552 39.818 22.988v45.977l-39.818 22.989L680 2965.517v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m799.817 2896.552 39.818 22.988v45.977l-39.818 22.989L760 2965.517v-45.977ZM879.817 2896.552l39.818 22.988v45.977l-39.818 22.989L840 2965.517v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7291%22 d=%22m959.817 2896.552 39.818 22.988v45.977l-39.818 22.989L920 2965.517v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1039.817 2896.552 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e722b%22 d=%22m1119.817 2896.552 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1199.817 2896.552 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1279.817 2896.552l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1359.817 2896.552l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1439.817 2896.552l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72a2%22 d=%22m1519.817 2896.552 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1599.817 2896.552 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1679.817 2896.552l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1759.817 2896.552l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1839.817 2896.552l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1919.817 2896.552l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1999.817 2896.552l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM39.817 2965.517l39.818 22.989v45.977l-39.818 22.988L0 3034.483v-45.977ZM279.817 2965.517l39.818 22.989v45.977l-39.818 22.988L240 3034.483v-45.977ZM359.817 2965.517l39.818 22.989v45.977l-39.818 22.988L320 3034.483v-45.977ZM439.817 2965.517l39.818 22.989v45.977l-39.818 22.988L400 3034.483v-45.977ZM519.817 2965.517l39.818 22.989v45.977l-39.818 22.988L480 3034.483v-45.977ZM599.817 2965.517l39.818 22.989v45.977l-39.818 22.988L560 3034.483v-45.977ZM679.817 2965.517l39.818 22.989v45.977l-39.818 22.988L640 3034.483v-45.977ZM759.817 2965.517l39.818 22.989v45.977l-39.818 22.988L720 3034.483v-45.977ZM839.817 2965.517l39.818 22.989v45.977l-39.818 22.988L800 3034.483v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7272%22 d=%22m919.817 2965.517 39.818 22.989v45.977l-39.818 22.988L880 3034.483v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m999.817 2965.517 39.818 22.989v45.977l-39.818 22.988L960 3034.483v-45.977ZM1079.817 2965.517l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1159.817 2965.517l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1399.817 2965.517l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7265%22 d=%22m1479.817 2965.517 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1719.817 2965.517 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1799.817 2965.517l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1879.817 2965.517l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e726a%22 d=%22m239.817 3034.483 39.818 22.988v45.977l-39.818 22.989L200 3103.448v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m319.817 3034.483 39.818 22.988v45.977l-39.818 22.989L280 3103.448v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72c5%22 d=%22m399.817 3034.483 39.818 22.988v45.977l-39.818 22.989L360 3103.448v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m479.817 3034.483 39.818 22.988v45.977l-39.818 22.989L440 3103.448v-45.977ZM639.817 3034.483l39.818 22.988v45.977l-39.818 22.989L600 3103.448v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7268%22 d=%22m719.817 3034.483 39.818 22.988v45.977l-39.818 22.989L680 3103.448v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m799.817 3034.483 39.818 22.988v45.977l-39.818 22.989L760 3103.448v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e725f%22 d=%22m959.817 3034.483 39.818 22.988v45.977l-39.818 22.989L920 3103.448v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7205%22 d=%22m1199.817 3034.483 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7226%22 d=%22m1279.817 3034.483 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1359.817 3034.483 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1439.817 3034.483l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e728a%22 d=%22m1599.817 3034.483 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7248%22 d=%22m1679.817 3034.483 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1759.817 3034.483 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7245%22 d=%22m1839.817 3034.483 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1919.817 3034.483 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7237%22 d=%22m1999.817 3034.483 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m39.817 3103.448 39.818 22.989v45.977l-39.818 22.988L0 3172.414v-45.977ZM119.817 3103.448l39.818 22.989v45.977l-39.818 22.988L80 3172.414v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e724a%22 d=%22m199.817 3103.448 39.818 22.989v45.977l-39.818 22.988L160 3172.414v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m279.817 3103.448 39.818 22.989v45.977l-39.818 22.988L240 3172.414v-45.977ZM519.817 3103.448l39.818 22.989v45.977l-39.818 22.988L480 3172.414v-45.977ZM599.817 3103.448l39.818 22.989v45.977l-39.818 22.988L560 3172.414v-45.977ZM679.817 3103.448l39.818 22.989v45.977l-39.818 22.988L640 3172.414v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7288%22 d=%22m759.817 3103.448 39.818 22.989v45.977l-39.818 22.988L720 3172.414v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1079.817 3103.448 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1159.817 3103.448l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1239.817 3103.448l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72b8%22 d=%22m1399.817 3103.448 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1479.817 3103.448 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1639.817 3103.448l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1719.817 3103.448l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1799.817 3103.448l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72cc%22 d=%22m1879.817 3103.448 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7290%22 d=%22m1959.817 3103.448 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7201%22 d=%22m79.817 3172.414 39.818 22.988v45.977l-39.818 22.989L40 3241.379v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72c7%22 d=%22m159.817 3172.414 39.818 22.988v45.977l-39.818 22.989L120 3241.379v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e727b%22 d=%22m239.817 3172.414 39.818 22.988v45.977l-39.818 22.989L200 3241.379v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m319.817 3172.414 39.818 22.988v45.977l-39.818 22.989L280 3241.379v-45.977ZM399.817 3172.414l39.818 22.988v45.977l-39.818 22.989L360 3241.379v-45.977ZM559.817 3172.414l39.818 22.988v45.977l-39.818 22.989L520 3241.379v-45.977ZM719.817 3172.414l39.818 22.988v45.977l-39.818 22.989L680 3241.379v-45.977ZM879.817 3172.414l39.818 22.988v45.977l-39.818 22.989L840 3241.379v-45.977ZM959.817 3172.414l39.818 22.988v45.977l-39.818 22.989L920 3241.379v-45.977ZM1039.817 3172.414l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1119.817 3172.414l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1279.817 3172.414l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1439.817 3172.414l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72dd%22 d=%22m1519.817 3172.414 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7295%22 d=%22m1679.817 3172.414 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1759.817 3172.414 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM39.817 3241.38l39.818 22.988v45.977l-39.818 22.988L0 3310.345v-45.977ZM119.817 3241.38l39.818 22.988v45.977l-39.818 22.988L80 3310.345v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72dd%22 d=%22m199.817 3241.38 39.818 22.988v45.977l-39.818 22.988L160 3310.345v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m279.817 3241.38 39.818 22.988v45.977l-39.818 22.988L240 3310.345v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7298%22 d=%22m359.817 3241.38 39.818 22.988v45.977l-39.818 22.988L320 3310.345v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m439.817 3241.38 39.818 22.988v45.977l-39.818 22.988L400 3310.345v-45.977ZM519.817 3241.38l39.818 22.988v45.977l-39.818 22.988L480 3310.345v-45.977ZM599.817 3241.38l39.818 22.988v45.977l-39.818 22.988L560 3310.345v-45.977ZM679.817 3241.38l39.818 22.988v45.977l-39.818 22.988L640 3310.345v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72df%22 d=%22m759.817 3241.38 39.818 22.988v45.977l-39.818 22.988L720 3310.345v-45.977ZM839.817 3241.38l39.818 22.988v45.977l-39.818 22.988L800 3310.345v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e729f%22 d=%22m919.817 3241.38 39.818 22.988v45.977l-39.818 22.988L880 3310.345v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m999.817 3241.38 39.818 22.988v45.977l-39.818 22.988L960 3310.345v-45.977ZM1079.817 3241.38l39.818 22.988v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1159.817 3241.38l39.818 22.988v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1239.817 3241.38l39.818 22.988v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72c3%22 d=%22m1399.817 3241.38 39.818 22.988v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1479.817 3241.38 39.818 22.988v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72c5%22 d=%22m1559.817 3241.38 39.818 22.988v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1799.817 3241.38 39.818 22.988v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1879.817 3241.38l39.818 22.988v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1959.817 3241.38l39.818 22.988v45.977l-39.818 22.988-39.817-22.988v-45.977ZM159.817 3310.345l39.818 22.988v45.977l-39.818 22.989L120 3379.31v-45.977ZM239.817 3310.345l39.818 22.988v45.977l-39.818 22.989L200 3379.31v-45.977ZM319.817 3310.345l39.818 22.988v45.977l-39.818 22.989L280 3379.31v-45.977ZM399.817 3310.345l39.818 22.988v45.977l-39.818 22.989L360 3379.31v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7234%22 d=%22m639.817 3310.345 39.818 22.988v45.977l-39.818 22.989L600 3379.31v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e725b%22 d=%22m719.817 3310.345 39.818 22.988v45.977l-39.818 22.989L680 3379.31v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e721d%22 d=%22m879.817 3310.345 39.818 22.988v45.977l-39.818 22.989L840 3379.31v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m959.817 3310.345 39.818 22.988v45.977l-39.818 22.989L920 3379.31v-45.977ZM1039.817 3310.345l39.818 22.988v45.977l-39.818 22.989L1000 3379.31v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e724f%22 d=%22m1199.817 3310.345 39.818 22.988v45.977l-39.818 22.989L1160 3379.31v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1279.817 3310.345 39.818 22.988v45.977l-39.818 22.989L1240 3379.31v-45.977ZM1359.817 3310.345l39.818 22.988v45.977l-39.818 22.989L1320 3379.31v-45.977ZM1439.817 3310.345l39.818 22.988v45.977l-39.818 22.989L1400 3379.31v-45.977ZM1599.817 3310.345l39.818 22.988v45.977l-39.818 22.989L1560 3379.31v-45.977ZM1679.817 3310.345l39.818 22.988v45.977l-39.818 22.989L1640 3379.31v-45.977ZM1759.817 3310.345l39.818 22.988v45.977l-39.818 22.989L1720 3379.31v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7240%22 d=%22m1919.817 3310.345 39.818 22.988v45.977l-39.818 22.989L1880 3379.31v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1999.817 3310.345 39.818 22.988v45.977l-39.818 22.989L1960 3379.31v-45.977ZM39.817 3379.31l39.818 22.989v45.977l-39.818 22.988L0 3448.276v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7241%22 d=%22m199.817 3379.31 39.818 22.989v45.977l-39.818 22.988L160 3448.276v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m279.817 3379.31 39.818 22.989v45.977l-39.818 22.988L240 3448.276v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e725e%22 d=%22m439.817 3379.31 39.818 22.989v45.977l-39.818 22.988L400 3448.276v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e727a%22 d=%22m519.817 3379.31 39.818 22.989v45.977l-39.818 22.988L480 3448.276v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e725a%22 d=%22m679.817 3379.31 39.818 22.989v45.977l-39.818 22.988L640 3448.276v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7250%22 d=%22m759.817 3379.31 39.818 22.989v45.977l-39.818 22.988L720 3448.276v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m839.817 3379.31 39.818 22.989v45.977l-39.818 22.988L800 3448.276v-45.977ZM919.817 3379.31l39.818 22.989v45.977l-39.818 22.988L880 3448.276v-45.977ZM999.817 3379.31l39.818 22.989v45.977l-39.818 22.988L960 3448.276v-45.977ZM1079.817 3379.31l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1159.817 3379.31l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1319.817 3379.31l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1399.817 3379.31l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1479.817 3379.31l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1559.817 3379.31l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1639.817 3379.31l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1719.817 3379.31l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1799.817 3379.31l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1959.817 3379.31l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72d8%22 d=%22m79.817 3448.276 39.818 22.988v45.977l-39.818 22.989L40 3517.24v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m159.817 3448.276 39.818 22.988v45.977l-39.818 22.989L120 3517.24v-45.977ZM239.817 3448.276l39.818 22.988v45.977l-39.818 22.989L200 3517.24v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e725c%22 d=%22m399.817 3448.276 39.818 22.988v45.977l-39.818 22.989L360 3517.24v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m479.817 3448.276 39.818 22.988v45.977l-39.818 22.989L440 3517.24v-45.977ZM559.817 3448.276l39.818 22.988v45.977l-39.818 22.989L520 3517.24v-45.977ZM639.817 3448.276l39.818 22.988v45.977l-39.818 22.989L600 3517.24v-45.977ZM719.817 3448.276l39.818 22.988v45.977l-39.818 22.989L680 3517.24v-45.977ZM799.817 3448.276l39.818 22.988v45.977l-39.818 22.989L760 3517.24v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72b6%22 d=%22m879.817 3448.276 39.818 22.988v45.977l-39.818 22.989L840 3517.24v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e720d%22 d=%22m959.817 3448.276 39.818 22.988v45.977l-39.818 22.989L920 3517.24v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1039.817 3448.276 39.818 22.988v45.977l-39.818 22.989L1000 3517.24v-45.977ZM1199.817 3448.276l39.818 22.988v45.977l-39.818 22.989L1160 3517.24v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72d9%22 d=%22m1279.817 3448.276 39.818 22.988v45.977l-39.818 22.989L1240 3517.24v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1359.817 3448.276 39.818 22.988v45.977l-39.818 22.989L1320 3517.24v-45.977ZM1439.817 3448.276l39.818 22.988v45.977l-39.818 22.989L1400 3517.24v-45.977ZM1519.817 3448.276l39.818 22.988v45.977l-39.818 22.989L1480 3517.24v-45.977ZM1599.817 3448.276l39.818 22.988v45.977l-39.818 22.989L1560 3517.24v-45.977ZM1679.817 3448.276l39.818 22.988v45.977l-39.818 22.989L1640 3517.24v-45.977ZM1759.817 3448.276l39.818 22.988v45.977l-39.818 22.989L1720 3517.24v-45.977ZM1839.817 3448.276l39.818 22.988v45.977l-39.818 22.989L1800 3517.24v-45.977ZM1919.817 3448.276l39.818 22.988v45.977l-39.818 22.989L1880 3517.24v-45.977ZM1999.817 3448.276l39.818 22.988v45.977l-39.818 22.989L1960 3517.24v-45.977ZM39.817 3517.241l39.818 22.989v45.977l-39.818 22.988L0 3586.207v-45.977ZM119.817 3517.241l39.818 22.989v45.977l-39.818 22.988L80 3586.207v-45.977ZM199.817 3517.241l39.818 22.989v45.977l-39.818 22.988L160 3586.207v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7297%22 d=%22m279.817 3517.241 39.818 22.989v45.977l-39.818 22.988L240 3586.207v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m439.817 3517.241 39.818 22.989v45.977l-39.818 22.988L400 3586.207v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72bd%22 d=%22m519.817 3517.241 39.818 22.989v45.977l-39.818 22.988L480 3586.207v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7237%22 d=%22m599.817 3517.241 39.818 22.989v45.977l-39.818 22.988L560 3586.207v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7271%22 d=%22m679.817 3517.241 39.818 22.989v45.977l-39.818 22.988L640 3586.207v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m759.817 3517.241 39.818 22.989v45.977l-39.818 22.988L720 3586.207v-45.977ZM839.817 3517.241l39.818 22.989v45.977l-39.818 22.988L800 3586.207v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e729a%22 d=%22m919.817 3517.241 39.818 22.989v45.977l-39.818 22.988L880 3586.207v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m999.817 3517.241 39.818 22.989v45.977l-39.818 22.988L960 3586.207v-45.977ZM1159.817 3517.241l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7284%22 d=%22m1239.817 3517.241 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72f1%22 d=%22m1319.817 3517.241 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1399.817 3517.241 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1559.817 3517.241l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72b1%22 d=%22m1639.817 3517.241 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1719.817 3517.241 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1799.817 3517.241l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1879.817 3517.241l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1959.817 3517.241l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM79.817 3586.207l39.818 22.988v45.977l-39.818 22.989L40 3655.172v-45.977ZM159.817 3586.207l39.818 22.988v45.977l-39.818 22.989L120 3655.172v-45.977ZM239.817 3586.207l39.818 22.988v45.977l-39.818 22.989L200 3655.172v-45.977ZM319.817 3586.207l39.818 22.988v45.977l-39.818 22.989L280 3655.172v-45.977ZM399.817 3586.207l39.818 22.988v45.977l-39.818 22.989L360 3655.172v-45.977ZM479.817 3586.207l39.818 22.988v45.977l-39.818 22.989L440 3655.172v-45.977ZM559.817 3586.207l39.818 22.988v45.977l-39.818 22.989L520 3655.172v-45.977ZM639.817 3586.207l39.818 22.988v45.977l-39.818 22.989L600 3655.172v-45.977ZM719.817 3586.207l39.818 22.988v45.977l-39.818 22.989L680 3655.172v-45.977ZM799.817 3586.207l39.818 22.988v45.977l-39.818 22.989L760 3655.172v-45.977ZM879.817 3586.207l39.818 22.988v45.977l-39.818 22.989L840 3655.172v-45.977ZM959.817 3586.207l39.818 22.988v45.977l-39.818 22.989L920 3655.172v-45.977ZM1039.817 3586.207l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1199.817 3586.207l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1279.817 3586.207l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1359.817 3586.207l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1519.817 3586.207l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1599.817 3586.207l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72ec%22 d=%22m1679.817 3586.207 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1999.817 3586.207 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72ed%22 d=%22m119.817 3655.172 39.818 22.989v45.977l-39.818 22.988L80 3724.138v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m199.817 3655.172 39.818 22.989v45.977l-39.818 22.988L160 3724.138v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72b7%22 d=%22m279.817 3655.172 39.818 22.989v45.977l-39.818 22.988L240 3724.138v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m439.817 3655.172 39.818 22.989v45.977l-39.818 22.988L400 3724.138v-45.977ZM519.817 3655.172l39.818 22.989v45.977l-39.818 22.988L480 3724.138v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e725d%22 d=%22m599.817 3655.172 39.818 22.989v45.977l-39.818 22.988L560 3724.138v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7248%22 d=%22m919.817 3655.172 39.818 22.989v45.977l-39.818 22.988L880 3724.138v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7228%22 d=%22m1159.817 3655.172 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72f2%22 d=%22m1239.817 3655.172 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7251%22 d=%22m1319.817 3655.172 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1399.817 3655.172 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1479.817 3655.172l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1559.817 3655.172l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1639.817 3655.172l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72ec%22 d=%22m1719.817 3655.172 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1799.817 3655.172 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1879.817 3655.172l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1959.817 3655.172l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72ac%22 d=%22m79.817 3724.138 39.818 22.988v45.977l-39.818 22.989L40 3793.103v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m159.817 3724.138 39.818 22.988v45.977l-39.818 22.989L120 3793.103v-45.977ZM239.817 3724.138l39.818 22.988v45.977l-39.818 22.989L200 3793.103v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72d8%22 d=%22m319.817 3724.138 39.818 22.988v45.977l-39.818 22.989L280 3793.103v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m479.817 3724.138 39.818 22.988v45.977l-39.818 22.989L440 3793.103v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72ab%22 d=%22m639.817 3724.138 39.818 22.988v45.977l-39.818 22.989L600 3793.103v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m799.817 3724.138 39.818 22.988v45.977l-39.818 22.989L760 3793.103v-45.977ZM959.817 3724.138l39.818 22.988v45.977l-39.818 22.989L920 3793.103v-45.977ZM1119.817 3724.138l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e726a%22 d=%22m1199.817 3724.138 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1279.817 3724.138 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1359.817 3724.138l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e726d%22 d=%22m1439.817 3724.138 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1519.817 3724.138 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1599.817 3724.138l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72da%22 d=%22m1679.817 3724.138 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1759.817 3724.138 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e727d%22 d=%22m1919.817 3724.138 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1999.817 3724.138 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM39.817 3793.103l39.818 22.989v45.977l-39.818 22.988L0 3862.07v-45.977ZM119.817 3793.103l39.818 22.989v45.977l-39.818 22.988L80 3862.07v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7236%22 d=%22m359.817 3793.103 39.818 22.989v45.977l-39.818 22.988L320 3862.07v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m439.817 3793.103 39.818 22.989v45.977l-39.818 22.988L400 3862.07v-45.977ZM519.817 3793.103l39.818 22.989v45.977l-39.818 22.988L480 3862.07v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72af%22 d=%22m599.817 3793.103 39.818 22.989v45.977l-39.818 22.988L560 3862.07v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m679.817 3793.103 39.818 22.989v45.977l-39.818 22.988L640 3862.07v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72a4%22 d=%22m759.817 3793.103 39.818 22.989v45.977l-39.818 22.988L720 3862.07v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m839.817 3793.103 39.818 22.989v45.977l-39.818 22.988L800 3862.07v-45.977ZM919.817 3793.103l39.818 22.989v45.977l-39.818 22.988L880 3862.07v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7269%22 d=%22m999.817 3793.103 39.818 22.989v45.977l-39.818 22.988L960 3862.07v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1079.817 3793.103 39.818 22.989v45.977l-39.818 22.988L1040 3862.07v-45.977ZM1159.817 3793.103l39.818 22.989v45.977l-39.818 22.988L1120 3862.07v-45.977ZM1239.817 3793.103l39.818 22.989v45.977l-39.818 22.988L1200 3862.07v-45.977ZM1319.817 3793.103l39.818 22.989v45.977l-39.818 22.988L1280 3862.07v-45.977ZM1399.817 3793.103l39.818 22.989v45.977l-39.818 22.988L1360 3862.07v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72dd%22 d=%22m1479.817 3793.103 39.818 22.989v45.977l-39.818 22.988L1440 3862.07v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1639.817 3793.103 39.818 22.989v45.977l-39.818 22.988L1600 3862.07v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72fc%22 d=%22m1719.817 3793.103 39.818 22.989v45.977l-39.818 22.988L1680 3862.07v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1799.817 3793.103 39.818 22.989v45.977l-39.818 22.988L1760 3862.07v-45.977ZM1879.817 3793.103l39.818 22.989v45.977l-39.818 22.988L1840 3862.07v-45.977ZM159.817 3862.069l39.818 22.988v45.977l-39.818 22.989L120 3931.034v-45.977ZM239.817 3862.069l39.818 22.988v45.977l-39.818 22.989L200 3931.034v-45.977ZM399.817 3862.069l39.818 22.988v45.977l-39.818 22.989L360 3931.034v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e724c%22 d=%22m479.817 3862.069 39.818 22.988v45.977l-39.818 22.989L440 3931.034v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7270%22 d=%22m559.817 3862.069 39.818 22.988v45.977l-39.818 22.989L520 3931.034v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m719.817 3862.069 39.818 22.988v45.977l-39.818 22.989L680 3931.034v-45.977ZM799.817 3862.069l39.818 22.988v45.977l-39.818 22.989L760 3931.034v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72db%22 d=%22m879.817 3862.069 39.818 22.988v45.977l-39.818 22.989L840 3931.034v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e723e%22 d=%22m959.817 3862.069 39.818 22.988v45.977l-39.818 22.989L920 3931.034v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1119.817 3862.069 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1199.817 3862.069l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1279.817 3862.069l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1679.817 3862.069l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e728e%22 d=%22m1759.817 3862.069 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1919.817 3862.069 39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM1999.817 3862.069l39.818 22.988v45.977l-39.818 22.989-39.817-22.989v-45.977ZM39.817 3931.034l39.818 22.989V4000l-39.818 22.989L0 4000v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72b8%22 d=%22m199.817 3931.034 39.818 22.989V4000l-39.818 22.989L160 4000v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m279.817 3931.034 39.818 22.989V4000l-39.818 22.989L240 4000v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72c2%22 d=%22m359.817 3931.034 39.818 22.989V4000l-39.818 22.989L320 4000v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e720e%22 d=%22m439.817 3931.034 39.818 22.989V4000l-39.818 22.989L400 4000v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m519.817 3931.034 39.818 22.989V4000l-39.818 22.989L480 4000v-45.977ZM599.817 3931.034l39.818 22.989V4000l-39.818 22.989L560 4000v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7267%22 d=%22m679.817 3931.034 39.818 22.989V4000l-39.818 22.989L640 4000v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m759.817 3931.034 39.818 22.989V4000l-39.818 22.989L720 4000v-45.977ZM839.817 3931.034l39.818 22.989V4000l-39.818 22.989L800 4000v-45.977ZM999.817 3931.034l39.818 22.989V4000l-39.818 22.989L960 4000v-45.977ZM1079.817 3931.034l39.818 22.989V4000l-39.818 22.989L1040 4000v-45.977ZM1159.817 3931.034l39.818 22.989V4000l-39.818 22.989L1120 4000v-45.977ZM1319.817 3931.034l39.818 22.989V4000l-39.818 22.989L1280 4000v-45.977ZM1479.817 3931.034l39.818 22.989V4000l-39.818 22.989L1440 4000v-45.977ZM1559.817 3931.034l39.818 22.989V4000l-39.818 22.989L1520 4000v-45.977ZM1639.817 3931.034l39.818 22.989V4000l-39.818 22.989L1600 4000v-45.977ZM1719.817 3931.034l39.818 22.989V4000l-39.818 22.989L1680 4000v-45.977ZM1799.817 3931.034l39.818 22.989V4000l-39.818 22.989L1760 4000v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72f7%22 d=%22m1879.817 3931.034 39.818 22.989V4000l-39.818 22.989L1840 4000v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1959.817 3931.034 39.818 22.989V4000l-39.818 22.989L1920 4000v-45.977ZM79.817 4000l39.818 22.989v45.977l-39.818 22.988L40 4068.966v-45.977ZM159.817 4000l39.818 22.989v45.977l-39.818 22.988L120 4068.966v-45.977ZM239.817 4000l39.818 22.989v45.977l-39.818 22.988L200 4068.966v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72d8%22 d=%22m319.817 4000 39.818 22.989v45.977l-39.818 22.988L280 4068.966v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m399.817 4000 39.818 22.989v45.977l-39.818 22.988L360 4068.966v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7251%22 d=%22m479.817 4000 39.818 22.989v45.977l-39.818 22.988L440 4068.966v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m639.817 4000 39.818 22.989v45.977l-39.818 22.988L600 4068.966v-45.977ZM719.817 4000l39.818 22.989v45.977l-39.818 22.988L680 4068.966v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72be%22 d=%22m959.817 4000 39.818 22.989v45.977l-39.818 22.988L920 4068.966v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7279%22 d=%22m1039.817 4000 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1279.817 4000 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1439.817 4000l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1519.817 4000l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1599.817 4000l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1679.817 4000l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e721e%22 d=%22m1759.817 4000 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1919.817 4000 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1999.817 4000l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM39.817 4068.966l39.818 22.988v45.977l-39.818 22.989L0 4137.93v-45.977ZM119.817 4068.966l39.818 22.988v45.977l-39.818 22.989L80 4137.93v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72ac%22 d=%22m199.817 4068.966 39.818 22.988v45.977l-39.818 22.989L160 4137.93v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m279.817 4068.966 39.818 22.988v45.977l-39.818 22.989L240 4137.93v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72af%22 d=%22m359.817 4068.966 39.818 22.988v45.977l-39.818 22.989L320 4137.93v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m439.817 4068.966 39.818 22.988v45.977l-39.818 22.989L400 4137.93v-45.977ZM519.817 4068.966l39.818 22.988v45.977l-39.818 22.989L480 4137.93v-45.977ZM599.817 4068.966l39.818 22.988v45.977l-39.818 22.989L560 4137.93v-45.977ZM679.817 4068.966l39.818 22.988v45.977l-39.818 22.989L640 4137.93v-45.977ZM759.817 4068.966l39.818 22.988v45.977l-39.818 22.989L720 4137.93v-45.977ZM839.817 4068.966l39.818 22.988v45.977l-39.818 22.989L800 4137.93v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7272%22 d=%22m919.817 4068.966 39.818 22.988v45.977l-39.818 22.989L880 4137.93v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m999.817 4068.966 39.818 22.988v45.977l-39.818 22.989L960 4137.93v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72f4%22 d=%22m1079.817 4068.966 39.818 22.988v45.977l-39.818 22.989L1040 4137.93v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7299%22 d=%22m1159.817 4068.966 39.818 22.988v45.977l-39.818 22.989L1120 4137.93v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72f4%22 d=%22m1239.817 4068.966 39.818 22.988v45.977l-39.818 22.989L1200 4137.93v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1319.817 4068.966 39.818 22.988v45.977l-39.818 22.989L1280 4137.93v-45.977ZM1399.817 4068.966l39.818 22.988v45.977l-39.818 22.989L1360 4137.93v-45.977ZM1479.817 4068.966l39.818 22.988v45.977l-39.818 22.989L1440 4137.93v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72df%22 d=%22m1559.817 4068.966 39.818 22.988v45.977l-39.818 22.989L1520 4137.93v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1639.817 4068.966 39.818 22.988v45.977l-39.818 22.989L1600 4137.93v-45.977ZM1719.817 4068.966l39.818 22.988v45.977l-39.818 22.989L1680 4137.93v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7276%22 d=%22m1799.817 4068.966 39.818 22.988v45.977l-39.818 22.989L1760 4137.93v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1959.817 4068.966 39.818 22.988v45.977l-39.818 22.989L1920 4137.93v-45.977ZM79.817 4137.931l39.818 22.989v45.977l-39.818 22.988L40 4206.897v-45.977ZM159.817 4137.931l39.818 22.989v45.977l-39.818 22.988L120 4206.897v-45.977ZM239.817 4137.931l39.818 22.989v45.977l-39.818 22.988L200 4206.897v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e729e%22 d=%22m319.817 4137.931 39.818 22.989v45.977l-39.818 22.988L280 4206.897v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m559.817 4137.931 39.818 22.989v45.977l-39.818 22.988L520 4206.897v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e72f0%22 d=%22m639.817 4137.931 39.818 22.989v45.977l-39.818 22.988L600 4206.897v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7277%22 d=%22m719.817 4137.931 39.818 22.989v45.977l-39.818 22.988L680 4206.897v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m879.817 4137.931 39.818 22.989v45.977l-39.818 22.988L840 4206.897v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7233%22 d=%22m959.817 4137.931 39.818 22.989v45.977l-39.818 22.988L920 4206.897v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1039.817 4137.931 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1199.817 4137.931l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7247%22 d=%22m1359.817 4137.931 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1439.817 4137.931 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1519.817 4137.931l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977ZM1759.817 4137.931l39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22%234c4e7210%22 d=%22m1839.817 4137.931 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3Cpath stroke=%22%234c4e72%22 stroke-width=%222.19999945%22 fill=%22none%22 d=%22m1999.817 4137.931 39.818 22.989v45.977l-39.818 22.988-39.817-22.988v-45.977Z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CradialGradient id=%22a%22%3E%3Cstop offset=%220%22 stop-color=%22%23fff%22 stop-opacity=%22.892%22%2F%3E%3Cstop offset=%2291%25%22 stop-color=%22%23fff%22 stop-opacity=%220%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E")}.grid-rectangle{background-image:url("data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 2000 1400%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask id=%22b%22 x=%220%22 y=%220%22 width=%222000%22 height=%221400%22%3E%3Cpath fill=%22url%28%23a%29%22 d=%22M0 0h2000v1400H0z%22%2F%3E%3C%2Fmask%3E%3Cpath fill=%22%230a1a00%22 d=%22M0 0h2000v1400H0z%22%2F%3E%3Cg style=%22transform-origin:center center%22 stroke=%22%2300561e%22 stroke-width=%222.2%22 mask=%22url%28%23b%29%22%3E%3Cpath fill=%22none%22 d=%22M0 0h80v80H0zM80 0h80v80H80z%22%2F%3E%3Cpath fill=%22%2300561e7c%22 d=%22M160 0h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e29%22 d=%22M240 0h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e54%22 d=%22M320 0h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M400 0h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561ea0%22 d=%22M480 0h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561eb2%22 d=%22M560 0h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M720 0h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561ea5%22 d=%22M880 0h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1040 0h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e14%22 d=%22M1120 0h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1200 0h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561ea2%22 d=%22M1280 0h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1440 0h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e2f%22 d=%22M1520 0h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561eb7%22 d=%22M1600 0h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1760 0h80v80h-80zM1840 0h80v80h-80zM1920 0h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e36%22 d=%22M0 80h80v80H0z%22%2F%3E%3Cpath fill=%22none%22 d=%22M80 80h80v80H80zM240 80h80v80h-80zM400 80h80v80h-80zM480 80h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561ed5%22 d=%22M560 80h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M800 80h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561ebc%22 d=%22M880 80h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1040 80h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e35%22 d=%22M1200 80h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1280 80h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e9e%22 d=%22M1360 80h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1440 80h80v80h-80zM1600 80h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e98%22 d=%22M1680 80h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1760 80h80v80h-80zM1840 80h80v80h-80zM1920 80h80v80h-80zM0 160h80v80H0z%22%2F%3E%3Cpath fill=%22%2300561e01%22 d=%22M80 160h80v80H80z%22%2F%3E%3Cpath fill=%22%2300561eca%22 d=%22M160 160h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M240 160h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561ea1%22 d=%22M320 160h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M400 160h80v80h-80zM560 160h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e3a%22 d=%22M640 160h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M880 160h80v80h-80zM1040 160h80v80h-80zM1120 160h80v80h-80zM1200 160h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561ed9%22 d=%22M1280 160h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1360 160h80v80h-80zM1520 160h80v80h-80zM1600 160h80v80h-80zM1680 160h80v80h-80zM1840 160h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561eda%22 d=%22M1920 160h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M0 240h80v80H0zM80 240h80v80H80z%22%2F%3E%3Cpath fill=%22%2300561e3f%22 d=%22M160 240h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M240 240h80v80h-80zM320 240h80v80h-80zM400 240h80v80h-80zM480 240h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e8e%22 d=%22M560 240h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561eb9%22 d=%22M640 240h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M720 240h80v80h-80zM800 240h80v80h-80zM880 240h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561ea7%22 d=%22M960 240h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561ea9%22 d=%22M1040 240h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1200 240h80v80h-80zM1280 240h80v80h-80zM1360 240h80v80h-80zM1440 240h80v80h-80zM1520 240h80v80h-80zM1600 240h80v80h-80zM1680 240h80v80h-80zM1840 240h80v80h-80zM0 320h80v80H0zM80 320h80v80H80zM240 320h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e0f%22 d=%22M320 320h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M400 320h80v80h-80zM480 320h80v80h-80zM560 320h80v80h-80zM640 320h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561ee1%22 d=%22M720 320h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M880 320h80v80h-80zM960 320h80v80h-80zM1040 320h80v80h-80zM1200 320h80v80h-80zM1280 320h80v80h-80zM1360 320h80v80h-80zM1440 320h80v80h-80zM1520 320h80v80h-80zM1600 320h80v80h-80zM1680 320h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e12%22 d=%22M1760 320h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1840 320h80v80h-80zM1920 320h80v80h-80zM80 400h80v80H80zM160 400h80v80h-80zM240 400h80v80h-80zM320 400h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561ef7%22 d=%22M400 400h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M480 400h80v80h-80zM560 400h80v80h-80zM640 400h80v80h-80zM880 400h80v80h-80zM960 400h80v80h-80zM1280 400h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e3d%22 d=%22M1360 400h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561ebb%22 d=%22M1440 400h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1520 400h80v80h-80zM1600 400h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e26%22 d=%22M1680 400h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e2c%22 d=%22M1840 400h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1920 400h80v80h-80zM0 480h80v80H0zM80 480h80v80H80zM160 480h80v80h-80zM240 480h80v80h-80zM320 480h80v80h-80zM480 480h80v80h-80zM560 480h80v80h-80zM640 480h80v80h-80zM720 480h80v80h-80zM800 480h80v80h-80zM880 480h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e50%22 d=%22M960 480h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1040 480h80v80h-80zM1120 480h80v80h-80zM1200 480h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561eab%22 d=%22M1280 480h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561ec1%22 d=%22M1440 480h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561ecf%22 d=%22M1520 480h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1600 480h80v80h-80zM1760 480h80v80h-80zM1840 480h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e70%22 d=%22M1920 480h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e62%22 d=%22M0 560h80v80H0z%22%2F%3E%3Cpath fill=%22none%22 d=%22M80 560h80v80H80z%22%2F%3E%3Cpath fill=%22%2300561e04%22 d=%22M160 560h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e19%22 d=%22M240 560h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e63%22 d=%22M320 560h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M400 560h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e79%22 d=%22M480 560h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M640 560h80v80h-80zM720 560h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e77%22 d=%22M800 560h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M880 560h80v80h-80zM960 560h80v80h-80zM1040 560h80v80h-80zM1200 560h80v80h-80zM1280 560h80v80h-80zM1360 560h80v80h-80zM1600 560h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e96%22 d=%22M1680 560h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1760 560h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e20%22 d=%22M1840 560h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e23%22 d=%22M1920 560h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e32%22 d=%22M80 640h80v80H80z%22%2F%3E%3Cpath fill=%22%2300561e2b%22 d=%22M240 640h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M400 640h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e53%22 d=%22M480 640h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M560 640h80v80h-80zM640 640h80v80h-80zM720 640h80v80h-80zM800 640h80v80h-80zM880 640h80v80h-80zM1040 640h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561edb%22 d=%22M1120 640h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1200 640h80v80h-80zM1280 640h80v80h-80zM1360 640h80v80h-80zM1440 640h80v80h-80zM1520 640h80v80h-80zM1680 640h80v80h-80zM1760 640h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561eac%22 d=%22M1840 640h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1920 640h80v80h-80zM0 720h80v80H0z%22%2F%3E%3Cpath fill=%22%2300561ed5%22 d=%22M80 720h80v80H80z%22%2F%3E%3Cpath fill=%22%2300561e47%22 d=%22M240 720h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M320 720h80v80h-80zM400 720h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e1f%22 d=%22M480 720h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M560 720h80v80h-80zM640 720h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e97%22 d=%22M720 720h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e6e%22 d=%22M800 720h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M880 720h80v80h-80zM960 720h80v80h-80zM1040 720h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561ebb%22 d=%22M1200 720h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1280 720h80v80h-80zM1360 720h80v80h-80zM1440 720h80v80h-80zM1600 720h80v80h-80zM1680 720h80v80h-80zM1760 720h80v80h-80zM1840 720h80v80h-80zM1920 720h80v80h-80zM0 800h80v80H0z%22%2F%3E%3Cpath fill=%22%2300561e9b%22 d=%22M160 800h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M240 800h80v80h-80zM320 800h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e54%22 d=%22M400 800h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M640 800h80v80h-80zM720 800h80v80h-80zM800 800h80v80h-80zM880 800h80v80h-80zM1040 800h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561ef7%22 d=%22M1120 800h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561ed3%22 d=%22M1200 800h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1280 800h80v80h-80zM1360 800h80v80h-80zM1440 800h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e42%22 d=%22M1520 800h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e5f%22 d=%22M1680 800h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1760 800h80v80h-80zM1840 800h80v80h-80zM1920 800h80v80h-80zM80 880h80v80H80zM160 880h80v80h-80zM240 880h80v80h-80zM320 880h80v80h-80zM400 880h80v80h-80zM480 880h80v80h-80zM560 880h80v80h-80zM720 880h80v80h-80zM880 880h80v80h-80zM960 880h80v80h-80zM1040 880h80v80h-80zM1120 880h80v80h-80zM1200 880h80v80h-80zM1280 880h80v80h-80zM1360 880h80v80h-80zM1520 880h80v80h-80zM1600 880h80v80h-80zM1680 880h80v80h-80zM1760 880h80v80h-80zM1840 880h80v80h-80zM1920 880h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e25%22 d=%22M0 960h80v80H0z%22%2F%3E%3Cpath fill=%22none%22 d=%22M80 960h80v80H80zM160 960h80v80h-80zM240 960h80v80h-80zM400 960h80v80h-80zM480 960h80v80h-80zM560 960h80v80h-80zM640 960h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e6a%22 d=%22M720 960h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561ebf%22 d=%22M800 960h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M960 960h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561efc%22 d=%22M1040 960h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1120 960h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e93%22 d=%22M1280 960h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1360 960h80v80h-80zM1440 960h80v80h-80zM1520 960h80v80h-80zM1600 960h80v80h-80zM1680 960h80v80h-80zM1760 960h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e04%22 d=%22M1920 960h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M0 1040h80v80H0z%22%2F%3E%3Cpath fill=%22%2300561e67%22 d=%22M80 1040h80v80H80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M240 1040h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e02%22 d=%22M320 1040h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561ec4%22 d=%22M400 1040h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M480 1040h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e08%22 d=%22M560 1040h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M880 1040h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e08%22 d=%22M960 1040h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1040 1040h80v80h-80zM1120 1040h80v80h-80zM1200 1040h80v80h-80zM1280 1040h80v80h-80zM1440 1040h80v80h-80zM1520 1040h80v80h-80zM1600 1040h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e1f%22 d=%22M1680 1040h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561ea0%22 d=%22M1920 1040h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M80 1120h80v80H80z%22%2F%3E%3Cpath fill=%22%2300561e33%22 d=%22M160 1120h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561eb6%22 d=%22M240 1120h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M320 1120h80v80h-80zM400 1120h80v80h-80zM560 1120h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e34%22 d=%22M640 1120h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e63%22 d=%22M720 1120h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561eb2%22 d=%22M880 1120h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M960 1120h80v80h-80zM1040 1120h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561eb3%22 d=%22M1120 1120h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e98%22 d=%22M1200 1120h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1280 1120h80v80h-80zM1360 1120h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e76%22 d=%22M1440 1120h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1520 1120h80v80h-80zM1600 1120h80v80h-80zM1760 1120h80v80h-80zM1840 1120h80v80h-80zM1920 1120h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e81%22 d=%22M0 1200h80v80H0z%22%2F%3E%3Cpath fill=%22none%22 d=%22M80 1200h80v80H80zM160 1200h80v80h-80zM320 1200h80v80h-80zM400 1200h80v80h-80zM480 1200h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e47%22 d=%22M560 1200h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M720 1200h80v80h-80zM800 1200h80v80h-80zM880 1200h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e2d%22 d=%22M1040 1200h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561ebb%22 d=%22M1200 1200h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e9f%22 d=%22M1280 1200h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e9a%22 d=%22M1360 1200h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1440 1200h80v80h-80zM1600 1200h80v80h-80zM1680 1200h80v80h-80zM1760 1200h80v80h-80zM1840 1200h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561ea4%22 d=%22M0 1280h80v80H0z%22%2F%3E%3Cpath fill=%22%2300561ea1%22 d=%22M80 1280h80v80H80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M160 1280h80v80h-80zM240 1280h80v80h-80zM320 1280h80v80h-80zM400 1280h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561ece%22 d=%22M480 1280h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e7f%22 d=%22M560 1280h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M720 1280h80v80h-80zM800 1280h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e1e%22 d=%22M880 1280h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561ebf%22 d=%22M960 1280h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e7d%22 d=%22M1040 1280h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1120 1280h80v80h-80zM1200 1280h80v80h-80zM1440 1280h80v80h-80zM1520 1280h80v80h-80zM1680 1280h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e07%22 d=%22M1760 1280h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1840 1280h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561ed7%22 d=%22M1920 1280h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561eed%22 d=%22M0 1360h80v80H0z%22%2F%3E%3Cpath fill=%22none%22 d=%22M80 1360h80v80H80z%22%2F%3E%3Cpath fill=%22%2300561eb2%22 d=%22M160 1360h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M240 1360h80v80h-80zM320 1360h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e29%22 d=%22M400 1360h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M480 1360h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561ea7%22 d=%22M560 1360h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M640 1360h80v80h-80zM800 1360h80v80h-80zM880 1360h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561ea1%22 d=%22M1040 1360h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e0f%22 d=%22M1120 1360h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e80%22 d=%22M1200 1360h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e68%22 d=%22M1280 1360h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1360 1360h80v80h-80zM1440 1360h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e33%22 d=%22M1520 1360h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1680 1360h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561e44%22 d=%22M1760 1360h80v80h-80z%22%2F%3E%3Cpath fill=%22%2300561ebe%22 d=%22M1840 1360h80v80h-80z%22%2F%3E%3Cpath fill=%22none%22 d=%22M1920 1360h80v80h-80z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CradialGradient id=%22a%22%3E%3Cstop offset=%220%22 stop-color=%22%23fff%22 stop-opacity=%22.892%22%2F%3E%3Cstop offset=%2291%25%22 stop-color=%22%23fff%22 stop-opacity=%220%22%2F%3E%3C%2FradialGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");background-position:50%;background-repeat:repeat;background-size:cover;height:100%;width:100%}.removed-iron-hexagon{align-items:center;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49'%3E%3Cpath d='m13.99 9.25 13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z' fill='%239C92AC' fill-opacity='.25' fill-rule='nonzero'/%3E%3C/svg%3E"),linear-gradient(to right top,#343a40,#2b2c31,#211f22,#151314,#000);color:grey;color:var(--color-1);display:flex;justify-content:center}.dynamic-book-shelf,.removed-iron-hexagon{background-color:grey;background-color:var(--color-1);height:100%;width:100%}.dynamic-book-shelf{--color-0:#fff;--color-1:#111;--color-2:#222;--color-3:#333;--color-4:#2e2e2e;--color-5:tan;--color-6:#b22222;--color-7:#871a1a;--color-8:tomato;--color-9:#ff3814;background-image:linear-gradient(0deg,#f1f1f1 5%,grey 6%,grey 7%,#0000 0),linear-gradient(180deg,grey 30%,#0000 80%),linear-gradient(90deg,#f1f1f1,#ababab 5%,#0000 0),linear-gradient(90deg,#0000 6%,#f1f1f1 0,#ababab 9%,#0000 0),linear-gradient(90deg,#0000 27%,#f1f1f1 0,#ababab 34%,#0000 0),linear-gradient(90deg,#0000 51%,#f1f1f1 0,#ababab 57%,#0000 0),linear-gradient(180deg,grey 35%,#0000 0),linear-gradient(90deg,#0000 42%,#f1f1f1 0,#ababab 44%,#0000 0),linear-gradient(90deg,#0000 45%,#f1f1f1 0,#ababab 47%,#0000 0),linear-gradient(90deg,#0000 48%,#f1f1f1 0,#ababab 50%,#0000 0),linear-gradient(90deg,#0000 87%,#f1f1f1 0,#ababab 91%,#0000 0),linear-gradient(180deg,grey 37.5%,#0000 0),linear-gradient(90deg,#0000 14%,#f1f1f1 0,#ababab 20%,#0000 0),linear-gradient(180deg,grey 40%,#0000 0),linear-gradient(90deg,#0000 10%,#f1f1f1 0,#ababab 13%,#0000 0),linear-gradient(90deg,#0000 21%,#f1f1f1 0,#1a1a1a 25%,#0000 0),linear-gradient(90deg,#0000 58%,#f1f1f1 0,#ababab 64%,#0000 0),linear-gradient(90deg,#0000 92%,#f1f1f1 0,#ababab 95%,#0000 0),linear-gradient(180deg,grey 48%,#0000 0),linear-gradient(90deg,#0000 96%,#f1f1f1 0,#1a1a1a 99%,#0000 0),linear-gradient(180deg,#0000 68.5%,#0000 76%,grey 0,grey 77.5%,#0000 0,#0000 86%,grey 0,grey 87.5%,#0000 0),linear-gradient(90deg,#0000 35%,#f1f1f1 0,#ababab 41%,#0000 0),linear-gradient(180deg,grey 68%,#0000 0),linear-gradient(90deg,#0000 78%,#e5e5f7 0,#e5e5f7 80%,#0000 0,#0000 82%,#e5e5f7 0,#e5e5f7 83%,#0000 0),linear-gradient(90deg,#0000 66%,#f1f1f1 0,#ababab 85%,#0000 0);background-image:linear-gradient(to top,var(--color-2) 5%,var(--color-1) 6%,var(--color-1) 7%,#0000 7%),linear-gradient(to bottom,var(--color-1) 30%,#0000 80%),linear-gradient(to right,var(--color-2),var(--color-4) 5%,#0000 5%),linear-gradient(to right,#0000 6%,var(--color-2) 6%,var(--color-4) 9%,#0000 9%),linear-gradient(to right,#0000 27%,var(--color-2) 27%,var(--color-4) 34%,#0000 34%),linear-gradient(to right,#0000 51%,var(--color-2) 51%,var(--color-4) 57%,#0000 57%),linear-gradient(to bottom,var(--color-1) 35%,#0000 35%),linear-gradient(to right,#0000 42%,var(--color-2) 42%,var(--color-4) 44%,#0000 44%),linear-gradient(to right,#0000 45%,var(--color-2) 45%,var(--color-4) 47%,#0000 47%),linear-gradient(to right,#0000 48%,var(--color-2) 48%,var(--color-4) 50%,#0000 50%),linear-gradient(to right,#0000 87%,var(--color-2) 87%,var(--color-4) 91%,#0000 91%),linear-gradient(to bottom,var(--color-1) 37.5%,#0000 37.5%),linear-gradient(to right,#0000 14%,var(--color-2) 14%,var(--color-4) 20%,#0000 20%),linear-gradient(to bottom,var(--color-1) 40%,#0000 40%),linear-gradient(to right,#0000 10%,var(--color-2) 10%,var(--color-4) 13%,#0000 13%),linear-gradient(to right,#0000 21%,var(--color-2) 21%,#1a1a1a 25%,#0000 25%),linear-gradient(to right,#0000 58%,var(--color-2) 58%,var(--color-4) 64%,#0000 64%),linear-gradient(to right,#0000 92%,var(--color-2) 92%,var(--color-4) 95%,#0000 95%),linear-gradient(to bottom,var(--color-1) 48%,#0000 48%),linear-gradient(to right,#0000 96%,var(--color-2) 96%,#1a1a1a 99%,#0000 99%),linear-gradient(to bottom,#0000 68.5%,#0000 76%,var(--color-1) 76%,var(--color-1) 77.5%,#0000 77.5%,#0000 86%,var(--color-1) 86%,var(--color-1) 87.5%,#0000 87.5%),linear-gradient(to right,#0000 35%,var(--color-2) 35%,var(--color-4) 41%,#0000 41%),linear-gradient(to bottom,var(--color-1) 68%,#0000 68%),linear-gradient(to right,#0000 78%,var(--color-3) 78%,var(--color-3) 80%,#0000 80%,#0000 82%,var(--color-3) 82%,var(--color-3) 83%,#0000 83%),linear-gradient(to right,#0000 66%,var(--color-2) 66%,var(--color-4) 85%,#0000 85%)}.dynamic-book-shelf,.dynamic-book-shelf:before{background-position:bottom;background-size:300px 150px}.dynamic-book-shelf:before{animation:flashlight 20s ease infinite;background-color:grey;background-color:var(--color-1);background-image:linear-gradient(to top,var(--color-5) 5%,grey 6%,grey 7%,#0000 7%),linear-gradient(to bottom,grey 30%,#0000 30%),linear-gradient(to right,var(--color-6),var(--color-7) 5%,#0000 5%),linear-gradient(to right,#0000 6%,var(--color-8) 6%,var(--color-9) 9%,#0000 9%),linear-gradient(to right,#0000 27%,#556b2f 27%,#39481f 34%,#0000 34%),linear-gradient(to right,#0000 51%,salmon 51%,#f85441 57%,#0000 57%),linear-gradient(to bottom,grey 35%,#0000 35%),linear-gradient(to right,#0000 42%,teal 42%,#004d4d 44%,#0000 44%),linear-gradient(to right,#0000 45%,teal 45%,#004d4d 47%,#0000 47%),linear-gradient(to right,#0000 48%,teal 48%,#004d4d 50%,#0000 50%),linear-gradient(to right,#0000 87%,#789 87%,#4f5d6a 91%,#0000 91%),linear-gradient(to bottom,grey 37.5%,#0000 37.5%),linear-gradient(to right,#0000 14%,#bdb76b 14%,#989244 20%,#0000 20%),linear-gradient(to bottom,grey 40%,#0000 40%),linear-gradient(to right,#0000 10%,olive 10%,#4d4d00 13%,#0000 13%),linear-gradient(to right,#0000 21%,#8b4513 21%,#5e2f0d 25%,#0000 25%),linear-gradient(to right,#0000 58%,#8b4513 58%,#5e2f0d 64%,#0000 64%),linear-gradient(to right,#0000 92%,#2f4f4f 92%,#1c2f2f 95%,#0000 95%),linear-gradient(to bottom,grey 48%,#0000 48%),linear-gradient(to right,#0000 96%,#2f4f4f 96%,#1c2f2f 99%,#0000 99%),linear-gradient(to bottom,#0000 68.5%,#0000 76%,grey 76%,grey 77.5%,#0000 77.5%,#0000 86%,grey 86%,grey 87.5%,#0000 87.5%),linear-gradient(to right,#0000 35%,#cd5c5c 35%,#bc3a3a 41%,#0000 41%),linear-gradient(to bottom,grey 68%,#0000 68%),linear-gradient(to right,#0000 78%,#bc8f8f 78%,#bc8f8f 80%,#0000 80%,#0000 82%,#bc8f8f 82%,#bc8f8f 83%,#0000 83%),linear-gradient(to right,#0000 66%,brown 66%,#7c2020 85%,#0000 85%);background-image:linear-gradient(to top,var(--color-5) 5%,var(--color-1) 6%,var(--color-1) 7%,#0000 7%),linear-gradient(to bottom,var(--color-1) 30%,#0000 30%),linear-gradient(to right,var(--color-6),var(--color-7) 5%,#0000 5%),linear-gradient(to right,#0000 6%,var(--color-8) 6%,var(--color-9) 9%,#0000 9%),linear-gradient(to right,#0000 27%,#556b2f 27%,#39481f 34%,#0000 34%),linear-gradient(to right,#0000 51%,salmon 51%,#f85441 57%,#0000 57%),linear-gradient(to bottom,var(--color-1) 35%,#0000 35%),linear-gradient(to right,#0000 42%,teal 42%,#004d4d 44%,#0000 44%),linear-gradient(to right,#0000 45%,teal 45%,#004d4d 47%,#0000 47%),linear-gradient(to right,#0000 48%,teal 48%,#004d4d 50%,#0000 50%),linear-gradient(to right,#0000 87%,#789 87%,#4f5d6a 91%,#0000 91%),linear-gradient(to bottom,var(--color-1) 37.5%,#0000 37.5%),linear-gradient(to right,#0000 14%,#bdb76b 14%,#989244 20%,#0000 20%),linear-gradient(to bottom,var(--color-1) 40%,#0000 40%),linear-gradient(to right,#0000 10%,olive 10%,#4d4d00 13%,#0000 13%),linear-gradient(to right,#0000 21%,#8b4513 21%,#5e2f0d 25%,#0000 25%),linear-gradient(to right,#0000 58%,#8b4513 58%,#5e2f0d 64%,#0000 64%),linear-gradient(to right,#0000 92%,#2f4f4f 92%,#1c2f2f 95%,#0000 95%),linear-gradient(to bottom,var(--color-1) 48%,#0000 48%),linear-gradient(to right,#0000 96%,#2f4f4f 96%,#1c2f2f 99%,#0000 99%),linear-gradient(to bottom,#0000 68.5%,#0000 76%,var(--color-1) 76%,var(--color-1) 77.5%,#0000 77.5%,#0000 86%,var(--color-1) 86%,var(--color-1) 87.5%,#0000 87.5%),linear-gradient(to right,#0000 35%,#cd5c5c 35%,#bc3a3a 41%,#0000 41%),linear-gradient(to bottom,var(--color-1) 68%,#0000 68%),linear-gradient(to right,#0000 78%,#bc8f8f 78%,#bc8f8f 80%,#0000 80%,#0000 82%,#bc8f8f 82%,#bc8f8f 83%,#0000 83%),linear-gradient(to right,#0000 66%,brown 66%,#7c2020 85%,#0000 85%);clip-path:circle(150px at center center);content:"";height:100%;inset:0;position:absolute;width:100%}.dynamic-book-shelf:after{animation:eyes 20s infinite;background-image:radial-gradient(circle,#fff 50%,#0000 0),radial-gradient(circle,#fff 50%,#0000 0);background-position:0,100%;background-repeat:no-repeat;background-size:10px 10px;bottom:100px;content:"";height:10px;left:calc(50% + 59px);position:absolute;width:25px}@keyframes flashlight{0%{clip-path:circle(150px at -25% 10%)}38%{clip-path:circle(150px at 60% 20%)}39%{clip-path:circle(150px at 60% 86%);opacity:1}40%{clip-path:circle(150px at 60% 86%);opacity:0}41%{clip-path:circle(150px at 60% 86%);opacity:1}42%{clip-path:circle(150px at 60% 86%);opacity:0}54%{clip-path:circle(150px at 60% 86%);opacity:0}55%{clip-path:circle(150px at 60% 86%);opacity:1}59%{clip-path:circle(150px at 60% 86%);opacity:1}64%{clip-path:circle(150px at 45% 78%)}68%{clip-path:circle(150px at 85% 89%)}72%{clip-path:circle(150px at 60% 86%)}74%{clip-path:circle(150px at 60% 86%)}to{clip-path:circle(150px at 150% 50%)}}@keyframes eyes{0%,38%{opacity:0}39%,41%{opacity:1;transform:scaleY(1)}40%{background-image:radial-gradient(circle,#fff 50%,#0000 0),radial-gradient(circle,#fff 50%,#0000 0);filter:none;transform:scaleY(0)}41%{background-image:radial-gradient(circle,red 50%,#0000 0),radial-gradient(circle,red 50%,#0000 0);filter:drop-shadow(0 0 4px #ff8686);transform:scaleY(1)}42%,to{opacity:0}}*,::backdrop,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.sr-only{clip:rect(0,0,0,0)!important;border-width:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.pointer-events-none{pointer-events:none!important}.visible{visibility:visible!important}.static{position:static!important}.fixed{position:fixed!important}.absolute{position:absolute!important}.relative{position:relative!important}.sticky{position:sticky!important}.inset-0{inset:0!important}.inset-y-0{bottom:0!important;top:0!important}.-bottom-1{bottom:-.25rem!important}.-bottom-4{bottom:-1rem!important}.-bottom-6{bottom:-1.5rem!important}.-left-1{left:-.25rem!important}.-left-4{left:-1rem!important}.-left-8{left:-2rem!important}.-right-1{right:-.25rem!important}.-right-2{right:-.5rem!important}.-right-4{right:-1rem!important}.-right-8{right:-2rem!important}.-top-0\.5{top:-.125rem!important}.-top-1{top:-.25rem!important}.-top-2{top:-.5rem!important}.-top-3{top:-.75rem!important}.-top-4{top:-1rem!important}.-top-6{top:-1.5rem!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.left-1\/2{left:50%!important}.right-0{right:0!important}.right-16{right:4rem!important}.right-2{right:.5rem!important}.right-3{right:.75rem!important}.right-8{right:2rem!important}.top-0{top:0!important}.top-1\/2{top:50%!important}.top-2{top:.5rem!important}.top-8{top:2rem!important}.top-full{top:100%!important}.-z-10{z-index:-10!important}.z-0{z-index:0!important}.z-10{z-index:10!important}.z-20{z-index:20!important}.z-30{z-index:30!important}.z-40{z-index:40!important}.z-50{z-index:50!important}.z-\[10000\]{z-index:10000!important}.z-\[1000\]{z-index:1000!important}.z-\[9999\]{z-index:9999!important}.col-span-1{grid-column:span 1/span 1!important}.col-span-2{grid-column:span 2/span 2!important}.m-0{margin:0!important}.m-2{margin:.5rem!important}.m-auto{margin:auto!important}.mx-0\.5{margin-left:.125rem!important;margin-right:.125rem!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-1{margin-bottom:.25rem!important;margin-top:.25rem!important}.my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-10{margin-bottom:2.5rem!important}.mb-11{margin-bottom:2.75rem!important}.mb-12{margin-bottom:3rem!important}.mb-14{margin-bottom:3.5rem!important}.mb-16{margin-bottom:4rem!important}.mb-2{margin-bottom:.5rem!important}.mb-20{margin-bottom:5rem!important}.mb-24{margin-bottom:6rem!important}.mb-28{margin-bottom:7rem!important}.mb-3{margin-bottom:.75rem!important}.mb-32{margin-bottom:8rem!important}.mb-36{margin-bottom:9rem!important}.mb-4{margin-bottom:1rem!important}.mb-40{margin-bottom:10rem!important}.mb-44{margin-bottom:11rem!important}.mb-48{margin-bottom:12rem!important}.mb-5{margin-bottom:1.25rem!important}.mb-52{margin-bottom:13rem!important}.mb-56{margin-bottom:14rem!important}.mb-6{margin-bottom:1.5rem!important}.mb-60{margin-bottom:15rem!important}.mb-64{margin-bottom:16rem!important}.mb-7{margin-bottom:1.75rem!important}.mb-72{margin-bottom:18rem!important}.mb-8{margin-bottom:2rem!important}.mb-80{margin-bottom:20rem!important}.mb-9{margin-bottom:2.25rem!important}.mb-96{margin-bottom:24rem!important}.mb-auto{margin-bottom:auto!important}.ml-0{margin-left:0!important}.ml-1{margin-left:.25rem!important}.ml-10{margin-left:2.5rem!important}.ml-11{margin-left:2.75rem!important}.ml-12{margin-left:3rem!important}.ml-14{margin-left:3.5rem!important}.ml-16{margin-left:4rem!important}.ml-2{margin-left:.5rem!important}.ml-20{margin-left:5rem!important}.ml-24{margin-left:6rem!important}.ml-28{margin-left:7rem!important}.ml-3{margin-left:.75rem!important}.ml-32{margin-left:8rem!important}.ml-36{margin-left:9rem!important}.ml-4{margin-left:1rem!important}.ml-40{margin-left:10rem!important}.ml-44{margin-left:11rem!important}.ml-48{margin-left:12rem!important}.ml-5{margin-left:1.25rem!important}.ml-52{margin-left:13rem!important}.ml-56{margin-left:14rem!important}.ml-6{margin-left:1.5rem!important}.ml-60{margin-left:15rem!important}.ml-64{margin-left:16rem!important}.ml-7{margin-left:1.75rem!important}.ml-72{margin-left:18rem!important}.ml-8{margin-left:2rem!important}.ml-80{margin-left:20rem!important}.ml-9{margin-left:2.25rem!important}.ml-96{margin-left:24rem!important}.ml-auto{margin-left:auto!important}.mr-0{margin-right:0!important}.mr-1{margin-right:.25rem!important}.mr-10{margin-right:2.5rem!important}.mr-11{margin-right:2.75rem!important}.mr-12{margin-right:3rem!important}.mr-14{margin-right:3.5rem!important}.mr-16{margin-right:4rem!important}.mr-2{margin-right:.5rem!important}.mr-20{margin-right:5rem!important}.mr-24{margin-right:6rem!important}.mr-28{margin-right:7rem!important}.mr-3{margin-right:.75rem!important}.mr-32{margin-right:8rem!important}.mr-36{margin-right:9rem!important}.mr-4{margin-right:1rem!important}.mr-40{margin-right:10rem!important}.mr-44{margin-right:11rem!important}.mr-48{margin-right:12rem!important}.mr-5{margin-right:1.25rem!important}.mr-52{margin-right:13rem!important}.mr-56{margin-right:14rem!important}.mr-6{margin-right:1.5rem!important}.mr-60{margin-right:15rem!important}.mr-64{margin-right:16rem!important}.mr-7{margin-right:1.75rem!important}.mr-72{margin-right:18rem!important}.mr-8{margin-right:2rem!important}.mr-80{margin-right:20rem!important}.mr-9{margin-right:2.25rem!important}.mr-96{margin-right:24rem!important}.mr-auto{margin-right:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-10{margin-top:2.5rem!important}.mt-11{margin-top:2.75rem!important}.mt-12{margin-top:3rem!important}.mt-14{margin-top:3.5rem!important}.mt-16{margin-top:4rem!important}.mt-2{margin-top:.5rem!important}.mt-20{margin-top:5rem!important}.mt-24{margin-top:6rem!important}.mt-28{margin-top:7rem!important}.mt-3{margin-top:.75rem!important}.mt-32{margin-top:8rem!important}.mt-36{margin-top:9rem!important}.mt-4{margin-top:1rem!important}.mt-40{margin-top:10rem!important}.mt-44{margin-top:11rem!important}.mt-48{margin-top:12rem!important}.mt-5{margin-top:1.25rem!important}.mt-52{margin-top:13rem!important}.mt-56{margin-top:14rem!important}.mt-6{margin-top:1.5rem!important}.mt-60{margin-top:15rem!important}.mt-64{margin-top:16rem!important}.mt-7{margin-top:1.75rem!important}.mt-72{margin-top:18rem!important}.mt-8{margin-top:2rem!important}.mt-80{margin-top:20rem!important}.mt-9{margin-top:2.25rem!important}.mt-96{margin-top:24rem!important}.mt-auto{margin-top:auto!important}.line-clamp-1{-webkit-line-clamp:1!important}.line-clamp-1,.line-clamp-2{-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important}.line-clamp-2{-webkit-line-clamp:2!important}.line-clamp-3{-webkit-line-clamp:3!important}.line-clamp-3,.line-clamp-4{-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important}.line-clamp-4{-webkit-line-clamp:4!important}.line-clamp-5{-webkit-line-clamp:5!important}.line-clamp-5,.line-clamp-6{-webkit-box-orient:vertical!important;display:-webkit-box!important;overflow:hidden!important}.line-clamp-6{-webkit-line-clamp:6!important}.block{display:block!important}.inline-block{display:inline-block!important}.inline{display:inline!important}.flex{display:flex!important}.inline-flex{display:inline-flex!important}.table{display:table!important}.grid{display:grid!important}.hidden{display:none!important}.aspect-square{aspect-ratio:1/1!important}.h-0{height:0!important}.h-10{height:2.5rem!important}.h-12{height:3rem!important}.h-16{height:4rem!important}.h-2{height:.5rem!important}.h-20{height:5rem!important}.h-24{height:6rem!important}.h-3{height:.75rem!important}.h-3\.5{height:.875rem!important}.h-32{height:8rem!important}.h-4{height:1rem!important}.h-48{height:12rem!important}.h-5{height:1.25rem!important}.h-6{height:1.5rem!important}.h-64{height:16rem!important}.h-7{height:1.75rem!important}.h-8{height:2rem!important}.h-9{height:2.25rem!important}.h-full{height:100%!important}.h-screen{height:100vh!important}.max-h-0{max-height:0!important}.max-h-64{max-height:16rem!important}.max-h-80{max-height:20rem!important}.max-h-96{max-height:24rem!important}.max-h-\[80vh\]{max-height:80vh!important}.min-h-\[120px\]{min-height:120px!important}.min-h-\[200px\]{min-height:200px!important}.min-h-screen{min-height:100vh!important}.w-0{width:0!important}.w-1\/2{width:50%!important}.w-1\/3{width:33.333333%!important}.w-1\/4{width:25%!important}.w-10{width:2.5rem!important}.w-11{width:2.75rem!important}.w-12{width:3rem!important}.w-14{width:3.5rem!important}.w-16{width:4rem!important}.w-2{width:.5rem!important}.w-2\/3{width:66.666667%!important}.w-24{width:6rem!important}.w-3{width:.75rem!important}.w-3\.5{width:.875rem!important}.w-3\/4{width:75%!important}.w-32{width:8rem!important}.w-36{width:9rem!important}.w-4{width:1rem!important}.w-48{width:12rem!important}.w-5{width:1.25rem!important}.w-6{width:1.5rem!important}.w-64{width:16rem!important}.w-7{width:1.75rem!important}.w-72{width:18rem!important}.w-8{width:2rem!important}.w-80{width:20rem!important}.w-9{width:2.25rem!important}.w-\[60\%\]{width:60%!important}.w-\[90\%\]{width:90%!important}.w-auto{width:auto!important}.w-full{width:100%!important}.min-w-0{min-width:0!important}.min-w-48{min-width:12rem!important}.min-w-5{min-width:1.25rem!important}.min-w-64{min-width:16rem!important}.min-w-\[1\.5rem\]{min-width:1.5rem!important}.max-w-16{max-width:4rem!important}.max-w-20{max-width:5rem!important}.max-w-2xl{max-width:42rem!important}.max-w-3xl{max-width:48rem!important}.max-w-40{max-width:10rem!important}.max-w-4xl{max-width:56rem!important}.max-w-7xl{max-width:80rem!important}.max-w-md{max-width:28rem!important}.max-w-none{max-width:none!important}.max-w-sm{max-width:24rem!important}.flex-1{flex:1 1!important}.flex-auto{flex:1 1 auto!important}.flex-initial{flex:0 1 auto!important}.flex-none{flex:none!important}.flex-shrink{flex-shrink:1!important}.flex-shrink-0{flex-shrink:0!important}.shrink{flex-shrink:1!important}.shrink-0{flex-shrink:0!important}.flex-grow{flex-grow:1!important}.flex-grow-0{flex-grow:0!important}.grow{flex-grow:1!important}.-translate-x-1\/2{--tw-translate-x:-50%!important}.-translate-x-1\/2,.-translate-x-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-translate-x-full{--tw-translate-x:-100%!important}.-translate-y-1\/2{--tw-translate-y:-50%!important}.-translate-y-1\/2,.translate-x-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.translate-x-0{--tw-translate-x:0px!important}.translate-x-1{--tw-translate-x:0.25rem!important}.translate-x-1,.translate-x-6{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.translate-x-6{--tw-translate-x:1.5rem!important}.-rotate-90{--tw-rotate:-90deg!important}.-rotate-90,.rotate-180{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-180{--tw-rotate:180deg!important}.rotate-45{--tw-rotate:45deg!important}.rotate-45,.rotate-90{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.rotate-90{--tw-rotate:90deg!important}.scale-100{--tw-scale-x:1!important;--tw-scale-y:1!important}.scale-100,.scale-110{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-110{--tw-scale-x:1.1!important;--tw-scale-y:1.1!important}.scale-90{--tw-scale-x:.9!important;--tw-scale-y:.9!important}.scale-90,.scale-95{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.scale-95{--tw-scale-x:.95!important;--tw-scale-y:.95!important}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite!important}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-pointer{cursor:pointer!important}.select-none{-webkit-user-select:none!important;user-select:none!important}.resize{resize:both!important}.list-inside{list-style-position:inside!important}.list-decimal{list-style-type:decimal!important}.list-disc{list-style-type:disc!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))!important}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.flex-row{flex-direction:row!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-col{flex-direction:column!important}.flex-col-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-nowrap{flex-wrap:nowrap!important}.items-start{align-items:flex-start!important}.items-end{align-items:flex-end!important}.items-center{align-items:center!important}.items-baseline{align-items:baseline!important}.items-stretch{align-items:stretch!important}.justify-normal{justify-content:normal!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.justify-around{justify-content:space-around!important}.justify-evenly{justify-content:space-evenly!important}.justify-stretch{justify-content:stretch!important}.justify-items-start{justify-items:start!important}.justify-items-end{justify-items:end!important}.justify-items-center{justify-items:center!important}.justify-items-stretch{justify-items:stretch!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:.75rem!important}.gap-4{gap:1rem!important}.gap-6{gap:1.5rem!important}.gap-8{gap:2rem!important}.gap-x-4{column-gap:1rem!important}.gap-y-1{row-gap:.25rem!important}.gap-y-2{row-gap:.5rem!important}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0!important;margin-left:calc(.25rem*(1 - var(--tw-space-x-reverse)))!important;margin-right:calc(.25rem*var(--tw-space-x-reverse))!important}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0!important;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)))!important;margin-right:calc(.5rem*var(--tw-space-x-reverse))!important}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0!important;margin-left:calc(.75rem*(1 - var(--tw-space-x-reverse)))!important;margin-right:calc(.75rem*var(--tw-space-x-reverse))!important}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0!important;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)))!important;margin-right:calc(1rem*var(--tw-space-x-reverse))!important}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0!important;margin-left:calc(1.5rem*(1 - var(--tw-space-x-reverse)))!important;margin-right:calc(1.5rem*var(--tw-space-x-reverse))!important}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-bottom:calc(.25rem*var(--tw-space-y-reverse))!important;margin-top:calc(.25rem*(1 - var(--tw-space-y-reverse)))!important}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-bottom:calc(.5rem*var(--tw-space-y-reverse))!important;margin-top:calc(.5rem*(1 - var(--tw-space-y-reverse)))!important}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-bottom:calc(.75rem*var(--tw-space-y-reverse))!important;margin-top:calc(.75rem*(1 - var(--tw-space-y-reverse)))!important}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-bottom:calc(1rem*var(--tw-space-y-reverse))!important;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))!important}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))!important;margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))!important}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-bottom:calc(2rem*var(--tw-space-y-reverse))!important;margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)))!important}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0!important;border-bottom-width:calc(1px*var(--tw-divide-y-reverse))!important;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))!important}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1!important;border-color:#e5e7eb!important;border-color:rgb(229 231 235/var(--tw-divide-opacity,1))!important}.justify-self-auto{justify-self:auto!important}.justify-self-start{justify-self:start!important}.justify-self-end{justify-self:end!important}.justify-self-center{justify-self:center!important}.justify-self-stretch{justify-self:stretch!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-x-auto{overflow-x:auto!important}.overflow-y-auto{overflow-y:auto!important}.truncate{overflow:hidden!important;white-space:nowrap!important}.text-ellipsis,.truncate{text-overflow:ellipsis!important}.whitespace-nowrap{white-space:nowrap!important}.whitespace-pre-line{white-space:pre-line!important}.whitespace-pre-wrap{white-space:pre-wrap!important}.rounded{border-radius:.25rem!important}.rounded-2xl{border-radius:1rem!important}.rounded-3xl{border-radius:1.5rem!important}.rounded-full{border-radius:9999px!important}.rounded-lg{border-radius:.5rem!important}.rounded-md{border-radius:.375rem!important}.rounded-none{border-radius:0!important}.rounded-sm{border-radius:.125rem!important}.rounded-xl{border-radius:.75rem!important}.rounded-l-lg{border-bottom-left-radius:.5rem!important;border-top-left-radius:.5rem!important}.rounded-l-md{border-bottom-left-radius:.375rem!important;border-top-left-radius:.375rem!important}.rounded-r-lg{border-bottom-right-radius:.5rem!important;border-top-right-radius:.5rem!important}.rounded-r-md{border-bottom-right-radius:.375rem!important;border-top-right-radius:.375rem!important}.\!border,.border{border-width:1px!important}.border-0{border-width:0!important}.border-2{border-width:2px!important}.border-4{border-width:4px!important}.border-8{border-width:8px!important}.border-y{border-top-width:1px!important}.border-b,.border-y{border-bottom-width:1px!important}.border-b-2{border-bottom-width:2px!important}.border-l{border-left-width:1px!important}.border-l-0{border-left-width:0!important}.border-l-2{border-left-width:2px!important}.border-l-4{border-left-width:4px!important}.border-r{border-right-width:1px!important}.border-r-0{border-right-width:0!important}.border-r-2{border-right-width:2px!important}.border-t{border-top-width:1px!important}.border-t-2{border-top-width:2px!important}.border-solid{border-style:solid!important}.border-dashed{border-style:dashed!important}.border-dotted{border-style:dotted!important}.border-none{border-style:none!important}.border-amber-100{--tw-border-opacity:1!important;border-color:#fef3c7!important;border-color:rgb(254 243 199/var(--tw-border-opacity,1))!important}.border-amber-200{--tw-border-opacity:1!important;border-color:#fde68a!important;border-color:rgb(253 230 138/var(--tw-border-opacity,1))!important}.border-amber-300{--tw-border-opacity:1!important;border-color:#fcd34d!important;border-color:rgb(252 211 77/var(--tw-border-opacity,1))!important}.border-amber-400{--tw-border-opacity:1!important;border-color:#fbbf24!important;border-color:rgb(251 191 36/var(--tw-border-opacity,1))!important}.border-amber-500{--tw-border-opacity:1!important;border-color:#f59e0b!important;border-color:rgb(245 158 11/var(--tw-border-opacity,1))!important}.border-amber-600{--tw-border-opacity:1!important;border-color:#d97706!important;border-color:rgb(217 119 6/var(--tw-border-opacity,1))!important}.border-amber-700{--tw-border-opacity:1!important;border-color:#b45309!important;border-color:rgb(180 83 9/var(--tw-border-opacity,1))!important}.border-amber-800{--tw-border-opacity:1!important;border-color:#92400e!important;border-color:rgb(146 64 14/var(--tw-border-opacity,1))!important}.border-amber-900{--tw-border-opacity:1!important;border-color:#78350f!important;border-color:rgb(120 53 15/var(--tw-border-opacity,1))!important}.border-amber-950{--tw-border-opacity:1!important;border-color:#451a03!important;border-color:rgb(69 26 3/var(--tw-border-opacity,1))!important}.border-blue-100{--tw-border-opacity:1!important;border-color:#dbeafe!important;border-color:rgb(219 234 254/var(--tw-border-opacity,1))!important}.border-blue-200{--tw-border-opacity:1!important;border-color:#bfdbfe!important;border-color:rgb(191 219 254/var(--tw-border-opacity,1))!important}.border-blue-300{--tw-border-opacity:1!important;border-color:#93c5fd!important;border-color:rgb(147 197 253/var(--tw-border-opacity,1))!important}.border-blue-400{--tw-border-opacity:1!important;border-color:#60a5fa!important;border-color:rgb(96 165 250/var(--tw-border-opacity,1))!important}.border-blue-500{--tw-border-opacity:1!important;border-color:#3b82f6!important;border-color:rgb(59 130 246/var(--tw-border-opacity,1))!important}.border-blue-600{--tw-border-opacity:1!important;border-color:#2563eb!important;border-color:rgb(37 99 235/var(--tw-border-opacity,1))!important}.border-blue-700{--tw-border-opacity:1!important;border-color:#1d4ed8!important;border-color:rgb(29 78 216/var(--tw-border-opacity,1))!important}.border-blue-800{--tw-border-opacity:1!important;border-color:#1e40af!important;border-color:rgb(30 64 175/var(--tw-border-opacity,1))!important}.border-blue-900{--tw-border-opacity:1!important;border-color:#1e3a8a!important;border-color:rgb(30 58 138/var(--tw-border-opacity,1))!important}.border-blue-950{--tw-border-opacity:1!important;border-color:#172554!important;border-color:rgb(23 37 84/var(--tw-border-opacity,1))!important}.border-cyan-100{--tw-border-opacity:1!important;border-color:#cffafe!important;border-color:rgb(207 250 254/var(--tw-border-opacity,1))!important}.border-cyan-200{--tw-border-opacity:1!important;border-color:#a5f3fc!important;border-color:rgb(165 243 252/var(--tw-border-opacity,1))!important}.border-cyan-300{--tw-border-opacity:1!important;border-color:#67e8f9!important;border-color:rgb(103 232 249/var(--tw-border-opacity,1))!important}.border-cyan-400{--tw-border-opacity:1!important;border-color:#22d3ee!important;border-color:rgb(34 211 238/var(--tw-border-opacity,1))!important}.border-cyan-500{--tw-border-opacity:1!important;border-color:#06b6d4!important;border-color:rgb(6 182 212/var(--tw-border-opacity,1))!important}.border-cyan-600{--tw-border-opacity:1!important;border-color:#0891b2!important;border-color:rgb(8 145 178/var(--tw-border-opacity,1))!important}.border-cyan-700{--tw-border-opacity:1!important;border-color:#0e7490!important;border-color:rgb(14 116 144/var(--tw-border-opacity,1))!important}.border-cyan-800{--tw-border-opacity:1!important;border-color:#155e75!important;border-color:rgb(21 94 117/var(--tw-border-opacity,1))!important}.border-cyan-900{--tw-border-opacity:1!important;border-color:#164e63!important;border-color:rgb(22 78 99/var(--tw-border-opacity,1))!important}.border-cyan-950{--tw-border-opacity:1!important;border-color:#083344!important;border-color:rgb(8 51 68/var(--tw-border-opacity,1))!important}.border-emerald-100{--tw-border-opacity:1!important;border-color:#d1fae5!important;border-color:rgb(209 250 229/var(--tw-border-opacity,1))!important}.border-emerald-200{--tw-border-opacity:1!important;border-color:#a7f3d0!important;border-color:rgb(167 243 208/var(--tw-border-opacity,1))!important}.border-emerald-300{--tw-border-opacity:1!important;border-color:#6ee7b7!important;border-color:rgb(110 231 183/var(--tw-border-opacity,1))!important}.border-emerald-400{--tw-border-opacity:1!important;border-color:#34d399!important;border-color:rgb(52 211 153/var(--tw-border-opacity,1))!important}.border-emerald-500{--tw-border-opacity:1!important;border-color:#10b981!important;border-color:rgb(16 185 129/var(--tw-border-opacity,1))!important}.border-emerald-600{--tw-border-opacity:1!important;border-color:#059669!important;border-color:rgb(5 150 105/var(--tw-border-opacity,1))!important}.border-emerald-700{--tw-border-opacity:1!important;border-color:#047857!important;border-color:rgb(4 120 87/var(--tw-border-opacity,1))!important}.border-emerald-800{--tw-border-opacity:1!important;border-color:#065f46!important;border-color:rgb(6 95 70/var(--tw-border-opacity,1))!important}.border-emerald-900{--tw-border-opacity:1!important;border-color:#064e3b!important;border-color:rgb(6 78 59/var(--tw-border-opacity,1))!important}.border-emerald-950{--tw-border-opacity:1!important;border-color:#022c22!important;border-color:rgb(2 44 34/var(--tw-border-opacity,1))!important}.border-fuchsia-100{--tw-border-opacity:1!important;border-color:#fae8ff!important;border-color:rgb(250 232 255/var(--tw-border-opacity,1))!important}.border-fuchsia-200{--tw-border-opacity:1!important;border-color:#f5d0fe!important;border-color:rgb(245 208 254/var(--tw-border-opacity,1))!important}.border-fuchsia-300{--tw-border-opacity:1!important;border-color:#f0abfc!important;border-color:rgb(240 171 252/var(--tw-border-opacity,1))!important}.border-fuchsia-400{--tw-border-opacity:1!important;border-color:#e879f9!important;border-color:rgb(232 121 249/var(--tw-border-opacity,1))!important}.border-fuchsia-500{--tw-border-opacity:1!important;border-color:#d946ef!important;border-color:rgb(217 70 239/var(--tw-border-opacity,1))!important}.border-fuchsia-600{--tw-border-opacity:1!important;border-color:#c026d3!important;border-color:rgb(192 38 211/var(--tw-border-opacity,1))!important}.border-fuchsia-700{--tw-border-opacity:1!important;border-color:#a21caf!important;border-color:rgb(162 28 175/var(--tw-border-opacity,1))!important}.border-fuchsia-800{--tw-border-opacity:1!important;border-color:#86198f!important;border-color:rgb(134 25 143/var(--tw-border-opacity,1))!important}.border-fuchsia-900{--tw-border-opacity:1!important;border-color:#701a75!important;border-color:rgb(112 26 117/var(--tw-border-opacity,1))!important}.border-fuchsia-950{--tw-border-opacity:1!important;border-color:#4a044e!important;border-color:rgb(74 4 78/var(--tw-border-opacity,1))!important}.border-gray-100{--tw-border-opacity:1!important;border-color:#f3f4f6!important;border-color:rgb(243 244 246/var(--tw-border-opacity,1))!important}.border-gray-200{--tw-border-opacity:1!important;border-color:#e5e7eb!important;border-color:rgb(229 231 235/var(--tw-border-opacity,1))!important}.border-gray-300{--tw-border-opacity:1!important;border-color:#d1d5db!important;border-color:rgb(209 213 219/var(--tw-border-opacity,1))!important}.border-gray-400{--tw-border-opacity:1!important;border-color:#9ca3af!important;border-color:rgb(156 163 175/var(--tw-border-opacity,1))!important}.border-gray-500{--tw-border-opacity:1!important;border-color:#6b7280!important;border-color:rgb(107 114 128/var(--tw-border-opacity,1))!important}.border-gray-600{--tw-border-opacity:1!important;border-color:#4b5563!important;border-color:rgb(75 85 99/var(--tw-border-opacity,1))!important}.border-gray-700{--tw-border-opacity:1!important;border-color:#374151!important;border-color:rgb(55 65 81/var(--tw-border-opacity,1))!important}.border-gray-800{--tw-border-opacity:1!important;border-color:#1f2937!important;border-color:rgb(31 41 55/var(--tw-border-opacity,1))!important}.border-gray-900{--tw-border-opacity:1!important;border-color:#111827!important;border-color:rgb(17 24 39/var(--tw-border-opacity,1))!important}.border-gray-950{--tw-border-opacity:1!important;border-color:#030712!important;border-color:rgb(3 7 18/var(--tw-border-opacity,1))!important}.border-green-100{--tw-border-opacity:1!important;border-color:#dcfce7!important;border-color:rgb(220 252 231/var(--tw-border-opacity,1))!important}.border-green-200{--tw-border-opacity:1!important;border-color:#bbf7d0!important;border-color:rgb(187 247 208/var(--tw-border-opacity,1))!important}.border-green-300{--tw-border-opacity:1!important;border-color:#86efac!important;border-color:rgb(134 239 172/var(--tw-border-opacity,1))!important}.border-green-400{--tw-border-opacity:1!important;border-color:#4ade80!important;border-color:rgb(74 222 128/var(--tw-border-opacity,1))!important}.border-green-500{--tw-border-opacity:1!important;border-color:#22c55e!important;border-color:rgb(34 197 94/var(--tw-border-opacity,1))!important}.border-green-600{--tw-border-opacity:1!important;border-color:#16a34a!important;border-color:rgb(22 163 74/var(--tw-border-opacity,1))!important}.border-green-700{--tw-border-opacity:1!important;border-color:#15803d!important;border-color:rgb(21 128 61/var(--tw-border-opacity,1))!important}.border-green-800{--tw-border-opacity:1!important;border-color:#166534!important;border-color:rgb(22 101 52/var(--tw-border-opacity,1))!important}.border-green-900{--tw-border-opacity:1!important;border-color:#14532d!important;border-color:rgb(20 83 45/var(--tw-border-opacity,1))!important}.border-green-950{--tw-border-opacity:1!important;border-color:#052e16!important;border-color:rgb(5 46 22/var(--tw-border-opacity,1))!important}.border-indigo-100{--tw-border-opacity:1!important;border-color:#e0e7ff!important;border-color:rgb(224 231 255/var(--tw-border-opacity,1))!important}.border-indigo-200{--tw-border-opacity:1!important;border-color:#c7d2fe!important;border-color:rgb(199 210 254/var(--tw-border-opacity,1))!important}.border-indigo-300{--tw-border-opacity:1!important;border-color:#a5b4fc!important;border-color:rgb(165 180 252/var(--tw-border-opacity,1))!important}.border-indigo-400{--tw-border-opacity:1!important;border-color:#818cf8!important;border-color:rgb(129 140 248/var(--tw-border-opacity,1))!important}.border-indigo-500{--tw-border-opacity:1!important;border-color:#6366f1!important;border-color:rgb(99 102 241/var(--tw-border-opacity,1))!important}.border-indigo-600{--tw-border-opacity:1!important;border-color:#4f46e5!important;border-color:rgb(79 70 229/var(--tw-border-opacity,1))!important}.border-indigo-700{--tw-border-opacity:1!important;border-color:#4338ca!important;border-color:rgb(67 56 202/var(--tw-border-opacity,1))!important}.border-indigo-800{--tw-border-opacity:1!important;border-color:#3730a3!important;border-color:rgb(55 48 163/var(--tw-border-opacity,1))!important}.border-indigo-900{--tw-border-opacity:1!important;border-color:#312e81!important;border-color:rgb(49 46 129/var(--tw-border-opacity,1))!important}.border-indigo-950{--tw-border-opacity:1!important;border-color:#1e1b4b!important;border-color:rgb(30 27 75/var(--tw-border-opacity,1))!important}.border-lime-100{--tw-border-opacity:1!important;border-color:#ecfccb!important;border-color:rgb(236 252 203/var(--tw-border-opacity,1))!important}.border-lime-200{--tw-border-opacity:1!important;border-color:#d9f99d!important;border-color:rgb(217 249 157/var(--tw-border-opacity,1))!important}.border-lime-300{--tw-border-opacity:1!important;border-color:#bef264!important;border-color:rgb(190 242 100/var(--tw-border-opacity,1))!important}.border-lime-400{--tw-border-opacity:1!important;border-color:#a3e635!important;border-color:rgb(163 230 53/var(--tw-border-opacity,1))!important}.border-lime-500{--tw-border-opacity:1!important;border-color:#84cc16!important;border-color:rgb(132 204 22/var(--tw-border-opacity,1))!important}.border-lime-600{--tw-border-opacity:1!important;border-color:#65a30d!important;border-color:rgb(101 163 13/var(--tw-border-opacity,1))!important}.border-lime-700{--tw-border-opacity:1!important;border-color:#4d7c0f!important;border-color:rgb(77 124 15/var(--tw-border-opacity,1))!important}.border-lime-800{--tw-border-opacity:1!important;border-color:#3f6212!important;border-color:rgb(63 98 18/var(--tw-border-opacity,1))!important}.border-lime-900{--tw-border-opacity:1!important;border-color:#365314!important;border-color:rgb(54 83 20/var(--tw-border-opacity,1))!important}.border-lime-950{--tw-border-opacity:1!important;border-color:#1a2e05!important;border-color:rgb(26 46 5/var(--tw-border-opacity,1))!important}.border-neutral-100{--tw-border-opacity:1!important;border-color:#f5f5f5!important;border-color:rgb(245 245 245/var(--tw-border-opacity,1))!important}.border-neutral-200{--tw-border-opacity:1!important;border-color:#e5e5e5!important;border-color:rgb(229 229 229/var(--tw-border-opacity,1))!important}.border-neutral-300{--tw-border-opacity:1!important;border-color:#d4d4d4!important;border-color:rgb(212 212 212/var(--tw-border-opacity,1))!important}.border-neutral-400{--tw-border-opacity:1!important;border-color:#a3a3a3!important;border-color:rgb(163 163 163/var(--tw-border-opacity,1))!important}.border-neutral-500{--tw-border-opacity:1!important;border-color:#737373!important;border-color:rgb(115 115 115/var(--tw-border-opacity,1))!important}.border-neutral-600{--tw-border-opacity:1!important;border-color:#525252!important;border-color:rgb(82 82 82/var(--tw-border-opacity,1))!important}.border-neutral-700{--tw-border-opacity:1!important;border-color:#404040!important;border-color:rgb(64 64 64/var(--tw-border-opacity,1))!important}.border-neutral-800{--tw-border-opacity:1!important;border-color:#262626!important;border-color:rgb(38 38 38/var(--tw-border-opacity,1))!important}.border-neutral-900{--tw-border-opacity:1!important;border-color:#171717!important;border-color:rgb(23 23 23/var(--tw-border-opacity,1))!important}.border-neutral-950{--tw-border-opacity:1!important;border-color:#0a0a0a!important;border-color:rgb(10 10 10/var(--tw-border-opacity,1))!important}.border-orange-100{--tw-border-opacity:1!important;border-color:#ffedd5!important;border-color:rgb(255 237 213/var(--tw-border-opacity,1))!important}.border-orange-200{--tw-border-opacity:1!important;border-color:#fed7aa!important;border-color:rgb(254 215 170/var(--tw-border-opacity,1))!important}.border-orange-300{--tw-border-opacity:1!important;border-color:#fdba74!important;border-color:rgb(253 186 116/var(--tw-border-opacity,1))!important}.border-orange-400{--tw-border-opacity:1!important;border-color:#fb923c!important;border-color:rgb(251 146 60/var(--tw-border-opacity,1))!important}.border-orange-500{--tw-border-opacity:1!important;border-color:#f97316!important;border-color:rgb(249 115 22/var(--tw-border-opacity,1))!important}.border-orange-600{--tw-border-opacity:1!important;border-color:#ea580c!important;border-color:rgb(234 88 12/var(--tw-border-opacity,1))!important}.border-orange-700{--tw-border-opacity:1!important;border-color:#c2410c!important;border-color:rgb(194 65 12/var(--tw-border-opacity,1))!important}.border-orange-800{--tw-border-opacity:1!important;border-color:#9a3412!important;border-color:rgb(154 52 18/var(--tw-border-opacity,1))!important}.border-orange-900{--tw-border-opacity:1!important;border-color:#7c2d12!important;border-color:rgb(124 45 18/var(--tw-border-opacity,1))!important}.border-orange-950{--tw-border-opacity:1!important;border-color:#431407!important;border-color:rgb(67 20 7/var(--tw-border-opacity,1))!important}.border-pink-100{--tw-border-opacity:1!important;border-color:#fce7f3!important;border-color:rgb(252 231 243/var(--tw-border-opacity,1))!important}.border-pink-200{--tw-border-opacity:1!important;border-color:#fbcfe8!important;border-color:rgb(251 207 232/var(--tw-border-opacity,1))!important}.border-pink-300{--tw-border-opacity:1!important;border-color:#f9a8d4!important;border-color:rgb(249 168 212/var(--tw-border-opacity,1))!important}.border-pink-400{--tw-border-opacity:1!important;border-color:#f472b6!important;border-color:rgb(244 114 182/var(--tw-border-opacity,1))!important}.border-pink-500{--tw-border-opacity:1!important;border-color:#ec4899!important;border-color:rgb(236 72 153/var(--tw-border-opacity,1))!important}.border-pink-600{--tw-border-opacity:1!important;border-color:#db2777!important;border-color:rgb(219 39 119/var(--tw-border-opacity,1))!important}.border-pink-700{--tw-border-opacity:1!important;border-color:#be185d!important;border-color:rgb(190 24 93/var(--tw-border-opacity,1))!important}.border-pink-800{--tw-border-opacity:1!important;border-color:#9d174d!important;border-color:rgb(157 23 77/var(--tw-border-opacity,1))!important}.border-pink-900{--tw-border-opacity:1!important;border-color:#831843!important;border-color:rgb(131 24 67/var(--tw-border-opacity,1))!important}.border-pink-950{--tw-border-opacity:1!important;border-color:#500724!important;border-color:rgb(80 7 36/var(--tw-border-opacity,1))!important}.border-purple-100{--tw-border-opacity:1!important;border-color:#f3e8ff!important;border-color:rgb(243 232 255/var(--tw-border-opacity,1))!important}.border-purple-200{--tw-border-opacity:1!important;border-color:#e9d5ff!important;border-color:rgb(233 213 255/var(--tw-border-opacity,1))!important}.border-purple-300{--tw-border-opacity:1!important;border-color:#d8b4fe!important;border-color:rgb(216 180 254/var(--tw-border-opacity,1))!important}.border-purple-400{--tw-border-opacity:1!important;border-color:#c084fc!important;border-color:rgb(192 132 252/var(--tw-border-opacity,1))!important}.border-purple-500{--tw-border-opacity:1!important;border-color:#a855f7!important;border-color:rgb(168 85 247/var(--tw-border-opacity,1))!important}.border-purple-600{--tw-border-opacity:1!important;border-color:#9333ea!important;border-color:rgb(147 51 234/var(--tw-border-opacity,1))!important}.border-purple-700{--tw-border-opacity:1!important;border-color:#7e22ce!important;border-color:rgb(126 34 206/var(--tw-border-opacity,1))!important}.border-purple-800{--tw-border-opacity:1!important;border-color:#6b21a8!important;border-color:rgb(107 33 168/var(--tw-border-opacity,1))!important}.border-purple-900{--tw-border-opacity:1!important;border-color:#581c87!important;border-color:rgb(88 28 135/var(--tw-border-opacity,1))!important}.border-purple-950{--tw-border-opacity:1!important;border-color:#3b0764!important;border-color:rgb(59 7 100/var(--tw-border-opacity,1))!important}.border-red-100{--tw-border-opacity:1!important;border-color:#fee2e2!important;border-color:rgb(254 226 226/var(--tw-border-opacity,1))!important}.border-red-200{--tw-border-opacity:1!important;border-color:#fecaca!important;border-color:rgb(254 202 202/var(--tw-border-opacity,1))!important}.border-red-300{--tw-border-opacity:1!important;border-color:#fca5a5!important;border-color:rgb(252 165 165/var(--tw-border-opacity,1))!important}.border-red-400{--tw-border-opacity:1!important;border-color:#f87171!important;border-color:rgb(248 113 113/var(--tw-border-opacity,1))!important}.border-red-500{--tw-border-opacity:1!important;border-color:#ef4444!important;border-color:rgb(239 68 68/var(--tw-border-opacity,1))!important}.border-red-600{--tw-border-opacity:1!important;border-color:#dc2626!important;border-color:rgb(220 38 38/var(--tw-border-opacity,1))!important}.border-red-700{--tw-border-opacity:1!important;border-color:#b91c1c!important;border-color:rgb(185 28 28/var(--tw-border-opacity,1))!important}.border-red-800{--tw-border-opacity:1!important;border-color:#991b1b!important;border-color:rgb(153 27 27/var(--tw-border-opacity,1))!important}.border-red-900{--tw-border-opacity:1!important;border-color:#7f1d1d!important;border-color:rgb(127 29 29/var(--tw-border-opacity,1))!important}.border-red-950{--tw-border-opacity:1!important;border-color:#450a0a!important;border-color:rgb(69 10 10/var(--tw-border-opacity,1))!important}.border-rose-100{--tw-border-opacity:1!important;border-color:#ffe4e6!important;border-color:rgb(255 228 230/var(--tw-border-opacity,1))!important}.border-rose-200{--tw-border-opacity:1!important;border-color:#fecdd3!important;border-color:rgb(254 205 211/var(--tw-border-opacity,1))!important}.border-rose-300{--tw-border-opacity:1!important;border-color:#fda4af!important;border-color:rgb(253 164 175/var(--tw-border-opacity,1))!important}.border-rose-400{--tw-border-opacity:1!important;border-color:#fb7185!important;border-color:rgb(251 113 133/var(--tw-border-opacity,1))!important}.border-rose-500{--tw-border-opacity:1!important;border-color:#f43f5e!important;border-color:rgb(244 63 94/var(--tw-border-opacity,1))!important}.border-rose-600{--tw-border-opacity:1!important;border-color:#e11d48!important;border-color:rgb(225 29 72/var(--tw-border-opacity,1))!important}.border-rose-700{--tw-border-opacity:1!important;border-color:#be123c!important;border-color:rgb(190 18 60/var(--tw-border-opacity,1))!important}.border-rose-800{--tw-border-opacity:1!important;border-color:#9f1239!important;border-color:rgb(159 18 57/var(--tw-border-opacity,1))!important}.border-rose-900{--tw-border-opacity:1!important;border-color:#881337!important;border-color:rgb(136 19 55/var(--tw-border-opacity,1))!important}.border-rose-950{--tw-border-opacity:1!important;border-color:#4c0519!important;border-color:rgb(76 5 25/var(--tw-border-opacity,1))!important}.border-sky-100{--tw-border-opacity:1!important;border-color:#e0f2fe!important;border-color:rgb(224 242 254/var(--tw-border-opacity,1))!important}.border-sky-200{--tw-border-opacity:1!important;border-color:#bae6fd!important;border-color:rgb(186 230 253/var(--tw-border-opacity,1))!important}.border-sky-300{--tw-border-opacity:1!important;border-color:#7dd3fc!important;border-color:rgb(125 211 252/var(--tw-border-opacity,1))!important}.border-sky-400{--tw-border-opacity:1!important;border-color:#38bdf8!important;border-color:rgb(56 189 248/var(--tw-border-opacity,1))!important}.border-sky-500{--tw-border-opacity:1!important;border-color:#0ea5e9!important;border-color:rgb(14 165 233/var(--tw-border-opacity,1))!important}.border-sky-600{--tw-border-opacity:1!important;border-color:#0284c7!important;border-color:rgb(2 132 199/var(--tw-border-opacity,1))!important}.border-sky-700{--tw-border-opacity:1!important;border-color:#0369a1!important;border-color:rgb(3 105 161/var(--tw-border-opacity,1))!important}.border-sky-800{--tw-border-opacity:1!important;border-color:#075985!important;border-color:rgb(7 89 133/var(--tw-border-opacity,1))!important}.border-sky-900{--tw-border-opacity:1!important;border-color:#0c4a6e!important;border-color:rgb(12 74 110/var(--tw-border-opacity,1))!important}.border-sky-950{--tw-border-opacity:1!important;border-color:#082f49!important;border-color:rgb(8 47 73/var(--tw-border-opacity,1))!important}.border-slate-100{--tw-border-opacity:1!important;border-color:#f1f5f9!important;border-color:rgb(241 245 249/var(--tw-border-opacity,1))!important}.border-slate-200{--tw-border-opacity:1!important;border-color:#e2e8f0!important;border-color:rgb(226 232 240/var(--tw-border-opacity,1))!important}.border-slate-300{--tw-border-opacity:1!important;border-color:#cbd5e1!important;border-color:rgb(203 213 225/var(--tw-border-opacity,1))!important}.border-slate-400{--tw-border-opacity:1!important;border-color:#94a3b8!important;border-color:rgb(148 163 184/var(--tw-border-opacity,1))!important}.border-slate-500{--tw-border-opacity:1!important;border-color:#64748b!important;border-color:rgb(100 116 139/var(--tw-border-opacity,1))!important}.border-slate-600{--tw-border-opacity:1!important;border-color:#475569!important;border-color:rgb(71 85 105/var(--tw-border-opacity,1))!important}.border-slate-700{--tw-border-opacity:1!important;border-color:#334155!important;border-color:rgb(51 65 85/var(--tw-border-opacity,1))!important}.border-slate-800{--tw-border-opacity:1!important;border-color:#1e293b!important;border-color:rgb(30 41 59/var(--tw-border-opacity,1))!important}.border-slate-900{--tw-border-opacity:1!important;border-color:#0f172a!important;border-color:rgb(15 23 42/var(--tw-border-opacity,1))!important}.border-slate-950{--tw-border-opacity:1!important;border-color:#020617!important;border-color:rgb(2 6 23/var(--tw-border-opacity,1))!important}.border-stone-100{--tw-border-opacity:1!important;border-color:#f5f5f4!important;border-color:rgb(245 245 244/var(--tw-border-opacity,1))!important}.border-stone-200{--tw-border-opacity:1!important;border-color:#e7e5e4!important;border-color:rgb(231 229 228/var(--tw-border-opacity,1))!important}.border-stone-300{--tw-border-opacity:1!important;border-color:#d6d3d1!important;border-color:rgb(214 211 209/var(--tw-border-opacity,1))!important}.border-stone-400{--tw-border-opacity:1!important;border-color:#a8a29e!important;border-color:rgb(168 162 158/var(--tw-border-opacity,1))!important}.border-stone-500{--tw-border-opacity:1!important;border-color:#78716c!important;border-color:rgb(120 113 108/var(--tw-border-opacity,1))!important}.border-stone-600{--tw-border-opacity:1!important;border-color:#57534e!important;border-color:rgb(87 83 78/var(--tw-border-opacity,1))!important}.border-stone-700{--tw-border-opacity:1!important;border-color:#44403c!important;border-color:rgb(68 64 60/var(--tw-border-opacity,1))!important}.border-stone-800{--tw-border-opacity:1!important;border-color:#292524!important;border-color:rgb(41 37 36/var(--tw-border-opacity,1))!important}.border-stone-900{--tw-border-opacity:1!important;border-color:#1c1917!important;border-color:rgb(28 25 23/var(--tw-border-opacity,1))!important}.border-stone-950{--tw-border-opacity:1!important;border-color:#0c0a09!important;border-color:rgb(12 10 9/var(--tw-border-opacity,1))!important}.border-teal-100{--tw-border-opacity:1!important;border-color:#ccfbf1!important;border-color:rgb(204 251 241/var(--tw-border-opacity,1))!important}.border-teal-200{--tw-border-opacity:1!important;border-color:#99f6e4!important;border-color:rgb(153 246 228/var(--tw-border-opacity,1))!important}.border-teal-300{--tw-border-opacity:1!important;border-color:#5eead4!important;border-color:rgb(94 234 212/var(--tw-border-opacity,1))!important}.border-teal-400{--tw-border-opacity:1!important;border-color:#2dd4bf!important;border-color:rgb(45 212 191/var(--tw-border-opacity,1))!important}.border-teal-500{--tw-border-opacity:1!important;border-color:#14b8a6!important;border-color:rgb(20 184 166/var(--tw-border-opacity,1))!important}.border-teal-600{--tw-border-opacity:1!important;border-color:#0d9488!important;border-color:rgb(13 148 136/var(--tw-border-opacity,1))!important}.border-teal-700{--tw-border-opacity:1!important;border-color:#0f766e!important;border-color:rgb(15 118 110/var(--tw-border-opacity,1))!important}.border-teal-800{--tw-border-opacity:1!important;border-color:#115e59!important;border-color:rgb(17 94 89/var(--tw-border-opacity,1))!important}.border-teal-900{--tw-border-opacity:1!important;border-color:#134e4a!important;border-color:rgb(19 78 74/var(--tw-border-opacity,1))!important}.border-teal-950{--tw-border-opacity:1!important;border-color:#042f2e!important;border-color:rgb(4 47 46/var(--tw-border-opacity,1))!important}.border-transparent{border-color:#0000!important}.border-violet-100{--tw-border-opacity:1!important;border-color:#ede9fe!important;border-color:rgb(237 233 254/var(--tw-border-opacity,1))!important}.border-violet-200{--tw-border-opacity:1!important;border-color:#ddd6fe!important;border-color:rgb(221 214 254/var(--tw-border-opacity,1))!important}.border-violet-300{--tw-border-opacity:1!important;border-color:#c4b5fd!important;border-color:rgb(196 181 253/var(--tw-border-opacity,1))!important}.border-violet-400{--tw-border-opacity:1!important;border-color:#a78bfa!important;border-color:rgb(167 139 250/var(--tw-border-opacity,1))!important}.border-violet-500{--tw-border-opacity:1!important;border-color:#8b5cf6!important;border-color:rgb(139 92 246/var(--tw-border-opacity,1))!important}.border-violet-600{--tw-border-opacity:1!important;border-color:#7c3aed!important;border-color:rgb(124 58 237/var(--tw-border-opacity,1))!important}.border-violet-700{--tw-border-opacity:1!important;border-color:#6d28d9!important;border-color:rgb(109 40 217/var(--tw-border-opacity,1))!important}.border-violet-800{--tw-border-opacity:1!important;border-color:#5b21b6!important;border-color:rgb(91 33 182/var(--tw-border-opacity,1))!important}.border-violet-900{--tw-border-opacity:1!important;border-color:#4c1d95!important;border-color:rgb(76 29 149/var(--tw-border-opacity,1))!important}.border-violet-950{--tw-border-opacity:1!important;border-color:#2e1065!important;border-color:rgb(46 16 101/var(--tw-border-opacity,1))!important}.border-white{--tw-border-opacity:1!important;border-color:#fff!important;border-color:rgb(255 255 255/var(--tw-border-opacity,1))!important}.border-yellow-100{--tw-border-opacity:1!important;border-color:#fef9c3!important;border-color:rgb(254 249 195/var(--tw-border-opacity,1))!important}.border-yellow-200{--tw-border-opacity:1!important;border-color:#fef08a!important;border-color:rgb(254 240 138/var(--tw-border-opacity,1))!important}.border-yellow-300{--tw-border-opacity:1!important;border-color:#fde047!important;border-color:rgb(253 224 71/var(--tw-border-opacity,1))!important}.border-yellow-400{--tw-border-opacity:1!important;border-color:#facc15!important;border-color:rgb(250 204 21/var(--tw-border-opacity,1))!important}.border-yellow-500{--tw-border-opacity:1!important;border-color:#eab308!important;border-color:rgb(234 179 8/var(--tw-border-opacity,1))!important}.border-yellow-600{--tw-border-opacity:1!important;border-color:#ca8a04!important;border-color:rgb(202 138 4/var(--tw-border-opacity,1))!important}.border-yellow-700{--tw-border-opacity:1!important;border-color:#a16207!important;border-color:rgb(161 98 7/var(--tw-border-opacity,1))!important}.border-yellow-800{--tw-border-opacity:1!important;border-color:#854d0e!important;border-color:rgb(133 77 14/var(--tw-border-opacity,1))!important}.border-yellow-900{--tw-border-opacity:1!important;border-color:#713f12!important;border-color:rgb(113 63 18/var(--tw-border-opacity,1))!important}.border-yellow-950{--tw-border-opacity:1!important;border-color:#422006!important;border-color:rgb(66 32 6/var(--tw-border-opacity,1))!important}.border-zinc-100{--tw-border-opacity:1!important;border-color:#f4f4f5!important;border-color:rgb(244 244 245/var(--tw-border-opacity,1))!important}.border-zinc-200{--tw-border-opacity:1!important;border-color:#e4e4e7!important;border-color:rgb(228 228 231/var(--tw-border-opacity,1))!important}.border-zinc-300{--tw-border-opacity:1!important;border-color:#d4d4d8!important;border-color:rgb(212 212 216/var(--tw-border-opacity,1))!important}.border-zinc-400{--tw-border-opacity:1!important;border-color:#a1a1aa!important;border-color:rgb(161 161 170/var(--tw-border-opacity,1))!important}.border-zinc-500{--tw-border-opacity:1!important;border-color:#71717a!important;border-color:rgb(113 113 122/var(--tw-border-opacity,1))!important}.border-zinc-600{--tw-border-opacity:1!important;border-color:#52525b!important;border-color:rgb(82 82 91/var(--tw-border-opacity,1))!important}.border-zinc-700{--tw-border-opacity:1!important;border-color:#3f3f46!important;border-color:rgb(63 63 70/var(--tw-border-opacity,1))!important}.border-zinc-800{--tw-border-opacity:1!important;border-color:#27272a!important;border-color:rgb(39 39 42/var(--tw-border-opacity,1))!important}.border-zinc-900{--tw-border-opacity:1!important;border-color:#18181b!important;border-color:rgb(24 24 27/var(--tw-border-opacity,1))!important}.border-zinc-950{--tw-border-opacity:1!important;border-color:#09090b!important;border-color:rgb(9 9 11/var(--tw-border-opacity,1))!important}.border-b-blue-500{--tw-border-opacity:1!important;border-bottom-color:#3b82f6!important;border-bottom-color:rgb(59 130 246/var(--tw-border-opacity,1))!important}.border-b-red-500{--tw-border-opacity:1!important;border-bottom-color:#ef4444!important;border-bottom-color:rgb(239 68 68/var(--tw-border-opacity,1))!important}.border-l-blue-500{--tw-border-opacity:1!important;border-left-color:#3b82f6!important;border-left-color:rgb(59 130 246/var(--tw-border-opacity,1))!important}.border-l-red-500{--tw-border-opacity:1!important;border-left-color:#ef4444!important;border-left-color:rgb(239 68 68/var(--tw-border-opacity,1))!important}.border-r-blue-500{--tw-border-opacity:1!important;border-right-color:#3b82f6!important;border-right-color:rgb(59 130 246/var(--tw-border-opacity,1))!important}.border-r-red-500{--tw-border-opacity:1!important;border-right-color:#ef4444!important;border-right-color:rgb(239 68 68/var(--tw-border-opacity,1))!important}.border-t-blue-500{--tw-border-opacity:1!important;border-top-color:#3b82f6!important;border-top-color:rgb(59 130 246/var(--tw-border-opacity,1))!important}.border-t-red-500{--tw-border-opacity:1!important;border-top-color:#ef4444!important;border-top-color:rgb(239 68 68/var(--tw-border-opacity,1))!important}.border-t-transparent{border-top-color:#0000!important}.border-opacity-0{--tw-border-opacity:0!important}.border-opacity-10{--tw-border-opacity:0.1!important}.border-opacity-100{--tw-border-opacity:1!important}.border-opacity-15{--tw-border-opacity:0.15!important}.border-opacity-20{--tw-border-opacity:0.2!important}.border-opacity-25{--tw-border-opacity:0.25!important}.border-opacity-30{--tw-border-opacity:0.3!important}.border-opacity-35{--tw-border-opacity:0.35!important}.border-opacity-40{--tw-border-opacity:0.4!important}.border-opacity-45{--tw-border-opacity:0.45!important}.border-opacity-5{--tw-border-opacity:0.05!important}.border-opacity-50{--tw-border-opacity:0.5!important}.border-opacity-55{--tw-border-opacity:0.55!important}.border-opacity-60{--tw-border-opacity:0.6!important}.border-opacity-65{--tw-border-opacity:0.65!important}.border-opacity-70{--tw-border-opacity:0.7!important}.border-opacity-75{--tw-border-opacity:0.75!important}.border-opacity-80{--tw-border-opacity:0.8!important}.border-opacity-85{--tw-border-opacity:0.85!important}.border-opacity-90{--tw-border-opacity:0.9!important}.border-opacity-95{--tw-border-opacity:0.95!important}.bg-amber-100{--tw-bg-opacity:1!important;background-color:#fef3c7!important;background-color:rgb(254 243 199/var(--tw-bg-opacity,1))!important}.bg-amber-200{--tw-bg-opacity:1!important;background-color:#fde68a!important;background-color:rgb(253 230 138/var(--tw-bg-opacity,1))!important}.bg-amber-300{--tw-bg-opacity:1!important;background-color:#fcd34d!important;background-color:rgb(252 211 77/var(--tw-bg-opacity,1))!important}.bg-amber-400{--tw-bg-opacity:1!important;background-color:#fbbf24!important;background-color:rgb(251 191 36/var(--tw-bg-opacity,1))!important}.bg-amber-500{--tw-bg-opacity:1!important;background-color:#f59e0b!important;background-color:rgb(245 158 11/var(--tw-bg-opacity,1))!important}.bg-amber-600{--tw-bg-opacity:1!important;background-color:#d97706!important;background-color:rgb(217 119 6/var(--tw-bg-opacity,1))!important}.bg-amber-700{--tw-bg-opacity:1!important;background-color:#b45309!important;background-color:rgb(180 83 9/var(--tw-bg-opacity,1))!important}.bg-amber-800{--tw-bg-opacity:1!important;background-color:#92400e!important;background-color:rgb(146 64 14/var(--tw-bg-opacity,1))!important}.bg-amber-900{--tw-bg-opacity:1!important;background-color:#78350f!important;background-color:rgb(120 53 15/var(--tw-bg-opacity,1))!important}.bg-amber-950{background-color:#451a03!important;background-color:rgb(69 26 3/var(--tw-bg-opacity,1))!important}.bg-amber-950,.bg-black{--tw-bg-opacity:1!important}.bg-black{background-color:#000!important;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))!important}.bg-black\/30{background-color:#0000004d!important}.bg-blue-100{background-color:#dbeafe!important;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))!important}.bg-blue-100,.bg-blue-200{--tw-bg-opacity:1!important}.bg-blue-200{background-color:#bfdbfe!important;background-color:rgb(191 219 254/var(--tw-bg-opacity,1))!important}.bg-blue-300{background-color:#93c5fd!important;background-color:rgb(147 197 253/var(--tw-bg-opacity,1))!important}.bg-blue-300,.bg-blue-400{--tw-bg-opacity:1!important}.bg-blue-400{background-color:#60a5fa!important;background-color:rgb(96 165 250/var(--tw-bg-opacity,1))!important}.bg-blue-50{background-color:#eff6ff!important;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))!important}.bg-blue-50,.bg-blue-500{--tw-bg-opacity:1!important}.bg-blue-500{background-color:#3b82f6!important;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))!important}.bg-blue-600{background-color:#2563eb!important;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))!important}.bg-blue-600,.bg-blue-700{--tw-bg-opacity:1!important}.bg-blue-700{background-color:#1d4ed8!important;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))!important}.bg-blue-800{background-color:#1e40af!important;background-color:rgb(30 64 175/var(--tw-bg-opacity,1))!important}.bg-blue-800,.bg-blue-900{--tw-bg-opacity:1!important}.bg-blue-900{background-color:#1e3a8a!important;background-color:rgb(30 58 138/var(--tw-bg-opacity,1))!important}.bg-blue-950{background-color:#172554!important;background-color:rgb(23 37 84/var(--tw-bg-opacity,1))!important}.bg-blue-950,.bg-cyan-100{--tw-bg-opacity:1!important}.bg-cyan-100{background-color:#cffafe!important;background-color:rgb(207 250 254/var(--tw-bg-opacity,1))!important}.bg-cyan-200{background-color:#a5f3fc!important;background-color:rgb(165 243 252/var(--tw-bg-opacity,1))!important}.bg-cyan-200,.bg-cyan-300{--tw-bg-opacity:1!important}.bg-cyan-300{background-color:#67e8f9!important;background-color:rgb(103 232 249/var(--tw-bg-opacity,1))!important}.bg-cyan-400{background-color:#22d3ee!important;background-color:rgb(34 211 238/var(--tw-bg-opacity,1))!important}.bg-cyan-400,.bg-cyan-500{--tw-bg-opacity:1!important}.bg-cyan-500{background-color:#06b6d4!important;background-color:rgb(6 182 212/var(--tw-bg-opacity,1))!important}.bg-cyan-600{background-color:#0891b2!important;background-color:rgb(8 145 178/var(--tw-bg-opacity,1))!important}.bg-cyan-600,.bg-cyan-700{--tw-bg-opacity:1!important}.bg-cyan-700{background-color:#0e7490!important;background-color:rgb(14 116 144/var(--tw-bg-opacity,1))!important}.bg-cyan-800{background-color:#155e75!important;background-color:rgb(21 94 117/var(--tw-bg-opacity,1))!important}.bg-cyan-800,.bg-cyan-900{--tw-bg-opacity:1!important}.bg-cyan-900{background-color:#164e63!important;background-color:rgb(22 78 99/var(--tw-bg-opacity,1))!important}.bg-cyan-950{--tw-bg-opacity:1!important;background-color:#083344!important;background-color:rgb(8 51 68/var(--tw-bg-opacity,1))!important}.bg-emerald-100{--tw-bg-opacity:1!important;background-color:#d1fae5!important;background-color:rgb(209 250 229/var(--tw-bg-opacity,1))!important}.bg-emerald-200{--tw-bg-opacity:1!important;background-color:#a7f3d0!important;background-color:rgb(167 243 208/var(--tw-bg-opacity,1))!important}.bg-emerald-300{--tw-bg-opacity:1!important;background-color:#6ee7b7!important;background-color:rgb(110 231 183/var(--tw-bg-opacity,1))!important}.bg-emerald-400{--tw-bg-opacity:1!important;background-color:#34d399!important;background-color:rgb(52 211 153/var(--tw-bg-opacity,1))!important}.bg-emerald-500{--tw-bg-opacity:1!important;background-color:#10b981!important;background-color:rgb(16 185 129/var(--tw-bg-opacity,1))!important}.bg-emerald-600{--tw-bg-opacity:1!important;background-color:#059669!important;background-color:rgb(5 150 105/var(--tw-bg-opacity,1))!important}.bg-emerald-700{--tw-bg-opacity:1!important;background-color:#047857!important;background-color:rgb(4 120 87/var(--tw-bg-opacity,1))!important}.bg-emerald-800{--tw-bg-opacity:1!important;background-color:#065f46!important;background-color:rgb(6 95 70/var(--tw-bg-opacity,1))!important}.bg-emerald-900{--tw-bg-opacity:1!important;background-color:#064e3b!important;background-color:rgb(6 78 59/var(--tw-bg-opacity,1))!important}.bg-emerald-950{--tw-bg-opacity:1!important;background-color:#022c22!important;background-color:rgb(2 44 34/var(--tw-bg-opacity,1))!important}.bg-fuchsia-100{--tw-bg-opacity:1!important;background-color:#fae8ff!important;background-color:rgb(250 232 255/var(--tw-bg-opacity,1))!important}.bg-fuchsia-200{--tw-bg-opacity:1!important;background-color:#f5d0fe!important;background-color:rgb(245 208 254/var(--tw-bg-opacity,1))!important}.bg-fuchsia-300{--tw-bg-opacity:1!important;background-color:#f0abfc!important;background-color:rgb(240 171 252/var(--tw-bg-opacity,1))!important}.bg-fuchsia-400{--tw-bg-opacity:1!important;background-color:#e879f9!important;background-color:rgb(232 121 249/var(--tw-bg-opacity,1))!important}.bg-fuchsia-500{--tw-bg-opacity:1!important;background-color:#d946ef!important;background-color:rgb(217 70 239/var(--tw-bg-opacity,1))!important}.bg-fuchsia-600{--tw-bg-opacity:1!important;background-color:#c026d3!important;background-color:rgb(192 38 211/var(--tw-bg-opacity,1))!important}.bg-fuchsia-700{--tw-bg-opacity:1!important;background-color:#a21caf!important;background-color:rgb(162 28 175/var(--tw-bg-opacity,1))!important}.bg-fuchsia-800{--tw-bg-opacity:1!important;background-color:#86198f!important;background-color:rgb(134 25 143/var(--tw-bg-opacity,1))!important}.bg-fuchsia-900{--tw-bg-opacity:1!important;background-color:#701a75!important;background-color:rgb(112 26 117/var(--tw-bg-opacity,1))!important}.bg-fuchsia-950{--tw-bg-opacity:1!important;background-color:#4a044e!important;background-color:rgb(74 4 78/var(--tw-bg-opacity,1))!important}.bg-gray-100{background-color:#f3f4f6!important;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))!important}.bg-gray-100,.bg-gray-200{--tw-bg-opacity:1!important}.bg-gray-200{background-color:#e5e7eb!important;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))!important}.bg-gray-300{background-color:#d1d5db!important;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))!important}.bg-gray-300,.bg-gray-400{--tw-bg-opacity:1!important}.bg-gray-400{background-color:#9ca3af!important;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))!important}.bg-gray-50{background-color:#f9fafb!important;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))!important}.bg-gray-50,.bg-gray-500{--tw-bg-opacity:1!important}.bg-gray-500{background-color:#6b7280!important;background-color:rgb(107 114 128/var(--tw-bg-opacity,1))!important}.bg-gray-600{background-color:#4b5563!important;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))!important}.bg-gray-600,.bg-gray-700{--tw-bg-opacity:1!important}.bg-gray-700{background-color:#374151!important;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))!important}.bg-gray-800{--tw-bg-opacity:1!important;background-color:#1f2937!important;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))!important}.bg-gray-800\/80{background-color:#1f2937cc!important}.bg-gray-900{background-color:#111827!important;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))!important}.bg-gray-900,.bg-gray-950{--tw-bg-opacity:1!important}.bg-gray-950{background-color:#030712!important;background-color:rgb(3 7 18/var(--tw-bg-opacity,1))!important}.bg-green-100{--tw-bg-opacity:1!important;background-color:#dcfce7!important;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))!important}.bg-green-200{--tw-bg-opacity:1!important;background-color:#bbf7d0!important;background-color:rgb(187 247 208/var(--tw-bg-opacity,1))!important}.bg-green-300{--tw-bg-opacity:1!important;background-color:#86efac!important;background-color:rgb(134 239 172/var(--tw-bg-opacity,1))!important}.bg-green-400{background-color:#4ade80!important;background-color:rgb(74 222 128/var(--tw-bg-opacity,1))!important}.bg-green-400,.bg-green-50{--tw-bg-opacity:1!important}.bg-green-50{background-color:#f0fdf4!important;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))!important}.bg-green-500{--tw-bg-opacity:1!important;background-color:#22c55e!important;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))!important}.bg-green-600{--tw-bg-opacity:1!important;background-color:#16a34a!important;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))!important}.bg-green-700{--tw-bg-opacity:1!important;background-color:#15803d!important;background-color:rgb(21 128 61/var(--tw-bg-opacity,1))!important}.bg-green-800{--tw-bg-opacity:1!important;background-color:#166534!important;background-color:rgb(22 101 52/var(--tw-bg-opacity,1))!important}.bg-green-900{--tw-bg-opacity:1!important;background-color:#14532d!important;background-color:rgb(20 83 45/var(--tw-bg-opacity,1))!important}.bg-green-950{--tw-bg-opacity:1!important;background-color:#052e16!important;background-color:rgb(5 46 22/var(--tw-bg-opacity,1))!important}.bg-indigo-100{--tw-bg-opacity:1!important;background-color:#e0e7ff!important;background-color:rgb(224 231 255/var(--tw-bg-opacity,1))!important}.bg-indigo-200{--tw-bg-opacity:1!important;background-color:#c7d2fe!important;background-color:rgb(199 210 254/var(--tw-bg-opacity,1))!important}.bg-indigo-300{--tw-bg-opacity:1!important;background-color:#a5b4fc!important;background-color:rgb(165 180 252/var(--tw-bg-opacity,1))!important}.bg-indigo-400{--tw-bg-opacity:1!important;background-color:#818cf8!important;background-color:rgb(129 140 248/var(--tw-bg-opacity,1))!important}.bg-indigo-500{--tw-bg-opacity:1!important;background-color:#6366f1!important;background-color:rgb(99 102 241/var(--tw-bg-opacity,1))!important}.bg-indigo-600{--tw-bg-opacity:1!important;background-color:#4f46e5!important;background-color:rgb(79 70 229/var(--tw-bg-opacity,1))!important}.bg-indigo-700{--tw-bg-opacity:1!important;background-color:#4338ca!important;background-color:rgb(67 56 202/var(--tw-bg-opacity,1))!important}.bg-indigo-800{--tw-bg-opacity:1!important;background-color:#3730a3!important;background-color:rgb(55 48 163/var(--tw-bg-opacity,1))!important}.bg-indigo-900{--tw-bg-opacity:1!important;background-color:#312e81!important;background-color:rgb(49 46 129/var(--tw-bg-opacity,1))!important}.bg-indigo-950{--tw-bg-opacity:1!important;background-color:#1e1b4b!important;background-color:rgb(30 27 75/var(--tw-bg-opacity,1))!important}.bg-lime-100{background-color:#ecfccb!important;background-color:rgb(236 252 203/var(--tw-bg-opacity,1))!important}.bg-lime-100,.bg-lime-200{--tw-bg-opacity:1!important}.bg-lime-200{background-color:#d9f99d!important;background-color:rgb(217 249 157/var(--tw-bg-opacity,1))!important}.bg-lime-300{background-color:#bef264!important;background-color:rgb(190 242 100/var(--tw-bg-opacity,1))!important}.bg-lime-300,.bg-lime-400{--tw-bg-opacity:1!important}.bg-lime-400{background-color:#a3e635!important;background-color:rgb(163 230 53/var(--tw-bg-opacity,1))!important}.bg-lime-500{background-color:#84cc16!important;background-color:rgb(132 204 22/var(--tw-bg-opacity,1))!important}.bg-lime-500,.bg-lime-600{--tw-bg-opacity:1!important}.bg-lime-600{background-color:#65a30d!important;background-color:rgb(101 163 13/var(--tw-bg-opacity,1))!important}.bg-lime-700{background-color:#4d7c0f!important;background-color:rgb(77 124 15/var(--tw-bg-opacity,1))!important}.bg-lime-700,.bg-lime-800{--tw-bg-opacity:1!important}.bg-lime-800{background-color:#3f6212!important;background-color:rgb(63 98 18/var(--tw-bg-opacity,1))!important}.bg-lime-900{background-color:#365314!important;background-color:rgb(54 83 20/var(--tw-bg-opacity,1))!important}.bg-lime-900,.bg-lime-950{--tw-bg-opacity:1!important}.bg-lime-950{background-color:#1a2e05!important;background-color:rgb(26 46 5/var(--tw-bg-opacity,1))!important}.bg-neutral-100{--tw-bg-opacity:1!important;background-color:#f5f5f5!important;background-color:rgb(245 245 245/var(--tw-bg-opacity,1))!important}.bg-neutral-200{--tw-bg-opacity:1!important;background-color:#e5e5e5!important;background-color:rgb(229 229 229/var(--tw-bg-opacity,1))!important}.bg-neutral-300{--tw-bg-opacity:1!important;background-color:#d4d4d4!important;background-color:rgb(212 212 212/var(--tw-bg-opacity,1))!important}.bg-neutral-400{--tw-bg-opacity:1!important;background-color:#a3a3a3!important;background-color:rgb(163 163 163/var(--tw-bg-opacity,1))!important}.bg-neutral-500{--tw-bg-opacity:1!important;background-color:#737373!important;background-color:rgb(115 115 115/var(--tw-bg-opacity,1))!important}.bg-neutral-600{--tw-bg-opacity:1!important;background-color:#525252!important;background-color:rgb(82 82 82/var(--tw-bg-opacity,1))!important}.bg-neutral-700{--tw-bg-opacity:1!important;background-color:#404040!important;background-color:rgb(64 64 64/var(--tw-bg-opacity,1))!important}.bg-neutral-800{--tw-bg-opacity:1!important;background-color:#262626!important;background-color:rgb(38 38 38/var(--tw-bg-opacity,1))!important}.bg-neutral-900{--tw-bg-opacity:1!important;background-color:#171717!important;background-color:rgb(23 23 23/var(--tw-bg-opacity,1))!important}.bg-neutral-950{--tw-bg-opacity:1!important;background-color:#0a0a0a!important;background-color:rgb(10 10 10/var(--tw-bg-opacity,1))!important}.bg-orange-100{--tw-bg-opacity:1!important;background-color:#ffedd5!important;background-color:rgb(255 237 213/var(--tw-bg-opacity,1))!important}.bg-orange-200{--tw-bg-opacity:1!important;background-color:#fed7aa!important;background-color:rgb(254 215 170/var(--tw-bg-opacity,1))!important}.bg-orange-300{--tw-bg-opacity:1!important;background-color:#fdba74!important;background-color:rgb(253 186 116/var(--tw-bg-opacity,1))!important}.bg-orange-400{--tw-bg-opacity:1!important;background-color:#fb923c!important;background-color:rgb(251 146 60/var(--tw-bg-opacity,1))!important}.bg-orange-500{--tw-bg-opacity:1!important;background-color:#f97316!important;background-color:rgb(249 115 22/var(--tw-bg-opacity,1))!important}.bg-orange-600{--tw-bg-opacity:1!important;background-color:#ea580c!important;background-color:rgb(234 88 12/var(--tw-bg-opacity,1))!important}.bg-orange-700{--tw-bg-opacity:1!important;background-color:#c2410c!important;background-color:rgb(194 65 12/var(--tw-bg-opacity,1))!important}.bg-orange-800{--tw-bg-opacity:1!important;background-color:#9a3412!important;background-color:rgb(154 52 18/var(--tw-bg-opacity,1))!important}.bg-orange-900{--tw-bg-opacity:1!important;background-color:#7c2d12!important;background-color:rgb(124 45 18/var(--tw-bg-opacity,1))!important}.bg-orange-950{--tw-bg-opacity:1!important;background-color:#431407!important;background-color:rgb(67 20 7/var(--tw-bg-opacity,1))!important}.bg-pink-100{background-color:#fce7f3!important;background-color:rgb(252 231 243/var(--tw-bg-opacity,1))!important}.bg-pink-100,.bg-pink-200{--tw-bg-opacity:1!important}.bg-pink-200{background-color:#fbcfe8!important;background-color:rgb(251 207 232/var(--tw-bg-opacity,1))!important}.bg-pink-300{background-color:#f9a8d4!important;background-color:rgb(249 168 212/var(--tw-bg-opacity,1))!important}.bg-pink-300,.bg-pink-400{--tw-bg-opacity:1!important}.bg-pink-400{background-color:#f472b6!important;background-color:rgb(244 114 182/var(--tw-bg-opacity,1))!important}.bg-pink-500{background-color:#ec4899!important;background-color:rgb(236 72 153/var(--tw-bg-opacity,1))!important}.bg-pink-500,.bg-pink-600{--tw-bg-opacity:1!important}.bg-pink-600{background-color:#db2777!important;background-color:rgb(219 39 119/var(--tw-bg-opacity,1))!important}.bg-pink-700{background-color:#be185d!important;background-color:rgb(190 24 93/var(--tw-bg-opacity,1))!important}.bg-pink-700,.bg-pink-800{--tw-bg-opacity:1!important}.bg-pink-800{background-color:#9d174d!important;background-color:rgb(157 23 77/var(--tw-bg-opacity,1))!important}.bg-pink-900{background-color:#831843!important;background-color:rgb(131 24 67/var(--tw-bg-opacity,1))!important}.bg-pink-900,.bg-pink-950{--tw-bg-opacity:1!important}.bg-pink-950{background-color:#500724!important;background-color:rgb(80 7 36/var(--tw-bg-opacity,1))!important}.bg-purple-100{--tw-bg-opacity:1!important;background-color:#f3e8ff!important;background-color:rgb(243 232 255/var(--tw-bg-opacity,1))!important}.bg-purple-200{--tw-bg-opacity:1!important;background-color:#e9d5ff!important;background-color:rgb(233 213 255/var(--tw-bg-opacity,1))!important}.bg-purple-300{--tw-bg-opacity:1!important;background-color:#d8b4fe!important;background-color:rgb(216 180 254/var(--tw-bg-opacity,1))!important}.bg-purple-400{--tw-bg-opacity:1!important;background-color:#c084fc!important;background-color:rgb(192 132 252/var(--tw-bg-opacity,1))!important}.bg-purple-500{--tw-bg-opacity:1!important;background-color:#a855f7!important;background-color:rgb(168 85 247/var(--tw-bg-opacity,1))!important}.bg-purple-600{--tw-bg-opacity:1!important;background-color:#9333ea!important;background-color:rgb(147 51 234/var(--tw-bg-opacity,1))!important}.bg-purple-700{--tw-bg-opacity:1!important;background-color:#7e22ce!important;background-color:rgb(126 34 206/var(--tw-bg-opacity,1))!important}.bg-purple-800{--tw-bg-opacity:1!important;background-color:#6b21a8!important;background-color:rgb(107 33 168/var(--tw-bg-opacity,1))!important}.bg-purple-900{--tw-bg-opacity:1!important;background-color:#581c87!important;background-color:rgb(88 28 135/var(--tw-bg-opacity,1))!important}.bg-purple-950{background-color:#3b0764!important;background-color:rgb(59 7 100/var(--tw-bg-opacity,1))!important}.bg-purple-950,.bg-red-100{--tw-bg-opacity:1!important}.bg-red-100{background-color:#fee2e2!important;background-color:rgb(254 226 226/var(--tw-bg-opacity,1))!important}.bg-red-200{background-color:#fecaca!important;background-color:rgb(254 202 202/var(--tw-bg-opacity,1))!important}.bg-red-200,.bg-red-300{--tw-bg-opacity:1!important}.bg-red-300{background-color:#fca5a5!important;background-color:rgb(252 165 165/var(--tw-bg-opacity,1))!important}.bg-red-400{background-color:#f87171!important;background-color:rgb(248 113 113/var(--tw-bg-opacity,1))!important}.bg-red-400,.bg-red-50{--tw-bg-opacity:1!important}.bg-red-50{background-color:#fef2f2!important;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))!important}.bg-red-500{background-color:#ef4444!important;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))!important}.bg-red-500,.bg-red-600{--tw-bg-opacity:1!important}.bg-red-600{background-color:#dc2626!important;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))!important}.bg-red-700{background-color:#b91c1c!important;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))!important}.bg-red-700,.bg-red-800{--tw-bg-opacity:1!important}.bg-red-800{background-color:#991b1b!important;background-color:rgb(153 27 27/var(--tw-bg-opacity,1))!important}.bg-red-900{background-color:#7f1d1d!important;background-color:rgb(127 29 29/var(--tw-bg-opacity,1))!important}.bg-red-900,.bg-red-950{--tw-bg-opacity:1!important}.bg-red-950{background-color:#450a0a!important;background-color:rgb(69 10 10/var(--tw-bg-opacity,1))!important}.bg-rose-100{background-color:#ffe4e6!important;background-color:rgb(255 228 230/var(--tw-bg-opacity,1))!important}.bg-rose-100,.bg-rose-200{--tw-bg-opacity:1!important}.bg-rose-200{background-color:#fecdd3!important;background-color:rgb(254 205 211/var(--tw-bg-opacity,1))!important}.bg-rose-300{background-color:#fda4af!important;background-color:rgb(253 164 175/var(--tw-bg-opacity,1))!important}.bg-rose-300,.bg-rose-400{--tw-bg-opacity:1!important}.bg-rose-400{background-color:#fb7185!important;background-color:rgb(251 113 133/var(--tw-bg-opacity,1))!important}.bg-rose-500{background-color:#f43f5e!important;background-color:rgb(244 63 94/var(--tw-bg-opacity,1))!important}.bg-rose-500,.bg-rose-600{--tw-bg-opacity:1!important}.bg-rose-600{background-color:#e11d48!important;background-color:rgb(225 29 72/var(--tw-bg-opacity,1))!important}.bg-rose-700{background-color:#be123c!important;background-color:rgb(190 18 60/var(--tw-bg-opacity,1))!important}.bg-rose-700,.bg-rose-800{--tw-bg-opacity:1!important}.bg-rose-800{background-color:#9f1239!important;background-color:rgb(159 18 57/var(--tw-bg-opacity,1))!important}.bg-rose-900{background-color:#881337!important;background-color:rgb(136 19 55/var(--tw-bg-opacity,1))!important}.bg-rose-900,.bg-rose-950{--tw-bg-opacity:1!important}.bg-rose-950{background-color:#4c0519!important;background-color:rgb(76 5 25/var(--tw-bg-opacity,1))!important}.bg-sky-100{background-color:#e0f2fe!important;background-color:rgb(224 242 254/var(--tw-bg-opacity,1))!important}.bg-sky-100,.bg-sky-200{--tw-bg-opacity:1!important}.bg-sky-200{background-color:#bae6fd!important;background-color:rgb(186 230 253/var(--tw-bg-opacity,1))!important}.bg-sky-300{background-color:#7dd3fc!important;background-color:rgb(125 211 252/var(--tw-bg-opacity,1))!important}.bg-sky-300,.bg-sky-400{--tw-bg-opacity:1!important}.bg-sky-400{background-color:#38bdf8!important;background-color:rgb(56 189 248/var(--tw-bg-opacity,1))!important}.bg-sky-500{background-color:#0ea5e9!important;background-color:rgb(14 165 233/var(--tw-bg-opacity,1))!important}.bg-sky-500,.bg-sky-600{--tw-bg-opacity:1!important}.bg-sky-600{background-color:#0284c7!important;background-color:rgb(2 132 199/var(--tw-bg-opacity,1))!important}.bg-sky-700{background-color:#0369a1!important;background-color:rgb(3 105 161/var(--tw-bg-opacity,1))!important}.bg-sky-700,.bg-sky-800{--tw-bg-opacity:1!important}.bg-sky-800{background-color:#075985!important;background-color:rgb(7 89 133/var(--tw-bg-opacity,1))!important}.bg-sky-900{background-color:#0c4a6e!important;background-color:rgb(12 74 110/var(--tw-bg-opacity,1))!important}.bg-sky-900,.bg-sky-950{--tw-bg-opacity:1!important}.bg-sky-950{background-color:#082f49!important;background-color:rgb(8 47 73/var(--tw-bg-opacity,1))!important}.bg-slate-100{--tw-bg-opacity:1!important;background-color:#f1f5f9!important;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))!important}.bg-slate-200{--tw-bg-opacity:1!important;background-color:#e2e8f0!important;background-color:rgb(226 232 240/var(--tw-bg-opacity,1))!important}.bg-slate-300{--tw-bg-opacity:1!important;background-color:#cbd5e1!important;background-color:rgb(203 213 225/var(--tw-bg-opacity,1))!important}.bg-slate-400{--tw-bg-opacity:1!important;background-color:#94a3b8!important;background-color:rgb(148 163 184/var(--tw-bg-opacity,1))!important}.bg-slate-500{--tw-bg-opacity:1!important;background-color:#64748b!important;background-color:rgb(100 116 139/var(--tw-bg-opacity,1))!important}.bg-slate-600{--tw-bg-opacity:1!important;background-color:#475569!important;background-color:rgb(71 85 105/var(--tw-bg-opacity,1))!important}.bg-slate-700{--tw-bg-opacity:1!important;background-color:#334155!important;background-color:rgb(51 65 85/var(--tw-bg-opacity,1))!important}.bg-slate-800{--tw-bg-opacity:1!important;background-color:#1e293b!important;background-color:rgb(30 41 59/var(--tw-bg-opacity,1))!important}.bg-slate-900{--tw-bg-opacity:1!important;background-color:#0f172a!important;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))!important}.bg-slate-950{--tw-bg-opacity:1!important;background-color:#020617!important;background-color:rgb(2 6 23/var(--tw-bg-opacity,1))!important}.bg-stone-100{--tw-bg-opacity:1!important;background-color:#f5f5f4!important;background-color:rgb(245 245 244/var(--tw-bg-opacity,1))!important}.bg-stone-200{--tw-bg-opacity:1!important;background-color:#e7e5e4!important;background-color:rgb(231 229 228/var(--tw-bg-opacity,1))!important}.bg-stone-300{--tw-bg-opacity:1!important;background-color:#d6d3d1!important;background-color:rgb(214 211 209/var(--tw-bg-opacity,1))!important}.bg-stone-400{--tw-bg-opacity:1!important;background-color:#a8a29e!important;background-color:rgb(168 162 158/var(--tw-bg-opacity,1))!important}.bg-stone-500{--tw-bg-opacity:1!important;background-color:#78716c!important;background-color:rgb(120 113 108/var(--tw-bg-opacity,1))!important}.bg-stone-600{--tw-bg-opacity:1!important;background-color:#57534e!important;background-color:rgb(87 83 78/var(--tw-bg-opacity,1))!important}.bg-stone-700{--tw-bg-opacity:1!important;background-color:#44403c!important;background-color:rgb(68 64 60/var(--tw-bg-opacity,1))!important}.bg-stone-800{--tw-bg-opacity:1!important;background-color:#292524!important;background-color:rgb(41 37 36/var(--tw-bg-opacity,1))!important}.bg-stone-900{--tw-bg-opacity:1!important;background-color:#1c1917!important;background-color:rgb(28 25 23/var(--tw-bg-opacity,1))!important}.bg-stone-950{background-color:#0c0a09!important;background-color:rgb(12 10 9/var(--tw-bg-opacity,1))!important}.bg-stone-950,.bg-teal-100{--tw-bg-opacity:1!important}.bg-teal-100{background-color:#ccfbf1!important;background-color:rgb(204 251 241/var(--tw-bg-opacity,1))!important}.bg-teal-200{background-color:#99f6e4!important;background-color:rgb(153 246 228/var(--tw-bg-opacity,1))!important}.bg-teal-200,.bg-teal-300{--tw-bg-opacity:1!important}.bg-teal-300{background-color:#5eead4!important;background-color:rgb(94 234 212/var(--tw-bg-opacity,1))!important}.bg-teal-400{background-color:#2dd4bf!important;background-color:rgb(45 212 191/var(--tw-bg-opacity,1))!important}.bg-teal-400,.bg-teal-500{--tw-bg-opacity:1!important}.bg-teal-500{background-color:#14b8a6!important;background-color:rgb(20 184 166/var(--tw-bg-opacity,1))!important}.bg-teal-600{background-color:#0d9488!important;background-color:rgb(13 148 136/var(--tw-bg-opacity,1))!important}.bg-teal-600,.bg-teal-700{--tw-bg-opacity:1!important}.bg-teal-700{background-color:#0f766e!important;background-color:rgb(15 118 110/var(--tw-bg-opacity,1))!important}.bg-teal-800{background-color:#115e59!important;background-color:rgb(17 94 89/var(--tw-bg-opacity,1))!important}.bg-teal-800,.bg-teal-900{--tw-bg-opacity:1!important}.bg-teal-900{background-color:#134e4a!important;background-color:rgb(19 78 74/var(--tw-bg-opacity,1))!important}.bg-teal-950{--tw-bg-opacity:1!important;background-color:#042f2e!important;background-color:rgb(4 47 46/var(--tw-bg-opacity,1))!important}.bg-violet-100{--tw-bg-opacity:1!important;background-color:#ede9fe!important;background-color:rgb(237 233 254/var(--tw-bg-opacity,1))!important}.bg-violet-200{--tw-bg-opacity:1!important;background-color:#ddd6fe!important;background-color:rgb(221 214 254/var(--tw-bg-opacity,1))!important}.bg-violet-300{--tw-bg-opacity:1!important;background-color:#c4b5fd!important;background-color:rgb(196 181 253/var(--tw-bg-opacity,1))!important}.bg-violet-400{--tw-bg-opacity:1!important;background-color:#a78bfa!important;background-color:rgb(167 139 250/var(--tw-bg-opacity,1))!important}.bg-violet-500{--tw-bg-opacity:1!important;background-color:#8b5cf6!important;background-color:rgb(139 92 246/var(--tw-bg-opacity,1))!important}.bg-violet-600{--tw-bg-opacity:1!important;background-color:#7c3aed!important;background-color:rgb(124 58 237/var(--tw-bg-opacity,1))!important}.bg-violet-700{--tw-bg-opacity:1!important;background-color:#6d28d9!important;background-color:rgb(109 40 217/var(--tw-bg-opacity,1))!important}.bg-violet-800{--tw-bg-opacity:1!important;background-color:#5b21b6!important;background-color:rgb(91 33 182/var(--tw-bg-opacity,1))!important}.bg-violet-900{--tw-bg-opacity:1!important;background-color:#4c1d95!important;background-color:rgb(76 29 149/var(--tw-bg-opacity,1))!important}.bg-violet-950{background-color:#2e1065!important;background-color:rgb(46 16 101/var(--tw-bg-opacity,1))!important}.bg-violet-950,.bg-white{--tw-bg-opacity:1!important}.bg-white{background-color:#fff!important;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important}.bg-white\/90{background-color:#ffffffe6!important}.bg-yellow-100{--tw-bg-opacity:1!important;background-color:#fef9c3!important;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))!important}.bg-yellow-200{--tw-bg-opacity:1!important;background-color:#fef08a!important;background-color:rgb(254 240 138/var(--tw-bg-opacity,1))!important}.bg-yellow-300{--tw-bg-opacity:1!important;background-color:#fde047!important;background-color:rgb(253 224 71/var(--tw-bg-opacity,1))!important}.bg-yellow-400{--tw-bg-opacity:1!important;background-color:#facc15!important;background-color:rgb(250 204 21/var(--tw-bg-opacity,1))!important}.bg-yellow-50{--tw-bg-opacity:1!important;background-color:#fefce8!important;background-color:rgb(254 252 232/var(--tw-bg-opacity,1))!important}.bg-yellow-500{--tw-bg-opacity:1!important;background-color:#eab308!important;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))!important}.bg-yellow-600{--tw-bg-opacity:1!important;background-color:#ca8a04!important;background-color:rgb(202 138 4/var(--tw-bg-opacity,1))!important}.bg-yellow-700{--tw-bg-opacity:1!important;background-color:#a16207!important;background-color:rgb(161 98 7/var(--tw-bg-opacity,1))!important}.bg-yellow-800{--tw-bg-opacity:1!important;background-color:#854d0e!important;background-color:rgb(133 77 14/var(--tw-bg-opacity,1))!important}.bg-yellow-900{--tw-bg-opacity:1!important;background-color:#713f12!important;background-color:rgb(113 63 18/var(--tw-bg-opacity,1))!important}.bg-yellow-950{--tw-bg-opacity:1!important;background-color:#422006!important;background-color:rgb(66 32 6/var(--tw-bg-opacity,1))!important}.bg-zinc-100{background-color:#f4f4f5!important;background-color:rgb(244 244 245/var(--tw-bg-opacity,1))!important}.bg-zinc-100,.bg-zinc-200{--tw-bg-opacity:1!important}.bg-zinc-200{background-color:#e4e4e7!important;background-color:rgb(228 228 231/var(--tw-bg-opacity,1))!important}.bg-zinc-300{background-color:#d4d4d8!important;background-color:rgb(212 212 216/var(--tw-bg-opacity,1))!important}.bg-zinc-300,.bg-zinc-400{--tw-bg-opacity:1!important}.bg-zinc-400{background-color:#a1a1aa!important;background-color:rgb(161 161 170/var(--tw-bg-opacity,1))!important}.bg-zinc-500{background-color:#71717a!important;background-color:rgb(113 113 122/var(--tw-bg-opacity,1))!important}.bg-zinc-500,.bg-zinc-600{--tw-bg-opacity:1!important}.bg-zinc-600{background-color:#52525b!important;background-color:rgb(82 82 91/var(--tw-bg-opacity,1))!important}.bg-zinc-700{background-color:#3f3f46!important;background-color:rgb(63 63 70/var(--tw-bg-opacity,1))!important}.bg-zinc-700,.bg-zinc-800{--tw-bg-opacity:1!important}.bg-zinc-800{background-color:#27272a!important;background-color:rgb(39 39 42/var(--tw-bg-opacity,1))!important}.bg-zinc-900{background-color:#18181b!important;background-color:rgb(24 24 27/var(--tw-bg-opacity,1))!important}.bg-zinc-900,.bg-zinc-950{--tw-bg-opacity:1!important}.bg-zinc-950{background-color:#09090b!important;background-color:rgb(9 9 11/var(--tw-bg-opacity,1))!important}.bg-opacity-10{--tw-bg-opacity:0.1!important}.bg-opacity-20{--tw-bg-opacity:0.2!important}.bg-opacity-30{--tw-bg-opacity:0.3!important}.bg-opacity-40{--tw-bg-opacity:0.4!important}.bg-opacity-50{--tw-bg-opacity:0.5!important}.bg-opacity-80{--tw-bg-opacity:0.8!important}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))!important}.from-blue-500{--tw-gradient-from:#3b82f6 var(--tw-gradient-from-position)!important;--tw-gradient-to:#3b82f600 var(--tw-gradient-to-position)!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)!important}.from-blue-600{--tw-gradient-from:#2563eb var(--tw-gradient-from-position)!important;--tw-gradient-to:#2563eb00 var(--tw-gradient-to-position)!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)!important}.via-purple-500{--tw-gradient-to:#a855f700 var(--tw-gradient-to-position)!important;--tw-gradient-stops:var(--tw-gradient-from),#a855f7 var(--tw-gradient-via-position),var(--tw-gradient-to)!important}.to-blue-800{--tw-gradient-to:#1e40af var(--tw-gradient-to-position)!important}.to-pink-500{--tw-gradient-to:#ec4899 var(--tw-gradient-to-position)!important}.bg-cover{background-size:cover!important}.bg-center{background-position:50%!important}.fill-current{fill:currentColor!important}.object-cover{object-fit:cover!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:.75rem!important}.p-4{padding:1rem!important}.p-6{padding:1.5rem!important}.p-8{padding:2rem!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-2\.5{padding-left:.625rem!important;padding-right:.625rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-8{padding-left:2rem!important;padding-right:2rem!important}.py-0\.5{padding-bottom:.125rem!important;padding-top:.125rem!important}.py-1{padding-bottom:.25rem!important;padding-top:.25rem!important}.py-1\.5{padding-bottom:.375rem!important;padding-top:.375rem!important}.py-12{padding-bottom:3rem!important;padding-top:3rem!important}.py-16{padding-bottom:4rem!important;padding-top:4rem!important}.py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.py-24{padding-bottom:6rem!important;padding-top:6rem!important}.py-3{padding-bottom:.75rem!important;padding-top:.75rem!important}.py-4{padding-bottom:1rem!important;padding-top:1rem!important}.py-5{padding-bottom:1.25rem!important;padding-top:1.25rem!important}.py-6{padding-bottom:1.5rem!important;padding-top:1.5rem!important}.py-8{padding-bottom:2rem!important;padding-top:2rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-10{padding-bottom:2.5rem!important}.pb-11{padding-bottom:2.75rem!important}.pb-12{padding-bottom:3rem!important}.pb-14{padding-bottom:3.5rem!important}.pb-16{padding-bottom:4rem!important}.pb-2{padding-bottom:.5rem!important}.pb-20{padding-bottom:5rem!important}.pb-24{padding-bottom:6rem!important}.pb-28{padding-bottom:7rem!important}.pb-3{padding-bottom:.75rem!important}.pb-32{padding-bottom:8rem!important}.pb-36{padding-bottom:9rem!important}.pb-4{padding-bottom:1rem!important}.pb-40{padding-bottom:10rem!important}.pb-44{padding-bottom:11rem!important}.pb-48{padding-bottom:12rem!important}.pb-5{padding-bottom:1.25rem!important}.pb-52{padding-bottom:13rem!important}.pb-56{padding-bottom:14rem!important}.pb-6{padding-bottom:1.5rem!important}.pb-60{padding-bottom:15rem!important}.pb-64{padding-bottom:16rem!important}.pb-7{padding-bottom:1.75rem!important}.pb-72{padding-bottom:18rem!important}.pb-8{padding-bottom:2rem!important}.pb-80{padding-bottom:20rem!important}.pb-9{padding-bottom:2.25rem!important}.pb-96{padding-bottom:24rem!important}.pl-0{padding-left:0!important}.pl-1{padding-left:.25rem!important}.pl-10{padding-left:2.5rem!important}.pl-11{padding-left:2.75rem!important}.pl-12{padding-left:3rem!important}.pl-14{padding-left:3.5rem!important}.pl-16{padding-left:4rem!important}.pl-2{padding-left:.5rem!important}.pl-20{padding-left:5rem!important}.pl-24{padding-left:6rem!important}.pl-28{padding-left:7rem!important}.pl-3{padding-left:.75rem!important}.pl-32{padding-left:8rem!important}.pl-36{padding-left:9rem!important}.pl-4{padding-left:1rem!important}.pl-40{padding-left:10rem!important}.pl-44{padding-left:11rem!important}.pl-48{padding-left:12rem!important}.pl-5{padding-left:1.25rem!important}.pl-52{padding-left:13rem!important}.pl-56{padding-left:14rem!important}.pl-6{padding-left:1.5rem!important}.pl-60{padding-left:15rem!important}.pl-64{padding-left:16rem!important}.pl-7{padding-left:1.75rem!important}.pl-72{padding-left:18rem!important}.pl-8{padding-left:2rem!important}.pl-80{padding-left:20rem!important}.pl-9{padding-left:2.25rem!important}.pl-96{padding-left:24rem!important}.pr-0{padding-right:0!important}.pr-1{padding-right:.25rem!important}.pr-10{padding-right:2.5rem!important}.pr-11{padding-right:2.75rem!important}.pr-12{padding-right:3rem!important}.pr-14{padding-right:3.5rem!important}.pr-16{padding-right:4rem!important}.pr-2{padding-right:.5rem!important}.pr-20{padding-right:5rem!important}.pr-24{padding-right:6rem!important}.pr-28{padding-right:7rem!important}.pr-3{padding-right:.75rem!important}.pr-32{padding-right:8rem!important}.pr-36{padding-right:9rem!important}.pr-4{padding-right:1rem!important}.pr-40{padding-right:10rem!important}.pr-44{padding-right:11rem!important}.pr-48{padding-right:12rem!important}.pr-5{padding-right:1.25rem!important}.pr-52{padding-right:13rem!important}.pr-56{padding-right:14rem!important}.pr-6{padding-right:1.5rem!important}.pr-60{padding-right:15rem!important}.pr-64{padding-right:16rem!important}.pr-7{padding-right:1.75rem!important}.pr-72{padding-right:18rem!important}.pr-8{padding-right:2rem!important}.pr-80{padding-right:20rem!important}.pr-9{padding-right:2.25rem!important}.pr-96{padding-right:24rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-10{padding-top:2.5rem!important}.pt-11{padding-top:2.75rem!important}.pt-12{padding-top:3rem!important}.pt-14{padding-top:3.5rem!important}.pt-16{padding-top:4rem!important}.pt-2{padding-top:.5rem!important}.pt-20{padding-top:5rem!important}.pt-24{padding-top:6rem!important}.pt-28{padding-top:7rem!important}.pt-3{padding-top:.75rem!important}.pt-32{padding-top:8rem!important}.pt-36{padding-top:9rem!important}.pt-4{padding-top:1rem!important}.pt-40{padding-top:10rem!important}.pt-44{padding-top:11rem!important}.pt-48{padding-top:12rem!important}.pt-5{padding-top:1.25rem!important}.pt-52{padding-top:13rem!important}.pt-56{padding-top:14rem!important}.pt-6{padding-top:1.5rem!important}.pt-60{padding-top:15rem!important}.pt-64{padding-top:16rem!important}.pt-7{padding-top:1.75rem!important}.pt-72{padding-top:18rem!important}.pt-8{padding-top:2rem!important}.pt-80{padding-top:20rem!important}.pt-9{padding-top:2.25rem!important}.pt-96{padding-top:24rem!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-justify{text-align:justify!important}.text-start{text-align:start!important}.text-end{text-align:end!important}.align-middle{vertical-align:middle!important}.font-\[\'\$\{fontFamily\}\'\]{font-family:"${fontFamily}"!important}.font-\[\'Arial\'\]{font-family:Arial!important}.font-\[\'Arial_Black\'\]{font-family:Arial Black!important}.font-\[\'Baskerville\'\]{font-family:Baskerville!important}.font-\[\'Calibri\'\]{font-family:Calibri!important}.font-\[\'Candara\'\]{font-family:Candara!important}.font-\[\'Century_Gothic\'\]{font-family:Century Gothic!important}.font-\[\'Comic_Sans_MS\'\]{font-family:Comic Sans MS!important}.font-\[\'Courier\'\]{font-family:Courier!important}.font-\[\'Courier_New\'\]{font-family:Courier New!important}.font-\[\'Franklin_Gothic\'\]{font-family:Franklin Gothic!important}.font-\[\'Garamond\'\]{font-family:Garamond!important}.font-\[\'Geneva\'\]{font-family:Geneva!important}.font-\[\'Georgia\'\]{font-family:Georgia!important}.font-\[\'Helvetica\'\]{font-family:Helvetica!important}.font-\[\'Impact\'\]{font-family:Impact!important}.font-\[\'Lucida_Console\'\]{font-family:Lucida Console!important}.font-\[\'Lucida_Sans\'\]{font-family:Lucida Sans!important}.font-\[\'Optima\'\]{font-family:Optima!important}.font-\[\'Palatino\'\]{font-family:Palatino!important}.font-\[\'Segoe_UI\'\]{font-family:Segoe UI!important}.font-\[\'Tahoma\'\]{font-family:Tahoma!important}.font-\[\'Times_New_Roman\'\]{font-family:Times New Roman!important}.font-\[\'Trebuchet_MS\'\]{font-family:Trebuchet MS!important}.font-\[\'Verdana\'\]{font-family:Verdana!important}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji!important}.font-serif{font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-5xl{font-size:3rem!important}.text-5xl,.text-6xl{line-height:1!important}.text-6xl{font-size:3.75rem!important}.text-\[100px\]{font-size:100px!important}.text-\[10px\]{font-size:10px!important}.text-\[11px\]{font-size:11px!important}.text-\[12px\]{font-size:12px!important}.text-\[13px\]{font-size:13px!important}.text-\[14px\]{font-size:14px!important}.text-\[15px\]{font-size:15px!important}.text-\[16px\]{font-size:16px!important}.text-\[17px\]{font-size:17px!important}.text-\[18px\]{font-size:18px!important}.text-\[19px\]{font-size:19px!important}.text-\[1px\]{font-size:1px!important}.text-\[20px\]{font-size:20px!important}.text-\[21px\]{font-size:21px!important}.text-\[22px\]{font-size:22px!important}.text-\[23px\]{font-size:23px!important}.text-\[24px\]{font-size:24px!important}.text-\[25px\]{font-size:25px!important}.text-\[26px\]{font-size:26px!important}.text-\[27px\]{font-size:27px!important}.text-\[28px\]{font-size:28px!important}.text-\[29px\]{font-size:29px!important}.text-\[2px\]{font-size:2px!important}.text-\[30px\]{font-size:30px!important}.text-\[31px\]{font-size:31px!important}.text-\[32px\]{font-size:32px!important}.text-\[33px\]{font-size:33px!important}.text-\[34px\]{font-size:34px!important}.text-\[35px\]{font-size:35px!important}.text-\[36px\]{font-size:36px!important}.text-\[37px\]{font-size:37px!important}.text-\[38px\]{font-size:38px!important}.text-\[39px\]{font-size:39px!important}.text-\[3px\]{font-size:3px!important}.text-\[40px\]{font-size:40px!important}.text-\[41px\]{font-size:41px!important}.text-\[42px\]{font-size:42px!important}.text-\[43px\]{font-size:43px!important}.text-\[44px\]{font-size:44px!important}.text-\[45px\]{font-size:45px!important}.text-\[46px\]{font-size:46px!important}.text-\[47px\]{font-size:47px!important}.text-\[48px\]{font-size:48px!important}.text-\[49px\]{font-size:49px!important}.text-\[4px\]{font-size:4px!important}.text-\[50px\]{font-size:50px!important}.text-\[51px\]{font-size:51px!important}.text-\[52px\]{font-size:52px!important}.text-\[53px\]{font-size:53px!important}.text-\[54px\]{font-size:54px!important}.text-\[55px\]{font-size:55px!important}.text-\[56px\]{font-size:56px!important}.text-\[57px\]{font-size:57px!important}.text-\[58px\]{font-size:58px!important}.text-\[59px\]{font-size:59px!important}.text-\[5px\]{font-size:5px!important}.text-\[60px\]{font-size:60px!important}.text-\[61px\]{font-size:61px!important}.text-\[62px\]{font-size:62px!important}.text-\[63px\]{font-size:63px!important}.text-\[64px\]{font-size:64px!important}.text-\[65px\]{font-size:65px!important}.text-\[66px\]{font-size:66px!important}.text-\[67px\]{font-size:67px!important}.text-\[68px\]{font-size:68px!important}.text-\[69px\]{font-size:69px!important}.text-\[6px\]{font-size:6px!important}.text-\[70px\]{font-size:70px!important}.text-\[71px\]{font-size:71px!important}.text-\[72px\]{font-size:72px!important}.text-\[73px\]{font-size:73px!important}.text-\[74px\]{font-size:74px!important}.text-\[75px\]{font-size:75px!important}.text-\[76px\]{font-size:76px!important}.text-\[77px\]{font-size:77px!important}.text-\[78px\]{font-size:78px!important}.text-\[79px\]{font-size:79px!important}.text-\[7px\]{font-size:7px!important}.text-\[80px\]{font-size:80px!important}.text-\[81px\]{font-size:81px!important}.text-\[82px\]{font-size:82px!important}.text-\[83px\]{font-size:83px!important}.text-\[84px\]{font-size:84px!important}.text-\[85px\]{font-size:85px!important}.text-\[86px\]{font-size:86px!important}.text-\[87px\]{font-size:87px!important}.text-\[88px\]{font-size:88px!important}.text-\[89px\]{font-size:89px!important}.text-\[8px\]{font-size:8px!important}.text-\[90px\]{font-size:90px!important}.text-\[91px\]{font-size:91px!important}.text-\[92px\]{font-size:92px!important}.text-\[93px\]{font-size:93px!important}.text-\[94px\]{font-size:94px!important}.text-\[95px\]{font-size:95px!important}.text-\[96px\]{font-size:96px!important}.text-\[97px\]{font-size:97px!important}.text-\[98px\]{font-size:98px!important}.text-\[99px\]{font-size:99px!important}.text-\[9px\]{font-size:9px!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.font-\[100\]{font-weight:100!important}.font-\[200\]{font-weight:200!important}.font-\[300\]{font-weight:300!important}.font-\[400\]{font-weight:400!important}.font-\[500\]{font-weight:500!important}.font-\[600\]{font-weight:600!important}.font-\[700\]{font-weight:700!important}.font-\[800\]{font-weight:800!important}.font-\[900\]{font-weight:900!important}.font-bold{font-weight:700!important}.font-extrabold{font-weight:800!important}.font-medium{font-weight:500!important}.font-normal{font-weight:400!important}.font-semibold{font-weight:600!important}.uppercase{text-transform:uppercase!important}.lowercase{text-transform:lowercase!important}.capitalize{text-transform:capitalize!important}.italic{font-style:italic!important}.leading-10{line-height:2.5rem!important}.leading-3{line-height:.75rem!important}.leading-4{line-height:1rem!important}.leading-5{line-height:1.25rem!important}.leading-6{line-height:1.5rem!important}.leading-7{line-height:1.75rem!important}.leading-8{line-height:2rem!important}.leading-9{line-height:2.25rem!important}.leading-loose{line-height:2!important}.leading-none{line-height:1!important}.leading-normal{line-height:1.5!important}.leading-relaxed{line-height:1.625!important}.leading-snug{line-height:1.375!important}.leading-tight{line-height:1.25!important}.tracking-normal{letter-spacing:0!important}.tracking-tight{letter-spacing:-.025em!important}.tracking-tighter{letter-spacing:-.05em!important}.tracking-wide{letter-spacing:.025em!important}.tracking-wider{letter-spacing:.05em!important}.tracking-widest{letter-spacing:.1em!important}.text-amber-100{--tw-text-opacity:1!important;color:#fef3c7!important;color:rgb(254 243 199/var(--tw-text-opacity,1))!important}.text-amber-200{--tw-text-opacity:1!important;color:#fde68a!important;color:rgb(253 230 138/var(--tw-text-opacity,1))!important}.text-amber-300{--tw-text-opacity:1!important;color:#fcd34d!important;color:rgb(252 211 77/var(--tw-text-opacity,1))!important}.text-amber-400{--tw-text-opacity:1!important;color:#fbbf24!important;color:rgb(251 191 36/var(--tw-text-opacity,1))!important}.text-amber-50{--tw-text-opacity:1!important;color:#fffbeb!important;color:rgb(255 251 235/var(--tw-text-opacity,1))!important}.text-amber-500{--tw-text-opacity:1!important;color:#f59e0b!important;color:rgb(245 158 11/var(--tw-text-opacity,1))!important}.text-amber-600{--tw-text-opacity:1!important;color:#d97706!important;color:rgb(217 119 6/var(--tw-text-opacity,1))!important}.text-amber-700{--tw-text-opacity:1!important;color:#b45309!important;color:rgb(180 83 9/var(--tw-text-opacity,1))!important}.text-amber-800{--tw-text-opacity:1!important;color:#92400e!important;color:rgb(146 64 14/var(--tw-text-opacity,1))!important}.text-amber-900{--tw-text-opacity:1!important;color:#78350f!important;color:rgb(120 53 15/var(--tw-text-opacity,1))!important}.text-amber-950{color:#451a03!important;color:rgb(69 26 3/var(--tw-text-opacity,1))!important}.text-amber-950,.text-black{--tw-text-opacity:1!important}.text-black{color:#000!important;color:rgb(0 0 0/var(--tw-text-opacity,1))!important}.text-blue-100{--tw-text-opacity:1!important;color:#dbeafe!important;color:rgb(219 234 254/var(--tw-text-opacity,1))!important}.text-blue-200{--tw-text-opacity:1!important;color:#bfdbfe!important;color:rgb(191 219 254/var(--tw-text-opacity,1))!important}.text-blue-300{--tw-text-opacity:1!important;color:#93c5fd!important;color:rgb(147 197 253/var(--tw-text-opacity,1))!important}.text-blue-400{color:#60a5fa!important;color:rgb(96 165 250/var(--tw-text-opacity,1))!important}.text-blue-400,.text-blue-50{--tw-text-opacity:1!important}.text-blue-50{color:#eff6ff!important;color:rgb(239 246 255/var(--tw-text-opacity,1))!important}.text-blue-500{--tw-text-opacity:1!important;color:#3b82f6!important;color:rgb(59 130 246/var(--tw-text-opacity,1))!important}.text-blue-600{--tw-text-opacity:1!important;color:#2563eb!important;color:rgb(37 99 235/var(--tw-text-opacity,1))!important}.text-blue-700{--tw-text-opacity:1!important;color:#1d4ed8!important;color:rgb(29 78 216/var(--tw-text-opacity,1))!important}.text-blue-800{--tw-text-opacity:1!important;color:#1e40af!important;color:rgb(30 64 175/var(--tw-text-opacity,1))!important}.text-blue-900{--tw-text-opacity:1!important;color:#1e3a8a!important;color:rgb(30 58 138/var(--tw-text-opacity,1))!important}.text-blue-950{--tw-text-opacity:1!important;color:#172554!important;color:rgb(23 37 84/var(--tw-text-opacity,1))!important}.text-cyan-100{--tw-text-opacity:1!important;color:#cffafe!important;color:rgb(207 250 254/var(--tw-text-opacity,1))!important}.text-cyan-200{--tw-text-opacity:1!important;color:#a5f3fc!important;color:rgb(165 243 252/var(--tw-text-opacity,1))!important}.text-cyan-300{--tw-text-opacity:1!important;color:#67e8f9!important;color:rgb(103 232 249/var(--tw-text-opacity,1))!important}.text-cyan-400{color:#22d3ee!important;color:rgb(34 211 238/var(--tw-text-opacity,1))!important}.text-cyan-400,.text-cyan-50{--tw-text-opacity:1!important}.text-cyan-50{color:#ecfeff!important;color:rgb(236 254 255/var(--tw-text-opacity,1))!important}.text-cyan-500{--tw-text-opacity:1!important;color:#06b6d4!important;color:rgb(6 182 212/var(--tw-text-opacity,1))!important}.text-cyan-600{--tw-text-opacity:1!important;color:#0891b2!important;color:rgb(8 145 178/var(--tw-text-opacity,1))!important}.text-cyan-700{--tw-text-opacity:1!important;color:#0e7490!important;color:rgb(14 116 144/var(--tw-text-opacity,1))!important}.text-cyan-800{--tw-text-opacity:1!important;color:#155e75!important;color:rgb(21 94 117/var(--tw-text-opacity,1))!important}.text-cyan-900{--tw-text-opacity:1!important;color:#164e63!important;color:rgb(22 78 99/var(--tw-text-opacity,1))!important}.text-cyan-950{--tw-text-opacity:1!important;color:#083344!important;color:rgb(8 51 68/var(--tw-text-opacity,1))!important}.text-emerald-100{--tw-text-opacity:1!important;color:#d1fae5!important;color:rgb(209 250 229/var(--tw-text-opacity,1))!important}.text-emerald-200{--tw-text-opacity:1!important;color:#a7f3d0!important;color:rgb(167 243 208/var(--tw-text-opacity,1))!important}.text-emerald-300{--tw-text-opacity:1!important;color:#6ee7b7!important;color:rgb(110 231 183/var(--tw-text-opacity,1))!important}.text-emerald-400{--tw-text-opacity:1!important;color:#34d399!important;color:rgb(52 211 153/var(--tw-text-opacity,1))!important}.text-emerald-50{--tw-text-opacity:1!important;color:#ecfdf5!important;color:rgb(236 253 245/var(--tw-text-opacity,1))!important}.text-emerald-500{--tw-text-opacity:1!important;color:#10b981!important;color:rgb(16 185 129/var(--tw-text-opacity,1))!important}.text-emerald-600{--tw-text-opacity:1!important;color:#059669!important;color:rgb(5 150 105/var(--tw-text-opacity,1))!important}.text-emerald-700{--tw-text-opacity:1!important;color:#047857!important;color:rgb(4 120 87/var(--tw-text-opacity,1))!important}.text-emerald-800{--tw-text-opacity:1!important;color:#065f46!important;color:rgb(6 95 70/var(--tw-text-opacity,1))!important}.text-emerald-900{--tw-text-opacity:1!important;color:#064e3b!important;color:rgb(6 78 59/var(--tw-text-opacity,1))!important}.text-emerald-950{--tw-text-opacity:1!important;color:#022c22!important;color:rgb(2 44 34/var(--tw-text-opacity,1))!important}.text-fuchsia-100{--tw-text-opacity:1!important;color:#fae8ff!important;color:rgb(250 232 255/var(--tw-text-opacity,1))!important}.text-fuchsia-200{--tw-text-opacity:1!important;color:#f5d0fe!important;color:rgb(245 208 254/var(--tw-text-opacity,1))!important}.text-fuchsia-300{--tw-text-opacity:1!important;color:#f0abfc!important;color:rgb(240 171 252/var(--tw-text-opacity,1))!important}.text-fuchsia-400{--tw-text-opacity:1!important;color:#e879f9!important;color:rgb(232 121 249/var(--tw-text-opacity,1))!important}.text-fuchsia-50{--tw-text-opacity:1!important;color:#fdf4ff!important;color:rgb(253 244 255/var(--tw-text-opacity,1))!important}.text-fuchsia-500{--tw-text-opacity:1!important;color:#d946ef!important;color:rgb(217 70 239/var(--tw-text-opacity,1))!important}.text-fuchsia-600{--tw-text-opacity:1!important;color:#c026d3!important;color:rgb(192 38 211/var(--tw-text-opacity,1))!important}.text-fuchsia-700{--tw-text-opacity:1!important;color:#a21caf!important;color:rgb(162 28 175/var(--tw-text-opacity,1))!important}.text-fuchsia-800{--tw-text-opacity:1!important;color:#86198f!important;color:rgb(134 25 143/var(--tw-text-opacity,1))!important}.text-fuchsia-900{--tw-text-opacity:1!important;color:#701a75!important;color:rgb(112 26 117/var(--tw-text-opacity,1))!important}.text-fuchsia-950{--tw-text-opacity:1!important;color:#4a044e!important;color:rgb(74 4 78/var(--tw-text-opacity,1))!important}.text-gray-100{--tw-text-opacity:1!important;color:#f3f4f6!important;color:rgb(243 244 246/var(--tw-text-opacity,1))!important}.text-gray-200{--tw-text-opacity:1!important;color:#e5e7eb!important;color:rgb(229 231 235/var(--tw-text-opacity,1))!important}.text-gray-300{--tw-text-opacity:1!important;color:#d1d5db!important;color:rgb(209 213 219/var(--tw-text-opacity,1))!important}.text-gray-400{color:#9ca3af!important;color:rgb(156 163 175/var(--tw-text-opacity,1))!important}.text-gray-400,.text-gray-50{--tw-text-opacity:1!important}.text-gray-50{color:#f9fafb!important;color:rgb(249 250 251/var(--tw-text-opacity,1))!important}.text-gray-500{--tw-text-opacity:1!important;color:#6b7280!important;color:rgb(107 114 128/var(--tw-text-opacity,1))!important}.text-gray-600{--tw-text-opacity:1!important;color:#4b5563!important;color:rgb(75 85 99/var(--tw-text-opacity,1))!important}.text-gray-700{--tw-text-opacity:1!important;color:#374151!important;color:rgb(55 65 81/var(--tw-text-opacity,1))!important}.text-gray-800{--tw-text-opacity:1!important;color:#1f2937!important;color:rgb(31 41 55/var(--tw-text-opacity,1))!important}.text-gray-900{--tw-text-opacity:1!important;color:#111827!important;color:rgb(17 24 39/var(--tw-text-opacity,1))!important}.text-gray-950{--tw-text-opacity:1!important;color:#030712!important;color:rgb(3 7 18/var(--tw-text-opacity,1))!important}.text-green-100{--tw-text-opacity:1!important;color:#dcfce7!important;color:rgb(220 252 231/var(--tw-text-opacity,1))!important}.text-green-200{--tw-text-opacity:1!important;color:#bbf7d0!important;color:rgb(187 247 208/var(--tw-text-opacity,1))!important}.text-green-300{--tw-text-opacity:1!important;color:#86efac!important;color:rgb(134 239 172/var(--tw-text-opacity,1))!important}.text-green-400{--tw-text-opacity:1!important;color:#4ade80!important;color:rgb(74 222 128/var(--tw-text-opacity,1))!important}.text-green-50{--tw-text-opacity:1!important;color:#f0fdf4!important;color:rgb(240 253 244/var(--tw-text-opacity,1))!important}.text-green-500{--tw-text-opacity:1!important;color:#22c55e!important;color:rgb(34 197 94/var(--tw-text-opacity,1))!important}.text-green-600{--tw-text-opacity:1!important;color:#16a34a!important;color:rgb(22 163 74/var(--tw-text-opacity,1))!important}.text-green-700{--tw-text-opacity:1!important;color:#15803d!important;color:rgb(21 128 61/var(--tw-text-opacity,1))!important}.text-green-800{--tw-text-opacity:1!important;color:#166534!important;color:rgb(22 101 52/var(--tw-text-opacity,1))!important}.text-green-900{--tw-text-opacity:1!important;color:#14532d!important;color:rgb(20 83 45/var(--tw-text-opacity,1))!important}.text-green-950{--tw-text-opacity:1!important;color:#052e16!important;color:rgb(5 46 22/var(--tw-text-opacity,1))!important}.text-indigo-100{--tw-text-opacity:1!important;color:#e0e7ff!important;color:rgb(224 231 255/var(--tw-text-opacity,1))!important}.text-indigo-200{--tw-text-opacity:1!important;color:#c7d2fe!important;color:rgb(199 210 254/var(--tw-text-opacity,1))!important}.text-indigo-300{--tw-text-opacity:1!important;color:#a5b4fc!important;color:rgb(165 180 252/var(--tw-text-opacity,1))!important}.text-indigo-400{--tw-text-opacity:1!important;color:#818cf8!important;color:rgb(129 140 248/var(--tw-text-opacity,1))!important}.text-indigo-50{--tw-text-opacity:1!important;color:#eef2ff!important;color:rgb(238 242 255/var(--tw-text-opacity,1))!important}.text-indigo-500{--tw-text-opacity:1!important;color:#6366f1!important;color:rgb(99 102 241/var(--tw-text-opacity,1))!important}.text-indigo-600{--tw-text-opacity:1!important;color:#4f46e5!important;color:rgb(79 70 229/var(--tw-text-opacity,1))!important}.text-indigo-700{--tw-text-opacity:1!important;color:#4338ca!important;color:rgb(67 56 202/var(--tw-text-opacity,1))!important}.text-indigo-800{--tw-text-opacity:1!important;color:#3730a3!important;color:rgb(55 48 163/var(--tw-text-opacity,1))!important}.text-indigo-900{--tw-text-opacity:1!important;color:#312e81!important;color:rgb(49 46 129/var(--tw-text-opacity,1))!important}.text-indigo-950{--tw-text-opacity:1!important;color:#1e1b4b!important;color:rgb(30 27 75/var(--tw-text-opacity,1))!important}.text-lime-100{--tw-text-opacity:1!important;color:#ecfccb!important;color:rgb(236 252 203/var(--tw-text-opacity,1))!important}.text-lime-200{--tw-text-opacity:1!important;color:#d9f99d!important;color:rgb(217 249 157/var(--tw-text-opacity,1))!important}.text-lime-300{--tw-text-opacity:1!important;color:#bef264!important;color:rgb(190 242 100/var(--tw-text-opacity,1))!important}.text-lime-400{color:#a3e635!important;color:rgb(163 230 53/var(--tw-text-opacity,1))!important}.text-lime-400,.text-lime-50{--tw-text-opacity:1!important}.text-lime-50{color:#f7fee7!important;color:rgb(247 254 231/var(--tw-text-opacity,1))!important}.text-lime-500{--tw-text-opacity:1!important;color:#84cc16!important;color:rgb(132 204 22/var(--tw-text-opacity,1))!important}.text-lime-600{--tw-text-opacity:1!important;color:#65a30d!important;color:rgb(101 163 13/var(--tw-text-opacity,1))!important}.text-lime-700{--tw-text-opacity:1!important;color:#4d7c0f!important;color:rgb(77 124 15/var(--tw-text-opacity,1))!important}.text-lime-800{--tw-text-opacity:1!important;color:#3f6212!important;color:rgb(63 98 18/var(--tw-text-opacity,1))!important}.text-lime-900{--tw-text-opacity:1!important;color:#365314!important;color:rgb(54 83 20/var(--tw-text-opacity,1))!important}.text-lime-950{--tw-text-opacity:1!important;color:#1a2e05!important;color:rgb(26 46 5/var(--tw-text-opacity,1))!important}.text-neutral-100{--tw-text-opacity:1!important;color:#f5f5f5!important;color:rgb(245 245 245/var(--tw-text-opacity,1))!important}.text-neutral-200{--tw-text-opacity:1!important;color:#e5e5e5!important;color:rgb(229 229 229/var(--tw-text-opacity,1))!important}.text-neutral-300{--tw-text-opacity:1!important;color:#d4d4d4!important;color:rgb(212 212 212/var(--tw-text-opacity,1))!important}.text-neutral-400{--tw-text-opacity:1!important;color:#a3a3a3!important;color:rgb(163 163 163/var(--tw-text-opacity,1))!important}.text-neutral-50{--tw-text-opacity:1!important;color:#fafafa!important;color:rgb(250 250 250/var(--tw-text-opacity,1))!important}.text-neutral-500{--tw-text-opacity:1!important;color:#737373!important;color:rgb(115 115 115/var(--tw-text-opacity,1))!important}.text-neutral-600{--tw-text-opacity:1!important;color:#525252!important;color:rgb(82 82 82/var(--tw-text-opacity,1))!important}.text-neutral-700{--tw-text-opacity:1!important;color:#404040!important;color:rgb(64 64 64/var(--tw-text-opacity,1))!important}.text-neutral-800{--tw-text-opacity:1!important;color:#262626!important;color:rgb(38 38 38/var(--tw-text-opacity,1))!important}.text-neutral-900{--tw-text-opacity:1!important;color:#171717!important;color:rgb(23 23 23/var(--tw-text-opacity,1))!important}.text-neutral-950{--tw-text-opacity:1!important;color:#0a0a0a!important;color:rgb(10 10 10/var(--tw-text-opacity,1))!important}.text-orange-100{--tw-text-opacity:1!important;color:#ffedd5!important;color:rgb(255 237 213/var(--tw-text-opacity,1))!important}.text-orange-200{--tw-text-opacity:1!important;color:#fed7aa!important;color:rgb(254 215 170/var(--tw-text-opacity,1))!important}.text-orange-300{--tw-text-opacity:1!important;color:#fdba74!important;color:rgb(253 186 116/var(--tw-text-opacity,1))!important}.text-orange-400{--tw-text-opacity:1!important;color:#fb923c!important;color:rgb(251 146 60/var(--tw-text-opacity,1))!important}.text-orange-50{--tw-text-opacity:1!important;color:#fff7ed!important;color:rgb(255 247 237/var(--tw-text-opacity,1))!important}.text-orange-500{--tw-text-opacity:1!important;color:#f97316!important;color:rgb(249 115 22/var(--tw-text-opacity,1))!important}.text-orange-600{--tw-text-opacity:1!important;color:#ea580c!important;color:rgb(234 88 12/var(--tw-text-opacity,1))!important}.text-orange-700{--tw-text-opacity:1!important;color:#c2410c!important;color:rgb(194 65 12/var(--tw-text-opacity,1))!important}.text-orange-800{--tw-text-opacity:1!important;color:#9a3412!important;color:rgb(154 52 18/var(--tw-text-opacity,1))!important}.text-orange-900{--tw-text-opacity:1!important;color:#7c2d12!important;color:rgb(124 45 18/var(--tw-text-opacity,1))!important}.text-orange-950{--tw-text-opacity:1!important;color:#431407!important;color:rgb(67 20 7/var(--tw-text-opacity,1))!important}.text-pink-100{--tw-text-opacity:1!important;color:#fce7f3!important;color:rgb(252 231 243/var(--tw-text-opacity,1))!important}.text-pink-200{--tw-text-opacity:1!important;color:#fbcfe8!important;color:rgb(251 207 232/var(--tw-text-opacity,1))!important}.text-pink-300{--tw-text-opacity:1!important;color:#f9a8d4!important;color:rgb(249 168 212/var(--tw-text-opacity,1))!important}.text-pink-400{color:#f472b6!important;color:rgb(244 114 182/var(--tw-text-opacity,1))!important}.text-pink-400,.text-pink-50{--tw-text-opacity:1!important}.text-pink-50{color:#fdf2f8!important;color:rgb(253 242 248/var(--tw-text-opacity,1))!important}.text-pink-500{--tw-text-opacity:1!important;color:#ec4899!important;color:rgb(236 72 153/var(--tw-text-opacity,1))!important}.text-pink-600{--tw-text-opacity:1!important;color:#db2777!important;color:rgb(219 39 119/var(--tw-text-opacity,1))!important}.text-pink-700{--tw-text-opacity:1!important;color:#be185d!important;color:rgb(190 24 93/var(--tw-text-opacity,1))!important}.text-pink-800{--tw-text-opacity:1!important;color:#9d174d!important;color:rgb(157 23 77/var(--tw-text-opacity,1))!important}.text-pink-900{--tw-text-opacity:1!important;color:#831843!important;color:rgb(131 24 67/var(--tw-text-opacity,1))!important}.text-pink-950{--tw-text-opacity:1!important;color:#500724!important;color:rgb(80 7 36/var(--tw-text-opacity,1))!important}.text-purple-100{--tw-text-opacity:1!important;color:#f3e8ff!important;color:rgb(243 232 255/var(--tw-text-opacity,1))!important}.text-purple-200{--tw-text-opacity:1!important;color:#e9d5ff!important;color:rgb(233 213 255/var(--tw-text-opacity,1))!important}.text-purple-300{--tw-text-opacity:1!important;color:#d8b4fe!important;color:rgb(216 180 254/var(--tw-text-opacity,1))!important}.text-purple-400{--tw-text-opacity:1!important;color:#c084fc!important;color:rgb(192 132 252/var(--tw-text-opacity,1))!important}.text-purple-50{--tw-text-opacity:1!important;color:#faf5ff!important;color:rgb(250 245 255/var(--tw-text-opacity,1))!important}.text-purple-500{--tw-text-opacity:1!important;color:#a855f7!important;color:rgb(168 85 247/var(--tw-text-opacity,1))!important}.text-purple-600{--tw-text-opacity:1!important;color:#9333ea!important;color:rgb(147 51 234/var(--tw-text-opacity,1))!important}.text-purple-700{--tw-text-opacity:1!important;color:#7e22ce!important;color:rgb(126 34 206/var(--tw-text-opacity,1))!important}.text-purple-800{--tw-text-opacity:1!important;color:#6b21a8!important;color:rgb(107 33 168/var(--tw-text-opacity,1))!important}.text-purple-900{--tw-text-opacity:1!important;color:#581c87!important;color:rgb(88 28 135/var(--tw-text-opacity,1))!important}.text-purple-950{--tw-text-opacity:1!important;color:#3b0764!important;color:rgb(59 7 100/var(--tw-text-opacity,1))!important}.text-red-100{color:#fee2e2!important;color:rgb(254 226 226/var(--tw-text-opacity,1))!important}.text-red-100,.text-red-200{--tw-text-opacity:1!important}.text-red-200{color:#fecaca!important;color:rgb(254 202 202/var(--tw-text-opacity,1))!important}.text-red-300{color:#fca5a5!important;color:rgb(252 165 165/var(--tw-text-opacity,1))!important}.text-red-300,.text-red-400{--tw-text-opacity:1!important}.text-red-400{color:#f87171!important;color:rgb(248 113 113/var(--tw-text-opacity,1))!important}.text-red-50{color:#fef2f2!important;color:rgb(254 242 242/var(--tw-text-opacity,1))!important}.text-red-50,.text-red-500{--tw-text-opacity:1!important}.text-red-500{color:#ef4444!important;color:rgb(239 68 68/var(--tw-text-opacity,1))!important}.text-red-600{color:#dc2626!important;color:rgb(220 38 38/var(--tw-text-opacity,1))!important}.text-red-600,.text-red-700{--tw-text-opacity:1!important}.text-red-700{color:#b91c1c!important;color:rgb(185 28 28/var(--tw-text-opacity,1))!important}.text-red-800{color:#991b1b!important;color:rgb(153 27 27/var(--tw-text-opacity,1))!important}.text-red-800,.text-red-900{--tw-text-opacity:1!important}.text-red-900{color:#7f1d1d!important;color:rgb(127 29 29/var(--tw-text-opacity,1))!important}.text-red-950{color:#450a0a!important;color:rgb(69 10 10/var(--tw-text-opacity,1))!important}.text-red-950,.text-rose-100{--tw-text-opacity:1!important}.text-rose-100{color:#ffe4e6!important;color:rgb(255 228 230/var(--tw-text-opacity,1))!important}.text-rose-200{--tw-text-opacity:1!important;color:#fecdd3!important;color:rgb(254 205 211/var(--tw-text-opacity,1))!important}.text-rose-300{--tw-text-opacity:1!important;color:#fda4af!important;color:rgb(253 164 175/var(--tw-text-opacity,1))!important}.text-rose-400{color:#fb7185!important;color:rgb(251 113 133/var(--tw-text-opacity,1))!important}.text-rose-400,.text-rose-50{--tw-text-opacity:1!important}.text-rose-50{color:#fff1f2!important;color:rgb(255 241 242/var(--tw-text-opacity,1))!important}.text-rose-500{--tw-text-opacity:1!important;color:#f43f5e!important;color:rgb(244 63 94/var(--tw-text-opacity,1))!important}.text-rose-600{--tw-text-opacity:1!important;color:#e11d48!important;color:rgb(225 29 72/var(--tw-text-opacity,1))!important}.text-rose-700{--tw-text-opacity:1!important;color:#be123c!important;color:rgb(190 18 60/var(--tw-text-opacity,1))!important}.text-rose-800{--tw-text-opacity:1!important;color:#9f1239!important;color:rgb(159 18 57/var(--tw-text-opacity,1))!important}.text-rose-900{--tw-text-opacity:1!important;color:#881337!important;color:rgb(136 19 55/var(--tw-text-opacity,1))!important}.text-rose-950{color:#4c0519!important;color:rgb(76 5 25/var(--tw-text-opacity,1))!important}.text-rose-950,.text-sky-100{--tw-text-opacity:1!important}.text-sky-100{color:#e0f2fe!important;color:rgb(224 242 254/var(--tw-text-opacity,1))!important}.text-sky-200{color:#bae6fd!important;color:rgb(186 230 253/var(--tw-text-opacity,1))!important}.text-sky-200,.text-sky-300{--tw-text-opacity:1!important}.text-sky-300{color:#7dd3fc!important;color:rgb(125 211 252/var(--tw-text-opacity,1))!important}.text-sky-400{color:#38bdf8!important;color:rgb(56 189 248/var(--tw-text-opacity,1))!important}.text-sky-400,.text-sky-50{--tw-text-opacity:1!important}.text-sky-50{color:#f0f9ff!important;color:rgb(240 249 255/var(--tw-text-opacity,1))!important}.text-sky-500{color:#0ea5e9!important;color:rgb(14 165 233/var(--tw-text-opacity,1))!important}.text-sky-500,.text-sky-600{--tw-text-opacity:1!important}.text-sky-600{color:#0284c7!important;color:rgb(2 132 199/var(--tw-text-opacity,1))!important}.text-sky-700{color:#0369a1!important;color:rgb(3 105 161/var(--tw-text-opacity,1))!important}.text-sky-700,.text-sky-800{--tw-text-opacity:1!important}.text-sky-800{color:#075985!important;color:rgb(7 89 133/var(--tw-text-opacity,1))!important}.text-sky-900{color:#0c4a6e!important;color:rgb(12 74 110/var(--tw-text-opacity,1))!important}.text-sky-900,.text-sky-950{--tw-text-opacity:1!important}.text-sky-950{color:#082f49!important;color:rgb(8 47 73/var(--tw-text-opacity,1))!important}.text-slate-100{--tw-text-opacity:1!important;color:#f1f5f9!important;color:rgb(241 245 249/var(--tw-text-opacity,1))!important}.text-slate-200{--tw-text-opacity:1!important;color:#e2e8f0!important;color:rgb(226 232 240/var(--tw-text-opacity,1))!important}.text-slate-300{--tw-text-opacity:1!important;color:#cbd5e1!important;color:rgb(203 213 225/var(--tw-text-opacity,1))!important}.text-slate-400{--tw-text-opacity:1!important;color:#94a3b8!important;color:rgb(148 163 184/var(--tw-text-opacity,1))!important}.text-slate-50{--tw-text-opacity:1!important;color:#f8fafc!important;color:rgb(248 250 252/var(--tw-text-opacity,1))!important}.text-slate-500{--tw-text-opacity:1!important;color:#64748b!important;color:rgb(100 116 139/var(--tw-text-opacity,1))!important}.text-slate-600{--tw-text-opacity:1!important;color:#475569!important;color:rgb(71 85 105/var(--tw-text-opacity,1))!important}.text-slate-700{--tw-text-opacity:1!important;color:#334155!important;color:rgb(51 65 85/var(--tw-text-opacity,1))!important}.text-slate-800{--tw-text-opacity:1!important;color:#1e293b!important;color:rgb(30 41 59/var(--tw-text-opacity,1))!important}.text-slate-900{--tw-text-opacity:1!important;color:#0f172a!important;color:rgb(15 23 42/var(--tw-text-opacity,1))!important}.text-slate-950{--tw-text-opacity:1!important;color:#020617!important;color:rgb(2 6 23/var(--tw-text-opacity,1))!important}.text-stone-100{--tw-text-opacity:1!important;color:#f5f5f4!important;color:rgb(245 245 244/var(--tw-text-opacity,1))!important}.text-stone-200{--tw-text-opacity:1!important;color:#e7e5e4!important;color:rgb(231 229 228/var(--tw-text-opacity,1))!important}.text-stone-300{--tw-text-opacity:1!important;color:#d6d3d1!important;color:rgb(214 211 209/var(--tw-text-opacity,1))!important}.text-stone-400{--tw-text-opacity:1!important;color:#a8a29e!important;color:rgb(168 162 158/var(--tw-text-opacity,1))!important}.text-stone-50{--tw-text-opacity:1!important;color:#fafaf9!important;color:rgb(250 250 249/var(--tw-text-opacity,1))!important}.text-stone-500{--tw-text-opacity:1!important;color:#78716c!important;color:rgb(120 113 108/var(--tw-text-opacity,1))!important}.text-stone-600{--tw-text-opacity:1!important;color:#57534e!important;color:rgb(87 83 78/var(--tw-text-opacity,1))!important}.text-stone-700{--tw-text-opacity:1!important;color:#44403c!important;color:rgb(68 64 60/var(--tw-text-opacity,1))!important}.text-stone-800{--tw-text-opacity:1!important;color:#292524!important;color:rgb(41 37 36/var(--tw-text-opacity,1))!important}.text-stone-900{--tw-text-opacity:1!important;color:#1c1917!important;color:rgb(28 25 23/var(--tw-text-opacity,1))!important}.text-stone-950{--tw-text-opacity:1!important;color:#0c0a09!important;color:rgb(12 10 9/var(--tw-text-opacity,1))!important}.text-teal-100{--tw-text-opacity:1!important;color:#ccfbf1!important;color:rgb(204 251 241/var(--tw-text-opacity,1))!important}.text-teal-200{--tw-text-opacity:1!important;color:#99f6e4!important;color:rgb(153 246 228/var(--tw-text-opacity,1))!important}.text-teal-300{--tw-text-opacity:1!important;color:#5eead4!important;color:rgb(94 234 212/var(--tw-text-opacity,1))!important}.text-teal-400{color:#2dd4bf!important;color:rgb(45 212 191/var(--tw-text-opacity,1))!important}.text-teal-400,.text-teal-50{--tw-text-opacity:1!important}.text-teal-50{color:#f0fdfa!important;color:rgb(240 253 250/var(--tw-text-opacity,1))!important}.text-teal-500{--tw-text-opacity:1!important;color:#14b8a6!important;color:rgb(20 184 166/var(--tw-text-opacity,1))!important}.text-teal-600{--tw-text-opacity:1!important;color:#0d9488!important;color:rgb(13 148 136/var(--tw-text-opacity,1))!important}.text-teal-700{--tw-text-opacity:1!important;color:#0f766e!important;color:rgb(15 118 110/var(--tw-text-opacity,1))!important}.text-teal-800{--tw-text-opacity:1!important;color:#115e59!important;color:rgb(17 94 89/var(--tw-text-opacity,1))!important}.text-teal-900{--tw-text-opacity:1!important;color:#134e4a!important;color:rgb(19 78 74/var(--tw-text-opacity,1))!important}.text-teal-950{--tw-text-opacity:1!important;color:#042f2e!important;color:rgb(4 47 46/var(--tw-text-opacity,1))!important}.text-violet-100{--tw-text-opacity:1!important;color:#ede9fe!important;color:rgb(237 233 254/var(--tw-text-opacity,1))!important}.text-violet-200{--tw-text-opacity:1!important;color:#ddd6fe!important;color:rgb(221 214 254/var(--tw-text-opacity,1))!important}.text-violet-300{--tw-text-opacity:1!important;color:#c4b5fd!important;color:rgb(196 181 253/var(--tw-text-opacity,1))!important}.text-violet-400{--tw-text-opacity:1!important;color:#a78bfa!important;color:rgb(167 139 250/var(--tw-text-opacity,1))!important}.text-violet-50{--tw-text-opacity:1!important;color:#f5f3ff!important;color:rgb(245 243 255/var(--tw-text-opacity,1))!important}.text-violet-500{--tw-text-opacity:1!important;color:#8b5cf6!important;color:rgb(139 92 246/var(--tw-text-opacity,1))!important}.text-violet-600{--tw-text-opacity:1!important;color:#7c3aed!important;color:rgb(124 58 237/var(--tw-text-opacity,1))!important}.text-violet-700{--tw-text-opacity:1!important;color:#6d28d9!important;color:rgb(109 40 217/var(--tw-text-opacity,1))!important}.text-violet-800{--tw-text-opacity:1!important;color:#5b21b6!important;color:rgb(91 33 182/var(--tw-text-opacity,1))!important}.text-violet-900{--tw-text-opacity:1!important;color:#4c1d95!important;color:rgb(76 29 149/var(--tw-text-opacity,1))!important}.text-violet-950{color:#2e1065!important;color:rgb(46 16 101/var(--tw-text-opacity,1))!important}.text-violet-950,.text-white{--tw-text-opacity:1!important}.text-white{color:#fff!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.text-white\/90{color:#ffffffe6!important}.text-yellow-100{--tw-text-opacity:1!important;color:#fef9c3!important;color:rgb(254 249 195/var(--tw-text-opacity,1))!important}.text-yellow-200{--tw-text-opacity:1!important;color:#fef08a!important;color:rgb(254 240 138/var(--tw-text-opacity,1))!important}.text-yellow-300{--tw-text-opacity:1!important;color:#fde047!important;color:rgb(253 224 71/var(--tw-text-opacity,1))!important}.text-yellow-400{--tw-text-opacity:1!important;color:#facc15!important;color:rgb(250 204 21/var(--tw-text-opacity,1))!important}.text-yellow-50{--tw-text-opacity:1!important;color:#fefce8!important;color:rgb(254 252 232/var(--tw-text-opacity,1))!important}.text-yellow-500{--tw-text-opacity:1!important;color:#eab308!important;color:rgb(234 179 8/var(--tw-text-opacity,1))!important}.text-yellow-600{--tw-text-opacity:1!important;color:#ca8a04!important;color:rgb(202 138 4/var(--tw-text-opacity,1))!important}.text-yellow-700{--tw-text-opacity:1!important;color:#a16207!important;color:rgb(161 98 7/var(--tw-text-opacity,1))!important}.text-yellow-800{--tw-text-opacity:1!important;color:#854d0e!important;color:rgb(133 77 14/var(--tw-text-opacity,1))!important}.text-yellow-900{--tw-text-opacity:1!important;color:#713f12!important;color:rgb(113 63 18/var(--tw-text-opacity,1))!important}.text-yellow-950{--tw-text-opacity:1!important;color:#422006!important;color:rgb(66 32 6/var(--tw-text-opacity,1))!important}.text-zinc-100{--tw-text-opacity:1!important;color:#f4f4f5!important;color:rgb(244 244 245/var(--tw-text-opacity,1))!important}.text-zinc-200{--tw-text-opacity:1!important;color:#e4e4e7!important;color:rgb(228 228 231/var(--tw-text-opacity,1))!important}.text-zinc-300{--tw-text-opacity:1!important;color:#d4d4d8!important;color:rgb(212 212 216/var(--tw-text-opacity,1))!important}.text-zinc-400{color:#a1a1aa!important;color:rgb(161 161 170/var(--tw-text-opacity,1))!important}.text-zinc-400,.text-zinc-50{--tw-text-opacity:1!important}.text-zinc-50{color:#fafafa!important;color:rgb(250 250 250/var(--tw-text-opacity,1))!important}.text-zinc-500{--tw-text-opacity:1!important;color:#71717a!important;color:rgb(113 113 122/var(--tw-text-opacity,1))!important}.text-zinc-600{--tw-text-opacity:1!important;color:#52525b!important;color:rgb(82 82 91/var(--tw-text-opacity,1))!important}.text-zinc-700{--tw-text-opacity:1!important;color:#3f3f46!important;color:rgb(63 63 70/var(--tw-text-opacity,1))!important}.text-zinc-800{--tw-text-opacity:1!important;color:#27272a!important;color:rgb(39 39 42/var(--tw-text-opacity,1))!important}.text-zinc-900{--tw-text-opacity:1!important;color:#18181b!important;color:rgb(24 24 27/var(--tw-text-opacity,1))!important}.text-zinc-950{--tw-text-opacity:1!important;color:#09090b!important;color:rgb(9 9 11/var(--tw-text-opacity,1))!important}.underline{text-decoration-line:underline!important}.placeholder-gray-500::placeholder{--tw-placeholder-opacity:1!important;color:#6b7280!important;color:rgb(107 114 128/var(--tw-placeholder-opacity,1))!important}.opacity-0{opacity:0!important}.opacity-10{opacity:.1!important}.opacity-100{opacity:1!important}.opacity-20{opacity:.2!important}.opacity-25{opacity:.25!important}.opacity-30{opacity:.3!important}.opacity-40{opacity:.4!important}.opacity-5{opacity:.05!important}.opacity-50{opacity:.5!important}.opacity-60{opacity:.6!important}.opacity-70{opacity:.7!important}.opacity-75{opacity:.75!important}.opacity-80{opacity:.8!important}.opacity-90{opacity:.9!important}.opacity-95{opacity:.95!important}.opacity-\[0\%\],.opacity-\[0\.00\]{opacity:0!important}.opacity-\[0\.01\]{opacity:.01!important}.opacity-\[0\.02\]{opacity:.02!important}.opacity-\[0\.03\]{opacity:.03!important}.opacity-\[0\.04\]{opacity:.04!important}.opacity-\[0\.05\]{opacity:.05!important}.opacity-\[0\.06\]{opacity:.06!important}.opacity-\[0\.07\]{opacity:.07!important}.opacity-\[0\.08\]{opacity:.08!important}.opacity-\[0\.09\]{opacity:.09!important}.opacity-\[0\.10\]{opacity:.1!important}.opacity-\[0\.11\]{opacity:.11!important}.opacity-\[0\.12\]{opacity:.12!important}.opacity-\[0\.13\]{opacity:.13!important}.opacity-\[0\.14\]{opacity:.14!important}.opacity-\[0\.15\]{opacity:.15!important}.opacity-\[0\.16\]{opacity:.16!important}.opacity-\[0\.17\]{opacity:.17!important}.opacity-\[0\.18\]{opacity:.18!important}.opacity-\[0\.19\]{opacity:.19!important}.opacity-\[0\.1\]{opacity:.1!important}.opacity-\[0\.20\]{opacity:.2!important}.opacity-\[0\.21\]{opacity:.21!important}.opacity-\[0\.22\]{opacity:.22!important}.opacity-\[0\.23\]{opacity:.23!important}.opacity-\[0\.24\]{opacity:.24!important}.opacity-\[0\.25\]{opacity:.25!important}.opacity-\[0\.26\]{opacity:.26!important}.opacity-\[0\.27\]{opacity:.27!important}.opacity-\[0\.28\]{opacity:.28!important}.opacity-\[0\.29\]{opacity:.29!important}.opacity-\[0\.2\]{opacity:.2!important}.opacity-\[0\.30\]{opacity:.3!important}.opacity-\[0\.31\]{opacity:.31!important}.opacity-\[0\.32\]{opacity:.32!important}.opacity-\[0\.33\]{opacity:.33!important}.opacity-\[0\.34\]{opacity:.34!important}.opacity-\[0\.35\]{opacity:.35!important}.opacity-\[0\.36\]{opacity:.36!important}.opacity-\[0\.37\]{opacity:.37!important}.opacity-\[0\.38\]{opacity:.38!important}.opacity-\[0\.39\]{opacity:.39!important}.opacity-\[0\.3\]{opacity:.3!important}.opacity-\[0\.40\]{opacity:.4!important}.opacity-\[0\.41\]{opacity:.41!important}.opacity-\[0\.42\]{opacity:.42!important}.opacity-\[0\.43\]{opacity:.43!important}.opacity-\[0\.44\]{opacity:.44!important}.opacity-\[0\.45\]{opacity:.45!important}.opacity-\[0\.46\]{opacity:.46!important}.opacity-\[0\.47\]{opacity:.47!important}.opacity-\[0\.48\]{opacity:.48!important}.opacity-\[0\.49\]{opacity:.49!important}.opacity-\[0\.4\]{opacity:.4!important}.opacity-\[0\.50\]{opacity:.5!important}.opacity-\[0\.51\]{opacity:.51!important}.opacity-\[0\.52\]{opacity:.52!important}.opacity-\[0\.53\]{opacity:.53!important}.opacity-\[0\.54\]{opacity:.54!important}.opacity-\[0\.55\]{opacity:.55!important}.opacity-\[0\.56\]{opacity:.56!important}.opacity-\[0\.57\]{opacity:.57!important}.opacity-\[0\.58\]{opacity:.58!important}.opacity-\[0\.59\]{opacity:.59!important}.opacity-\[0\.5\]{opacity:.5!important}.opacity-\[0\.60\]{opacity:.6!important}.opacity-\[0\.61\]{opacity:.61!important}.opacity-\[0\.62\]{opacity:.62!important}.opacity-\[0\.63\]{opacity:.63!important}.opacity-\[0\.64\]{opacity:.64!important}.opacity-\[0\.65\]{opacity:.65!important}.opacity-\[0\.66\]{opacity:.66!important}.opacity-\[0\.67\]{opacity:.67!important}.opacity-\[0\.68\]{opacity:.68!important}.opacity-\[0\.69\]{opacity:.69!important}.opacity-\[0\.6\]{opacity:.6!important}.opacity-\[0\.70\]{opacity:.7!important}.opacity-\[0\.71\]{opacity:.71!important}.opacity-\[0\.72\]{opacity:.72!important}.opacity-\[0\.73\]{opacity:.73!important}.opacity-\[0\.74\]{opacity:.74!important}.opacity-\[0\.75\]{opacity:.75!important}.opacity-\[0\.76\]{opacity:.76!important}.opacity-\[0\.77\]{opacity:.77!important}.opacity-\[0\.78\]{opacity:.78!important}.opacity-\[0\.79\]{opacity:.79!important}.opacity-\[0\.7\]{opacity:.7!important}.opacity-\[0\.80\]{opacity:.8!important}.opacity-\[0\.81\]{opacity:.81!important}.opacity-\[0\.82\]{opacity:.82!important}.opacity-\[0\.83\]{opacity:.83!important}.opacity-\[0\.84\]{opacity:.84!important}.opacity-\[0\.85\]{opacity:.85!important}.opacity-\[0\.86\]{opacity:.86!important}.opacity-\[0\.87\]{opacity:.87!important}.opacity-\[0\.88\]{opacity:.88!important}.opacity-\[0\.89\]{opacity:.89!important}.opacity-\[0\.8\]{opacity:.8!important}.opacity-\[0\.90\]{opacity:.9!important}.opacity-\[0\.91\]{opacity:.91!important}.opacity-\[0\.92\]{opacity:.92!important}.opacity-\[0\.93\]{opacity:.93!important}.opacity-\[0\.94\]{opacity:.94!important}.opacity-\[0\.95\]{opacity:.95!important}.opacity-\[0\.96\]{opacity:.96!important}.opacity-\[0\.97\]{opacity:.97!important}.opacity-\[0\.98\]{opacity:.98!important}.opacity-\[0\.99\]{opacity:.99!important}.opacity-\[0\.9\]{opacity:.9!important}.opacity-\[0\]{opacity:0!important}.opacity-\[1\%\]{opacity:1%!important}.opacity-\[10\%\]{opacity:10%!important}.opacity-\[100\%\]{opacity:100%!important}.opacity-\[101\%\]{opacity:101%!important}.opacity-\[102\%\]{opacity:102%!important}.opacity-\[103\%\]{opacity:103%!important}.opacity-\[104\%\]{opacity:104%!important}.opacity-\[105\%\]{opacity:105%!important}.opacity-\[106\%\]{opacity:106%!important}.opacity-\[107\%\]{opacity:107%!important}.opacity-\[108\%\]{opacity:108%!important}.opacity-\[109\%\]{opacity:109%!important}.opacity-\[11\%\]{opacity:11%!important}.opacity-\[110\%\]{opacity:110%!important}.opacity-\[111\%\]{opacity:111%!important}.opacity-\[112\%\]{opacity:112%!important}.opacity-\[113\%\]{opacity:113%!important}.opacity-\[114\%\]{opacity:114%!important}.opacity-\[115\%\]{opacity:115%!important}.opacity-\[116\%\]{opacity:116%!important}.opacity-\[117\%\]{opacity:117%!important}.opacity-\[118\%\]{opacity:118%!important}.opacity-\[119\%\]{opacity:119%!important}.opacity-\[12\%\]{opacity:12%!important}.opacity-\[120\%\]{opacity:120%!important}.opacity-\[121\%\]{opacity:121%!important}.opacity-\[122\%\]{opacity:122%!important}.opacity-\[123\%\]{opacity:123%!important}.opacity-\[124\%\]{opacity:124%!important}.opacity-\[125\%\]{opacity:125%!important}.opacity-\[126\%\]{opacity:126%!important}.opacity-\[127\%\]{opacity:127%!important}.opacity-\[128\%\]{opacity:128%!important}.opacity-\[129\%\]{opacity:129%!important}.opacity-\[13\%\]{opacity:13%!important}.opacity-\[130\%\]{opacity:130%!important}.opacity-\[131\%\]{opacity:131%!important}.opacity-\[132\%\]{opacity:132%!important}.opacity-\[133\%\]{opacity:133%!important}.opacity-\[134\%\]{opacity:134%!important}.opacity-\[135\%\]{opacity:135%!important}.opacity-\[136\%\]{opacity:136%!important}.opacity-\[137\%\]{opacity:137%!important}.opacity-\[138\%\]{opacity:138%!important}.opacity-\[139\%\]{opacity:139%!important}.opacity-\[14\%\]{opacity:14%!important}.opacity-\[140\%\]{opacity:140%!important}.opacity-\[141\%\]{opacity:141%!important}.opacity-\[142\%\]{opacity:142%!important}.opacity-\[143\%\]{opacity:143%!important}.opacity-\[144\%\]{opacity:144%!important}.opacity-\[145\%\]{opacity:145%!important}.opacity-\[146\%\]{opacity:146%!important}.opacity-\[147\%\]{opacity:147%!important}.opacity-\[148\%\]{opacity:148%!important}.opacity-\[149\%\]{opacity:149%!important}.opacity-\[15\%\]{opacity:15%!important}.opacity-\[150\%\]{opacity:150%!important}.opacity-\[151\%\]{opacity:151%!important}.opacity-\[152\%\]{opacity:152%!important}.opacity-\[153\%\]{opacity:153%!important}.opacity-\[154\%\]{opacity:154%!important}.opacity-\[155\%\]{opacity:155%!important}.opacity-\[156\%\]{opacity:156%!important}.opacity-\[157\%\]{opacity:157%!important}.opacity-\[158\%\]{opacity:158%!important}.opacity-\[159\%\]{opacity:159%!important}.opacity-\[16\%\]{opacity:16%!important}.opacity-\[160\%\]{opacity:160%!important}.opacity-\[161\%\]{opacity:161%!important}.opacity-\[162\%\]{opacity:162%!important}.opacity-\[163\%\]{opacity:163%!important}.opacity-\[164\%\]{opacity:164%!important}.opacity-\[165\%\]{opacity:165%!important}.opacity-\[166\%\]{opacity:166%!important}.opacity-\[167\%\]{opacity:167%!important}.opacity-\[168\%\]{opacity:168%!important}.opacity-\[169\%\]{opacity:169%!important}.opacity-\[17\%\]{opacity:17%!important}.opacity-\[170\%\]{opacity:170%!important}.opacity-\[171\%\]{opacity:171%!important}.opacity-\[172\%\]{opacity:172%!important}.opacity-\[173\%\]{opacity:173%!important}.opacity-\[174\%\]{opacity:174%!important}.opacity-\[175\%\]{opacity:175%!important}.opacity-\[176\%\]{opacity:176%!important}.opacity-\[177\%\]{opacity:177%!important}.opacity-\[178\%\]{opacity:178%!important}.opacity-\[179\%\]{opacity:179%!important}.opacity-\[18\%\]{opacity:18%!important}.opacity-\[180\%\]{opacity:180%!important}.opacity-\[181\%\]{opacity:181%!important}.opacity-\[182\%\]{opacity:182%!important}.opacity-\[183\%\]{opacity:183%!important}.opacity-\[184\%\]{opacity:184%!important}.opacity-\[185\%\]{opacity:185%!important}.opacity-\[186\%\]{opacity:186%!important}.opacity-\[187\%\]{opacity:187%!important}.opacity-\[188\%\]{opacity:188%!important}.opacity-\[189\%\]{opacity:189%!important}.opacity-\[19\%\]{opacity:19%!important}.opacity-\[190\%\]{opacity:190%!important}.opacity-\[191\%\]{opacity:191%!important}.opacity-\[192\%\]{opacity:192%!important}.opacity-\[193\%\]{opacity:193%!important}.opacity-\[194\%\]{opacity:194%!important}.opacity-\[195\%\]{opacity:195%!important}.opacity-\[196\%\]{opacity:196%!important}.opacity-\[197\%\]{opacity:197%!important}.opacity-\[198\%\]{opacity:198%!important}.opacity-\[199\%\]{opacity:199%!important}.opacity-\[1\]{opacity:1!important}.opacity-\[2\%\]{opacity:2%!important}.opacity-\[20\%\]{opacity:20%!important}.opacity-\[200\%\]{opacity:200%!important}.opacity-\[21\%\]{opacity:21%!important}.opacity-\[22\%\]{opacity:22%!important}.opacity-\[23\%\]{opacity:23%!important}.opacity-\[24\%\]{opacity:24%!important}.opacity-\[25\%\]{opacity:25%!important}.opacity-\[26\%\]{opacity:26%!important}.opacity-\[27\%\]{opacity:27%!important}.opacity-\[28\%\]{opacity:28%!important}.opacity-\[29\%\]{opacity:29%!important}.opacity-\[3\%\]{opacity:3%!important}.opacity-\[30\%\]{opacity:30%!important}.opacity-\[31\%\]{opacity:31%!important}.opacity-\[32\%\]{opacity:32%!important}.opacity-\[33\%\]{opacity:33%!important}.opacity-\[34\%\]{opacity:34%!important}.opacity-\[35\%\]{opacity:35%!important}.opacity-\[36\%\]{opacity:36%!important}.opacity-\[37\%\]{opacity:37%!important}.opacity-\[38\%\]{opacity:38%!important}.opacity-\[39\%\]{opacity:39%!important}.opacity-\[4\%\]{opacity:4%!important}.opacity-\[40\%\]{opacity:40%!important}.opacity-\[41\%\]{opacity:41%!important}.opacity-\[42\%\]{opacity:42%!important}.opacity-\[43\%\]{opacity:43%!important}.opacity-\[44\%\]{opacity:44%!important}.opacity-\[45\%\]{opacity:45%!important}.opacity-\[46\%\]{opacity:46%!important}.opacity-\[47\%\]{opacity:47%!important}.opacity-\[48\%\]{opacity:48%!important}.opacity-\[49\%\]{opacity:49%!important}.opacity-\[5\%\]{opacity:5%!important}.opacity-\[50\%\]{opacity:50%!important}.opacity-\[51\%\]{opacity:51%!important}.opacity-\[52\%\]{opacity:52%!important}.opacity-\[53\%\]{opacity:53%!important}.opacity-\[54\%\]{opacity:54%!important}.opacity-\[55\%\]{opacity:55%!important}.opacity-\[56\%\]{opacity:56%!important}.opacity-\[57\%\]{opacity:57%!important}.opacity-\[58\%\]{opacity:58%!important}.opacity-\[59\%\]{opacity:59%!important}.opacity-\[6\%\]{opacity:6%!important}.opacity-\[60\%\]{opacity:60%!important}.opacity-\[61\%\]{opacity:61%!important}.opacity-\[62\%\]{opacity:62%!important}.opacity-\[63\%\]{opacity:63%!important}.opacity-\[64\%\]{opacity:64%!important}.opacity-\[65\%\]{opacity:65%!important}.opacity-\[66\%\]{opacity:66%!important}.opacity-\[67\%\]{opacity:67%!important}.opacity-\[68\%\]{opacity:68%!important}.opacity-\[69\%\]{opacity:69%!important}.opacity-\[7\%\]{opacity:7%!important}.opacity-\[70\%\]{opacity:70%!important}.opacity-\[71\%\]{opacity:71%!important}.opacity-\[72\%\]{opacity:72%!important}.opacity-\[73\%\]{opacity:73%!important}.opacity-\[74\%\]{opacity:74%!important}.opacity-\[75\%\]{opacity:75%!important}.opacity-\[76\%\]{opacity:76%!important}.opacity-\[77\%\]{opacity:77%!important}.opacity-\[78\%\]{opacity:78%!important}.opacity-\[79\%\]{opacity:79%!important}.opacity-\[8\%\]{opacity:8%!important}.opacity-\[80\%\]{opacity:80%!important}.opacity-\[81\%\]{opacity:81%!important}.opacity-\[82\%\]{opacity:82%!important}.opacity-\[83\%\]{opacity:83%!important}.opacity-\[84\%\]{opacity:84%!important}.opacity-\[85\%\]{opacity:85%!important}.opacity-\[86\%\]{opacity:86%!important}.opacity-\[87\%\]{opacity:87%!important}.opacity-\[88\%\]{opacity:88%!important}.opacity-\[89\%\]{opacity:89%!important}.opacity-\[9\%\]{opacity:9%!important}.opacity-\[90\%\]{opacity:90%!important}.opacity-\[91\%\]{opacity:91%!important}.opacity-\[92\%\]{opacity:92%!important}.opacity-\[93\%\]{opacity:93%!important}.opacity-\[94\%\]{opacity:94%!important}.opacity-\[95\%\]{opacity:95%!important}.opacity-\[96\%\]{opacity:96%!important}.opacity-\[97\%\]{opacity:97%!important}.opacity-\[98\%\]{opacity:98%!important}.opacity-\[99\%\]{opacity:99%!important}.\!shadow,.shadow{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a!important;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)!important}.\!shadow,.shadow,.shadow-2xl{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.shadow-2xl{--tw-shadow:0 25px 50px -12px #00000040!important;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)!important}.shadow-inner{--tw-shadow:inset 0 2px 4px 0 #0000000d!important;--tw-shadow-colored:inset 0 2px 4px 0 var(--tw-shadow-color)!important}.shadow-inner,.shadow-lg{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a!important;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)!important}.shadow-md{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a!important;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)!important}.shadow-md,.shadow-none{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.shadow-none{--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important}.shadow-sm{--tw-shadow:0 1px 2px 0 #0000000d!important;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)!important}.shadow-sm,.shadow-xl{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a!important;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)!important}.shadow-black{--tw-shadow-color:#000!important;--tw-shadow:var(--tw-shadow-colored)!important}.shadow-current{--tw-shadow-color:currentColor!important;--tw-shadow:var(--tw-shadow-colored)!important}.shadow-inherit{--tw-shadow-color:inherit!important;--tw-shadow:var(--tw-shadow-colored)!important}.shadow-transparent{--tw-shadow-color:#0000!important;--tw-shadow:var(--tw-shadow-colored)!important}.shadow-white{--tw-shadow-color:#fff!important;--tw-shadow:var(--tw-shadow-colored)!important}.outline{outline-style:solid!important}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important}.ring,.ring-2{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important}.ring-blue-200{--tw-ring-opacity:1!important;--tw-ring-color:rgb(191 219 254/var(--tw-ring-opacity,1))!important}.ring-blue-300{--tw-ring-opacity:1!important;--tw-ring-color:rgb(147 197 253/var(--tw-ring-opacity,1))!important}.ring-blue-500{--tw-ring-opacity:1!important;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))!important}.ring-emerald-500{--tw-ring-opacity:1!important;--tw-ring-color:rgb(16 185 129/var(--tw-ring-opacity,1))!important}.ring-green-400{--tw-ring-opacity:1!important;--tw-ring-color:rgb(74 222 128/var(--tw-ring-opacity,1))!important}.ring-transparent{--tw-ring-color:#0000!important}.ring-offset-1{--tw-ring-offset-width:1px!important}.ring-offset-2{--tw-ring-offset-width:2px!important}.ring-offset-white{--tw-ring-offset-color:#fff!important}.blur{--tw-blur:blur(8px)!important}.blur,.blur-2xl{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.blur-2xl{--tw-blur:blur(40px)!important}.blur-3xl{--tw-blur:blur(64px)!important}.blur-3xl,.blur-lg{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.blur-lg{--tw-blur:blur(16px)!important}.blur-md{--tw-blur:blur(12px)!important}.blur-md,.blur-sm{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.blur-sm{--tw-blur:blur(4px)!important}.blur-xl{--tw-blur:blur(24px)!important}.blur-xl,.brightness-\[\$\{brightness\}\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[\$\{brightness\}\%\]{--tw-brightness:brightness(${brightness}%)!important}.brightness-\[\$\{brightness\}\]{--tw-brightness:brightness(${brightness})!important}.brightness-\[0\%\],.brightness-\[\$\{brightness\}\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\%\]{--tw-brightness:brightness(0%)!important}.brightness-\[0\.01\]{--tw-brightness:brightness(0.01)!important}.brightness-\[0\.01\],.brightness-\[0\.02\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.02\]{--tw-brightness:brightness(0.02)!important}.brightness-\[0\.03\]{--tw-brightness:brightness(0.03)!important}.brightness-\[0\.03\],.brightness-\[0\.04\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.04\]{--tw-brightness:brightness(0.04)!important}.brightness-\[0\.05\]{--tw-brightness:brightness(0.05)!important}.brightness-\[0\.05\],.brightness-\[0\.06\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.06\]{--tw-brightness:brightness(0.06)!important}.brightness-\[0\.07\]{--tw-brightness:brightness(0.07)!important}.brightness-\[0\.07\],.brightness-\[0\.08\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.08\]{--tw-brightness:brightness(0.08)!important}.brightness-\[0\.09\]{--tw-brightness:brightness(0.09)!important}.brightness-\[0\.09\],.brightness-\[0\.11\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.11\]{--tw-brightness:brightness(0.11)!important}.brightness-\[0\.12\]{--tw-brightness:brightness(0.12)!important}.brightness-\[0\.12\],.brightness-\[0\.13\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.13\]{--tw-brightness:brightness(0.13)!important}.brightness-\[0\.14\]{--tw-brightness:brightness(0.14)!important}.brightness-\[0\.14\],.brightness-\[0\.15\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.15\]{--tw-brightness:brightness(0.15)!important}.brightness-\[0\.16\]{--tw-brightness:brightness(0.16)!important}.brightness-\[0\.16\],.brightness-\[0\.17\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.17\]{--tw-brightness:brightness(0.17)!important}.brightness-\[0\.18\]{--tw-brightness:brightness(0.18)!important}.brightness-\[0\.18\],.brightness-\[0\.19\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.19\]{--tw-brightness:brightness(0.19)!important}.brightness-\[0\.1\]{--tw-brightness:brightness(0.1)!important}.brightness-\[0\.1\],.brightness-\[0\.21\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.21\]{--tw-brightness:brightness(0.21)!important}.brightness-\[0\.22\]{--tw-brightness:brightness(0.22)!important}.brightness-\[0\.22\],.brightness-\[0\.23\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.23\]{--tw-brightness:brightness(0.23)!important}.brightness-\[0\.24\]{--tw-brightness:brightness(0.24)!important}.brightness-\[0\.24\],.brightness-\[0\.25\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.25\]{--tw-brightness:brightness(0.25)!important}.brightness-\[0\.26\]{--tw-brightness:brightness(0.26)!important}.brightness-\[0\.26\],.brightness-\[0\.27\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.27\]{--tw-brightness:brightness(0.27)!important}.brightness-\[0\.28\]{--tw-brightness:brightness(0.28)!important}.brightness-\[0\.28\],.brightness-\[0\.29\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.29\]{--tw-brightness:brightness(0.29)!important}.brightness-\[0\.2\]{--tw-brightness:brightness(0.2)!important}.brightness-\[0\.2\],.brightness-\[0\.31\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.31\]{--tw-brightness:brightness(0.31)!important}.brightness-\[0\.32\]{--tw-brightness:brightness(0.32)!important}.brightness-\[0\.32\],.brightness-\[0\.33\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.33\]{--tw-brightness:brightness(0.33)!important}.brightness-\[0\.34\]{--tw-brightness:brightness(0.34)!important}.brightness-\[0\.34\],.brightness-\[0\.35\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.35\]{--tw-brightness:brightness(0.35)!important}.brightness-\[0\.36\]{--tw-brightness:brightness(0.36)!important}.brightness-\[0\.36\],.brightness-\[0\.37\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.37\]{--tw-brightness:brightness(0.37)!important}.brightness-\[0\.38\]{--tw-brightness:brightness(0.38)!important}.brightness-\[0\.38\],.brightness-\[0\.39\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.39\]{--tw-brightness:brightness(0.39)!important}.brightness-\[0\.3\]{--tw-brightness:brightness(0.3)!important}.brightness-\[0\.3\],.brightness-\[0\.41\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.41\]{--tw-brightness:brightness(0.41)!important}.brightness-\[0\.42\]{--tw-brightness:brightness(0.42)!important}.brightness-\[0\.42\],.brightness-\[0\.43\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.43\]{--tw-brightness:brightness(0.43)!important}.brightness-\[0\.44\]{--tw-brightness:brightness(0.44)!important}.brightness-\[0\.44\],.brightness-\[0\.45\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.45\]{--tw-brightness:brightness(0.45)!important}.brightness-\[0\.46\]{--tw-brightness:brightness(0.46)!important}.brightness-\[0\.46\],.brightness-\[0\.47\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.47\]{--tw-brightness:brightness(0.47)!important}.brightness-\[0\.48\]{--tw-brightness:brightness(0.48)!important}.brightness-\[0\.48\],.brightness-\[0\.49\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.49\]{--tw-brightness:brightness(0.49)!important}.brightness-\[0\.4\]{--tw-brightness:brightness(0.4)!important}.brightness-\[0\.4\],.brightness-\[0\.51\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.51\]{--tw-brightness:brightness(0.51)!important}.brightness-\[0\.52\]{--tw-brightness:brightness(0.52)!important}.brightness-\[0\.52\],.brightness-\[0\.53\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.53\]{--tw-brightness:brightness(0.53)!important}.brightness-\[0\.54\]{--tw-brightness:brightness(0.54)!important}.brightness-\[0\.54\],.brightness-\[0\.55\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.55\]{--tw-brightness:brightness(0.55)!important}.brightness-\[0\.56\]{--tw-brightness:brightness(0.56)!important}.brightness-\[0\.56\],.brightness-\[0\.57\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.57\]{--tw-brightness:brightness(0.57)!important}.brightness-\[0\.58\]{--tw-brightness:brightness(0.58)!important}.brightness-\[0\.58\],.brightness-\[0\.59\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.59\]{--tw-brightness:brightness(0.59)!important}.brightness-\[0\.5\]{--tw-brightness:brightness(0.5)!important}.brightness-\[0\.5\],.brightness-\[0\.61\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.61\]{--tw-brightness:brightness(0.61)!important}.brightness-\[0\.62\]{--tw-brightness:brightness(0.62)!important}.brightness-\[0\.62\],.brightness-\[0\.63\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.63\]{--tw-brightness:brightness(0.63)!important}.brightness-\[0\.64\]{--tw-brightness:brightness(0.64)!important}.brightness-\[0\.64\],.brightness-\[0\.65\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.65\]{--tw-brightness:brightness(0.65)!important}.brightness-\[0\.66\]{--tw-brightness:brightness(0.66)!important}.brightness-\[0\.66\],.brightness-\[0\.67\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.67\]{--tw-brightness:brightness(0.67)!important}.brightness-\[0\.68\]{--tw-brightness:brightness(0.68)!important}.brightness-\[0\.68\],.brightness-\[0\.69\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.69\]{--tw-brightness:brightness(0.69)!important}.brightness-\[0\.6\]{--tw-brightness:brightness(0.6)!important}.brightness-\[0\.6\],.brightness-\[0\.71\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.71\]{--tw-brightness:brightness(0.71)!important}.brightness-\[0\.72\]{--tw-brightness:brightness(0.72)!important}.brightness-\[0\.72\],.brightness-\[0\.73\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.73\]{--tw-brightness:brightness(0.73)!important}.brightness-\[0\.74\]{--tw-brightness:brightness(0.74)!important}.brightness-\[0\.74\],.brightness-\[0\.75\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.75\]{--tw-brightness:brightness(0.75)!important}.brightness-\[0\.76\]{--tw-brightness:brightness(0.76)!important}.brightness-\[0\.76\],.brightness-\[0\.77\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.77\]{--tw-brightness:brightness(0.77)!important}.brightness-\[0\.78\]{--tw-brightness:brightness(0.78)!important}.brightness-\[0\.78\],.brightness-\[0\.79\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.79\]{--tw-brightness:brightness(0.79)!important}.brightness-\[0\.7\]{--tw-brightness:brightness(0.7)!important}.brightness-\[0\.7\],.brightness-\[0\.81\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.81\]{--tw-brightness:brightness(0.81)!important}.brightness-\[0\.82\]{--tw-brightness:brightness(0.82)!important}.brightness-\[0\.82\],.brightness-\[0\.83\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.83\]{--tw-brightness:brightness(0.83)!important}.brightness-\[0\.84\]{--tw-brightness:brightness(0.84)!important}.brightness-\[0\.84\],.brightness-\[0\.85\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.85\]{--tw-brightness:brightness(0.85)!important}.brightness-\[0\.86\]{--tw-brightness:brightness(0.86)!important}.brightness-\[0\.86\],.brightness-\[0\.87\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.87\]{--tw-brightness:brightness(0.87)!important}.brightness-\[0\.88\]{--tw-brightness:brightness(0.88)!important}.brightness-\[0\.88\],.brightness-\[0\.89\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.89\]{--tw-brightness:brightness(0.89)!important}.brightness-\[0\.8\]{--tw-brightness:brightness(0.8)!important}.brightness-\[0\.8\],.brightness-\[0\.91\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.91\]{--tw-brightness:brightness(0.91)!important}.brightness-\[0\.92\]{--tw-brightness:brightness(0.92)!important}.brightness-\[0\.92\],.brightness-\[0\.93\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.93\]{--tw-brightness:brightness(0.93)!important}.brightness-\[0\.94\]{--tw-brightness:brightness(0.94)!important}.brightness-\[0\.94\],.brightness-\[0\.95\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.95\]{--tw-brightness:brightness(0.95)!important}.brightness-\[0\.96\]{--tw-brightness:brightness(0.96)!important}.brightness-\[0\.96\],.brightness-\[0\.97\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.97\]{--tw-brightness:brightness(0.97)!important}.brightness-\[0\.98\]{--tw-brightness:brightness(0.98)!important}.brightness-\[0\.98\],.brightness-\[0\.99\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\.99\]{--tw-brightness:brightness(0.99)!important}.brightness-\[0\.9\]{--tw-brightness:brightness(0.9)!important}.brightness-\[0\.9\],.brightness-\[0\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[0\]{--tw-brightness:brightness(0)!important}.brightness-\[1\%\]{--tw-brightness:brightness(1%)!important}.brightness-\[1\%\],.brightness-\[1\.01\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.01\]{--tw-brightness:brightness(1.01)!important}.brightness-\[1\.02\]{--tw-brightness:brightness(1.02)!important}.brightness-\[1\.02\],.brightness-\[1\.03\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.03\]{--tw-brightness:brightness(1.03)!important}.brightness-\[1\.04\]{--tw-brightness:brightness(1.04)!important}.brightness-\[1\.04\],.brightness-\[1\.05\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.05\]{--tw-brightness:brightness(1.05)!important}.brightness-\[1\.06\]{--tw-brightness:brightness(1.06)!important}.brightness-\[1\.06\],.brightness-\[1\.07\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.07\]{--tw-brightness:brightness(1.07)!important}.brightness-\[1\.08\]{--tw-brightness:brightness(1.08)!important}.brightness-\[1\.08\],.brightness-\[1\.09\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.09\]{--tw-brightness:brightness(1.09)!important}.brightness-\[1\.11\]{--tw-brightness:brightness(1.11)!important}.brightness-\[1\.11\],.brightness-\[1\.12\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.12\]{--tw-brightness:brightness(1.12)!important}.brightness-\[1\.13\]{--tw-brightness:brightness(1.13)!important}.brightness-\[1\.13\],.brightness-\[1\.14\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.14\]{--tw-brightness:brightness(1.14)!important}.brightness-\[1\.15\]{--tw-brightness:brightness(1.15)!important}.brightness-\[1\.15\],.brightness-\[1\.16\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.16\]{--tw-brightness:brightness(1.16)!important}.brightness-\[1\.17\]{--tw-brightness:brightness(1.17)!important}.brightness-\[1\.17\],.brightness-\[1\.18\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.18\]{--tw-brightness:brightness(1.18)!important}.brightness-\[1\.19\]{--tw-brightness:brightness(1.19)!important}.brightness-\[1\.19\],.brightness-\[1\.1\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.1\]{--tw-brightness:brightness(1.1)!important}.brightness-\[1\.21\]{--tw-brightness:brightness(1.21)!important}.brightness-\[1\.21\],.brightness-\[1\.22\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.22\]{--tw-brightness:brightness(1.22)!important}.brightness-\[1\.23\]{--tw-brightness:brightness(1.23)!important}.brightness-\[1\.23\],.brightness-\[1\.24\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.24\]{--tw-brightness:brightness(1.24)!important}.brightness-\[1\.25\]{--tw-brightness:brightness(1.25)!important}.brightness-\[1\.25\],.brightness-\[1\.26\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.26\]{--tw-brightness:brightness(1.26)!important}.brightness-\[1\.27\]{--tw-brightness:brightness(1.27)!important}.brightness-\[1\.27\],.brightness-\[1\.28\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.28\]{--tw-brightness:brightness(1.28)!important}.brightness-\[1\.29\]{--tw-brightness:brightness(1.29)!important}.brightness-\[1\.29\],.brightness-\[1\.2\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.2\]{--tw-brightness:brightness(1.2)!important}.brightness-\[1\.31\]{--tw-brightness:brightness(1.31)!important}.brightness-\[1\.31\],.brightness-\[1\.32\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.32\]{--tw-brightness:brightness(1.32)!important}.brightness-\[1\.33\]{--tw-brightness:brightness(1.33)!important}.brightness-\[1\.33\],.brightness-\[1\.34\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.34\]{--tw-brightness:brightness(1.34)!important}.brightness-\[1\.35\]{--tw-brightness:brightness(1.35)!important}.brightness-\[1\.35\],.brightness-\[1\.36\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.36\]{--tw-brightness:brightness(1.36)!important}.brightness-\[1\.37\]{--tw-brightness:brightness(1.37)!important}.brightness-\[1\.37\],.brightness-\[1\.38\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.38\]{--tw-brightness:brightness(1.38)!important}.brightness-\[1\.39\]{--tw-brightness:brightness(1.39)!important}.brightness-\[1\.39\],.brightness-\[1\.3\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.3\]{--tw-brightness:brightness(1.3)!important}.brightness-\[1\.41\]{--tw-brightness:brightness(1.41)!important}.brightness-\[1\.41\],.brightness-\[1\.42\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.42\]{--tw-brightness:brightness(1.42)!important}.brightness-\[1\.43\]{--tw-brightness:brightness(1.43)!important}.brightness-\[1\.43\],.brightness-\[1\.44\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.44\]{--tw-brightness:brightness(1.44)!important}.brightness-\[1\.45\]{--tw-brightness:brightness(1.45)!important}.brightness-\[1\.45\],.brightness-\[1\.46\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.46\]{--tw-brightness:brightness(1.46)!important}.brightness-\[1\.47\]{--tw-brightness:brightness(1.47)!important}.brightness-\[1\.47\],.brightness-\[1\.48\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.48\]{--tw-brightness:brightness(1.48)!important}.brightness-\[1\.49\]{--tw-brightness:brightness(1.49)!important}.brightness-\[1\.49\],.brightness-\[1\.4\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.4\]{--tw-brightness:brightness(1.4)!important}.brightness-\[1\.51\]{--tw-brightness:brightness(1.51)!important}.brightness-\[1\.51\],.brightness-\[1\.52\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.52\]{--tw-brightness:brightness(1.52)!important}.brightness-\[1\.53\]{--tw-brightness:brightness(1.53)!important}.brightness-\[1\.53\],.brightness-\[1\.54\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.54\]{--tw-brightness:brightness(1.54)!important}.brightness-\[1\.55\]{--tw-brightness:brightness(1.55)!important}.brightness-\[1\.55\],.brightness-\[1\.56\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.56\]{--tw-brightness:brightness(1.56)!important}.brightness-\[1\.57\]{--tw-brightness:brightness(1.57)!important}.brightness-\[1\.57\],.brightness-\[1\.58\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.58\]{--tw-brightness:brightness(1.58)!important}.brightness-\[1\.59\]{--tw-brightness:brightness(1.59)!important}.brightness-\[1\.59\],.brightness-\[1\.5\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.5\]{--tw-brightness:brightness(1.5)!important}.brightness-\[1\.61\]{--tw-brightness:brightness(1.61)!important}.brightness-\[1\.61\],.brightness-\[1\.62\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.62\]{--tw-brightness:brightness(1.62)!important}.brightness-\[1\.63\]{--tw-brightness:brightness(1.63)!important}.brightness-\[1\.63\],.brightness-\[1\.64\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.64\]{--tw-brightness:brightness(1.64)!important}.brightness-\[1\.65\]{--tw-brightness:brightness(1.65)!important}.brightness-\[1\.65\],.brightness-\[1\.66\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.66\]{--tw-brightness:brightness(1.66)!important}.brightness-\[1\.67\]{--tw-brightness:brightness(1.67)!important}.brightness-\[1\.67\],.brightness-\[1\.68\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.68\]{--tw-brightness:brightness(1.68)!important}.brightness-\[1\.69\]{--tw-brightness:brightness(1.69)!important}.brightness-\[1\.69\],.brightness-\[1\.6\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.6\]{--tw-brightness:brightness(1.6)!important}.brightness-\[1\.71\]{--tw-brightness:brightness(1.71)!important}.brightness-\[1\.71\],.brightness-\[1\.72\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.72\]{--tw-brightness:brightness(1.72)!important}.brightness-\[1\.73\]{--tw-brightness:brightness(1.73)!important}.brightness-\[1\.73\],.brightness-\[1\.74\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.74\]{--tw-brightness:brightness(1.74)!important}.brightness-\[1\.75\]{--tw-brightness:brightness(1.75)!important}.brightness-\[1\.75\],.brightness-\[1\.76\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.76\]{--tw-brightness:brightness(1.76)!important}.brightness-\[1\.77\]{--tw-brightness:brightness(1.77)!important}.brightness-\[1\.77\],.brightness-\[1\.78\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.78\]{--tw-brightness:brightness(1.78)!important}.brightness-\[1\.79\]{--tw-brightness:brightness(1.79)!important}.brightness-\[1\.79\],.brightness-\[1\.7\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.7\]{--tw-brightness:brightness(1.7)!important}.brightness-\[1\.81\]{--tw-brightness:brightness(1.81)!important}.brightness-\[1\.81\],.brightness-\[1\.82\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.82\]{--tw-brightness:brightness(1.82)!important}.brightness-\[1\.83\]{--tw-brightness:brightness(1.83)!important}.brightness-\[1\.83\],.brightness-\[1\.84\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.84\]{--tw-brightness:brightness(1.84)!important}.brightness-\[1\.85\]{--tw-brightness:brightness(1.85)!important}.brightness-\[1\.85\],.brightness-\[1\.86\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.86\]{--tw-brightness:brightness(1.86)!important}.brightness-\[1\.87\]{--tw-brightness:brightness(1.87)!important}.brightness-\[1\.87\],.brightness-\[1\.88\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.88\]{--tw-brightness:brightness(1.88)!important}.brightness-\[1\.89\]{--tw-brightness:brightness(1.89)!important}.brightness-\[1\.89\],.brightness-\[1\.8\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.8\]{--tw-brightness:brightness(1.8)!important}.brightness-\[1\.91\]{--tw-brightness:brightness(1.91)!important}.brightness-\[1\.91\],.brightness-\[1\.92\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.92\]{--tw-brightness:brightness(1.92)!important}.brightness-\[1\.93\]{--tw-brightness:brightness(1.93)!important}.brightness-\[1\.93\],.brightness-\[1\.94\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.94\]{--tw-brightness:brightness(1.94)!important}.brightness-\[1\.95\]{--tw-brightness:brightness(1.95)!important}.brightness-\[1\.95\],.brightness-\[1\.96\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.96\]{--tw-brightness:brightness(1.96)!important}.brightness-\[1\.97\]{--tw-brightness:brightness(1.97)!important}.brightness-\[1\.97\],.brightness-\[1\.98\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.98\]{--tw-brightness:brightness(1.98)!important}.brightness-\[1\.99\]{--tw-brightness:brightness(1.99)!important}.brightness-\[1\.99\],.brightness-\[1\.9\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[1\.9\]{--tw-brightness:brightness(1.9)!important}.brightness-\[10\%\]{--tw-brightness:brightness(10%)!important}.brightness-\[100\%\],.brightness-\[10\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[100\%\]{--tw-brightness:brightness(100%)!important}.brightness-\[101\%\]{--tw-brightness:brightness(101%)!important}.brightness-\[101\%\],.brightness-\[102\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[102\%\]{--tw-brightness:brightness(102%)!important}.brightness-\[103\%\]{--tw-brightness:brightness(103%)!important}.brightness-\[103\%\],.brightness-\[104\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[104\%\]{--tw-brightness:brightness(104%)!important}.brightness-\[105\%\]{--tw-brightness:brightness(105%)!important}.brightness-\[105\%\],.brightness-\[106\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[106\%\]{--tw-brightness:brightness(106%)!important}.brightness-\[107\%\]{--tw-brightness:brightness(107%)!important}.brightness-\[107\%\],.brightness-\[108\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[108\%\]{--tw-brightness:brightness(108%)!important}.brightness-\[109\%\]{--tw-brightness:brightness(109%)!important}.brightness-\[109\%\],.brightness-\[11\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[11\%\]{--tw-brightness:brightness(11%)!important}.brightness-\[110\%\]{--tw-brightness:brightness(110%)!important}.brightness-\[110\%\],.brightness-\[111\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[111\%\]{--tw-brightness:brightness(111%)!important}.brightness-\[112\%\]{--tw-brightness:brightness(112%)!important}.brightness-\[112\%\],.brightness-\[113\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[113\%\]{--tw-brightness:brightness(113%)!important}.brightness-\[114\%\]{--tw-brightness:brightness(114%)!important}.brightness-\[114\%\],.brightness-\[115\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[115\%\]{--tw-brightness:brightness(115%)!important}.brightness-\[116\%\]{--tw-brightness:brightness(116%)!important}.brightness-\[116\%\],.brightness-\[117\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[117\%\]{--tw-brightness:brightness(117%)!important}.brightness-\[118\%\]{--tw-brightness:brightness(118%)!important}.brightness-\[118\%\],.brightness-\[119\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[119\%\]{--tw-brightness:brightness(119%)!important}.brightness-\[12\%\]{--tw-brightness:brightness(12%)!important}.brightness-\[120\%\],.brightness-\[12\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[120\%\]{--tw-brightness:brightness(120%)!important}.brightness-\[121\%\]{--tw-brightness:brightness(121%)!important}.brightness-\[121\%\],.brightness-\[122\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[122\%\]{--tw-brightness:brightness(122%)!important}.brightness-\[123\%\]{--tw-brightness:brightness(123%)!important}.brightness-\[123\%\],.brightness-\[124\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[124\%\]{--tw-brightness:brightness(124%)!important}.brightness-\[125\%\]{--tw-brightness:brightness(125%)!important}.brightness-\[125\%\],.brightness-\[126\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[126\%\]{--tw-brightness:brightness(126%)!important}.brightness-\[127\%\]{--tw-brightness:brightness(127%)!important}.brightness-\[127\%\],.brightness-\[128\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[128\%\]{--tw-brightness:brightness(128%)!important}.brightness-\[129\%\]{--tw-brightness:brightness(129%)!important}.brightness-\[129\%\],.brightness-\[13\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[13\%\]{--tw-brightness:brightness(13%)!important}.brightness-\[130\%\]{--tw-brightness:brightness(130%)!important}.brightness-\[130\%\],.brightness-\[131\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[131\%\]{--tw-brightness:brightness(131%)!important}.brightness-\[132\%\]{--tw-brightness:brightness(132%)!important}.brightness-\[132\%\],.brightness-\[133\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[133\%\]{--tw-brightness:brightness(133%)!important}.brightness-\[134\%\]{--tw-brightness:brightness(134%)!important}.brightness-\[134\%\],.brightness-\[135\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[135\%\]{--tw-brightness:brightness(135%)!important}.brightness-\[136\%\]{--tw-brightness:brightness(136%)!important}.brightness-\[136\%\],.brightness-\[137\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[137\%\]{--tw-brightness:brightness(137%)!important}.brightness-\[138\%\]{--tw-brightness:brightness(138%)!important}.brightness-\[138\%\],.brightness-\[139\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[139\%\]{--tw-brightness:brightness(139%)!important}.brightness-\[14\%\]{--tw-brightness:brightness(14%)!important}.brightness-\[140\%\],.brightness-\[14\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[140\%\]{--tw-brightness:brightness(140%)!important}.brightness-\[141\%\]{--tw-brightness:brightness(141%)!important}.brightness-\[141\%\],.brightness-\[142\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[142\%\]{--tw-brightness:brightness(142%)!important}.brightness-\[143\%\]{--tw-brightness:brightness(143%)!important}.brightness-\[143\%\],.brightness-\[144\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[144\%\]{--tw-brightness:brightness(144%)!important}.brightness-\[145\%\]{--tw-brightness:brightness(145%)!important}.brightness-\[145\%\],.brightness-\[146\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[146\%\]{--tw-brightness:brightness(146%)!important}.brightness-\[147\%\]{--tw-brightness:brightness(147%)!important}.brightness-\[147\%\],.brightness-\[148\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[148\%\]{--tw-brightness:brightness(148%)!important}.brightness-\[149\%\]{--tw-brightness:brightness(149%)!important}.brightness-\[149\%\],.brightness-\[15\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[15\%\]{--tw-brightness:brightness(15%)!important}.brightness-\[150\%\]{--tw-brightness:brightness(150%)!important}.brightness-\[150\%\],.brightness-\[151\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[151\%\]{--tw-brightness:brightness(151%)!important}.brightness-\[152\%\]{--tw-brightness:brightness(152%)!important}.brightness-\[152\%\],.brightness-\[153\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[153\%\]{--tw-brightness:brightness(153%)!important}.brightness-\[154\%\]{--tw-brightness:brightness(154%)!important}.brightness-\[154\%\],.brightness-\[155\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[155\%\]{--tw-brightness:brightness(155%)!important}.brightness-\[156\%\]{--tw-brightness:brightness(156%)!important}.brightness-\[156\%\],.brightness-\[157\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[157\%\]{--tw-brightness:brightness(157%)!important}.brightness-\[158\%\]{--tw-brightness:brightness(158%)!important}.brightness-\[158\%\],.brightness-\[159\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[159\%\]{--tw-brightness:brightness(159%)!important}.brightness-\[16\%\]{--tw-brightness:brightness(16%)!important}.brightness-\[160\%\],.brightness-\[16\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[160\%\]{--tw-brightness:brightness(160%)!important}.brightness-\[161\%\]{--tw-brightness:brightness(161%)!important}.brightness-\[161\%\],.brightness-\[162\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[162\%\]{--tw-brightness:brightness(162%)!important}.brightness-\[163\%\]{--tw-brightness:brightness(163%)!important}.brightness-\[163\%\],.brightness-\[164\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[164\%\]{--tw-brightness:brightness(164%)!important}.brightness-\[165\%\]{--tw-brightness:brightness(165%)!important}.brightness-\[165\%\],.brightness-\[166\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[166\%\]{--tw-brightness:brightness(166%)!important}.brightness-\[167\%\]{--tw-brightness:brightness(167%)!important}.brightness-\[167\%\],.brightness-\[168\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[168\%\]{--tw-brightness:brightness(168%)!important}.brightness-\[169\%\]{--tw-brightness:brightness(169%)!important}.brightness-\[169\%\],.brightness-\[17\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[17\%\]{--tw-brightness:brightness(17%)!important}.brightness-\[170\%\]{--tw-brightness:brightness(170%)!important}.brightness-\[170\%\],.brightness-\[171\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[171\%\]{--tw-brightness:brightness(171%)!important}.brightness-\[172\%\]{--tw-brightness:brightness(172%)!important}.brightness-\[172\%\],.brightness-\[173\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[173\%\]{--tw-brightness:brightness(173%)!important}.brightness-\[174\%\]{--tw-brightness:brightness(174%)!important}.brightness-\[174\%\],.brightness-\[175\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[175\%\]{--tw-brightness:brightness(175%)!important}.brightness-\[176\%\]{--tw-brightness:brightness(176%)!important}.brightness-\[176\%\],.brightness-\[177\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[177\%\]{--tw-brightness:brightness(177%)!important}.brightness-\[178\%\]{--tw-brightness:brightness(178%)!important}.brightness-\[178\%\],.brightness-\[179\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[179\%\]{--tw-brightness:brightness(179%)!important}.brightness-\[18\%\]{--tw-brightness:brightness(18%)!important}.brightness-\[180\%\],.brightness-\[18\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[180\%\]{--tw-brightness:brightness(180%)!important}.brightness-\[181\%\]{--tw-brightness:brightness(181%)!important}.brightness-\[181\%\],.brightness-\[182\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[182\%\]{--tw-brightness:brightness(182%)!important}.brightness-\[183\%\]{--tw-brightness:brightness(183%)!important}.brightness-\[183\%\],.brightness-\[184\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[184\%\]{--tw-brightness:brightness(184%)!important}.brightness-\[185\%\]{--tw-brightness:brightness(185%)!important}.brightness-\[185\%\],.brightness-\[186\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[186\%\]{--tw-brightness:brightness(186%)!important}.brightness-\[187\%\]{--tw-brightness:brightness(187%)!important}.brightness-\[187\%\],.brightness-\[188\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[188\%\]{--tw-brightness:brightness(188%)!important}.brightness-\[189\%\]{--tw-brightness:brightness(189%)!important}.brightness-\[189\%\],.brightness-\[19\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[19\%\]{--tw-brightness:brightness(19%)!important}.brightness-\[190\%\]{--tw-brightness:brightness(190%)!important}.brightness-\[190\%\],.brightness-\[191\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[191\%\]{--tw-brightness:brightness(191%)!important}.brightness-\[192\%\]{--tw-brightness:brightness(192%)!important}.brightness-\[192\%\],.brightness-\[193\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[193\%\]{--tw-brightness:brightness(193%)!important}.brightness-\[194\%\]{--tw-brightness:brightness(194%)!important}.brightness-\[194\%\],.brightness-\[195\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[195\%\]{--tw-brightness:brightness(195%)!important}.brightness-\[196\%\]{--tw-brightness:brightness(196%)!important}.brightness-\[196\%\],.brightness-\[197\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[197\%\]{--tw-brightness:brightness(197%)!important}.brightness-\[198\%\]{--tw-brightness:brightness(198%)!important}.brightness-\[198\%\],.brightness-\[199\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[199\%\]{--tw-brightness:brightness(199%)!important}.brightness-\[1\]{--tw-brightness:brightness(1)!important}.brightness-\[1\],.brightness-\[2\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[2\%\]{--tw-brightness:brightness(2%)!important}.brightness-\[20\%\]{--tw-brightness:brightness(20%)!important}.brightness-\[200\%\],.brightness-\[20\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[200\%\]{--tw-brightness:brightness(200%)!important}.brightness-\[21\%\]{--tw-brightness:brightness(21%)!important}.brightness-\[21\%\],.brightness-\[22\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[22\%\]{--tw-brightness:brightness(22%)!important}.brightness-\[23\%\]{--tw-brightness:brightness(23%)!important}.brightness-\[23\%\],.brightness-\[24\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[24\%\]{--tw-brightness:brightness(24%)!important}.brightness-\[25\%\]{--tw-brightness:brightness(25%)!important}.brightness-\[25\%\],.brightness-\[26\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[26\%\]{--tw-brightness:brightness(26%)!important}.brightness-\[27\%\]{--tw-brightness:brightness(27%)!important}.brightness-\[27\%\],.brightness-\[28\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[28\%\]{--tw-brightness:brightness(28%)!important}.brightness-\[29\%\]{--tw-brightness:brightness(29%)!important}.brightness-\[29\%\],.brightness-\[2\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[2\]{--tw-brightness:brightness(2)!important}.brightness-\[3\%\]{--tw-brightness:brightness(3%)!important}.brightness-\[30\%\],.brightness-\[3\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[30\%\]{--tw-brightness:brightness(30%)!important}.brightness-\[31\%\]{--tw-brightness:brightness(31%)!important}.brightness-\[31\%\],.brightness-\[32\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[32\%\]{--tw-brightness:brightness(32%)!important}.brightness-\[33\%\]{--tw-brightness:brightness(33%)!important}.brightness-\[33\%\],.brightness-\[34\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[34\%\]{--tw-brightness:brightness(34%)!important}.brightness-\[35\%\]{--tw-brightness:brightness(35%)!important}.brightness-\[35\%\],.brightness-\[36\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[36\%\]{--tw-brightness:brightness(36%)!important}.brightness-\[37\%\]{--tw-brightness:brightness(37%)!important}.brightness-\[37\%\],.brightness-\[38\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[38\%\]{--tw-brightness:brightness(38%)!important}.brightness-\[39\%\]{--tw-brightness:brightness(39%)!important}.brightness-\[39\%\],.brightness-\[4\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[4\%\]{--tw-brightness:brightness(4%)!important}.brightness-\[40\%\]{--tw-brightness:brightness(40%)!important}.brightness-\[40\%\],.brightness-\[41\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[41\%\]{--tw-brightness:brightness(41%)!important}.brightness-\[42\%\]{--tw-brightness:brightness(42%)!important}.brightness-\[42\%\],.brightness-\[43\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[43\%\]{--tw-brightness:brightness(43%)!important}.brightness-\[44\%\]{--tw-brightness:brightness(44%)!important}.brightness-\[44\%\],.brightness-\[45\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[45\%\]{--tw-brightness:brightness(45%)!important}.brightness-\[46\%\]{--tw-brightness:brightness(46%)!important}.brightness-\[46\%\],.brightness-\[47\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[47\%\]{--tw-brightness:brightness(47%)!important}.brightness-\[48\%\]{--tw-brightness:brightness(48%)!important}.brightness-\[48\%\],.brightness-\[49\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[49\%\]{--tw-brightness:brightness(49%)!important}.brightness-\[5\%\]{--tw-brightness:brightness(5%)!important}.brightness-\[50\%\],.brightness-\[5\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[50\%\]{--tw-brightness:brightness(50%)!important}.brightness-\[51\%\]{--tw-brightness:brightness(51%)!important}.brightness-\[51\%\],.brightness-\[52\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[52\%\]{--tw-brightness:brightness(52%)!important}.brightness-\[53\%\]{--tw-brightness:brightness(53%)!important}.brightness-\[53\%\],.brightness-\[54\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[54\%\]{--tw-brightness:brightness(54%)!important}.brightness-\[55\%\]{--tw-brightness:brightness(55%)!important}.brightness-\[55\%\],.brightness-\[56\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[56\%\]{--tw-brightness:brightness(56%)!important}.brightness-\[57\%\]{--tw-brightness:brightness(57%)!important}.brightness-\[57\%\],.brightness-\[58\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[58\%\]{--tw-brightness:brightness(58%)!important}.brightness-\[59\%\]{--tw-brightness:brightness(59%)!important}.brightness-\[59\%\],.brightness-\[6\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[6\%\]{--tw-brightness:brightness(6%)!important}.brightness-\[60\%\]{--tw-brightness:brightness(60%)!important}.brightness-\[60\%\],.brightness-\[61\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[61\%\]{--tw-brightness:brightness(61%)!important}.brightness-\[62\%\]{--tw-brightness:brightness(62%)!important}.brightness-\[62\%\],.brightness-\[63\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[63\%\]{--tw-brightness:brightness(63%)!important}.brightness-\[64\%\]{--tw-brightness:brightness(64%)!important}.brightness-\[64\%\],.brightness-\[65\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[65\%\]{--tw-brightness:brightness(65%)!important}.brightness-\[66\%\]{--tw-brightness:brightness(66%)!important}.brightness-\[66\%\],.brightness-\[67\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[67\%\]{--tw-brightness:brightness(67%)!important}.brightness-\[68\%\]{--tw-brightness:brightness(68%)!important}.brightness-\[68\%\],.brightness-\[69\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[69\%\]{--tw-brightness:brightness(69%)!important}.brightness-\[7\%\]{--tw-brightness:brightness(7%)!important}.brightness-\[70\%\],.brightness-\[7\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[70\%\]{--tw-brightness:brightness(70%)!important}.brightness-\[71\%\]{--tw-brightness:brightness(71%)!important}.brightness-\[71\%\],.brightness-\[72\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[72\%\]{--tw-brightness:brightness(72%)!important}.brightness-\[73\%\]{--tw-brightness:brightness(73%)!important}.brightness-\[73\%\],.brightness-\[74\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[74\%\]{--tw-brightness:brightness(74%)!important}.brightness-\[75\%\]{--tw-brightness:brightness(75%)!important}.brightness-\[75\%\],.brightness-\[76\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[76\%\]{--tw-brightness:brightness(76%)!important}.brightness-\[77\%\]{--tw-brightness:brightness(77%)!important}.brightness-\[77\%\],.brightness-\[78\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[78\%\]{--tw-brightness:brightness(78%)!important}.brightness-\[79\%\]{--tw-brightness:brightness(79%)!important}.brightness-\[79\%\],.brightness-\[8\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[8\%\]{--tw-brightness:brightness(8%)!important}.brightness-\[80\%\]{--tw-brightness:brightness(80%)!important}.brightness-\[80\%\],.brightness-\[81\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[81\%\]{--tw-brightness:brightness(81%)!important}.brightness-\[82\%\]{--tw-brightness:brightness(82%)!important}.brightness-\[82\%\],.brightness-\[83\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[83\%\]{--tw-brightness:brightness(83%)!important}.brightness-\[84\%\]{--tw-brightness:brightness(84%)!important}.brightness-\[84\%\],.brightness-\[85\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[85\%\]{--tw-brightness:brightness(85%)!important}.brightness-\[86\%\]{--tw-brightness:brightness(86%)!important}.brightness-\[86\%\],.brightness-\[87\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[87\%\]{--tw-brightness:brightness(87%)!important}.brightness-\[88\%\]{--tw-brightness:brightness(88%)!important}.brightness-\[88\%\],.brightness-\[89\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[89\%\]{--tw-brightness:brightness(89%)!important}.brightness-\[9\%\]{--tw-brightness:brightness(9%)!important}.brightness-\[90\%\],.brightness-\[9\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[90\%\]{--tw-brightness:brightness(90%)!important}.brightness-\[91\%\]{--tw-brightness:brightness(91%)!important}.brightness-\[91\%\],.brightness-\[92\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[92\%\]{--tw-brightness:brightness(92%)!important}.brightness-\[93\%\]{--tw-brightness:brightness(93%)!important}.brightness-\[93\%\],.brightness-\[94\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[94\%\]{--tw-brightness:brightness(94%)!important}.brightness-\[95\%\]{--tw-brightness:brightness(95%)!important}.brightness-\[95\%\],.brightness-\[96\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[96\%\]{--tw-brightness:brightness(96%)!important}.brightness-\[97\%\]{--tw-brightness:brightness(97%)!important}.brightness-\[97\%\],.brightness-\[98\%\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.brightness-\[98\%\]{--tw-brightness:brightness(98%)!important}.brightness-\[99\%\]{--tw-brightness:brightness(99%)!important}.brightness-\[99\%\],.contrast-\[\$\{contrast\}\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[\$\{contrast\}\]{--tw-contrast:contrast(${contrast})!important}.contrast-\[0\.01\]{--tw-contrast:contrast(0.01)!important}.contrast-\[0\.01\],.contrast-\[0\.02\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.02\]{--tw-contrast:contrast(0.02)!important}.contrast-\[0\.03\]{--tw-contrast:contrast(0.03)!important}.contrast-\[0\.03\],.contrast-\[0\.04\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.04\]{--tw-contrast:contrast(0.04)!important}.contrast-\[0\.05\]{--tw-contrast:contrast(0.05)!important}.contrast-\[0\.05\],.contrast-\[0\.06\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.06\]{--tw-contrast:contrast(0.06)!important}.contrast-\[0\.07\]{--tw-contrast:contrast(0.07)!important}.contrast-\[0\.07\],.contrast-\[0\.08\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.08\]{--tw-contrast:contrast(0.08)!important}.contrast-\[0\.09\]{--tw-contrast:contrast(0.09)!important}.contrast-\[0\.09\],.contrast-\[0\.11\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.11\]{--tw-contrast:contrast(0.11)!important}.contrast-\[0\.12\]{--tw-contrast:contrast(0.12)!important}.contrast-\[0\.12\],.contrast-\[0\.13\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.13\]{--tw-contrast:contrast(0.13)!important}.contrast-\[0\.14\]{--tw-contrast:contrast(0.14)!important}.contrast-\[0\.14\],.contrast-\[0\.15\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.15\]{--tw-contrast:contrast(0.15)!important}.contrast-\[0\.16\]{--tw-contrast:contrast(0.16)!important}.contrast-\[0\.16\],.contrast-\[0\.17\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.17\]{--tw-contrast:contrast(0.17)!important}.contrast-\[0\.18\]{--tw-contrast:contrast(0.18)!important}.contrast-\[0\.18\],.contrast-\[0\.19\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.19\]{--tw-contrast:contrast(0.19)!important}.contrast-\[0\.1\]{--tw-contrast:contrast(0.1)!important}.contrast-\[0\.1\],.contrast-\[0\.21\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.21\]{--tw-contrast:contrast(0.21)!important}.contrast-\[0\.22\]{--tw-contrast:contrast(0.22)!important}.contrast-\[0\.22\],.contrast-\[0\.23\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.23\]{--tw-contrast:contrast(0.23)!important}.contrast-\[0\.24\]{--tw-contrast:contrast(0.24)!important}.contrast-\[0\.24\],.contrast-\[0\.25\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.25\]{--tw-contrast:contrast(0.25)!important}.contrast-\[0\.26\]{--tw-contrast:contrast(0.26)!important}.contrast-\[0\.26\],.contrast-\[0\.27\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.27\]{--tw-contrast:contrast(0.27)!important}.contrast-\[0\.28\]{--tw-contrast:contrast(0.28)!important}.contrast-\[0\.28\],.contrast-\[0\.29\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.29\]{--tw-contrast:contrast(0.29)!important}.contrast-\[0\.2\]{--tw-contrast:contrast(0.2)!important}.contrast-\[0\.2\],.contrast-\[0\.31\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.31\]{--tw-contrast:contrast(0.31)!important}.contrast-\[0\.32\]{--tw-contrast:contrast(0.32)!important}.contrast-\[0\.32\],.contrast-\[0\.33\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.33\]{--tw-contrast:contrast(0.33)!important}.contrast-\[0\.34\]{--tw-contrast:contrast(0.34)!important}.contrast-\[0\.34\],.contrast-\[0\.35\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.35\]{--tw-contrast:contrast(0.35)!important}.contrast-\[0\.36\]{--tw-contrast:contrast(0.36)!important}.contrast-\[0\.36\],.contrast-\[0\.37\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.37\]{--tw-contrast:contrast(0.37)!important}.contrast-\[0\.38\]{--tw-contrast:contrast(0.38)!important}.contrast-\[0\.38\],.contrast-\[0\.39\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.39\]{--tw-contrast:contrast(0.39)!important}.contrast-\[0\.3\]{--tw-contrast:contrast(0.3)!important}.contrast-\[0\.3\],.contrast-\[0\.41\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.41\]{--tw-contrast:contrast(0.41)!important}.contrast-\[0\.42\]{--tw-contrast:contrast(0.42)!important}.contrast-\[0\.42\],.contrast-\[0\.43\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.43\]{--tw-contrast:contrast(0.43)!important}.contrast-\[0\.44\]{--tw-contrast:contrast(0.44)!important}.contrast-\[0\.44\],.contrast-\[0\.45\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.45\]{--tw-contrast:contrast(0.45)!important}.contrast-\[0\.46\]{--tw-contrast:contrast(0.46)!important}.contrast-\[0\.46\],.contrast-\[0\.47\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.47\]{--tw-contrast:contrast(0.47)!important}.contrast-\[0\.48\]{--tw-contrast:contrast(0.48)!important}.contrast-\[0\.48\],.contrast-\[0\.49\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.49\]{--tw-contrast:contrast(0.49)!important}.contrast-\[0\.4\]{--tw-contrast:contrast(0.4)!important}.contrast-\[0\.4\],.contrast-\[0\.51\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.51\]{--tw-contrast:contrast(0.51)!important}.contrast-\[0\.52\]{--tw-contrast:contrast(0.52)!important}.contrast-\[0\.52\],.contrast-\[0\.53\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.53\]{--tw-contrast:contrast(0.53)!important}.contrast-\[0\.54\]{--tw-contrast:contrast(0.54)!important}.contrast-\[0\.54\],.contrast-\[0\.55\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.55\]{--tw-contrast:contrast(0.55)!important}.contrast-\[0\.56\]{--tw-contrast:contrast(0.56)!important}.contrast-\[0\.56\],.contrast-\[0\.57\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.57\]{--tw-contrast:contrast(0.57)!important}.contrast-\[0\.58\]{--tw-contrast:contrast(0.58)!important}.contrast-\[0\.58\],.contrast-\[0\.59\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.59\]{--tw-contrast:contrast(0.59)!important}.contrast-\[0\.5\]{--tw-contrast:contrast(0.5)!important}.contrast-\[0\.5\],.contrast-\[0\.61\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.61\]{--tw-contrast:contrast(0.61)!important}.contrast-\[0\.62\]{--tw-contrast:contrast(0.62)!important}.contrast-\[0\.62\],.contrast-\[0\.63\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.63\]{--tw-contrast:contrast(0.63)!important}.contrast-\[0\.64\]{--tw-contrast:contrast(0.64)!important}.contrast-\[0\.64\],.contrast-\[0\.65\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.65\]{--tw-contrast:contrast(0.65)!important}.contrast-\[0\.66\]{--tw-contrast:contrast(0.66)!important}.contrast-\[0\.66\],.contrast-\[0\.67\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.67\]{--tw-contrast:contrast(0.67)!important}.contrast-\[0\.68\]{--tw-contrast:contrast(0.68)!important}.contrast-\[0\.68\],.contrast-\[0\.69\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.69\]{--tw-contrast:contrast(0.69)!important}.contrast-\[0\.6\]{--tw-contrast:contrast(0.6)!important}.contrast-\[0\.6\],.contrast-\[0\.71\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.71\]{--tw-contrast:contrast(0.71)!important}.contrast-\[0\.72\]{--tw-contrast:contrast(0.72)!important}.contrast-\[0\.72\],.contrast-\[0\.73\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.73\]{--tw-contrast:contrast(0.73)!important}.contrast-\[0\.74\]{--tw-contrast:contrast(0.74)!important}.contrast-\[0\.74\],.contrast-\[0\.75\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.75\]{--tw-contrast:contrast(0.75)!important}.contrast-\[0\.76\]{--tw-contrast:contrast(0.76)!important}.contrast-\[0\.76\],.contrast-\[0\.77\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.77\]{--tw-contrast:contrast(0.77)!important}.contrast-\[0\.78\]{--tw-contrast:contrast(0.78)!important}.contrast-\[0\.78\],.contrast-\[0\.79\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.79\]{--tw-contrast:contrast(0.79)!important}.contrast-\[0\.7\]{--tw-contrast:contrast(0.7)!important}.contrast-\[0\.7\],.contrast-\[0\.81\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.81\]{--tw-contrast:contrast(0.81)!important}.contrast-\[0\.82\]{--tw-contrast:contrast(0.82)!important}.contrast-\[0\.82\],.contrast-\[0\.83\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.83\]{--tw-contrast:contrast(0.83)!important}.contrast-\[0\.84\]{--tw-contrast:contrast(0.84)!important}.contrast-\[0\.84\],.contrast-\[0\.85\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.85\]{--tw-contrast:contrast(0.85)!important}.contrast-\[0\.86\]{--tw-contrast:contrast(0.86)!important}.contrast-\[0\.86\],.contrast-\[0\.87\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.87\]{--tw-contrast:contrast(0.87)!important}.contrast-\[0\.88\]{--tw-contrast:contrast(0.88)!important}.contrast-\[0\.88\],.contrast-\[0\.89\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.89\]{--tw-contrast:contrast(0.89)!important}.contrast-\[0\.8\]{--tw-contrast:contrast(0.8)!important}.contrast-\[0\.8\],.contrast-\[0\.91\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.91\]{--tw-contrast:contrast(0.91)!important}.contrast-\[0\.92\]{--tw-contrast:contrast(0.92)!important}.contrast-\[0\.92\],.contrast-\[0\.93\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.93\]{--tw-contrast:contrast(0.93)!important}.contrast-\[0\.94\]{--tw-contrast:contrast(0.94)!important}.contrast-\[0\.94\],.contrast-\[0\.95\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.95\]{--tw-contrast:contrast(0.95)!important}.contrast-\[0\.96\]{--tw-contrast:contrast(0.96)!important}.contrast-\[0\.96\],.contrast-\[0\.97\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.97\]{--tw-contrast:contrast(0.97)!important}.contrast-\[0\.98\]{--tw-contrast:contrast(0.98)!important}.contrast-\[0\.98\],.contrast-\[0\.99\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\.99\]{--tw-contrast:contrast(0.99)!important}.contrast-\[0\.9\]{--tw-contrast:contrast(0.9)!important}.contrast-\[0\.9\],.contrast-\[0\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[0\]{--tw-contrast:contrast(0)!important}.contrast-\[1\.01\]{--tw-contrast:contrast(1.01)!important}.contrast-\[1\.01\],.contrast-\[1\.02\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.02\]{--tw-contrast:contrast(1.02)!important}.contrast-\[1\.03\]{--tw-contrast:contrast(1.03)!important}.contrast-\[1\.03\],.contrast-\[1\.04\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.04\]{--tw-contrast:contrast(1.04)!important}.contrast-\[1\.05\]{--tw-contrast:contrast(1.05)!important}.contrast-\[1\.05\],.contrast-\[1\.06\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.06\]{--tw-contrast:contrast(1.06)!important}.contrast-\[1\.07\]{--tw-contrast:contrast(1.07)!important}.contrast-\[1\.07\],.contrast-\[1\.08\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.08\]{--tw-contrast:contrast(1.08)!important}.contrast-\[1\.09\]{--tw-contrast:contrast(1.09)!important}.contrast-\[1\.09\],.contrast-\[1\.11\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.11\]{--tw-contrast:contrast(1.11)!important}.contrast-\[1\.12\]{--tw-contrast:contrast(1.12)!important}.contrast-\[1\.12\],.contrast-\[1\.13\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.13\]{--tw-contrast:contrast(1.13)!important}.contrast-\[1\.14\]{--tw-contrast:contrast(1.14)!important}.contrast-\[1\.14\],.contrast-\[1\.15\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.15\]{--tw-contrast:contrast(1.15)!important}.contrast-\[1\.16\]{--tw-contrast:contrast(1.16)!important}.contrast-\[1\.16\],.contrast-\[1\.17\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.17\]{--tw-contrast:contrast(1.17)!important}.contrast-\[1\.18\]{--tw-contrast:contrast(1.18)!important}.contrast-\[1\.18\],.contrast-\[1\.19\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.19\]{--tw-contrast:contrast(1.19)!important}.contrast-\[1\.1\]{--tw-contrast:contrast(1.1)!important}.contrast-\[1\.1\],.contrast-\[1\.21\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.21\]{--tw-contrast:contrast(1.21)!important}.contrast-\[1\.22\]{--tw-contrast:contrast(1.22)!important}.contrast-\[1\.22\],.contrast-\[1\.23\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.23\]{--tw-contrast:contrast(1.23)!important}.contrast-\[1\.24\]{--tw-contrast:contrast(1.24)!important}.contrast-\[1\.24\],.contrast-\[1\.25\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.25\]{--tw-contrast:contrast(1.25)!important}.contrast-\[1\.26\]{--tw-contrast:contrast(1.26)!important}.contrast-\[1\.26\],.contrast-\[1\.27\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.27\]{--tw-contrast:contrast(1.27)!important}.contrast-\[1\.28\]{--tw-contrast:contrast(1.28)!important}.contrast-\[1\.28\],.contrast-\[1\.29\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.29\]{--tw-contrast:contrast(1.29)!important}.contrast-\[1\.2\]{--tw-contrast:contrast(1.2)!important}.contrast-\[1\.2\],.contrast-\[1\.31\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.31\]{--tw-contrast:contrast(1.31)!important}.contrast-\[1\.32\]{--tw-contrast:contrast(1.32)!important}.contrast-\[1\.32\],.contrast-\[1\.33\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.33\]{--tw-contrast:contrast(1.33)!important}.contrast-\[1\.34\]{--tw-contrast:contrast(1.34)!important}.contrast-\[1\.34\],.contrast-\[1\.35\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.35\]{--tw-contrast:contrast(1.35)!important}.contrast-\[1\.36\]{--tw-contrast:contrast(1.36)!important}.contrast-\[1\.36\],.contrast-\[1\.37\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.37\]{--tw-contrast:contrast(1.37)!important}.contrast-\[1\.38\]{--tw-contrast:contrast(1.38)!important}.contrast-\[1\.38\],.contrast-\[1\.39\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.39\]{--tw-contrast:contrast(1.39)!important}.contrast-\[1\.3\]{--tw-contrast:contrast(1.3)!important}.contrast-\[1\.3\],.contrast-\[1\.41\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.41\]{--tw-contrast:contrast(1.41)!important}.contrast-\[1\.42\]{--tw-contrast:contrast(1.42)!important}.contrast-\[1\.42\],.contrast-\[1\.43\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.43\]{--tw-contrast:contrast(1.43)!important}.contrast-\[1\.44\]{--tw-contrast:contrast(1.44)!important}.contrast-\[1\.44\],.contrast-\[1\.45\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.45\]{--tw-contrast:contrast(1.45)!important}.contrast-\[1\.46\]{--tw-contrast:contrast(1.46)!important}.contrast-\[1\.46\],.contrast-\[1\.47\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.47\]{--tw-contrast:contrast(1.47)!important}.contrast-\[1\.48\]{--tw-contrast:contrast(1.48)!important}.contrast-\[1\.48\],.contrast-\[1\.49\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.49\]{--tw-contrast:contrast(1.49)!important}.contrast-\[1\.4\]{--tw-contrast:contrast(1.4)!important}.contrast-\[1\.4\],.contrast-\[1\.51\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.51\]{--tw-contrast:contrast(1.51)!important}.contrast-\[1\.52\]{--tw-contrast:contrast(1.52)!important}.contrast-\[1\.52\],.contrast-\[1\.53\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.53\]{--tw-contrast:contrast(1.53)!important}.contrast-\[1\.54\]{--tw-contrast:contrast(1.54)!important}.contrast-\[1\.54\],.contrast-\[1\.55\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.55\]{--tw-contrast:contrast(1.55)!important}.contrast-\[1\.56\]{--tw-contrast:contrast(1.56)!important}.contrast-\[1\.56\],.contrast-\[1\.57\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.57\]{--tw-contrast:contrast(1.57)!important}.contrast-\[1\.58\]{--tw-contrast:contrast(1.58)!important}.contrast-\[1\.58\],.contrast-\[1\.59\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.59\]{--tw-contrast:contrast(1.59)!important}.contrast-\[1\.5\]{--tw-contrast:contrast(1.5)!important}.contrast-\[1\.5\],.contrast-\[1\.61\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.61\]{--tw-contrast:contrast(1.61)!important}.contrast-\[1\.62\]{--tw-contrast:contrast(1.62)!important}.contrast-\[1\.62\],.contrast-\[1\.63\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.63\]{--tw-contrast:contrast(1.63)!important}.contrast-\[1\.64\]{--tw-contrast:contrast(1.64)!important}.contrast-\[1\.64\],.contrast-\[1\.65\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.65\]{--tw-contrast:contrast(1.65)!important}.contrast-\[1\.66\]{--tw-contrast:contrast(1.66)!important}.contrast-\[1\.66\],.contrast-\[1\.67\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.67\]{--tw-contrast:contrast(1.67)!important}.contrast-\[1\.68\]{--tw-contrast:contrast(1.68)!important}.contrast-\[1\.68\],.contrast-\[1\.69\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.69\]{--tw-contrast:contrast(1.69)!important}.contrast-\[1\.6\]{--tw-contrast:contrast(1.6)!important}.contrast-\[1\.6\],.contrast-\[1\.71\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.71\]{--tw-contrast:contrast(1.71)!important}.contrast-\[1\.72\]{--tw-contrast:contrast(1.72)!important}.contrast-\[1\.72\],.contrast-\[1\.73\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.73\]{--tw-contrast:contrast(1.73)!important}.contrast-\[1\.74\]{--tw-contrast:contrast(1.74)!important}.contrast-\[1\.74\],.contrast-\[1\.75\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.75\]{--tw-contrast:contrast(1.75)!important}.contrast-\[1\.76\]{--tw-contrast:contrast(1.76)!important}.contrast-\[1\.76\],.contrast-\[1\.77\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.77\]{--tw-contrast:contrast(1.77)!important}.contrast-\[1\.78\]{--tw-contrast:contrast(1.78)!important}.contrast-\[1\.78\],.contrast-\[1\.79\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.79\]{--tw-contrast:contrast(1.79)!important}.contrast-\[1\.7\]{--tw-contrast:contrast(1.7)!important}.contrast-\[1\.7\],.contrast-\[1\.81\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.81\]{--tw-contrast:contrast(1.81)!important}.contrast-\[1\.82\]{--tw-contrast:contrast(1.82)!important}.contrast-\[1\.82\],.contrast-\[1\.83\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.83\]{--tw-contrast:contrast(1.83)!important}.contrast-\[1\.84\]{--tw-contrast:contrast(1.84)!important}.contrast-\[1\.84\],.contrast-\[1\.85\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.85\]{--tw-contrast:contrast(1.85)!important}.contrast-\[1\.86\]{--tw-contrast:contrast(1.86)!important}.contrast-\[1\.86\],.contrast-\[1\.87\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.87\]{--tw-contrast:contrast(1.87)!important}.contrast-\[1\.88\]{--tw-contrast:contrast(1.88)!important}.contrast-\[1\.88\],.contrast-\[1\.89\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.89\]{--tw-contrast:contrast(1.89)!important}.contrast-\[1\.8\]{--tw-contrast:contrast(1.8)!important}.contrast-\[1\.8\],.contrast-\[1\.91\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.91\]{--tw-contrast:contrast(1.91)!important}.contrast-\[1\.92\]{--tw-contrast:contrast(1.92)!important}.contrast-\[1\.92\],.contrast-\[1\.93\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.93\]{--tw-contrast:contrast(1.93)!important}.contrast-\[1\.94\]{--tw-contrast:contrast(1.94)!important}.contrast-\[1\.94\],.contrast-\[1\.95\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.95\]{--tw-contrast:contrast(1.95)!important}.contrast-\[1\.96\]{--tw-contrast:contrast(1.96)!important}.contrast-\[1\.96\],.contrast-\[1\.97\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.97\]{--tw-contrast:contrast(1.97)!important}.contrast-\[1\.98\]{--tw-contrast:contrast(1.98)!important}.contrast-\[1\.98\],.contrast-\[1\.99\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\.99\]{--tw-contrast:contrast(1.99)!important}.contrast-\[1\.9\]{--tw-contrast:contrast(1.9)!important}.contrast-\[1\.9\],.contrast-\[1\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.contrast-\[1\]{--tw-contrast:contrast(1)!important}.contrast-\[2\]{--tw-contrast:contrast(2)!important}.contrast-\[2\],.drop-shadow-lg{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.drop-shadow-lg{--tw-drop-shadow:drop-shadow(0 10px 8px #0000000a) drop-shadow(0 4px 3px #0000001a)!important}.grayscale{--tw-grayscale:grayscale(100%)!important}.grayscale,.grayscale-\[\$\{grayscale\}\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[\$\{grayscale\}\]{--tw-grayscale:grayscale(${grayscale})!important}.grayscale-\[0\.01\]{--tw-grayscale:grayscale(0.01)!important}.grayscale-\[0\.01\],.grayscale-\[0\.02\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.02\]{--tw-grayscale:grayscale(0.02)!important}.grayscale-\[0\.03\]{--tw-grayscale:grayscale(0.03)!important}.grayscale-\[0\.03\],.grayscale-\[0\.04\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.04\]{--tw-grayscale:grayscale(0.04)!important}.grayscale-\[0\.05\]{--tw-grayscale:grayscale(0.05)!important}.grayscale-\[0\.05\],.grayscale-\[0\.06\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.06\]{--tw-grayscale:grayscale(0.06)!important}.grayscale-\[0\.07\]{--tw-grayscale:grayscale(0.07)!important}.grayscale-\[0\.07\],.grayscale-\[0\.08\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.08\]{--tw-grayscale:grayscale(0.08)!important}.grayscale-\[0\.09\]{--tw-grayscale:grayscale(0.09)!important}.grayscale-\[0\.09\],.grayscale-\[0\.11\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.11\]{--tw-grayscale:grayscale(0.11)!important}.grayscale-\[0\.12\]{--tw-grayscale:grayscale(0.12)!important}.grayscale-\[0\.12\],.grayscale-\[0\.13\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.13\]{--tw-grayscale:grayscale(0.13)!important}.grayscale-\[0\.14\]{--tw-grayscale:grayscale(0.14)!important}.grayscale-\[0\.14\],.grayscale-\[0\.15\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.15\]{--tw-grayscale:grayscale(0.15)!important}.grayscale-\[0\.16\]{--tw-grayscale:grayscale(0.16)!important}.grayscale-\[0\.16\],.grayscale-\[0\.17\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.17\]{--tw-grayscale:grayscale(0.17)!important}.grayscale-\[0\.18\]{--tw-grayscale:grayscale(0.18)!important}.grayscale-\[0\.18\],.grayscale-\[0\.19\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.19\]{--tw-grayscale:grayscale(0.19)!important}.grayscale-\[0\.1\]{--tw-grayscale:grayscale(0.1)!important}.grayscale-\[0\.1\],.grayscale-\[0\.21\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.21\]{--tw-grayscale:grayscale(0.21)!important}.grayscale-\[0\.22\]{--tw-grayscale:grayscale(0.22)!important}.grayscale-\[0\.22\],.grayscale-\[0\.23\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.23\]{--tw-grayscale:grayscale(0.23)!important}.grayscale-\[0\.24\]{--tw-grayscale:grayscale(0.24)!important}.grayscale-\[0\.24\],.grayscale-\[0\.25\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.25\]{--tw-grayscale:grayscale(0.25)!important}.grayscale-\[0\.26\]{--tw-grayscale:grayscale(0.26)!important}.grayscale-\[0\.26\],.grayscale-\[0\.27\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.27\]{--tw-grayscale:grayscale(0.27)!important}.grayscale-\[0\.28\]{--tw-grayscale:grayscale(0.28)!important}.grayscale-\[0\.28\],.grayscale-\[0\.29\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.29\]{--tw-grayscale:grayscale(0.29)!important}.grayscale-\[0\.2\]{--tw-grayscale:grayscale(0.2)!important}.grayscale-\[0\.2\],.grayscale-\[0\.31\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.31\]{--tw-grayscale:grayscale(0.31)!important}.grayscale-\[0\.32\]{--tw-grayscale:grayscale(0.32)!important}.grayscale-\[0\.32\],.grayscale-\[0\.33\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.33\]{--tw-grayscale:grayscale(0.33)!important}.grayscale-\[0\.34\]{--tw-grayscale:grayscale(0.34)!important}.grayscale-\[0\.34\],.grayscale-\[0\.35\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.35\]{--tw-grayscale:grayscale(0.35)!important}.grayscale-\[0\.36\]{--tw-grayscale:grayscale(0.36)!important}.grayscale-\[0\.36\],.grayscale-\[0\.37\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.37\]{--tw-grayscale:grayscale(0.37)!important}.grayscale-\[0\.38\]{--tw-grayscale:grayscale(0.38)!important}.grayscale-\[0\.38\],.grayscale-\[0\.39\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.39\]{--tw-grayscale:grayscale(0.39)!important}.grayscale-\[0\.3\]{--tw-grayscale:grayscale(0.3)!important}.grayscale-\[0\.3\],.grayscale-\[0\.41\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.41\]{--tw-grayscale:grayscale(0.41)!important}.grayscale-\[0\.42\]{--tw-grayscale:grayscale(0.42)!important}.grayscale-\[0\.42\],.grayscale-\[0\.43\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.43\]{--tw-grayscale:grayscale(0.43)!important}.grayscale-\[0\.44\]{--tw-grayscale:grayscale(0.44)!important}.grayscale-\[0\.44\],.grayscale-\[0\.45\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.45\]{--tw-grayscale:grayscale(0.45)!important}.grayscale-\[0\.46\]{--tw-grayscale:grayscale(0.46)!important}.grayscale-\[0\.46\],.grayscale-\[0\.47\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.47\]{--tw-grayscale:grayscale(0.47)!important}.grayscale-\[0\.48\]{--tw-grayscale:grayscale(0.48)!important}.grayscale-\[0\.48\],.grayscale-\[0\.49\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.49\]{--tw-grayscale:grayscale(0.49)!important}.grayscale-\[0\.4\]{--tw-grayscale:grayscale(0.4)!important}.grayscale-\[0\.4\],.grayscale-\[0\.51\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.51\]{--tw-grayscale:grayscale(0.51)!important}.grayscale-\[0\.52\]{--tw-grayscale:grayscale(0.52)!important}.grayscale-\[0\.52\],.grayscale-\[0\.53\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.53\]{--tw-grayscale:grayscale(0.53)!important}.grayscale-\[0\.54\]{--tw-grayscale:grayscale(0.54)!important}.grayscale-\[0\.54\],.grayscale-\[0\.55\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.55\]{--tw-grayscale:grayscale(0.55)!important}.grayscale-\[0\.56\]{--tw-grayscale:grayscale(0.56)!important}.grayscale-\[0\.56\],.grayscale-\[0\.57\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.57\]{--tw-grayscale:grayscale(0.57)!important}.grayscale-\[0\.58\]{--tw-grayscale:grayscale(0.58)!important}.grayscale-\[0\.58\],.grayscale-\[0\.59\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.59\]{--tw-grayscale:grayscale(0.59)!important}.grayscale-\[0\.5\]{--tw-grayscale:grayscale(0.5)!important}.grayscale-\[0\.5\],.grayscale-\[0\.61\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.61\]{--tw-grayscale:grayscale(0.61)!important}.grayscale-\[0\.62\]{--tw-grayscale:grayscale(0.62)!important}.grayscale-\[0\.62\],.grayscale-\[0\.63\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.63\]{--tw-grayscale:grayscale(0.63)!important}.grayscale-\[0\.64\]{--tw-grayscale:grayscale(0.64)!important}.grayscale-\[0\.64\],.grayscale-\[0\.65\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.65\]{--tw-grayscale:grayscale(0.65)!important}.grayscale-\[0\.66\]{--tw-grayscale:grayscale(0.66)!important}.grayscale-\[0\.66\],.grayscale-\[0\.67\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.67\]{--tw-grayscale:grayscale(0.67)!important}.grayscale-\[0\.68\]{--tw-grayscale:grayscale(0.68)!important}.grayscale-\[0\.68\],.grayscale-\[0\.69\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.69\]{--tw-grayscale:grayscale(0.69)!important}.grayscale-\[0\.6\]{--tw-grayscale:grayscale(0.6)!important}.grayscale-\[0\.6\],.grayscale-\[0\.71\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.71\]{--tw-grayscale:grayscale(0.71)!important}.grayscale-\[0\.72\]{--tw-grayscale:grayscale(0.72)!important}.grayscale-\[0\.72\],.grayscale-\[0\.73\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.73\]{--tw-grayscale:grayscale(0.73)!important}.grayscale-\[0\.74\]{--tw-grayscale:grayscale(0.74)!important}.grayscale-\[0\.74\],.grayscale-\[0\.75\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.75\]{--tw-grayscale:grayscale(0.75)!important}.grayscale-\[0\.76\]{--tw-grayscale:grayscale(0.76)!important}.grayscale-\[0\.76\],.grayscale-\[0\.77\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.77\]{--tw-grayscale:grayscale(0.77)!important}.grayscale-\[0\.78\]{--tw-grayscale:grayscale(0.78)!important}.grayscale-\[0\.78\],.grayscale-\[0\.79\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.79\]{--tw-grayscale:grayscale(0.79)!important}.grayscale-\[0\.7\]{--tw-grayscale:grayscale(0.7)!important}.grayscale-\[0\.7\],.grayscale-\[0\.81\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.81\]{--tw-grayscale:grayscale(0.81)!important}.grayscale-\[0\.82\]{--tw-grayscale:grayscale(0.82)!important}.grayscale-\[0\.82\],.grayscale-\[0\.83\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.83\]{--tw-grayscale:grayscale(0.83)!important}.grayscale-\[0\.84\]{--tw-grayscale:grayscale(0.84)!important}.grayscale-\[0\.84\],.grayscale-\[0\.85\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.85\]{--tw-grayscale:grayscale(0.85)!important}.grayscale-\[0\.86\]{--tw-grayscale:grayscale(0.86)!important}.grayscale-\[0\.86\],.grayscale-\[0\.87\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.87\]{--tw-grayscale:grayscale(0.87)!important}.grayscale-\[0\.88\]{--tw-grayscale:grayscale(0.88)!important}.grayscale-\[0\.88\],.grayscale-\[0\.89\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.89\]{--tw-grayscale:grayscale(0.89)!important}.grayscale-\[0\.8\]{--tw-grayscale:grayscale(0.8)!important}.grayscale-\[0\.8\],.grayscale-\[0\.91\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.91\]{--tw-grayscale:grayscale(0.91)!important}.grayscale-\[0\.92\]{--tw-grayscale:grayscale(0.92)!important}.grayscale-\[0\.92\],.grayscale-\[0\.93\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.93\]{--tw-grayscale:grayscale(0.93)!important}.grayscale-\[0\.94\]{--tw-grayscale:grayscale(0.94)!important}.grayscale-\[0\.94\],.grayscale-\[0\.95\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.95\]{--tw-grayscale:grayscale(0.95)!important}.grayscale-\[0\.96\]{--tw-grayscale:grayscale(0.96)!important}.grayscale-\[0\.96\],.grayscale-\[0\.97\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.97\]{--tw-grayscale:grayscale(0.97)!important}.grayscale-\[0\.98\]{--tw-grayscale:grayscale(0.98)!important}.grayscale-\[0\.98\],.grayscale-\[0\.99\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.99\]{--tw-grayscale:grayscale(0.99)!important}.grayscale-\[0\.9\]{--tw-grayscale:grayscale(0.9)!important}.grayscale-\[0\.9\],.grayscale-\[0\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\]{--tw-grayscale:grayscale(0)!important}.grayscale-\[1\]{--tw-grayscale:grayscale(1)!important}.grayscale-\[1\],.hue-rotate-\[\$\{imageStyle\.hue_rotate\}deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[\$\{imageStyle\.hue_rotate\}deg\]{--tw-hue-rotate:hue-rotate(${imageStyle.hue rotate}deg)!important}.hue-rotate-\[0deg\]{--tw-hue-rotate:hue-rotate(0deg)!important}.hue-rotate-\[0deg\],.hue-rotate-\[100deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[100deg\]{--tw-hue-rotate:hue-rotate(100deg)!important}.hue-rotate-\[101deg\]{--tw-hue-rotate:hue-rotate(101deg)!important}.hue-rotate-\[101deg\],.hue-rotate-\[102deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[102deg\]{--tw-hue-rotate:hue-rotate(102deg)!important}.hue-rotate-\[103deg\]{--tw-hue-rotate:hue-rotate(103deg)!important}.hue-rotate-\[103deg\],.hue-rotate-\[104deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[104deg\]{--tw-hue-rotate:hue-rotate(104deg)!important}.hue-rotate-\[105deg\]{--tw-hue-rotate:hue-rotate(105deg)!important}.hue-rotate-\[105deg\],.hue-rotate-\[106deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[106deg\]{--tw-hue-rotate:hue-rotate(106deg)!important}.hue-rotate-\[107deg\]{--tw-hue-rotate:hue-rotate(107deg)!important}.hue-rotate-\[107deg\],.hue-rotate-\[108deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[108deg\]{--tw-hue-rotate:hue-rotate(108deg)!important}.hue-rotate-\[109deg\]{--tw-hue-rotate:hue-rotate(109deg)!important}.hue-rotate-\[109deg\],.hue-rotate-\[10deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[10deg\]{--tw-hue-rotate:hue-rotate(10deg)!important}.hue-rotate-\[110deg\]{--tw-hue-rotate:hue-rotate(110deg)!important}.hue-rotate-\[110deg\],.hue-rotate-\[111deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[111deg\]{--tw-hue-rotate:hue-rotate(111deg)!important}.hue-rotate-\[112deg\]{--tw-hue-rotate:hue-rotate(112deg)!important}.hue-rotate-\[112deg\],.hue-rotate-\[113deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[113deg\]{--tw-hue-rotate:hue-rotate(113deg)!important}.hue-rotate-\[114deg\]{--tw-hue-rotate:hue-rotate(114deg)!important}.hue-rotate-\[114deg\],.hue-rotate-\[115deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[115deg\]{--tw-hue-rotate:hue-rotate(115deg)!important}.hue-rotate-\[116deg\]{--tw-hue-rotate:hue-rotate(116deg)!important}.hue-rotate-\[116deg\],.hue-rotate-\[117deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[117deg\]{--tw-hue-rotate:hue-rotate(117deg)!important}.hue-rotate-\[118deg\]{--tw-hue-rotate:hue-rotate(118deg)!important}.hue-rotate-\[118deg\],.hue-rotate-\[119deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[119deg\]{--tw-hue-rotate:hue-rotate(119deg)!important}.hue-rotate-\[11deg\]{--tw-hue-rotate:hue-rotate(11deg)!important}.hue-rotate-\[11deg\],.hue-rotate-\[120deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[120deg\]{--tw-hue-rotate:hue-rotate(120deg)!important}.hue-rotate-\[121deg\]{--tw-hue-rotate:hue-rotate(121deg)!important}.hue-rotate-\[121deg\],.hue-rotate-\[122deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[122deg\]{--tw-hue-rotate:hue-rotate(122deg)!important}.hue-rotate-\[123deg\]{--tw-hue-rotate:hue-rotate(123deg)!important}.hue-rotate-\[123deg\],.hue-rotate-\[124deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[124deg\]{--tw-hue-rotate:hue-rotate(124deg)!important}.hue-rotate-\[125deg\]{--tw-hue-rotate:hue-rotate(125deg)!important}.hue-rotate-\[125deg\],.hue-rotate-\[126deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[126deg\]{--tw-hue-rotate:hue-rotate(126deg)!important}.hue-rotate-\[127deg\]{--tw-hue-rotate:hue-rotate(127deg)!important}.hue-rotate-\[127deg\],.hue-rotate-\[128deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[128deg\]{--tw-hue-rotate:hue-rotate(128deg)!important}.hue-rotate-\[129deg\]{--tw-hue-rotate:hue-rotate(129deg)!important}.hue-rotate-\[129deg\],.hue-rotate-\[12deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[12deg\]{--tw-hue-rotate:hue-rotate(12deg)!important}.hue-rotate-\[130deg\]{--tw-hue-rotate:hue-rotate(130deg)!important}.hue-rotate-\[130deg\],.hue-rotate-\[131deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[131deg\]{--tw-hue-rotate:hue-rotate(131deg)!important}.hue-rotate-\[132deg\]{--tw-hue-rotate:hue-rotate(132deg)!important}.hue-rotate-\[132deg\],.hue-rotate-\[133deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[133deg\]{--tw-hue-rotate:hue-rotate(133deg)!important}.hue-rotate-\[134deg\]{--tw-hue-rotate:hue-rotate(134deg)!important}.hue-rotate-\[134deg\],.hue-rotate-\[135deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[135deg\]{--tw-hue-rotate:hue-rotate(135deg)!important}.hue-rotate-\[136deg\]{--tw-hue-rotate:hue-rotate(136deg)!important}.hue-rotate-\[136deg\],.hue-rotate-\[137deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[137deg\]{--tw-hue-rotate:hue-rotate(137deg)!important}.hue-rotate-\[138deg\]{--tw-hue-rotate:hue-rotate(138deg)!important}.hue-rotate-\[138deg\],.hue-rotate-\[139deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[139deg\]{--tw-hue-rotate:hue-rotate(139deg)!important}.hue-rotate-\[13deg\]{--tw-hue-rotate:hue-rotate(13deg)!important}.hue-rotate-\[13deg\],.hue-rotate-\[140deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[140deg\]{--tw-hue-rotate:hue-rotate(140deg)!important}.hue-rotate-\[141deg\]{--tw-hue-rotate:hue-rotate(141deg)!important}.hue-rotate-\[141deg\],.hue-rotate-\[142deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[142deg\]{--tw-hue-rotate:hue-rotate(142deg)!important}.hue-rotate-\[143deg\]{--tw-hue-rotate:hue-rotate(143deg)!important}.hue-rotate-\[143deg\],.hue-rotate-\[144deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[144deg\]{--tw-hue-rotate:hue-rotate(144deg)!important}.hue-rotate-\[145deg\]{--tw-hue-rotate:hue-rotate(145deg)!important}.hue-rotate-\[145deg\],.hue-rotate-\[146deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[146deg\]{--tw-hue-rotate:hue-rotate(146deg)!important}.hue-rotate-\[147deg\]{--tw-hue-rotate:hue-rotate(147deg)!important}.hue-rotate-\[147deg\],.hue-rotate-\[148deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[148deg\]{--tw-hue-rotate:hue-rotate(148deg)!important}.hue-rotate-\[149deg\]{--tw-hue-rotate:hue-rotate(149deg)!important}.hue-rotate-\[149deg\],.hue-rotate-\[14deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[14deg\]{--tw-hue-rotate:hue-rotate(14deg)!important}.hue-rotate-\[150deg\]{--tw-hue-rotate:hue-rotate(150deg)!important}.hue-rotate-\[150deg\],.hue-rotate-\[151deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[151deg\]{--tw-hue-rotate:hue-rotate(151deg)!important}.hue-rotate-\[152deg\]{--tw-hue-rotate:hue-rotate(152deg)!important}.hue-rotate-\[152deg\],.hue-rotate-\[153deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[153deg\]{--tw-hue-rotate:hue-rotate(153deg)!important}.hue-rotate-\[154deg\]{--tw-hue-rotate:hue-rotate(154deg)!important}.hue-rotate-\[154deg\],.hue-rotate-\[155deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[155deg\]{--tw-hue-rotate:hue-rotate(155deg)!important}.hue-rotate-\[156deg\]{--tw-hue-rotate:hue-rotate(156deg)!important}.hue-rotate-\[156deg\],.hue-rotate-\[157deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[157deg\]{--tw-hue-rotate:hue-rotate(157deg)!important}.hue-rotate-\[158deg\]{--tw-hue-rotate:hue-rotate(158deg)!important}.hue-rotate-\[158deg\],.hue-rotate-\[159deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[159deg\]{--tw-hue-rotate:hue-rotate(159deg)!important}.hue-rotate-\[15deg\]{--tw-hue-rotate:hue-rotate(15deg)!important}.hue-rotate-\[15deg\],.hue-rotate-\[160deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[160deg\]{--tw-hue-rotate:hue-rotate(160deg)!important}.hue-rotate-\[161deg\]{--tw-hue-rotate:hue-rotate(161deg)!important}.hue-rotate-\[161deg\],.hue-rotate-\[162deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[162deg\]{--tw-hue-rotate:hue-rotate(162deg)!important}.hue-rotate-\[163deg\]{--tw-hue-rotate:hue-rotate(163deg)!important}.hue-rotate-\[163deg\],.hue-rotate-\[164deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[164deg\]{--tw-hue-rotate:hue-rotate(164deg)!important}.hue-rotate-\[165deg\]{--tw-hue-rotate:hue-rotate(165deg)!important}.hue-rotate-\[165deg\],.hue-rotate-\[166deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[166deg\]{--tw-hue-rotate:hue-rotate(166deg)!important}.hue-rotate-\[167deg\]{--tw-hue-rotate:hue-rotate(167deg)!important}.hue-rotate-\[167deg\],.hue-rotate-\[168deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[168deg\]{--tw-hue-rotate:hue-rotate(168deg)!important}.hue-rotate-\[169deg\]{--tw-hue-rotate:hue-rotate(169deg)!important}.hue-rotate-\[169deg\],.hue-rotate-\[16deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[16deg\]{--tw-hue-rotate:hue-rotate(16deg)!important}.hue-rotate-\[170deg\]{--tw-hue-rotate:hue-rotate(170deg)!important}.hue-rotate-\[170deg\],.hue-rotate-\[171deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[171deg\]{--tw-hue-rotate:hue-rotate(171deg)!important}.hue-rotate-\[172deg\]{--tw-hue-rotate:hue-rotate(172deg)!important}.hue-rotate-\[172deg\],.hue-rotate-\[173deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[173deg\]{--tw-hue-rotate:hue-rotate(173deg)!important}.hue-rotate-\[174deg\]{--tw-hue-rotate:hue-rotate(174deg)!important}.hue-rotate-\[174deg\],.hue-rotate-\[175deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[175deg\]{--tw-hue-rotate:hue-rotate(175deg)!important}.hue-rotate-\[176deg\]{--tw-hue-rotate:hue-rotate(176deg)!important}.hue-rotate-\[176deg\],.hue-rotate-\[177deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[177deg\]{--tw-hue-rotate:hue-rotate(177deg)!important}.hue-rotate-\[178deg\]{--tw-hue-rotate:hue-rotate(178deg)!important}.hue-rotate-\[178deg\],.hue-rotate-\[179deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[179deg\]{--tw-hue-rotate:hue-rotate(179deg)!important}.hue-rotate-\[17deg\]{--tw-hue-rotate:hue-rotate(17deg)!important}.hue-rotate-\[17deg\],.hue-rotate-\[180deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[180deg\]{--tw-hue-rotate:hue-rotate(180deg)!important}.hue-rotate-\[181deg\]{--tw-hue-rotate:hue-rotate(181deg)!important}.hue-rotate-\[181deg\],.hue-rotate-\[182deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[182deg\]{--tw-hue-rotate:hue-rotate(182deg)!important}.hue-rotate-\[183deg\]{--tw-hue-rotate:hue-rotate(183deg)!important}.hue-rotate-\[183deg\],.hue-rotate-\[184deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[184deg\]{--tw-hue-rotate:hue-rotate(184deg)!important}.hue-rotate-\[185deg\]{--tw-hue-rotate:hue-rotate(185deg)!important}.hue-rotate-\[185deg\],.hue-rotate-\[186deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[186deg\]{--tw-hue-rotate:hue-rotate(186deg)!important}.hue-rotate-\[187deg\]{--tw-hue-rotate:hue-rotate(187deg)!important}.hue-rotate-\[187deg\],.hue-rotate-\[188deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[188deg\]{--tw-hue-rotate:hue-rotate(188deg)!important}.hue-rotate-\[189deg\]{--tw-hue-rotate:hue-rotate(189deg)!important}.hue-rotate-\[189deg\],.hue-rotate-\[18deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[18deg\]{--tw-hue-rotate:hue-rotate(18deg)!important}.hue-rotate-\[190deg\]{--tw-hue-rotate:hue-rotate(190deg)!important}.hue-rotate-\[190deg\],.hue-rotate-\[191deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[191deg\]{--tw-hue-rotate:hue-rotate(191deg)!important}.hue-rotate-\[192deg\]{--tw-hue-rotate:hue-rotate(192deg)!important}.hue-rotate-\[192deg\],.hue-rotate-\[193deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[193deg\]{--tw-hue-rotate:hue-rotate(193deg)!important}.hue-rotate-\[194deg\]{--tw-hue-rotate:hue-rotate(194deg)!important}.hue-rotate-\[194deg\],.hue-rotate-\[195deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[195deg\]{--tw-hue-rotate:hue-rotate(195deg)!important}.hue-rotate-\[196deg\]{--tw-hue-rotate:hue-rotate(196deg)!important}.hue-rotate-\[196deg\],.hue-rotate-\[197deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[197deg\]{--tw-hue-rotate:hue-rotate(197deg)!important}.hue-rotate-\[198deg\]{--tw-hue-rotate:hue-rotate(198deg)!important}.hue-rotate-\[198deg\],.hue-rotate-\[199deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[199deg\]{--tw-hue-rotate:hue-rotate(199deg)!important}.hue-rotate-\[19deg\]{--tw-hue-rotate:hue-rotate(19deg)!important}.hue-rotate-\[19deg\],.hue-rotate-\[1deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[1deg\]{--tw-hue-rotate:hue-rotate(1deg)!important}.hue-rotate-\[200deg\]{--tw-hue-rotate:hue-rotate(200deg)!important}.hue-rotate-\[200deg\],.hue-rotate-\[201deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[201deg\]{--tw-hue-rotate:hue-rotate(201deg)!important}.hue-rotate-\[202deg\]{--tw-hue-rotate:hue-rotate(202deg)!important}.hue-rotate-\[202deg\],.hue-rotate-\[203deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[203deg\]{--tw-hue-rotate:hue-rotate(203deg)!important}.hue-rotate-\[204deg\]{--tw-hue-rotate:hue-rotate(204deg)!important}.hue-rotate-\[204deg\],.hue-rotate-\[205deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[205deg\]{--tw-hue-rotate:hue-rotate(205deg)!important}.hue-rotate-\[206deg\]{--tw-hue-rotate:hue-rotate(206deg)!important}.hue-rotate-\[206deg\],.hue-rotate-\[207deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[207deg\]{--tw-hue-rotate:hue-rotate(207deg)!important}.hue-rotate-\[208deg\]{--tw-hue-rotate:hue-rotate(208deg)!important}.hue-rotate-\[208deg\],.hue-rotate-\[209deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[209deg\]{--tw-hue-rotate:hue-rotate(209deg)!important}.hue-rotate-\[20deg\]{--tw-hue-rotate:hue-rotate(20deg)!important}.hue-rotate-\[20deg\],.hue-rotate-\[210deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[210deg\]{--tw-hue-rotate:hue-rotate(210deg)!important}.hue-rotate-\[211deg\]{--tw-hue-rotate:hue-rotate(211deg)!important}.hue-rotate-\[211deg\],.hue-rotate-\[212deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[212deg\]{--tw-hue-rotate:hue-rotate(212deg)!important}.hue-rotate-\[213deg\]{--tw-hue-rotate:hue-rotate(213deg)!important}.hue-rotate-\[213deg\],.hue-rotate-\[214deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[214deg\]{--tw-hue-rotate:hue-rotate(214deg)!important}.hue-rotate-\[215deg\]{--tw-hue-rotate:hue-rotate(215deg)!important}.hue-rotate-\[215deg\],.hue-rotate-\[216deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[216deg\]{--tw-hue-rotate:hue-rotate(216deg)!important}.hue-rotate-\[217deg\]{--tw-hue-rotate:hue-rotate(217deg)!important}.hue-rotate-\[217deg\],.hue-rotate-\[218deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[218deg\]{--tw-hue-rotate:hue-rotate(218deg)!important}.hue-rotate-\[219deg\]{--tw-hue-rotate:hue-rotate(219deg)!important}.hue-rotate-\[219deg\],.hue-rotate-\[21deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[21deg\]{--tw-hue-rotate:hue-rotate(21deg)!important}.hue-rotate-\[220deg\]{--tw-hue-rotate:hue-rotate(220deg)!important}.hue-rotate-\[220deg\],.hue-rotate-\[221deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[221deg\]{--tw-hue-rotate:hue-rotate(221deg)!important}.hue-rotate-\[222deg\]{--tw-hue-rotate:hue-rotate(222deg)!important}.hue-rotate-\[222deg\],.hue-rotate-\[223deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[223deg\]{--tw-hue-rotate:hue-rotate(223deg)!important}.hue-rotate-\[224deg\]{--tw-hue-rotate:hue-rotate(224deg)!important}.hue-rotate-\[224deg\],.hue-rotate-\[225deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[225deg\]{--tw-hue-rotate:hue-rotate(225deg)!important}.hue-rotate-\[226deg\]{--tw-hue-rotate:hue-rotate(226deg)!important}.hue-rotate-\[226deg\],.hue-rotate-\[227deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[227deg\]{--tw-hue-rotate:hue-rotate(227deg)!important}.hue-rotate-\[228deg\]{--tw-hue-rotate:hue-rotate(228deg)!important}.hue-rotate-\[228deg\],.hue-rotate-\[229deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[229deg\]{--tw-hue-rotate:hue-rotate(229deg)!important}.hue-rotate-\[22deg\]{--tw-hue-rotate:hue-rotate(22deg)!important}.hue-rotate-\[22deg\],.hue-rotate-\[230deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[230deg\]{--tw-hue-rotate:hue-rotate(230deg)!important}.hue-rotate-\[231deg\]{--tw-hue-rotate:hue-rotate(231deg)!important}.hue-rotate-\[231deg\],.hue-rotate-\[232deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[232deg\]{--tw-hue-rotate:hue-rotate(232deg)!important}.hue-rotate-\[233deg\]{--tw-hue-rotate:hue-rotate(233deg)!important}.hue-rotate-\[233deg\],.hue-rotate-\[234deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[234deg\]{--tw-hue-rotate:hue-rotate(234deg)!important}.hue-rotate-\[235deg\]{--tw-hue-rotate:hue-rotate(235deg)!important}.hue-rotate-\[235deg\],.hue-rotate-\[236deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[236deg\]{--tw-hue-rotate:hue-rotate(236deg)!important}.hue-rotate-\[237deg\]{--tw-hue-rotate:hue-rotate(237deg)!important}.hue-rotate-\[237deg\],.hue-rotate-\[238deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[238deg\]{--tw-hue-rotate:hue-rotate(238deg)!important}.hue-rotate-\[239deg\]{--tw-hue-rotate:hue-rotate(239deg)!important}.hue-rotate-\[239deg\],.hue-rotate-\[23deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[23deg\]{--tw-hue-rotate:hue-rotate(23deg)!important}.hue-rotate-\[240deg\]{--tw-hue-rotate:hue-rotate(240deg)!important}.hue-rotate-\[240deg\],.hue-rotate-\[241deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[241deg\]{--tw-hue-rotate:hue-rotate(241deg)!important}.hue-rotate-\[242deg\]{--tw-hue-rotate:hue-rotate(242deg)!important}.hue-rotate-\[242deg\],.hue-rotate-\[243deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[243deg\]{--tw-hue-rotate:hue-rotate(243deg)!important}.hue-rotate-\[244deg\]{--tw-hue-rotate:hue-rotate(244deg)!important}.hue-rotate-\[244deg\],.hue-rotate-\[245deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[245deg\]{--tw-hue-rotate:hue-rotate(245deg)!important}.hue-rotate-\[246deg\]{--tw-hue-rotate:hue-rotate(246deg)!important}.hue-rotate-\[246deg\],.hue-rotate-\[247deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[247deg\]{--tw-hue-rotate:hue-rotate(247deg)!important}.hue-rotate-\[248deg\]{--tw-hue-rotate:hue-rotate(248deg)!important}.hue-rotate-\[248deg\],.hue-rotate-\[249deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[249deg\]{--tw-hue-rotate:hue-rotate(249deg)!important}.hue-rotate-\[24deg\]{--tw-hue-rotate:hue-rotate(24deg)!important}.hue-rotate-\[24deg\],.hue-rotate-\[250deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[250deg\]{--tw-hue-rotate:hue-rotate(250deg)!important}.hue-rotate-\[251deg\]{--tw-hue-rotate:hue-rotate(251deg)!important}.hue-rotate-\[251deg\],.hue-rotate-\[252deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[252deg\]{--tw-hue-rotate:hue-rotate(252deg)!important}.hue-rotate-\[253deg\]{--tw-hue-rotate:hue-rotate(253deg)!important}.hue-rotate-\[253deg\],.hue-rotate-\[254deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[254deg\]{--tw-hue-rotate:hue-rotate(254deg)!important}.hue-rotate-\[255deg\]{--tw-hue-rotate:hue-rotate(255deg)!important}.hue-rotate-\[255deg\],.hue-rotate-\[256deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[256deg\]{--tw-hue-rotate:hue-rotate(256deg)!important}.hue-rotate-\[257deg\]{--tw-hue-rotate:hue-rotate(257deg)!important}.hue-rotate-\[257deg\],.hue-rotate-\[258deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[258deg\]{--tw-hue-rotate:hue-rotate(258deg)!important}.hue-rotate-\[259deg\]{--tw-hue-rotate:hue-rotate(259deg)!important}.hue-rotate-\[259deg\],.hue-rotate-\[25deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[25deg\]{--tw-hue-rotate:hue-rotate(25deg)!important}.hue-rotate-\[260deg\]{--tw-hue-rotate:hue-rotate(260deg)!important}.hue-rotate-\[260deg\],.hue-rotate-\[261deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[261deg\]{--tw-hue-rotate:hue-rotate(261deg)!important}.hue-rotate-\[262deg\]{--tw-hue-rotate:hue-rotate(262deg)!important}.hue-rotate-\[262deg\],.hue-rotate-\[263deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[263deg\]{--tw-hue-rotate:hue-rotate(263deg)!important}.hue-rotate-\[264deg\]{--tw-hue-rotate:hue-rotate(264deg)!important}.hue-rotate-\[264deg\],.hue-rotate-\[265deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[265deg\]{--tw-hue-rotate:hue-rotate(265deg)!important}.hue-rotate-\[266deg\]{--tw-hue-rotate:hue-rotate(266deg)!important}.hue-rotate-\[266deg\],.hue-rotate-\[267deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[267deg\]{--tw-hue-rotate:hue-rotate(267deg)!important}.hue-rotate-\[268deg\]{--tw-hue-rotate:hue-rotate(268deg)!important}.hue-rotate-\[268deg\],.hue-rotate-\[269deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[269deg\]{--tw-hue-rotate:hue-rotate(269deg)!important}.hue-rotate-\[26deg\]{--tw-hue-rotate:hue-rotate(26deg)!important}.hue-rotate-\[26deg\],.hue-rotate-\[270deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[270deg\]{--tw-hue-rotate:hue-rotate(270deg)!important}.hue-rotate-\[271deg\]{--tw-hue-rotate:hue-rotate(271deg)!important}.hue-rotate-\[271deg\],.hue-rotate-\[272deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[272deg\]{--tw-hue-rotate:hue-rotate(272deg)!important}.hue-rotate-\[273deg\]{--tw-hue-rotate:hue-rotate(273deg)!important}.hue-rotate-\[273deg\],.hue-rotate-\[274deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[274deg\]{--tw-hue-rotate:hue-rotate(274deg)!important}.hue-rotate-\[275deg\]{--tw-hue-rotate:hue-rotate(275deg)!important}.hue-rotate-\[275deg\],.hue-rotate-\[276deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[276deg\]{--tw-hue-rotate:hue-rotate(276deg)!important}.hue-rotate-\[277deg\]{--tw-hue-rotate:hue-rotate(277deg)!important}.hue-rotate-\[277deg\],.hue-rotate-\[278deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[278deg\]{--tw-hue-rotate:hue-rotate(278deg)!important}.hue-rotate-\[279deg\]{--tw-hue-rotate:hue-rotate(279deg)!important}.hue-rotate-\[279deg\],.hue-rotate-\[27deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[27deg\]{--tw-hue-rotate:hue-rotate(27deg)!important}.hue-rotate-\[280deg\]{--tw-hue-rotate:hue-rotate(280deg)!important}.hue-rotate-\[280deg\],.hue-rotate-\[281deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[281deg\]{--tw-hue-rotate:hue-rotate(281deg)!important}.hue-rotate-\[282deg\]{--tw-hue-rotate:hue-rotate(282deg)!important}.hue-rotate-\[282deg\],.hue-rotate-\[283deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[283deg\]{--tw-hue-rotate:hue-rotate(283deg)!important}.hue-rotate-\[284deg\]{--tw-hue-rotate:hue-rotate(284deg)!important}.hue-rotate-\[284deg\],.hue-rotate-\[285deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[285deg\]{--tw-hue-rotate:hue-rotate(285deg)!important}.hue-rotate-\[286deg\]{--tw-hue-rotate:hue-rotate(286deg)!important}.hue-rotate-\[286deg\],.hue-rotate-\[287deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[287deg\]{--tw-hue-rotate:hue-rotate(287deg)!important}.hue-rotate-\[288deg\]{--tw-hue-rotate:hue-rotate(288deg)!important}.hue-rotate-\[288deg\],.hue-rotate-\[289deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[289deg\]{--tw-hue-rotate:hue-rotate(289deg)!important}.hue-rotate-\[28deg\]{--tw-hue-rotate:hue-rotate(28deg)!important}.hue-rotate-\[28deg\],.hue-rotate-\[290deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[290deg\]{--tw-hue-rotate:hue-rotate(290deg)!important}.hue-rotate-\[291deg\]{--tw-hue-rotate:hue-rotate(291deg)!important}.hue-rotate-\[291deg\],.hue-rotate-\[292deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[292deg\]{--tw-hue-rotate:hue-rotate(292deg)!important}.hue-rotate-\[293deg\]{--tw-hue-rotate:hue-rotate(293deg)!important}.hue-rotate-\[293deg\],.hue-rotate-\[294deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[294deg\]{--tw-hue-rotate:hue-rotate(294deg)!important}.hue-rotate-\[295deg\]{--tw-hue-rotate:hue-rotate(295deg)!important}.hue-rotate-\[295deg\],.hue-rotate-\[296deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[296deg\]{--tw-hue-rotate:hue-rotate(296deg)!important}.hue-rotate-\[297deg\]{--tw-hue-rotate:hue-rotate(297deg)!important}.hue-rotate-\[297deg\],.hue-rotate-\[298deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[298deg\]{--tw-hue-rotate:hue-rotate(298deg)!important}.hue-rotate-\[299deg\]{--tw-hue-rotate:hue-rotate(299deg)!important}.hue-rotate-\[299deg\],.hue-rotate-\[29deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[29deg\]{--tw-hue-rotate:hue-rotate(29deg)!important}.hue-rotate-\[2deg\]{--tw-hue-rotate:hue-rotate(2deg)!important}.hue-rotate-\[2deg\],.hue-rotate-\[300deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[300deg\]{--tw-hue-rotate:hue-rotate(300deg)!important}.hue-rotate-\[301deg\]{--tw-hue-rotate:hue-rotate(301deg)!important}.hue-rotate-\[301deg\],.hue-rotate-\[302deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[302deg\]{--tw-hue-rotate:hue-rotate(302deg)!important}.hue-rotate-\[303deg\]{--tw-hue-rotate:hue-rotate(303deg)!important}.hue-rotate-\[303deg\],.hue-rotate-\[304deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[304deg\]{--tw-hue-rotate:hue-rotate(304deg)!important}.hue-rotate-\[305deg\]{--tw-hue-rotate:hue-rotate(305deg)!important}.hue-rotate-\[305deg\],.hue-rotate-\[306deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[306deg\]{--tw-hue-rotate:hue-rotate(306deg)!important}.hue-rotate-\[307deg\]{--tw-hue-rotate:hue-rotate(307deg)!important}.hue-rotate-\[307deg\],.hue-rotate-\[308deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[308deg\]{--tw-hue-rotate:hue-rotate(308deg)!important}.hue-rotate-\[309deg\]{--tw-hue-rotate:hue-rotate(309deg)!important}.hue-rotate-\[309deg\],.hue-rotate-\[30deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[30deg\]{--tw-hue-rotate:hue-rotate(30deg)!important}.hue-rotate-\[310deg\]{--tw-hue-rotate:hue-rotate(310deg)!important}.hue-rotate-\[310deg\],.hue-rotate-\[311deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[311deg\]{--tw-hue-rotate:hue-rotate(311deg)!important}.hue-rotate-\[312deg\]{--tw-hue-rotate:hue-rotate(312deg)!important}.hue-rotate-\[312deg\],.hue-rotate-\[313deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[313deg\]{--tw-hue-rotate:hue-rotate(313deg)!important}.hue-rotate-\[314deg\]{--tw-hue-rotate:hue-rotate(314deg)!important}.hue-rotate-\[314deg\],.hue-rotate-\[315deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[315deg\]{--tw-hue-rotate:hue-rotate(315deg)!important}.hue-rotate-\[316deg\]{--tw-hue-rotate:hue-rotate(316deg)!important}.hue-rotate-\[316deg\],.hue-rotate-\[317deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[317deg\]{--tw-hue-rotate:hue-rotate(317deg)!important}.hue-rotate-\[318deg\]{--tw-hue-rotate:hue-rotate(318deg)!important}.hue-rotate-\[318deg\],.hue-rotate-\[319deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[319deg\]{--tw-hue-rotate:hue-rotate(319deg)!important}.hue-rotate-\[31deg\]{--tw-hue-rotate:hue-rotate(31deg)!important}.hue-rotate-\[31deg\],.hue-rotate-\[320deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[320deg\]{--tw-hue-rotate:hue-rotate(320deg)!important}.hue-rotate-\[321deg\]{--tw-hue-rotate:hue-rotate(321deg)!important}.hue-rotate-\[321deg\],.hue-rotate-\[322deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[322deg\]{--tw-hue-rotate:hue-rotate(322deg)!important}.hue-rotate-\[323deg\]{--tw-hue-rotate:hue-rotate(323deg)!important}.hue-rotate-\[323deg\],.hue-rotate-\[324deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[324deg\]{--tw-hue-rotate:hue-rotate(324deg)!important}.hue-rotate-\[325deg\]{--tw-hue-rotate:hue-rotate(325deg)!important}.hue-rotate-\[325deg\],.hue-rotate-\[326deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[326deg\]{--tw-hue-rotate:hue-rotate(326deg)!important}.hue-rotate-\[327deg\]{--tw-hue-rotate:hue-rotate(327deg)!important}.hue-rotate-\[327deg\],.hue-rotate-\[328deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[328deg\]{--tw-hue-rotate:hue-rotate(328deg)!important}.hue-rotate-\[329deg\]{--tw-hue-rotate:hue-rotate(329deg)!important}.hue-rotate-\[329deg\],.hue-rotate-\[32deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[32deg\]{--tw-hue-rotate:hue-rotate(32deg)!important}.hue-rotate-\[330deg\]{--tw-hue-rotate:hue-rotate(330deg)!important}.hue-rotate-\[330deg\],.hue-rotate-\[331deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[331deg\]{--tw-hue-rotate:hue-rotate(331deg)!important}.hue-rotate-\[332deg\]{--tw-hue-rotate:hue-rotate(332deg)!important}.hue-rotate-\[332deg\],.hue-rotate-\[333deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[333deg\]{--tw-hue-rotate:hue-rotate(333deg)!important}.hue-rotate-\[334deg\]{--tw-hue-rotate:hue-rotate(334deg)!important}.hue-rotate-\[334deg\],.hue-rotate-\[335deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[335deg\]{--tw-hue-rotate:hue-rotate(335deg)!important}.hue-rotate-\[336deg\]{--tw-hue-rotate:hue-rotate(336deg)!important}.hue-rotate-\[336deg\],.hue-rotate-\[337deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[337deg\]{--tw-hue-rotate:hue-rotate(337deg)!important}.hue-rotate-\[338deg\]{--tw-hue-rotate:hue-rotate(338deg)!important}.hue-rotate-\[338deg\],.hue-rotate-\[339deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[339deg\]{--tw-hue-rotate:hue-rotate(339deg)!important}.hue-rotate-\[33deg\]{--tw-hue-rotate:hue-rotate(33deg)!important}.hue-rotate-\[33deg\],.hue-rotate-\[340deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[340deg\]{--tw-hue-rotate:hue-rotate(340deg)!important}.hue-rotate-\[341deg\]{--tw-hue-rotate:hue-rotate(341deg)!important}.hue-rotate-\[341deg\],.hue-rotate-\[342deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[342deg\]{--tw-hue-rotate:hue-rotate(342deg)!important}.hue-rotate-\[343deg\]{--tw-hue-rotate:hue-rotate(343deg)!important}.hue-rotate-\[343deg\],.hue-rotate-\[344deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[344deg\]{--tw-hue-rotate:hue-rotate(344deg)!important}.hue-rotate-\[345deg\]{--tw-hue-rotate:hue-rotate(345deg)!important}.hue-rotate-\[345deg\],.hue-rotate-\[346deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[346deg\]{--tw-hue-rotate:hue-rotate(346deg)!important}.hue-rotate-\[347deg\]{--tw-hue-rotate:hue-rotate(347deg)!important}.hue-rotate-\[347deg\],.hue-rotate-\[348deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[348deg\]{--tw-hue-rotate:hue-rotate(348deg)!important}.hue-rotate-\[349deg\]{--tw-hue-rotate:hue-rotate(349deg)!important}.hue-rotate-\[349deg\],.hue-rotate-\[34deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[34deg\]{--tw-hue-rotate:hue-rotate(34deg)!important}.hue-rotate-\[350deg\]{--tw-hue-rotate:hue-rotate(350deg)!important}.hue-rotate-\[350deg\],.hue-rotate-\[351deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[351deg\]{--tw-hue-rotate:hue-rotate(351deg)!important}.hue-rotate-\[352deg\]{--tw-hue-rotate:hue-rotate(352deg)!important}.hue-rotate-\[352deg\],.hue-rotate-\[353deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[353deg\]{--tw-hue-rotate:hue-rotate(353deg)!important}.hue-rotate-\[354deg\]{--tw-hue-rotate:hue-rotate(354deg)!important}.hue-rotate-\[354deg\],.hue-rotate-\[355deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[355deg\]{--tw-hue-rotate:hue-rotate(355deg)!important}.hue-rotate-\[356deg\]{--tw-hue-rotate:hue-rotate(356deg)!important}.hue-rotate-\[356deg\],.hue-rotate-\[357deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[357deg\]{--tw-hue-rotate:hue-rotate(357deg)!important}.hue-rotate-\[358deg\]{--tw-hue-rotate:hue-rotate(358deg)!important}.hue-rotate-\[358deg\],.hue-rotate-\[359deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[359deg\]{--tw-hue-rotate:hue-rotate(359deg)!important}.hue-rotate-\[35deg\]{--tw-hue-rotate:hue-rotate(35deg)!important}.hue-rotate-\[35deg\],.hue-rotate-\[360deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[360deg\]{--tw-hue-rotate:hue-rotate(360deg)!important}.hue-rotate-\[36deg\]{--tw-hue-rotate:hue-rotate(36deg)!important}.hue-rotate-\[36deg\],.hue-rotate-\[37deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[37deg\]{--tw-hue-rotate:hue-rotate(37deg)!important}.hue-rotate-\[38deg\]{--tw-hue-rotate:hue-rotate(38deg)!important}.hue-rotate-\[38deg\],.hue-rotate-\[39deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[39deg\]{--tw-hue-rotate:hue-rotate(39deg)!important}.hue-rotate-\[3deg\]{--tw-hue-rotate:hue-rotate(3deg)!important}.hue-rotate-\[3deg\],.hue-rotate-\[40deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[40deg\]{--tw-hue-rotate:hue-rotate(40deg)!important}.hue-rotate-\[41deg\]{--tw-hue-rotate:hue-rotate(41deg)!important}.hue-rotate-\[41deg\],.hue-rotate-\[42deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[42deg\]{--tw-hue-rotate:hue-rotate(42deg)!important}.hue-rotate-\[43deg\]{--tw-hue-rotate:hue-rotate(43deg)!important}.hue-rotate-\[43deg\],.hue-rotate-\[44deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[44deg\]{--tw-hue-rotate:hue-rotate(44deg)!important}.hue-rotate-\[45deg\]{--tw-hue-rotate:hue-rotate(45deg)!important}.hue-rotate-\[45deg\],.hue-rotate-\[46deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[46deg\]{--tw-hue-rotate:hue-rotate(46deg)!important}.hue-rotate-\[47deg\]{--tw-hue-rotate:hue-rotate(47deg)!important}.hue-rotate-\[47deg\],.hue-rotate-\[48deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[48deg\]{--tw-hue-rotate:hue-rotate(48deg)!important}.hue-rotate-\[49deg\]{--tw-hue-rotate:hue-rotate(49deg)!important}.hue-rotate-\[49deg\],.hue-rotate-\[4deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[4deg\]{--tw-hue-rotate:hue-rotate(4deg)!important}.hue-rotate-\[50deg\]{--tw-hue-rotate:hue-rotate(50deg)!important}.hue-rotate-\[50deg\],.hue-rotate-\[51deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[51deg\]{--tw-hue-rotate:hue-rotate(51deg)!important}.hue-rotate-\[52deg\]{--tw-hue-rotate:hue-rotate(52deg)!important}.hue-rotate-\[52deg\],.hue-rotate-\[53deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[53deg\]{--tw-hue-rotate:hue-rotate(53deg)!important}.hue-rotate-\[54deg\]{--tw-hue-rotate:hue-rotate(54deg)!important}.hue-rotate-\[54deg\],.hue-rotate-\[55deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[55deg\]{--tw-hue-rotate:hue-rotate(55deg)!important}.hue-rotate-\[56deg\]{--tw-hue-rotate:hue-rotate(56deg)!important}.hue-rotate-\[56deg\],.hue-rotate-\[57deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[57deg\]{--tw-hue-rotate:hue-rotate(57deg)!important}.hue-rotate-\[58deg\]{--tw-hue-rotate:hue-rotate(58deg)!important}.hue-rotate-\[58deg\],.hue-rotate-\[59deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[59deg\]{--tw-hue-rotate:hue-rotate(59deg)!important}.hue-rotate-\[5deg\]{--tw-hue-rotate:hue-rotate(5deg)!important}.hue-rotate-\[5deg\],.hue-rotate-\[60deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[60deg\]{--tw-hue-rotate:hue-rotate(60deg)!important}.hue-rotate-\[61deg\]{--tw-hue-rotate:hue-rotate(61deg)!important}.hue-rotate-\[61deg\],.hue-rotate-\[62deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[62deg\]{--tw-hue-rotate:hue-rotate(62deg)!important}.hue-rotate-\[63deg\]{--tw-hue-rotate:hue-rotate(63deg)!important}.hue-rotate-\[63deg\],.hue-rotate-\[64deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[64deg\]{--tw-hue-rotate:hue-rotate(64deg)!important}.hue-rotate-\[65deg\]{--tw-hue-rotate:hue-rotate(65deg)!important}.hue-rotate-\[65deg\],.hue-rotate-\[66deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[66deg\]{--tw-hue-rotate:hue-rotate(66deg)!important}.hue-rotate-\[67deg\]{--tw-hue-rotate:hue-rotate(67deg)!important}.hue-rotate-\[67deg\],.hue-rotate-\[68deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[68deg\]{--tw-hue-rotate:hue-rotate(68deg)!important}.hue-rotate-\[69deg\]{--tw-hue-rotate:hue-rotate(69deg)!important}.hue-rotate-\[69deg\],.hue-rotate-\[6deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[6deg\]{--tw-hue-rotate:hue-rotate(6deg)!important}.hue-rotate-\[70deg\]{--tw-hue-rotate:hue-rotate(70deg)!important}.hue-rotate-\[70deg\],.hue-rotate-\[71deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[71deg\]{--tw-hue-rotate:hue-rotate(71deg)!important}.hue-rotate-\[72deg\]{--tw-hue-rotate:hue-rotate(72deg)!important}.hue-rotate-\[72deg\],.hue-rotate-\[73deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[73deg\]{--tw-hue-rotate:hue-rotate(73deg)!important}.hue-rotate-\[74deg\]{--tw-hue-rotate:hue-rotate(74deg)!important}.hue-rotate-\[74deg\],.hue-rotate-\[75deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[75deg\]{--tw-hue-rotate:hue-rotate(75deg)!important}.hue-rotate-\[76deg\]{--tw-hue-rotate:hue-rotate(76deg)!important}.hue-rotate-\[76deg\],.hue-rotate-\[77deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[77deg\]{--tw-hue-rotate:hue-rotate(77deg)!important}.hue-rotate-\[78deg\]{--tw-hue-rotate:hue-rotate(78deg)!important}.hue-rotate-\[78deg\],.hue-rotate-\[79deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[79deg\]{--tw-hue-rotate:hue-rotate(79deg)!important}.hue-rotate-\[7deg\]{--tw-hue-rotate:hue-rotate(7deg)!important}.hue-rotate-\[7deg\],.hue-rotate-\[80deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[80deg\]{--tw-hue-rotate:hue-rotate(80deg)!important}.hue-rotate-\[81deg\]{--tw-hue-rotate:hue-rotate(81deg)!important}.hue-rotate-\[81deg\],.hue-rotate-\[82deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[82deg\]{--tw-hue-rotate:hue-rotate(82deg)!important}.hue-rotate-\[83deg\]{--tw-hue-rotate:hue-rotate(83deg)!important}.hue-rotate-\[83deg\],.hue-rotate-\[84deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[84deg\]{--tw-hue-rotate:hue-rotate(84deg)!important}.hue-rotate-\[85deg\]{--tw-hue-rotate:hue-rotate(85deg)!important}.hue-rotate-\[85deg\],.hue-rotate-\[86deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[86deg\]{--tw-hue-rotate:hue-rotate(86deg)!important}.hue-rotate-\[87deg\]{--tw-hue-rotate:hue-rotate(87deg)!important}.hue-rotate-\[87deg\],.hue-rotate-\[88deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[88deg\]{--tw-hue-rotate:hue-rotate(88deg)!important}.hue-rotate-\[89deg\]{--tw-hue-rotate:hue-rotate(89deg)!important}.hue-rotate-\[89deg\],.hue-rotate-\[8deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[8deg\]{--tw-hue-rotate:hue-rotate(8deg)!important}.hue-rotate-\[90deg\]{--tw-hue-rotate:hue-rotate(90deg)!important}.hue-rotate-\[90deg\],.hue-rotate-\[91deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[91deg\]{--tw-hue-rotate:hue-rotate(91deg)!important}.hue-rotate-\[92deg\]{--tw-hue-rotate:hue-rotate(92deg)!important}.hue-rotate-\[92deg\],.hue-rotate-\[93deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[93deg\]{--tw-hue-rotate:hue-rotate(93deg)!important}.hue-rotate-\[94deg\]{--tw-hue-rotate:hue-rotate(94deg)!important}.hue-rotate-\[94deg\],.hue-rotate-\[95deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[95deg\]{--tw-hue-rotate:hue-rotate(95deg)!important}.hue-rotate-\[96deg\]{--tw-hue-rotate:hue-rotate(96deg)!important}.hue-rotate-\[96deg\],.hue-rotate-\[97deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[97deg\]{--tw-hue-rotate:hue-rotate(97deg)!important}.hue-rotate-\[98deg\]{--tw-hue-rotate:hue-rotate(98deg)!important}.hue-rotate-\[98deg\],.hue-rotate-\[99deg\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hue-rotate-\[99deg\]{--tw-hue-rotate:hue-rotate(99deg)!important}.hue-rotate-\[9deg\]{--tw-hue-rotate:hue-rotate(9deg)!important}.hue-rotate-\[9deg\],.invert{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert{--tw-invert:invert(100%)!important}.invert-\[\$\{invert\}\]{--tw-invert:invert(${invert})!important}.invert-\[0\.01\],.invert-\[\$\{invert\}\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.01\]{--tw-invert:invert(0.01)!important}.invert-\[0\.02\]{--tw-invert:invert(0.02)!important}.invert-\[0\.02\],.invert-\[0\.03\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.03\]{--tw-invert:invert(0.03)!important}.invert-\[0\.04\]{--tw-invert:invert(0.04)!important}.invert-\[0\.04\],.invert-\[0\.05\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.05\]{--tw-invert:invert(0.05)!important}.invert-\[0\.06\]{--tw-invert:invert(0.06)!important}.invert-\[0\.06\],.invert-\[0\.07\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.07\]{--tw-invert:invert(0.07)!important}.invert-\[0\.08\]{--tw-invert:invert(0.08)!important}.invert-\[0\.08\],.invert-\[0\.09\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.09\]{--tw-invert:invert(0.09)!important}.invert-\[0\.11\]{--tw-invert:invert(0.11)!important}.invert-\[0\.11\],.invert-\[0\.12\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.12\]{--tw-invert:invert(0.12)!important}.invert-\[0\.13\]{--tw-invert:invert(0.13)!important}.invert-\[0\.13\],.invert-\[0\.14\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.14\]{--tw-invert:invert(0.14)!important}.invert-\[0\.15\]{--tw-invert:invert(0.15)!important}.invert-\[0\.15\],.invert-\[0\.16\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.16\]{--tw-invert:invert(0.16)!important}.invert-\[0\.17\]{--tw-invert:invert(0.17)!important}.invert-\[0\.17\],.invert-\[0\.18\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.18\]{--tw-invert:invert(0.18)!important}.invert-\[0\.19\]{--tw-invert:invert(0.19)!important}.invert-\[0\.19\],.invert-\[0\.1\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.1\]{--tw-invert:invert(0.1)!important}.invert-\[0\.21\]{--tw-invert:invert(0.21)!important}.invert-\[0\.21\],.invert-\[0\.22\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.22\]{--tw-invert:invert(0.22)!important}.invert-\[0\.23\]{--tw-invert:invert(0.23)!important}.invert-\[0\.23\],.invert-\[0\.24\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.24\]{--tw-invert:invert(0.24)!important}.invert-\[0\.25\]{--tw-invert:invert(0.25)!important}.invert-\[0\.25\],.invert-\[0\.26\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.26\]{--tw-invert:invert(0.26)!important}.invert-\[0\.27\]{--tw-invert:invert(0.27)!important}.invert-\[0\.27\],.invert-\[0\.28\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.28\]{--tw-invert:invert(0.28)!important}.invert-\[0\.29\]{--tw-invert:invert(0.29)!important}.invert-\[0\.29\],.invert-\[0\.2\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.2\]{--tw-invert:invert(0.2)!important}.invert-\[0\.31\]{--tw-invert:invert(0.31)!important}.invert-\[0\.31\],.invert-\[0\.32\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.32\]{--tw-invert:invert(0.32)!important}.invert-\[0\.33\]{--tw-invert:invert(0.33)!important}.invert-\[0\.33\],.invert-\[0\.34\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.34\]{--tw-invert:invert(0.34)!important}.invert-\[0\.35\]{--tw-invert:invert(0.35)!important}.invert-\[0\.35\],.invert-\[0\.36\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.36\]{--tw-invert:invert(0.36)!important}.invert-\[0\.37\]{--tw-invert:invert(0.37)!important}.invert-\[0\.37\],.invert-\[0\.38\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.38\]{--tw-invert:invert(0.38)!important}.invert-\[0\.39\]{--tw-invert:invert(0.39)!important}.invert-\[0\.39\],.invert-\[0\.3\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.3\]{--tw-invert:invert(0.3)!important}.invert-\[0\.41\]{--tw-invert:invert(0.41)!important}.invert-\[0\.41\],.invert-\[0\.42\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.42\]{--tw-invert:invert(0.42)!important}.invert-\[0\.43\]{--tw-invert:invert(0.43)!important}.invert-\[0\.43\],.invert-\[0\.44\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.44\]{--tw-invert:invert(0.44)!important}.invert-\[0\.45\]{--tw-invert:invert(0.45)!important}.invert-\[0\.45\],.invert-\[0\.46\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.46\]{--tw-invert:invert(0.46)!important}.invert-\[0\.47\]{--tw-invert:invert(0.47)!important}.invert-\[0\.47\],.invert-\[0\.48\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.48\]{--tw-invert:invert(0.48)!important}.invert-\[0\.49\]{--tw-invert:invert(0.49)!important}.invert-\[0\.49\],.invert-\[0\.4\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.4\]{--tw-invert:invert(0.4)!important}.invert-\[0\.51\]{--tw-invert:invert(0.51)!important}.invert-\[0\.51\],.invert-\[0\.52\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.52\]{--tw-invert:invert(0.52)!important}.invert-\[0\.53\]{--tw-invert:invert(0.53)!important}.invert-\[0\.53\],.invert-\[0\.54\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.54\]{--tw-invert:invert(0.54)!important}.invert-\[0\.55\]{--tw-invert:invert(0.55)!important}.invert-\[0\.55\],.invert-\[0\.56\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.56\]{--tw-invert:invert(0.56)!important}.invert-\[0\.57\]{--tw-invert:invert(0.57)!important}.invert-\[0\.57\],.invert-\[0\.58\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.58\]{--tw-invert:invert(0.58)!important}.invert-\[0\.59\]{--tw-invert:invert(0.59)!important}.invert-\[0\.59\],.invert-\[0\.5\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.5\]{--tw-invert:invert(0.5)!important}.invert-\[0\.61\]{--tw-invert:invert(0.61)!important}.invert-\[0\.61\],.invert-\[0\.62\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.62\]{--tw-invert:invert(0.62)!important}.invert-\[0\.63\]{--tw-invert:invert(0.63)!important}.invert-\[0\.63\],.invert-\[0\.64\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.64\]{--tw-invert:invert(0.64)!important}.invert-\[0\.65\]{--tw-invert:invert(0.65)!important}.invert-\[0\.65\],.invert-\[0\.66\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.66\]{--tw-invert:invert(0.66)!important}.invert-\[0\.67\]{--tw-invert:invert(0.67)!important}.invert-\[0\.67\],.invert-\[0\.68\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.68\]{--tw-invert:invert(0.68)!important}.invert-\[0\.69\]{--tw-invert:invert(0.69)!important}.invert-\[0\.69\],.invert-\[0\.6\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.6\]{--tw-invert:invert(0.6)!important}.invert-\[0\.71\]{--tw-invert:invert(0.71)!important}.invert-\[0\.71\],.invert-\[0\.72\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.72\]{--tw-invert:invert(0.72)!important}.invert-\[0\.73\]{--tw-invert:invert(0.73)!important}.invert-\[0\.73\],.invert-\[0\.74\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.74\]{--tw-invert:invert(0.74)!important}.invert-\[0\.75\]{--tw-invert:invert(0.75)!important}.invert-\[0\.75\],.invert-\[0\.76\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.76\]{--tw-invert:invert(0.76)!important}.invert-\[0\.77\]{--tw-invert:invert(0.77)!important}.invert-\[0\.77\],.invert-\[0\.78\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.78\]{--tw-invert:invert(0.78)!important}.invert-\[0\.79\]{--tw-invert:invert(0.79)!important}.invert-\[0\.79\],.invert-\[0\.7\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.7\]{--tw-invert:invert(0.7)!important}.invert-\[0\.81\]{--tw-invert:invert(0.81)!important}.invert-\[0\.81\],.invert-\[0\.82\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.82\]{--tw-invert:invert(0.82)!important}.invert-\[0\.83\]{--tw-invert:invert(0.83)!important}.invert-\[0\.83\],.invert-\[0\.84\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.84\]{--tw-invert:invert(0.84)!important}.invert-\[0\.85\]{--tw-invert:invert(0.85)!important}.invert-\[0\.85\],.invert-\[0\.86\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.86\]{--tw-invert:invert(0.86)!important}.invert-\[0\.87\]{--tw-invert:invert(0.87)!important}.invert-\[0\.87\],.invert-\[0\.88\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.88\]{--tw-invert:invert(0.88)!important}.invert-\[0\.89\]{--tw-invert:invert(0.89)!important}.invert-\[0\.89\],.invert-\[0\.8\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.8\]{--tw-invert:invert(0.8)!important}.invert-\[0\.91\]{--tw-invert:invert(0.91)!important}.invert-\[0\.91\],.invert-\[0\.92\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.92\]{--tw-invert:invert(0.92)!important}.invert-\[0\.93\]{--tw-invert:invert(0.93)!important}.invert-\[0\.93\],.invert-\[0\.94\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.94\]{--tw-invert:invert(0.94)!important}.invert-\[0\.95\]{--tw-invert:invert(0.95)!important}.invert-\[0\.95\],.invert-\[0\.96\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.96\]{--tw-invert:invert(0.96)!important}.invert-\[0\.97\]{--tw-invert:invert(0.97)!important}.invert-\[0\.97\],.invert-\[0\.98\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.98\]{--tw-invert:invert(0.98)!important}.invert-\[0\.99\]{--tw-invert:invert(0.99)!important}.invert-\[0\.99\],.invert-\[0\.9\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[0\.9\]{--tw-invert:invert(0.9)!important}.invert-\[0\]{--tw-invert:invert(0)!important}.invert-\[0\],.invert-\[1\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert-\[1\]{--tw-invert:invert(1)!important}.saturate-\[\$\{saturate\}\]{--tw-saturate:saturate(${saturate})!important}.saturate-\[0\.01\],.saturate-\[\$\{saturate\}\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.01\]{--tw-saturate:saturate(0.01)!important}.saturate-\[0\.02\]{--tw-saturate:saturate(0.02)!important}.saturate-\[0\.02\],.saturate-\[0\.03\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.03\]{--tw-saturate:saturate(0.03)!important}.saturate-\[0\.04\]{--tw-saturate:saturate(0.04)!important}.saturate-\[0\.04\],.saturate-\[0\.05\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.05\]{--tw-saturate:saturate(0.05)!important}.saturate-\[0\.06\]{--tw-saturate:saturate(0.06)!important}.saturate-\[0\.06\],.saturate-\[0\.07\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.07\]{--tw-saturate:saturate(0.07)!important}.saturate-\[0\.08\]{--tw-saturate:saturate(0.08)!important}.saturate-\[0\.08\],.saturate-\[0\.09\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.09\]{--tw-saturate:saturate(0.09)!important}.saturate-\[0\.11\]{--tw-saturate:saturate(0.11)!important}.saturate-\[0\.11\],.saturate-\[0\.12\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.12\]{--tw-saturate:saturate(0.12)!important}.saturate-\[0\.13\]{--tw-saturate:saturate(0.13)!important}.saturate-\[0\.13\],.saturate-\[0\.14\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.14\]{--tw-saturate:saturate(0.14)!important}.saturate-\[0\.15\]{--tw-saturate:saturate(0.15)!important}.saturate-\[0\.15\],.saturate-\[0\.16\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.16\]{--tw-saturate:saturate(0.16)!important}.saturate-\[0\.17\]{--tw-saturate:saturate(0.17)!important}.saturate-\[0\.17\],.saturate-\[0\.18\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.18\]{--tw-saturate:saturate(0.18)!important}.saturate-\[0\.19\]{--tw-saturate:saturate(0.19)!important}.saturate-\[0\.19\],.saturate-\[0\.1\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.1\]{--tw-saturate:saturate(0.1)!important}.saturate-\[0\.21\]{--tw-saturate:saturate(0.21)!important}.saturate-\[0\.21\],.saturate-\[0\.22\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.22\]{--tw-saturate:saturate(0.22)!important}.saturate-\[0\.23\]{--tw-saturate:saturate(0.23)!important}.saturate-\[0\.23\],.saturate-\[0\.24\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.24\]{--tw-saturate:saturate(0.24)!important}.saturate-\[0\.25\]{--tw-saturate:saturate(0.25)!important}.saturate-\[0\.25\],.saturate-\[0\.26\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.26\]{--tw-saturate:saturate(0.26)!important}.saturate-\[0\.27\]{--tw-saturate:saturate(0.27)!important}.saturate-\[0\.27\],.saturate-\[0\.28\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.28\]{--tw-saturate:saturate(0.28)!important}.saturate-\[0\.29\]{--tw-saturate:saturate(0.29)!important}.saturate-\[0\.29\],.saturate-\[0\.2\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.2\]{--tw-saturate:saturate(0.2)!important}.saturate-\[0\.31\]{--tw-saturate:saturate(0.31)!important}.saturate-\[0\.31\],.saturate-\[0\.32\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.32\]{--tw-saturate:saturate(0.32)!important}.saturate-\[0\.33\]{--tw-saturate:saturate(0.33)!important}.saturate-\[0\.33\],.saturate-\[0\.34\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.34\]{--tw-saturate:saturate(0.34)!important}.saturate-\[0\.35\]{--tw-saturate:saturate(0.35)!important}.saturate-\[0\.35\],.saturate-\[0\.36\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.36\]{--tw-saturate:saturate(0.36)!important}.saturate-\[0\.37\]{--tw-saturate:saturate(0.37)!important}.saturate-\[0\.37\],.saturate-\[0\.38\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.38\]{--tw-saturate:saturate(0.38)!important}.saturate-\[0\.39\]{--tw-saturate:saturate(0.39)!important}.saturate-\[0\.39\],.saturate-\[0\.3\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.3\]{--tw-saturate:saturate(0.3)!important}.saturate-\[0\.41\]{--tw-saturate:saturate(0.41)!important}.saturate-\[0\.41\],.saturate-\[0\.42\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.42\]{--tw-saturate:saturate(0.42)!important}.saturate-\[0\.43\]{--tw-saturate:saturate(0.43)!important}.saturate-\[0\.43\],.saturate-\[0\.44\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.44\]{--tw-saturate:saturate(0.44)!important}.saturate-\[0\.45\]{--tw-saturate:saturate(0.45)!important}.saturate-\[0\.45\],.saturate-\[0\.46\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.46\]{--tw-saturate:saturate(0.46)!important}.saturate-\[0\.47\]{--tw-saturate:saturate(0.47)!important}.saturate-\[0\.47\],.saturate-\[0\.48\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.48\]{--tw-saturate:saturate(0.48)!important}.saturate-\[0\.49\]{--tw-saturate:saturate(0.49)!important}.saturate-\[0\.49\],.saturate-\[0\.4\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.4\]{--tw-saturate:saturate(0.4)!important}.saturate-\[0\.51\]{--tw-saturate:saturate(0.51)!important}.saturate-\[0\.51\],.saturate-\[0\.52\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.52\]{--tw-saturate:saturate(0.52)!important}.saturate-\[0\.53\]{--tw-saturate:saturate(0.53)!important}.saturate-\[0\.53\],.saturate-\[0\.54\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.54\]{--tw-saturate:saturate(0.54)!important}.saturate-\[0\.55\]{--tw-saturate:saturate(0.55)!important}.saturate-\[0\.55\],.saturate-\[0\.56\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.56\]{--tw-saturate:saturate(0.56)!important}.saturate-\[0\.57\]{--tw-saturate:saturate(0.57)!important}.saturate-\[0\.57\],.saturate-\[0\.58\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.58\]{--tw-saturate:saturate(0.58)!important}.saturate-\[0\.59\]{--tw-saturate:saturate(0.59)!important}.saturate-\[0\.59\],.saturate-\[0\.5\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.5\]{--tw-saturate:saturate(0.5)!important}.saturate-\[0\.61\]{--tw-saturate:saturate(0.61)!important}.saturate-\[0\.61\],.saturate-\[0\.62\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.62\]{--tw-saturate:saturate(0.62)!important}.saturate-\[0\.63\]{--tw-saturate:saturate(0.63)!important}.saturate-\[0\.63\],.saturate-\[0\.64\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.64\]{--tw-saturate:saturate(0.64)!important}.saturate-\[0\.65\]{--tw-saturate:saturate(0.65)!important}.saturate-\[0\.65\],.saturate-\[0\.66\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.66\]{--tw-saturate:saturate(0.66)!important}.saturate-\[0\.67\]{--tw-saturate:saturate(0.67)!important}.saturate-\[0\.67\],.saturate-\[0\.68\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.68\]{--tw-saturate:saturate(0.68)!important}.saturate-\[0\.69\]{--tw-saturate:saturate(0.69)!important}.saturate-\[0\.69\],.saturate-\[0\.6\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.6\]{--tw-saturate:saturate(0.6)!important}.saturate-\[0\.71\]{--tw-saturate:saturate(0.71)!important}.saturate-\[0\.71\],.saturate-\[0\.72\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.72\]{--tw-saturate:saturate(0.72)!important}.saturate-\[0\.73\]{--tw-saturate:saturate(0.73)!important}.saturate-\[0\.73\],.saturate-\[0\.74\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.74\]{--tw-saturate:saturate(0.74)!important}.saturate-\[0\.75\]{--tw-saturate:saturate(0.75)!important}.saturate-\[0\.75\],.saturate-\[0\.76\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.76\]{--tw-saturate:saturate(0.76)!important}.saturate-\[0\.77\]{--tw-saturate:saturate(0.77)!important}.saturate-\[0\.77\],.saturate-\[0\.78\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.78\]{--tw-saturate:saturate(0.78)!important}.saturate-\[0\.79\]{--tw-saturate:saturate(0.79)!important}.saturate-\[0\.79\],.saturate-\[0\.7\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.7\]{--tw-saturate:saturate(0.7)!important}.saturate-\[0\.81\]{--tw-saturate:saturate(0.81)!important}.saturate-\[0\.81\],.saturate-\[0\.82\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.82\]{--tw-saturate:saturate(0.82)!important}.saturate-\[0\.83\]{--tw-saturate:saturate(0.83)!important}.saturate-\[0\.83\],.saturate-\[0\.84\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.84\]{--tw-saturate:saturate(0.84)!important}.saturate-\[0\.85\]{--tw-saturate:saturate(0.85)!important}.saturate-\[0\.85\],.saturate-\[0\.86\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.86\]{--tw-saturate:saturate(0.86)!important}.saturate-\[0\.87\]{--tw-saturate:saturate(0.87)!important}.saturate-\[0\.87\],.saturate-\[0\.88\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.88\]{--tw-saturate:saturate(0.88)!important}.saturate-\[0\.89\]{--tw-saturate:saturate(0.89)!important}.saturate-\[0\.89\],.saturate-\[0\.8\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.8\]{--tw-saturate:saturate(0.8)!important}.saturate-\[0\.91\]{--tw-saturate:saturate(0.91)!important}.saturate-\[0\.91\],.saturate-\[0\.92\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.92\]{--tw-saturate:saturate(0.92)!important}.saturate-\[0\.93\]{--tw-saturate:saturate(0.93)!important}.saturate-\[0\.93\],.saturate-\[0\.94\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.94\]{--tw-saturate:saturate(0.94)!important}.saturate-\[0\.95\]{--tw-saturate:saturate(0.95)!important}.saturate-\[0\.95\],.saturate-\[0\.96\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.96\]{--tw-saturate:saturate(0.96)!important}.saturate-\[0\.97\]{--tw-saturate:saturate(0.97)!important}.saturate-\[0\.97\],.saturate-\[0\.98\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.98\]{--tw-saturate:saturate(0.98)!important}.saturate-\[0\.99\]{--tw-saturate:saturate(0.99)!important}.saturate-\[0\.99\],.saturate-\[0\.9\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[0\.9\]{--tw-saturate:saturate(0.9)!important}.saturate-\[0\]{--tw-saturate:saturate(0)!important}.saturate-\[0\],.saturate-\[1\.01\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.01\]{--tw-saturate:saturate(1.01)!important}.saturate-\[1\.02\]{--tw-saturate:saturate(1.02)!important}.saturate-\[1\.02\],.saturate-\[1\.03\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.03\]{--tw-saturate:saturate(1.03)!important}.saturate-\[1\.04\]{--tw-saturate:saturate(1.04)!important}.saturate-\[1\.04\],.saturate-\[1\.05\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.05\]{--tw-saturate:saturate(1.05)!important}.saturate-\[1\.06\]{--tw-saturate:saturate(1.06)!important}.saturate-\[1\.06\],.saturate-\[1\.07\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.07\]{--tw-saturate:saturate(1.07)!important}.saturate-\[1\.08\]{--tw-saturate:saturate(1.08)!important}.saturate-\[1\.08\],.saturate-\[1\.09\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.09\]{--tw-saturate:saturate(1.09)!important}.saturate-\[1\.11\]{--tw-saturate:saturate(1.11)!important}.saturate-\[1\.11\],.saturate-\[1\.12\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.12\]{--tw-saturate:saturate(1.12)!important}.saturate-\[1\.13\]{--tw-saturate:saturate(1.13)!important}.saturate-\[1\.13\],.saturate-\[1\.14\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.14\]{--tw-saturate:saturate(1.14)!important}.saturate-\[1\.15\]{--tw-saturate:saturate(1.15)!important}.saturate-\[1\.15\],.saturate-\[1\.16\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.16\]{--tw-saturate:saturate(1.16)!important}.saturate-\[1\.17\]{--tw-saturate:saturate(1.17)!important}.saturate-\[1\.17\],.saturate-\[1\.18\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.18\]{--tw-saturate:saturate(1.18)!important}.saturate-\[1\.19\]{--tw-saturate:saturate(1.19)!important}.saturate-\[1\.19\],.saturate-\[1\.1\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.1\]{--tw-saturate:saturate(1.1)!important}.saturate-\[1\.21\]{--tw-saturate:saturate(1.21)!important}.saturate-\[1\.21\],.saturate-\[1\.22\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.22\]{--tw-saturate:saturate(1.22)!important}.saturate-\[1\.23\]{--tw-saturate:saturate(1.23)!important}.saturate-\[1\.23\],.saturate-\[1\.24\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.24\]{--tw-saturate:saturate(1.24)!important}.saturate-\[1\.25\]{--tw-saturate:saturate(1.25)!important}.saturate-\[1\.25\],.saturate-\[1\.26\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.26\]{--tw-saturate:saturate(1.26)!important}.saturate-\[1\.27\]{--tw-saturate:saturate(1.27)!important}.saturate-\[1\.27\],.saturate-\[1\.28\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.28\]{--tw-saturate:saturate(1.28)!important}.saturate-\[1\.29\]{--tw-saturate:saturate(1.29)!important}.saturate-\[1\.29\],.saturate-\[1\.2\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.2\]{--tw-saturate:saturate(1.2)!important}.saturate-\[1\.31\]{--tw-saturate:saturate(1.31)!important}.saturate-\[1\.31\],.saturate-\[1\.32\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.32\]{--tw-saturate:saturate(1.32)!important}.saturate-\[1\.33\]{--tw-saturate:saturate(1.33)!important}.saturate-\[1\.33\],.saturate-\[1\.34\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.34\]{--tw-saturate:saturate(1.34)!important}.saturate-\[1\.35\]{--tw-saturate:saturate(1.35)!important}.saturate-\[1\.35\],.saturate-\[1\.36\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.36\]{--tw-saturate:saturate(1.36)!important}.saturate-\[1\.37\]{--tw-saturate:saturate(1.37)!important}.saturate-\[1\.37\],.saturate-\[1\.38\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.38\]{--tw-saturate:saturate(1.38)!important}.saturate-\[1\.39\]{--tw-saturate:saturate(1.39)!important}.saturate-\[1\.39\],.saturate-\[1\.3\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.3\]{--tw-saturate:saturate(1.3)!important}.saturate-\[1\.41\]{--tw-saturate:saturate(1.41)!important}.saturate-\[1\.41\],.saturate-\[1\.42\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.42\]{--tw-saturate:saturate(1.42)!important}.saturate-\[1\.43\]{--tw-saturate:saturate(1.43)!important}.saturate-\[1\.43\],.saturate-\[1\.44\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.44\]{--tw-saturate:saturate(1.44)!important}.saturate-\[1\.45\]{--tw-saturate:saturate(1.45)!important}.saturate-\[1\.45\],.saturate-\[1\.46\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.46\]{--tw-saturate:saturate(1.46)!important}.saturate-\[1\.47\]{--tw-saturate:saturate(1.47)!important}.saturate-\[1\.47\],.saturate-\[1\.48\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.48\]{--tw-saturate:saturate(1.48)!important}.saturate-\[1\.49\]{--tw-saturate:saturate(1.49)!important}.saturate-\[1\.49\],.saturate-\[1\.4\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.4\]{--tw-saturate:saturate(1.4)!important}.saturate-\[1\.51\]{--tw-saturate:saturate(1.51)!important}.saturate-\[1\.51\],.saturate-\[1\.52\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.52\]{--tw-saturate:saturate(1.52)!important}.saturate-\[1\.53\]{--tw-saturate:saturate(1.53)!important}.saturate-\[1\.53\],.saturate-\[1\.54\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.54\]{--tw-saturate:saturate(1.54)!important}.saturate-\[1\.55\]{--tw-saturate:saturate(1.55)!important}.saturate-\[1\.55\],.saturate-\[1\.56\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.56\]{--tw-saturate:saturate(1.56)!important}.saturate-\[1\.57\]{--tw-saturate:saturate(1.57)!important}.saturate-\[1\.57\],.saturate-\[1\.58\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.58\]{--tw-saturate:saturate(1.58)!important}.saturate-\[1\.59\]{--tw-saturate:saturate(1.59)!important}.saturate-\[1\.59\],.saturate-\[1\.5\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.5\]{--tw-saturate:saturate(1.5)!important}.saturate-\[1\.61\]{--tw-saturate:saturate(1.61)!important}.saturate-\[1\.61\],.saturate-\[1\.62\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.62\]{--tw-saturate:saturate(1.62)!important}.saturate-\[1\.63\]{--tw-saturate:saturate(1.63)!important}.saturate-\[1\.63\],.saturate-\[1\.64\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.64\]{--tw-saturate:saturate(1.64)!important}.saturate-\[1\.65\]{--tw-saturate:saturate(1.65)!important}.saturate-\[1\.65\],.saturate-\[1\.66\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.66\]{--tw-saturate:saturate(1.66)!important}.saturate-\[1\.67\]{--tw-saturate:saturate(1.67)!important}.saturate-\[1\.67\],.saturate-\[1\.68\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.68\]{--tw-saturate:saturate(1.68)!important}.saturate-\[1\.69\]{--tw-saturate:saturate(1.69)!important}.saturate-\[1\.69\],.saturate-\[1\.6\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.6\]{--tw-saturate:saturate(1.6)!important}.saturate-\[1\.71\]{--tw-saturate:saturate(1.71)!important}.saturate-\[1\.71\],.saturate-\[1\.72\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.72\]{--tw-saturate:saturate(1.72)!important}.saturate-\[1\.73\]{--tw-saturate:saturate(1.73)!important}.saturate-\[1\.73\],.saturate-\[1\.74\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.74\]{--tw-saturate:saturate(1.74)!important}.saturate-\[1\.75\]{--tw-saturate:saturate(1.75)!important}.saturate-\[1\.75\],.saturate-\[1\.76\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.76\]{--tw-saturate:saturate(1.76)!important}.saturate-\[1\.77\]{--tw-saturate:saturate(1.77)!important}.saturate-\[1\.77\],.saturate-\[1\.78\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.78\]{--tw-saturate:saturate(1.78)!important}.saturate-\[1\.79\]{--tw-saturate:saturate(1.79)!important}.saturate-\[1\.79\],.saturate-\[1\.7\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.7\]{--tw-saturate:saturate(1.7)!important}.saturate-\[1\.81\]{--tw-saturate:saturate(1.81)!important}.saturate-\[1\.81\],.saturate-\[1\.82\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.82\]{--tw-saturate:saturate(1.82)!important}.saturate-\[1\.83\]{--tw-saturate:saturate(1.83)!important}.saturate-\[1\.83\],.saturate-\[1\.84\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.84\]{--tw-saturate:saturate(1.84)!important}.saturate-\[1\.85\]{--tw-saturate:saturate(1.85)!important}.saturate-\[1\.85\],.saturate-\[1\.86\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.86\]{--tw-saturate:saturate(1.86)!important}.saturate-\[1\.87\]{--tw-saturate:saturate(1.87)!important}.saturate-\[1\.87\],.saturate-\[1\.88\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.88\]{--tw-saturate:saturate(1.88)!important}.saturate-\[1\.89\]{--tw-saturate:saturate(1.89)!important}.saturate-\[1\.89\],.saturate-\[1\.8\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.8\]{--tw-saturate:saturate(1.8)!important}.saturate-\[1\.91\]{--tw-saturate:saturate(1.91)!important}.saturate-\[1\.91\],.saturate-\[1\.92\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.92\]{--tw-saturate:saturate(1.92)!important}.saturate-\[1\.93\]{--tw-saturate:saturate(1.93)!important}.saturate-\[1\.93\],.saturate-\[1\.94\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.94\]{--tw-saturate:saturate(1.94)!important}.saturate-\[1\.95\]{--tw-saturate:saturate(1.95)!important}.saturate-\[1\.95\],.saturate-\[1\.96\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.96\]{--tw-saturate:saturate(1.96)!important}.saturate-\[1\.97\]{--tw-saturate:saturate(1.97)!important}.saturate-\[1\.97\],.saturate-\[1\.98\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.98\]{--tw-saturate:saturate(1.98)!important}.saturate-\[1\.99\]{--tw-saturate:saturate(1.99)!important}.saturate-\[1\.99\],.saturate-\[1\.9\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[1\.9\]{--tw-saturate:saturate(1.9)!important}.saturate-\[1\]{--tw-saturate:saturate(1)!important}.saturate-\[1\],.saturate-\[2\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.saturate-\[2\]{--tw-saturate:saturate(2)!important}.sepia{--tw-sepia:sepia(100%)!important}.sepia,.sepia-\[\$\{sepia\}\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[\$\{sepia\}\]{--tw-sepia:sepia(${sepia})!important}.sepia-\[0\.01\]{--tw-sepia:sepia(0.01)!important}.sepia-\[0\.01\],.sepia-\[0\.02\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.02\]{--tw-sepia:sepia(0.02)!important}.sepia-\[0\.03\]{--tw-sepia:sepia(0.03)!important}.sepia-\[0\.03\],.sepia-\[0\.04\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.04\]{--tw-sepia:sepia(0.04)!important}.sepia-\[0\.05\]{--tw-sepia:sepia(0.05)!important}.sepia-\[0\.05\],.sepia-\[0\.06\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.06\]{--tw-sepia:sepia(0.06)!important}.sepia-\[0\.07\]{--tw-sepia:sepia(0.07)!important}.sepia-\[0\.07\],.sepia-\[0\.08\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.08\]{--tw-sepia:sepia(0.08)!important}.sepia-\[0\.09\]{--tw-sepia:sepia(0.09)!important}.sepia-\[0\.09\],.sepia-\[0\.11\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.11\]{--tw-sepia:sepia(0.11)!important}.sepia-\[0\.12\]{--tw-sepia:sepia(0.12)!important}.sepia-\[0\.12\],.sepia-\[0\.13\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.13\]{--tw-sepia:sepia(0.13)!important}.sepia-\[0\.14\]{--tw-sepia:sepia(0.14)!important}.sepia-\[0\.14\],.sepia-\[0\.15\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.15\]{--tw-sepia:sepia(0.15)!important}.sepia-\[0\.16\]{--tw-sepia:sepia(0.16)!important}.sepia-\[0\.16\],.sepia-\[0\.17\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.17\]{--tw-sepia:sepia(0.17)!important}.sepia-\[0\.18\]{--tw-sepia:sepia(0.18)!important}.sepia-\[0\.18\],.sepia-\[0\.19\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.19\]{--tw-sepia:sepia(0.19)!important}.sepia-\[0\.1\]{--tw-sepia:sepia(0.1)!important}.sepia-\[0\.1\],.sepia-\[0\.21\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.21\]{--tw-sepia:sepia(0.21)!important}.sepia-\[0\.22\]{--tw-sepia:sepia(0.22)!important}.sepia-\[0\.22\],.sepia-\[0\.23\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.23\]{--tw-sepia:sepia(0.23)!important}.sepia-\[0\.24\]{--tw-sepia:sepia(0.24)!important}.sepia-\[0\.24\],.sepia-\[0\.25\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.25\]{--tw-sepia:sepia(0.25)!important}.sepia-\[0\.26\]{--tw-sepia:sepia(0.26)!important}.sepia-\[0\.26\],.sepia-\[0\.27\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.27\]{--tw-sepia:sepia(0.27)!important}.sepia-\[0\.28\]{--tw-sepia:sepia(0.28)!important}.sepia-\[0\.28\],.sepia-\[0\.29\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.29\]{--tw-sepia:sepia(0.29)!important}.sepia-\[0\.2\]{--tw-sepia:sepia(0.2)!important}.sepia-\[0\.2\],.sepia-\[0\.31\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.31\]{--tw-sepia:sepia(0.31)!important}.sepia-\[0\.32\]{--tw-sepia:sepia(0.32)!important}.sepia-\[0\.32\],.sepia-\[0\.33\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.33\]{--tw-sepia:sepia(0.33)!important}.sepia-\[0\.34\]{--tw-sepia:sepia(0.34)!important}.sepia-\[0\.34\],.sepia-\[0\.35\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.35\]{--tw-sepia:sepia(0.35)!important}.sepia-\[0\.36\]{--tw-sepia:sepia(0.36)!important}.sepia-\[0\.36\],.sepia-\[0\.37\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.37\]{--tw-sepia:sepia(0.37)!important}.sepia-\[0\.38\]{--tw-sepia:sepia(0.38)!important}.sepia-\[0\.38\],.sepia-\[0\.39\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.39\]{--tw-sepia:sepia(0.39)!important}.sepia-\[0\.3\]{--tw-sepia:sepia(0.3)!important}.sepia-\[0\.3\],.sepia-\[0\.41\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.41\]{--tw-sepia:sepia(0.41)!important}.sepia-\[0\.42\]{--tw-sepia:sepia(0.42)!important}.sepia-\[0\.42\],.sepia-\[0\.43\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.43\]{--tw-sepia:sepia(0.43)!important}.sepia-\[0\.44\]{--tw-sepia:sepia(0.44)!important}.sepia-\[0\.44\],.sepia-\[0\.45\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.45\]{--tw-sepia:sepia(0.45)!important}.sepia-\[0\.46\]{--tw-sepia:sepia(0.46)!important}.sepia-\[0\.46\],.sepia-\[0\.47\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.47\]{--tw-sepia:sepia(0.47)!important}.sepia-\[0\.48\]{--tw-sepia:sepia(0.48)!important}.sepia-\[0\.48\],.sepia-\[0\.49\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.49\]{--tw-sepia:sepia(0.49)!important}.sepia-\[0\.4\]{--tw-sepia:sepia(0.4)!important}.sepia-\[0\.4\],.sepia-\[0\.51\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.51\]{--tw-sepia:sepia(0.51)!important}.sepia-\[0\.52\]{--tw-sepia:sepia(0.52)!important}.sepia-\[0\.52\],.sepia-\[0\.53\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.53\]{--tw-sepia:sepia(0.53)!important}.sepia-\[0\.54\]{--tw-sepia:sepia(0.54)!important}.sepia-\[0\.54\],.sepia-\[0\.55\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.55\]{--tw-sepia:sepia(0.55)!important}.sepia-\[0\.56\]{--tw-sepia:sepia(0.56)!important}.sepia-\[0\.56\],.sepia-\[0\.57\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.57\]{--tw-sepia:sepia(0.57)!important}.sepia-\[0\.58\]{--tw-sepia:sepia(0.58)!important}.sepia-\[0\.58\],.sepia-\[0\.59\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.59\]{--tw-sepia:sepia(0.59)!important}.sepia-\[0\.5\]{--tw-sepia:sepia(0.5)!important}.sepia-\[0\.5\],.sepia-\[0\.61\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.61\]{--tw-sepia:sepia(0.61)!important}.sepia-\[0\.62\]{--tw-sepia:sepia(0.62)!important}.sepia-\[0\.62\],.sepia-\[0\.63\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.63\]{--tw-sepia:sepia(0.63)!important}.sepia-\[0\.64\]{--tw-sepia:sepia(0.64)!important}.sepia-\[0\.64\],.sepia-\[0\.65\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.65\]{--tw-sepia:sepia(0.65)!important}.sepia-\[0\.66\]{--tw-sepia:sepia(0.66)!important}.sepia-\[0\.66\],.sepia-\[0\.67\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.67\]{--tw-sepia:sepia(0.67)!important}.sepia-\[0\.68\]{--tw-sepia:sepia(0.68)!important}.sepia-\[0\.68\],.sepia-\[0\.69\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.69\]{--tw-sepia:sepia(0.69)!important}.sepia-\[0\.6\]{--tw-sepia:sepia(0.6)!important}.sepia-\[0\.6\],.sepia-\[0\.71\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.71\]{--tw-sepia:sepia(0.71)!important}.sepia-\[0\.72\]{--tw-sepia:sepia(0.72)!important}.sepia-\[0\.72\],.sepia-\[0\.73\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.73\]{--tw-sepia:sepia(0.73)!important}.sepia-\[0\.74\]{--tw-sepia:sepia(0.74)!important}.sepia-\[0\.74\],.sepia-\[0\.75\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.75\]{--tw-sepia:sepia(0.75)!important}.sepia-\[0\.76\]{--tw-sepia:sepia(0.76)!important}.sepia-\[0\.76\],.sepia-\[0\.77\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.77\]{--tw-sepia:sepia(0.77)!important}.sepia-\[0\.78\]{--tw-sepia:sepia(0.78)!important}.sepia-\[0\.78\],.sepia-\[0\.79\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.79\]{--tw-sepia:sepia(0.79)!important}.sepia-\[0\.7\]{--tw-sepia:sepia(0.7)!important}.sepia-\[0\.7\],.sepia-\[0\.81\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.81\]{--tw-sepia:sepia(0.81)!important}.sepia-\[0\.82\]{--tw-sepia:sepia(0.82)!important}.sepia-\[0\.82\],.sepia-\[0\.83\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.83\]{--tw-sepia:sepia(0.83)!important}.sepia-\[0\.84\]{--tw-sepia:sepia(0.84)!important}.sepia-\[0\.84\],.sepia-\[0\.85\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.85\]{--tw-sepia:sepia(0.85)!important}.sepia-\[0\.86\]{--tw-sepia:sepia(0.86)!important}.sepia-\[0\.86\],.sepia-\[0\.87\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.87\]{--tw-sepia:sepia(0.87)!important}.sepia-\[0\.88\]{--tw-sepia:sepia(0.88)!important}.sepia-\[0\.88\],.sepia-\[0\.89\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.89\]{--tw-sepia:sepia(0.89)!important}.sepia-\[0\.8\]{--tw-sepia:sepia(0.8)!important}.sepia-\[0\.8\],.sepia-\[0\.91\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.91\]{--tw-sepia:sepia(0.91)!important}.sepia-\[0\.92\]{--tw-sepia:sepia(0.92)!important}.sepia-\[0\.92\],.sepia-\[0\.93\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.93\]{--tw-sepia:sepia(0.93)!important}.sepia-\[0\.94\]{--tw-sepia:sepia(0.94)!important}.sepia-\[0\.94\],.sepia-\[0\.95\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.95\]{--tw-sepia:sepia(0.95)!important}.sepia-\[0\.96\]{--tw-sepia:sepia(0.96)!important}.sepia-\[0\.96\],.sepia-\[0\.97\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.97\]{--tw-sepia:sepia(0.97)!important}.sepia-\[0\.98\]{--tw-sepia:sepia(0.98)!important}.sepia-\[0\.98\],.sepia-\[0\.99\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\.99\]{--tw-sepia:sepia(0.99)!important}.sepia-\[0\.9\]{--tw-sepia:sepia(0.9)!important}.sepia-\[0\.9\],.sepia-\[0\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.sepia-\[0\]{--tw-sepia:sepia(0)!important}.sepia-\[1\]{--tw-sepia:sepia(1)!important}.filter,.sepia-\[1\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.backdrop-blur-lg{--tw-backdrop-blur:blur(16px)!important}.backdrop-blur-lg,.backdrop-blur-sm{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important;backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px)!important}.transition{transition-duration:.15s!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition-all{transition-duration:.15s!important;transition-property:all!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition-colors{transition-duration:.15s!important;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition-none{transition-property:none!important}.transition-opacity{transition-duration:.15s!important;transition-property:opacity!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition-shadow{transition-duration:.15s!important;transition-property:box-shadow!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.transition-transform{transition-duration:.15s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.duration-0{transition-duration:0s!important}.duration-100{transition-duration:.1s!important}.duration-1000{transition-duration:1s!important}.duration-150{transition-duration:.15s!important}.duration-200{transition-duration:.2s!important}.duration-300{transition-duration:.3s!important}.duration-500{transition-duration:.5s!important}.duration-700{transition-duration:.7s!important}.duration-75{transition-duration:75ms!important}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)!important}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.ease-linear{transition-timing-function:linear!important}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)!important}.text-shadow{text-shadow:0 0 1px #0003,0 0 1px #0100051a!important}.text-shadow-sm{text-shadow:1px 1px 3px #24252f40!important}.text-shadow-md{text-shadow:0 1px 2px #1e1d2730,1px 2px 4px #3640932e!important}.text-shadow-lg{text-shadow:3px 3px 6px #00000042,0 0 5px #0f035638!important}.text-shadow-xl{text-shadow:1px 1px 3px #0000004a,2px 4px 7px #49407d59!important}.text-shadow-none{text-shadow:none!important}.edit-label-inline{align-items:center;display:flex;min-width:130px}.edit-label-block,.edit-label-inline{--tw-text-opacity:1;color:#111827;color:rgb(17 24 39/var(--tw-text-opacity,1));font-size:1rem;font-weight:600;line-height:1.5rem}.edit-label-block{display:block;margin-bottom:.25rem}.edit-field-row{align-items:center;display:flex}.edit-field-row>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(.5rem*var(--tw-space-x-reverse))}.edit-field-divider{--tw-border-opacity:1;border-bottom-width:1px;border-color:#f3f4f6;border-color:rgb(243 244 246/var(--tw-border-opacity,1));margin-bottom:.25rem;padding-bottom:.25rem}.edit-field-divider:last-child{border-bottom-width:0}.after\:absolute:after{content:var(--tw-content)!important;position:absolute!important}.after\:left-\[2px\]:after{content:var(--tw-content)!important;left:2px!important}.after\:top-\[2px\]:after{content:var(--tw-content)!important;top:2px!important}.after\:h-5:after{content:var(--tw-content)!important;height:1.25rem!important}.after\:w-5:after{content:var(--tw-content)!important;width:1.25rem!important}.after\:rounded-full:after{border-radius:9999px!important;content:var(--tw-content)!important}.after\:border:after{border-width:1px!important;content:var(--tw-content)!important}.after\:border-gray-300:after{--tw-border-opacity:1!important;border-color:#d1d5db!important;border-color:rgb(209 213 219/var(--tw-border-opacity,1))!important;content:var(--tw-content)!important}.after\:bg-white:after{--tw-bg-opacity:1!important;background-color:#fff!important;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important;content:var(--tw-content)!important}.after\:transition-all:after{content:var(--tw-content)!important;transition-duration:.15s!important;transition-property:all!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.after\:content-\[\'\'\]:after{--tw-content:""!important;content:var(--tw-content)!important}.first\:mt-0:first-child{margin-top:0!important}.last\:border-b-0:last-child{border-bottom-width:0!important}.hover\:scale-105:hover{--tw-scale-x:1.05!important;--tw-scale-y:1.05!important}.hover\:scale-105:hover,.hover\:scale-110:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.hover\:scale-110:hover{--tw-scale-x:1.1!important;--tw-scale-y:1.1!important}.hover\:border:hover{border-width:1px!important}.hover\:border-0:hover{border-width:0!important}.hover\:border-2:hover{border-width:2px!important}.hover\:border-4:hover{border-width:4px!important}.hover\:border-8:hover{border-width:8px!important}.hover\:border-solid:hover{border-style:solid!important}.hover\:border-dashed:hover{border-style:dashed!important}.hover\:border-dotted:hover{border-style:dotted!important}.hover\:border-none:hover{border-style:none!important}.hover\:border-blue-300:hover{--tw-border-opacity:1!important;border-color:#93c5fd!important;border-color:rgb(147 197 253/var(--tw-border-opacity,1))!important}.hover\:border-blue-400:hover{--tw-border-opacity:1!important;border-color:#60a5fa!important;border-color:rgb(96 165 250/var(--tw-border-opacity,1))!important}.hover\:border-gray-300:hover{--tw-border-opacity:1!important;border-color:#d1d5db!important;border-color:rgb(209 213 219/var(--tw-border-opacity,1))!important}.hover\:border-gray-400:hover{--tw-border-opacity:1!important;border-color:#9ca3af!important;border-color:rgb(156 163 175/var(--tw-border-opacity,1))!important}.hover\:border-gray-500:hover{--tw-border-opacity:1!important;border-color:#6b7280!important;border-color:rgb(107 114 128/var(--tw-border-opacity,1))!important}.hover\:border-opacity-0:hover{--tw-border-opacity:0!important}.hover\:border-opacity-10:hover{--tw-border-opacity:0.1!important}.hover\:border-opacity-100:hover{--tw-border-opacity:1!important}.hover\:border-opacity-15:hover{--tw-border-opacity:0.15!important}.hover\:border-opacity-20:hover{--tw-border-opacity:0.2!important}.hover\:border-opacity-25:hover{--tw-border-opacity:0.25!important}.hover\:border-opacity-30:hover{--tw-border-opacity:0.3!important}.hover\:border-opacity-35:hover{--tw-border-opacity:0.35!important}.hover\:border-opacity-40:hover{--tw-border-opacity:0.4!important}.hover\:border-opacity-45:hover{--tw-border-opacity:0.45!important}.hover\:border-opacity-5:hover{--tw-border-opacity:0.05!important}.hover\:border-opacity-50:hover{--tw-border-opacity:0.5!important}.hover\:border-opacity-55:hover{--tw-border-opacity:0.55!important}.hover\:border-opacity-60:hover{--tw-border-opacity:0.6!important}.hover\:border-opacity-65:hover{--tw-border-opacity:0.65!important}.hover\:border-opacity-70:hover{--tw-border-opacity:0.7!important}.hover\:border-opacity-75:hover{--tw-border-opacity:0.75!important}.hover\:border-opacity-80:hover{--tw-border-opacity:0.8!important}.hover\:border-opacity-85:hover{--tw-border-opacity:0.85!important}.hover\:border-opacity-90:hover{--tw-border-opacity:0.9!important}.hover\:border-opacity-95:hover{--tw-border-opacity:0.95!important}.hover\:bg-blue-100:hover{--tw-bg-opacity:1!important;background-color:#dbeafe!important;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))!important}.hover\:bg-blue-50:hover{--tw-bg-opacity:1!important;background-color:#eff6ff!important;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))!important}.hover\:bg-blue-500:hover{--tw-bg-opacity:1!important;background-color:#3b82f6!important;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))!important}.hover\:bg-blue-600:hover{--tw-bg-opacity:1!important;background-color:#2563eb!important;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))!important}.hover\:bg-blue-700:hover{--tw-bg-opacity:1!important;background-color:#1d4ed8!important;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))!important}.hover\:bg-emerald-700:hover{--tw-bg-opacity:1!important;background-color:#047857!important;background-color:rgb(4 120 87/var(--tw-bg-opacity,1))!important}.hover\:bg-gray-100:hover{--tw-bg-opacity:1!important;background-color:#f3f4f6!important;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))!important}.hover\:bg-gray-200:hover{--tw-bg-opacity:1!important;background-color:#e5e7eb!important;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))!important}.hover\:bg-gray-300:hover{--tw-bg-opacity:1!important;background-color:#d1d5db!important;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))!important}.hover\:bg-gray-400:hover{--tw-bg-opacity:1!important;background-color:#9ca3af!important;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))!important}.hover\:bg-gray-50:hover{--tw-bg-opacity:1!important;background-color:#f9fafb!important;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))!important}.hover\:bg-gray-500:hover{--tw-bg-opacity:1!important;background-color:#6b7280!important;background-color:rgb(107 114 128/var(--tw-bg-opacity,1))!important}.hover\:bg-gray-700:hover{--tw-bg-opacity:1!important;background-color:#374151!important;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))!important}.hover\:bg-gray-800:hover{--tw-bg-opacity:1!important;background-color:#1f2937!important;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))!important}.hover\:bg-gray-900:hover{--tw-bg-opacity:1!important;background-color:#111827!important;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))!important}.hover\:bg-green-500:hover{--tw-bg-opacity:1!important;background-color:#22c55e!important;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))!important}.hover\:bg-green-600:hover{--tw-bg-opacity:1!important;background-color:#16a34a!important;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))!important}.hover\:bg-green-700:hover{--tw-bg-opacity:1!important;background-color:#15803d!important;background-color:rgb(21 128 61/var(--tw-bg-opacity,1))!important}.hover\:bg-indigo-500:hover{--tw-bg-opacity:1!important;background-color:#6366f1!important;background-color:rgb(99 102 241/var(--tw-bg-opacity,1))!important}.hover\:bg-purple-500:hover{--tw-bg-opacity:1!important;background-color:#a855f7!important;background-color:rgb(168 85 247/var(--tw-bg-opacity,1))!important}.hover\:bg-red-50:hover{--tw-bg-opacity:1!important;background-color:#fef2f2!important;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))!important}.hover\:bg-red-500:hover{--tw-bg-opacity:1!important;background-color:#ef4444!important;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))!important}.hover\:bg-red-600:hover{--tw-bg-opacity:1!important;background-color:#dc2626!important;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))!important}.hover\:bg-red-700:hover{--tw-bg-opacity:1!important;background-color:#b91c1c!important;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))!important}.hover\:bg-yellow-500:hover{--tw-bg-opacity:1!important;background-color:#eab308!important;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))!important}.hover\:bg-opacity-15:hover{--tw-bg-opacity:0.15!important}.hover\:bg-opacity-30:hover{--tw-bg-opacity:0.3!important}.hover\:bg-opacity-50:hover{--tw-bg-opacity:0.5!important}.hover\:bg-opacity-70:hover{--tw-bg-opacity:0.7!important}.hover\:from-blue-700:hover{--tw-gradient-from:#1d4ed8 var(--tw-gradient-from-position)!important;--tw-gradient-to:#1d4ed800 var(--tw-gradient-to-position)!important;--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)!important}.hover\:to-blue-900:hover{--tw-gradient-to:#1e3a8a var(--tw-gradient-to-position)!important}.hover\:font-bold:hover{font-weight:700!important}.hover\:font-extralight:hover{font-weight:200!important}.hover\:font-light:hover{font-weight:300!important}.hover\:font-medium:hover{font-weight:500!important}.hover\:font-semibold:hover{font-weight:600!important}.hover\:font-thin:hover{font-weight:100!important}.hover\:italic:hover{font-style:italic!important}.hover\:text-amber-100:hover{--tw-text-opacity:1!important;color:#fef3c7!important;color:rgb(254 243 199/var(--tw-text-opacity,1))!important}.hover\:text-amber-200:hover{--tw-text-opacity:1!important;color:#fde68a!important;color:rgb(253 230 138/var(--tw-text-opacity,1))!important}.hover\:text-amber-300:hover{--tw-text-opacity:1!important;color:#fcd34d!important;color:rgb(252 211 77/var(--tw-text-opacity,1))!important}.hover\:text-amber-400:hover{--tw-text-opacity:1!important;color:#fbbf24!important;color:rgb(251 191 36/var(--tw-text-opacity,1))!important}.hover\:text-amber-500:hover{--tw-text-opacity:1!important;color:#f59e0b!important;color:rgb(245 158 11/var(--tw-text-opacity,1))!important}.hover\:text-amber-600:hover{--tw-text-opacity:1!important;color:#d97706!important;color:rgb(217 119 6/var(--tw-text-opacity,1))!important}.hover\:text-amber-700:hover{--tw-text-opacity:1!important;color:#b45309!important;color:rgb(180 83 9/var(--tw-text-opacity,1))!important}.hover\:text-amber-800:hover{--tw-text-opacity:1!important;color:#92400e!important;color:rgb(146 64 14/var(--tw-text-opacity,1))!important}.hover\:text-amber-900:hover{--tw-text-opacity:1!important;color:#78350f!important;color:rgb(120 53 15/var(--tw-text-opacity,1))!important}.hover\:text-amber-950:hover{--tw-text-opacity:1!important;color:#451a03!important;color:rgb(69 26 3/var(--tw-text-opacity,1))!important}.hover\:text-blue-100:hover{--tw-text-opacity:1!important;color:#dbeafe!important;color:rgb(219 234 254/var(--tw-text-opacity,1))!important}.hover\:text-blue-200:hover{--tw-text-opacity:1!important;color:#bfdbfe!important;color:rgb(191 219 254/var(--tw-text-opacity,1))!important}.hover\:text-blue-300:hover{--tw-text-opacity:1!important;color:#93c5fd!important;color:rgb(147 197 253/var(--tw-text-opacity,1))!important}.hover\:text-blue-400:hover{--tw-text-opacity:1!important;color:#60a5fa!important;color:rgb(96 165 250/var(--tw-text-opacity,1))!important}.hover\:text-blue-500:hover{--tw-text-opacity:1!important;color:#3b82f6!important;color:rgb(59 130 246/var(--tw-text-opacity,1))!important}.hover\:text-blue-600:hover{--tw-text-opacity:1!important;color:#2563eb!important;color:rgb(37 99 235/var(--tw-text-opacity,1))!important}.hover\:text-blue-700:hover{--tw-text-opacity:1!important;color:#1d4ed8!important;color:rgb(29 78 216/var(--tw-text-opacity,1))!important}.hover\:text-blue-800:hover{--tw-text-opacity:1!important;color:#1e40af!important;color:rgb(30 64 175/var(--tw-text-opacity,1))!important}.hover\:text-blue-900:hover{--tw-text-opacity:1!important;color:#1e3a8a!important;color:rgb(30 58 138/var(--tw-text-opacity,1))!important}.hover\:text-blue-950:hover{--tw-text-opacity:1!important;color:#172554!important;color:rgb(23 37 84/var(--tw-text-opacity,1))!important}.hover\:text-cyan-100:hover{--tw-text-opacity:1!important;color:#cffafe!important;color:rgb(207 250 254/var(--tw-text-opacity,1))!important}.hover\:text-cyan-200:hover{--tw-text-opacity:1!important;color:#a5f3fc!important;color:rgb(165 243 252/var(--tw-text-opacity,1))!important}.hover\:text-cyan-300:hover{--tw-text-opacity:1!important;color:#67e8f9!important;color:rgb(103 232 249/var(--tw-text-opacity,1))!important}.hover\:text-cyan-400:hover{--tw-text-opacity:1!important;color:#22d3ee!important;color:rgb(34 211 238/var(--tw-text-opacity,1))!important}.hover\:text-cyan-500:hover{--tw-text-opacity:1!important;color:#06b6d4!important;color:rgb(6 182 212/var(--tw-text-opacity,1))!important}.hover\:text-cyan-600:hover{--tw-text-opacity:1!important;color:#0891b2!important;color:rgb(8 145 178/var(--tw-text-opacity,1))!important}.hover\:text-cyan-700:hover{--tw-text-opacity:1!important;color:#0e7490!important;color:rgb(14 116 144/var(--tw-text-opacity,1))!important}.hover\:text-cyan-800:hover{--tw-text-opacity:1!important;color:#155e75!important;color:rgb(21 94 117/var(--tw-text-opacity,1))!important}.hover\:text-cyan-900:hover{--tw-text-opacity:1!important;color:#164e63!important;color:rgb(22 78 99/var(--tw-text-opacity,1))!important}.hover\:text-cyan-950:hover{--tw-text-opacity:1!important;color:#083344!important;color:rgb(8 51 68/var(--tw-text-opacity,1))!important}.hover\:text-emerald-100:hover{--tw-text-opacity:1!important;color:#d1fae5!important;color:rgb(209 250 229/var(--tw-text-opacity,1))!important}.hover\:text-emerald-200:hover{--tw-text-opacity:1!important;color:#a7f3d0!important;color:rgb(167 243 208/var(--tw-text-opacity,1))!important}.hover\:text-emerald-300:hover{--tw-text-opacity:1!important;color:#6ee7b7!important;color:rgb(110 231 183/var(--tw-text-opacity,1))!important}.hover\:text-emerald-400:hover{--tw-text-opacity:1!important;color:#34d399!important;color:rgb(52 211 153/var(--tw-text-opacity,1))!important}.hover\:text-emerald-500:hover{--tw-text-opacity:1!important;color:#10b981!important;color:rgb(16 185 129/var(--tw-text-opacity,1))!important}.hover\:text-emerald-600:hover{--tw-text-opacity:1!important;color:#059669!important;color:rgb(5 150 105/var(--tw-text-opacity,1))!important}.hover\:text-emerald-700:hover{--tw-text-opacity:1!important;color:#047857!important;color:rgb(4 120 87/var(--tw-text-opacity,1))!important}.hover\:text-emerald-800:hover{--tw-text-opacity:1!important;color:#065f46!important;color:rgb(6 95 70/var(--tw-text-opacity,1))!important}.hover\:text-emerald-900:hover{--tw-text-opacity:1!important;color:#064e3b!important;color:rgb(6 78 59/var(--tw-text-opacity,1))!important}.hover\:text-emerald-950:hover{--tw-text-opacity:1!important;color:#022c22!important;color:rgb(2 44 34/var(--tw-text-opacity,1))!important}.hover\:text-fuchsia-100:hover{--tw-text-opacity:1!important;color:#fae8ff!important;color:rgb(250 232 255/var(--tw-text-opacity,1))!important}.hover\:text-fuchsia-200:hover{--tw-text-opacity:1!important;color:#f5d0fe!important;color:rgb(245 208 254/var(--tw-text-opacity,1))!important}.hover\:text-fuchsia-300:hover{--tw-text-opacity:1!important;color:#f0abfc!important;color:rgb(240 171 252/var(--tw-text-opacity,1))!important}.hover\:text-fuchsia-400:hover{--tw-text-opacity:1!important;color:#e879f9!important;color:rgb(232 121 249/var(--tw-text-opacity,1))!important}.hover\:text-fuchsia-500:hover{--tw-text-opacity:1!important;color:#d946ef!important;color:rgb(217 70 239/var(--tw-text-opacity,1))!important}.hover\:text-fuchsia-600:hover{--tw-text-opacity:1!important;color:#c026d3!important;color:rgb(192 38 211/var(--tw-text-opacity,1))!important}.hover\:text-fuchsia-700:hover{--tw-text-opacity:1!important;color:#a21caf!important;color:rgb(162 28 175/var(--tw-text-opacity,1))!important}.hover\:text-fuchsia-800:hover{--tw-text-opacity:1!important;color:#86198f!important;color:rgb(134 25 143/var(--tw-text-opacity,1))!important}.hover\:text-fuchsia-900:hover{--tw-text-opacity:1!important;color:#701a75!important;color:rgb(112 26 117/var(--tw-text-opacity,1))!important}.hover\:text-fuchsia-950:hover{--tw-text-opacity:1!important;color:#4a044e!important;color:rgb(74 4 78/var(--tw-text-opacity,1))!important}.hover\:text-gray-100:hover{--tw-text-opacity:1!important;color:#f3f4f6!important;color:rgb(243 244 246/var(--tw-text-opacity,1))!important}.hover\:text-gray-200:hover{--tw-text-opacity:1!important;color:#e5e7eb!important;color:rgb(229 231 235/var(--tw-text-opacity,1))!important}.hover\:text-gray-300:hover{--tw-text-opacity:1!important;color:#d1d5db!important;color:rgb(209 213 219/var(--tw-text-opacity,1))!important}.hover\:text-gray-400:hover{--tw-text-opacity:1!important;color:#9ca3af!important;color:rgb(156 163 175/var(--tw-text-opacity,1))!important}.hover\:text-gray-500:hover{--tw-text-opacity:1!important;color:#6b7280!important;color:rgb(107 114 128/var(--tw-text-opacity,1))!important}.hover\:text-gray-600:hover{--tw-text-opacity:1!important;color:#4b5563!important;color:rgb(75 85 99/var(--tw-text-opacity,1))!important}.hover\:text-gray-700:hover{--tw-text-opacity:1!important;color:#374151!important;color:rgb(55 65 81/var(--tw-text-opacity,1))!important}.hover\:text-gray-800:hover{--tw-text-opacity:1!important;color:#1f2937!important;color:rgb(31 41 55/var(--tw-text-opacity,1))!important}.hover\:text-gray-900:hover{--tw-text-opacity:1!important;color:#111827!important;color:rgb(17 24 39/var(--tw-text-opacity,1))!important}.hover\:text-gray-950:hover{--tw-text-opacity:1!important;color:#030712!important;color:rgb(3 7 18/var(--tw-text-opacity,1))!important}.hover\:text-green-100:hover{--tw-text-opacity:1!important;color:#dcfce7!important;color:rgb(220 252 231/var(--tw-text-opacity,1))!important}.hover\:text-green-200:hover{--tw-text-opacity:1!important;color:#bbf7d0!important;color:rgb(187 247 208/var(--tw-text-opacity,1))!important}.hover\:text-green-300:hover{--tw-text-opacity:1!important;color:#86efac!important;color:rgb(134 239 172/var(--tw-text-opacity,1))!important}.hover\:text-green-400:hover{--tw-text-opacity:1!important;color:#4ade80!important;color:rgb(74 222 128/var(--tw-text-opacity,1))!important}.hover\:text-green-500:hover{--tw-text-opacity:1!important;color:#22c55e!important;color:rgb(34 197 94/var(--tw-text-opacity,1))!important}.hover\:text-green-600:hover{--tw-text-opacity:1!important;color:#16a34a!important;color:rgb(22 163 74/var(--tw-text-opacity,1))!important}.hover\:text-green-700:hover{--tw-text-opacity:1!important;color:#15803d!important;color:rgb(21 128 61/var(--tw-text-opacity,1))!important}.hover\:text-green-800:hover{--tw-text-opacity:1!important;color:#166534!important;color:rgb(22 101 52/var(--tw-text-opacity,1))!important}.hover\:text-green-900:hover{--tw-text-opacity:1!important;color:#14532d!important;color:rgb(20 83 45/var(--tw-text-opacity,1))!important}.hover\:text-green-950:hover{--tw-text-opacity:1!important;color:#052e16!important;color:rgb(5 46 22/var(--tw-text-opacity,1))!important}.hover\:text-indigo-100:hover{--tw-text-opacity:1!important;color:#e0e7ff!important;color:rgb(224 231 255/var(--tw-text-opacity,1))!important}.hover\:text-indigo-200:hover{--tw-text-opacity:1!important;color:#c7d2fe!important;color:rgb(199 210 254/var(--tw-text-opacity,1))!important}.hover\:text-indigo-300:hover{--tw-text-opacity:1!important;color:#a5b4fc!important;color:rgb(165 180 252/var(--tw-text-opacity,1))!important}.hover\:text-indigo-400:hover{--tw-text-opacity:1!important;color:#818cf8!important;color:rgb(129 140 248/var(--tw-text-opacity,1))!important}.hover\:text-indigo-500:hover{--tw-text-opacity:1!important;color:#6366f1!important;color:rgb(99 102 241/var(--tw-text-opacity,1))!important}.hover\:text-indigo-600:hover{--tw-text-opacity:1!important;color:#4f46e5!important;color:rgb(79 70 229/var(--tw-text-opacity,1))!important}.hover\:text-indigo-700:hover{--tw-text-opacity:1!important;color:#4338ca!important;color:rgb(67 56 202/var(--tw-text-opacity,1))!important}.hover\:text-indigo-800:hover{--tw-text-opacity:1!important;color:#3730a3!important;color:rgb(55 48 163/var(--tw-text-opacity,1))!important}.hover\:text-indigo-900:hover{--tw-text-opacity:1!important;color:#312e81!important;color:rgb(49 46 129/var(--tw-text-opacity,1))!important}.hover\:text-indigo-950:hover{--tw-text-opacity:1!important;color:#1e1b4b!important;color:rgb(30 27 75/var(--tw-text-opacity,1))!important}.hover\:text-lime-100:hover{--tw-text-opacity:1!important;color:#ecfccb!important;color:rgb(236 252 203/var(--tw-text-opacity,1))!important}.hover\:text-lime-200:hover{--tw-text-opacity:1!important;color:#d9f99d!important;color:rgb(217 249 157/var(--tw-text-opacity,1))!important}.hover\:text-lime-300:hover{--tw-text-opacity:1!important;color:#bef264!important;color:rgb(190 242 100/var(--tw-text-opacity,1))!important}.hover\:text-lime-400:hover{--tw-text-opacity:1!important;color:#a3e635!important;color:rgb(163 230 53/var(--tw-text-opacity,1))!important}.hover\:text-lime-500:hover{--tw-text-opacity:1!important;color:#84cc16!important;color:rgb(132 204 22/var(--tw-text-opacity,1))!important}.hover\:text-lime-600:hover{--tw-text-opacity:1!important;color:#65a30d!important;color:rgb(101 163 13/var(--tw-text-opacity,1))!important}.hover\:text-lime-700:hover{--tw-text-opacity:1!important;color:#4d7c0f!important;color:rgb(77 124 15/var(--tw-text-opacity,1))!important}.hover\:text-lime-800:hover{--tw-text-opacity:1!important;color:#3f6212!important;color:rgb(63 98 18/var(--tw-text-opacity,1))!important}.hover\:text-lime-900:hover{--tw-text-opacity:1!important;color:#365314!important;color:rgb(54 83 20/var(--tw-text-opacity,1))!important}.hover\:text-lime-950:hover{--tw-text-opacity:1!important;color:#1a2e05!important;color:rgb(26 46 5/var(--tw-text-opacity,1))!important}.hover\:text-neutral-100:hover{--tw-text-opacity:1!important;color:#f5f5f5!important;color:rgb(245 245 245/var(--tw-text-opacity,1))!important}.hover\:text-neutral-200:hover{--tw-text-opacity:1!important;color:#e5e5e5!important;color:rgb(229 229 229/var(--tw-text-opacity,1))!important}.hover\:text-neutral-300:hover{--tw-text-opacity:1!important;color:#d4d4d4!important;color:rgb(212 212 212/var(--tw-text-opacity,1))!important}.hover\:text-neutral-400:hover{--tw-text-opacity:1!important;color:#a3a3a3!important;color:rgb(163 163 163/var(--tw-text-opacity,1))!important}.hover\:text-neutral-500:hover{--tw-text-opacity:1!important;color:#737373!important;color:rgb(115 115 115/var(--tw-text-opacity,1))!important}.hover\:text-neutral-600:hover{--tw-text-opacity:1!important;color:#525252!important;color:rgb(82 82 82/var(--tw-text-opacity,1))!important}.hover\:text-neutral-700:hover{--tw-text-opacity:1!important;color:#404040!important;color:rgb(64 64 64/var(--tw-text-opacity,1))!important}.hover\:text-neutral-800:hover{--tw-text-opacity:1!important;color:#262626!important;color:rgb(38 38 38/var(--tw-text-opacity,1))!important}.hover\:text-neutral-900:hover{--tw-text-opacity:1!important;color:#171717!important;color:rgb(23 23 23/var(--tw-text-opacity,1))!important}.hover\:text-neutral-950:hover{--tw-text-opacity:1!important;color:#0a0a0a!important;color:rgb(10 10 10/var(--tw-text-opacity,1))!important}.hover\:text-orange-100:hover{--tw-text-opacity:1!important;color:#ffedd5!important;color:rgb(255 237 213/var(--tw-text-opacity,1))!important}.hover\:text-orange-200:hover{--tw-text-opacity:1!important;color:#fed7aa!important;color:rgb(254 215 170/var(--tw-text-opacity,1))!important}.hover\:text-orange-300:hover{--tw-text-opacity:1!important;color:#fdba74!important;color:rgb(253 186 116/var(--tw-text-opacity,1))!important}.hover\:text-orange-400:hover{--tw-text-opacity:1!important;color:#fb923c!important;color:rgb(251 146 60/var(--tw-text-opacity,1))!important}.hover\:text-orange-500:hover{--tw-text-opacity:1!important;color:#f97316!important;color:rgb(249 115 22/var(--tw-text-opacity,1))!important}.hover\:text-orange-600:hover{--tw-text-opacity:1!important;color:#ea580c!important;color:rgb(234 88 12/var(--tw-text-opacity,1))!important}.hover\:text-orange-700:hover{--tw-text-opacity:1!important;color:#c2410c!important;color:rgb(194 65 12/var(--tw-text-opacity,1))!important}.hover\:text-orange-800:hover{--tw-text-opacity:1!important;color:#9a3412!important;color:rgb(154 52 18/var(--tw-text-opacity,1))!important}.hover\:text-orange-900:hover{--tw-text-opacity:1!important;color:#7c2d12!important;color:rgb(124 45 18/var(--tw-text-opacity,1))!important}.hover\:text-orange-950:hover{--tw-text-opacity:1!important;color:#431407!important;color:rgb(67 20 7/var(--tw-text-opacity,1))!important}.hover\:text-pink-100:hover{--tw-text-opacity:1!important;color:#fce7f3!important;color:rgb(252 231 243/var(--tw-text-opacity,1))!important}.hover\:text-pink-200:hover{--tw-text-opacity:1!important;color:#fbcfe8!important;color:rgb(251 207 232/var(--tw-text-opacity,1))!important}.hover\:text-pink-300:hover{--tw-text-opacity:1!important;color:#f9a8d4!important;color:rgb(249 168 212/var(--tw-text-opacity,1))!important}.hover\:text-pink-400:hover{--tw-text-opacity:1!important;color:#f472b6!important;color:rgb(244 114 182/var(--tw-text-opacity,1))!important}.hover\:text-pink-500:hover{--tw-text-opacity:1!important;color:#ec4899!important;color:rgb(236 72 153/var(--tw-text-opacity,1))!important}.hover\:text-pink-600:hover{--tw-text-opacity:1!important;color:#db2777!important;color:rgb(219 39 119/var(--tw-text-opacity,1))!important}.hover\:text-pink-700:hover{--tw-text-opacity:1!important;color:#be185d!important;color:rgb(190 24 93/var(--tw-text-opacity,1))!important}.hover\:text-pink-800:hover{--tw-text-opacity:1!important;color:#9d174d!important;color:rgb(157 23 77/var(--tw-text-opacity,1))!important}.hover\:text-pink-900:hover{--tw-text-opacity:1!important;color:#831843!important;color:rgb(131 24 67/var(--tw-text-opacity,1))!important}.hover\:text-pink-950:hover{--tw-text-opacity:1!important;color:#500724!important;color:rgb(80 7 36/var(--tw-text-opacity,1))!important}.hover\:text-purple-100:hover{--tw-text-opacity:1!important;color:#f3e8ff!important;color:rgb(243 232 255/var(--tw-text-opacity,1))!important}.hover\:text-purple-200:hover{--tw-text-opacity:1!important;color:#e9d5ff!important;color:rgb(233 213 255/var(--tw-text-opacity,1))!important}.hover\:text-purple-300:hover{--tw-text-opacity:1!important;color:#d8b4fe!important;color:rgb(216 180 254/var(--tw-text-opacity,1))!important}.hover\:text-purple-400:hover{--tw-text-opacity:1!important;color:#c084fc!important;color:rgb(192 132 252/var(--tw-text-opacity,1))!important}.hover\:text-purple-500:hover{--tw-text-opacity:1!important;color:#a855f7!important;color:rgb(168 85 247/var(--tw-text-opacity,1))!important}.hover\:text-purple-600:hover{--tw-text-opacity:1!important;color:#9333ea!important;color:rgb(147 51 234/var(--tw-text-opacity,1))!important}.hover\:text-purple-700:hover{--tw-text-opacity:1!important;color:#7e22ce!important;color:rgb(126 34 206/var(--tw-text-opacity,1))!important}.hover\:text-purple-800:hover{--tw-text-opacity:1!important;color:#6b21a8!important;color:rgb(107 33 168/var(--tw-text-opacity,1))!important}.hover\:text-purple-900:hover{--tw-text-opacity:1!important;color:#581c87!important;color:rgb(88 28 135/var(--tw-text-opacity,1))!important}.hover\:text-purple-950:hover{--tw-text-opacity:1!important;color:#3b0764!important;color:rgb(59 7 100/var(--tw-text-opacity,1))!important}.hover\:text-red-100:hover{--tw-text-opacity:1!important;color:#fee2e2!important;color:rgb(254 226 226/var(--tw-text-opacity,1))!important}.hover\:text-red-200:hover{--tw-text-opacity:1!important;color:#fecaca!important;color:rgb(254 202 202/var(--tw-text-opacity,1))!important}.hover\:text-red-300:hover{--tw-text-opacity:1!important;color:#fca5a5!important;color:rgb(252 165 165/var(--tw-text-opacity,1))!important}.hover\:text-red-400:hover{--tw-text-opacity:1!important;color:#f87171!important;color:rgb(248 113 113/var(--tw-text-opacity,1))!important}.hover\:text-red-500:hover{--tw-text-opacity:1!important;color:#ef4444!important;color:rgb(239 68 68/var(--tw-text-opacity,1))!important}.hover\:text-red-600:hover{--tw-text-opacity:1!important;color:#dc2626!important;color:rgb(220 38 38/var(--tw-text-opacity,1))!important}.hover\:text-red-700:hover{--tw-text-opacity:1!important;color:#b91c1c!important;color:rgb(185 28 28/var(--tw-text-opacity,1))!important}.hover\:text-red-800:hover{--tw-text-opacity:1!important;color:#991b1b!important;color:rgb(153 27 27/var(--tw-text-opacity,1))!important}.hover\:text-red-900:hover{--tw-text-opacity:1!important;color:#7f1d1d!important;color:rgb(127 29 29/var(--tw-text-opacity,1))!important}.hover\:text-red-950:hover{--tw-text-opacity:1!important;color:#450a0a!important;color:rgb(69 10 10/var(--tw-text-opacity,1))!important}.hover\:text-rose-100:hover{--tw-text-opacity:1!important;color:#ffe4e6!important;color:rgb(255 228 230/var(--tw-text-opacity,1))!important}.hover\:text-rose-200:hover{--tw-text-opacity:1!important;color:#fecdd3!important;color:rgb(254 205 211/var(--tw-text-opacity,1))!important}.hover\:text-rose-300:hover{--tw-text-opacity:1!important;color:#fda4af!important;color:rgb(253 164 175/var(--tw-text-opacity,1))!important}.hover\:text-rose-400:hover{--tw-text-opacity:1!important;color:#fb7185!important;color:rgb(251 113 133/var(--tw-text-opacity,1))!important}.hover\:text-rose-500:hover{--tw-text-opacity:1!important;color:#f43f5e!important;color:rgb(244 63 94/var(--tw-text-opacity,1))!important}.hover\:text-rose-600:hover{--tw-text-opacity:1!important;color:#e11d48!important;color:rgb(225 29 72/var(--tw-text-opacity,1))!important}.hover\:text-rose-700:hover{--tw-text-opacity:1!important;color:#be123c!important;color:rgb(190 18 60/var(--tw-text-opacity,1))!important}.hover\:text-rose-800:hover{--tw-text-opacity:1!important;color:#9f1239!important;color:rgb(159 18 57/var(--tw-text-opacity,1))!important}.hover\:text-rose-900:hover{--tw-text-opacity:1!important;color:#881337!important;color:rgb(136 19 55/var(--tw-text-opacity,1))!important}.hover\:text-rose-950:hover{--tw-text-opacity:1!important;color:#4c0519!important;color:rgb(76 5 25/var(--tw-text-opacity,1))!important}.hover\:text-sky-100:hover{--tw-text-opacity:1!important;color:#e0f2fe!important;color:rgb(224 242 254/var(--tw-text-opacity,1))!important}.hover\:text-sky-200:hover{--tw-text-opacity:1!important;color:#bae6fd!important;color:rgb(186 230 253/var(--tw-text-opacity,1))!important}.hover\:text-sky-300:hover{--tw-text-opacity:1!important;color:#7dd3fc!important;color:rgb(125 211 252/var(--tw-text-opacity,1))!important}.hover\:text-sky-400:hover{--tw-text-opacity:1!important;color:#38bdf8!important;color:rgb(56 189 248/var(--tw-text-opacity,1))!important}.hover\:text-sky-500:hover{--tw-text-opacity:1!important;color:#0ea5e9!important;color:rgb(14 165 233/var(--tw-text-opacity,1))!important}.hover\:text-sky-600:hover{--tw-text-opacity:1!important;color:#0284c7!important;color:rgb(2 132 199/var(--tw-text-opacity,1))!important}.hover\:text-sky-700:hover{--tw-text-opacity:1!important;color:#0369a1!important;color:rgb(3 105 161/var(--tw-text-opacity,1))!important}.hover\:text-sky-800:hover{--tw-text-opacity:1!important;color:#075985!important;color:rgb(7 89 133/var(--tw-text-opacity,1))!important}.hover\:text-sky-900:hover{--tw-text-opacity:1!important;color:#0c4a6e!important;color:rgb(12 74 110/var(--tw-text-opacity,1))!important}.hover\:text-sky-950:hover{--tw-text-opacity:1!important;color:#082f49!important;color:rgb(8 47 73/var(--tw-text-opacity,1))!important}.hover\:text-slate-100:hover{--tw-text-opacity:1!important;color:#f1f5f9!important;color:rgb(241 245 249/var(--tw-text-opacity,1))!important}.hover\:text-slate-200:hover{--tw-text-opacity:1!important;color:#e2e8f0!important;color:rgb(226 232 240/var(--tw-text-opacity,1))!important}.hover\:text-slate-300:hover{--tw-text-opacity:1!important;color:#cbd5e1!important;color:rgb(203 213 225/var(--tw-text-opacity,1))!important}.hover\:text-slate-400:hover{--tw-text-opacity:1!important;color:#94a3b8!important;color:rgb(148 163 184/var(--tw-text-opacity,1))!important}.hover\:text-slate-500:hover{--tw-text-opacity:1!important;color:#64748b!important;color:rgb(100 116 139/var(--tw-text-opacity,1))!important}.hover\:text-slate-600:hover{--tw-text-opacity:1!important;color:#475569!important;color:rgb(71 85 105/var(--tw-text-opacity,1))!important}.hover\:text-slate-700:hover{--tw-text-opacity:1!important;color:#334155!important;color:rgb(51 65 85/var(--tw-text-opacity,1))!important}.hover\:text-slate-800:hover{--tw-text-opacity:1!important;color:#1e293b!important;color:rgb(30 41 59/var(--tw-text-opacity,1))!important}.hover\:text-slate-900:hover{--tw-text-opacity:1!important;color:#0f172a!important;color:rgb(15 23 42/var(--tw-text-opacity,1))!important}.hover\:text-slate-950:hover{--tw-text-opacity:1!important;color:#020617!important;color:rgb(2 6 23/var(--tw-text-opacity,1))!important}.hover\:text-stone-100:hover{--tw-text-opacity:1!important;color:#f5f5f4!important;color:rgb(245 245 244/var(--tw-text-opacity,1))!important}.hover\:text-stone-200:hover{--tw-text-opacity:1!important;color:#e7e5e4!important;color:rgb(231 229 228/var(--tw-text-opacity,1))!important}.hover\:text-stone-300:hover{--tw-text-opacity:1!important;color:#d6d3d1!important;color:rgb(214 211 209/var(--tw-text-opacity,1))!important}.hover\:text-stone-400:hover{--tw-text-opacity:1!important;color:#a8a29e!important;color:rgb(168 162 158/var(--tw-text-opacity,1))!important}.hover\:text-stone-500:hover{--tw-text-opacity:1!important;color:#78716c!important;color:rgb(120 113 108/var(--tw-text-opacity,1))!important}.hover\:text-stone-600:hover{--tw-text-opacity:1!important;color:#57534e!important;color:rgb(87 83 78/var(--tw-text-opacity,1))!important}.hover\:text-stone-700:hover{--tw-text-opacity:1!important;color:#44403c!important;color:rgb(68 64 60/var(--tw-text-opacity,1))!important}.hover\:text-stone-800:hover{--tw-text-opacity:1!important;color:#292524!important;color:rgb(41 37 36/var(--tw-text-opacity,1))!important}.hover\:text-stone-900:hover{--tw-text-opacity:1!important;color:#1c1917!important;color:rgb(28 25 23/var(--tw-text-opacity,1))!important}.hover\:text-stone-950:hover{--tw-text-opacity:1!important;color:#0c0a09!important;color:rgb(12 10 9/var(--tw-text-opacity,1))!important}.hover\:text-teal-100:hover{--tw-text-opacity:1!important;color:#ccfbf1!important;color:rgb(204 251 241/var(--tw-text-opacity,1))!important}.hover\:text-teal-200:hover{--tw-text-opacity:1!important;color:#99f6e4!important;color:rgb(153 246 228/var(--tw-text-opacity,1))!important}.hover\:text-teal-300:hover{--tw-text-opacity:1!important;color:#5eead4!important;color:rgb(94 234 212/var(--tw-text-opacity,1))!important}.hover\:text-teal-400:hover{--tw-text-opacity:1!important;color:#2dd4bf!important;color:rgb(45 212 191/var(--tw-text-opacity,1))!important}.hover\:text-teal-500:hover{--tw-text-opacity:1!important;color:#14b8a6!important;color:rgb(20 184 166/var(--tw-text-opacity,1))!important}.hover\:text-teal-600:hover{--tw-text-opacity:1!important;color:#0d9488!important;color:rgb(13 148 136/var(--tw-text-opacity,1))!important}.hover\:text-teal-700:hover{--tw-text-opacity:1!important;color:#0f766e!important;color:rgb(15 118 110/var(--tw-text-opacity,1))!important}.hover\:text-teal-800:hover{--tw-text-opacity:1!important;color:#115e59!important;color:rgb(17 94 89/var(--tw-text-opacity,1))!important}.hover\:text-teal-900:hover{--tw-text-opacity:1!important;color:#134e4a!important;color:rgb(19 78 74/var(--tw-text-opacity,1))!important}.hover\:text-teal-950:hover{--tw-text-opacity:1!important;color:#042f2e!important;color:rgb(4 47 46/var(--tw-text-opacity,1))!important}.hover\:text-violet-100:hover{--tw-text-opacity:1!important;color:#ede9fe!important;color:rgb(237 233 254/var(--tw-text-opacity,1))!important}.hover\:text-violet-200:hover{--tw-text-opacity:1!important;color:#ddd6fe!important;color:rgb(221 214 254/var(--tw-text-opacity,1))!important}.hover\:text-violet-300:hover{--tw-text-opacity:1!important;color:#c4b5fd!important;color:rgb(196 181 253/var(--tw-text-opacity,1))!important}.hover\:text-violet-400:hover{--tw-text-opacity:1!important;color:#a78bfa!important;color:rgb(167 139 250/var(--tw-text-opacity,1))!important}.hover\:text-violet-500:hover{--tw-text-opacity:1!important;color:#8b5cf6!important;color:rgb(139 92 246/var(--tw-text-opacity,1))!important}.hover\:text-violet-600:hover{--tw-text-opacity:1!important;color:#7c3aed!important;color:rgb(124 58 237/var(--tw-text-opacity,1))!important}.hover\:text-violet-700:hover{--tw-text-opacity:1!important;color:#6d28d9!important;color:rgb(109 40 217/var(--tw-text-opacity,1))!important}.hover\:text-violet-800:hover{--tw-text-opacity:1!important;color:#5b21b6!important;color:rgb(91 33 182/var(--tw-text-opacity,1))!important}.hover\:text-violet-900:hover{--tw-text-opacity:1!important;color:#4c1d95!important;color:rgb(76 29 149/var(--tw-text-opacity,1))!important}.hover\:text-violet-950:hover{--tw-text-opacity:1!important;color:#2e1065!important;color:rgb(46 16 101/var(--tw-text-opacity,1))!important}.hover\:text-white:hover{--tw-text-opacity:1!important;color:#fff!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.hover\:text-yellow-100:hover{--tw-text-opacity:1!important;color:#fef9c3!important;color:rgb(254 249 195/var(--tw-text-opacity,1))!important}.hover\:text-yellow-200:hover{--tw-text-opacity:1!important;color:#fef08a!important;color:rgb(254 240 138/var(--tw-text-opacity,1))!important}.hover\:text-yellow-300:hover{--tw-text-opacity:1!important;color:#fde047!important;color:rgb(253 224 71/var(--tw-text-opacity,1))!important}.hover\:text-yellow-400:hover{--tw-text-opacity:1!important;color:#facc15!important;color:rgb(250 204 21/var(--tw-text-opacity,1))!important}.hover\:text-yellow-500:hover{--tw-text-opacity:1!important;color:#eab308!important;color:rgb(234 179 8/var(--tw-text-opacity,1))!important}.hover\:text-yellow-600:hover{--tw-text-opacity:1!important;color:#ca8a04!important;color:rgb(202 138 4/var(--tw-text-opacity,1))!important}.hover\:text-yellow-700:hover{--tw-text-opacity:1!important;color:#a16207!important;color:rgb(161 98 7/var(--tw-text-opacity,1))!important}.hover\:text-yellow-800:hover{--tw-text-opacity:1!important;color:#854d0e!important;color:rgb(133 77 14/var(--tw-text-opacity,1))!important}.hover\:text-yellow-900:hover{--tw-text-opacity:1!important;color:#713f12!important;color:rgb(113 63 18/var(--tw-text-opacity,1))!important}.hover\:text-yellow-950:hover{--tw-text-opacity:1!important;color:#422006!important;color:rgb(66 32 6/var(--tw-text-opacity,1))!important}.hover\:text-zinc-100:hover{--tw-text-opacity:1!important;color:#f4f4f5!important;color:rgb(244 244 245/var(--tw-text-opacity,1))!important}.hover\:text-zinc-200:hover{--tw-text-opacity:1!important;color:#e4e4e7!important;color:rgb(228 228 231/var(--tw-text-opacity,1))!important}.hover\:text-zinc-300:hover{--tw-text-opacity:1!important;color:#d4d4d8!important;color:rgb(212 212 216/var(--tw-text-opacity,1))!important}.hover\:text-zinc-400:hover{--tw-text-opacity:1!important;color:#a1a1aa!important;color:rgb(161 161 170/var(--tw-text-opacity,1))!important}.hover\:text-zinc-500:hover{--tw-text-opacity:1!important;color:#71717a!important;color:rgb(113 113 122/var(--tw-text-opacity,1))!important}.hover\:text-zinc-600:hover{--tw-text-opacity:1!important;color:#52525b!important;color:rgb(82 82 91/var(--tw-text-opacity,1))!important}.hover\:text-zinc-700:hover{--tw-text-opacity:1!important;color:#3f3f46!important;color:rgb(63 63 70/var(--tw-text-opacity,1))!important}.hover\:text-zinc-800:hover{--tw-text-opacity:1!important;color:#27272a!important;color:rgb(39 39 42/var(--tw-text-opacity,1))!important}.hover\:text-zinc-900:hover{--tw-text-opacity:1!important;color:#18181b!important;color:rgb(24 24 27/var(--tw-text-opacity,1))!important}.hover\:text-zinc-950:hover{--tw-text-opacity:1!important;color:#09090b!important;color:rgb(9 9 11/var(--tw-text-opacity,1))!important}.hover\:underline:hover{text-decoration-line:underline!important}.hover\:shadow:hover{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a!important;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)!important}.hover\:shadow-inner:hover,.hover\:shadow:hover{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.hover\:shadow-inner:hover{--tw-shadow:inset 0 2px 4px 0 #0000000d!important;--tw-shadow-colored:inset 0 2px 4px 0 var(--tw-shadow-color)!important}.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a!important;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)!important}.hover\:shadow-lg:hover,.hover\:shadow-md:hover{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a!important;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)!important}.hover\:shadow-none:hover{--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important}.hover\:shadow-none:hover,.hover\:shadow-sm:hover{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.hover\:shadow-sm:hover{--tw-shadow:0 1px 2px 0 #0000000d!important;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)!important}.hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a!important;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)!important;box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.hover\:shadow-black:hover{--tw-shadow-color:#000!important;--tw-shadow:var(--tw-shadow-colored)!important}.hover\:shadow-current:hover{--tw-shadow-color:currentColor!important;--tw-shadow:var(--tw-shadow-colored)!important}.hover\:shadow-inherit:hover{--tw-shadow-color:inherit!important;--tw-shadow:var(--tw-shadow-colored)!important}.hover\:shadow-transparent:hover{--tw-shadow-color:#0000!important;--tw-shadow:var(--tw-shadow-colored)!important}.hover\:shadow-white:hover{--tw-shadow-color:#fff!important;--tw-shadow:var(--tw-shadow-colored)!important}.hover\:brightness-125:hover{--tw-brightness:brightness(1.25)!important}.hover\:brightness-125:hover,.hover\:brightness-75:hover{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.hover\:brightness-75:hover{--tw-brightness:brightness(.75)!important}.focus\:border:focus{border-width:1px!important}.focus\:border-0:focus{border-width:0!important}.focus\:border-2:focus{border-width:2px!important}.focus\:border-4:focus{border-width:4px!important}.focus\:border-8:focus{border-width:8px!important}.focus\:border-solid:focus{border-style:solid!important}.focus\:border-dashed:focus{border-style:dashed!important}.focus\:border-dotted:focus{border-style:dotted!important}.focus\:border-none:focus{border-style:none!important}.focus\:border-blue-500:focus{--tw-border-opacity:1!important;border-color:#3b82f6!important;border-color:rgb(59 130 246/var(--tw-border-opacity,1))!important}.focus\:border-transparent:focus{border-color:#0000!important}.focus\:border-opacity-0:focus{--tw-border-opacity:0!important}.focus\:border-opacity-10:focus{--tw-border-opacity:0.1!important}.focus\:border-opacity-100:focus{--tw-border-opacity:1!important}.focus\:border-opacity-15:focus{--tw-border-opacity:0.15!important}.focus\:border-opacity-20:focus{--tw-border-opacity:0.2!important}.focus\:border-opacity-25:focus{--tw-border-opacity:0.25!important}.focus\:border-opacity-30:focus{--tw-border-opacity:0.3!important}.focus\:border-opacity-35:focus{--tw-border-opacity:0.35!important}.focus\:border-opacity-40:focus{--tw-border-opacity:0.4!important}.focus\:border-opacity-45:focus{--tw-border-opacity:0.45!important}.focus\:border-opacity-5:focus{--tw-border-opacity:0.05!important}.focus\:border-opacity-50:focus{--tw-border-opacity:0.5!important}.focus\:border-opacity-55:focus{--tw-border-opacity:0.55!important}.focus\:border-opacity-60:focus{--tw-border-opacity:0.6!important}.focus\:border-opacity-65:focus{--tw-border-opacity:0.65!important}.focus\:border-opacity-70:focus{--tw-border-opacity:0.7!important}.focus\:border-opacity-75:focus{--tw-border-opacity:0.75!important}.focus\:border-opacity-80:focus{--tw-border-opacity:0.8!important}.focus\:border-opacity-85:focus{--tw-border-opacity:0.85!important}.focus\:border-opacity-90:focus{--tw-border-opacity:0.9!important}.focus\:border-opacity-95:focus{--tw-border-opacity:0.95!important}.focus\:placeholder-gray-400:focus::placeholder{--tw-placeholder-opacity:1!important;color:#9ca3af!important;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))!important}.focus\:shadow:focus{--tw-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a!important;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)!important}.focus\:shadow-inner:focus,.focus\:shadow:focus{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.focus\:shadow-inner:focus{--tw-shadow:inset 0 2px 4px 0 #0000000d!important;--tw-shadow-colored:inset 0 2px 4px 0 var(--tw-shadow-color)!important}.focus\:shadow-lg:focus{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a!important;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)!important}.focus\:shadow-lg:focus,.focus\:shadow-md:focus{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.focus\:shadow-md:focus{--tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a!important;--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)!important}.focus\:shadow-none:focus{--tw-shadow:0 0 #0000!important;--tw-shadow-colored:0 0 #0000!important}.focus\:shadow-none:focus,.focus\:shadow-sm:focus{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.focus\:shadow-sm:focus{--tw-shadow:0 1px 2px 0 #0000000d!important;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)!important}.focus\:shadow-xl:focus{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a!important;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)!important;box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow)!important;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)!important}.focus\:shadow-black:focus{--tw-shadow-color:#000!important;--tw-shadow:var(--tw-shadow-colored)!important}.focus\:shadow-current:focus{--tw-shadow-color:currentColor!important;--tw-shadow:var(--tw-shadow-colored)!important}.focus\:shadow-inherit:focus{--tw-shadow-color:inherit!important;--tw-shadow:var(--tw-shadow-colored)!important}.focus\:shadow-transparent:focus{--tw-shadow-color:#0000!important;--tw-shadow:var(--tw-shadow-colored)!important}.focus\:shadow-white:focus{--tw-shadow-color:#fff!important;--tw-shadow:var(--tw-shadow-colored)!important}.focus\:outline-none:focus{outline:2px solid #0000!important;outline-offset:2px!important}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important}.focus\:ring-1:focus,.focus\:ring-2:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important}.focus\:ring-4:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important}.focus\:ring-amber-100:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(254 243 199/var(--tw-ring-opacity,1))!important}.focus\:ring-amber-200:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(253 230 138/var(--tw-ring-opacity,1))!important}.focus\:ring-amber-300:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(252 211 77/var(--tw-ring-opacity,1))!important}.focus\:ring-amber-400:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(251 191 36/var(--tw-ring-opacity,1))!important}.focus\:ring-amber-500:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(245 158 11/var(--tw-ring-opacity,1))!important}.focus\:ring-amber-600:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(217 119 6/var(--tw-ring-opacity,1))!important}.focus\:ring-amber-700:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(180 83 9/var(--tw-ring-opacity,1))!important}.focus\:ring-amber-800:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(146 64 14/var(--tw-ring-opacity,1))!important}.focus\:ring-amber-900:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(120 53 15/var(--tw-ring-opacity,1))!important}.focus\:ring-amber-950:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(69 26 3/var(--tw-ring-opacity,1))!important}.focus\:ring-blue-100:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(219 234 254/var(--tw-ring-opacity,1))!important}.focus\:ring-blue-200:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(191 219 254/var(--tw-ring-opacity,1))!important}.focus\:ring-blue-300:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(147 197 253/var(--tw-ring-opacity,1))!important}.focus\:ring-blue-400:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(96 165 250/var(--tw-ring-opacity,1))!important}.focus\:ring-blue-500:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))!important}.focus\:ring-blue-600:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(37 99 235/var(--tw-ring-opacity,1))!important}.focus\:ring-blue-700:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(29 78 216/var(--tw-ring-opacity,1))!important}.focus\:ring-blue-800:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(30 64 175/var(--tw-ring-opacity,1))!important}.focus\:ring-blue-900:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(30 58 138/var(--tw-ring-opacity,1))!important}.focus\:ring-blue-950:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(23 37 84/var(--tw-ring-opacity,1))!important}.focus\:ring-cyan-100:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(207 250 254/var(--tw-ring-opacity,1))!important}.focus\:ring-cyan-200:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(165 243 252/var(--tw-ring-opacity,1))!important}.focus\:ring-cyan-300:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(103 232 249/var(--tw-ring-opacity,1))!important}.focus\:ring-cyan-400:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(34 211 238/var(--tw-ring-opacity,1))!important}.focus\:ring-cyan-500:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(6 182 212/var(--tw-ring-opacity,1))!important}.focus\:ring-cyan-600:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(8 145 178/var(--tw-ring-opacity,1))!important}.focus\:ring-cyan-700:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(14 116 144/var(--tw-ring-opacity,1))!important}.focus\:ring-cyan-800:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(21 94 117/var(--tw-ring-opacity,1))!important}.focus\:ring-cyan-900:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(22 78 99/var(--tw-ring-opacity,1))!important}.focus\:ring-cyan-950:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(8 51 68/var(--tw-ring-opacity,1))!important}.focus\:ring-emerald-100:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(209 250 229/var(--tw-ring-opacity,1))!important}.focus\:ring-emerald-200:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(167 243 208/var(--tw-ring-opacity,1))!important}.focus\:ring-emerald-300:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(110 231 183/var(--tw-ring-opacity,1))!important}.focus\:ring-emerald-400:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(52 211 153/var(--tw-ring-opacity,1))!important}.focus\:ring-emerald-500:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(16 185 129/var(--tw-ring-opacity,1))!important}.focus\:ring-emerald-600:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(5 150 105/var(--tw-ring-opacity,1))!important}.focus\:ring-emerald-700:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(4 120 87/var(--tw-ring-opacity,1))!important}.focus\:ring-emerald-800:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(6 95 70/var(--tw-ring-opacity,1))!important}.focus\:ring-emerald-900:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(6 78 59/var(--tw-ring-opacity,1))!important}.focus\:ring-emerald-950:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(2 44 34/var(--tw-ring-opacity,1))!important}.focus\:ring-fuchsia-100:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(250 232 255/var(--tw-ring-opacity,1))!important}.focus\:ring-fuchsia-200:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(245 208 254/var(--tw-ring-opacity,1))!important}.focus\:ring-fuchsia-300:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(240 171 252/var(--tw-ring-opacity,1))!important}.focus\:ring-fuchsia-400:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(232 121 249/var(--tw-ring-opacity,1))!important}.focus\:ring-fuchsia-500:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(217 70 239/var(--tw-ring-opacity,1))!important}.focus\:ring-fuchsia-600:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(192 38 211/var(--tw-ring-opacity,1))!important}.focus\:ring-fuchsia-700:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(162 28 175/var(--tw-ring-opacity,1))!important}.focus\:ring-fuchsia-800:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(134 25 143/var(--tw-ring-opacity,1))!important}.focus\:ring-fuchsia-900:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(112 26 117/var(--tw-ring-opacity,1))!important}.focus\:ring-fuchsia-950:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(74 4 78/var(--tw-ring-opacity,1))!important}.focus\:ring-gray-100:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(243 244 246/var(--tw-ring-opacity,1))!important}.focus\:ring-gray-200:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(229 231 235/var(--tw-ring-opacity,1))!important}.focus\:ring-gray-300:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(209 213 219/var(--tw-ring-opacity,1))!important}.focus\:ring-gray-400:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(156 163 175/var(--tw-ring-opacity,1))!important}.focus\:ring-gray-500:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(107 114 128/var(--tw-ring-opacity,1))!important}.focus\:ring-gray-600:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(75 85 99/var(--tw-ring-opacity,1))!important}.focus\:ring-gray-700:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(55 65 81/var(--tw-ring-opacity,1))!important}.focus\:ring-gray-800:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(31 41 55/var(--tw-ring-opacity,1))!important}.focus\:ring-gray-900:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(17 24 39/var(--tw-ring-opacity,1))!important}.focus\:ring-gray-950:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(3 7 18/var(--tw-ring-opacity,1))!important}.focus\:ring-green-100:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(220 252 231/var(--tw-ring-opacity,1))!important}.focus\:ring-green-200:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(187 247 208/var(--tw-ring-opacity,1))!important}.focus\:ring-green-300:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(134 239 172/var(--tw-ring-opacity,1))!important}.focus\:ring-green-400:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(74 222 128/var(--tw-ring-opacity,1))!important}.focus\:ring-green-500:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(34 197 94/var(--tw-ring-opacity,1))!important}.focus\:ring-green-600:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(22 163 74/var(--tw-ring-opacity,1))!important}.focus\:ring-green-700:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(21 128 61/var(--tw-ring-opacity,1))!important}.focus\:ring-green-800:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(22 101 52/var(--tw-ring-opacity,1))!important}.focus\:ring-green-900:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(20 83 45/var(--tw-ring-opacity,1))!important}.focus\:ring-green-950:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(5 46 22/var(--tw-ring-opacity,1))!important}.focus\:ring-indigo-100:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(224 231 255/var(--tw-ring-opacity,1))!important}.focus\:ring-indigo-200:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(199 210 254/var(--tw-ring-opacity,1))!important}.focus\:ring-indigo-300:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(165 180 252/var(--tw-ring-opacity,1))!important}.focus\:ring-indigo-400:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(129 140 248/var(--tw-ring-opacity,1))!important}.focus\:ring-indigo-500:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(99 102 241/var(--tw-ring-opacity,1))!important}.focus\:ring-indigo-600:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(79 70 229/var(--tw-ring-opacity,1))!important}.focus\:ring-indigo-700:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(67 56 202/var(--tw-ring-opacity,1))!important}.focus\:ring-indigo-800:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(55 48 163/var(--tw-ring-opacity,1))!important}.focus\:ring-indigo-900:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(49 46 129/var(--tw-ring-opacity,1))!important}.focus\:ring-indigo-950:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(30 27 75/var(--tw-ring-opacity,1))!important}.focus\:ring-lime-100:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(236 252 203/var(--tw-ring-opacity,1))!important}.focus\:ring-lime-200:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(217 249 157/var(--tw-ring-opacity,1))!important}.focus\:ring-lime-300:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(190 242 100/var(--tw-ring-opacity,1))!important}.focus\:ring-lime-400:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(163 230 53/var(--tw-ring-opacity,1))!important}.focus\:ring-lime-500:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(132 204 22/var(--tw-ring-opacity,1))!important}.focus\:ring-lime-600:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(101 163 13/var(--tw-ring-opacity,1))!important}.focus\:ring-lime-700:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(77 124 15/var(--tw-ring-opacity,1))!important}.focus\:ring-lime-800:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(63 98 18/var(--tw-ring-opacity,1))!important}.focus\:ring-lime-900:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(54 83 20/var(--tw-ring-opacity,1))!important}.focus\:ring-lime-950:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(26 46 5/var(--tw-ring-opacity,1))!important}.focus\:ring-neutral-100:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(245 245 245/var(--tw-ring-opacity,1))!important}.focus\:ring-neutral-200:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(229 229 229/var(--tw-ring-opacity,1))!important}.focus\:ring-neutral-300:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(212 212 212/var(--tw-ring-opacity,1))!important}.focus\:ring-neutral-400:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(163 163 163/var(--tw-ring-opacity,1))!important}.focus\:ring-neutral-500:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(115 115 115/var(--tw-ring-opacity,1))!important}.focus\:ring-neutral-600:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(82 82 82/var(--tw-ring-opacity,1))!important}.focus\:ring-neutral-700:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(64 64 64/var(--tw-ring-opacity,1))!important}.focus\:ring-neutral-800:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(38 38 38/var(--tw-ring-opacity,1))!important}.focus\:ring-neutral-900:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(23 23 23/var(--tw-ring-opacity,1))!important}.focus\:ring-neutral-950:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(10 10 10/var(--tw-ring-opacity,1))!important}.focus\:ring-orange-100:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(255 237 213/var(--tw-ring-opacity,1))!important}.focus\:ring-orange-200:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(254 215 170/var(--tw-ring-opacity,1))!important}.focus\:ring-orange-300:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(253 186 116/var(--tw-ring-opacity,1))!important}.focus\:ring-orange-400:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(251 146 60/var(--tw-ring-opacity,1))!important}.focus\:ring-orange-500:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(249 115 22/var(--tw-ring-opacity,1))!important}.focus\:ring-orange-600:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(234 88 12/var(--tw-ring-opacity,1))!important}.focus\:ring-orange-700:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(194 65 12/var(--tw-ring-opacity,1))!important}.focus\:ring-orange-800:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(154 52 18/var(--tw-ring-opacity,1))!important}.focus\:ring-orange-900:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(124 45 18/var(--tw-ring-opacity,1))!important}.focus\:ring-orange-950:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(67 20 7/var(--tw-ring-opacity,1))!important}.focus\:ring-pink-100:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(252 231 243/var(--tw-ring-opacity,1))!important}.focus\:ring-pink-200:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(251 207 232/var(--tw-ring-opacity,1))!important}.focus\:ring-pink-300:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(249 168 212/var(--tw-ring-opacity,1))!important}.focus\:ring-pink-400:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(244 114 182/var(--tw-ring-opacity,1))!important}.focus\:ring-pink-500:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(236 72 153/var(--tw-ring-opacity,1))!important}.focus\:ring-pink-600:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(219 39 119/var(--tw-ring-opacity,1))!important}.focus\:ring-pink-700:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(190 24 93/var(--tw-ring-opacity,1))!important}.focus\:ring-pink-800:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(157 23 77/var(--tw-ring-opacity,1))!important}.focus\:ring-pink-900:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(131 24 67/var(--tw-ring-opacity,1))!important}.focus\:ring-pink-950:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(80 7 36/var(--tw-ring-opacity,1))!important}.focus\:ring-purple-100:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(243 232 255/var(--tw-ring-opacity,1))!important}.focus\:ring-purple-200:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(233 213 255/var(--tw-ring-opacity,1))!important}.focus\:ring-purple-300:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(216 180 254/var(--tw-ring-opacity,1))!important}.focus\:ring-purple-400:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(192 132 252/var(--tw-ring-opacity,1))!important}.focus\:ring-purple-500:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(168 85 247/var(--tw-ring-opacity,1))!important}.focus\:ring-purple-600:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(147 51 234/var(--tw-ring-opacity,1))!important}.focus\:ring-purple-700:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(126 34 206/var(--tw-ring-opacity,1))!important}.focus\:ring-purple-800:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(107 33 168/var(--tw-ring-opacity,1))!important}.focus\:ring-purple-900:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(88 28 135/var(--tw-ring-opacity,1))!important}.focus\:ring-purple-950:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(59 7 100/var(--tw-ring-opacity,1))!important}.focus\:ring-red-100:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(254 226 226/var(--tw-ring-opacity,1))!important}.focus\:ring-red-200:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(254 202 202/var(--tw-ring-opacity,1))!important}.focus\:ring-red-300:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(252 165 165/var(--tw-ring-opacity,1))!important}.focus\:ring-red-400:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(248 113 113/var(--tw-ring-opacity,1))!important}.focus\:ring-red-500:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity,1))!important}.focus\:ring-red-600:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(220 38 38/var(--tw-ring-opacity,1))!important}.focus\:ring-red-700:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(185 28 28/var(--tw-ring-opacity,1))!important}.focus\:ring-red-800:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(153 27 27/var(--tw-ring-opacity,1))!important}.focus\:ring-red-900:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(127 29 29/var(--tw-ring-opacity,1))!important}.focus\:ring-red-950:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(69 10 10/var(--tw-ring-opacity,1))!important}.focus\:ring-rose-100:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(255 228 230/var(--tw-ring-opacity,1))!important}.focus\:ring-rose-200:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(254 205 211/var(--tw-ring-opacity,1))!important}.focus\:ring-rose-300:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(253 164 175/var(--tw-ring-opacity,1))!important}.focus\:ring-rose-400:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(251 113 133/var(--tw-ring-opacity,1))!important}.focus\:ring-rose-500:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(244 63 94/var(--tw-ring-opacity,1))!important}.focus\:ring-rose-600:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(225 29 72/var(--tw-ring-opacity,1))!important}.focus\:ring-rose-700:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(190 18 60/var(--tw-ring-opacity,1))!important}.focus\:ring-rose-800:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(159 18 57/var(--tw-ring-opacity,1))!important}.focus\:ring-rose-900:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(136 19 55/var(--tw-ring-opacity,1))!important}.focus\:ring-rose-950:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(76 5 25/var(--tw-ring-opacity,1))!important}.focus\:ring-sky-100:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(224 242 254/var(--tw-ring-opacity,1))!important}.focus\:ring-sky-200:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(186 230 253/var(--tw-ring-opacity,1))!important}.focus\:ring-sky-300:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(125 211 252/var(--tw-ring-opacity,1))!important}.focus\:ring-sky-400:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(56 189 248/var(--tw-ring-opacity,1))!important}.focus\:ring-sky-500:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(14 165 233/var(--tw-ring-opacity,1))!important}.focus\:ring-sky-600:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(2 132 199/var(--tw-ring-opacity,1))!important}.focus\:ring-sky-700:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(3 105 161/var(--tw-ring-opacity,1))!important}.focus\:ring-sky-800:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(7 89 133/var(--tw-ring-opacity,1))!important}.focus\:ring-sky-900:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(12 74 110/var(--tw-ring-opacity,1))!important}.focus\:ring-sky-950:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(8 47 73/var(--tw-ring-opacity,1))!important}.focus\:ring-slate-100:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(241 245 249/var(--tw-ring-opacity,1))!important}.focus\:ring-slate-200:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(226 232 240/var(--tw-ring-opacity,1))!important}.focus\:ring-slate-300:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(203 213 225/var(--tw-ring-opacity,1))!important}.focus\:ring-slate-400:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(148 163 184/var(--tw-ring-opacity,1))!important}.focus\:ring-slate-500:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(100 116 139/var(--tw-ring-opacity,1))!important}.focus\:ring-slate-600:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(71 85 105/var(--tw-ring-opacity,1))!important}.focus\:ring-slate-700:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(51 65 85/var(--tw-ring-opacity,1))!important}.focus\:ring-slate-800:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(30 41 59/var(--tw-ring-opacity,1))!important}.focus\:ring-slate-900:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(15 23 42/var(--tw-ring-opacity,1))!important}.focus\:ring-slate-950:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(2 6 23/var(--tw-ring-opacity,1))!important}.focus\:ring-stone-100:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(245 245 244/var(--tw-ring-opacity,1))!important}.focus\:ring-stone-200:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(231 229 228/var(--tw-ring-opacity,1))!important}.focus\:ring-stone-300:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(214 211 209/var(--tw-ring-opacity,1))!important}.focus\:ring-stone-400:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(168 162 158/var(--tw-ring-opacity,1))!important}.focus\:ring-stone-500:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(120 113 108/var(--tw-ring-opacity,1))!important}.focus\:ring-stone-600:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(87 83 78/var(--tw-ring-opacity,1))!important}.focus\:ring-stone-700:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(68 64 60/var(--tw-ring-opacity,1))!important}.focus\:ring-stone-800:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(41 37 36/var(--tw-ring-opacity,1))!important}.focus\:ring-stone-900:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(28 25 23/var(--tw-ring-opacity,1))!important}.focus\:ring-stone-950:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(12 10 9/var(--tw-ring-opacity,1))!important}.focus\:ring-teal-100:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(204 251 241/var(--tw-ring-opacity,1))!important}.focus\:ring-teal-200:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(153 246 228/var(--tw-ring-opacity,1))!important}.focus\:ring-teal-300:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(94 234 212/var(--tw-ring-opacity,1))!important}.focus\:ring-teal-400:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(45 212 191/var(--tw-ring-opacity,1))!important}.focus\:ring-teal-500:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(20 184 166/var(--tw-ring-opacity,1))!important}.focus\:ring-teal-600:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(13 148 136/var(--tw-ring-opacity,1))!important}.focus\:ring-teal-700:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(15 118 110/var(--tw-ring-opacity,1))!important}.focus\:ring-teal-800:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(17 94 89/var(--tw-ring-opacity,1))!important}.focus\:ring-teal-900:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(19 78 74/var(--tw-ring-opacity,1))!important}.focus\:ring-teal-950:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(4 47 46/var(--tw-ring-opacity,1))!important}.focus\:ring-violet-100:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(237 233 254/var(--tw-ring-opacity,1))!important}.focus\:ring-violet-200:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(221 214 254/var(--tw-ring-opacity,1))!important}.focus\:ring-violet-300:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(196 181 253/var(--tw-ring-opacity,1))!important}.focus\:ring-violet-400:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(167 139 250/var(--tw-ring-opacity,1))!important}.focus\:ring-violet-500:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(139 92 246/var(--tw-ring-opacity,1))!important}.focus\:ring-violet-600:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(124 58 237/var(--tw-ring-opacity,1))!important}.focus\:ring-violet-700:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(109 40 217/var(--tw-ring-opacity,1))!important}.focus\:ring-violet-800:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(91 33 182/var(--tw-ring-opacity,1))!important}.focus\:ring-violet-900:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(76 29 149/var(--tw-ring-opacity,1))!important}.focus\:ring-violet-950:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(46 16 101/var(--tw-ring-opacity,1))!important}.focus\:ring-yellow-100:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(254 249 195/var(--tw-ring-opacity,1))!important}.focus\:ring-yellow-200:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(254 240 138/var(--tw-ring-opacity,1))!important}.focus\:ring-yellow-300:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(253 224 71/var(--tw-ring-opacity,1))!important}.focus\:ring-yellow-400:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(250 204 21/var(--tw-ring-opacity,1))!important}.focus\:ring-yellow-500:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(234 179 8/var(--tw-ring-opacity,1))!important}.focus\:ring-yellow-600:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(202 138 4/var(--tw-ring-opacity,1))!important}.focus\:ring-yellow-700:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(161 98 7/var(--tw-ring-opacity,1))!important}.focus\:ring-yellow-800:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(133 77 14/var(--tw-ring-opacity,1))!important}.focus\:ring-yellow-900:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(113 63 18/var(--tw-ring-opacity,1))!important}.focus\:ring-yellow-950:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(66 32 6/var(--tw-ring-opacity,1))!important}.focus\:ring-zinc-100:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(244 244 245/var(--tw-ring-opacity,1))!important}.focus\:ring-zinc-200:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(228 228 231/var(--tw-ring-opacity,1))!important}.focus\:ring-zinc-300:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(212 212 216/var(--tw-ring-opacity,1))!important}.focus\:ring-zinc-400:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(161 161 170/var(--tw-ring-opacity,1))!important}.focus\:ring-zinc-500:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(113 113 122/var(--tw-ring-opacity,1))!important}.focus\:ring-zinc-600:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(82 82 91/var(--tw-ring-opacity,1))!important}.focus\:ring-zinc-700:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(63 63 70/var(--tw-ring-opacity,1))!important}.focus\:ring-zinc-800:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(39 39 42/var(--tw-ring-opacity,1))!important}.focus\:ring-zinc-900:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(24 24 27/var(--tw-ring-opacity,1))!important}.focus\:ring-zinc-950:focus{--tw-ring-opacity:1!important;--tw-ring-color:rgb(9 9 11/var(--tw-ring-opacity,1))!important}.focus\:ring-opacity-50:focus{--tw-ring-opacity:0.5!important}.focus\:ring-offset-1:focus{--tw-ring-offset-width:1px!important}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px!important}.active\:text-amber-100:active{--tw-text-opacity:1!important;color:#fef3c7!important;color:rgb(254 243 199/var(--tw-text-opacity,1))!important}.active\:text-amber-200:active{--tw-text-opacity:1!important;color:#fde68a!important;color:rgb(253 230 138/var(--tw-text-opacity,1))!important}.active\:text-amber-300:active{--tw-text-opacity:1!important;color:#fcd34d!important;color:rgb(252 211 77/var(--tw-text-opacity,1))!important}.active\:text-amber-400:active{--tw-text-opacity:1!important;color:#fbbf24!important;color:rgb(251 191 36/var(--tw-text-opacity,1))!important}.active\:text-amber-500:active{--tw-text-opacity:1!important;color:#f59e0b!important;color:rgb(245 158 11/var(--tw-text-opacity,1))!important}.active\:text-amber-600:active{--tw-text-opacity:1!important;color:#d97706!important;color:rgb(217 119 6/var(--tw-text-opacity,1))!important}.active\:text-amber-700:active{--tw-text-opacity:1!important;color:#b45309!important;color:rgb(180 83 9/var(--tw-text-opacity,1))!important}.active\:text-amber-800:active{--tw-text-opacity:1!important;color:#92400e!important;color:rgb(146 64 14/var(--tw-text-opacity,1))!important}.active\:text-amber-900:active{--tw-text-opacity:1!important;color:#78350f!important;color:rgb(120 53 15/var(--tw-text-opacity,1))!important}.active\:text-amber-950:active{--tw-text-opacity:1!important;color:#451a03!important;color:rgb(69 26 3/var(--tw-text-opacity,1))!important}.active\:text-blue-100:active{--tw-text-opacity:1!important;color:#dbeafe!important;color:rgb(219 234 254/var(--tw-text-opacity,1))!important}.active\:text-blue-200:active{--tw-text-opacity:1!important;color:#bfdbfe!important;color:rgb(191 219 254/var(--tw-text-opacity,1))!important}.active\:text-blue-300:active{--tw-text-opacity:1!important;color:#93c5fd!important;color:rgb(147 197 253/var(--tw-text-opacity,1))!important}.active\:text-blue-400:active{--tw-text-opacity:1!important;color:#60a5fa!important;color:rgb(96 165 250/var(--tw-text-opacity,1))!important}.active\:text-blue-500:active{--tw-text-opacity:1!important;color:#3b82f6!important;color:rgb(59 130 246/var(--tw-text-opacity,1))!important}.active\:text-blue-600:active{--tw-text-opacity:1!important;color:#2563eb!important;color:rgb(37 99 235/var(--tw-text-opacity,1))!important}.active\:text-blue-700:active{--tw-text-opacity:1!important;color:#1d4ed8!important;color:rgb(29 78 216/var(--tw-text-opacity,1))!important}.active\:text-blue-800:active{--tw-text-opacity:1!important;color:#1e40af!important;color:rgb(30 64 175/var(--tw-text-opacity,1))!important}.active\:text-blue-900:active{--tw-text-opacity:1!important;color:#1e3a8a!important;color:rgb(30 58 138/var(--tw-text-opacity,1))!important}.active\:text-blue-950:active{--tw-text-opacity:1!important;color:#172554!important;color:rgb(23 37 84/var(--tw-text-opacity,1))!important}.active\:text-cyan-100:active{--tw-text-opacity:1!important;color:#cffafe!important;color:rgb(207 250 254/var(--tw-text-opacity,1))!important}.active\:text-cyan-200:active{--tw-text-opacity:1!important;color:#a5f3fc!important;color:rgb(165 243 252/var(--tw-text-opacity,1))!important}.active\:text-cyan-300:active{--tw-text-opacity:1!important;color:#67e8f9!important;color:rgb(103 232 249/var(--tw-text-opacity,1))!important}.active\:text-cyan-400:active{--tw-text-opacity:1!important;color:#22d3ee!important;color:rgb(34 211 238/var(--tw-text-opacity,1))!important}.active\:text-cyan-500:active{--tw-text-opacity:1!important;color:#06b6d4!important;color:rgb(6 182 212/var(--tw-text-opacity,1))!important}.active\:text-cyan-600:active{--tw-text-opacity:1!important;color:#0891b2!important;color:rgb(8 145 178/var(--tw-text-opacity,1))!important}.active\:text-cyan-700:active{--tw-text-opacity:1!important;color:#0e7490!important;color:rgb(14 116 144/var(--tw-text-opacity,1))!important}.active\:text-cyan-800:active{--tw-text-opacity:1!important;color:#155e75!important;color:rgb(21 94 117/var(--tw-text-opacity,1))!important}.active\:text-cyan-900:active{--tw-text-opacity:1!important;color:#164e63!important;color:rgb(22 78 99/var(--tw-text-opacity,1))!important}.active\:text-cyan-950:active{--tw-text-opacity:1!important;color:#083344!important;color:rgb(8 51 68/var(--tw-text-opacity,1))!important}.active\:text-emerald-100:active{--tw-text-opacity:1!important;color:#d1fae5!important;color:rgb(209 250 229/var(--tw-text-opacity,1))!important}.active\:text-emerald-200:active{--tw-text-opacity:1!important;color:#a7f3d0!important;color:rgb(167 243 208/var(--tw-text-opacity,1))!important}.active\:text-emerald-300:active{--tw-text-opacity:1!important;color:#6ee7b7!important;color:rgb(110 231 183/var(--tw-text-opacity,1))!important}.active\:text-emerald-400:active{--tw-text-opacity:1!important;color:#34d399!important;color:rgb(52 211 153/var(--tw-text-opacity,1))!important}.active\:text-emerald-500:active{--tw-text-opacity:1!important;color:#10b981!important;color:rgb(16 185 129/var(--tw-text-opacity,1))!important}.active\:text-emerald-600:active{--tw-text-opacity:1!important;color:#059669!important;color:rgb(5 150 105/var(--tw-text-opacity,1))!important}.active\:text-emerald-700:active{--tw-text-opacity:1!important;color:#047857!important;color:rgb(4 120 87/var(--tw-text-opacity,1))!important}.active\:text-emerald-800:active{--tw-text-opacity:1!important;color:#065f46!important;color:rgb(6 95 70/var(--tw-text-opacity,1))!important}.active\:text-emerald-900:active{--tw-text-opacity:1!important;color:#064e3b!important;color:rgb(6 78 59/var(--tw-text-opacity,1))!important}.active\:text-emerald-950:active{--tw-text-opacity:1!important;color:#022c22!important;color:rgb(2 44 34/var(--tw-text-opacity,1))!important}.active\:text-fuchsia-100:active{--tw-text-opacity:1!important;color:#fae8ff!important;color:rgb(250 232 255/var(--tw-text-opacity,1))!important}.active\:text-fuchsia-200:active{--tw-text-opacity:1!important;color:#f5d0fe!important;color:rgb(245 208 254/var(--tw-text-opacity,1))!important}.active\:text-fuchsia-300:active{--tw-text-opacity:1!important;color:#f0abfc!important;color:rgb(240 171 252/var(--tw-text-opacity,1))!important}.active\:text-fuchsia-400:active{--tw-text-opacity:1!important;color:#e879f9!important;color:rgb(232 121 249/var(--tw-text-opacity,1))!important}.active\:text-fuchsia-500:active{--tw-text-opacity:1!important;color:#d946ef!important;color:rgb(217 70 239/var(--tw-text-opacity,1))!important}.active\:text-fuchsia-600:active{--tw-text-opacity:1!important;color:#c026d3!important;color:rgb(192 38 211/var(--tw-text-opacity,1))!important}.active\:text-fuchsia-700:active{--tw-text-opacity:1!important;color:#a21caf!important;color:rgb(162 28 175/var(--tw-text-opacity,1))!important}.active\:text-fuchsia-800:active{--tw-text-opacity:1!important;color:#86198f!important;color:rgb(134 25 143/var(--tw-text-opacity,1))!important}.active\:text-fuchsia-900:active{--tw-text-opacity:1!important;color:#701a75!important;color:rgb(112 26 117/var(--tw-text-opacity,1))!important}.active\:text-fuchsia-950:active{--tw-text-opacity:1!important;color:#4a044e!important;color:rgb(74 4 78/var(--tw-text-opacity,1))!important}.active\:text-gray-100:active{--tw-text-opacity:1!important;color:#f3f4f6!important;color:rgb(243 244 246/var(--tw-text-opacity,1))!important}.active\:text-gray-200:active{--tw-text-opacity:1!important;color:#e5e7eb!important;color:rgb(229 231 235/var(--tw-text-opacity,1))!important}.active\:text-gray-300:active{--tw-text-opacity:1!important;color:#d1d5db!important;color:rgb(209 213 219/var(--tw-text-opacity,1))!important}.active\:text-gray-400:active{--tw-text-opacity:1!important;color:#9ca3af!important;color:rgb(156 163 175/var(--tw-text-opacity,1))!important}.active\:text-gray-500:active{--tw-text-opacity:1!important;color:#6b7280!important;color:rgb(107 114 128/var(--tw-text-opacity,1))!important}.active\:text-gray-600:active{--tw-text-opacity:1!important;color:#4b5563!important;color:rgb(75 85 99/var(--tw-text-opacity,1))!important}.active\:text-gray-700:active{--tw-text-opacity:1!important;color:#374151!important;color:rgb(55 65 81/var(--tw-text-opacity,1))!important}.active\:text-gray-800:active{--tw-text-opacity:1!important;color:#1f2937!important;color:rgb(31 41 55/var(--tw-text-opacity,1))!important}.active\:text-gray-900:active{--tw-text-opacity:1!important;color:#111827!important;color:rgb(17 24 39/var(--tw-text-opacity,1))!important}.active\:text-gray-950:active{--tw-text-opacity:1!important;color:#030712!important;color:rgb(3 7 18/var(--tw-text-opacity,1))!important}.active\:text-green-100:active{--tw-text-opacity:1!important;color:#dcfce7!important;color:rgb(220 252 231/var(--tw-text-opacity,1))!important}.active\:text-green-200:active{--tw-text-opacity:1!important;color:#bbf7d0!important;color:rgb(187 247 208/var(--tw-text-opacity,1))!important}.active\:text-green-300:active{--tw-text-opacity:1!important;color:#86efac!important;color:rgb(134 239 172/var(--tw-text-opacity,1))!important}.active\:text-green-400:active{--tw-text-opacity:1!important;color:#4ade80!important;color:rgb(74 222 128/var(--tw-text-opacity,1))!important}.active\:text-green-500:active{--tw-text-opacity:1!important;color:#22c55e!important;color:rgb(34 197 94/var(--tw-text-opacity,1))!important}.active\:text-green-600:active{--tw-text-opacity:1!important;color:#16a34a!important;color:rgb(22 163 74/var(--tw-text-opacity,1))!important}.active\:text-green-700:active{--tw-text-opacity:1!important;color:#15803d!important;color:rgb(21 128 61/var(--tw-text-opacity,1))!important}.active\:text-green-800:active{--tw-text-opacity:1!important;color:#166534!important;color:rgb(22 101 52/var(--tw-text-opacity,1))!important}.active\:text-green-900:active{--tw-text-opacity:1!important;color:#14532d!important;color:rgb(20 83 45/var(--tw-text-opacity,1))!important}.active\:text-green-950:active{--tw-text-opacity:1!important;color:#052e16!important;color:rgb(5 46 22/var(--tw-text-opacity,1))!important}.active\:text-indigo-100:active{--tw-text-opacity:1!important;color:#e0e7ff!important;color:rgb(224 231 255/var(--tw-text-opacity,1))!important}.active\:text-indigo-200:active{--tw-text-opacity:1!important;color:#c7d2fe!important;color:rgb(199 210 254/var(--tw-text-opacity,1))!important}.active\:text-indigo-300:active{--tw-text-opacity:1!important;color:#a5b4fc!important;color:rgb(165 180 252/var(--tw-text-opacity,1))!important}.active\:text-indigo-400:active{--tw-text-opacity:1!important;color:#818cf8!important;color:rgb(129 140 248/var(--tw-text-opacity,1))!important}.active\:text-indigo-500:active{--tw-text-opacity:1!important;color:#6366f1!important;color:rgb(99 102 241/var(--tw-text-opacity,1))!important}.active\:text-indigo-600:active{--tw-text-opacity:1!important;color:#4f46e5!important;color:rgb(79 70 229/var(--tw-text-opacity,1))!important}.active\:text-indigo-700:active{--tw-text-opacity:1!important;color:#4338ca!important;color:rgb(67 56 202/var(--tw-text-opacity,1))!important}.active\:text-indigo-800:active{--tw-text-opacity:1!important;color:#3730a3!important;color:rgb(55 48 163/var(--tw-text-opacity,1))!important}.active\:text-indigo-900:active{--tw-text-opacity:1!important;color:#312e81!important;color:rgb(49 46 129/var(--tw-text-opacity,1))!important}.active\:text-indigo-950:active{--tw-text-opacity:1!important;color:#1e1b4b!important;color:rgb(30 27 75/var(--tw-text-opacity,1))!important}.active\:text-lime-100:active{--tw-text-opacity:1!important;color:#ecfccb!important;color:rgb(236 252 203/var(--tw-text-opacity,1))!important}.active\:text-lime-200:active{--tw-text-opacity:1!important;color:#d9f99d!important;color:rgb(217 249 157/var(--tw-text-opacity,1))!important}.active\:text-lime-300:active{--tw-text-opacity:1!important;color:#bef264!important;color:rgb(190 242 100/var(--tw-text-opacity,1))!important}.active\:text-lime-400:active{--tw-text-opacity:1!important;color:#a3e635!important;color:rgb(163 230 53/var(--tw-text-opacity,1))!important}.active\:text-lime-500:active{--tw-text-opacity:1!important;color:#84cc16!important;color:rgb(132 204 22/var(--tw-text-opacity,1))!important}.active\:text-lime-600:active{--tw-text-opacity:1!important;color:#65a30d!important;color:rgb(101 163 13/var(--tw-text-opacity,1))!important}.active\:text-lime-700:active{--tw-text-opacity:1!important;color:#4d7c0f!important;color:rgb(77 124 15/var(--tw-text-opacity,1))!important}.active\:text-lime-800:active{--tw-text-opacity:1!important;color:#3f6212!important;color:rgb(63 98 18/var(--tw-text-opacity,1))!important}.active\:text-lime-900:active{--tw-text-opacity:1!important;color:#365314!important;color:rgb(54 83 20/var(--tw-text-opacity,1))!important}.active\:text-lime-950:active{--tw-text-opacity:1!important;color:#1a2e05!important;color:rgb(26 46 5/var(--tw-text-opacity,1))!important}.active\:text-neutral-100:active{--tw-text-opacity:1!important;color:#f5f5f5!important;color:rgb(245 245 245/var(--tw-text-opacity,1))!important}.active\:text-neutral-200:active{--tw-text-opacity:1!important;color:#e5e5e5!important;color:rgb(229 229 229/var(--tw-text-opacity,1))!important}.active\:text-neutral-300:active{--tw-text-opacity:1!important;color:#d4d4d4!important;color:rgb(212 212 212/var(--tw-text-opacity,1))!important}.active\:text-neutral-400:active{--tw-text-opacity:1!important;color:#a3a3a3!important;color:rgb(163 163 163/var(--tw-text-opacity,1))!important}.active\:text-neutral-500:active{--tw-text-opacity:1!important;color:#737373!important;color:rgb(115 115 115/var(--tw-text-opacity,1))!important}.active\:text-neutral-600:active{--tw-text-opacity:1!important;color:#525252!important;color:rgb(82 82 82/var(--tw-text-opacity,1))!important}.active\:text-neutral-700:active{--tw-text-opacity:1!important;color:#404040!important;color:rgb(64 64 64/var(--tw-text-opacity,1))!important}.active\:text-neutral-800:active{--tw-text-opacity:1!important;color:#262626!important;color:rgb(38 38 38/var(--tw-text-opacity,1))!important}.active\:text-neutral-900:active{--tw-text-opacity:1!important;color:#171717!important;color:rgb(23 23 23/var(--tw-text-opacity,1))!important}.active\:text-neutral-950:active{--tw-text-opacity:1!important;color:#0a0a0a!important;color:rgb(10 10 10/var(--tw-text-opacity,1))!important}.active\:text-orange-100:active{--tw-text-opacity:1!important;color:#ffedd5!important;color:rgb(255 237 213/var(--tw-text-opacity,1))!important}.active\:text-orange-200:active{--tw-text-opacity:1!important;color:#fed7aa!important;color:rgb(254 215 170/var(--tw-text-opacity,1))!important}.active\:text-orange-300:active{--tw-text-opacity:1!important;color:#fdba74!important;color:rgb(253 186 116/var(--tw-text-opacity,1))!important}.active\:text-orange-400:active{--tw-text-opacity:1!important;color:#fb923c!important;color:rgb(251 146 60/var(--tw-text-opacity,1))!important}.active\:text-orange-500:active{--tw-text-opacity:1!important;color:#f97316!important;color:rgb(249 115 22/var(--tw-text-opacity,1))!important}.active\:text-orange-600:active{--tw-text-opacity:1!important;color:#ea580c!important;color:rgb(234 88 12/var(--tw-text-opacity,1))!important}.active\:text-orange-700:active{--tw-text-opacity:1!important;color:#c2410c!important;color:rgb(194 65 12/var(--tw-text-opacity,1))!important}.active\:text-orange-800:active{--tw-text-opacity:1!important;color:#9a3412!important;color:rgb(154 52 18/var(--tw-text-opacity,1))!important}.active\:text-orange-900:active{--tw-text-opacity:1!important;color:#7c2d12!important;color:rgb(124 45 18/var(--tw-text-opacity,1))!important}.active\:text-orange-950:active{--tw-text-opacity:1!important;color:#431407!important;color:rgb(67 20 7/var(--tw-text-opacity,1))!important}.active\:text-pink-100:active{--tw-text-opacity:1!important;color:#fce7f3!important;color:rgb(252 231 243/var(--tw-text-opacity,1))!important}.active\:text-pink-200:active{--tw-text-opacity:1!important;color:#fbcfe8!important;color:rgb(251 207 232/var(--tw-text-opacity,1))!important}.active\:text-pink-300:active{--tw-text-opacity:1!important;color:#f9a8d4!important;color:rgb(249 168 212/var(--tw-text-opacity,1))!important}.active\:text-pink-400:active{--tw-text-opacity:1!important;color:#f472b6!important;color:rgb(244 114 182/var(--tw-text-opacity,1))!important}.active\:text-pink-500:active{--tw-text-opacity:1!important;color:#ec4899!important;color:rgb(236 72 153/var(--tw-text-opacity,1))!important}.active\:text-pink-600:active{--tw-text-opacity:1!important;color:#db2777!important;color:rgb(219 39 119/var(--tw-text-opacity,1))!important}.active\:text-pink-700:active{--tw-text-opacity:1!important;color:#be185d!important;color:rgb(190 24 93/var(--tw-text-opacity,1))!important}.active\:text-pink-800:active{--tw-text-opacity:1!important;color:#9d174d!important;color:rgb(157 23 77/var(--tw-text-opacity,1))!important}.active\:text-pink-900:active{--tw-text-opacity:1!important;color:#831843!important;color:rgb(131 24 67/var(--tw-text-opacity,1))!important}.active\:text-pink-950:active{--tw-text-opacity:1!important;color:#500724!important;color:rgb(80 7 36/var(--tw-text-opacity,1))!important}.active\:text-purple-100:active{--tw-text-opacity:1!important;color:#f3e8ff!important;color:rgb(243 232 255/var(--tw-text-opacity,1))!important}.active\:text-purple-200:active{--tw-text-opacity:1!important;color:#e9d5ff!important;color:rgb(233 213 255/var(--tw-text-opacity,1))!important}.active\:text-purple-300:active{--tw-text-opacity:1!important;color:#d8b4fe!important;color:rgb(216 180 254/var(--tw-text-opacity,1))!important}.active\:text-purple-400:active{--tw-text-opacity:1!important;color:#c084fc!important;color:rgb(192 132 252/var(--tw-text-opacity,1))!important}.active\:text-purple-500:active{--tw-text-opacity:1!important;color:#a855f7!important;color:rgb(168 85 247/var(--tw-text-opacity,1))!important}.active\:text-purple-600:active{--tw-text-opacity:1!important;color:#9333ea!important;color:rgb(147 51 234/var(--tw-text-opacity,1))!important}.active\:text-purple-700:active{--tw-text-opacity:1!important;color:#7e22ce!important;color:rgb(126 34 206/var(--tw-text-opacity,1))!important}.active\:text-purple-800:active{--tw-text-opacity:1!important;color:#6b21a8!important;color:rgb(107 33 168/var(--tw-text-opacity,1))!important}.active\:text-purple-900:active{--tw-text-opacity:1!important;color:#581c87!important;color:rgb(88 28 135/var(--tw-text-opacity,1))!important}.active\:text-purple-950:active{--tw-text-opacity:1!important;color:#3b0764!important;color:rgb(59 7 100/var(--tw-text-opacity,1))!important}.active\:text-red-100:active{--tw-text-opacity:1!important;color:#fee2e2!important;color:rgb(254 226 226/var(--tw-text-opacity,1))!important}.active\:text-red-200:active{--tw-text-opacity:1!important;color:#fecaca!important;color:rgb(254 202 202/var(--tw-text-opacity,1))!important}.active\:text-red-300:active{--tw-text-opacity:1!important;color:#fca5a5!important;color:rgb(252 165 165/var(--tw-text-opacity,1))!important}.active\:text-red-400:active{--tw-text-opacity:1!important;color:#f87171!important;color:rgb(248 113 113/var(--tw-text-opacity,1))!important}.active\:text-red-500:active{--tw-text-opacity:1!important;color:#ef4444!important;color:rgb(239 68 68/var(--tw-text-opacity,1))!important}.active\:text-red-600:active{--tw-text-opacity:1!important;color:#dc2626!important;color:rgb(220 38 38/var(--tw-text-opacity,1))!important}.active\:text-red-700:active{--tw-text-opacity:1!important;color:#b91c1c!important;color:rgb(185 28 28/var(--tw-text-opacity,1))!important}.active\:text-red-800:active{--tw-text-opacity:1!important;color:#991b1b!important;color:rgb(153 27 27/var(--tw-text-opacity,1))!important}.active\:text-red-900:active{--tw-text-opacity:1!important;color:#7f1d1d!important;color:rgb(127 29 29/var(--tw-text-opacity,1))!important}.active\:text-red-950:active{--tw-text-opacity:1!important;color:#450a0a!important;color:rgb(69 10 10/var(--tw-text-opacity,1))!important}.active\:text-rose-100:active{--tw-text-opacity:1!important;color:#ffe4e6!important;color:rgb(255 228 230/var(--tw-text-opacity,1))!important}.active\:text-rose-200:active{--tw-text-opacity:1!important;color:#fecdd3!important;color:rgb(254 205 211/var(--tw-text-opacity,1))!important}.active\:text-rose-300:active{--tw-text-opacity:1!important;color:#fda4af!important;color:rgb(253 164 175/var(--tw-text-opacity,1))!important}.active\:text-rose-400:active{--tw-text-opacity:1!important;color:#fb7185!important;color:rgb(251 113 133/var(--tw-text-opacity,1))!important}.active\:text-rose-500:active{--tw-text-opacity:1!important;color:#f43f5e!important;color:rgb(244 63 94/var(--tw-text-opacity,1))!important}.active\:text-rose-600:active{--tw-text-opacity:1!important;color:#e11d48!important;color:rgb(225 29 72/var(--tw-text-opacity,1))!important}.active\:text-rose-700:active{--tw-text-opacity:1!important;color:#be123c!important;color:rgb(190 18 60/var(--tw-text-opacity,1))!important}.active\:text-rose-800:active{--tw-text-opacity:1!important;color:#9f1239!important;color:rgb(159 18 57/var(--tw-text-opacity,1))!important}.active\:text-rose-900:active{--tw-text-opacity:1!important;color:#881337!important;color:rgb(136 19 55/var(--tw-text-opacity,1))!important}.active\:text-rose-950:active{--tw-text-opacity:1!important;color:#4c0519!important;color:rgb(76 5 25/var(--tw-text-opacity,1))!important}.active\:text-sky-100:active{--tw-text-opacity:1!important;color:#e0f2fe!important;color:rgb(224 242 254/var(--tw-text-opacity,1))!important}.active\:text-sky-200:active{--tw-text-opacity:1!important;color:#bae6fd!important;color:rgb(186 230 253/var(--tw-text-opacity,1))!important}.active\:text-sky-300:active{--tw-text-opacity:1!important;color:#7dd3fc!important;color:rgb(125 211 252/var(--tw-text-opacity,1))!important}.active\:text-sky-400:active{--tw-text-opacity:1!important;color:#38bdf8!important;color:rgb(56 189 248/var(--tw-text-opacity,1))!important}.active\:text-sky-500:active{--tw-text-opacity:1!important;color:#0ea5e9!important;color:rgb(14 165 233/var(--tw-text-opacity,1))!important}.active\:text-sky-600:active{--tw-text-opacity:1!important;color:#0284c7!important;color:rgb(2 132 199/var(--tw-text-opacity,1))!important}.active\:text-sky-700:active{--tw-text-opacity:1!important;color:#0369a1!important;color:rgb(3 105 161/var(--tw-text-opacity,1))!important}.active\:text-sky-800:active{--tw-text-opacity:1!important;color:#075985!important;color:rgb(7 89 133/var(--tw-text-opacity,1))!important}.active\:text-sky-900:active{--tw-text-opacity:1!important;color:#0c4a6e!important;color:rgb(12 74 110/var(--tw-text-opacity,1))!important}.active\:text-sky-950:active{--tw-text-opacity:1!important;color:#082f49!important;color:rgb(8 47 73/var(--tw-text-opacity,1))!important}.active\:text-slate-100:active{--tw-text-opacity:1!important;color:#f1f5f9!important;color:rgb(241 245 249/var(--tw-text-opacity,1))!important}.active\:text-slate-200:active{--tw-text-opacity:1!important;color:#e2e8f0!important;color:rgb(226 232 240/var(--tw-text-opacity,1))!important}.active\:text-slate-300:active{--tw-text-opacity:1!important;color:#cbd5e1!important;color:rgb(203 213 225/var(--tw-text-opacity,1))!important}.active\:text-slate-400:active{--tw-text-opacity:1!important;color:#94a3b8!important;color:rgb(148 163 184/var(--tw-text-opacity,1))!important}.active\:text-slate-500:active{--tw-text-opacity:1!important;color:#64748b!important;color:rgb(100 116 139/var(--tw-text-opacity,1))!important}.active\:text-slate-600:active{--tw-text-opacity:1!important;color:#475569!important;color:rgb(71 85 105/var(--tw-text-opacity,1))!important}.active\:text-slate-700:active{--tw-text-opacity:1!important;color:#334155!important;color:rgb(51 65 85/var(--tw-text-opacity,1))!important}.active\:text-slate-800:active{--tw-text-opacity:1!important;color:#1e293b!important;color:rgb(30 41 59/var(--tw-text-opacity,1))!important}.active\:text-slate-900:active{--tw-text-opacity:1!important;color:#0f172a!important;color:rgb(15 23 42/var(--tw-text-opacity,1))!important}.active\:text-slate-950:active{--tw-text-opacity:1!important;color:#020617!important;color:rgb(2 6 23/var(--tw-text-opacity,1))!important}.active\:text-stone-100:active{--tw-text-opacity:1!important;color:#f5f5f4!important;color:rgb(245 245 244/var(--tw-text-opacity,1))!important}.active\:text-stone-200:active{--tw-text-opacity:1!important;color:#e7e5e4!important;color:rgb(231 229 228/var(--tw-text-opacity,1))!important}.active\:text-stone-300:active{--tw-text-opacity:1!important;color:#d6d3d1!important;color:rgb(214 211 209/var(--tw-text-opacity,1))!important}.active\:text-stone-400:active{--tw-text-opacity:1!important;color:#a8a29e!important;color:rgb(168 162 158/var(--tw-text-opacity,1))!important}.active\:text-stone-500:active{--tw-text-opacity:1!important;color:#78716c!important;color:rgb(120 113 108/var(--tw-text-opacity,1))!important}.active\:text-stone-600:active{--tw-text-opacity:1!important;color:#57534e!important;color:rgb(87 83 78/var(--tw-text-opacity,1))!important}.active\:text-stone-700:active{--tw-text-opacity:1!important;color:#44403c!important;color:rgb(68 64 60/var(--tw-text-opacity,1))!important}.active\:text-stone-800:active{--tw-text-opacity:1!important;color:#292524!important;color:rgb(41 37 36/var(--tw-text-opacity,1))!important}.active\:text-stone-900:active{--tw-text-opacity:1!important;color:#1c1917!important;color:rgb(28 25 23/var(--tw-text-opacity,1))!important}.active\:text-stone-950:active{--tw-text-opacity:1!important;color:#0c0a09!important;color:rgb(12 10 9/var(--tw-text-opacity,1))!important}.active\:text-teal-100:active{--tw-text-opacity:1!important;color:#ccfbf1!important;color:rgb(204 251 241/var(--tw-text-opacity,1))!important}.active\:text-teal-200:active{--tw-text-opacity:1!important;color:#99f6e4!important;color:rgb(153 246 228/var(--tw-text-opacity,1))!important}.active\:text-teal-300:active{--tw-text-opacity:1!important;color:#5eead4!important;color:rgb(94 234 212/var(--tw-text-opacity,1))!important}.active\:text-teal-400:active{--tw-text-opacity:1!important;color:#2dd4bf!important;color:rgb(45 212 191/var(--tw-text-opacity,1))!important}.active\:text-teal-500:active{--tw-text-opacity:1!important;color:#14b8a6!important;color:rgb(20 184 166/var(--tw-text-opacity,1))!important}.active\:text-teal-600:active{--tw-text-opacity:1!important;color:#0d9488!important;color:rgb(13 148 136/var(--tw-text-opacity,1))!important}.active\:text-teal-700:active{--tw-text-opacity:1!important;color:#0f766e!important;color:rgb(15 118 110/var(--tw-text-opacity,1))!important}.active\:text-teal-800:active{--tw-text-opacity:1!important;color:#115e59!important;color:rgb(17 94 89/var(--tw-text-opacity,1))!important}.active\:text-teal-900:active{--tw-text-opacity:1!important;color:#134e4a!important;color:rgb(19 78 74/var(--tw-text-opacity,1))!important}.active\:text-teal-950:active{--tw-text-opacity:1!important;color:#042f2e!important;color:rgb(4 47 46/var(--tw-text-opacity,1))!important}.active\:text-violet-100:active{--tw-text-opacity:1!important;color:#ede9fe!important;color:rgb(237 233 254/var(--tw-text-opacity,1))!important}.active\:text-violet-200:active{--tw-text-opacity:1!important;color:#ddd6fe!important;color:rgb(221 214 254/var(--tw-text-opacity,1))!important}.active\:text-violet-300:active{--tw-text-opacity:1!important;color:#c4b5fd!important;color:rgb(196 181 253/var(--tw-text-opacity,1))!important}.active\:text-violet-400:active{--tw-text-opacity:1!important;color:#a78bfa!important;color:rgb(167 139 250/var(--tw-text-opacity,1))!important}.active\:text-violet-500:active{--tw-text-opacity:1!important;color:#8b5cf6!important;color:rgb(139 92 246/var(--tw-text-opacity,1))!important}.active\:text-violet-600:active{--tw-text-opacity:1!important;color:#7c3aed!important;color:rgb(124 58 237/var(--tw-text-opacity,1))!important}.active\:text-violet-700:active{--tw-text-opacity:1!important;color:#6d28d9!important;color:rgb(109 40 217/var(--tw-text-opacity,1))!important}.active\:text-violet-800:active{--tw-text-opacity:1!important;color:#5b21b6!important;color:rgb(91 33 182/var(--tw-text-opacity,1))!important}.active\:text-violet-900:active{--tw-text-opacity:1!important;color:#4c1d95!important;color:rgb(76 29 149/var(--tw-text-opacity,1))!important}.active\:text-violet-950:active{--tw-text-opacity:1!important;color:#2e1065!important;color:rgb(46 16 101/var(--tw-text-opacity,1))!important}.active\:text-yellow-100:active{--tw-text-opacity:1!important;color:#fef9c3!important;color:rgb(254 249 195/var(--tw-text-opacity,1))!important}.active\:text-yellow-200:active{--tw-text-opacity:1!important;color:#fef08a!important;color:rgb(254 240 138/var(--tw-text-opacity,1))!important}.active\:text-yellow-300:active{--tw-text-opacity:1!important;color:#fde047!important;color:rgb(253 224 71/var(--tw-text-opacity,1))!important}.active\:text-yellow-400:active{--tw-text-opacity:1!important;color:#facc15!important;color:rgb(250 204 21/var(--tw-text-opacity,1))!important}.active\:text-yellow-500:active{--tw-text-opacity:1!important;color:#eab308!important;color:rgb(234 179 8/var(--tw-text-opacity,1))!important}.active\:text-yellow-600:active{--tw-text-opacity:1!important;color:#ca8a04!important;color:rgb(202 138 4/var(--tw-text-opacity,1))!important}.active\:text-yellow-700:active{--tw-text-opacity:1!important;color:#a16207!important;color:rgb(161 98 7/var(--tw-text-opacity,1))!important}.active\:text-yellow-800:active{--tw-text-opacity:1!important;color:#854d0e!important;color:rgb(133 77 14/var(--tw-text-opacity,1))!important}.active\:text-yellow-900:active{--tw-text-opacity:1!important;color:#713f12!important;color:rgb(113 63 18/var(--tw-text-opacity,1))!important}.active\:text-yellow-950:active{--tw-text-opacity:1!important;color:#422006!important;color:rgb(66 32 6/var(--tw-text-opacity,1))!important}.active\:text-zinc-100:active{--tw-text-opacity:1!important;color:#f4f4f5!important;color:rgb(244 244 245/var(--tw-text-opacity,1))!important}.active\:text-zinc-200:active{--tw-text-opacity:1!important;color:#e4e4e7!important;color:rgb(228 228 231/var(--tw-text-opacity,1))!important}.active\:text-zinc-300:active{--tw-text-opacity:1!important;color:#d4d4d8!important;color:rgb(212 212 216/var(--tw-text-opacity,1))!important}.active\:text-zinc-400:active{--tw-text-opacity:1!important;color:#a1a1aa!important;color:rgb(161 161 170/var(--tw-text-opacity,1))!important}.active\:text-zinc-500:active{--tw-text-opacity:1!important;color:#71717a!important;color:rgb(113 113 122/var(--tw-text-opacity,1))!important}.active\:text-zinc-600:active{--tw-text-opacity:1!important;color:#52525b!important;color:rgb(82 82 91/var(--tw-text-opacity,1))!important}.active\:text-zinc-700:active{--tw-text-opacity:1!important;color:#3f3f46!important;color:rgb(63 63 70/var(--tw-text-opacity,1))!important}.active\:text-zinc-800:active{--tw-text-opacity:1!important;color:#27272a!important;color:rgb(39 39 42/var(--tw-text-opacity,1))!important}.active\:text-zinc-900:active{--tw-text-opacity:1!important;color:#18181b!important;color:rgb(24 24 27/var(--tw-text-opacity,1))!important}.active\:text-zinc-950:active{--tw-text-opacity:1!important;color:#09090b!important;color:rgb(9 9 11/var(--tw-text-opacity,1))!important}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed!important}.disabled\:opacity-50:disabled{opacity:.5!important}.group:hover .group-hover\:flex{display:flex!important}.group:hover .group-hover\:max-h-20{max-height:5rem!important}.group:hover .group-hover\:scale-110{--tw-scale-x:1.1!important;--tw-scale-y:1.1!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.group:hover .group-hover\:bg-blue-200{--tw-bg-opacity:1!important;background-color:#bfdbfe!important;background-color:rgb(191 219 254/var(--tw-bg-opacity,1))!important}.group:hover .group-hover\:text-blue-600{--tw-text-opacity:1!important;color:#2563eb!important;color:rgb(37 99 235/var(--tw-text-opacity,1))!important}.group:hover .group-hover\:opacity-100{opacity:1!important}.group:hover .group-hover\:brightness-75{--tw-brightness:brightness(.75)!important;filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.peer:checked~.peer-checked\:bg-blue-600{--tw-bg-opacity:1!important;background-color:#2563eb!important;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))!important}.peer:checked~.peer-checked\:after\:translate-x-full:after{--tw-translate-x:100%!important;content:var(--tw-content)!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.peer:checked~.peer-checked\:after\:border-white:after{--tw-border-opacity:1!important;border-color:#fff!important;border-color:rgb(255 255 255/var(--tw-border-opacity,1))!important;content:var(--tw-content)!important}.peer:focus~.peer-focus\:outline-none{outline:2px solid #0000!important;outline-offset:2px!important}.peer:focus~.peer-focus\:ring-4{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),0 0 #0000!important;box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)!important}.peer:focus~.peer-focus\:ring-blue-300{--tw-ring-opacity:1!important;--tw-ring-color:rgb(147 197 253/var(--tw-ring-opacity,1))!important}@media (min-width:640px){.sm\:ml-2{margin-left:.5rem!important}.sm\:mr-2{margin-right:.5rem!important}.sm\:inline{display:inline!important}.sm\:h-4{height:1rem!important}.sm\:h-5{height:1.25rem!important}.sm\:w-4{width:1rem!important}.sm\:w-5{width:1.25rem!important}.sm\:w-96{width:24rem!important}.sm\:max-w-24{max-width:6rem!important}.sm\:max-w-32{max-width:8rem!important}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.sm\:flex-row{flex-direction:row!important}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0!important;margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)))!important;margin-right:calc(1rem*var(--tw-space-x-reverse))!important}.sm\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0!important;margin-left:calc(1.5rem*(1 - var(--tw-space-x-reverse)))!important;margin-right:calc(1.5rem*var(--tw-space-x-reverse))!important}.sm\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0!important;margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)))!important;margin-right:calc(2rem*var(--tw-space-x-reverse))!important}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-bottom:calc(0px*var(--tw-space-y-reverse))!important;margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))!important}.sm\:px-4{padding-left:1rem!important;padding-right:1rem!important}.sm\:px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.sm\:py-2{padding-bottom:.5rem!important;padding-top:.5rem!important}.sm\:pl-4{padding-left:1rem!important}.sm\:text-2xl{font-size:1.5rem!important;line-height:2rem!important}.sm\:text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.sm\:text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.sm\:text-5xl{font-size:3rem!important;line-height:1!important}.sm\:text-6xl{font-size:3.75rem!important;line-height:1!important}.sm\:text-7xl{font-size:4.5rem!important;line-height:1!important}.sm\:text-sm{font-size:.875rem!important;line-height:1.25rem!important}}@media (min-width:768px){.md\:flex{display:flex!important}.md\:grid{display:grid!important}.md\:hidden{display:none!important}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.md\:items-center{align-items:center!important}.md\:justify-start{justify-content:flex-start!important}.md\:justify-end{justify-content:flex-end!important}.md\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-bottom:calc(0px*var(--tw-space-y-reverse))!important;margin-top:calc(0px*(1 - var(--tw-space-y-reverse)))!important}}@media (min-width:1024px){.lg\:static{position:static!important}.lg\:z-0{z-index:0!important}.lg\:ml-0{margin-left:0!important}.lg\:block{display:block!important}.lg\:hidden{display:none!important}.lg\:translate-x-0{--tw-translate-x:0px!important;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.lg\:p-8{padding:2rem!important}.lg\:px-8{padding-left:2rem!important;padding-right:2rem!important}.lg\:py-32{padding-bottom:8rem!important;padding-top:8rem!important}.lg\:text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.lg\:text-7xl{font-size:4.5rem!important;line-height:1!important}}
/*# sourceMappingURL=main.045865f0.css.map*/