Help
RSS
API
Feed
Maltego
Contact
Domain > enhance.dev
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2024-11-27
3.163.165.54
(
ClassC
)
2025-03-12
18.67.0.49
(
ClassC
)
2025-12-09
18.161.6.72
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Tue, 09 Dec 2025 19:38:59 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://enhance.dev/X-Cache: Redirect from cloudfrontVia: 1.1 185f4b03b711932fc7e735c08fdc5abe.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P1X-Amz-Cf-Id: dblkwJ9Yp7vS5sxSLBSffPWyKMCC1a7cILqRn0WSGcIRFFQ84RXwmQ html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/html; charsetutf8Content-Length: 386431Connection: keep-aliveDate: Tue, 09 Dec 2025 19:38:59 GMTApigw-Requestid: VVghHh0qvHcEM9gcache-control: max-age86400Server-Timing: preflight;descenhance-preflight;dur0.0179,api;descenhance-api;dur0.213,elements;descenhance-elements;dur1.8,html;descenhance-html;dur302X-Cache: Miss from cloudfrontVia: 1.1 288c777a01e22425da9494dad7a69734.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P1X-Amz-Cf-Id: tinETzY3aC3jYph7lbL8NMdRZB6lIVNnYIZkwYvFn3ZXydhr7AhI_g !DOCTYPE html>html langen>head> meta charsetUTF-8> link relapple-touch-icon sizes180x180 href/_static/img/favicon/apple-touch-icon-139483a174.png> link relicon typeimage/png sizes32x32 href/_static/img/favicon/favicon-32x32-cd94b3594d.png> link relicon typeimage/png sizes16x16 href/_static/img/favicon/favicon-16x16-000fd77685.png> link hrefhttps://fosstodon.org/@enhance_dev relme> link relstylesheet href/_static/css/docs-colors-b890ae168f.css> link relstylesheet href/_static/css/docs-highlight-dcf295bbfd.css> link relstylesheet href/_static/bundles/docsearch-css-7e102c2fab.css> meta nameog:type contentwebsite> link relmanifest href/_static/img/favicon/site-bf31baf91b.webmanifest> meta http-equivX-UA-Compatible contentIEedge> meta nameviewport contentwidthdevice-width, initial-scale1.0> style>/** * ENHANCE STYLES * For more information, please see the documentation at : https://github.com/enhance-dev/enhance-styles#readme *//*** Theme Colors ***/:root { --accent-h: 208; --accent-s: 100%; --accent-l: 42.9%; --accent: hsl(var(--accent-h), var(--accent-s), var(--accent-l)); --light: #EFEFEF; --dark: #222222; --fore: var(--dark, currentColor); --back: var(--light); --error-h: 0; --error-s: 94.5%; --error-l: 43.1%; --error: hsl(var(--error-h), var(--error-s), var(--error-l)); --gray-100: hsl(0, 0%, 90%); --gray-200: hsl(0, 0%, 80%); --gray-300: hsl(0, 0%, 70%); --gray-400: hsl(0, 0%, 60%); --gray-500: hsl(0, 0%, 50%); --gray-600: hsl(0, 0%, 40%); --gray-700: hsl(0, 0%, 30%); --gray-800: hsl(0, 0%, 20%); --gray-900: hsl(0, 0%, 10%); --focus-l: 30%; accent-color: var(--accent, royalblue); color-scheme: light dark;}:is(a, button, input, textarea, summary):focus:not(:focus-visible) { outline: none;}:is(a, button, input, textarea, summary):focus-visible { outline: max(var(--focus-size, 1px), 1px) solid var(--accent, royalblue); outline-offset: var(--focus-offset, 0); box-shadow: 0 0 0 max(var(--focus-size, 3px), 3px) hsl(var(--accent-h), var(--accent-s), calc(var(--accent-l) + var(--focus-l))) ;}:is(a, button, input, textarea, summary):not(:focus):not(:placeholder-shown):invalid { outline: max(var(--focus-size, 1px), 1px) solid var(--error, crimson); outline-offset: var(--focus-offset, 0); box-shadow: 0 0 0 3px hsl(var(--error-h), var(--error-s), calc(var(--error-l) + var(--focus-l)));}@media (prefers-color-scheme: dark) { :root { --accent-h: 208; --accent-s: 100%; --accent-l: 62%; --error-h: 0; --error-s: 94.5%; --error-l: 62%; --focus-l: -30%; --fore: var(--light); --back: var(--dark); }}/*** Spot Colors ***/:root { --white: #FFFFFF; --black: #000000; --light: #EFEFEF; --dark: #222222; --ateneo: #174069; --blue: #1F74D6; --cloud: #F7F0FE; --dark-purple: #7327CE; --denim: #002e47; --green: #2CDD93; --halite: #00293F; --indigo: #004163; --inky: #4D7185; --lily: #E5EBEE; --magenta: #E21893; --mid-purple: #9853F7; --orange: #FF6263; --pale-cyan: #d3fbff; --princess: #F57AFF; --purple: #AD6EF9; --rift: #01040D; --smoke: #F3F3F3;}/*** Custom Properties ***/:root { --docs-nav-width:16rem;/* docs-nav-width */--docs-max-width:100rem;/* docs-max-width */--editorial-width:max(320px - var(--space-0), 87.5vw);/* editorial-width */--font-mono:Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;/* font-mono */} /*** Type Scale ***/:root {--text--2: clamp(0.64rem, 0.64rem + 0vw, 0.64rem);--text--1: clamp(0.8rem, 0.8rem + 0vw, 0.8rem);--text-0: clamp(1rem, 1rem + 0vw, 1rem);--text-1: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);--text-2: clamp(1.56rem, 1.56rem + 0vw, 1.56rem);--text-3: clamp(1.95rem, 1.95rem + 0vw, 1.95rem);--text-4: clamp(2.44rem, 2.44rem + 0vw, 2.44rem);--text-5: clamp(3.05rem, 3.05rem + 0vw, 3.05rem);--text-6: clamp(3.82rem, 3.82rem + 0vw, 3.82rem);--text-7: clamp(4.77rem, 4.77rem + 0vw, 4.77rem);--text-8: clamp(5.96rem, 5.96rem + 0vw, 5.96rem);--text-9: clamp(7.45rem, 7.45rem + 0vw, 7.45rem);--text-10: clamp(9.31rem, 9.31rem + 0vw, 9.31rem);--text-11: clamp(11.64rem, 11.64rem + 0vw, 11.64rem);} /*** Space Scale ***/:root {--space--11: clamp(0.09rem, 0.09rem + 0vw, 0.09rem);--space--10: clamp(0.11rem, 0.11rem + 0vw, 0.11rem);--space--9: clamp(0.13rem, 0.13rem + 0vw, 0.13rem);--space--8: clamp(0.17rem, 0.17rem + 0vw, 0.17rem);--space--7: clamp(0.21rem, 0.21rem + 0vw, 0.21rem);--space--6: clamp(0.26rem, 0.26rem + 0vw, 0.26rem);--space--5: clamp(0.33rem, 0.33rem + 0vw, 0.33rem);--space--4: clamp(0.41rem, 0.41rem + 0vw, 0.41rem);--space--3: clamp(0.51rem, 0.51rem + 0vw, 0.51rem);--space--2: clamp(0.64rem, 0.64rem + 0vw, 0.64rem);--space--1: clamp(0.8rem, 0.8rem + 0vw, 0.8rem);--space-0: clamp(1rem, 1rem + 0vw, 1rem);--space-1: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);--space-2: clamp(1.56rem, 1.56rem + 0vw, 1.56rem);--space-3: clamp(1.95rem, 1.95rem + 0vw, 1.95rem);--space-4: clamp(2.44rem, 2.44rem + 0vw, 2.44rem);--space-5: clamp(3.05rem, 3.05rem + 0vw, 3.05rem);--space-6: clamp(3.82rem, 3.82rem + 0vw, 3.82rem);--space-7: clamp(4.77rem, 4.77rem + 0vw, 4.77rem);--space-8: clamp(5.96rem, 5.96rem + 0vw, 5.96rem);--space-9: clamp(7.45rem, 7.45rem + 0vw, 7.45rem);--space-10: clamp(9.31rem, 9.31rem + 0vw, 9.31rem);--space-11: clamp(11.64rem, 11.64rem + 0vw, 11.64rem);} /*** Reset ***/*,*::before,*::after { box-sizing: border-box;}* { margin: 0; padding: 0; border: 0 solid transparent;}html:focus-within { scroll-behavior: smooth;}audio,canvas,embed,iframe,img,object,picture,svg,video { display: block; max-width: 100%;}img,picture,svg,video { block-size: auto;}button,input,select,textarea { font: inherit; line-height: inherit; color: inherit;}a { cursor: pointer; color: inherit; text-decoration: inherit;}a:not(class) { text-decoration-skip-ink: auto;}button,rolebutton { cursor: pointer; background-color: transparent;}code { font: inherit; font-size: inherit;}h1,h2,h3,h4,h5,h6 { font-size: inherit; font-weight: inherit;}ulrolelist,olrolelist { list-style: none;}table { border-collapse: collapse; border-spacing: 0;}textarea { vertical-align: top; overflow: auto;}dialog { margin: auto;}@media (prefers-reduced-motion: reduce) { html:focus-within { scroll-behavior: auto; } *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }}/*** Typeface ***/html {font-size: 100%;}/*** Family ***/.font-sans{font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;}.font-mono{font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;}.font-roboto{font-family: Roboto Mono, monospace;}.font-montserrat{font-family: Montserrat, sans-serif;}body { font-size: var(--text-0); font-weight: normal; line-height: 1; text-rendering: optimizeSpeed;}/*** Smoothing ***/.font-smoothing { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}/*** Background ***/.bg-fixed{background-attachment:fixed;}.bg-local{background-attachment:local;}.bg-scroll{background-attachment:scroll;}.bg-bottom{background-position:bottom;}.bg-center{background-position:center;}.bg-left{background-position:left;}.bg-left-bottom{background-position:left bottom;}.bg-left-top{background-position:left top;}.bg-right{background-position:right;}.bg-right-bottom{background-position:right bottom;}.bg-right-top{background-position:right top;}.bg-top{background-position:top;}.bg-repeat{background-repeat:repeat;}.bg-no-repeat{background-repeat:no-repeat;}.bg-repeat-x{background-repeat:repeat-x;}.bg-repeat-y{background-repeat:repeat-y;}.bg-repeat-round{background-repeat:round;}.bg-repeat-space{background-repeat:space;}.bg-auto{background-size:auto;}.bg-cover{background-size:cover;}.bg-contain{background-size:contain;}.bg-unset{background-color:unset;}.bg-clip-border{background-clip:border-box;}.bg-clip-content{background-clip:content-box;}.bg-clip-padding{background-clip:padding-box;}.bg-clip-text{ background-clip:text; -webkit-background-clip:text; color:transparent;}/*** Border ***/.border-solid{border-style:solid;}.border-dashed{border-style:dashed;}.border-dotted{border-style:dotted;}.border-double{border-style:double;}.border-none{border-style:none;}.border-bs-none{border-block-start:none;}.border-be-none{border-block-end:none;}.border-is-none{border-inline-start:none;}.border-ie-none{border-inline-end:none;}.border0{border-width:0px;}.border-bs0{border-block-start-width:0px;}.border-be0{border-block-end-width:0px;}.border-is0{border-inline-start-width:0px;}.border-ie0{border-inline-end-width:0px;}.border1{border-width:1px;}.border-bs1{border-block-start-width:1px;}.border-be1{border-block-end-width:1px;}.border-is1{border-inline-start-width:1px;}.border-ie1{border-inline-end-width:1px;}.border2{border-width:2px;}.border-bs2{border-block-start-width:2px;}.border-be2{border-block-end-width:2px;}.border-is2{border-inline-start-width:2px;}.border-ie2{border-inline-end-width:2px;}.border3{border-width:3px;}.border-bs3{border-block-start-width:3px;}.border-be3{border-block-end-width:3px;}.border-is3{border-inline-start-width:3px;}.border-ie3{border-inline-end-width:3px;}/*** Radius ***/.radius-none{border-radius:0;}.radius-100{border-radius:100%;}.radius-pill{border-radius:9999px;}.radius-bs-none,.radius-is-none,.radius-ss-none{border-start-start-radius:0;}.radius-bs-none,.radius-ie-none,.radius-se-none{border-start-end-radius:0;}.radius-be-none,.radius-is-none,.radius-es-none{border-end-start-radius:0;}.radius-be-none,.radius-ie-none,.radius-ee-none{border-end-end-radius:0;}/*** Color ***/.text-current{color:currentColor}/* current color */.text-transparent{color:transparent}/* transparent */.border-current{border-color:currentColor}/* current color */.border-transparent{border-color:transparent}/* transparent */.background-current{background-color:currentColor}/* current color */.background-transparent{background-color:transparent}/* transparent *//*** Fill ***/.fill-none{fill:none}.fill-current{fill:currentColor}/*** Stroke ***/.stroke-none{stroke:none;}.stroke-current{stroke:currentColor;} /*** Font Sizes ***/.text-2{font-size:var(--text--2);}.text-1{font-size:var(--text--1);}.text0{font-size:var(--text-0);}.text1{font-size:var(--text-1);}.text2{font-size:var(--text-2);}.text3{font-size:var(--text-3);}.text4{font-size:var(--text-4);}.text5{font-size:var(--text-5);}.text6{font-size:var(--text-6);}.text7{font-size:var(--text-7);}.text8{font-size:var(--text-8);}.text9{font-size:var(--text-9);}.text10{font-size:var(--text-10);}.text11{font-size:var(--text-11);}/*** Style ***/.italic{font-style:italic;}.not-italic{font-style:normal;}/*** Line Height ***/.leading5{line-height: 2;}.leading4{line-height: 1.625;}.leading3{line-height: 1.5;}.leading2{line-height: 1.375;}.leading1{line-height: 1.25;}.leading0,.leading-none{line-height:1;}/*** Tracking ***/.tracking3{letter-spacing: 0.1em;}.tracking2{letter-spacing: 0.05em;}.tracking1{letter-spacing: 0.025em;}.tracking0{letter-spacing: 0;}.tracking-1{letter-spacing: -0.025em;}.tracking-2{letter-spacing: -0.05em;} /*** Font Weight ***/.font-hairline{font-weight:100;}.font-thin{font-weight:200;}.font-light{font-weight:300;}.font-normal{font-weight:400;}.font-medium{font-weight:500;}.font-semibold{font-weight:600;}.font-bold{font-weight:700;}.font-extrabold{font-weight:800;}.font-black{font-weight:900;}/*** Text Transform ***/.uppercase{text-transform:uppercase;}.lowercase{text-transform:lowercase;}.capitalize{text-transform:capitalize;}.normal-case{text-transform:none;} /*** Text alignment ***/.text-inherit{text-align:inherit;}.text-center{text-align:center;}.text-start{text-align:start;}.text-end{text-align:end;} /*** Decoration ***/.no-underline{text-decoration:none;}.underline{text-decoration:underline;}.line-through{text-decoration:line-through;} /*** List ***/.list-none{list-style:none;}.list-disc{list-style:disc;}.list-decimal{list-style:decimal;}/*** Whitespace ***/.whitespace-normal{white-space:normal;}.truncate,.whitespace-no-wrap{white-space:nowrap;}.whitespace-pre{white-space:pre;}.whitespace-pre-line{white-space:pre-line;}.whitespace-pre-wrap{white-space:pre-wrap;} /*** Wordbreak ***/.break-normal{word-break:normal}.break-normal,.break-word{overflow-wrap:normal}.break-all{word-break:break-all}.break-keep{word-break:keep-all}.truncate,.ellipsis{text-overflow:ellipsis} /*** Layout ***//*** Position ***/.sticky{position:sticky;}.static{position:static;}.absolute{position:absolute;}.relative{position:relative;}.fixed{position:fixed;}/*** Inset ***/.inset-0{inset:0}.inset-b-0{inset-block:0;}.inset-bs-0{inset-block-start:0;}.inset-be-0{inset-block-end:0;}.inset-i-0{inset-inline:0;}.inset-is-0{inset-inline-start:0;}.inset-ie-0{inset-inline-end:0;}/*** Display ***/.hidden{display:none;}.block{display:block;}.inline{display:inline;}.inline-block{display:inline-block;}.flex{display:flex;}.inline-flex{display:inline-flex;}.grid{display:grid;}.inline-grid{display:inline-grid;}/*** Size ***/.sb-0{block-size:0}.sb-auto{block-size:auto}.sb-100{block-size:100%}.sb-min-0{min-block-size:0}.sb-min-100{min-block-size:100%}.sb-max-0{max-block-size:0}.sb-max-100{max-block-size:100%}.sb-100vw{block-size:100vw}.sb-100vh{block-size:100vh}.si-0{inline-size:0}.si-auto{inline-size:auto}.si-100{inline-size:100%}.si-min-0{min-inline-size:0}.si-min-100{min-inline-size:100%}.si-max0{max-inline-size:0}.si-max-100{max-inline-size:100%}.si-100vw{inline-size:100vw}.si-100vh{inline-size:100vh}/*** Flex ***/.flex-1{flex: 1 1 0%;}.flex-auto{flex: 1 1 auto;}.flex-initial{flex: 0 1 auto;}.flex-none{flex:none;}.flex-row{flex-direction:row;}.flex-row-reverse{flex-direction:row-reverse;}.flex-col{flex-direction:column;}.flex-col-reverse{flex-direction:column-reverse;}.flex-grow{flex-grow:1;}.flex-grow-0{flex-grow:0;}.flex-shrink{flex-shrink:1;}.flex-shrink-0{flex-shrink:0;}.flex-wrap{flex-wrap:wrap;}.flex-wrap-reverse{flex-wrap:wrap-reverse;}.flex-no-wrap{flex-wrap:nowrap;}/*** Grid ***/.flow-row{grid-auto-flow:row;}.flow-col{grid-auto-flow:column;}.flow-row-dense{grid-auto-flow:row dense;}.flow-column-dense{grid-auto-flow:column dense;}.row-auto{grid-row:auto;}.col-auto{grid-column:auto;}.col-end-auto{grid-column-end: auto;}.rows-end-auto{grid-row-end:auto;}.rows-none{grid-template-rows:none;}.col-1{grid-template-columns:repeat(1, minmax(0, 1fr));}.col-span-1{grid-column: span 1 / span 1;}.col-start-1{grid-column-start: 1;}.row-start-1{grid-row-start: 1;}.col-end-1{grid-column-end: 1;}.row-end-1{grid-row-end: 1;}.row-1{grid-template-rows: repeat(1, minmax(0, 1fr));}.col-2{grid-template-columns:repeat(2, minmax(0, 1fr));}.col-span-2{grid-column: span 2 / span 2;}.col-start-2{grid-column-start: 2;}.row-start-2{grid-row-start: 2;}.col-end-2{grid-column-end: 2;}.row-end-2{grid-row-end: 2;}.row-2{grid-template-rows: repeat(2, minmax(0, 1fr));}.col-3{grid-template-columns:repeat(3, minmax(0, 1fr));}.col-span-3{grid-column: span 3 / span 3;}.col-start-3{grid-column-start: 3;}.row-start-3{grid-row-start: 3;}.col-end-3{grid-column-end: 3;}.row-end-3{grid-row-end: 3;}.row-3{grid-template-rows: repeat(3, minmax(0, 1fr));}.col-4{grid-template-columns:repeat(4, minmax(0, 1fr));}.col-span-4{grid-column: span 4 / span 4;}.col-start-4{grid-column-start: 4;}.row-start-4{grid-row-start: 4;}.col-end-4{grid-column-end: 4;}.row-end-4{grid-row-end: 4;}.row-4{grid-template-rows: repeat(4, minmax(0, 1fr));}.col-5{grid-template-columns:repeat(5, minmax(0, 1fr));}.col-span-5{grid-column: span 5 / span 5;}.col-start-5{grid-column-start: 5;}.row-start-5{grid-row-start: 5;}.col-end-5{grid-column-end: 5;}.row-end-5{grid-row-end: 5;}.row-5{grid-template-rows: repeat(5, minmax(0, 1fr));}.col-6{grid-template-columns:repeat(6, minmax(0, 1fr));}.col-span-6{grid-column: span 6 / span 6;}.col-start-6{grid-column-start: 6;}.row-start-6{grid-row-start: 6;}.col-end-6{grid-column-end: 6;}.row-end-6{grid-row-end: 6;}.row-6{grid-template-rows: repeat(6, minmax(0, 1fr));}/*** Box alignment ***/.align-items-stretch{align-items:stretch;}.align-items-center{align-items:center;}.align-items-start{align-items:start;}.align-items-end{align-items:end;}.align-items-self-start{align-items:self-start;}.align-items-self-end{align-items:self-end;}.align-items-flex-start{align-items:flex-start;}.align-items-flex-end{align-items:flex-end;}.align-items-baseline{align-items:baseline;}.align-content-stretch{align-content:stretch;}.align-content-center{align-content:center;}.align-content-start{align-content:start;}.align-content-end{align-content:end;}.align-content-flex-start{align-content:flex-start;}.align-content-flex-end{align-content:flex-end;}.align-content-baseline{align-content:baseline;}.align-content-between{align-content:space-between;}.align-content-around{align-content:space-around;}.align-content-evenly{align-content:space-evenly;}.align-self-stretch{align-self:stretch;}.align-self-auto{align-self:auto;}.align-self-center{align-self:center;}.align-self-start{align-self:start;}.align-self-end{align-self:end;}.align-self-self-start{align-self:self-start;}.align-self-self-end{align-self:self-end;}.align-self-flex-start{align-self:flex-start;}.align-self-flex-end{align-self:flex-end;}.align-self-baseline{align-self:baseline;}.justify-content-stretch{justify-content:stretch;}.justify-content-center{justify-content:center;}.justify-content-start{justify-content:start;}.justify-content-end{justify-content:end;}.justify-content-flex-start{justify-content:flex-start;}.justify-content-flex-end{justify-content:flex-end;}.justify-content-between{justify-content:space-between;}.justify-content-around{justify-content:space-around;}.justify-content-evenly{justify-content:space-evenly;}.justify-items-stretch{justify-items:stretch;}.justify-items-center{justify-items:center;}.justify-items-start{justify-items:start;}.justify-items-end{justify-items:end;}.justify-items-flex-start{justify-items:flex-start;}.justify-items-flex-end{justify-items:flex-end;}.justify-items-self-start{justify-items:self-start;}.justify-items-self-end{justify-items:self-end;}.justify-items-baseline{justify-items:baseline;}.justify-self-stretch{justify-self:stretch;}.justify-self-center{justify-self:center;}.justify-self-start{justify-self:start;}.justify-self-end{justify-self:end;}.justify-self-flex-start{justify-self:flex-start;}.justify-self-flex-end{justify-self:flex-end;}.justify-self-self-start{justify-self:self-start;}.justify-self-self-end{justify-self:self-end;}.justify-self-baseline{justify-self:baseline;}.place-content-stretch{place-content:stretch;}.place-content-center{place-content:center;}.place-content-start{place-content:start;}.place-content-end{place-content:end;}.place-content-flex-start{place-content:flex-start;}.place-content-flex-end{place-content:flex-end;}.place-content-between{place-content:space-between;}.place-content-around{place-content:space-around;}.place-content-evenly{place-content:space-evenly;}.place-items-stretch{place-items:stretch;}.place-items-center{place-items:center;}.place-items-start{place-items:start;}.place-items-end{place-items:end;}.place-items-self-start{place-items:self-start;}.place-items-self-end{place-items:self-end;}.place-items-flex-start{place-items:flex-start;}.place-items-flex-end{place-items:flex-end;}.place-items-baseline{place-items:baseline;}.place-self-stretch{place-self:stretch;}.place-self-center{place-self:center;}.place-self-start{place-self:start;}.place-self-end{place-self:end;}.place-self-flex-start{place-self:flex-start;}.place-self-flex-end{place-self:flex-end;}.place-self-self-start{place-self:self-start;}.place-self-self-end{place-self:self-end;}.place-self-baseline{place-self:baseline;}/*** Gap ***/.gap-11{gap:var(--space--11);}.gap-10{gap:var(--space--10);}.gap-9{gap:var(--space--9);}.gap-8{gap:var(--space--8);}.gap-7{gap:var(--space--7);}.gap-6{gap:var(--space--6);}.gap-5{gap:var(--space--5);}.gap-4{gap:var(--space--4);}.gap-3{gap:var(--space--3);}.gap-2{gap:var(--space--2);}.gap-1{gap:var(--space--1);}.gap0{gap:var(--space-0);}.gap1{gap:var(--space-1);}.gap2{gap:var(--space-2);}.gap3{gap:var(--space-3);}.gap4{gap:var(--space-4);}.gap5{gap:var(--space-5);}.gap6{gap:var(--space-6);}.gap7{gap:var(--space-7);}.gap8{gap:var(--space-8);}.gap9{gap:var(--space-9);}.gap10{gap:var(--space-10);}.gap11{gap:var(--space-11);}/*** Order ***/.order-first{order:-9999;}.order-last{order:9999;}.order-none{order:0;}.order-1{order:1;}.order-2{order:2;}.order-3{order:3;}.order-4{order:4;}.order-5{order:5;}.order-6{order:6;}/*** Z-Index ***/.z-auto{z-index:auto;}.z1{z-index:1;}.z0{z-index:0;}.z-1{z-index:-1;}/*** Margin ***/.m-none{margin:0}.mb-none{margin-block:0}.mbs-none{margin-block-start:0}.mbe-none{margin-block-end:0}.mi-none{margin-inline:0}.mis-none{margin-inline-start:0}.mie-none{margin-inline-end:0}.m-auto{margin:auto}.mb-auto{margin-block:auto}.mbs-auto{margin-block-start:auto}.mbe-auto{margin-block-end:auto}.mi-auto{margin-inline:auto}.mis-auto{margin-inline-start:auto}.mie-auto{margin-inline-end:auto}.m-11{margin:var(--space--11);}.mb-11{margin-block:var(--space--11);}.mbs-11{margin-block-start:var(--space--11);}.mbe-11{margin-block-end:var(--space--11);}.mi-11{margin-inline:var(--space--11);}.mis-11{margin-inline-start:var(--space--11);}.mie-11{margin-inline-end:var(--space--11);}.m-10{margin:var(--space--10);}.mb-10{margin-block:var(--space--10);}.mbs-10{margin-block-start:var(--space--10);}.mbe-10{margin-block-end:var(--space--10);}.mi-10{margin-inline:var(--space--10);}.mis-10{margin-inline-start:var(--space--10);}.mie-10{margin-inline-end:var(--space--10);}.m-9{margin:var(--space--9);}.mb-9{margin-block:var(--space--9);}.mbs-9{margin-block-start:var(--space--9);}.mbe-9{margin-block-end:var(--space--9);}.mi-9{margin-inline:var(--space--9);}.mis-9{margin-inline-start:var(--space--9);}.mie-9{margin-inline-end:var(--space--9);}.m-8{margin:var(--space--8);}.mb-8{margin-block:var(--space--8);}.mbs-8{margin-block-start:var(--space--8);}.mbe-8{margin-block-end:var(--space--8);}.mi-8{margin-inline:var(--space--8);}.mis-8{margin-inline-start:var(--space--8);}.mie-8{margin-inline-end:var(--space--8);}.m-7{margin:var(--space--7);}.mb-7{margin-block:var(--space--7);}.mbs-7{margin-block-start:var(--space--7);}.mbe-7{margin-block-end:var(--space--7);}.mi-7{margin-inline:var(--space--7);}.mis-7{margin-inline-start:var(--space--7);}.mie-7{margin-inline-end:var(--space--7);}.m-6{margin:var(--space--6);}.mb-6{margin-block:var(--space--6);}.mbs-6{margin-block-start:var(--space--6);}.mbe-6{margin-block-end:var(--space--6);}.mi-6{margin-inline:var(--space--6);}.mis-6{margin-inline-start:var(--space--6);}.mie-6{margin-inline-end:var(--space--6);}.m-5{margin:var(--space--5);}.mb-5{margin-block:var(--space--5);}.mbs-5{margin-block-start:var(--space--5);}.mbe-5{margin-block-end:var(--space--5);}.mi-5{margin-inline:var(--space--5);}.mis-5{margin-inline-start:var(--space--5);}.mie-5{margin-inline-end:var(--space--5);}.m-4{margin:var(--space--4);}.mb-4{margin-block:var(--space--4);}.mbs-4{margin-block-start:var(--space--4);}.mbe-4{margin-block-end:var(--space--4);}.mi-4{margin-inline:var(--space--4);}.mis-4{margin-inline-start:var(--space--4);}.mie-4{margin-inline-end:var(--space--4);}.m-3{margin:var(--space--3);}.mb-3{margin-block:var(--space--3);}.mbs-3{margin-block-start:var(--space--3);}.mbe-3{margin-block-end:var(--space--3);}.mi-3{margin-inline:var(--space--3);}.mis-3{margin-inline-start:var(--space--3);}.mie-3{margin-inline-end:var(--space--3);}.m-2{margin:var(--space--2);}.mb-2{margin-block:var(--space--2);}.mbs-2{margin-block-start:var(--space--2);}.mbe-2{margin-block-end:var(--space--2);}.mi-2{margin-inline:var(--space--2);}.mis-2{margin-inline-start:var(--space--2);}.mie-2{margin-inline-end:var(--space--2);}.m-1{margin:var(--space--1);}.mb-1{margin-block:var(--space--1);}.mbs-1{margin-block-start:var(--space--1);}.mbe-1{margin-block-end:var(--space--1);}.mi-1{margin-inline:var(--space--1);}.mis-1{margin-inline-start:var(--space--1);}.mie-1{margin-inline-end:var(--space--1);}.m0{margin:var(--space-0);}.mb0{margin-block:var(--space-0);}.mbs0{margin-block-start:var(--space-0);}.mbe0{margin-block-end:var(--space-0);}.mi0{margin-inline:var(--space-0);}.mis0{margin-inline-start:var(--space-0);}.mie0{margin-inline-end:var(--space-0);}.m1{margin:var(--space-1);}.mb1{margin-block:var(--space-1);}.mbs1{margin-block-start:var(--space-1);}.mbe1{margin-block-end:var(--space-1);}.mi1{margin-inline:var(--space-1);}.mis1{margin-inline-start:var(--space-1);}.mie1{margin-inline-end:var(--space-1);}.m2{margin:var(--space-2);}.mb2{margin-block:var(--space-2);}.mbs2{margin-block-start:var(--space-2);}.mbe2{margin-block-end:var(--space-2);}.mi2{margin-inline:var(--space-2);}.mis2{margin-inline-start:var(--space-2);}.mie2{margin-inline-end:var(--space-2);}.m3{margin:var(--space-3);}.mb3{margin-block:var(--space-3);}.mbs3{margin-block-start:var(--space-3);}.mbe3{margin-block-end:var(--space-3);}.mi3{margin-inline:var(--space-3);}.mis3{margin-inline-start:var(--space-3);}.mie3{margin-inline-end:var(--space-3);}.m4{margin:var(--space-4);}.mb4{margin-block:var(--space-4);}.mbs4{margin-block-start:var(--space-4);}.mbe4{margin-block-end:var(--space-4);}.mi4{margin-inline:var(--space-4);}.mis4{margin-inline-start:var(--space-4);}.mie4{margin-inline-end:var(--space-4);}.m5{margin:var(--space-5);}.mb5{margin-block:var(--space-5);}.mbs5{margin-block-start:var(--space-5);}.mbe5{margin-block-end:var(--space-5);}.mi5{margin-inline:var(--space-5);}.mis5{margin-inline-start:var(--space-5);}.mie5{margin-inline-end:var(--space-5);}.m6{margin:var(--space-6);}.mb6{margin-block:var(--space-6);}.mbs6{margin-block-start:var(--space-6);}.mbe6{margin-block-end:var(--space-6);}.mi6{margin-inline:var(--space-6);}.mis6{margin-inline-start:var(--space-6);}.mie6{margin-inline-end:var(--space-6);}.m7{margin:var(--space-7);}.mb7{margin-block:var(--space-7);}.mbs7{margin-block-start:var(--space-7);}.mbe7{margin-block-end:var(--space-7);}.mi7{margin-inline:var(--space-7);}.mis7{margin-inline-start:var(--space-7);}.mie7{margin-inline-end:var(--space-7);}.m8{margin:var(--space-8);}.mb8{margin-block:var(--space-8);}.mbs8{margin-block-start:var(--space-8);}.mbe8{margin-block-end:var(--space-8);}.mi8{margin-inline:var(--space-8);}.mis8{margin-inline-start:var(--space-8);}.mie8{margin-inline-end:var(--space-8);}.m9{margin:var(--space-9);}.mb9{margin-block:var(--space-9);}.mbs9{margin-block-start:var(--space-9);}.mbe9{margin-block-end:var(--space-9);}.mi9{margin-inline:var(--space-9);}.mis9{margin-inline-start:var(--space-9);}.mie9{margin-inline-end:var(--space-9);}.m10{margin:var(--space-10);}.mb10{margin-block:var(--space-10);}.mbs10{margin-block-start:var(--space-10);}.mbe10{margin-block-end:var(--space-10);}.mi10{margin-inline:var(--space-10);}.mis10{margin-inline-start:var(--space-10);}.mie10{margin-inline-end:var(--space-10);}.m11{margin:var(--space-11);}.mb11{margin-block:var(--space-11);}.mbs11{margin-block-start:var(--space-11);}.mbe11{margin-block-end:var(--space-11);}.mi11{margin-inline:var(--space-11);}.mis11{margin-inline-start:var(--space-11);}.mie11{margin-inline-end:var(--space-11);}/*** Padding ***/.p-none{padding:0}.pb-none{padding-block:0}.pbs-none{padding-block-start:0}.pbe-none{padding-block-end:0}.pi-none{padding-inline:0}.pis-none{padding-inline-start:0}.pie-none{padding-inline-end:0}.p-11{padding:var(--space--11);}.pb-11{padding-block:var(--space--11);}.pbs-11{padding-block-start:var(--space--11);}.pbe-11{padding-block-end:var(--space--11);}.pi-11{padding-inline:var(--space--11);}.pis-11{padding-inline-start:var(--space--11);}.pie-11{padding-inline-end:var(--space--11);}.p-10{padding:var(--space--10);}.pb-10{padding-block:var(--space--10);}.pbs-10{padding-block-start:var(--space--10);}.pbe-10{padding-block-end:var(--space--10);}.pi-10{padding-inline:var(--space--10);}.pis-10{padding-inline-start:var(--space--10);}.pie-10{padding-inline-end:var(--space--10);}.p-9{padding:var(--space--9);}.pb-9{padding-block:var(--space--9);}.pbs-9{padding-block-start:var(--space--9);}.pbe-9{padding-block-end:var(--space--9);}.pi-9{padding-inline:var(--space--9);}.pis-9{padding-inline-start:var(--space--9);}.pie-9{padding-inline-end:var(--space--9);}.p-8{padding:var(--space--8);}.pb-8{padding-block:var(--space--8);}.pbs-8{padding-block-start:var(--space--8);}.pbe-8{padding-block-end:var(--space--8);}.pi-8{padding-inline:var(--space--8);}.pis-8{padding-inline-start:var(--space--8);}.pie-8{padding-inline-end:var(--space--8);}.p-7{padding:var(--space--7);}.pb-7{padding-block:var(--space--7);}.pbs-7{padding-block-start:var(--space--7);}.pbe-7{padding-block-end:var(--space--7);}.pi-7{padding-inline:var(--space--7);}.pis-7{padding-inline-start:var(--space--7);}.pie-7{padding-inline-end:var(--space--7);}.p-6{padding:var(--space--6);}.pb-6{padding-block:var(--space--6);}.pbs-6{padding-block-start:var(--space--6);}.pbe-6{padding-block-end:var(--space--6);}.pi-6{padding-inline:var(--space--6);}.pis-6{padding-inline-start:var(--space--6);}.pie-6{padding-inline-end:var(--space--6);}.p-5{padding:var(--space--5);}.pb-5{padding-block:var(--space--5);}.pbs-5{padding-block-start:var(--space--5);}.pbe-5{padding-block-end:var(--space--5);}.pi-5{padding-inline:var(--space--5);}.pis-5{padding-inline-start:var(--space--5);}.pie-5{padding-inline-end:var(--space--5);}.p-4{padding:var(--space--4);}.pb-4{padding-block:var(--space--4);}.pbs-4{padding-block-start:var(--space--4);}.pbe-4{padding-block-end:var(--space--4);}.pi-4{padding-inline:var(--space--4);}.pis-4{padding-inline-start:var(--space--4);}.pie-4{padding-inline-end:var(--space--4);}.p-3{padding:var(--space--3);}.pb-3{padding-block:var(--space--3);}.pbs-3{padding-block-start:var(--space--3);}.pbe-3{padding-block-end:var(--space--3);}.pi-3{padding-inline:var(--space--3);}.pis-3{padding-inline-start:var(--space--3);}.pie-3{padding-inline-end:var(--space--3);}.p-2{padding:var(--space--2);}.pb-2{padding-block:var(--space--2);}.pbs-2{padding-block-start:var(--space--2);}.pbe-2{padding-block-end:var(--space--2);}.pi-2{padding-inline:var(--space--2);}.pis-2{padding-inline-start:var(--space--2);}.pie-2{padding-inline-end:var(--space--2);}.p-1{padding:var(--space--1);}.pb-1{padding-block:var(--space--1);}.pbs-1{padding-block-start:var(--space--1);}.pbe-1{padding-block-end:var(--space--1);}.pi-1{padding-inline:var(--space--1);}.pis-1{padding-inline-start:var(--space--1);}.pie-1{padding-inline-end:var(--space--1);}.p0{padding:var(--space-0);}.pb0{padding-block:var(--space-0);}.pbs0{padding-block-start:var(--space-0);}.pbe0{padding-block-end:var(--space-0);}.pi0{padding-inline:var(--space-0);}.pis0{padding-inline-start:var(--space-0);}.pie0{padding-inline-end:var(--space-0);}.p1{padding:var(--space-1);}.pb1{padding-block:var(--space-1);}.pbs1{padding-block-start:var(--space-1);}.pbe1{padding-block-end:var(--space-1);}.pi1{padding-inline:var(--space-1);}.pis1{padding-inline-start:var(--space-1);}.pie1{padding-inline-end:var(--space-1);}.p2{padding:var(--space-2);}.pb2{padding-block:var(--space-2);}.pbs2{padding-block-start:var(--space-2);}.pbe2{padding-block-end:var(--space-2);}.pi2{padding-inline:var(--space-2);}.pis2{padding-inline-start:var(--space-2);}.pie2{padding-inline-end:var(--space-2);}.p3{padding:var(--space-3);}.pb3{padding-block:var(--space-3);}.pbs3{padding-block-start:var(--space-3);}.pbe3{padding-block-end:var(--space-3);}.pi3{padding-inline:var(--space-3);}.pis3{padding-inline-start:var(--space-3);}.pie3{padding-inline-end:var(--space-3);}.p4{padding:var(--space-4);}.pb4{padding-block:var(--space-4);}.pbs4{padding-block-start:var(--space-4);}.pbe4{padding-block-end:var(--space-4);}.pi4{padding-inline:var(--space-4);}.pis4{padding-inline-start:var(--space-4);}.pie4{padding-inline-end:var(--space-4);}.p5{padding:var(--space-5);}.pb5{padding-block:var(--space-5);}.pbs5{padding-block-start:var(--space-5);}.pbe5{padding-block-end:var(--space-5);}.pi5{padding-inline:var(--space-5);}.pis5{padding-inline-start:var(--space-5);}.pie5{padding-inline-end:var(--space-5);}.p6{padding:var(--space-6);}.pb6{padding-block:var(--space-6);}.pbs6{padding-block-start:var(--space-6);}.pbe6{padding-block-end:var(--space-6);}.pi6{padding-inline:var(--space-6);}.pis6{padding-inline-start:var(--space-6);}.pie6{padding-inline-end:var(--space-6);}.p7{padding:var(--space-7);}.pb7{padding-block:var(--space-7);}.pbs7{padding-block-start:var(--space-7);}.pbe7{padding-block-end:var(--space-7);}.pi7{padding-inline:var(--space-7);}.pis7{padding-inline-start:var(--space-7);}.pie7{padding-inline-end:var(--space-7);}.p8{padding:var(--space-8);}.pb8{padding-block:var(--space-8);}.pbs8{padding-block-start:var(--space-8);}.pbe8{padding-block-end:var(--space-8);}.pi8{padding-inline:var(--space-8);}.pis8{padding-inline-start:var(--space-8);}.pie8{padding-inline-end:var(--space-8);}.p9{padding:var(--space-9);}.pb9{padding-block:var(--space-9);}.pbs9{padding-block-start:var(--space-9);}.pbe9{padding-block-end:var(--space-9);}.pi9{padding-inline:var(--space-9);}.pis9{padding-inline-start:var(--space-9);}.pie9{padding-inline-end:var(--space-9);}.p10{padding:var(--space-10);}.pb10{padding-block:var(--space-10);}.pbs10{padding-block-start:var(--space-10);}.pbe10{padding-block-end:var(--space-10);}.pi10{padding-inline:var(--space-10);}.pis10{padding-inline-start:var(--space-10);}.pie10{padding-inline-end:var(--space-10);}.p11{padding:var(--space-11);}.pb11{padding-block:var(--space-11);}.pbs11{padding-block-start:var(--space-11);}.pbe11{padding-block-end:var(--space-11);}.pi11{padding-inline:var(--space-11);}.pis11{padding-inline-start:var(--space-11);}.pie11{padding-inline-end:var(--space-11);}/*** Overflow ***/.overflow-auto{overflow:auto;}.truncate,.overflow-hidden{overflow:hidden;}.overflow-visible{overflow:visible;}.overflow-scroll{overflow:scroll;}.overflow-x-auto{overflow-x:auto;}.overflow-y-auto{overflow-y:auto;}.overflow-x-scroll{overflow-x:scroll;}.overflow-x-hidden{overflow-x:hidden;}.overflow-y-scroll{overflow-y:scroll;}.overflow-y-hidden{overflow-y:hidden;}.scrolling-touch{-webkit-overflow-scrolling:touch;}.scrolling-auto{-webkit-overflow-scrolling:auto;}/*** Visibility ***/.invisible{visibility:hidden;}.visible{visibility:visible;}.screenreader-only{border: 0; clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal;}/*** Object Fit ***/.object-contain{object-fit:contain;}.object-cover{object-fit:cover;}.object-fill{object-fit:fill;}.object-none{object-fit:none;}.object-scale-down{object-fit:scale-down;}/*** Object Position ***/.object-b{object-position:bottom;}.object-c{object-position:center;}.object-t{object-position:top;}.object-r{object-position:right;}.object-rt{object-position:right top;}.object-rb{object-position:right bottom;}.object-l{object-position:left;}.object-lt{object-position:left top;}.object-lb{object-position:left bottom;} /*** Outline ***/.outline-none{outline:0;} /*** Opacity ***/.opacity-0{opacity:0;}.opacity-25{opacity:0.25;}.opacity-50{opacity:0.5;}.opacity-75{opacity:0.75;}.opacity-100{opacity:1.0;}/*** Cursor ***/.cursor-auto{cursor:auto;}.cursor-default{cursor:default;}.cursor-pointer{cursor:pointer;}.cursor-wait{cursor:wait;}.cursor-text{cursor:text;}.cursor-move{cursor:move;}.cursor-not-allowed{cursor:not-allowed;}.cursor-grab{cursor:grab;}.cursor-grabbing{cursor:grabbing;}/*** User Select ***/.select-none{user-select:none;}.select-text{user-select:text;}.select-all{user-select:all;}.select-auto{user-select:auto;} /*** Debug ***/.debug * { outline: 2px dotted var(--debug-color, rebeccapurple) }.debug *:hover { border:2px solid var(--debug-color, rebeccapurple) } @media only screen and (min-width:56em) { /*** Font Sizes ***/.text-2-lg{font-size:var(--text--2);}.text-1-lg{font-size:var(--text--1);}.text0-lg{font-size:var(--text-0);}.text1-lg{font-size:var(--text-1);}.text2-lg{font-size:var(--text-2);}.text3-lg{font-size:var(--text-3);}.text4-lg{font-size:var(--text-4);}.text5-lg{font-size:var(--text-5);}.text6-lg{font-size:var(--text-6);}.text7-lg{font-size:var(--text-7);}.text8-lg{font-size:var(--text-8);}.text9-lg{font-size:var(--text-9);}.text10-lg{font-size:var(--text-10);}.text11-lg{font-size:var(--text-11);}/*** Style ***/.italic-lg{font-style:italic;}.not-italic-lg{font-style:normal;}/*** Line Height ***/.leading5-lg{line-height: 2;}.leading4-lg{line-height: 1.625;}.leading3-lg{line-height: 1.5;}.leading2-lg{line-height: 1.375;}.leading1-lg{line-height: 1.25;}.leading0-lg,.leading-none-lg{line-height:1;}/*** Tracking ***/.tracking3-lg{letter-spacing: 0.1em;}.tracking2-lg{letter-spacing: 0.05em;}.tracking1-lg{letter-spacing: 0.025em;}.tracking0-lg{letter-spacing: 0;}.tracking-1-lg{letter-spacing: -0.025em;}.tracking-2-lg{letter-spacing: -0.05em;} /*** Font Weight ***/.font-hairline-lg{font-weight:100;}.font-thin-lg{font-weight:200;}.font-light-lg{font-weight:300;}.font-normal-lg{font-weight:400;}.font-medium-lg{font-weight:500;}.font-semibold-lg{font-weight:600;}.font-bold-lg{font-weight:700;}.font-extrabold-lg{font-weight:800;}.font-black-lg{font-weight:900;}/*** Text Transform ***/.uppercase-lg{text-transform:uppercase;}.lowercase-lg{text-transform:lowercase;}.capitalize-lg{text-transform:capitalize;}.normal-case-lg{text-transform:none;} /*** Text alignment ***/.text-inherit-lg{text-align:inherit;}.text-center-lg{text-align:center;}.text-start-lg{text-align:start;}.text-end-lg{text-align:end;} /*** Decoration ***/.no-underline-lg{text-decoration:none;}.underline-lg{text-decoration:underline;}.line-through-lg{text-decoration:line-through;} /*** List ***/.list-none-lg{list-style:none;}.list-disc-lg{list-style:disc;}.list-decimal-lg{list-style:decimal;}/*** Whitespace ***/.whitespace-normal-lg{white-space:normal;}.truncate-lg,.whitespace-no-wrap-lg{white-space:nowrap;}.whitespace-pre-lg{white-space:pre;}.whitespace-pre-line-lg{white-space:pre-line;}.whitespace-pre-wrap-lg{white-space:pre-wrap;} /*** Wordbreak ***/.break-normal-lg{word-break:normal}.break-normal-lg,.break-word-lg{overflow-wrap:normal}.break-all-lg{word-break:break-all}.break-keep-lg{word-break:keep-all}.truncate-lg,.ellipsis-lg{text-overflow:ellipsis} /*** Layout ***//*** Position ***/.sticky-lg{position:sticky;}.static-lg{position:static;}.absolute-lg{position:absolute;}.relative-lg{position:relative;}.fixed-lg{position:fixed;}/*** Inset ***/.inset-0-lg{inset:0}.inset-b-0-lg{inset-block:0;}.inset-bs-0-lg{inset-block-start:0;}.inset-be-0-lg{inset-block-end:0;}.inset-i-0-lg{inset-inline:0;}.inset-is-0-lg{inset-inline-start:0;}.inset-ie-0-lg{inset-inline-end:0;}/*** Display ***/.hidden-lg{display:none;}.block-lg{display:block;}.inline-lg{display:inline;}.inline-block-lg{display:inline-block;}.flex-lg{display:flex;}.inline-flex-lg{display:inline-flex;}.grid-lg{display:grid;}.inline-grid-lg{display:inline-grid;}/*** Size ***/.sb-0-lg{block-size:0}.sb-auto-lg{block-size:auto}.sb-100-lg{block-size:100%}.sb-min-0-lg{min-block-size:0}.sb-min-100-lg{min-block-size:100%}.sb-max-0-lg{max-block-size:0}.sb-max-100-lg{max-block-size:100%}.sb-100vw-lg{block-size:100vw}.sb-100vh-lg{block-size:100vh}.si-0-lg{inline-size:0}.si-auto-lg{inline-size:auto}.si-100-lg{inline-size:100%}.si-min-0-lg{min-inline-size:0}.si-min-100-lg{min-inline-size:100%}.si-max0-lg{max-inline-size:0}.si-max-100-lg{max-inline-size:100%}.si-100vw-lg{inline-size:100vw}.si-100vh-lg{inline-size:100vh}/*** Flex ***/.flex-1-lg{flex: 1 1 0%;}.flex-auto-lg{flex: 1 1 auto;}.flex-initial-lg{flex: 0 1 auto;}.flex-none-lg{flex:none;}.flex-row-lg{flex-direction:row;}.flex-row-reverse-lg{flex-direction:row-reverse;}.flex-col-lg{flex-direction:column;}.flex-col-reverse-lg{flex-direction:column-reverse;}.flex-grow-lg{flex-grow:1;}.flex-grow-0-lg{flex-grow:0;}.flex-shrink-lg{flex-shrink:1;}.flex-shrink-0-lg{flex-shrink:0;}.flex-wrap-lg{flex-wrap:wrap;}.flex-wrap-reverse-lg{flex-wrap:wrap-reverse;}.flex-no-wrap-lg{flex-wrap:nowrap;}/*** Grid ***/.flow-row-lg{grid-auto-flow:row;}.flow-col-lg{grid-auto-flow:column;}.flow-row-dense-lg{grid-auto-flow:row dense;}.flow-column-dense-lg{grid-auto-flow:column dense;}.row-auto-lg{grid-row:auto;}.col-auto-lg{grid-column:auto;}.col-end-auto-lg{grid-column-end: auto;}.rows-end-auto-lg{grid-row-end:auto;}.rows-none-lg{grid-template-rows:none;}.col-1-lg{grid-template-columns:repeat(1, minmax(0, 1fr));}.col-span-1-lg{grid-column: span 1 / span 1;}.col-start-1-lg{grid-column-start: 1;}.row-start-1-lg{grid-row-start: 1;}.col-end-1-lg{grid-column-end: 1;}.row-end-1-lg{grid-row-end: 1;}.row-1-lg{grid-template-rows: repeat(1, minmax(0, 1fr));}.col-2-lg{grid-template-columns:repeat(2, minmax(0, 1fr));}.col-span-2-lg{grid-column: span 2 / span 2;}.col-start-2-lg{grid-column-start: 2;}.row-start-2-lg{grid-row-start: 2;}.col-end-2-lg{grid-column-end: 2;}.row-end-2-lg{grid-row-end: 2;}.row-2-lg{grid-template-rows: repeat(2, minmax(0, 1fr));}.col-3-lg{grid-template-columns:repeat(3, minmax(0, 1fr));}.col-span-3-lg{grid-column: span 3 / span 3;}.col-start-3-lg{grid-column-start: 3;}.row-start-3-lg{grid-row-start: 3;}.col-end-3-lg{grid-column-end: 3;}.row-end-3-lg{grid-row-end: 3;}.row-3-lg{grid-template-rows: repeat(3, minmax(0, 1fr));}.col-4-lg{grid-template-columns:repeat(4, minmax(0, 1fr));}.col-span-4-lg{grid-column: span 4 / span 4;}.col-start-4-lg{grid-column-start: 4;}.row-start-4-lg{grid-row-start: 4;}.col-end-4-lg{grid-column-end: 4;}.row-end-4-lg{grid-row-end: 4;}.row-4-lg{grid-template-rows: repeat(4, minmax(0, 1fr));}.col-5-lg{grid-template-columns:repeat(5, minmax(0, 1fr));}.col-span-5-lg{grid-column: span 5 / span 5;}.col-start-5-lg{grid-column-start: 5;}.row-start-5-lg{grid-row-start: 5;}.col-end-5-lg{grid-column-end: 5;}.row-end-5-lg{grid-row-end: 5;}.row-5-lg{grid-template-rows: repeat(5, minmax(0, 1fr));}.col-6-lg{grid-template-columns:repeat(6, minmax(0, 1fr));}.col-span-6-lg{grid-column: span 6 / span 6;}.col-start-6-lg{grid-column-start: 6;}.row-start-6-lg{grid-row-start: 6;}.col-end-6-lg{grid-column-end: 6;}.row-end-6-lg{grid-row-end: 6;}.row-6-lg{grid-template-rows: repeat(6, minmax(0, 1fr));}/*** Box alignment ***/.align-items-stretch-lg{align-items:stretch;}.align-items-center-lg{align-items:center;}.align-items-start-lg{align-items:start;}.align-items-end-lg{align-items:end;}.align-items-self-start-lg{align-items:self-start;}.align-items-self-end-lg{align-items:self-end;}.align-items-flex-start-lg{align-items:flex-start;}.align-items-flex-end-lg{align-items:flex-end;}.align-items-baseline-lg{align-items:baseline;}.align-content-stretch-lg{align-content:stretch;}.align-content-center-lg{align-content:center;}.align-content-start-lg{align-content:start;}.align-content-end-lg{align-content:end;}.align-content-flex-start-lg{align-content:flex-start;}.align-content-flex-end-lg{align-content:flex-end;}.align-content-baseline-lg{align-content:baseline;}.align-content-between-lg{align-content:space-between;}.align-content-around-lg{align-content:space-around;}.align-content-evenly-lg{align-content:space-evenly;}.align-self-stretch-lg{align-self:stretch;}.align-self-auto-lg{align-self:auto;}.align-self-center-lg{align-self:center;}.align-self-start-lg{align-self:start;}.align-self-end-lg{align-self:end;}.align-self-self-start-lg{align-self:self-start;}.align-self-self-end-lg{align-self:self-end;}.align-self-flex-start-lg{align-self:flex-start;}.align-self-flex-end-lg{align-self:flex-end;}.align-self-baseline-lg{align-self:baseline;}.justify-content-stretch-lg{justify-content:stretch;}.justify-content-center-lg{justify-content:center;}.justify-content-start-lg{justify-content:start;}.justify-content-end-lg{justify-content:end;}.justify-content-flex-start-lg{justify-content:flex-start;}.justify-content-flex-end-lg{justify-content:flex-end;}.justify-content-between-lg{justify-content:space-between;}.justify-content-around-lg{justify-content:space-around;}.justify-content-evenly-lg{justify-content:space-evenly;}.justify-items-stretch-lg{justify-items:stretch;}.justify-items-center-lg{justify-items:center;}.justify-items-start-lg{justify-items:start;}.justify-items-end-lg{justify-items:end;}.justify-items-flex-start-lg{justify-items:flex-start;}.justify-items-flex-end-lg{justify-items:flex-end;}.justify-items-self-start-lg{justify-items:self-start;}.justify-items-self-end-lg{justify-items:self-end;}.justify-items-baseline-lg{justify-items:baseline;}.justify-self-stretch-lg{justify-self:stretch;}.justify-self-center-lg{justify-self:center;}.justify-self-start-lg{justify-self:start;}.justify-self-end-lg{justify-self:end;}.justify-self-flex-start-lg{justify-self:flex-start;}.justify-self-flex-end-lg{justify-self:flex-end;}.justify-self-self-start-lg{justify-self:self-start;}.justify-self-self-end-lg{justify-self:self-end;}.justify-self-baseline-lg{justify-self:baseline;}.place-content-stretch-lg{place-content:stretch;}.place-content-center-lg{place-content:center;}.place-content-start-lg{place-content:start;}.place-content-end-lg{place-content:end;}.place-content-flex-start-lg{place-content:flex-start;}.place-content-flex-end-lg{place-content:flex-end;}.place-content-between-lg{place-content:space-between;}.place-content-around-lg{place-content:space-around;}.place-content-evenly-lg{place-content:space-evenly;}.place-items-stretch-lg{place-items:stretch;}.place-items-center-lg{place-items:center;}.place-items-start-lg{place-items:start;}.place-items-end-lg{place-items:end;}.place-items-self-start-lg{place-items:self-start;}.place-items-self-end-lg{place-items:self-end;}.place-items-flex-start-lg{place-items:flex-start;}.place-items-flex-end-lg{place-items:flex-end;}.place-items-baseline-lg{place-items:baseline;}.place-self-stretch-lg{place-self:stretch;}.place-self-center-lg{place-self:center;}.place-self-start-lg{place-self:start;}.place-self-end-lg{place-self:end;}.place-self-flex-start-lg{place-self:flex-start;}.place-self-flex-end-lg{place-self:flex-end;}.place-self-self-start-lg{place-self:self-start;}.place-self-self-end-lg{place-self:self-end;}.place-self-baseline-lg{place-self:baseline;}/*** Gap ***/.gap-11-lg{gap:var(--space--11);}.gap-10-lg{gap:var(--space--10);}.gap-9-lg{gap:var(--space--9);}.gap-8-lg{gap:var(--space--8);}.gap-7-lg{gap:var(--space--7);}.gap-6-lg{gap:var(--space--6);}.gap-5-lg{gap:var(--space--5);}.gap-4-lg{gap:var(--space--4);}.gap-3-lg{gap:var(--space--3);}.gap-2-lg{gap:var(--space--2);}.gap-1-lg{gap:var(--space--1);}.gap0-lg{gap:var(--space-0);}.gap1-lg{gap:var(--space-1);}.gap2-lg{gap:var(--space-2);}.gap3-lg{gap:var(--space-3);}.gap4-lg{gap:var(--space-4);}.gap5-lg{gap:var(--space-5);}.gap6-lg{gap:var(--space-6);}.gap7-lg{gap:var(--space-7);}.gap8-lg{gap:var(--space-8);}.gap9-lg{gap:var(--space-9);}.gap10-lg{gap:var(--space-10);}.gap11-lg{gap:var(--space-11);}/*** Order ***/.order-first-lg{order:-9999;}.order-last-lg{order:9999;}.order-none-lg{order:0;}.order-1-lg{order:1;}.order-2-lg{order:2;}.order-3-lg{order:3;}.order-4-lg{order:4;}.order-5-lg{order:5;}.order-6-lg{order:6;}/*** Z-Index ***/.z-auto-lg{z-index:auto;}.z1-lg{z-index:1;}.z0-lg{z-index:0;}.z-1-lg{z-index:-1;}/*** Margin ***/.m-none-lg{margin:0}.mb-none-lg{margin-block:0}.mbs-none-lg{margin-block-start:0}.mbe-none-lg{margin-block-end:0}.mi-none-lg{margin-inline:0}.mis-none-lg{margin-inline-start:0}.mie-none-lg{margin-inline-end:0}.m-auto-lg{margin:auto}.mb-auto-lg{margin-block:auto}.mbs-auto-lg{margin-block-start:auto}.mbe-auto-lg{margin-block-end:auto}.mi-auto-lg{margin-inline:auto}.mis-auto-lg{margin-inline-start:auto}.mie-auto-lg{margin-inline-end:auto}.m-11-lg{margin:var(--space--11);}.mb-11-lg{margin-block:var(--space--11);}.mbs-11-lg{margin-block-start:var(--space--11);}.mbe-11-lg{margin-block-end:var(--space--11);}.mi-11-lg{margin-inline:var(--space--11);}.mis-11-lg{margin-inline-start:var(--space--11);}.mie-11-lg{margin-inline-end:var(--space--11);}.m-10-lg{margin:var(--space--10);}.mb-10-lg{margin-block:var(--space--10);}.mbs-10-lg{margin-block-start:var(--space--10);}.mbe-10-lg{margin-block-end:var(--space--10);}.mi-10-lg{margin-inline:var(--space--10);}.mis-10-lg{margin-inline-start:var(--space--10);}.mie-10-lg{margin-inline-end:var(--space--10);}.m-9-lg{margin:var(--space--9);}.mb-9-lg{margin-block:var(--space--9);}.mbs-9-lg{margin-block-start:var(--space--9);}.mbe-9-lg{margin-block-end:var(--space--9);}.mi-9-lg{margin-inline:var(--space--9);}.mis-9-lg{margin-inline-start:var(--space--9);}.mie-9-lg{margin-inline-end:var(--space--9);}.m-8-lg{margin:var(--space--8);}.mb-8-lg{margin-block:var(--space--8);}.mbs-8-lg{margin-block-start:var(--space--8);}.mbe-8-lg{margin-block-end:var(--space--8);}.mi-8-lg{margin-inline:var(--space--8);}.mis-8-lg{margin-inline-start:var(--space--8);}.mie-8-lg{margin-inline-end:var(--space--8);}.m-7-lg{margin:var(--space--7);}.mb-7-lg{margin-block:var(--space--7);}.mbs-7-lg{margin-block-start:var(--space--7);}.mbe-7-lg{margin-block-end:var(--space--7);}.mi-7-lg{margin-inline:var(--space--7);}.mis-7-lg{margin-inline-start:var(--space--7);}.mie-7-lg{margin-inline-end:var(--space--7);}.m-6-lg{margin:var(--space--6);}.mb-6-lg{margin-block:var(--space--6);}.mbs-6-lg{margin-block-start:var(--space--6);}.mbe-6-lg{margin-block-end:var(--space--6);}.mi-6-lg{margin-inline:var(--space--6);}.mis-6-lg{margin-inline-start:var(--space--6);}.mie-6-lg{margin-inline-end:var(--space--6);}.m-5-lg{margin:var(--space--5);}.mb-5-lg{margin-block:var(--space--5);}.mbs-5-lg{margin-block-start:var(--space--5);}.mbe-5-lg{margin-block-end:var(--space--5);}.mi-5-lg{margin-inline:var(--space--5);}.mis-5-lg{margin-inline-start:var(--space--5);}.mie-5-lg{margin-inline-end:var(--space--5);}.m-4-lg{margin:var(--space--4);}.mb-4-lg{margin-block:var(--space--4);}.mbs-4-lg{margin-block-start:var(--space--4);}.mbe-4-lg{margin-block-end:var(--space--4);}.mi-4-lg{margin-inline:var(--space--4);}.mis-4-lg{margin-inline-start:var(--space--4);}.mie-4-lg{margin-inline-end:var(--space--4);}.m-3-lg{margin:var(--space--3);}.mb-3-lg{margin-block:var(--space--3);}.mbs-3-lg{margin-block-start:var(--space--3);}.mbe-3-lg{margin-block-end:var(--space--3);}.mi-3-lg{margin-inline:var(--space--3);}.mis-3-lg{margin-inline-start:var(--space--3);}.mie-3-lg{margin-inline-end:var(--space--3);}.m-2-lg{margin:var(--space--2);}.mb-2-lg{margin-block:var(--space--2);}.mbs-2-lg{margin-block-start:var(--space--2);}.mbe-2-lg{margin-block-end:var(--space--2);}.mi-2-lg{margin-inline:var(--space--2);}.mis-2-lg{margin-inline-start:var(--space--2);}.mie-2-lg{margin-inline-end:var(--space--2);}.m-1-lg{margin:var(--space--1);}.mb-1-lg{margin-block:var(--space--1);}.mbs-1-lg{margin-block-start:var(--space--1);}.mbe-1-lg{margin-block-end:var(--space--1);}.mi-1-lg{margin-inline:var(--space--1);}.mis-1-lg{margin-inline-start:var(--space--1);}.mie-1-lg{margin-inline-end:var(--space--1);}.m0-lg{margin:var(--space-0);}.mb0-lg{margin-block:var(--space-0);}.mbs0-lg{margin-block-start:var(--space-0);}.mbe0-lg{margin-block-end:var(--space-0);}.mi0-lg{margin-inline:var(--space-0);}.mis0-lg{margin-inline-start:var(--space-0);}.mie0-lg{margin-inline-end:var(--space-0);}.m1-lg{margin:var(--space-1);}.mb1-lg{margin-block:var(--space-1);}.mbs1-lg{margin-block-start:var(--space-1);}.mbe1-lg{margin-block-end:var(--space-1);}.mi1-lg{margin-inline:var(--space-1);}.mis1-lg{margin-inline-start:var(--space-1);}.mie1-lg{margin-inline-end:var(--space-1);}.m2-lg{margin:var(--space-2);}.mb2-lg{margin-block:var(--space-2);}.mbs2-lg{margin-block-start:var(--space-2);}.mbe2-lg{margin-block-end:var(--space-2);}.mi2-lg{margin-inline:var(--space-2);}.mis2-lg{margin-inline-start:var(--space-2);}.mie2-lg{margin-inline-end:var(--space-2);}.m3-lg{margin:var(--space-3);}.mb3-lg{margin-block:var(--space-3);}.mbs3-lg{margin-block-start:var(--space-3);}.mbe3-lg{margin-block-end:var(--space-3);}.mi3-lg{margin-inline:var(--space-3);}.mis3-lg{margin-inline-start:var(--space-3);}.mie3-lg{margin-inline-end:var(--space-3);}.m4-lg{margin:var(--space-4);}.mb4-lg{margin-block:var(--space-4);}.mbs4-lg{margin-block-start:var(--space-4);}.mbe4-lg{margin-block-end:var(--space-4);}.mi4-lg{margin-inline:var(--space-4);}.mis4-lg{margin-inline-start:var(--space-4);}.mie4-lg{margin-inline-end:var(--space-4);}.m5-lg{margin:var(--space-5);}.mb5-lg{margin-block:var(--space-5);}.mbs5-lg{margin-block-start:var(--space-5);}.mbe5-lg{margin-block-end:var(--space-5);}.mi5-lg{margin-inline:var(--space-5);}.mis5-lg{margin-inline-start:var(--space-5);}.mie5-lg{margin-inline-end:var(--space-5);}.m6-lg{margin:var(--space-6);}.mb6-lg{margin-block:var(--space-6);}.mbs6-lg{margin-block-start:var(--space-6);}.mbe6-lg{margin-block-end:var(--space-6);}.mi6-lg{margin-inline:var(--space-6);}.mis6-lg{margin-inline-start:var(--space-6);}.mie6-lg{margin-inline-end:var(--space-6);}.m7-lg{margin:var(--space-7);}.mb7-lg{margin-block:var(--space-7);}.mbs7-lg{margin-block-start:var(--space-7);}.mbe7-lg{margin-block-end:var(--space-7);}.mi7-lg{margin-inline:var(--space-7);}.mis7-lg{margin-inline-start:var(--space-7);}.mie7-lg{margin-inline-end:var(--space-7);}.m8-lg{margin:var(--space-8);}.mb8-lg{margin-block:var(--space-8);}.mbs8-lg{margin-block-start:var(--space-8);}.mbe8-lg{margin-block-end:var(--space-8);}.mi8-lg{margin-inline:var(--space-8);}.mis8-lg{margin-inline-start:var(--space-8);}.mie8-lg{margin-inline-end:var(--space-8);}.m9-lg{margin:var(--space-9);}.mb9-lg{margin-block:var(--space-9);}.mbs9-lg{margin-block-start:var(--space-9);}.mbe9-lg{margin-block-end:var(--space-9);}.mi9-lg{margin-inline:var(--space-9);}.mis9-lg{margin-inline-start:var(--space-9);}.mie9-lg{margin-inline-end:var(--space-9);}.m10-lg{margin:var(--space-10);}.mb10-lg{margin-block:var(--space-10);}.mbs10-lg{margin-block-start:var(--space-10);}.mbe10-lg{margin-block-end:var(--space-10);}.mi10-lg{margin-inline:var(--space-10);}.mis10-lg{margin-inline-start:var(--space-10);}.mie10-lg{margin-inline-end:var(--space-10);}.m11-lg{margin:var(--space-11);}.mb11-lg{margin-block:var(--space-11);}.mbs11-lg{margin-block-start:var(--space-11);}.mbe11-lg{margin-block-end:var(--space-11);}.mi11-lg{margin-inline:var(--space-11);}.mis11-lg{margin-inline-start:var(--space-11);}.mie11-lg{margin-inline-end:var(--space-11);}/*** Padding ***/.p-none-lg{padding:0}.pb-none-lg{padding-block:0}.pbs-none-lg{padding-block-start:0}.pbe-none-lg{padding-block-end:0}.pi-none-lg{padding-inline:0}.pis-none-lg{padding-inline-start:0}.pie-none-lg{padding-inline-end:0}.p-11-lg{padding:var(--space--11);}.pb-11-lg{padding-block:var(--space--11);}.pbs-11-lg{padding-block-start:var(--space--11);}.pbe-11-lg{padding-block-end:var(--space--11);}.pi-11-lg{padding-inline:var(--space--11);}.pis-11-lg{padding-inline-start:var(--space--11);}.pie-11-lg{padding-inline-end:var(--space--11);}.p-10-lg{padding:var(--space--10);}.pb-10-lg{padding-block:var(--space--10);}.pbs-10-lg{padding-block-start:var(--space--10);}.pbe-10-lg{padding-block-end:var(--space--10);}.pi-10-lg{padding-inline:var(--space--10);}.pis-10-lg{padding-inline-start:var(--space--10);}.pie-10-lg{padding-inline-end:var(--space--10);}.p-9-lg{padding:var(--space--9);}.pb-9-lg{padding-block:var(--space--9);}.pbs-9-lg{padding-block-start:var(--space--9);}.pbe-9-lg{padding-block-end:var(--space--9);}.pi-9-lg{padding-inline:var(--space--9);}.pis-9-lg{padding-inline-start:var(--space--9);}.pie-9-lg{padding-inline-end:var(--space--9);}.p-8-lg{padding:var(--space--8);}.pb-8-lg{padding-block:var(--space--8);}.pbs-8-lg{padding-block-start:var(--space--8);}.pbe-8-lg{padding-block-end:var(--space--8);}.pi-8-lg{padding-inline:var(--space--8);}.pis-8-lg{padding-inline-start:var(--space--8);}.pie-8-lg{padding-inline-end:var(--space--8);}.p-7-lg{padding:var(--space--7);}.pb-7-lg{padding-block:var(--space--7);}.pbs-7-lg{padding-block-start:var(--space--7);}.pbe-7-lg{padding-block-end:var(--space--7);}.pi-7-lg{padding-inline:var(--space--7);}.pis-7-lg{padding-inline-start:var(--space--7);}.pie-7-lg{padding-inline-end:var(--space--7);}.p-6-lg{padding:var(--space--6);}.pb-6-lg{padding-block:var(--space--6);}.pbs-6-lg{padding-block-start:var(--space--6);}.pbe-6-lg{padding-block-end:var(--space--6);}.pi-6-lg{padding-inline:var(--space--6);}.pis-6-lg{padding-inline-start:var(--space--6);}.pie-6-lg{padding-inline-end:var(--space--6);}.p-5-lg{padding:var(--space--5);}.pb-5-lg{padding-block:var(--space--5);}.pbs-5-lg{padding-block-start:var(--space--5);}.pbe-5-lg{padding-block-end:var(--space--5);}.pi-5-lg{padding-inline:var(--space--5);}.pis-5-lg{padding-inline-start:var(--space--5);}.pie-5-lg{padding-inline-end:var(--space--5);}.p-4-lg{padding:var(--space--4);}.pb-4-lg{padding-block:var(--space--4);}.pbs-4-lg{padding-block-start:var(--space--4);}.pbe-4-lg{padding-block-end:var(--space--4);}.pi-4-lg{padding-inline:var(--space--4);}.pis-4-lg{padding-inline-start:var(--space--4);}.pie-4-lg{padding-inline-end:var(--space--4);}.p-3-lg{padding:var(--space--3);}.pb-3-lg{padding-block:var(--space--3);}.pbs-3-lg{padding-block-start:var(--space--3);}.pbe-3-lg{padding-block-end:var(--space--3);}.pi-3-lg{padding-inline:var(--space--3);}.pis-3-lg{padding-inline-start:var(--space--3);}.pie-3-lg{padding-inline-end:var(--space--3);}.p-2-lg{padding:var(--space--2);}.pb-2-lg{padding-block:var(--space--2);}.pbs-2-lg{padding-block-start:var(--space--2);}.pbe-2-lg{padding-block-end:var(--space--2);}.pi-2-lg{padding-inline:var(--space--2);}.pis-2-lg{padding-inline-start:var(--space--2);}.pie-2-lg{padding-inline-end:var(--space--2);}.p-1-lg{padding:var(--space--1);}.pb-1-lg{padding-block:var(--space--1);}.pbs-1-lg{padding-block-start:var(--space--1);}.pbe-1-lg{padding-block-end:var(--space--1);}.pi-1-lg{padding-inline:var(--space--1);}.pis-1-lg{padding-inline-start:var(--space--1);}.pie-1-lg{padding-inline-end:var(--space--1);}.p0-lg{padding:var(--space-0);}.pb0-lg{padding-block:var(--space-0);}.pbs0-lg{padding-block-start:var(--space-0);}.pbe0-lg{padding-block-end:var(--space-0);}.pi0-lg{padding-inline:var(--space-0);}.pis0-lg{padding-inline-start:var(--space-0);}.pie0-lg{padding-inline-end:var(--space-0);}.p1-lg{padding:var(--space-1);}.pb1-lg{padding-block:var(--space-1);}.pbs1-lg{padding-block-start:var(--space-1);}.pbe1-lg{padding-block-end:var(--space-1);}.pi1-lg{padding-inline:var(--space-1);}.pis1-lg{padding-inline-start:var(--space-1);}.pie1-lg{padding-inline-end:var(--space-1);}.p2-lg{padding:var(--space-2);}.pb2-lg{padding-block:var(--space-2);}.pbs2-lg{padding-block-start:var(--space-2);}.pbe2-lg{padding-block-end:var(--space-2);}.pi2-lg{padding-inline:var(--space-2);}.pis2-lg{padding-inline-start:var(--space-2);}.pie2-lg{padding-inline-end:var(--space-2);}.p3-lg{padding:var(--space-3);}.pb3-lg{padding-block:var(--space-3);}.pbs3-lg{padding-block-start:var(--space-3);}.pbe3-lg{padding-block-end:var(--space-3);}.pi3-lg{padding-inline:var(--space-3);}.pis3-lg{padding-inline-start:var(--space-3);}.pie3-lg{padding-inline-end:var(--space-3);}.p4-lg{padding:var(--space-4);}.pb4-lg{padding-block:var(--space-4);}.pbs4-lg{padding-block-start:var(--space-4);}.pbe4-lg{padding-block-end:var(--space-4);}.pi4-lg{padding-inline:var(--space-4);}.pis4-lg{padding-inline-start:var(--space-4);}.pie4-lg{padding-inline-end:var(--space-4);}.p5-lg{padding:var(--space-5);}.pb5-lg{padding-block:var(--space-5);}.pbs5-lg{padding-block-start:var(--space-5);}.pbe5-lg{padding-block-end:var(--space-5);}.pi5-lg{padding-inline:var(--space-5);}.pis5-lg{padding-inline-start:var(--space-5);}.pie5-lg{padding-inline-end:var(--space-5);}.p6-lg{padding:var(--space-6);}.pb6-lg{padding-block:var(--space-6);}.pbs6-lg{padding-block-start:var(--space-6);}.pbe6-lg{padding-block-end:var(--space-6);}.pi6-lg{padding-inline:var(--space-6);}.pis6-lg{padding-inline-start:var(--space-6);}.pie6-lg{padding-inline-end:var(--space-6);}.p7-lg{padding:var(--space-7);}.pb7-lg{padding-block:var(--space-7);}.pbs7-lg{padding-block-start:var(--space-7);}.pbe7-lg{padding-block-end:var(--space-7);}.pi7-lg{padding-inline:var(--space-7);}.pis7-lg{padding-inline-start:var(--space-7);}.pie7-lg{padding-inline-end:var(--space-7);}.p8-lg{padding:var(--space-8);}.pb8-lg{padding-block:var(--space-8);}.pbs8-lg{padding-block-start:var(--space-8);}.pbe8-lg{padding-block-end:var(--space-8);}.pi8-lg{padding-inline:var(--space-8);}.pis8-lg{padding-inline-start:var(--space-8);}.pie8-lg{padding-inline-end:var(--space-8);}.p9-lg{padding:var(--space-9);}.pb9-lg{padding-block:var(--space-9);}.pbs9-lg{padding-block-start:var(--space-9);}.pbe9-lg{padding-block-end:var(--space-9);}.pi9-lg{padding-inline:var(--space-9);}.pis9-lg{padding-inline-start:var(--space-9);}.pie9-lg{padding-inline-end:var(--space-9);}.p10-lg{padding:var(--space-10);}.pb10-lg{padding-block:var(--space-10);}.pbs10-lg{padding-block-start:var(--space-10);}.pbe10-lg{padding-block-end:var(--space-10);}.pi10-lg{padding-inline:var(--space-10);}.pis10-lg{padding-inline-start:var(--space-10);}.pie10-lg{padding-inline-end:var(--space-10);}.p11-lg{padding:var(--space-11);}.pb11-lg{padding-block:var(--space-11);}.pbs11-lg{padding-block-start:var(--space-11);}.pbe11-lg{padding-block-end:var(--space-11);}.pi11-lg{padding-inline:var(--space-11);}.pis11-lg{padding-inline-start:var(--space-11);}.pie11-lg{padding-inline-end:var(--space-11);}/*** Overflow ***/.overflow-auto-lg{overflow:auto;}.truncate-lg,.overflow-hidden-lg{overflow:hidden;}.overflow-visible-lg{overflow:visible;}.overflow-scroll-lg{overflow:scroll;}.overflow-x-auto-lg{overflow-x:auto;}.overflow-y-auto-lg{overflow-y:auto;}.overflow-x-scroll-lg{overflow-x:scroll;}.overflow-x-hidden-lg{overflow-x:hidden;}.overflow-y-scroll-lg{overflow-y:scroll;}.overflow-y-hidden-lg{overflow-y:hidden;}.scrolling-touch-lg{-webkit-overflow-scrolling:touch;}.scrolling-auto-lg{-webkit-overflow-scrolling:auto;}/*** Visibility ***/.invisible-lg{visibility:hidden;}.visible-lg{visibility:visible;}.screenreader-only-lg{border: 0; clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal;}/*** Object Fit ***/.object-contain-lg{object-fit:contain;}.object-cover-lg{object-fit:cover;}.object-fill-lg{object-fit:fill;}.object-none-lg{object-fit:none;}.object-scale-down-lg{object-fit:scale-down;}/*** Object Position ***/.object-b-lg{object-position:bottom;}.object-c-lg{object-position:center;}.object-t-lg{object-position:top;}.object-r-lg{object-position:right;}.object-rt-lg{object-position:right top;}.object-rb-lg{object-position:right bottom;}.object-l-lg{object-position:left;}.object-lt-lg{object-position:left top;}.object-lb-lg{object-position:left bottom;} /*** Outline ***/.outline-none-lg{outline:0;} /*** Opacity ***/.opacity-0-lg{opacity:0;}.opacity-25-lg{opacity:0.25;}.opacity-50-lg{opacity:0.5;}.opacity-75-lg{opacity:0.75;}.opacity-100-lg{opacity:1.0;}/*** Cursor ***/.cursor-auto-lg{cursor:auto;}.cursor-default-lg{cursor:default;}.cursor-pointer-lg{cursor:pointer;}.cursor-wait-lg{cursor:wait;}.cursor-text-lg{cursor:text;}.cursor-move-lg{cursor:move;}.cursor-not-allowed-lg{cursor:not-allowed;}.cursor-grab-lg{cursor:grab;}.cursor-grabbing-lg{cursor:grabbing;}/*** User Select ***/.select-none-lg{user-select:none;}.select-text-lg{user-select:text;}.select-all-lg{user-select:all;}.select-auto-lg{user-select:auto;} /*** Debug ***/.debug * { outline: 2px dotted var(--debug-color, rebeccapurple) }.debug *:hover { border:2px solid var(--debug-color, rebeccapurple) } }@media only screen and (min-width:72em) { /*** Font Sizes ***/.text-2-xl{font-size:var(--text--2);}.text-1-xl{font-size:var(--text--1);}.text0-xl{font-size:var(--text-0);}.text1-xl{font-size:var(--text-1);}.text2-xl{font-size:var(--text-2);}.text3-xl{font-size:var(--text-3);}.text4-xl{font-size:var(--text-4);}.text5-xl{font-size:var(--text-5);}.text6-xl{font-size:var(--text-6);}.text7-xl{font-size:var(--text-7);}.text8-xl{font-size:var(--text-8);}.text9-xl{font-size:var(--text-9);}.text10-xl{font-size:var(--text-10);}.text11-xl{font-size:var(--text-11);}/*** Style ***/.italic-xl{font-style:italic;}.not-italic-xl{font-style:normal;}/*** Line Height ***/.leading5-xl{line-height: 2;}.leading4-xl{line-height: 1.625;}.leading3-xl{line-height: 1.5;}.leading2-xl{line-height: 1.375;}.leading1-xl{line-height: 1.25;}.leading0-xl,.leading-none-xl{line-height:1;}/*** Tracking ***/.tracking3-xl{letter-spacing: 0.1em;}.tracking2-xl{letter-spacing: 0.05em;}.tracking1-xl{letter-spacing: 0.025em;}.tracking0-xl{letter-spacing: 0;}.tracking-1-xl{letter-spacing: -0.025em;}.tracking-2-xl{letter-spacing: -0.05em;} /*** Font Weight ***/.font-hairline-xl{font-weight:100;}.font-thin-xl{font-weight:200;}.font-light-xl{font-weight:300;}.font-normal-xl{font-weight:400;}.font-medium-xl{font-weight:500;}.font-semibold-xl{font-weight:600;}.font-bold-xl{font-weight:700;}.font-extrabold-xl{font-weight:800;}.font-black-xl{font-weight:900;}/*** Text Transform ***/.uppercase-xl{text-transform:uppercase;}.lowercase-xl{text-transform:lowercase;}.capitalize-xl{text-transform:capitalize;}.normal-case-xl{text-transform:none;} /*** Text alignment ***/.text-inherit-xl{text-align:inherit;}.text-center-xl{text-align:center;}.text-start-xl{text-align:start;}.text-end-xl{text-align:end;} /*** Decoration ***/.no-underline-xl{text-decoration:none;}.underline-xl{text-decoration:underline;}.line-through-xl{text-decoration:line-through;} /*** List ***/.list-none-xl{list-style:none;}.list-disc-xl{list-style:disc;}.list-decimal-xl{list-style:decimal;}/*** Whitespace ***/.whitespace-normal-xl{white-space:normal;}.truncate-xl,.whitespace-no-wrap-xl{white-space:nowrap;}.whitespace-pre-xl{white-space:pre;}.whitespace-pre-line-xl{white-space:pre-line;}.whitespace-pre-wrap-xl{white-space:pre-wrap;} /*** Wordbreak ***/.break-normal-xl{word-break:normal}.break-normal-xl,.break-word-xl{overflow-wrap:normal}.break-all-xl{word-break:break-all}.break-keep-xl{word-break:keep-all}.truncate-xl,.ellipsis-xl{text-overflow:ellipsis} /*** Layout ***//*** Position ***/.sticky-xl{position:sticky;}.static-xl{position:static;}.absolute-xl{position:absolute;}.relative-xl{position:relative;}.fixed-xl{position:fixed;}/*** Inset ***/.inset-0-xl{inset:0}.inset-b-0-xl{inset-block:0;}.inset-bs-0-xl{inset-block-start:0;}.inset-be-0-xl{inset-block-end:0;}.inset-i-0-xl{inset-inline:0;}.inset-is-0-xl{inset-inline-start:0;}.inset-ie-0-xl{inset-inline-end:0;}/*** Display ***/.hidden-xl{display:none;}.block-xl{display:block;}.inline-xl{display:inline;}.inline-block-xl{display:inline-block;}.flex-xl{display:flex;}.inline-flex-xl{display:inline-flex;}.grid-xl{display:grid;}.inline-grid-xl{display:inline-grid;}/*** Size ***/.sb-0-xl{block-size:0}.sb-auto-xl{block-size:auto}.sb-100-xl{block-size:100%}.sb-min-0-xl{min-block-size:0}.sb-min-100-xl{min-block-size:100%}.sb-max-0-xl{max-block-size:0}.sb-max-100-xl{max-block-size:100%}.sb-100vw-xl{block-size:100vw}.sb-100vh-xl{block-size:100vh}.si-0-xl{inline-size:0}.si-auto-xl{inline-size:auto}.si-100-xl{inline-size:100%}.si-min-0-xl{min-inline-size:0}.si-min-100-xl{min-inline-size:100%}.si-max0-xl{max-inline-size:0}.si-max-100-xl{max-inline-size:100%}.si-100vw-xl{inline-size:100vw}.si-100vh-xl{inline-size:100vh}/*** Flex ***/.flex-1-xl{flex: 1 1 0%;}.flex-auto-xl{flex: 1 1 auto;}.flex-initial-xl{flex: 0 1 auto;}.flex-none-xl{flex:none;}.flex-row-xl{flex-direction:row;}.flex-row-reverse-xl{flex-direction:row-reverse;}.flex-col-xl{flex-direction:column;}.flex-col-reverse-xl{flex-direction:column-reverse;}.flex-grow-xl{flex-grow:1;}.flex-grow-0-xl{flex-grow:0;}.flex-shrink-xl{flex-shrink:1;}.flex-shrink-0-xl{flex-shrink:0;}.flex-wrap-xl{flex-wrap:wrap;}.flex-wrap-reverse-xl{flex-wrap:wrap-reverse;}.flex-no-wrap-xl{flex-wrap:nowrap;}/*** Grid ***/.flow-row-xl{grid-auto-flow:row;}.flow-col-xl{grid-auto-flow:column;}.flow-row-dense-xl{grid-auto-flow:row dense;}.flow-column-dense-xl{grid-auto-flow:column dense;}.row-auto-xl{grid-row:auto;}.col-auto-xl{grid-column:auto;}.col-end-auto-xl{grid-column-end: auto;}.rows-end-auto-xl{grid-row-end:auto;}.rows-none-xl{grid-template-rows:none;}.col-1-xl{grid-template-columns:repeat(1, minmax(0, 1fr));}.col-span-1-xl{grid-column: span 1 / span 1;}.col-start-1-xl{grid-column-start: 1;}.row-start-1-xl{grid-row-start: 1;}.col-end-1-xl{grid-column-end: 1;}.row-end-1-xl{grid-row-end: 1;}.row-1-xl{grid-template-rows: repeat(1, minmax(0, 1fr));}.col-2-xl{grid-template-columns:repeat(2, minmax(0, 1fr));}.col-span-2-xl{grid-column: span 2 / span 2;}.col-start-2-xl{grid-column-start: 2;}.row-start-2-xl{grid-row-start: 2;}.col-end-2-xl{grid-column-end: 2;}.row-end-2-xl{grid-row-end: 2;}.row-2-xl{grid-template-rows: repeat(2, minmax(0, 1fr));}.col-3-xl{grid-template-columns:repeat(3, minmax(0, 1fr));}.col-span-3-xl{grid-column: span 3 / span 3;}.col-start-3-xl{grid-column-start: 3;}.row-start-3-xl{grid-row-start: 3;}.col-end-3-xl{grid-column-end: 3;}.row-end-3-xl{grid-row-end: 3;}.row-3-xl{grid-template-rows: repeat(3, minmax(0, 1fr));}.col-4-xl{grid-template-columns:repeat(4, minmax(0, 1fr));}.col-span-4-xl{grid-column: span 4 / span 4;}.col-start-4-xl{grid-column-start: 4;}.row-start-4-xl{grid-row-start: 4;}.col-end-4-xl{grid-column-end: 4;}.row-end-4-xl{grid-row-end: 4;}.row-4-xl{grid-template-rows: repeat(4, minmax(0, 1fr));}.col-5-xl{grid-template-columns:repeat(5, minmax(0, 1fr));}.col-span-5-xl{grid-column: span 5 / span 5;}.col-start-5-xl{grid-column-start: 5;}.row-start-5-xl{grid-row-start: 5;}.col-end-5-xl{grid-column-end: 5;}.row-end-5-xl{grid-row-end: 5;}.row-5-xl{grid-template-rows: repeat(5, minmax(0, 1fr));}.col-6-xl{grid-template-columns:repeat(6, minmax(0, 1fr));}.col-span-6-xl{grid-column: span 6 / span 6;}.col-start-6-xl{grid-column-start: 6;}.row-start-6-xl{grid-row-start: 6;}.col-end-6-xl{grid-column-end: 6;}.row-end-6-xl{grid-row-end: 6;}.row-6-xl{grid-template-rows: repeat(6, minmax(0, 1fr));}/*** Box alignment ***/.align-items-stretch-xl{align-items:stretch;}.align-items-center-xl{align-items:center;}.align-items-start-xl{align-items:start;}.align-items-end-xl{align-items:end;}.align-items-self-start-xl{align-items:self-start;}.align-items-self-end-xl{align-items:self-end;}.align-items-flex-start-xl{align-items:flex-start;}.align-items-flex-end-xl{align-items:flex-end;}.align-items-baseline-xl{align-items:baseline;}.align-content-stretch-xl{align-content:stretch;}.align-content-center-xl{align-content:center;}.align-content-start-xl{align-content:start;}.align-content-end-xl{align-content:end;}.align-content-flex-start-xl{align-content:flex-start;}.align-content-flex-end-xl{align-content:flex-end;}.align-content-baseline-xl{align-content:baseline;}.align-content-between-xl{align-content:space-between;}.align-content-around-xl{align-content:space-around;}.align-content-evenly-xl{align-content:space-evenly;}.align-self-stretch-xl{align-self:stretch;}.align-self-auto-xl{align-self:auto;}.align-self-center-xl{align-self:center;}.align-self-start-xl{align-self:start;}.align-self-end-xl{align-self:end;}.align-self-self-start-xl{align-self:self-start;}.align-self-self-end-xl{align-self:self-end;}.align-self-flex-start-xl{align-self:flex-start;}.align-self-flex-end-xl{align-self:flex-end;}.align-self-baseline-xl{align-self:baseline;}.justify-content-stretch-xl{justify-content:stretch;}.justify-content-center-xl{justify-content:center;}.justify-content-start-xl{justify-content:start;}.justify-content-end-xl{justify-content:end;}.justify-content-flex-start-xl{justify-content:flex-start;}.justify-content-flex-end-xl{justify-content:flex-end;}.justify-content-between-xl{justify-content:space-between;}.justify-content-around-xl{justify-content:space-around;}.justify-content-evenly-xl{justify-content:space-evenly;}.justify-items-stretch-xl{justify-items:stretch;}.justify-items-center-xl{justify-items:center;}.justify-items-start-xl{justify-items:start;}.justify-items-end-xl{justify-items:end;}.justify-items-flex-start-xl{justify-items:flex-start;}.justify-items-flex-end-xl{justify-items:flex-end;}.justify-items-self-start-xl{justify-items:self-start;}.justify-items-self-end-xl{justify-items:self-end;}.justify-items-baseline-xl{justify-items:baseline;}.justify-self-stretch-xl{justify-self:stretch;}.justify-self-center-xl{justify-self:center;}.justify-self-start-xl{justify-self:start;}.justify-self-end-xl{justify-self:end;}.justify-self-flex-start-xl{justify-self:flex-start;}.justify-self-flex-end-xl{justify-self:flex-end;}.justify-self-self-start-xl{justify-self:self-start;}.justify-self-self-end-xl{justify-self:self-end;}.justify-self-baseline-xl{justify-self:baseline;}.place-content-stretch-xl{place-content:stretch;}.place-content-center-xl{place-content:center;}.place-content-start-xl{place-content:start;}.place-content-end-xl{place-content:end;}.place-content-flex-start-xl{place-content:flex-start;}.place-content-flex-end-xl{place-content:flex-end;}.place-content-between-xl{place-content:space-between;}.place-content-around-xl{place-content:space-around;}.place-content-evenly-xl{place-content:space-evenly;}.place-items-stretch-xl{place-items:stretch;}.place-items-center-xl{place-items:center;}.place-items-start-xl{place-items:start;}.place-items-end-xl{place-items:end;}.place-items-self-start-xl{place-items:self-start;}.place-items-self-end-xl{place-items:self-end;}.place-items-flex-start-xl{place-items:flex-start;}.place-items-flex-end-xl{place-items:flex-end;}.place-items-baseline-xl{place-items:baseline;}.place-self-stretch-xl{place-self:stretch;}.place-self-center-xl{place-self:center;}.place-self-start-xl{place-self:start;}.place-self-end-xl{place-self:end;}.place-self-flex-start-xl{place-self:flex-start;}.place-self-flex-end-xl{place-self:flex-end;}.place-self-self-start-xl{place-self:self-start;}.place-self-self-end-xl{place-self:self-end;}.place-self-baseline-xl{place-self:baseline;}/*** Gap ***/.gap-11-xl{gap:var(--space--11);}.gap-10-xl{gap:var(--space--10);}.gap-9-xl{gap:var(--space--9);}.gap-8-xl{gap:var(--space--8);}.gap-7-xl{gap:var(--space--7);}.gap-6-xl{gap:var(--space--6);}.gap-5-xl{gap:var(--space--5);}.gap-4-xl{gap:var(--space--4);}.gap-3-xl{gap:var(--space--3);}.gap-2-xl{gap:var(--space--2);}.gap-1-xl{gap:var(--space--1);}.gap0-xl{gap:var(--space-0);}.gap1-xl{gap:var(--space-1);}.gap2-xl{gap:var(--space-2);}.gap3-xl{gap:var(--space-3);}.gap4-xl{gap:var(--space-4);}.gap5-xl{gap:var(--space-5);}.gap6-xl{gap:var(--space-6);}.gap7-xl{gap:var(--space-7);}.gap8-xl{gap:var(--space-8);}.gap9-xl{gap:var(--space-9);}.gap10-xl{gap:var(--space-10);}.gap11-xl{gap:var(--space-11);}/*** Order ***/.order-first-xl{order:-9999;}.order-last-xl{order:9999;}.order-none-xl{order:0;}.order-1-xl{order:1;}.order-2-xl{order:2;}.order-3-xl{order:3;}.order-4-xl{order:4;}.order-5-xl{order:5;}.order-6-xl{order:6;}/*** Z-Index ***/.z-auto-xl{z-index:auto;}.z1-xl{z-index:1;}.z0-xl{z-index:0;}.z-1-xl{z-index:-1;}/*** Margin ***/.m-none-xl{margin:0}.mb-none-xl{margin-block:0}.mbs-none-xl{margin-block-start:0}.mbe-none-xl{margin-block-end:0}.mi-none-xl{margin-inline:0}.mis-none-xl{margin-inline-start:0}.mie-none-xl{margin-inline-end:0}.m-auto-xl{margin:auto}.mb-auto-xl{margin-block:auto}.mbs-auto-xl{margin-block-start:auto}.mbe-auto-xl{margin-block-end:auto}.mi-auto-xl{margin-inline:auto}.mis-auto-xl{margin-inline-start:auto}.mie-auto-xl{margin-inline-end:auto}.m-11-xl{margin:var(--space--11);}.mb-11-xl{margin-block:var(--space--11);}.mbs-11-xl{margin-block-start:var(--space--11);}.mbe-11-xl{margin-block-end:var(--space--11);}.mi-11-xl{margin-inline:var(--space--11);}.mis-11-xl{margin-inline-start:var(--space--11);}.mie-11-xl{margin-inline-end:var(--space--11);}.m-10-xl{margin:var(--space--10);}.mb-10-xl{margin-block:var(--space--10);}.mbs-10-xl{margin-block-start:var(--space--10);}.mbe-10-xl{margin-block-end:var(--space--10);}.mi-10-xl{margin-inline:var(--space--10);}.mis-10-xl{margin-inline-start:var(--space--10);}.mie-10-xl{margin-inline-end:var(--space--10);}.m-9-xl{margin:var(--space--9);}.mb-9-xl{margin-block:var(--space--9);}.mbs-9-xl{margin-block-start:var(--space--9);}.mbe-9-xl{margin-block-end:var(--space--9);}.mi-9-xl{margin-inline:var(--space--9);}.mis-9-xl{margin-inline-start:var(--space--9);}.mie-9-xl{margin-inline-end:var(--space--9);}.m-8-xl{margin:var(--space--8);}.mb-8-xl{margin-block:var(--space--8);}.mbs-8-xl{margin-block-start:var(--space--8);}.mbe-8-xl{margin-block-end:var(--space--8);}.mi-8-xl{margin-inline:var(--space--8);}.mis-8-xl{margin-inline-start:var(--space--8);}.mie-8-xl{margin-inline-end:var(--space--8);}.m-7-xl{margin:var(--space--7);}.mb-7-xl{margin-block:var(--space--7);}.mbs-7-xl{margin-block-start:var(--space--7);}.mbe-7-xl{margin-block-end:var(--space--7);}.mi-7-xl{margin-inline:var(--space--7);}.mis-7-xl{margin-inline-start:var(--space--7);}.mie-7-xl{margin-inline-end:var(--space--7);}.m-6-xl{margin:var(--space--6);}.mb-6-xl{margin-block:var(--space--6);}.mbs-6-xl{margin-block-start:var(--space--6);}.mbe-6-xl{margin-block-end:var(--space--6);}.mi-6-xl{margin-inline:var(--space--6);}.mis-6-xl{margin-inline-start:var(--space--6);}.mie-6-xl{margin-inline-end:var(--space--6);}.m-5-xl{margin:var(--space--5);}.mb-5-xl{margin-block:var(--space--5);}.mbs-5-xl{margin-block-start:var(--space--5);}.mbe-5-xl{margin-block-end:var(--space--5);}.mi-5-xl{margin-inline:var(--space--5);}.mis-5-xl{margin-inline-start:var(--space--5);}.mie-5-xl{margin-inline-end:var(--space--5);}.m-4-xl{margin:var(--space--4);}.mb-4-xl{margin-block:var(--space--4);}.mbs-4-xl{margin-block-start:var(--space--4);}.mbe-4-xl{margin-block-end:var(--space--4);}.mi-4-xl{margin-inline:var(--space--4);}.mis-4-xl{margin-inline-start:var(--space--4);}.mie-4-xl{margin-inline-end:var(--space--4);}.m-3-xl{margin:var(--space--3);}.mb-3-xl{margin-block:var(--space--3);}.mbs-3-xl{margin-block-start:var(--space--3);}.mbe-3-xl{margin-block-end:var(--space--3);}.mi-3-xl{margin-inline:var(--space--3);}.mis-3-xl{margin-inline-start:var(--space--3);}.mie-3-xl{margin-inline-end:var(--space--3);}.m-2-xl{margin:var(--space--2);}.mb-2-xl{margin-block:var(--space--2);}.mbs-2-xl{margin-block-start:var(--space--2);}.mbe-2-xl{margin-block-end:var(--space--2);}.mi-2-xl{margin-inline:var(--space--2);}.mis-2-xl{margin-inline-start:var(--space--2);}.mie-2-xl{margin-inline-end:var(--space--2);}.m-1-xl{margin:var(--space--1);}.mb-1-xl{margin-block:var(--space--1);}.mbs-1-xl{margin-block-start:var(--space--1);}.mbe-1-xl{margin-block-end:var(--space--1);}.mi-1-xl{margin-inline:var(--space--1);}.mis-1-xl{margin-inline-start:var(--space--1);}.mie-1-xl{margin-inline-end:var(--space--1);}.m0-xl{margin:var(--space-0);}.mb0-xl{margin-block:var(--space-0);}.mbs0-xl{margin-block-start:var(--space-0);}.mbe0-xl{margin-block-end:var(--space-0);}.mi0-xl{margin-inline:var(--space-0);}.mis0-xl{margin-inline-start:var(--space-0);}.mie0-xl{margin-inline-end:var(--space-0);}.m1-xl{margin:var(--space-1);}.mb1-xl{margin-block:var(--space-1);}.mbs1-xl{margin-block-start:var(--space-1);}.mbe1-xl{margin-block-end:var(--space-1);}.mi1-xl{margin-inline:var(--space-1);}.mis1-xl{margin-inline-start:var(--space-1);}.mie1-xl{margin-inline-end:var(--space-1);}.m2-xl{margin:var(--space-2);}.mb2-xl{margin-block:var(--space-2);}.mbs2-xl{margin-block-start:var(--space-2);}.mbe2-xl{margin-block-end:var(--space-2);}.mi2-xl{margin-inline:var(--space-2);}.mis2-xl{margin-inline-start:var(--space-2);}.mie2-xl{margin-inline-end:var(--space-2);}.m3-xl{margin:var(--space-3);}.mb3-xl{margin-block:var(--space-3);}.mbs3-xl{margin-block-start:var(--space-3);}.mbe3-xl{margin-block-end:var(--space-3);}.mi3-xl{margin-inline:var(--space-3);}.mis3-xl{margin-inline-start:var(--space-3);}.mie3-xl{margin-inline-end:var(--space-3);}.m4-xl{margin:var(--space-4);}.mb4-xl{margin-block:var(--space-4);}.mbs4-xl{margin-block-start:var(--space-4);}.mbe4-xl{margin-block-end:var(--space-4);}.mi4-xl{margin-inline:var(--space-4);}.mis4-xl{margin-inline-start:var(--space-4);}.mie4-xl{margin-inline-end:var(--space-4);}.m5-xl{margin:var(--space-5);}.mb5-xl{margin-block:var(--space-5);}.mbs5-xl{margin-block-start:var(--space-5);}.mbe5-xl{margin-block-end:var(--space-5);}.mi5-xl{margin-inline:var(--space-5);}.mis5-xl{margin-inline-start:var(--space-5);}.mie5-xl{margin-inline-end:var(--space-5);}.m6-xl{margin:var(--space-6);}.mb6-xl{margin-block:var(--space-6);}.mbs6-xl{margin-block-start:var(--space-6);}.mbe6-xl{margin-block-end:var(--space-6);}.mi6-xl{margin-inline:var(--space-6);}.mis6-xl{margin-inline-start:var(--space-6);}.mie6-xl{margin-inline-end:var(--space-6);}.m7-xl{margin:var(--space-7);}.mb7-xl{margin-block:var(--space-7);}.mbs7-xl{margin-block-start:var(--space-7);}.mbe7-xl{margin-block-end:var(--space-7);}.mi7-xl{margin-inline:var(--space-7);}.mis7-xl{margin-inline-start:var(--space-7);}.mie7-xl{margin-inline-end:var(--space-7);}.m8-xl{margin:var(--space-8);}.mb8-xl{margin-block:var(--space-8);}.mbs8-xl{margin-block-start:var(--space-8);}.mbe8-xl{margin-block-end:var(--space-8);}.mi8-xl{margin-inline:var(--space-8);}.mis8-xl{margin-inline-start:var(--space-8);}.mie8-xl{margin-inline-end:var(--space-8);}.m9-xl{margin:var(--space-9);}.mb9-xl{margin-block:var(--space-9);}.mbs9-xl{margin-block-start:var(--space-9);}.mbe9-xl{margin-block-end:var(--space-9);}.mi9-xl{margin-inline:var(--space-9);}.mis9-xl{margin-inline-start:var(--space-9);}.mie9-xl{margin-inline-end:var(--space-9);}.m10-xl{margin:var(--space-10);}.mb10-xl{margin-block:var(--space-10);}.mbs10-xl{margin-block-start:var(--space-10);}.mbe10-xl{margin-block-end:var(--space-10);}.mi10-xl{margin-inline:var(--space-10);}.mis10-xl{margin-inline-start:var(--space-10);}.mie10-xl{margin-inline-end:var(--space-10);}.m11-xl{margin:var(--space-11);}.mb11-xl{margin-block:var(--space-11);}.mbs11-xl{margin-block-start:var(--space-11);}.mbe11-xl{margin-block-end:var(--space-11);}.mi11-xl{margin-inline:var(--space-11);}.mis11-xl{margin-inline-start:var(--space-11);}.mie11-xl{margin-inline-end:var(--space-11);}/*** Padding ***/.p-none-xl{padding:0}.pb-none-xl{padding-block:0}.pbs-none-xl{padding-block-start:0}.pbe-none-xl{padding-block-end:0}.pi-none-xl{padding-inline:0}.pis-none-xl{padding-inline-start:0}.pie-none-xl{padding-inline-end:0}.p-11-xl{padding:var(--space--11);}.pb-11-xl{padding-block:var(--space--11);}.pbs-11-xl{padding-block-start:var(--space--11);}.pbe-11-xl{padding-block-end:var(--space--11);}.pi-11-xl{padding-inline:var(--space--11);}.pis-11-xl{padding-inline-start:var(--space--11);}.pie-11-xl{padding-inline-end:var(--space--11);}.p-10-xl{padding:var(--space--10);}.pb-10-xl{padding-block:var(--space--10);}.pbs-10-xl{padding-block-start:var(--space--10);}.pbe-10-xl{padding-block-end:var(--space--10);}.pi-10-xl{padding-inline:var(--space--10);}.pis-10-xl{padding-inline-start:var(--space--10);}.pie-10-xl{padding-inline-end:var(--space--10);}.p-9-xl{padding:var(--space--9);}.pb-9-xl{padding-block:var(--space--9);}.pbs-9-xl{padding-block-start:var(--space--9);}.pbe-9-xl{padding-block-end:var(--space--9);}.pi-9-xl{padding-inline:var(--space--9);}.pis-9-xl{padding-inline-start:var(--space--9);}.pie-9-xl{padding-inline-end:var(--space--9);}.p-8-xl{padding:var(--space--8);}.pb-8-xl{padding-block:var(--space--8);}.pbs-8-xl{padding-block-start:var(--space--8);}.pbe-8-xl{padding-block-end:var(--space--8);}.pi-8-xl{padding-inline:var(--space--8);}.pis-8-xl{padding-inline-start:var(--space--8);}.pie-8-xl{padding-inline-end:var(--space--8);}.p-7-xl{padding:var(--space--7);}.pb-7-xl{padding-block:var(--space--7);}.pbs-7-xl{padding-block-start:var(--space--7);}.pbe-7-xl{padding-block-end:var(--space--7);}.pi-7-xl{padding-inline:var(--space--7);}.pis-7-xl{padding-inline-start:var(--space--7);}.pie-7-xl{padding-inline-end:var(--space--7);}.p-6-xl{padding:var(--space--6);}.pb-6-xl{padding-block:var(--space--6);}.pbs-6-xl{padding-block-start:var(--space--6);}.pbe-6-xl{padding-block-end:var(--space--6);}.pi-6-xl{padding-inline:var(--space--6);}.pis-6-xl{padding-inline-start:var(--space--6);}.pie-6-xl{padding-inline-end:var(--space--6);}.p-5-xl{padding:var(--space--5);}.pb-5-xl{padding-block:var(--space--5);}.pbs-5-xl{padding-block-start:var(--space--5);}.pbe-5-xl{padding-block-end:var(--space--5);}.pi-5-xl{padding-inline:var(--space--5);}.pis-5-xl{padding-inline-start:var(--space--5);}.pie-5-xl{padding-inline-end:var(--space--5);}.p-4-xl{padding:var(--space--4);}.pb-4-xl{padding-block:var(--space--4);}.pbs-4-xl{padding-block-start:var(--space--4);}.pbe-4-xl{padding-block-end:var(--space--4);}.pi-4-xl{padding-inline:var(--space--4);}.pis-4-xl{padding-inline-start:var(--space--4);}.pie-4-xl{padding-inline-end:var(--space--4);}.p-3-xl{padding:var(--space--3);}.pb-3-xl{padding-block:var(--space--3);}.pbs-3-xl{padding-block-start:var(--space--3);}.pbe-3-xl{padding-block-end:var(--space--3);}.pi-3-xl{padding-inline:var(--space--3);}.pis-3-xl{padding-inline-start:var(--space--3);}.pie-3-xl{padding-inline-end:var(--space--3);}.p-2-xl{padding:var(--space--2);}.pb-2-xl{padding-block:var(--space--2);}.pbs-2-xl{padding-block-start:var(--space--2);}.pbe-2-xl{padding-block-end:var(--space--2);}.pi-2-xl{padding-inline:var(--space--2);}.pis-2-xl{padding-inline-start:var(--space--2);}.pie-2-xl{padding-inline-end:var(--space--2);}.p-1-xl{padding:var(--space--1);}.pb-1-xl{padding-block:var(--space--1);}.pbs-1-xl{padding-block-start:var(--space--1);}.pbe-1-xl{padding-block-end:var(--space--1);}.pi-1-xl{padding-inline:var(--space--1);}.pis-1-xl{padding-inline-start:var(--space--1);}.pie-1-xl{padding-inline-end:var(--space--1);}.p0-xl{padding:var(--space-0);}.pb0-xl{padding-block:var(--space-0);}.pbs0-xl{padding-block-start:var(--space-0);}.pbe0-xl{padding-block-end:var(--space-0);}.pi0-xl{padding-inline:var(--space-0);}.pis0-xl{padding-inline-start:var(--space-0);}.pie0-xl{padding-inline-end:var(--space-0);}.p1-xl{padding:var(--space-1);}.pb1-xl{padding-block:var(--space-1);}.pbs1-xl{padding-block-start:var(--space-1);}.pbe1-xl{padding-block-end:var(--space-1);}.pi1-xl{padding-inline:var(--space-1);}.pis1-xl{padding-inline-start:var(--space-1);}.pie1-xl{padding-inline-end:var(--space-1);}.p2-xl{padding:var(--space-2);}.pb2-xl{padding-block:var(--space-2);}.pbs2-xl{padding-block-start:var(--space-2);}.pbe2-xl{padding-block-end:var(--space-2);}.pi2-xl{padding-inline:var(--space-2);}.pis2-xl{padding-inline-start:var(--space-2);}.pie2-xl{padding-inline-end:var(--space-2);}.p3-xl{padding:var(--space-3);}.pb3-xl{padding-block:var(--space-3);}.pbs3-xl{padding-block-start:var(--space-3);}.pbe3-xl{padding-block-end:var(--space-3);}.pi3-xl{padding-inline:var(--space-3);}.pis3-xl{padding-inline-start:var(--space-3);}.pie3-xl{padding-inline-end:var(--space-3);}.p4-xl{padding:var(--space-4);}.pb4-xl{padding-block:var(--space-4);}.pbs4-xl{padding-block-start:var(--space-4);}.pbe4-xl{padding-block-end:var(--space-4);}.pi4-xl{padding-inline:var(--space-4);}.pis4-xl{padding-inline-start:var(--space-4);}.pie4-xl{padding-inline-end:var(--space-4);}.p5-xl{padding:var(--space-5);}.pb5-xl{padding-block:var(--space-5);}.pbs5-xl{padding-block-start:var(--space-5);}.pbe5-xl{padding-block-end:var(--space-5);}.pi5-xl{padding-inline:var(--space-5);}.pis5-xl{padding-inline-start:var(--space-5);}.pie5-xl{padding-inline-end:var(--space-5);}.p6-xl{padding:var(--space-6);}.pb6-xl{padding-block:var(--space-6);}.pbs6-xl{padding-block-start:var(--space-6);}.pbe6-xl{padding-block-end:var(--space-6);}.pi6-xl{padding-inline:var(--space-6);}.pis6-xl{padding-inline-start:var(--space-6);}.pie6-xl{padding-inline-end:var(--space-6);}.p7-xl{padding:var(--space-7);}.pb7-xl{padding-block:var(--space-7);}.pbs7-xl{padding-block-start:var(--space-7);}.pbe7-xl{padding-block-end:var(--space-7);}.pi7-xl{padding-inline:var(--space-7);}.pis7-xl{padding-inline-start:var(--space-7);}.pie7-xl{padding-inline-end:var(--space-7);}.p8-xl{padding:var(--space-8);}.pb8-xl{padding-block:var(--space-8);}.pbs8-xl{padding-block-start:var(--space-8);}.pbe8-xl{padding-block-end:var(--space-8);}.pi8-xl{padding-inline:var(--space-8);}.pis8-xl{padding-inline-start:var(--space-8);}.pie8-xl{padding-inline-end:var(--space-8);}.p9-xl{padding:var(--space-9);}.pb9-xl{padding-block:var(--space-9);}.pbs9-xl{padding-block-start:var(--space-9);}.pbe9-xl{padding-block-end:var(--space-9);}.pi9-xl{padding-inline:var(--space-9);}.pis9-xl{padding-inline-start:var(--space-9);}.pie9-xl{padding-inline-end:var(--space-9);}.p10-xl{padding:var(--space-10);}.pb10-xl{padding-block:var(--space-10);}.pbs10-xl{padding-block-start:var(--space-10);}.pbe10-xl{padding-block-end:var(--space-10);}.pi10-xl{padding-inline:var(--space-10);}.pis10-xl{padding-inline-start:var(--space-10);}.pie10-xl{padding-inline-end:var(--space-10);}.p11-xl{padding:var(--space-11);}.pb11-xl{padding-block:var(--space-11);}.pbs11-xl{padding-block-start:var(--space-11);}.pbe11-xl{padding-block-end:var(--space-11);}.pi11-xl{padding-inline:var(--space-11);}.pis11-xl{padding-inline-start:var(--space-11);}.pie11-xl{padding-inline-end:var(--space-11);}/*** Overflow ***/.overflow-auto-xl{overflow:auto;}.truncate-xl,.overflow-hidden-xl{overflow:hidden;}.overflow-visible-xl{overflow:visible;}.overflow-scroll-xl{overflow:scroll;}.overflow-x-auto-xl{overflow-x:auto;}.overflow-y-auto-xl{overflow-y:auto;}.overflow-x-scroll-xl{overflow-x:scroll;}.overflow-x-hidden-xl{overflow-x:hidden;}.overflow-y-scroll-xl{overflow-y:scroll;}.overflow-y-hidden-xl{overflow-y:hidden;}.scrolling-touch-xl{-webkit-overflow-scrolling:touch;}.scrolling-auto-xl{-webkit-overflow-scrolling:auto;}/*** Visibility ***/.invisible-xl{visibility:hidden;}.visible-xl{visibility:visible;}.screenreader-only-xl{border: 0; clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal;}/*** Object Fit ***/.object-contain-xl{object-fit:contain;}.object-cover-xl{object-fit:cover;}.object-fill-xl{object-fit:fill;}.object-none-xl{object-fit:none;}.object-scale-down-xl{object-fit:scale-down;}/*** Object Position ***/.object-b-xl{object-position:bottom;}.object-c-xl{object-position:center;}.object-t-xl{object-position:top;}.object-r-xl{object-position:right;}.object-rt-xl{object-position:right top;}.object-rb-xl{object-position:right bottom;}.object-l-xl{object-position:left;}.object-lt-xl{object-position:left top;}.object-lb-xl{object-position:left bottom;} /*** Outline ***/.outline-none-xl{outline:0;} /*** Opacity ***/.opacity-0-xl{opacity:0;}.opacity-25-xl{opacity:0.25;}.opacity-50-xl{opacity:0.5;}.opacity-75-xl{opacity:0.75;}.opacity-100-xl{opacity:1.0;}/*** Cursor ***/.cursor-auto-xl{cursor:auto;}.cursor-default-xl{cursor:default;}.cursor-pointer-xl{cursor:pointer;}.cursor-wait-xl{cursor:wait;}.cursor-text-xl{cursor:text;}.cursor-move-xl{cursor:move;}.cursor-not-allowed-xl{cursor:not-allowed;}.cursor-grab-xl{cursor:grab;}.cursor-grabbing-xl{cursor:grabbing;}/*** User Select ***/.select-none-xl{user-select:none;}.select-text-xl{user-select:text;}.select-all-xl{user-select:all;}.select-auto-xl{user-select:auto;} /*** Debug ***/.debug * { outline: 2px dotted var(--debug-color, rebeccapurple) }.debug *:hover { border:2px solid var(--debug-color, rebeccapurple) } }/style> title>Enhance/title> meta namedescription contentThe HTML first full stack web framework> !-- Open Graph --> meta nameog:title contentEnhance> meta nameog:description contentThe HTML first full stack web framework> meta nameog:image content/_public/img/enhance-open-graph-b07bba3633.png> meta nameog:site_name contentEnhance> meta nameog:type contentwebsite> meta propertyog:title contentEnhance> meta propertyog:description contentThe HTML first full stack web framework> meta propertyog:image content/_public/img/enhance-open-graph-b07bba3633.png> meta propertyog:site_name contentEnhance> meta propertyog:type contentwebsite> !-- Twitter --> meta nametwitter:title contentEnhance> meta nametwitter:description contentThe HTML first full stack web framework> meta nametwitter:card contentsummary_large_image> meta nametwitter:image:src content/_public/img/enhance-open-graph-b07bba3633.png> style> @font-face { font-family: Montserrat; src: url(/_public/fonts/montserrat-subset-var-6638e416a1.woff2) format(woff2-variations); font-weight: 300 900; } @font-face { font-family: Montserrat; src: url(/_public/fonts/montserrat-italic-subset-var-cfa95f863f.woff2) format(woff2-variations); font-weight: 400 700; font-style: italic; } html, body { font-family: Montserrat, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif; text-rendering: optimizeLegibility; font-weight: 450; overflow-x: hidden; overflow-y: auto; } body { margin-block-start: var(--nav-height); /* set in site-header.mjs */ } em { font-weight: 400; } @media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } } .clip { clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; width: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; } /style> style scopeglobal> :root { /* Fluid space */ --space-3xs: clamp(0.25rem, 0.1rem + 0.76vw, 0.69rem); --space-2xs: clamp(0.5rem, 0.22rem + 1.41vw, 1.31rem); --space-xs: clamp(0.75rem, 0.32rem + 2.17vw, 2rem); --space-s: clamp(1rem, 0.43rem + 2.83vw, 2.63rem); --space-m: clamp(1.5rem, 0.65rem + 4.24vw, 3.94rem); --space-l: clamp(2rem, 0.87rem + 5.65vw, 5.25rem); --space-xl: clamp(3rem, 1.3rem + 8.48vw, 7.88rem); --space-2xl: clamp(4rem, 1.74rem + 11.3vw, 10.5rem); --space-3xl: clamp(5rem, 2.17rem + 14.13vw, 13.13rem); } :root { /* Fluid type, bespoke values for landing page before Enhance Styles 5 fluid type*/ --text-multiplier: 1; --landing-text-0: clamp(1rem, 0.83rem + 0.87vw, 1.5rem * var(--text-multiplier)); --landing-text-1: clamp(1.2rem, 0.83rem + 1.83vw, 2.25rem * var(--text-multiplier)); --landing-text-2: clamp(1.44rem, 0.77rem + 3.37vw, 3.38rem * var(--text-multiplier)); --landing-text-3: clamp(1.73rem, 0.57rem + 5.8vw, 5.06rem * var(--text-multiplier)); --landing-text-4: clamp(2.07rem, 0.15rem + 9.6vw, 7.59rem * var(--text-multiplier)); --landing-text-5: clamp(2.49rem, -0.61rem + 15.48vw, 11.39rem * var(--text-multiplier)); } @media screen and (min-width: 120em) { :root { --text-multiplier: 1.125; } } body { background: white; } body > *:not(begin-masthead) { font-size: var(--landing-text-0); } site-header { --site-header-background: white; } .header-wrapper { display: block; background-color: #c9ecff; background-image: linear-gradient( to bottom, hsla(0deg 0% 100% / 0.85), hsla(0deg 0% 100% / 0.35) ); } landing-intro { z-index: 2; } .clouds-purple-section-bottom { aspect-ratio: 1493 / 118; width: 100vw; } .ground-top { aspect-ratio: 1514 / 332; width: 100vw; } /* ---- SHARED KEYFRAMES ---- */ @keyframes blink { 0% { opacity: 1; } 20% { opacity: 0; } 21% { opacity: 1; } 80% { opacity: 0; } 81% { opacity: 1; } 85% { opacity: 0; } 86% { opacity: 1; } 100% { opacity: 1; } } @keyframes float-letters { 0% { transform: scale(1); } 25% { transform: scale(1.015); } 75% { transform: scale(0.985); } }/style>style> :root { --nav-height: var(--space-6); } site-header { --background: var(--site-header-background, var(--cloud)); background-color: var(--background); display: block; padding-inline: var(--space-0); position: fixed; inset-block-start: 0; inset-inline: 0; z-index: 4;}site-header #site-header-links { background-color: var(--background); border-block-end: 1px solid color-mix(in srgb, var(--background) 90%, black); inset-block-start: var(--nav-height);}@media screen and (min-width: 56em) { /* On larger screens, use a semitransparent, tinted, blurred background */ /* We dont do this on smaller screens because the stacked mobile menu inheriting * the background/backdrop filter is broken in Chrome (their bug) and glitchy on Safari + FF */ site-header { background-color: color-mix(in srgb, var(--background) 75%, transparent); backdrop-filter: blur(10px); } /* Reset mobile styles */ site-header #site-header-links { background: transparent; border-block-end: none; inset-block-start: unset; }}site-header nav { max-inline-size: var(--docs-max-width); block-size: var(--nav-height);}site-header h1 { color: var(--rift);}site-header axol-portrait { block-size: var(--space-4); aspect-ratio: 1 / 1; translate: 0 -3px;}site-header a { color: var(--dark-purple); border-radius: 0.25em; transition: color 0.125s linear;}site-header a:hover { color: var(--magenta);}site-header a.active { color: var(--rift); position: relative;}site-header .active:before { content: ⏺; scale: 0.66; position: absolute; inline-size: 2ch; inset-inline-start: -2ch;}@media (min-width: 56em) { site-header .active:before { scale: 0.5; inset-inline-start: unset; inset-inline-end: -0.5ch; inset-block-start: 0; text-align: right; }}/* Mobile menu + toggle UI */@media (width 56em) { site-header labelformobile-menu-toggle figure:after { content: url(data:image/svg+xml;utf8,svg width24px height24px stroke-width2 viewBox0 0 24 24 fillnone xmlnshttp://www.w3.org/2000/svg colorcurrentColor>path dM3 5H21 strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround>/path>path dM3 12H21 strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround>/path>path dM3 19H21 strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround>/path>/svg> ); /* burger icon */ cursor: pointer; display: inline-flex; align-items: center; justify-content: end; inline-size: 2.75em; aspect-ratio: 1 / 1; } site-header #mobile-menu-toggle:checked ~ labelformobile-menu-toggle figure:after { content: url(data:image/svg+xml;utf8,svg width24px height24px stroke-width2 viewBox0 0 24 24 fillnone xmlnshttp://www.w3.org/2000/svg colorcurrentColor>path dM6.75827 17.2426L12.0009 12M17.2435 6.75736L12.0009 12M12.0009 12L6.75827 6.75736M12.0009 12L17.2435 17.2426 strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround>/path>/svg>); /* close icon */ } site-header #mobile-menu-toggle:checked ~ label .expanded { display: inline; } site-header #mobile-menu-toggle:checked ~ label .collapsed { display: none; } site-header #mobile-menu-toggle:not(:checked) ~ label .expanded { display: none; } site-header #mobile-menu-toggle:not(:checked) ~ label .collapsed { display: inline; } site-header #mobile-menu-toggle ~ #site-header-links { display: none; } site-header #mobile-menu-toggle:checked ~ #site-header-links { display: flex; } site-header #site-header-links li { margin-inline-start: calc(var(--space-4) + var(--space-0)); }}landing-intro .intro { background: linear-gradient(to bottom, #c9ecff, #fff0fe); color: var(--mid-purple); padding-top: var(--space-xl);}landing-intro landing-enhance-type-animated { padding-top: var(--space-l); width: 87.5vw;}landing-intro .top-cloud { aspect-ratio: 427 / 240; top: 50%; width: 20vw;}landing-intro .top-cloud:nth-of-type(1) { left: 0; transform: translate(-50%, -50%);}landing-intro .top-cloud:nth-of-type(2) { right: 0; transform: translate(50%, -50%);}landing-intro .middle-clouds { aspect-ratio: 375 / 128;}landing-intro .middle-cloud-medium { width: 25vw; top: 50%; left: 40%; transform: translateX(-100%) translateY(-50%);}landing-intro .middle-cloud-wide { width: 50vw; top: 15%; right: 0; transform: translateX(40%);}landing-intro .flare-blue { width: 30vw; aspect-ratio: 2 / 1; right: 0; translate: 25% 66%; background: radial-gradient( closest-side, hsla(186deg 100% 82% / 66%), transparent );}landing-intro .bottom-clouds { aspect-ratio: 1412 / 837; background-image: url(/_public/img/landing/cloud-purple-section-top-6e52dad984.svg); background-repeat: no-repeat; background-size: 100vw auto; /* Tuck bottom clouds slightly under middle clouds */ margin-top: -18.75%;}landing-intro .bottom-clouds p { font-size: clamp(1rem, 1rem + 3.75vw, 5.5vw); /* Offset to ensure text doesnt hit top of clouds */ transform: translateY(-33%); z-index: 2;}landing-intro landing-marquee { background-color: var(--mid-purple); /* Prevent surrounding SVG subpixel gaps at certain viewport sizes :) */ margin-block: -1px;}landing-intro landing-marquee slottext { font-weight: 200; color: white; font-size: 15vw;}landing-intro landing-marquee slotimage { height: 6vw;}landing-axol-introducing { color: var(--mid-purple);}landing-axol-introducing figure { background: radial-gradient(closest-side, white, transparent); grid-template-columns: var(--space-xl) auto var(--space-xl); gap: var(--space-xs);}landing-axol-introducing span { font-size: var(--landing-text-1); padding-top: calc(0.25rem + var(--space-2xs)); padding-bottom: var(--space-2xs);}landing-axol-introducing .axol { aspect-ratio: 142 / 163;}landing-axol-introducing .swash { aspect-ratio: 163 / 24; width: 100%;}landing-axol-introducing .mirror { transform: scale(-1, 1);}landing-enhance-type-animated { display: flex; justify-content: center;}landing-enhance-type-animated svg { width: 100%; aspect-ratio: 1118 / 173;}@media (prefers-reduced-motion: no-preference) { landing-enhance-type-animated #E1, landing-enhance-type-animated #N2, landing-enhance-type-animated #H3, landing-enhance-type-animated #A4, landing-enhance-type-animated #N5, landing-enhance-type-animated #C6, landing-enhance-type-animated #E7 { animation: float-letters 5s infinite alternate ease-in-out; transform-origin: center center; } landing-enhance-type-animated #N2 { animation-delay: 250ms; } landing-enhance-type-animated #H3 { animation-delay: 500ms; } landing-enhance-type-animated #A4 { animation-delay: 750ms; } landing-enhance-type-animated #N5 { animation-delay: 1000ms; } landing-enhance-type-animated #C6 { animation-delay: 1250ms; } landing-enhance-type-animated #E7 { animation-delay: 1500ms; }}landing-marquee { --marquee-gap: 1rem; display: block;}landing-marquee .marquee-wrapper { gap: var(--marquee-gap);}landing-marquee .marquee { gap: var(--marquee-gap); min-width: 100%;}landing-marquee .marquee:last-of-type { display: none;}@media (prefers-reduced-motion: no-preference) {@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(calc(-100% - var(--marquee-gap))); }} landing-marquee .marquee { animation: scroll 12s linear infinite; } landing-marquee .marquee:last-of-type { display: flex; }}landing-marquee .marquee img { display: none;}/* Dont show star graphic between marquee instances if its not animated */@media (prefers-reduced-motion: no-preference) { landing-marquee .marquee img { display: block; }}landing-cyan-to-indigo { display: block; background: linear-gradient(to bottom, #c9ecff, #7e60f3, #4327af);}landing-swinging-axols { display: block; position: relative;}landing-swinging-axols landing-axol-swing-pink,landing-swinging-axols landing-axol-swing-blue { top: -1rem; width: 20vw;}landing-swinging-axols landing-star-cross:first-of-type { width: 2vw; left: 20vw; top: 50%;}landing-swinging-axols landing-star-cross:nth-of-type(2) { width: 1vw; left: 25vw; top: 45%;}landing-swinging-axols landing-star-filled:first-of-type { width: 2vw; right: 23vw; top: 50%;}landing-swinging-axols landing-star-filled:nth-of-type(2) { width: 1.5vw; right: 25vw; top: 65%;}@media (prefers-reduced-motion: no-preference) {@keyframes pulse { from { transform: scale(1); opacity: 1; } to { transform: scale(0.5); opacity: 0.6; }} landing-star-cross svg { animation: 2s pulse linear infinite alternate; }}@media (prefers-reduced-motion: no-preference) {@keyframes twinkle { from { transform: scale(1) rotate(0deg); opacity: 0.75; } to { transform: scale(1.333) rotate(12deg); opacity: 1; }} landing-star-filled svg { animation: 1.5s twinkle linear infinite alternate; }}@media (prefers-reduced-motion: no-preference) {@keyframes swing { from { transform: rotate(-9deg); } to { transform: rotate(9deg); }} landing-axol-swing-pink img { animation: swing 1.666s ease-in-out infinite alternate; transform-origin: center top; }}@media (prefers-reduced-motion: no-preference) {@keyframes swing { from { transform: rotate(-9deg); } to { transform: rotate(9deg); }} landing-axol-swing-blue img { animation: swing 1.5s ease-in-out infinite alternate; transform-origin: center top; }}landing-no-js-required { color: #5c2e94; /* darker dark-purple */ display: block; position: relative;}landing-no-js-required .container { max-width: 80vw;}landing-no-js-required h2 { font-size: var(--landing-text-2); margin-left: -0.025em;}landing-no-js-required .accessible { font-size: min(var(--landing-text-3), 7vw); margin-top: var(--space-m); margin-bottom: var(--space-l); padding-block: var(--space-l);}landing-no-js-required .accessible:before { content: ; position: absolute; width: 60vw; aspect-ratio: 1 / 1; inset: 0; translate: -33% 0; margin: auto; background-image: radial-gradient( closest-side, hsla(0deg 0% 100% / 66%), transparent ); z-index: -1;}landing-no-js-required .accessible:after { content: ; position: absolute; width: 80vw; aspect-ratio: 3 / 2; inset: 0; translate: 33% 10%; background-image: radial-gradient( closest-side, hsla(186deg 100% 82% / 66%), transparent ); z-index: -1;}landing-no-js-required dd { font-size: 0.75em; margin-bottom: 1.5rem;}landing-no-js-required .cloud-pink { width: 25vw; aspect-ratio: 342 / 105; transform: translateX(-2%);}landing-no-js-required .get-productive { max-width: 48ch; padding-inline: 1rem;}@media screen and (min-width: 56em) { landing-no-js-required .features { padding-block: var(--space-3xl); } landing-no-js-required .get-productive { translate: 0 -25%; padding-inline: var(--space-m); } landing-no-js-required .cloud-features { translate: -10% 35%; scale: 120%; }}landing-no-js-required landing-star-filled { width: 3vw; left: 50%; transform: translateX(-50%) translateY(-100%);}landing-no-js-required .heart:after { content: ; position: absolute; z-index: -2; width: 50vw; aspect-ratio: 1 / 1; background-image: radial-gradient( closest-side, hsla(0deg 0% 100% / 33%), transparent );}landing-no-js-required .heart-left,landing-no-js-required .heart-right { width: 20vw;}/* Heart SVG split in half sometimes shows a gap in subpixel rendering depending on viewport size. *//* * To solve this, each SVG has a 1px overlap with its counterpart. Translating each half by 1/354 (1px over each full width) * creates a continuous shape while negating the subpixel rendering issue. */landing-no-js-required .heart-left { translate: 0.3% 0;}landing-no-js-required .heart-right { translate: -0.3% 0;}@media (prefers-reduced-motion: no-preference) {@keyframes heartbeat { 0% { scale: 1; } 33% { scale: 1.05; } 66% { scale: 1; }} landing-no-js-required .heart-left, landing-no-js-required .heart-right { animation: heartbeat 3s linear infinite; } landing-no-js-required .heart-left { transform-origin: center right; } landing-no-js-required .heart-right { transform-origin: center left; }}landing-no-js-required .cloud-pink-thin-extra { z-index: -2; width: 25vw; right: -3vw;}landing-no-js-required .cloud-blue-wide { width: 42vw; aspect-ratio: 674 / 209; left: -12vw; transform: translateY(-3vw);}landing-no-js-required .unless { padding-top: var(--space-3xl); padding-bottom: var(--space-xl);}/* Custom properties manipulated when JS available and animation permitted; see media query and script tag below. */landing-no-js-required landing-axol-no-js-required { --initial-offset: -2vw; --active-offset: var(--initial-offset); translate: var(--active-offset) -2vw;}landing-no-js-required landing-axol-unless-you-want-it { --initial-offset: 17.5vw; --active-offset: var(--initial-offset); left: var(--active-offset); transform: translateY(10%);}@media (prefers-reduced-motion: no-preference) { landing-no-js-required landing-axol-no-js-required { --animation-offset: 56vw; transition: translate 4.5s ease-out; } landing-no-js-required landing-axol-unless-you-want-it { --animation-offset: -50%; transition: left 500ms ease-out; }}landing-no-js-required .unless .cloud-blue-chunky-left,landing-no-js-required .unless .cloud-blue-chunky-right { aspect-ratio: 945 / 508;}landing-no-js-required .unless .cloud-blue-chunky-left { width: 66vw; transform: translateX(-33%);}landing-no-js-required .unless .cloud-blue-small { width: 6vw; left: 21vw;}landing-no-js-required .unless .cloud-blue-chunky-right { bottom: var(--space-l); width: 30vw; transform: translateX(25%);}/* Allow SVG text to scale below iOS Safaris minimum */landing-cloud-features text { -webkit-text-size-adjust: 100%;}landing-cloud-features text,landing-cloud-features tspan { white-space: pre;}landing-axol-no-js-required .axol { width: 16vw; aspect-ratio: 141 / 162; transform: scale(-1, 1); top: 0.5rem;}landing-axol-no-js-required .banner { background: var(--halite); color: white; font-size: max(1.125rem, 5vw); padding-block: 0.5vw; padding-inline: 5vw; left: -7vw; top: 4vw;}landing-axol-unless-you-want-it .axol { width: 12vw; transform: translateY(-18%) translateX(-30%);}landing-axol-unless-you-want-it .banner { background: var(--pale-cyan); color: var(--mid-purple); font-size: max(1rem, 3.75vw); padding-block: 0.5vw; padding-inline: 3vw;}landing-ssr-web-components { display: block; padding-top: var(--space-l); padding-bottom: var(--space-2xl);}landing-ssr-web-components h2 { max-width: 72rem;}landing-ssr-web-components .webComponentsType { /* Slight inset to align with SSR cloud type */ transform: scale(0.875);}landing-ssr-web-components p { color: white; padding-inline: 1rem; padding-block: var(--space-l); max-width: 48ch;}landing-ssr-web-components a { text-decoration: underline 1px;}landing-ssr-web-components .cloud-and-puffs img { width: 40vw; aspect-ratio: 675 / 210; transform: translateX(-25%);}landing-ssr-web-components landing-three-puffs { width: 33vw; transform: translateX(-33%);}landing-ssr-type { display: block;}landing-ssr-type svg { width: 100%; aspect-ratio: 1118 / 478;}@media (prefers-reduced-motion: no-preference) { landing-ssr-type #S1, landing-ssr-type #S2, landing-ssr-type #R { animation: float-letters 4s infinite alternate ease-in-out; transform-origin: center center; } landing-ssr-type #S2 { animation-delay: 500ms; } landing-ssr-type #R { animation-delay: 1000ms; }}landing-three-puffs { display: block;}landing-three-puffs svg { aspect-ratio: 411 / 187; width: 100%;}@media (prefers-reduced-motion: no-preference) {@keyframes float-puff { 0% { transform: rotate(0deg) translateY(0); } 25% { transform: rotate(-12deg) translateY(-10%); } 75% { transform: rotate(12deg) translateY(10%); } 100% { transform: rotate(0deg) translateY(0); }} landing-three-puffs #puff-left, landing-three-puffs #puff-center, landing-three-puffs #puff-right { animation: 12s float-puff infinite ease; transform-origin: center center; } landing-three-puffs #puff-center { animation-delay: 2s; } landing-three-puffs #puff-right { animation-delay: 4s; }}/* Allow Axol to stack over the next page section */landing-progressive-by-design { position: relative; z-index: 1;}landing-progressive-by-design h2 { color: white; font-size: 12vw;}landing-progressive-by-design h2 span:last-child { /* Negate character spacing causing a gap between viewport edge and B */ margin-left: -1.5%;}landing-progressive-by-design .paragraph-safety { padding-inline: 15vw;}landing-progressive-by-design p { color: white; padding-block: var(--space-l); max-width: 52ch; z-index: 2;}landing-progressive-by-design .cloud-wide { width: 60vw; aspect-ratio: 675 / 210; right: -17.5%; margin-top: -5vw;}landing-progressive-by-design .rainbow-top { margin-top: -30vw;}landing-progressive-by-design .rainbow-top > img { aspect-ratio: 1488 / 724; width: 100vw;}landing-axol-rainbow-buttslide { pointer-events: none; /* Required to unblock pointer access to Rewind button */}landing-axol-rainbow-buttslide figure { aspect-ratio: 1488 / 1460; /* Combined aspect ratio of rainbow-top and rainbow-bottom */ display: flex; width: 100vw;}/* Figure and SVG visibility toggled via JS, see script below; thus, if JS fails, the non animated version is shown. */landing-axol-rainbow-buttslide figure img { aspect-ratio: 237 / 317; width: 20vw; transform: rotate(-24deg);}landing-axol-rainbow-buttslide svg { display: none;}@media (prefers-reduced-motion: no-preference) { landing-axol-rainbow-buttslide svg { width: 100vw; aspect-ratio: 1488 / 1460; } landing-axol-rainbow-buttslide #axol-sliding { offset-path: path( M112 168C219 273 439 434.5 1122.5 550.5C1280.5 570.5 1418.4 575 1484 577 ); offset-rotate: 4deg; motion-offset: 0%; offset-distance: 0%; translate: 0% 0%; transition: motion-offset 2000ms cubic-bezier(0.33, 0.8, 0.29, 0.96), offset-distance 2000ms cubic-bezier(0.33, 0.8, 0.29, 0.96), translate 2000ms cubic-bezier(0.33, 0.8, 0.29, 0.96); } landing-axol-rainbow-buttslide #axol-sliding.animated { motion-offset: 100%; offset-distance: 100%; translate: 25% 0%; } landing-axol-rainbow-buttslide .eye { animation: blink 5s steps(1) infinite; }}landing-pink-to-cyan { display: block; background: linear-gradient( to bottom, #f5eaff 42%, #74f1ff 72%, #c1fffb 100% );}landing-stable-forever { color: var(--dark-purple); display: block; position: relative;}landing-stable-forever .rainbow-bottom { aspect-ratio: 1488 / 736; width: 100vw;}landing-stable-forever .cloud-and-axol { transform: translateY(66%) translateX(-5%);}landing-stable-forever .cloud-blue-chunky { aspect-ratio: 765 / 411; width: 50vw;}/* Axol popout animation tied to buttslide animation, see rainbow-buttslide.mjs */landing-stable-forever landing-axol-face-front { z-index: -1; transform: translateX(10vw) translateY(50%) rotate(16deg); transition: transform 300ms ease-out;}landing-stable-forever landing-axol-face-front svg { width: 27vw;}landing-stable-forever landing-axol-face-front.animated { transform: translateX(24vw) translateY(-8%) rotate(16deg);}landing-stable-forever .rewindButton { background-color: var(--princess); border-radius: 5px; box-shadow: 0 0 12px hsla(0deg 0% 100% / 50%); color: var(--denim); font-size: 0.8em; padding-block: 0.75em; padding-inline: 1em; transition: opacity 1s ease-in-out; opacity: 0; pointer-events: none;}landing-stable-forever .rewindButton.active { opacity: 1; pointer-events: auto;}landing-stable-forever .rewindButton:after { content: ; position: absolute; inset: -2px; box-shadow: 0 0 0 2px var(--princess); border-radius: 6px; opacity: 0; transform: scale(0.75); transition: opacity 150ms linear, transform 150ms linear;}landing-stable-forever .rewindButton:focus { outline: none;}landing-stable-forever .rewindButton:hover:after,landing-stable-forever .rewindButton:focus:after { opacity: 1; transform: scale(1);}landing-stable-forever .cloud-wide { aspect-ratio: 675 / 209; width: 50vw; transform: translateX(50%); margin-top: -10%;}landing-stable-forever .container { max-width: 80vw;}landing-stable-forever h2 { font-size: min(16rem, 16vw); margin-top: var(--space-l); margin-bottom: var(--space-m); margin-left: -0.025em;}landing-stable-forever .kern-st { letter-spacing: -0.075em;}landing-stable-forever .kern-s,landing-stable-forever .kern-ab,landing-stable-forever .kern-ev { letter-spacing: 0;}landing-stable-forever .container p:first-of-type { font-size: var(--landing-text-1); margin-bottom: var(--space-m); max-width: 28ch;}landing-stable-forever .container p:last-of-type { max-width: 32ch;}landing-stable-forever landing-axol-on-rainbow-and-cloud { width: 40vw; transform: translateX(20%); margin-top: 1rem;}@media screen and (min-width: 52em) { landing-stable-forever landing-axol-on-rainbow-and-cloud { width: 50vw; margin-top: -20%; }}landing-stable-forever .cloud-triad { width: 20vw; transform: translateX(-10%); margin-top: -10%;}landing-axol-face-front { display: block; aspect-ratio: 215 / 117;}landing-axol-face-front svg { width: 100%;}landing-axol-face-front #eye-left,landing-axol-face-front #eye-right { animation: blink 5s steps(1) infinite;}landing-axol-on-rainbow-and-cloud { display: block; aspect-ratio: 789 / 550;}landing-axol-on-rainbow-and-cloud #eye-left,landing-axol-on-rainbow-and-cloud #eye-right { animation: blink 5s steps(1) infinite;}landing-scoped-dom-updates { position: relative;}landing-scoped-dom-updates landing-marquee { color: var(--purple); padding-block: var(--space-xl);}landing-scoped-dom-updates landing-marquee slottext { font-size: 8vw;}landing-scoped-dom-updates p { color: var(--mid-purple);}landing-scoped-dom-updates p:first-of-type { font-size: var(--landing-text-1); max-width: 24ch;}landing-scoped-dom-updates p:last-of-type { max-width: 32ch;}landing-scoped-dom-updates .cloud-chunky-left { width: 20vw; aspect-ratio: 945 / 508; transform: translateX(-33%); margin-top: var(--space-l);}landing-scoped-dom-updates .cloud-chunky-right { bottom: 5%; right: 0; width: 40vw; transform: translateX(10%);}/* Allow SVG text to scale below iOS Safaris minimum */landing-cloud-and-code text { -webkit-text-size-adjust: 100%;}landing-cloud-and-code text,landing-cloud-and-code tspan { white-space: pre;}landing-cloud-and-code .magenta { fill: #f24eff;}landing-cloud-and-code .cyan { fill: #74f1ff;}landing-cloud-and-code .green { fill: #00f500;}landing-link-button { display: block;}landing-link-button a { background: var(--dark-purple); border-radius: 5px; color: white; padding-inline: var(--space-s);}landing-link-button a:after { content: ; position: absolute; inset: -2px; box-shadow: 0 0 0 2px var(--dark-purple); border-radius: 6px; opacity: 0; transform: scale(0.75); transition: opacity 150ms linear, transform 150ms linear;}landing-link-button a:focus { outline: none;}landing-link-button a:hover:after,landing-link-button a:focus:after { opacity: 1; transform: scale(1);}landing-liftoff { display: block; padding-inline: 1rem; margin-inline: auto; padding-bottom: var(--space-3xl); position: relative; z-index: 1;}@media screen and (min-width: 56em) { landing-liftoff { max-width: 80vw; padding-inline: 0; }}landing-liftoff h2 { background-image: linear-gradient( to bottom, #f179fe, #de76fd, #c872fb, #9e4eff ); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; text-fill-color: transparent; font-size: min(10rem, 10vw); margin-block: var(--space-l); text-indent: 0.05em;}landing-liftoff .kern-a,landing-liftoff .kern-ea,landing-liftoff .kern-ft { letter-spacing: 0;}landing-liftoff .kern-lway { letter-spacing: -0.04em;}landing-liftoff .kern-ift { letter-spacing: -0.06em;}landing-liftoff p { color: var(--mid-purple); padding-bottom: var(--space-l);}landing-liftoff .cloud { width: 33vw; right: -20vw; bottom: 20%;}@keyframes float { from { transform: translateY(0) rotate(0deg); } to { transform: translateY(-4%) rotate(-2deg); }}landing-liftoff .axol { width: min(650px, 30vw); right: 5vw;}@media screen and (min-width: 56em) { landing-liftoff .axol { right: -5vw; }}@media (prefers-reduced-motion: no-preference) { landing-liftoff .axol { animation: 4s float infinite alternate ease-in-out; transform-origin: top center; }}landing-the-ground { color: var(--denim);}landing-the-ground .ground-bottom { background-color: #1aff1a; background-image: url(/_public/img/landing/ground-bottom-3393a2ca98.svg); background-size: 100vw auto; background-position: top; background-repeat: no-repeat; padding-bottom: var(--space-xl);}landing-the-ground h2,landing-the-ground form { max-width: 50rem;}landing-the-ground h2 { font-size: var(--landing-text-3); margin-bottom: var(--space-m);}landing-the-ground form { border-bottom: 1px solid var(--denim); margin-bottom: var(--space-xl);}landing-the-ground .form-layout { grid-template-columns: 1fr 3rem; gap: var(--space-3xs);}landing-the-ground input { background: transparent; padding-block: var(--space-xs); transition: background 100ms linear;}landing-the-ground input::placeholder { color: var(--denim); opacity: 0.5;}landing-the-ground input:focus { background: rgba(255, 255, 255, 0.66); outline: none;}landing-the-ground button { background: var(--mid-purple); border-radius: 5px; margin-block: var(--space-3xs);}landing-the-ground button:after { content: ; position: absolute; inset: -2px; box-shadow: 0 0 0 2px var(--mid-purple); border-radius: 6px; opacity: 0; transform: scale(0.75); transition: opacity 150ms linear, transform 150ms linear;}landing-the-ground button:focus { outline: none;}landing-the-ground button:hover:after,landing-the-ground button:focus:after { opacity: 1; transform: scale(1);}landing-the-ground landing-axol-gills-down { width: min(20vw, 12rem);}landing-the-ground h2:nth-of-type(2) { margin-bottom: var(--space-l);}landing-the-ground figure { gap: var(--space-m); padding-bottom: var(--space-2xl);}landing-the-ground figure img { transform: scale(0.75);}@media screen and (min-width: 56em) { landing-the-ground figure img { transform: scale(1); }}landing-the-ground .footer-trim { aspect-ratio: 1515 / 25; margin-top: -1.5%; /* Approximate ratio of width to height */ margin-left: -5%; /* Image is slightly oversized to avoid subpixel gaps on L/R edges */ max-width: none; width: 110vw;}landing-axol-gills-down { display: block;}landing-axol-gills-down .eye { animation: blink 5s infinite steps(1);}@keyframes arm-and-flower { 0% { transform: rotate(0deg); } 6.25% { transform: rotate(9deg); } 50% { transform: rotate(9deg); } 56.25% { transform: rotate(0deg); }}@keyframes back-arm { 0% { transform: rotate(0deg); } 6.25% { transform: rotate(-9deg); } 50% { transform: rotate(-9deg); } 56.25% { transform: rotate(0deg); }}landing-axol-gills-down #arm-front,landing-axol-gills-down #flower { animation: arm-and-flower 5s linear infinite; transform-origin: center center;}landing-axol-gills-down #arm-back { animation: back-arm 5s linear infinite; transform-origin: center center;}landing-footer { background-color: var(--denim); display: block; color: #32ff47;}landing-footer footer { max-width: 80vw; padding-block: var(--space-2xl);}landing-footer h2 img { aspect-ratio: 44 / 43; width: 2.75rem; transform: translateY(25%);}landing-footer .social-logo { height: 1.25rem;}/style>/head>body>docs-symbols enhanced✨>svg xmlnshttp://www.w3.org/2000/svg xmlns:xlinkhttp://www.w3.org/1999/xlink width0 height0 styledisplay:none;> symbol idsvg-hamburger viewBox0 0 24 24 fillnone strokecurrentColor stroke-linecapround stroke-linejoinround stroke-width2>path dM4 6h16M4 12h16M4 18h16>/path>/symbol> symbol idsvg-github viewBox0 0 32 32>path fill-ruleevenodd dM15.999 0C7.164 0 0 7.345 0 16.405c0 7.248 4.584 13.397 10.942 15.566.8.151 1.092-.356 1.092-.79 0-.39-.013-1.422-.021-2.79-4.45.99-5.39-2.2-5.39-2.2-.728-1.895-1.777-2.4-1.777-2.4-1.452-1.017.11-.997.11-.997 1.606.116 2.451 1.691 2.451 1.691 1.427 2.507 3.745 1.783 4.657 1.363.145-1.06.559-1.783 1.015-2.193-3.552-.413-7.288-1.821-7.288-8.108 0-1.79.624-3.256 1.647-4.402-.165-.415-.714-2.083.158-4.341 0 0 1.342-.441 4.399 1.682A14.97 14.97 0 0116 7.933c1.36.007 2.728.188 4.006.553 3.055-2.123 4.395-1.682 4.395-1.682.874 2.258.325 3.926.16 4.341 1.026 1.146 1.645 2.612 1.645 4.402 0 6.303-3.741 7.69-7.305 8.095.574.507 1.085 1.508 1.085 3.039 0 2.192-.02 3.962-.02 4.5 0 .438.29.949 1.1.789C27.42 29.796 32 23.65 32 16.405 32 7.345 24.836 0 15.999 0>/path>/symbol> symbol idsvg-discord viewBox0 0 71 55>g clip-pathurl(#clip0)>path dM60.1045 4.8978C55.5792 2.8214 50.7265 1.2916 45.6527 0.41542C45.5603 0.39851 45.468 0.440769 45.4204 0.525289C44.7963 1.6353 44.105 3.0834 43.6209 4.2216C38.1637 3.4046 32.7345 3.4046 27.3892 4.2216C26.905 3.0581 26.1886 1.6353 25.5617 0.525289C25.5141 0.443589 25.4218 0.40133 25.3294 0.41542C20.2584 1.2888 15.4057 2.8186 10.8776 4.8978C10.8384 4.9147 10.8048 4.9429 10.7825 4.9795C1.57795 18.7309 -0.943561 32.1443 0.293408 45.3914C0.299005 45.4562 0.335386 45.5182 0.385761 45.5576C6.45866 50.0174 12.3413 52.7249 18.1147 54.5195C18.2071 54.5477 18.305 54.5139 18.3638 54.4378C19.7295 52.5728 20.9469 50.6063 21.9907 48.5383C22.0523 48.4172 21.9935 48.2735 21.8676 48.2256C19.9366 47.4931 18.0979 46.6 16.3292 45.5858C16.1893 45.5041 16.1781 45.304 16.3068 45.2082C16.679 44.9293 17.0513 44.6391 17.4067 44.3461C17.471 44.2926 17.5606 44.2813 17.6362 44.3151C29.2558 49.6202 41.8354 49.6202 53.3179 44.3151C53.3935 44.2785 53.4831 44.2898 53.5502 44.3433C53.9057 44.6363 54.2779 44.9293 54.6529 45.2082C54.7816 45.304 54.7732 45.5041 54.6333 45.5858C52.8646 46.6197 51.0259 47.4931 49.0921 48.2228C48.9662 48.2707 48.9102 48.4172 48.9718 48.5383C50.038 50.6034 51.2554 52.5699 52.5959 54.435C52.6519 54.5139 52.7526 54.5477 52.845 54.5195C58.6464 52.7249 64.529 50.0174 70.6019 45.5576C70.6551 45.5182 70.6887 45.459 70.6943 45.3942C72.1747 30.0791 68.2147 16.7757 60.1968 4.9823C60.1772 4.9429 60.1437 4.9147 60.1045 4.8978ZM23.7259 37.3253C20.2276 37.3253 17.3451 34.1136 17.3451 30.1693C17.3451 26.225 20.1717 23.0133 23.7259 23.0133C27.308 23.0133 30.1626 26.2532 30.1066 30.1693C30.1066 34.1136 27.28 37.3253 23.7259 37.3253ZM47.3178 37.3253C43.8196 37.3253 40.9371 34.1136 40.9371 30.1693C40.9371 26.225 43.7636 23.0133 47.3178 23.0133C50.9 23.0133 53.7545 26.2532 53.6986 30.1693C53.6986 34.1136 50.9 37.3253 47.3178 37.3253Z fillcurrentColor>/path>/g>defs>clipPath idclip0>rect width71 height55 fillcurrentColor>/rect>/clipPath>/defs>/symbol> symbol idsvg-twitter viewBox0 0 24 24>path fillcurrentColor dM24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z>/path>/symbol> symbol idsvg-sun viewBox0 0 24 24 fillcurrentColor strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround>circle cx12 cy12 r5>/circle>line x112 y11 x212 y23>/line>line x112 y121 x212 y223>/line>line x14.22 y14.22 x25.64 y25.64>/line>line x118.36 y118.36 x219.78 y219.78>/line>line x11 y112 x23 y212>/line>line x121 y112 x223 y212>/line>line x14.22 y119.78 x25.64 y218.36>/line>line x118.36 y15.64 x219.78 y24.22>/line>/symbol> symbol idsvg-moon viewBox0 0 24 24 fillcurrentColor strokecurrentColor stroke-width2 stroke-linecapround stroke-linejoinround>path dM21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z>/path>/symbol> symbol idsvg-copy viewBox0 0 24 24>path fill-ruleevenodd dM7.024 3.75c0-.966.784-1.75 1.75-1.75H20.25c.966 0 1.75.784 1.75 1.75v11.498a1.75 1.75 0 0 1-1.75 1.75H8.774a1.75 1.75 0 0 1-1.75-1.75V3.75zm1.75-.25a.25.25 0 0 0-.25.25v11.498c0 .139.112.25.25.25H20.25a.25.25 0 0 0 .25-.25V3.75a.25.25 0 0 0-.25-.25H8.774z fillcurrentColor>/path>path dM1.995 10.749a1.75 1.75 0 0 1 1.75-1.751H5.25a.75.75 0 1 1 0 1.5H3.745a.25.25 0 0 0-.25.25L3.5 20.25c0 .138.111.25.25.25h9.5a.25.25 0 0 0 .25-.25v-1.51a.75.75 0 1 1 1.5 0v1.51A1.75 1.75 0 0 1 13.25 22h-9.5A1.75 1.75 0 0 1 2 20.25l-.005-9.501z fillcurrentColor>/path>/symbol> symbol idsvg-check viewBox0 0 24 24>path fill-ruleevenodd dM21.03 5.72a.75.75 0 0 1 0 1.06l-11.5 11.5a.75.75 0 0 1-1.072-.012l-5.5-5.75a.75.75 0 1 1 1.084-1.036l4.97 5.195L19.97 5.72a.75.75 0 0 1 1.06 0z fillcurrentColor>/path>/symbol> symbol idsvg-plus viewBox0 -256 1792 1792>g transformmatrix(1,0,0,-1,205.01695,1368.9492)>path dM 1408,800 V 608 q 0,-40 -28,-68 -28,-28 -68,-28 H 896 V 96 Q 896,56 868,28 840,0 800,0 H 608 Q 568,0 540,28 512,56 512,96 V 512 H 96 Q 56,512 28,540 0,568 0,608 v 192 q 0,40 28,68 28,28 68,28 h 416 v 416 q 0,40 28,68 28,28 68,28 h 192 q 40,0 68,-28 28,-28 28,-68 V 896 h 416 q 40,0 68,-28 28,-28 28,-68 z>/path>/g>/symbol> symbol idsvg-minus viewBox0 -256 1792 1792>g transformmatrix(1,0,0,-1,182.23729,1330.9831)>path dM 1408,800 V 608 q 0,-40 -28,-68 -28,-28 -68,-28 H 96 Q 56,512 28,540 0,568 0,608 v 192 q 0,40 28,68 28,28 68,28 h 1216 q 40,0 68,-28 28,-28 28,-68 z>/path>/g>/symbol>/svg> /docs-symbols>site-header active/ enhanced✨> nav class flex align-items-center gap0 mi-auto > a href/> h1 classtext0 font-semibold flex gap0 align-items-center uppercase tracking2> axol-portrait enhanced✨> svg viewBox0 0 52 52 fillnone xmlnshttp://www.w3.org/2000/svg> g clip-pathurl(#clip0_2_15)> path dM43.7298 28.055C43.7298 28.055 44.0466 27.5274 46.1594 23.7541C50.1356 16.7162 45.8293 12.89 44.7284 5.22752C44.3248 2.4123 43.6108 -0.553092 41.8922 1.50552C39.0401 4.91731 40.4532 7.99721 41.3882 10.8308C40.3372 8.47287 39.3619 7.70287 38.7457 8.24848C37.587 9.29581 37.3845 12.7754 38.7909 16.6402C38.7909 16.6402 37.5119 14.3005 36.534 14.969C34.6961 16.2644 35.557 20.2369 37.4795 22.3106C39.5842 24.5824 40.1717 26.3894 40.114 27.3581C40.0715 28.7776 43.4516 28.36 43.7298 28.055Z fill#AD6EF9>/path> path fill-ruleevenodd clip-ruleevenodd dM18.0793 18.973C16.9458 18.3512 16.2835 17.5846 16.423 16.9004C16.6551 15.761 19.022 15.2813 21.7096 15.8289C22.7134 16.0334 23.62 16.3523 24.3498 16.7309L24.3505 16.7275C24.5826 15.5881 26.9495 15.1084 29.6372 15.656C31.0748 15.9489 32.3129 16.4764 33.1182 17.0781C34.0714 16.6036 35.9869 16.7976 37.9657 17.6535C39.714 18.4096 41.0519 19.4836 41.5516 20.4267C46.3838 23.268 50.4091 27.8127 50.5581 33.497C50.8199 43.3962 41.9788 49.2016 31.0362 49.4779C20.0937 49.7541 11.1816 44.4483 10.9198 34.5491C10.7916 29.7037 12.905 25.4347 16.3806 22.3376C15.2512 21.7164 14.5918 20.9515 14.7309 20.2686C14.9047 19.4158 16.2744 18.9326 18.0793 18.973Z fillwhite>/path> path dM18.0793 18.973L18.0689 19.4389C18.2836 19.4437 18.4738 19.3012 18.5294 19.0938C18.5851 18.8863 18.4918 18.6678 18.3035 18.5645L18.0793 18.973ZM16.423 16.9004L15.9663 16.8073L15.9663 16.8073L16.423 16.9004ZM21.7096 15.8289L21.6166 16.2855L21.6166 16.2855L21.7096 15.8289ZM24.3498 16.7309L24.1352 17.1446C24.2651 17.212 24.4191 17.2144 24.5511 17.1512C24.6831 17.088 24.7777 16.9665 24.8066 16.823L24.3498 16.7309ZM24.3505 16.7275L23.8939 16.6345L23.8937 16.6354L24.3505 16.7275ZM29.6372 15.656L29.5441 16.1126L29.5441 16.1126L29.6372 15.656ZM33.1182 17.0781L32.8392 17.4514C32.9801 17.5567 33.1683 17.5736 33.3258 17.4953L33.1182 17.0781ZM37.9657 17.6535L37.7807 18.0812L37.7807 18.0812L37.9657 17.6535ZM41.5516 20.4267L41.1399 20.645C41.1803 20.7212 41.241 20.7847 41.3154 20.8285L41.5516 20.4267ZM50.5581 33.497L50.0922 33.5092L50.0922 33.5093L50.5581 33.497ZM31.0362 49.4779L31.0245 49.012L31.0245 49.012L31.0362 49.4779ZM10.9198 34.5491L11.3856 34.5367L11.3856 34.5367L10.9198 34.5491ZM16.3806 22.3376L16.6906 22.6855C16.8036 22.5848 16.8606 22.4356 16.8436 22.2852C16.8267 22.1349 16.7377 22.0021 16.6052 21.9292L16.3806 22.3376ZM14.7309 20.2686L15.1876 20.3616L15.1876 20.3616L14.7309 20.2686ZM18.3035 18.5645C17.7684 18.2709 17.3741 17.9585 17.1348 17.6654C16.8934 17.3698 16.8484 17.1467 16.8796 16.9934L15.9663 16.8073C15.8581 17.3384 16.0745 17.8406 16.4129 18.2549C16.7531 18.6716 17.2568 19.0533 17.8552 19.3816L18.3035 18.5645ZM16.8796 16.9934C16.9058 16.8648 16.9984 16.715 17.2265 16.5637C17.4569 16.4109 17.7961 16.2783 18.2381 16.1888C19.12 16.01 20.3189 16.0211 21.6166 16.2855L21.8027 15.3722C20.4128 15.0891 19.0844 15.0662 18.0529 15.2753C17.5381 15.3796 17.0741 15.5464 16.7114 15.7869C16.3465 16.0289 16.0562 16.3663 15.9663 16.8073L16.8796 16.9934ZM21.6166 16.2855C22.5833 16.4825 23.4481 16.7881 24.1352 17.1446L24.5644 16.3173C23.7918 15.9164 22.8436 15.5843 21.8027 15.3722L21.6166 16.2855ZM24.8066 16.823L24.8073 16.8196L23.8937 16.6354L23.893 16.6388L24.8066 16.823ZM24.8071 16.8205C24.8333 16.6919 24.9259 16.5421 25.1541 16.3908C25.3844 16.238 25.7237 16.1054 26.1656 16.0159C27.0475 15.8371 28.2464 15.8482 29.5441 16.1126L29.7302 15.1993C28.3403 14.9162 27.0119 14.8933 25.9805 15.1024C25.4657 15.2067 25.0017 15.3735 24.639 15.614C24.2741 15.856 23.9837 16.1934 23.8939 16.6345L24.8071 16.8205ZM29.5441 16.1126C30.934 16.3958 32.1031 16.9014 32.8392 17.4514L33.3971 16.7047C32.5227 16.0514 31.2155 15.502 29.7302 15.1993L29.5441 16.1126ZM33.3258 17.4953C33.685 17.3165 34.2963 17.2379 35.1047 17.3299C35.8985 17.4202 36.8276 17.6689 37.7807 18.0812L38.1507 17.2257C37.1251 16.7821 36.107 16.5059 35.21 16.4038C34.3277 16.3035 33.5046 16.3652 32.9105 16.6609L33.3258 17.4953ZM37.7807 18.0812C39.4875 18.8194 40.7121 19.8378 41.1399 20.645L41.9634 20.2085C41.3916 19.1295 39.9404 17.9999 38.1507 17.2257L37.7807 18.0812ZM41.3154 20.8285C46.0786 23.6292 49.9492 28.0526 50.0922 33.5092L51.0239 33.4847C50.8689 27.5728 46.6889 22.9068 41.7878 20.025L41.3154 20.8285ZM50.0922 33.5093C50.2189 38.2989 48.151 42.0871 44.7149 44.7265C41.2661 47.3756 36.4231 48.8757 31.0245 49.012L31.048 49.9437C36.5919 49.8038 41.6407 48.2631 45.2827 45.4656C48.9373 42.6583 51.1591 38.5943 51.0239 33.4846L50.0922 33.5093ZM31.0245 49.012C25.6252 49.1483 20.7664 47.9056 17.2392 45.4469C13.7256 42.9978 11.5124 39.3306 11.3856 34.5367L10.4539 34.5614C10.589 39.6667 12.9627 43.6021 16.7062 46.2116C20.4361 48.8115 25.5047 50.0837 31.048 49.9437L31.0245 49.012ZM11.3856 34.5367C11.2615 29.8436 13.3057 25.7019 16.6906 22.6855L16.0705 21.9896C12.5044 25.1676 10.3217 29.5638 10.4539 34.5614L11.3856 34.5367ZM14.2743 20.1756C14.1663 20.7055 14.3817 21.2069 14.7188 21.6206C15.0578 22.0367 15.5596 22.4179 16.156 22.7459L16.6052 21.9292C16.0721 21.6361 15.6796 21.3243 15.4413 21.0319C15.2012 20.7371 15.1564 20.5146 15.1876 20.3616L14.2743 20.1756ZM18.0898 18.5071C17.1498 18.4861 16.2922 18.5998 15.629 18.8498C14.9834 19.0932 14.4091 19.5141 14.2743 20.1756L15.1876 20.3616C15.2265 20.1703 15.4239 19.9232 15.9578 19.7219C16.4742 19.5272 17.2038 19.4195 18.0689 19.4389L18.0898 18.5071Z fill#003451>/path> path dM35.062 36.7409C35.062 36.7409 36.6916 40.7293 37.4595 39.0734C37.8349 38.1879 38.1733 37.0768 38.3874 36.3452C38.3874 36.3452 39.9127 39.7754 40.8453 38.5099C41.7779 37.2443 41.265 35.0897 41.265 35.0897 stroke#003451 stroke-width0.932036 stroke-linecapround stroke-linejoinround>/path> path dM28.1042 36.9037C29.3514 37.2197 30.6187 36.4642 30.9349 35.2162C31.251 33.9683 30.4962 32.7005 29.249 32.3846C28.0017 32.0686 26.7344 32.8241 26.4183 34.0721C26.1021 35.32 26.8569 36.5878 28.1042 36.9037Z fill#003451>/path> path dM45.3599 34.3407C46.6072 34.6567 47.8745 33.9012 48.1906 32.6532C48.5068 31.4053 47.752 30.1375 46.5047 29.8216C45.2575 29.5056 43.9902 30.2611 43.674 31.5091C43.3579 32.757 44.1127 34.0248 45.3599 34.3407Z fill#003451>/path> path dM21.6152 34.0244C21.6152 34.0244 21.428 33.4406 20.0257 29.331C17.4134 21.6745 11.6936 22.353 5.24521 18.0781C2.87672 16.5127 0.19902 15.0745 0.577943 17.7226C1.24836 22.1295 4.46529 23.1143 7.19836 24.3161C4.74223 23.5375 3.51693 23.7545 3.51426 24.5762C3.51227 26.1534 5.98816 28.5997 9.80616 30.1211C9.80616 30.1211 7.21081 29.5218 7.07678 30.6856C6.81429 32.9209 10.3545 34.9217 13.1673 34.8566C16.2753 34.7902 18.0015 35.5582 18.6914 36.2559C19.7091 37.2288 21.6496 34.4353 21.6152 34.0244Z fill#AD6EF9>/path> /g> defs> clipPath idclip0_2_15> rect width52 height52 fillwhite>/rect> /clipPath> /defs> /svg> /axol-portrait> Enhance /h1> /a> !-- Mobile menu toggle --> input typecheckbox rolebutton aria-haspopuptrue idmobile-menu-toggle namemobile menu toggle classclip absolute opacity-0 hidden-lg autocompleteoff> label formobile-menu-toggle classmis-auto hidden-lg> figure aria-hiddentrue>/figure> span classclip>Site navigation/span> span classclip expanded>expanded/span> span classclip collapsed>collapsed/span> /label> !-- Site links --> ul idsite-header-links class list-none text-1 font-semibold uppercase tracking2 fixed inset-i-0 static-lg p0 pbe2 p-none-lg flex flex-col flex-row-lg gap2 gap-2-lg mis-auto-lg align-items-center-lg > li> a href/ classp-4 active>Home/a> /li> li> a href/docs classp-4 >Docs/a> /li> li> a href/cookbook classp-4 >Cookbook/a> /li> li> a href/blog classp-4 >Blog/a> /li> li> a href/showcase classp-4 >Showcase/a> /li> li> a href/wasm classp-4 >WASM/a> /li> li> a href/why-enhance classp-4 >Why Enhance?/a> /li> /ul> /nav> /site-header>landing-intro classblock relative enhanced✨> div classintro> div classrelative> img src/_public/img/landing/cloud-purple-chunky-cd2c9979bb.svg alt classabsolute top-cloud> img src/_public/img/landing/cloud-purple-chunky-cd2c9979bb.svg alt classabsolute top-cloud> landing-axol-introducing classflex justify-content-center pi5 enhanced✨> figure classgrid align-items-center> img src/_public/img/landing/axol-f82642f7e7.svg alt classaxol si-100> div> img src/_public/img/landing/swash-23a1cf5953.svg alt classswash mi-auto> span classblock font-semibold uppercase text-center> Introducing /span> img src/_public/img/landing/swash-23a1cf5953.svg alt classswash mi-auto> /div> img src/_public/img/landing/axol-f82642f7e7.svg alt classaxol si-100 mirror> /figure> /landing-axol-introducing> /div> h1> landing-enhance-type-animated classmi-auto enhanced✨> svg viewBox0 0 1118 173 fillnone classoverflow-visible xmlnshttp://www.w3.org/2000/svg> g idenhance-type> g idE7> path idUnion fill-ruleevenodd clip-ruleevenodd dM1072.03 0C1080.66 0 1087.98 5.60676 1090.54 13.3758C1092.45 7.84742 1097.7 3.87648 1103.87 3.87648C1111.66 3.87648 1117.98 10.1907 1117.98 17.9798C1117.98 21.344 1116.8 24.4331 1114.83 26.8571C1116.82 29.9119 1117.98 33.5586 1117.98 37.4751C1117.98 48.2396 1109.25 56.9659 1098.49 56.9659C1091.09 56.9659 1084.66 52.8477 1081.36 46.7797C1078.81 50.4826 1074.55 52.9112 1069.72 52.9112C1064.6 52.9112 1060.11 50.1784 1057.64 46.0908C1055.06 49.4314 1051.02 51.5831 1046.47 51.5831C1044.96 51.5831 1043.5 51.3456 1042.14 50.9059C1042.49 52.1266 1042.67 53.4145 1042.67 54.7454C1042.67 57.607 1041.82 60.2696 1040.35 62.4931C1040.68 62.4784 1041.01 62.471 1041.34 62.471C1047.77 62.471 1053.54 65.2976 1057.48 69.7765C1058.75 66.5314 1061.91 64.2335 1065.61 64.2335C1068.15 64.2335 1070.44 65.3236 1072.04 67.0624C1075.95 62.3514 1081.85 59.3513 1088.45 59.3513C1100.22 59.3513 1109.77 68.8961 1109.77 80.6703C1109.77 84.8376 1108.57 88.7256 1106.51 92.0101C1107.01 93.1645 1107.3 94.4409 1107.3 95.7833C1107.3 100.958 1103.1 105.153 1097.93 105.153C1095.07 105.153 1092.51 103.876 1090.8 101.862C1090.33 101.913 1089.85 101.949 1089.37 101.97C1085.82 107.525 1079.6 111.208 1072.52 111.208C1066.54 111.208 1061.18 108.583 1057.51 104.421C1056.77 105.09 1055.78 105.497 1054.7 105.497C1053.06 105.497 1051.63 104.557 1050.93 103.186C1048.67 104.318 1046.18 105.062 1043.54 105.331C1044.44 108.198 1044.92 111.247 1044.92 114.409C1044.92 122.153 1042.03 129.222 1037.27 134.595L1038.03 136.405L1040.2 136.679C1042.61 130.523 1048.61 126.164 1055.62 126.164C1061.05 126.164 1065.88 128.785 1068.9 132.832C1068.92 128.773 1072.22 125.49 1076.29 125.49C1079.38 125.49 1082.03 127.392 1083.13 130.091C1086.7 125.536 1092.25 122.609 1098.49 122.609C1109.25 122.609 1117.98 131.336 1117.98 142.1C1117.98 146.436 1116.56 150.442 1114.17 153.679C1115.47 155.011 1116.27 156.833 1116.27 158.841C1116.27 162.923 1112.96 166.232 1108.88 166.232C1107.03 166.232 1105.34 165.551 1104.04 164.427C1102.71 166.379 1100.47 167.661 1097.93 167.661C1094.78 167.661 1092.1 165.697 1091.03 162.928C1088.45 166.299 1084.39 168.474 1079.82 168.474C1075.29 168.474 1071.25 166.335 1068.67 163.012C1066.09 165.867 1062.36 167.661 1058.21 167.661C1053.32 167.661 1049.01 165.176 1046.48 161.401C1046.29 164.904 1043.39 167.685 1039.84 167.685C1037.37 167.685 1035.22 166.342 1034.07 164.348C1031.61 166.429 1028.43 167.685 1024.96 167.685C1020.8 167.685 1017.07 165.89 1014.49 163.034C1011.22 165.512 1007.15 166.982 1002.73 166.982C991.965 166.982 983.238 158.255 983.238 147.491C983.238 141.553 985.893 136.236 990.081 132.661C986.267 127.575 984.008 121.256 984.008 114.409C984.008 107.737 986.154 101.565 989.793 96.5477C987.592 94.06 986.256 90.7892 986.256 87.2063C986.256 82.7117 988.358 78.7082 991.634 76.1256C990.775 75.0574 990.262 73.7005 990.262 72.2236C990.262 70.7241 990.791 69.3482 991.673 68.2727C986.707 66.0902 983.238 61.1275 983.238 55.3548C983.238 49.2341 987.137 44.0241 992.587 42.073C985.691 39.0707 980.869 32.1954 980.869 24.1939C980.869 13.4294 989.595 4.70312 1000.36 4.70312C1006.97 4.70312 1012.82 7.99635 1016.34 13.0322C1018.51 8.03535 1023.49 4.54054 1029.28 4.54054C1034.14 4.54054 1038.43 6.99693 1040.96 10.7354C1041.6 7.30159 1044.61 4.70126 1048.23 4.70126C1051.45 4.70126 1054.19 6.76555 1055.2 9.64444C1058.59 3.87435 1064.86 0 1072.03 0Z fill#AD6EF9>/path> g idMask group> mask idmask0_603_3 stylemask-type:alpha maskUnitsuserSpaceOnUse x980 y0 width138 height169> path idUnion_2 fill-ruleevenodd clip-ruleevenodd dM1072.03 0C1080.66 0 1087.98 5.60676 1090.54 13.3758C1092.45 7.84742 1097.7 3.87648 1103.87 3.87648C1111.66 3.87648 1117.98 10.1907 1117.98 17.9798C1117.98 21.344 1116.8 24.4331 1114.83 26.8571C1116.82 29.9119 1117.98 33.5586 1117.98 37.4751C1117.98 48.2396 1109.25 56.9659 1098.49 56.9659C1091.09 56.9659 1084.66 52.8477 1081.36 46.7797C1078.81 50.4826 1074.55 52.9112 1069.72 52.9112C1064.6 52.9112 1060.11 50.1784 1057.64 46.0908C1055.06 49.4314 1051.02 51.5831 1046.47 51.5831C1044.96 51.5831 1043.5 51.3456 1042.14 50.9059C1042.49 52.1266 1042.67 53.4145 1042.67 54.7454C1042.67 57.607 1041.82 60.2696 1040.35 62.4931C1040.68 62.4784 1041.01 62.471 1041.34 62.471C1047.77 62.471 1053.54 65.2976 1057.48 69.7765C1058.75 66.5314 1061.91 64.2335 1065.61 64.2335C1068.15 64.2335 1070.44 65.3236 1072.04 67.0624C1075.95 62.3514 1081.85 59.3513 1088.45 59.3513C1100.22 59.3513 1109.77 68.8961 1109.77 80.6703C1109.77 84.8376 1108.57 88.7256 1106.51 92.0101C1107.01 93.1645 1107.3 94.4409 1107.3 95.7833C1107.3 100.958 1103.1 105.153 1097.93 105.153C1095.07 105.153 1092.51 103.876 1090.8 101.862C1090.33 101.913 1089.85 101.949 1089.37 101.97C1085.82 107.525 1079.6 111.208 1072.52 111.208C1066.54 111.208 1061.18 108.583 1057.51 104.421C1056.77 105.09 1055.78 105.497 1054.7 105.497C1053.06 105.497 1051.63 104.557 1050.93 103.186C1048.67 104.318 1046.18 105.062 1043.54 105.331C1044.44 108.198 1044.92 111.247 1044.92 114.409C1044.92 122.153 1042.03 129.222 1037.27 134.595L1038.03 136.405L1040.2 136.679C1042.61 130.523 1048.61 126.164 1055.62 126.164C1061.05 126.164 1065.88 128.785 1068.9 132.832C1068.92 128.773 1072.22 125.49 1076.29 125.49C1079.38 125.49 1082.03 127.392 1083.13 130.091C1086.7 125.536 1092.25 122.609 1098.49 122.609C1109.25 122.609 1117.98 131.336 1117.98 142.1C1117.98 146.436 1116.56 150.442 1114.17 153.679C1115.47 155.011 1116.27 156.833 1116.27 158.841C1116.27 162.923 1112.96 166.232 1108.88 166.232C1107.03 166.232 1105.34 165.551 1104.04 164.427C1102.71 166.379 1100.47 167.661 1097.93 167.661C1094.78 167.661 1092.1 165.697 1091.03 162.928C1088.45 166.299 1084.39 168.474 1079.82 168.474C1075.29 168.474 1071.25 166.335 1068.67 163.012C1066.09 165.867 1062.36 167.661 1058.21 167.661C1053.32 167.661 1049.01 165.176 1046.48 161.401C1046.29 164.904 1043.39 167.685 1039.84 167.685C1037.37 167.685 1035.22 166.342 1034.07 164.348C1031.61 166.429 1028.43 167.685 1024.96 167.685C1020.8 167.685 1017.07 165.89 1014.49 163.034C1011.22 165.512 1007.15 166.982 1002.73 166.982C991.965 166.982 983.238 158.255 983.238 147.491C983.238 141.553 985.893 136.236 990.081 132.661C986.267 127.575 984.008 121.256 984.008 114.409C984.008 107.737 986.154 101.565 989.793 96.5477C987.592 94.06 986.256 90.7892 986.256 87.2063C986.256 82.7117 988.358 78.7082 991.634 76.1256C990.775 75.0574 990.262 73.7005 990.262 72.2236C990.262 70.7241 990.791 69.3482 991.673 68.2727C986.707 66.0902 983.238 61.1275 983.238 55.3548C983.238 49.2341 987.137 44.0241 992.587 42.073C985.691 39.0707 980.869 32.1954 980.869 24.1939C980.869 13.4294 989.595 4.70312 1000.36 4.70312C1006.97 4.70312 1012.82 7.99635 1016.34 13.0322C1018.51 8.03535 1023.49 4.54054 1029.28 4.54054C1034.14 4.54054 1038.43 6.99693 1040.96 10.7354C1041.6 7.30159 1044.61 4.70126 1048.23 4.70126C1051.45 4.70126 1054.19 6.76555 1055.2 9.64444C1058.59 3.87435 1064.86 0 1072.03 0Z fill#AD6EF9>/path> /mask> g maskurl(#mask0_603_3)> path idVector 392 dM1014.77 158.552C993.582 168.052 981.707 144.552 986.27 136.677C984.832 137.302 981.907 138.602 981.707 138.802C981.507 139.002 980.499 146.343 980.02 149.989L986.957 168.114C997.249 168.614 1018.03 169.614 1018.83 169.614C1019.83 169.614 1071.02 170.427 1072.33 170.427C1073.64 170.427 1103.77 169.739 1106.71 169.677C1109.64 169.614 1120.58 166.239 1120.89 165.864C1121.14 165.564 1120.12 144.656 1119.58 134.239C1119.29 133.093 1117.17 130.039 1111.02 126.989C1118.27 140.239 1114.83 145.614 1110.08 152.739C1112.83 158.114 1107.83 161.427 1103.77 158.614C1098.33 164.677 1094.21 160.052 1091.21 155.739C1080.14 165.364 1074.96 158.552 1069.08 154.614C1059.89 164.614 1050.71 159.927 1045.64 154.927C1043.39 163.302 1037.21 161.364 1035.02 155.739C1028.02 165.302 1020.02 160.614 1014.77 158.552Z fill#9853F7>/path> path idVector 393 dM1071.21 137.927C1061.11 127.027 1046.42 132.677 1040.33 136.864C1039.96 136.094 1039.17 134.427 1039.02 133.927C1038.83 133.302 1048.52 125.802 1049.4 125.427C1050.1 125.127 1064.02 124.927 1070.9 124.864L1083.96 123.989L1092.96 119.927C1095.96 119.739 1103.32 120.577 1108.77 125.427C1097.08 119.927 1086.33 131.239 1083.08 135.489C1079.33 128.239 1072.4 133.052 1071.21 137.927Z fill#CEA6FF>/path> path idVector 394 dM1051.02 98.4268C1047.92 102.877 1040.56 102.531 1037.27 101.802C1039.02 104.952 1043.12 105.739 1044.96 105.739C1051.23 108.968 1064.37 115.427 1066.77 115.427C1069.77 115.427 1081.27 113.177 1085.21 112.489C1089.14 111.802 1104.77 106.239 1106.64 105.739C1108.14 105.339 1109.02 98.9059 1109.27 95.7393L1110.27 82.1143C1110.56 81.4059 1110.66 78.6643 1108.71 73.3643C1107.58 88.0518 1105.27 84.3643 1102.21 89.3643C1102.46 97.6143 1095.52 98.4268 1089.21 95.7393C1077.89 106.114 1063.27 102.739 1058.21 99.9268C1056.21 102.239 1054.02 100.927 1051.02 98.4268Z fill#9853F7>/path> path idVector 395 dM1055.46 65.9267C1043.86 58.2267 1034.33 63.51 1031.02 67.1142C1049.96 62.1141 1056.27 72.6768 1058.08 76.4893C1060.96 67.9893 1070.39 68.3018 1073.08 71.2393C1087.13 58.1331 1105.27 65.1143 1108.33 72.1768L1106.96 64.2393C1101.42 62.0934 1090.09 57.8018 1089.14 57.8018C1087.96 57.8018 1070.77 61.6768 1069.39 61.6768C1068.02 61.6768 1063.39 63.3642 1055.46 65.9267Z fill#CEA6FF>/path> path idVector 396 dM1057.21 40.1143C1050.51 50.4143 1039.92 46.8643 1035.46 43.8018C1036.71 48.8518 1041.06 51.3226 1043.08 51.9268L1067.89 56.0518L1084.89 55.7393L1105.02 58.6768C1108.29 55.8018 1114.87 50.0018 1115.02 49.8018C1115.21 49.5518 1118.71 45.2393 1118.27 40.8018C1103.71 62.8643 1083.64 49.3643 1081.58 39.3018C1071.02 50.4268 1063.14 44.3643 1057.21 40.1143Z fill#9853F7>/path> path idVector 397 dM1016.39 18.0516C1003.74 2.32036 983.27 11.1768 980.832 26.7391C980.103 23.6975 978.645 17.4893 978.645 16.9893C978.645 16.3643 984.082 7.11426 984.395 6.86426C984.707 6.61426 992.582 3.23926 993.395 2.98926C994.207 2.73926 1025.89 1.17676 1026.33 1.11426C1026.68 1.06426 1050.44 -0.906549 1062.27 -1.8857C1074.79 -1.92737 1099.89 -1.9857 1100.14 -1.8857C1100.39 -1.7857 1110.46 4.3643 1115.46 7.4268C1116.83 8.13509 1119.29 11.0892 1118.14 17.2392C1108.58 -1.8857 1090.71 11.4268 1089.71 21.5517C1079.83 -2.51074 1057.58 9.05176 1054.71 14.8017C1050.39 7.80176 1042.27 11.8643 1041.83 18.0516C1030.71 7.239 1019.96 14.6766 1016.39 18.0516Z fill#CEA6FF>/path> /g> /g> path idVector 372 dM997.449 97.0762C1003.75 97.4763 1008 95.4934 1009.6 94.3997C1009 95.6934 1004.25 100.029 996.761 99.3564C989.274 98.6842 987.78 93.5862 987.125 92.0791C987.588 92.8526 990.691 96.6468 997.449 97.0762Z fill#9853F7>/path> path idVector 377 dM1015.73 156.481C1022.03 157.059 1026.28 154.196 1027.88 152.617C1027.28 154.485 1022.53 160.744 1015.04 159.773C1007.56 158.803 1006.06 151.442 1005.41 149.266C1005.87 150.383 1008.97 155.861 1015.73 156.481Z fill#9853F7>/path> path idVector 373 dM1008.11 106.047C1012.53 106.453 1015.52 104.441 1016.64 103.331C1016.23 104.644 1012.89 109.042 1007.62 108.36C1002.36 107.678 1001.31 102.506 1000.85 100.977C1001.18 101.762 1003.36 105.611 1008.11 106.047Z fill#9853F7>/path> path idVector 375 dM1058.6 77.5889C1053.84 76.9413 1050.63 80.1507 1049.42 81.9208C1049.87 79.8269 1053.46 72.8104 1059.12 73.8983C1064.77 74.9863 1065.9 83.2375 1066.4 85.6768C1066.05 84.4248 1063.7 78.2839 1058.6 77.5889Z fill#CEA6FF>/path> path idVector 376 dM1090.13 21.8311C1085.37 21.4007 1082.16 23.534 1080.95 24.7106C1081.4 23.3188 1084.99 18.6548 1090.65 19.378C1096.3 20.1011 1097.43 25.5859 1097.93 27.2073C1097.58 26.3751 1095.23 22.2931 1090.13 21.8311Z fill#CEA6FF>/path> path idVector 374 dM1013.46 20.5522C1007.22 21.541 1003.8 25.3621 1002.64 27.2858C1002.76 25.3284 1005.83 18.0925 1013.32 17.1919C1020.82 16.2912 1024.08 23.0585 1025.24 25.0066C1024.52 24.0377 1020.17 19.4911 1013.46 20.5522Z fill#CEA6FF>/path> /g> g idC6> path idUnion_3 fill-ruleevenodd clip-ruleevenodd dM883.153 8.54974C881.09 5.72112 877.75 3.88313 873.981 3.88313C867.715 3.88313 862.635 8.96293 862.635 15.2292C862.635 15.2643 862.635 15.2994 862.635 15.3344C859.67 13.512 856.18 12.4609 852.444 12.4609C841.679 12.4609 832.953 21.1872 832.953 31.9517C832.953 34.0321 833.279 36.0364 833.883 37.9163C832.906 37.7656 831.906 37.6875 830.887 37.6875C820.123 37.6875 811.396 46.4138 811.396 57.1783C811.396 64.1934 815.103 70.343 820.664 73.7757C816.838 77.6293 814.475 82.9363 814.475 88.7953C814.475 97.5911 819.801 105.143 827.405 108.4C822.745 113.75 819.924 120.742 819.924 128.394C819.924 145.214 833.559 158.849 850.379 158.849C857.5 158.849 864.051 156.404 869.238 152.309C872.584 158.224 878.933 162.216 886.213 162.216C890.163 162.216 893.839 161.041 896.909 159.022C897.811 164.386 902.477 168.474 908.098 168.474C912.688 168.474 916.642 165.748 918.429 161.826C921.637 163.76 925.397 164.872 929.417 164.872C941.191 164.872 950.736 155.327 950.736 143.553C950.736 143.057 950.719 142.564 950.685 142.077C951.062 142.096 951.441 142.107 951.823 142.107C963.597 142.107 973.142 132.562 973.142 120.787C973.142 109.013 963.597 99.4685 951.823 99.4685C945.688 99.4685 940.158 102.06 936.268 106.208C933.637 103.819 930.142 102.362 926.308 102.362C918.122 102.362 911.486 108.998 911.486 117.184C911.486 118.463 911.649 119.705 911.953 120.89C906.599 121.038 901.99 124.171 899.732 128.684C896.227 125.31 891.463 123.234 886.213 123.234C884.236 123.234 882.328 123.529 880.53 124.076C879.457 116.511 875.603 109.84 870.037 105.132C873.487 101.344 875.591 96.3074 875.591 90.7797C875.591 84.1114 872.53 78.1582 867.735 74.2489C874.17 71.8828 878.759 65.6997 878.759 58.4446C878.759 55.3381 877.918 52.4282 876.451 49.9303C877.828 50.3794 879.299 50.6221 880.826 50.6221C886.128 50.6221 890.747 47.6961 893.156 43.3707C894.798 47.6134 898.918 50.6221 903.741 50.6221C906.303 50.6221 908.667 49.7726 910.567 48.3397C910.406 49.3481 910.322 50.3823 910.322 51.4361C910.322 62.2005 919.049 70.9268 929.813 70.9268C937.894 70.9268 944.827 66.0086 947.781 59.0021C948.738 64.2993 953.373 68.3174 958.946 68.3174C965.212 68.3174 970.292 63.2376 970.292 56.9714C970.292 51.8132 966.85 47.459 962.137 46.0803C965.644 43.5147 967.921 39.3687 967.921 34.6907C967.921 26.9017 961.607 20.5874 953.818 20.5874C951.435 20.5874 949.19 21.1786 947.221 22.2222C946.245 13.8545 939.132 7.36074 930.502 7.36074C923.927 7.36074 918.232 11.1303 915.461 16.6261C912.994 8.6912 905.593 2.92969 896.846 2.92969C891.509 2.92969 886.673 5.07474 883.153 8.54974ZM871.183 26.2276C871.156 26.2524 871.13 26.2774 871.103 26.3024L871.072 26.1989C871.109 26.2086 871.146 26.2182 871.183 26.2276Z fill#AD6EF9>/path> g idMask group_2> mask idmask1_603_3 stylemask-type:alpha maskUnitsuserSpaceOnUse x811 y2 width163 height167> path idUnion_4 fill-ruleevenodd clip-ruleevenodd dM883.153 8.54974C881.09 5.72112 877.75 3.88313 873.981 3.88313C867.715 3.88313 862.635 8.96293 862.635 15.2292C862.635 15.2643 862.635 15.2994 862.635 15.3344C859.67 13.512 856.18 12.4609 852.444 12.4609C841.679 12.4609 832.953 21.1872 832.953 31.9517C832.953 34.0321 833.279 36.0364 833.883 37.9163C832.906 37.7656 831.906 37.6875 830.887 37.6875C820.123 37.6875 811.396 46.4138 811.396 57.1783C811.396 64.1934 815.103 70.343 820.664 73.7757C816.838 77.6293 814.475 82.9363 814.475 88.7953C814.475 97.5911 819.801 105.143 827.405 108.4C822.745 113.75 819.924 120.742 819.924 128.394C819.924 145.214 833.559 158.849 850.379 158.849C857.5 158.849 864.051 156.404 869.238 152.309C872.584 158.224 878.933 162.216 886.213 162.216C890.163 162.216 893.839 161.041 896.909 159.022C897.811 164.386 902.477 168.474 908.098 168.474C912.688 168.474 916.642 165.748 918.429 161.826C921.637 163.76 925.397 164.872 929.417 164.872C941.191 164.872 950.736 155.327 950.736 143.553C950.736 143.057 950.719 142.564 950.685 142.077C951.062 142.096 951.441 142.107 951.823 142.107C963.597 142.107 973.142 132.562 973.142 120.787C973.142 109.013 963.597 99.4685 951.823 99.4685C945.688 99.4685 940.158 102.06 936.268 106.208C933.637 103.819 930.142 102.362 926.308 102.362C918.122 102.362 911.486 108.998 911.486 117.184C911.486 118.463 911.649 119.705 911.953 120.89C906.599 121.038 901.99 124.171 899.732 128.684C896.227 125.31 891.463 123.234 886.213 123.234C884.236 123.234 882.328 123.529 880.53 124.076C879.457 116.511 875.603 109.84 870.037 105.132C873.487 101.344 875.591 96.3074 875.591 90.7797C875.591 84.1114 872.53 78.1582 867.735 74.2489C874.17 71.8828 878.759 65.6997 878.759 58.4446C878.759 55.3381 877.918 52.4282 876.451 49.9303C877.828 50.3794 879.299 50.6221 880.826 50.6221C886.128 50.6221 890.747 47.6961 893.156 43.3707C894.798 47.6134 898.918 50.6221 903.741 50.6221C906.303 50.6221 908.667 49.7726 910.567 48.3397C910.406 49.3481 910.322 50.3823 910.322 51.4361C910.322 62.2005 919.049 70.9268 929.813 70.9268C937.894 70.9268 944.827 66.0086 947.781 59.0021C948.738 64.2993 953.373 68.3174 958.946 68.3174C965.212 68.3174 970.292 63.2376 970.292 56.9714C970.292 51.8132 966.85 47.459 962.137 46.0803C965.644 43.5147 967.921 39.3687 967.921 34.6907C967.921 26.9017 961.607 20.5874 953.818 20.5874C951.435 20.5874 949.19 21.1786 947.221 22.2222C946.245 13.8545 939.132 7.36074 930.502 7.36074C923.927 7.36074 918.232 11.1303 915.461 16.6261C912.994 8.6912 905.593 2.92969 896.846 2.92969C891.509 2.92969 886.673 5.07474 883.153 8.54974ZM871.183 26.2276C871.156 26.2524 871.13 26.2774 871.103 26.3024L871.072 26.1989C871.109 26.2086 871.146 26.2182 871.183 26.2276Z fill#AD6EF9>/path> /mask> g maskurl(#mask1_603_3)> path idVector 386 dM871.145 142.677C838.895 157.552 822.645 137.927 821.02 118.052L814.395 125.927C817.228 135.093 823.095 153.602 823.895 154.302L823.919 154.323C825.1 155.357 839.039 167.555 841.645 167.927C844.27 168.302 875.645 175.802 882.52 175.802C889.395 175.802 923.895 173.552 938.77 170.302C953.645 167.052 965.27 154.302 966.645 153.427C968.02 152.552 974.77 127.177 975.02 126.552C975.27 125.927 977.77 118.927 972.27 114.177C977.52 135.552 955.77 143.802 945.895 136.177C945.895 156.552 926.895 160.427 918.145 153.427C912.145 161.427 900.145 159.177 899.52 150.052C882.895 160.802 871.895 148.427 871.145 142.677Z fill#9853F7>/path> path idVector 387 dM882.207 116.614C875.957 103.164 870.52 104.489 861.582 106.114C873.27 108.177 878.52 125.864 878.082 130.552C890.707 123.489 897.832 132.489 901.832 136.177C905.582 122.427 917.457 125.552 919.895 125.427C918.707 109.052 932.832 110.864 938.27 113.052C947.37 98.3518 966.689 101.049 971.52 112.114L972.957 105.927L954.082 91.2393C944.728 91.8226 925.17 93.0643 921.77 93.3643C917.52 93.7393 900.895 112.927 900.332 113.677C899.77 114.427 896.082 119.302 882.207 116.614Z fill#CEA6FF>/path> path idVector 388 dM893.582 37.0518C885.032 48.5518 873.561 45.4684 868.895 42.4893C872.295 48.1393 876.228 50.3851 877.77 50.8018C885.54 53.3226 901.17 58.3768 901.52 58.4268C901.87 58.4768 918.082 68.6559 926.145 73.7393C939.749 72.8851 967.07 71.1268 967.52 70.9268C967.97 70.7268 970.415 61.5934 971.582 57.0518C972.124 55.9476 972.445 53.4768 969.395 52.4268C970.52 63.8018 951.395 67.9268 948.332 53.1768C933.036 73.3034 910.02 55.3018 914.332 42.4893C904.02 49.3018 895.27 43.8018 893.582 37.0518Z fill#9853F7>/path> path idVector 389 dM864.457 20.9268C851.107 11.7268 837.207 17.1768 833.02 28.3643L823.02 20.9268C827.29 18.4268 836.182 13.3143 837.582 12.8643C838.982 12.4143 856.29 6.96842 864.77 4.30176C873.353 1.71843 890.62 -3.47322 891.02 -3.57322C891.52 -3.69822 932.77 2.98928 936.77 3.48928C940.77 3.98928 961.27 16.6768 961.77 17.1143C962.17 17.4643 967.311 26.0101 969.832 30.2393C969.957 31.3434 969.757 34.3268 967.957 37.4268C967.957 23.3018 955.02 20.9268 945.77 26.3018C930.707 8.17678 917.957 23.8018 913.395 27.7393C904.832 5.80178 886.457 12.3642 882.957 14.6142C874.457 4.30176 863.02 14.6142 864.457 20.9268Z fill#CEA6FF>/path> path idVector 390 dM840.645 43.1768C828.695 37.7768 817.082 44.8018 812.77 48.9893L812.145 44.3017C814.04 40.8225 819.207 33.9642 824.707 34.3642C831.582 34.8642 833.707 37.6143 840.645 43.1768Z fill#CEA6FF>/path> path idVector 391 dM852.145 73.5518C852.154 73.5492 852.17 73.5463 852.193 73.5433C870.773 70.3156 872.959 78.3075 874.707 84.8643C869.872 72.93 853.291 73.4012 852.193 73.5433C852.177 73.5461 852.161 73.5489 852.145 73.5518Z fill#CEA6FF>/path> /g> /g> path idVector 371 dM899.688 151.861C894.374 151.353 891.581 148.145 890.85 146.604C897.089 151.965 905.504 150.109 908.931 148.511C908.065 149.839 905.003 152.37 899.688 151.861Z fill#9853F7>/path> path idVector 370 dM860.703 105.161C867 105.738 871.253 102.875 872.852 101.296C872.255 103.164 867.502 109.424 860.015 108.453C852.528 107.482 851.034 100.122 850.379 97.9458C850.842 99.0627 853.945 104.541 860.703 105.161Z fill#9853F7>/path> path idVector 378 dM864.905 22.4072C858.66 23.3959 855.241 27.2171 854.08 29.1407C854.199 27.1834 857.267 19.9475 864.763 19.0468C872.258 18.1462 875.516 24.9134 876.686 26.8615C875.964 25.8926 871.608 21.3461 864.905 22.4072Z fill#CEA6FF>/path> /g> g idN5> path idUnion_5 fill-ruleevenodd clip-ruleevenodd dM734.689 22.4908C734.689 11.7263 725.962 3 715.198 3C710.791 3 706.725 4.46271 703.46 6.92914C701.06 5.03685 698.03 3.90773 694.736 3.90773C691.373 3.90773 688.285 5.08467 685.862 7.04911C682.807 5.06122 679.161 3.90625 675.245 3.90625C664.48 3.90625 655.754 12.6326 655.754 23.397C655.754 30.7901 659.87 37.2218 665.936 40.5253C662.234 43.0672 659.807 47.3299 659.807 52.1595C659.807 57.2865 662.542 61.7745 666.634 64.2434C663.29 66.8223 661.137 70.8683 661.137 75.4173C661.137 78.8773 662.383 82.0462 664.45 84.5C662.419 86.2864 661.137 88.9048 661.137 91.8227C661.137 94.012 661.859 96.0327 663.077 97.6599C658.486 100.802 655.473 106.082 655.473 112.066C655.473 117.993 658.429 123.23 662.948 126.382C657.726 128.298 654 133.313 654 139.199C654 145.093 657.737 150.114 662.971 152.023C659.133 152.292 656.104 155.489 656.104 159.395C656.104 163.477 659.412 166.785 663.494 166.785C666.499 166.785 669.086 164.991 670.241 162.415C673.792 166.159 678.815 168.494 684.383 168.494C690.585 168.494 696.11 165.598 699.68 161.084C702.177 165.045 706.591 167.677 711.619 167.677C719.408 167.677 725.722 161.363 725.722 153.574C725.722 145.794 719.424 139.486 711.648 139.47C714.192 136.919 715.765 133.399 715.765 129.511C715.765 123.504 712.01 118.375 706.719 116.342C708.951 113.52 710.283 109.955 710.283 106.078C710.283 103.513 709.7 101.084 708.659 98.9164C710.114 97.9432 711.164 96.4114 711.502 94.6277C714.082 98.5961 718.315 101.39 723.225 102.033C721.564 104.347 720.586 107.184 720.586 110.249C720.586 118.038 726.901 124.352 734.69 124.352C735.636 124.352 736.561 124.259 737.455 124.081C736.914 125.87 736.623 127.767 736.623 129.733C736.623 139.519 743.836 147.621 753.235 149.013C753.24 159.773 761.965 168.494 772.726 168.494C778.622 168.494 783.906 165.877 787.48 161.74C787.644 161.731 787.808 161.722 787.971 161.713C788.944 164.659 791.719 166.785 794.991 166.785C799.072 166.785 802.381 163.477 802.381 159.395C802.381 157.546 801.702 155.855 800.579 154.559C802.53 153.229 803.811 150.989 803.811 148.45C803.811 145.302 801.843 142.614 799.07 141.549C802.443 138.972 804.619 134.907 804.619 130.335C804.619 125.33 802.012 120.933 798.081 118.43C803.5 114.385 807.008 107.922 807.008 100.639C807.008 94.4227 804.451 88.8031 800.332 84.7747C802.511 82.2922 803.832 79.0381 803.832 75.4754C803.832 71.3238 802.038 67.5911 799.183 65.0103C801.662 61.7408 803.133 57.665 803.133 53.2457C803.133 49.5283 802.092 46.054 800.286 43.0981C800.536 43.1237 800.79 43.1368 801.046 43.1368C805.128 43.1368 808.437 39.8281 808.437 35.7466C808.437 32.5493 806.406 29.8261 803.564 28.7965C806.631 26.2094 808.58 22.3377 808.58 18.011C808.58 10.222 802.265 3.90773 794.476 3.90773C790.555 3.90773 787.007 5.50812 784.451 8.09137C783.134 6.05989 780.847 4.71589 778.246 4.71589C775.304 4.71589 772.765 6.43405 771.575 8.92142C769.015 6.30954 765.448 4.68898 761.502 4.68898C753.713 4.68898 747.398 11.0032 747.398 18.7923C747.398 23.9029 750.117 28.3786 754.186 30.8524C750.979 32.5441 748.793 35.9117 748.793 39.7898C748.793 43.7109 751.028 47.11 754.293 48.7828C750.809 52.3039 748.658 57.1461 748.658 62.4908C748.658 67.684 750.689 72.4028 754 75.8963C753.082 77.0375 752.532 78.4881 752.532 80.0672C752.532 80.6744 752.613 81.2626 752.765 81.8215C752.567 81.8155 752.368 81.8125 752.168 81.8125C752.119 81.8125 752.07 81.8127 752.021 81.813C750.736 76.7605 747.128 72.6355 742.4 70.6424C743.881 68.4109 744.744 65.7336 744.744 62.8548C744.744 55.6345 739.318 49.6815 732.321 48.8506C733.042 47.7869 733.463 46.5036 733.463 45.1219C733.463 41.4459 730.483 38.4659 726.807 38.4659C726.651 38.4659 726.497 38.4712 726.344 38.4817C731.389 34.9589 734.689 29.1102 734.689 22.4908Z fill#AD6EF9>/path> g idMask group_3> mask idmask2_603_3 stylemask-type:alpha maskUnitsuserSpaceOnUse x654 y3 width155 height166> path idUnion_6 fill-ruleevenodd clip-ruleevenodd dM734.689 22.4908C734.689 11.7263 725.962 3 715.198 3C710.791 3 706.725 4.46271 703.46 6.92914C701.06 5.03685 698.03 3.90773 694.736 3.90773C691.373 3.90773 688.285 5.08467 685.862 7.04911C682.807 5.06122 679.161 3.90625 675.245 3.90625C664.48 3.90625 655.754 12.6326 655.754 23.397C655.754 30.7901 659.87 37.2218 665.936 40.5253C662.234 43.0672 659.807 47.3299 659.807 52.1595C659.807 57.2865 662.542 61.7745 666.634 64.2434C663.29 66.8223 661.137 70.8683 661.137 75.4173C661.137 78.8773 662.383 82.0462 664.45 84.5C662.419 86.2864 661.137 88.9048 661.137 91.8227C661.137 94.012 661.859 96.0327 663.077 97.6599C658.486 100.802 655.473 106.082 655.473 112.066C655.473 117.993 658.429 123.23 662.948 126.382C657.726 128.298 654 133.313 654 139.199C654 145.093 657.737 150.114 662.971 152.023C659.133 152.292 656.104 155.489 656.104 159.395C656.104 163.477 659.412 166.785 663.494 166.785C666.499 166.785 669.086 164.991 670.241 162.415C673.792 166.159 678.815 168.494 684.383 168.494C690.585 168.494 696.11 165.598 699.68 161.084C702.177 165.045 706.591 167.677 711.619 167.677C719.408 167.677 725.722 161.363 725.722 153.574C725.722 145.794 719.424 139.486 711.648 139.47C714.192 136.919 715.765 133.399 715.765 129.511C715.765 123.504 712.01 118.375 706.719 116.342C708.951 113.52 710.283 109.955 710.283 106.078C710.283 103.513 709.7 101.084 708.659 98.9164C710.114 97.9432 711.164 96.4114 711.502 94.6277C714.082 98.5961 718.315 101.39 723.225 102.033C721.564 104.347 720.586 107.184 720.586 110.249C720.586 118.038 726.901 124.352 734.69 124.352C735.636 124.352 736.561 124.259 737.455 124.081C736.914 125.87 736.623 127.767 736.623 129.733C736.623 139.519 743.836 147.621 753.235 149.013C753.24 159.773 761.965 168.494 772.726 168.494C778.622 168.494 783.906 165.877 787.48 161.74C787.644 161.731 787.808 161.722 787.971 161.713C788.944 164.659 791.719 166.785 794.991 166.785C799.072 166.785 802.381 163.477 802.381 159.395C802.381 157.546 801.702 155.855 800.579 154.559C802.53 153.229 803.811 150.989 803.811 148.45C803.811 145.302 801.843 142.614 799.07 141.549C802.443 138.972 804.619 134.907 804.619 130.335C804.619 125.33 802.012 120.933 798.081 118.43C803.5 114.385 807.008 107.922 807.008 100.639C807.008 94.4227 804.451 88.8031 800.332 84.7747C802.511 82.2922 803.832 79.0381 803.832 75.4754C803.832 71.3238 802.038 67.5911 799.183 65.0103C801.662 61.7408 803.133 57.665 803.133 53.2457C803.133 49.5283 802.092 46.054 800.286 43.0981C800.536 43.1237 800.79 43.1368 801.046 43.1368C805.128 43.1368 808.437 39.8281 808.437 35.7466C808.437 32.5493 806.406 29.8261 803.564 28.7965C806.631 26.2094 808.58 22.3377 808.58 18.011C808.58 10.222 802.265 3.90773 794.476 3.90773C790.555 3.90773 787.007 5.50812 784.451 8.09137C783.134 6.05989 780.847 4.71589 778.246 4.71589C775.304 4.71589 772.765 6.43405 771.575 8.92142C769.015 6.30954 765.448 4.68898 761.502 4.68898C753.713 4.68898 747.398 11.0032 747.398 18.7923C747.398 23.9029 750.117 28.3786 754.186 30.8524C750.979 32.5441 748.793 35.9117 748.793 39.7898C748.793 43.7109 751.028 47.11 754.293 48.7828C750.809 52.3039 748.658 57.1461 748.658 62.4908C748.658 67.684 750.689 72.4028 754 75.8963C753.082 77.0375 752.532 78.4881 752.532 80.0672C752.532 80.6744 752.613 81.2626 752.765 81.8215C752.567 81.8155 752.368 81.8125 752.168 81.8125C752.119 81.8125 752.07 81.8127 752.021 81.813C750.736 76.7605 747.128 72.6355 742.4 70.6424C743.881 68.4109 744.744 65.7336 744.744 62.8548C744.744 55.6345 739.318 49.6815 732.321 48.8506C733.042 47.7869 733.463 46.5036 733.463 45.1219C733.463 41.4459 730.483 38.4659 726.807 38.4659C726.651 38.4659 726.497 38.4712 726.344 38.4817C731.389 34.9589 734.689 29.1102 734.689 22.4908Z fill#AD6EF9>/path> /mask> g maskurl(#mask2_603_3)> path idVector 346 dM713 106.622L710.5 85.8721C714 101.497 728.625 99.6221 728.625 99.6221C726.25 119.497 744.25 119.122 750.062 117.31C742.062 134.56 754.688 143.122 761.625 144.122C759.312 159.31 781.25 164.497 787.562 154.872C789.062 159.935 796.688 158.81 796.688 152.935C802.287 150.985 801.562 143.497 798 141.747L806.875 140.372C807.833 148.58 809.6 165.972 809 169.872C808.25 174.747 792.375 175.247 790.5 175.747C788.625 176.247 749.125 168.372 748.75 167.747C748.45 167.247 724.792 126.789 713 106.622Z fill#9853F7>/path> path idVector 347 dM669.188 148.31C657.337 146.16 655.229 136.205 656.375 130.81C655.333 130.226 653.088 129.06 652.438 129.06C651.625 129.06 651.25 134.622 650.938 138.122C650.625 141.622 650.875 151.872 650.188 153.622C649.5 155.372 649.937 163.247 649.562 164.372C649.187 165.497 668.874 174.06 670.187 174.497C671.237 174.847 697.166 172.018 709.999 170.56C716.624 168.122 729.949 162.897 730.249 161.497C730.624 159.747 729.874 147.372 728.812 144.06C727.962 141.41 722.999 138.205 720.624 136.935L712.249 139.435C714.27 140.747 720.275 146.947 715.125 153.747C709.975 160.547 700.604 154.705 698.187 151.872C698.187 151.872 695.125 160.622 685.124 161.497C677.951 162.125 669.188 157.81 669.188 148.31Z fill#9853F7>/path> path idVector 348 dM686.625 15.8096C677.313 6.74718 651.25 13.6221 661.625 37.9971C649.75 37.9971 649.787 10.6096 649.437 9.05957C649 7.12207 654.375 2.24707 654.812 2.18457C655.162 2.13457 673.542 -2.08626 682.687 -4.19043C691.062 -4.50293 707.912 -5.14043 708.312 -5.19043C708.812 -5.25293 724.75 -1.31543 725.75 0.309573C726.75 1.93457 736.187 13.6221 736.562 14.5596C736.862 15.3096 742.354 38.2471 745.062 49.6221L748.625 70.9346L754.438 85.4971C753.438 84.6846 751.312 84.3721 750.875 87.4971C747.188 76.4971 740.625 72.6221 733.875 72.6221C743.5 61.3721 731.875 50.8721 726.5 51.5596C730.125 44.9971 723.75 38.6221 719.687 39.4971C730.75 22.9971 710.75 9.05957 703.75 15.8096C698.437 7.24718 688 9.74707 686.625 15.8096Z fill#CEA6FF>/path> path idVector 349 dM772.313 14.8721C766.375 4.93457 745.363 9.03782 750 27.7471C748.042 27.6013 744.038 27.2846 743.688 27.1846C743.25 27.0596 742.75 18.9971 743.688 15.8721C744.625 12.7471 746.5 3.37207 747.063 2.80957C747.625 2.24707 787.938 0.122175 789.875 -0.065325C791.425 -0.215325 803.021 2.62218 808.625 4.05968L810.625 22.6847C810.313 23.8305 808.7 26.5347 804.75 28.1847C810.625 6.05957 787.812 7.37207 784.625 12.3722C780.813 7.55974 772.75 9.80957 772.313 14.8721Z fill#CEA6FF>/path> /g> /g> path idVector 347_2 dM791.798 38.1952C797.113 38.7035 799.905 41.9117 800.637 43.4522C794.398 38.091 785.983 39.9474 782.555 41.5458C783.422 40.2171 786.483 37.6868 791.798 38.1952Z fill#CEA6FF>/path> path idVector 346_2 dM751.125 118.372C755.865 122.558 760.988 122.76 763.21 122.43C761.625 123.584 754.093 125.828 748.625 120.622C743.157 115.417 746.3 108.595 747.057 106.452C746.77 107.626 746.038 113.88 751.125 118.372Z fill#9853F7>/path> path idVector 351 dM795.508 85.9225C789.211 85.3448 784.958 88.2078 783.359 89.7868C783.956 87.919 788.709 81.6597 796.196 82.6302C803.683 83.6008 805.177 90.9615 805.832 93.1375C805.369 92.0206 802.266 86.5425 795.508 85.9225Z fill#9853F7>/path> path idVector 352 dM786.536 79.7323C782.112 79.3263 779.123 81.3381 778 82.4476C778.419 81.1351 781.759 76.7369 787.02 77.4189C792.281 78.1008 793.331 83.273 793.791 84.802C793.466 84.0172 791.285 80.1679 786.536 79.7323Z fill#9853F7>/path> path idVector 353 dM785.797 152.304C790.553 152.952 793.765 149.743 794.973 147.973C794.522 150.066 790.932 157.083 785.277 155.995C779.622 154.907 778.494 146.656 777.999 144.217C778.348 145.469 780.693 151.609 785.797 152.304Z fill#9853F7>/path> path idVector 349_2 dM702.149 99.7156C708.395 98.7269 711.814 94.9057 712.974 92.9821C712.855 94.9394 709.788 102.175 702.292 103.076C694.797 103.977 691.538 97.2094 690.368 95.2613C691.091 96.2302 695.447 100.777 702.149 99.7156Z fill#9853F7>/path> path idVector 350 dM687.727 17.5856C681.43 17.0079 677.176 19.8709 675.578 21.4499C676.175 19.5821 680.928 13.3228 688.415 14.2933C695.902 15.2638 697.396 22.6246 698.05 24.8005C697.588 23.6837 694.485 18.2056 687.727 17.5856Z fill#CEA6FF>/path> path idVector 348_2 dM696.347 150.281C702.644 150.859 707.689 149.492 709.287 147.913C708.69 149.781 704.585 153.852 697.098 152.881C689.611 151.91 687.47 146.738 686.815 144.562C687.277 145.679 689.589 149.661 696.347 150.281Z fill#9853F7>/path> path idVector 369 dM668.672 62.9442C673.698 63.5219 677.724 62.1547 679 60.5757C678.524 62.4436 675.247 66.5144 669.272 65.5439C663.296 64.5733 661.587 59.4011 661.065 57.2251C661.434 58.342 663.279 62.3243 668.672 62.9442Z fill#9853F7>/path> /g> g idA4> path idUnion_7 fill-ruleevenodd clip-ruleevenodd dM562.862 7.00547C557.956 9.2176 554.412 13.2083 552.646 17.8724C550.741 15.9975 548.417 14.4865 545.747 13.4983C535.652 9.76111 524.439 14.915 520.702 25.0099C518.669 30.5028 519.267 36.3268 521.862 41.0973C519.543 42.6883 517.676 44.9867 516.625 47.8248C515.149 51.8117 515.59 56.0397 517.482 59.4976C514.734 60.4552 512.419 62.5873 511.33 65.5295C510.267 68.4002 510.592 71.4455 511.967 73.929C507.793 75.1205 504.224 78.216 502.602 82.5982C501.044 86.8072 501.621 91.2848 503.788 94.8413C502.619 95.5454 501.672 96.6363 501.162 98.0157C500.637 99.4322 500.66 100.917 501.124 102.24C495.703 102.557 490.721 106.008 488.715 111.426C486.011 118.731 489.74 126.845 497.045 129.549L497.107 129.572C490.325 130.603 484.293 135.191 481.743 142.08C478.006 152.175 483.16 163.388 493.255 167.125C499.135 169.302 505.395 168.462 510.335 165.386C512.286 167.267 514.649 168.784 517.352 169.785C527.837 173.666 539.484 168.313 543.366 157.828C544.404 155.022 544.782 152.134 544.577 149.333C548.43 152.249 553.717 153.023 558.433 150.896C561.547 149.492 563.878 147.064 565.207 144.188C569.655 146.73 575.216 147.18 580.243 144.913C581.943 144.146 583.45 143.128 584.742 141.922C587.344 143.603 590.32 144.648 593.41 144.957C591.43 149.749 591.355 155.315 593.655 160.415C598.08 170.228 609.622 174.595 619.435 170.17C622.145 168.948 624.439 167.183 626.248 165.062C629.992 170.091 636.85 172.025 642.8 169.342C649.671 166.243 652.729 158.162 649.63 151.291C648.278 148.294 645.978 146.022 643.244 144.67C644.529 140.344 644.326 135.553 642.325 131.116C640.412 126.874 637.168 123.649 633.31 121.713C634.699 118.27 634.736 114.287 633.089 110.635C630.982 105.962 626.644 102.996 621.901 102.426C623.886 98.702 624.184 94.1311 622.315 89.9865C620.892 86.8309 618.452 84.4536 615.557 83.067C616.676 80.6026 616.769 77.6869 615.569 75.0255C614.669 73.0294 613.18 71.4838 611.4 70.5015C614.293 65.7498 614.869 59.6984 612.409 54.244C609.974 48.8448 605.132 45.2876 599.722 44.2684C603.688 40.3755 605.019 34.2772 602.601 28.9162C600.298 23.8092 595.242 20.8087 589.976 20.8772C589.946 20.7333 589.915 20.5894 589.882 20.4457C592.738 18.4502 593.862 14.6456 592.378 11.3541C590.7 7.63346 586.324 5.97745 582.603 7.65529C582.166 7.85243 581.757 8.08683 581.379 8.35304C576.019 4.93073 569.092 4.19598 562.862 7.00547ZM559.249 65.5456C561.691 70.1472 566.462 72.8296 571.427 72.7852C570.984 75.8071 571.371 78.9869 572.72 81.9776C574.279 85.4358 576.879 88.0978 579.983 89.7608C576.852 89.6927 573.657 90.3049 570.611 91.6782C565.5 93.9834 561.716 98.0244 559.642 102.791C557.06 99.7389 553.629 97.6025 549.873 96.5802C556.445 91.1181 558.855 81.7503 555.171 73.581C554.509 72.1133 553.688 70.7674 552.737 69.5545C553.41 69.3689 554.076 69.1293 554.732 68.8338C556.505 68.0341 558.024 66.9026 559.249 65.5456Z fill#AD6EF9>/path> path idVector 383 dM622.3 102.293C627.615 102.801 630.407 106.009 631.139 107.55C624.9 102.189 616.485 104.045 613.057 105.643C613.923 104.315 616.985 101.784 622.3 102.293Z fill#CEA6FF>/path> path idVector 385 dM512.228 96.11C518.525 96.6877 522.779 93.8247 524.377 92.2456C523.78 94.1135 519.027 100.373 511.54 99.4022C504.053 98.4317 502.559 91.071 501.905 88.895C502.367 90.0119 505.471 95.49 512.228 96.11Z fill#9853F7>/path> path idVector 380 dM512.228 151.251C518.525 151.829 522.779 148.966 524.377 147.387C523.78 149.255 519.027 155.514 511.54 154.544C504.053 153.573 502.559 146.212 501.905 144.036C502.367 145.153 505.471 150.631 512.228 151.251Z fill#9853F7>/path> path idVector 382 dM618.633 127.778C624.892 128.681 629.288 126.042 630.965 124.547C630.273 126.382 625.202 132.387 617.776 131.03C610.349 129.674 609.238 122.246 608.697 120.039C609.1 121.178 611.916 126.809 618.633 127.778Z fill#9853F7>/path> path idVector 381 dM555.851 28.6726C551.095 28.1443 547.882 30.7625 546.675 32.2066C547.126 30.4984 550.716 24.7742 556.37 25.6618C562.025 26.5493 563.154 33.2808 563.648 35.2708C563.299 34.2494 560.955 29.2396 555.851 28.6726Z fill#CEA6FF>/path> path idVector 384 dM563.143 112.824C556.846 112.246 552.592 115.109 550.994 116.688C551.591 114.82 556.344 108.561 563.831 109.532C571.318 110.502 572.812 117.863 573.466 120.039C573.004 118.922 569.901 113.444 563.143 112.824Z fill#CEA6FF>/path> g idMask group_4> mask idmask3_603_3 stylemask-type:alpha maskUnitsuserSpaceOnUse x480 y5 width171 height167> path idUnion_8 fill-ruleevenodd clip-ruleevenodd dM562.862 7.00547C557.956 9.2176 554.412 13.2083 552.646 17.8724C550.741 15.9975 548.417 14.4865 545.747 13.4983C535.652 9.76111 524.439 14.915 520.702 25.0099C518.669 30.5028 519.267 36.3268 521.862 41.0973C519.543 42.6883 517.676 44.9867 516.625 47.8248C515.149 51.8117 515.59 56.0397 517.482 59.4976C514.734 60.4552 512.419 62.5873 511.33 65.5295C510.267 68.4002 510.592 71.4455 511.967 73.929C507.793 75.1205 504.224 78.216 502.602 82.5982C501.044 86.8072 501.621 91.2848 503.788 94.8413C502.619 95.5454 501.672 96.6363 501.162 98.0157C500.637 99.4322 500.66 100.917 501.124 102.24C495.703 102.557 490.721 106.008 488.715 111.426C486.011 118.731 489.74 126.845 497.045 129.549L497.107 129.572C490.325 130.603 484.293 135.191 481.743 142.08C478.006 152.175 483.16 163.388 493.255 167.125C499.135 169.302 505.395 168.462 510.335 165.386C512.286 167.267 514.649 168.784 517.352 169.785C527.837 173.666 539.484 168.313 543.366 157.828C544.404 155.022 544.782 152.134 544.577 149.333C548.43 152.249 553.717 153.023 558.433 150.896C561.547 149.492 563.878 147.064 565.207 144.188C569.655 146.73 575.216 147.18 580.243 144.913C581.943 144.146 583.45 143.128 584.742 141.922C587.344 143.603 590.32 144.648 593.41 144.957C591.43 149.749 591.355 155.315 593.655 160.415C598.08 170.228 609.622 174.595 619.435 170.17C622.145 168.948 624.439 167.183 626.248 165.062C629.992 170.091 636.85 172.025 642.8 169.342C649.671 166.243 652.729 158.162 649.63 151.291C648.278 148.294 645.978 146.022 643.244 144.67C644.529 140.344 644.326 135.553 642.325 131.116C640.412 126.874 637.168 123.649 633.31 121.713C634.699 118.27 634.736 114.287 633.089 110.635C630.982 105.962 626.644 102.996 621.901 102.426C623.886 98.702 624.184 94.1311 622.315 89.9865C620.892 86.8309 618.452 84.4536 615.557 83.067C616.676 80.6026 616.769 77.6869 615.569 75.0255C614.669 73.0294 613.18 71.4838 611.4 70.5015C614.293 65.7498 614.869 59.6984 612.409 54.244C609.974 48.8448 605.132 45.2876 599.722 44.2684C603.688 40.3755 605.019 34.2772 602.601 28.9162C600.298 23.8092 595.242 20.8087 589.976 20.8772C589.946 20.7333 589.915 20.5894 589.882 20.4457C592.738 18.4502 593.862 14.6456 592.378 11.3541C590.7 7.63346 586.324 5.97745 582.603 7.65529C582.166 7.85243 581.757 8.08683 581.379 8.35304C576.019 4.93073 569.092 4.19598 562.862 7.00547ZM559.249 65.5456C561.691 70.1472 566.462 72.8296 571.427 72.7852C570.984 75.8071 571.371 78.9869 572.72 81.9776C574.279 85.4358 576.879 88.0978 579.983 89.7608C576.852 89.6927 573.657 90.3049 570.611 91.6782C565.5 93.9834 561.716 98.0244 559.642 102.791C557.06 99.7389 553.629 97.6025 549.873 96.5802C556.445 91.1181 558.855 81.7503 555.171 73.581C554.509 72.1133 553.688 70.7674 552.737 69.5545C553.41 69.3689 554.076 69.1293 554.732 68.8338C556.505 68.0341 558.024 66.9026 559.249 65.5456Z fill#AD6EF9>/path> /mask> g maskurl(#mask3_603_3)> path idVector 361 dM495.146 154.052C487.521 149.239 486.52 133.989 495.146 130.114C492.187 130.114 486.082 129.664 485.332 130.114C484.395 130.677 478.52 138.239 477.333 139.552C476.145 140.864 479.083 166.364 479.208 167.677C479.333 168.989 507.708 176.552 509.458 176.552C511.208 176.552 568.77 173.864 570.083 173.552C571.133 173.302 606.562 173.823 624.145 174.114C633.354 172.76 651.945 169.802 652.645 168.802C653.52 167.552 651.708 151.739 651.77 149.802C651.833 147.864 651.208 142.802 643.895 144.989C653.708 161.677 630.457 165.802 626.77 155.989C606.208 170.614 593.645 148.052 598.395 135.989C596.02 140.239 587.27 139.989 586.208 133.302C579.52 143.427 569.27 138.677 564.458 135.989C559.508 148.439 547.312 145.093 541.833 141.864C541.541 145.531 541.207 155.302 529.895 159.739C520.195 163.545 513.25 157.698 510.458 153.239C507.896 155.114 502.417 158.641 495.146 154.052Z fill#9853F7>/path> path idVector 362 dM557.02 98.1766C551.22 95.0766 543.728 97.2183 540.707 98.6766C554.27 97.739 558.957 108.427 561.645 113.364C564.457 95.3643 580.895 91.2393 592.832 92.9266C576.895 86.5516 566.02 90.3016 557.02 98.1766Z fill#CEA6FF>/path> path idVector 363 dM535.769 19.7393C522.169 20.9393 520.228 33.9476 520.957 40.3018C519.54 36.6976 516.695 29.3893 516.645 28.9893C516.583 28.4893 521.27 13.0518 522.083 12.5518C522.895 12.0518 553.52 1.30179 555.083 0.926793C556.645 0.551793 590.208 3.86429 590.583 3.98929C590.883 4.08929 600.583 18.406 605.395 25.5518L606.77 43.9893C605.103 43.906 600.533 44.0143 595.583 45.1143C606.27 27.8643 591.145 22.1768 586.395 22.5518C590.583 17.8018 583.957 11.8018 580.707 15.9268C570.77 6.86426 554.207 15.9268 553.52 27.8643C553.27 24.656 549.369 18.5393 535.769 19.7393Z fill#CEA6FF>/path> path idVector 364 dM559.895 60.3018C555.045 68.1018 546.04 65.7184 542.145 63.5518C553.895 71.6768 555.457 70.6143 563.832 72.5518C575.682 74.7518 577.811 70.3018 577.395 67.8018C568.457 69.8643 560.395 65.1768 559.895 60.3018Z fill#9853F7>/path> /g> /g> /g> g idH3> path idUnion_9 fill-ruleevenodd clip-ruleevenodd dM425.355 7.55481C428.569 5.22047 432.523 3.84375 436.798 3.84375C442.899 3.84375 448.346 6.64689 451.919 11.0355C452.76 7.87853 455.639 5.55282 459.061 5.55282C463.143 5.55282 466.451 8.86149 466.451 12.9429C466.451 14.7916 465.772 16.4818 464.65 17.7777C466.602 19.108 467.883 21.3485 467.883 23.8883C467.883 27.036 465.915 29.7241 463.142 30.7893C466.515 33.3662 468.691 37.4306 468.691 42.0032C468.691 47.0084 466.084 51.4045 462.154 53.9077C467.572 57.9535 471.08 64.4164 471.08 71.6986C471.08 77.9153 468.524 83.5349 464.404 87.5634C466.583 90.0458 467.904 93.2999 467.904 96.8626C467.904 101.015 466.11 104.748 463.254 107.329C465.733 110.598 467.203 114.673 467.203 119.092C467.203 122.806 466.164 126.278 464.361 129.232C464.61 129.206 464.863 129.193 465.119 129.193C469.2 129.193 472.509 132.502 472.509 136.584C472.509 139.781 470.478 142.504 467.636 143.534C470.704 146.121 472.652 149.992 472.652 154.319C472.652 162.108 466.338 168.422 458.549 168.422C454.629 168.422 451.083 166.823 448.527 164.242C447.21 166.276 444.921 167.622 442.318 167.622C439.377 167.622 436.837 165.904 435.647 163.417C433.087 166.028 429.52 167.649 425.574 167.649C417.785 167.649 411.471 161.335 411.471 153.546C411.471 148.436 414.189 143.96 418.258 141.486C415.05 139.795 412.863 136.427 412.863 132.548C412.863 128.627 415.099 125.227 418.365 123.555C414.881 120.034 412.73 115.192 412.73 109.847C412.73 109.081 412.775 108.325 412.861 107.582C409.286 111.918 403.873 114.682 397.815 114.682C390.582 114.682 384.27 110.742 380.906 104.892C378.406 107.148 375.095 108.521 371.463 108.521L371.42 108.521C371.376 108.52 371.332 108.52 371.288 108.52C372.7 110.716 373.519 113.33 373.519 116.136C373.519 120.146 371.846 123.764 369.16 126.332C370.029 128.542 370.507 130.949 370.507 133.467C370.507 137.29 369.407 140.855 367.506 143.864C369.955 146.401 371.462 149.854 371.462 153.659C371.462 161.449 365.148 167.763 357.359 167.763C352.347 167.763 347.946 165.148 345.445 161.209C341.907 164.819 336.976 167.06 331.522 167.06C320.758 167.06 312.031 158.333 312.031 147.569C312.031 141.707 314.619 136.45 318.714 132.877C317.089 130.579 316.135 127.774 316.135 124.745C316.135 120.506 318.005 116.703 320.966 114.118C318.73 112.266 317.305 109.468 317.305 106.337C317.305 103.27 318.671 100.523 320.829 98.6711C317.325 96.1052 315.049 91.9606 315.049 87.2845C315.049 82.7916 317.15 78.7895 320.423 76.2068C319.567 75.1393 319.055 73.7842 319.055 72.3095C319.055 70.8073 319.586 69.4292 320.471 68.3529C315.502 66.1715 312.031 61.2075 312.031 55.4329C312.031 47.6439 318.346 41.3296 326.135 41.3296L326.188 41.3297C320.193 38.0057 316.135 31.6128 316.135 24.272C316.135 13.5076 324.861 4.78125 335.626 4.78125C341.104 4.78125 346.055 7.04162 349.596 10.6806C352.143 7.01693 356.383 4.61867 361.183 4.61867C368.972 4.61867 375.287 10.9329 375.287 18.722C375.287 22.6324 373.695 26.1712 371.125 28.7258C374.656 30.5078 377.078 34.1679 377.078 38.3937C377.078 43.0564 374.129 47.0303 369.995 48.5526C370.934 50.4415 371.462 52.5708 371.462 54.8235C371.462 56.6778 371.105 58.4484 370.454 60.0702C373.23 58.8215 376.308 58.1267 379.549 58.1267C386.745 58.1267 393.142 61.5524 397.196 66.8619C398.827 59.3814 404.755 53.5058 412.263 51.9498C408.523 50.2455 405.924 46.4747 405.924 42.0968C405.924 37.5006 408.789 33.5737 412.831 32.0046C406.688 30.4804 402.135 24.9298 402.135 18.3157C402.135 10.5267 408.449 4.21242 416.239 4.21242C419.714 4.21242 422.897 5.46992 425.355 7.55481Z fill#AD6EF9>/path> g idMask group_5> mask idmask4_603_3 stylemask-type:alpha maskUnitsuserSpaceOnUse x312 y3 width161 height166> path idUnion_10 fill-ruleevenodd clip-ruleevenodd dM425.355 7.55481C428.569 5.22047 432.523 3.84375 436.798 3.84375C442.899 3.84375 448.346 6.64689 451.919 11.0355C452.76 7.87853 455.639 5.55282 459.061 5.55282C463.143 5.55282 466.451 8.86149 466.451 12.9429C466.451 14.7916 465.772 16.4818 464.65 17.7777C466.602 19.108 467.883 21.3485 467.883 23.8883C467.883 27.036 465.915 29.7241 463.142 30.7893C466.515 33.3662 468.691 37.4306 468.691 42.0032C468.691 47.0084 466.084 51.4045 462.154 53.9077C467.572 57.9535 471.08 64.4164 471.08 71.6986C471.08 77.9153 468.524 83.5349 464.404 87.5634C466.583 90.0458 467.904 93.2999 467.904 96.8626C467.904 101.015 466.11 104.748 463.254 107.329C465.733 110.598 467.203 114.673 467.203 119.092C467.203 122.806 466.164 126.278 464.361 129.232C464.61 129.206 464.863 129.193 465.119 129.193C469.2 129.193 472.509 132.502 472.509 136.584C472.509 139.781 470.478 142.504 467.636 143.534C470.704 146.121 472.652 149.992 472.652 154.319C472.652 162.108 466.338 168.422 458.549 168.422C454.629 168.422 451.083 166.823 448.527 164.242C447.21 166.276 444.921 167.622 442.318 167.622C439.377 167.622 436.837 165.904 435.647 163.417C433.087 166.028 429.52 167.649 425.574 167.649C417.785 167.649 411.471 161.335 411.471 153.546C411.471 148.436 414.189 143.96 418.258 141.486C415.05 139.795 412.863 136.427 412.863 132.548C412.863 128.627 415.099 125.227 418.365 123.555C414.881 120.034 412.73 115.192 412.73 109.847C412.73 109.081 412.775 108.325 412.861 107.582C409.286 111.918 403.873 114.682 397.815 114.682C390.582 114.682 384.27 110.742 380.906 104.892C378.406 107.148 375.095 108.521 371.463 108.521L371.42 108.521C371.376 108.52 371.332 108.52 371.288 108.52C372.7 110.716 373.519 113.33 373.519 116.136C373.519 120.146 371.846 123.764 369.16 126.332C370.029 128.542 370.507 130.949 370.507 133.467C370.507 137.29 369.407 140.855 367.506 143.864C369.955 146.401 371.462 149.854 371.462 153.659C371.462 161.449 365.148 167.763 357.359 167.763C352.347 167.763 347.946 165.148 345.445 161.209C341.907 164.819 336.976 167.06 331.522 167.06C320.758 167.06 312.031 158.333 312.031 147.569C312.031 141.707 314.619 136.45 318.714 132.877C317.089 130.579 316.135 127.774 316.135 124.745C316.135 120.506 318.005 116.703 320.966 114.118C318.73 112.266 317.305 109.468 317.305 106.337C317.305 103.27 318.671 100.523 320.829 98.6711C317.325 96.1052 315.049 91.9606 315.049 87.2845C315.049 82.7916 317.15 78.7895 320.423 76.2068C319.567 75.1393 319.055 73.7842 319.055 72.3095C319.055 70.8073 319.586 69.4292 320.471 68.3529C315.502 66.1715 312.031 61.2075 312.031 55.4329C312.031 47.6439 318.346 41.3296 326.135 41.3296L326.188 41.3297C320.193 38.0057 316.135 31.6128 316.135 24.272C316.135 13.5076 324.861 4.78125 335.626 4.78125C341.104 4.78125 346.055 7.04162 349.596 10.6806C352.143 7.01693 356.383 4.61867 361.183 4.61867C368.972 4.61867 375.287 10.9329 375.287 18.722C375.287 22.6324 373.695 26.1712 371.125 28.7258C374.656 30.5078 377.078 34.1679 377.078 38.3937C377.078 43.0564 374.129 47.0303 369.995 48.5526C370.934 50.4415 371.462 52.5708 371.462 54.8235C371.462 56.6778 371.105 58.4484 370.454 60.0702C373.23 58.8215 376.308 58.1267 379.549 58.1267C386.745 58.1267 393.142 61.5524 397.196 66.8619C398.827 59.3814 404.755 53.5058 412.263 51.9498C408.523 50.2455 405.924 46.4747 405.924 42.0968C405.924 37.5006 408.789 33.5737 412.831 32.0046C406.688 30.4804 402.135 24.9298 402.135 18.3157C402.135 10.5267 408.449 4.21242 416.239 4.21242C419.714 4.21242 422.897 5.46992 425.355 7.55481Z fill#AD6EF9>/path> /mask> g maskurl(#mask4_603_3)> g idVector 354> path dM345.77 153.302C331.145 164.427 308.27 157.927 315.645 135.302C312.02 138.76 304.67 145.877 304.27 146.677C303.77 147.677 306.145 159.677 306.645 160.302C307.145 160.927 321.77 170.677 323.27 170.552C324.77 170.427 360.645 174.177 364.77 174.177C368.07 174.177 376.478 164.01 380.27 158.927C381.562 156.593 380.995 150.427 368.395 144.427C373.645 161.677 349.77 168.552 345.77 153.302Z fill#9853F7>/path> path dM424.77 139.302C418.77 139.302 412.77 135.302 414.895 125.677L406.395 139.302L409.895 168.552C429.853 170.218 470.045 173.452 471.145 173.052C472.245 172.652 474.853 158.468 476.02 151.427C475.27 149.093 472.42 144.252 467.02 143.552C474.438 160.302 454.27 165.927 447.77 156.802C445.895 161.427 436.02 160.302 436.02 153.302C428.27 164.677 408.145 153.927 424.77 139.302Z fill#9853F7>/path> path dM380.895 99.0518C372.295 106.052 365.395 103.468 363.02 101.302C366.32 108.202 371.561 109.093 373.645 109.052C379.603 112.093 392.795 118.552 398.895 117.052C406.52 115.177 409.27 113.927 416.27 101.302C403.02 110.552 392.27 105.927 380.895 99.0518Z fill#9853F7>/path> /g> path idVector 355 dM372.594 57.9893C373.844 52.5393 370.031 48.2184 367.969 46.7393C371.594 54.3643 367.969 63.6143 360.082 72.6143C376.769 62.0518 394.719 72.4893 400.969 76.7393C404.594 61.6143 414.707 54.8643 422.031 53.0518C407.656 49.8643 382.344 54.8643 372.594 57.9893Z fill#CEA6FF>/path> path idVector 356 dM349.084 17.9266C333.271 5.98912 315.395 25.4268 323.209 39.8641L312.645 37.3643C312.354 27.4684 312.008 7.23926 312.958 5.48926C314.145 3.30176 349.084 -5.82329 350.958 -6.26079C352.457 -6.61079 369.083 4.26004 377.208 9.73921C378.02 12.4683 378.733 18.7641 375.083 22.1142C372.833 5.61415 351.457 10.1768 349.084 17.9266Z fill#CEA6FF>/path> path idVector 357 dM412.269 13.1143C404.769 18.1643 408.019 27.4684 410.582 31.4893C407.707 31.3851 401.67 31.1018 400.52 30.8018C399.082 30.4268 398.206 23.1143 397.894 22.3018C397.644 21.6518 398.623 12.5726 399.144 8.11426C412.685 3.69757 440.294 -5.22332 442.394 -5.57332C444.494 -5.92332 459.352 0.572513 466.519 3.86418C467.81 5.96835 469.619 10.6392 466.519 12.4892C463.324 2.41561 452.957 10.0518 451.956 15.3643C444.106 5.6643 429.582 8.67676 426.019 15.7393C424.561 12.7601 418.065 9.21191 412.269 13.1143Z fill#CEA6FF>/path> /g> /g> path idVector 359 dM456.286 83.3307C461.601 83.839 464.393 87.0472 465.125 88.5877C458.886 83.2265 450.471 85.0829 447.043 86.6813C447.91 85.3526 450.972 82.8223 456.286 83.3307Z fill#CEA6FF>/path> path idVector 354_2 dM327.883 138.452C334.142 139.355 338.538 136.716 340.215 135.221C339.523 137.056 334.452 143.061 327.026 141.704C319.599 140.348 318.488 132.92 317.947 130.713C318.35 131.852 321.166 137.483 327.883 138.452Z fill#9853F7>/path> path idVector 358 dM451.633 109.411C457.892 110.313 462.288 107.674 463.965 106.18C463.273 108.014 458.202 114.019 450.776 112.663C443.349 111.306 442.238 103.878 441.697 101.671C442.1 102.811 444.916 108.442 451.633 109.411Z fill#9853F7>/path> path idVector 355_2 dM381.023 98.8482C385.421 99.4825 388.51 97.628 389.689 96.578C389.202 97.8671 385.639 102.087 380.421 101.133C375.202 100.18 374.421 94.9608 374.041 93.41C374.325 94.2106 376.304 98.1675 381.023 98.8482Z fill#9853F7>/path> path idVector 356_2 dM347.756 153.215C352.153 153.85 355.242 151.995 356.421 150.945C355.934 152.234 352.372 156.454 347.153 155.501C341.935 154.548 341.154 149.328 340.774 147.777C341.057 148.578 343.036 152.535 347.756 153.215Z fill#9853F7>/path> path idVector 357_2 dM438.256 153.215C442.653 153.85 445.742 151.995 446.921 150.945C446.434 152.234 442.872 156.454 437.653 155.501C432.435 154.548 431.654 149.328 431.274 147.777C431.557 148.578 433.536 152.535 438.256 153.215Z fill#9853F7>/path> path idVector 360 dM428.643 18.3539C422.346 17.7762 418.092 20.6392 416.494 22.2182C417.091 20.3504 421.844 14.0911 429.331 15.0616C436.818 16.0322 438.312 23.3929 438.966 25.5689C438.504 24.452 435.401 18.9739 428.643 18.3539Z fill#CEA6FF>/path> /g> g idN2> path idUnion_11 fill-ruleevenodd clip-ruleevenodd dM226.958 22.4204C226.958 11.656 218.232 2.92969 207.467 2.92969C203.06 2.92969 198.995 4.3924 195.73 6.85883C193.329 4.96654 190.299 3.83742 187.006 3.83742C183.643 3.83742 180.555 5.01436 178.131 6.9788C175.077 4.99091 171.43 3.83594 167.514 3.83594C156.75 3.83594 148.023 12.5622 148.023 23.3267C148.023 30.7198 152.14 37.1515 158.205 40.455C154.504 42.9969 152.076 47.2595 152.076 52.0892C152.076 57.2162 154.812 61.7042 158.903 64.1731C155.56 66.752 153.406 70.798 153.406 75.347C153.406 78.8069 154.652 81.9759 156.72 84.4297C154.688 86.216 153.406 88.8345 153.406 91.7523C153.406 93.9417 154.128 95.9624 155.347 97.5896C150.755 100.732 147.742 106.012 147.742 111.996C147.742 117.923 150.699 123.16 155.217 126.312C149.995 128.227 146.27 133.243 146.27 139.128C146.27 145.023 150.006 150.044 155.24 151.953C151.403 152.221 148.373 155.419 148.373 159.325C148.373 163.406 151.682 166.715 155.763 166.715C158.769 166.715 161.355 164.921 162.51 162.345C166.062 166.089 171.085 168.424 176.653 168.424C182.854 168.424 188.38 165.528 191.949 161.014C194.446 164.975 198.86 167.607 203.888 167.607C211.677 167.607 217.992 161.292 217.992 153.503C217.992 145.724 211.693 139.415 203.917 139.4C206.462 136.849 208.035 133.328 208.035 129.441C208.035 123.434 204.279 118.304 198.989 116.271C201.22 113.45 202.553 109.884 202.553 106.007C202.553 103.442 201.969 101.013 200.928 98.8461C202.383 97.8729 203.434 96.3411 203.772 94.5574C206.351 98.5258 210.584 101.32 215.495 101.963C213.834 104.276 212.856 107.113 212.856 110.179C212.856 117.968 219.17 124.282 226.959 124.282C227.906 124.282 228.83 124.189 229.725 124.011C229.184 125.8 228.893 127.697 228.893 129.663C228.893 139.449 236.105 147.551 245.505 148.942C245.51 159.703 254.234 168.424 264.996 168.424C270.891 168.424 276.176 165.806 279.75 161.67C279.914 161.661 280.078 161.652 280.241 161.643C281.213 164.589 283.988 166.715 287.26 166.715C291.342 166.715 294.65 163.406 294.65 159.325C294.65 157.476 293.971 155.785 292.849 154.489C294.799 153.159 296.08 150.919 296.08 148.379C296.08 145.232 294.112 142.544 291.339 141.478C294.713 138.901 296.889 134.837 296.889 130.264C296.889 125.259 294.281 120.863 290.351 118.36C295.769 114.314 299.277 107.851 299.277 100.569C299.277 94.3524 296.721 88.7328 292.602 84.7043C294.781 82.2219 296.102 78.9678 296.102 75.4051C296.102 71.2535 294.308 67.5208 291.453 64.94C293.932 61.6705 295.402 57.5947 295.402 53.1754C295.402 49.458 294.362 45.9836 292.556 43.0278C292.806 43.0534 293.059 43.0665 293.316 43.0665C297.397 43.0665 300.706 39.7578 300.706 35.6763C300.706 32.4789 298.675 29.7558 295.834 28.7261C298.901 26.1391 300.849 22.2674 300.849 17.9407C300.849 10.1517 294.535 3.83742 286.746 3.83742C282.825 3.83742 279.277 5.4378 276.721 8.02106C275.404 5.98957 273.116 4.64557 270.515 4.64557C267.574 4.64557 265.034 6.36374 263.844 8.85111C261.285 6.23923 257.717 4.61867 253.771 4.61867C245.982 4.61867 239.668 10.9329 239.668 18.722C239.668 23.8326 242.386 28.3083 246.456 30.7821C243.249 32.4738 241.062 35.8413 241.062 39.7195C241.062 43.6406 243.297 47.0396 246.563 48.7124C243.079 52.2336 240.928 57.0758 240.928 62.4204C240.928 67.6137 242.959 72.3325 246.27 75.826C245.351 76.9671 244.801 78.4178 244.801 79.9969C244.801 80.6041 244.883 81.1923 245.035 81.7512C244.837 81.7452 244.638 81.7422 244.438 81.7422C244.389 81.7422 244.339 81.7424 244.29 81.7427C243.005 76.6901 239.397 72.5651 234.67 70.5721C236.151 68.3406 237.013 65.6632 237.013 62.7845C237.013 55.5642 231.587 49.6112 224.591 48.7803C225.311 47.7166 225.732 46.4332 225.732 45.0516C225.732 41.3756 222.752 38.3956 219.076 38.3956C218.921 38.3956 218.767 38.4009 218.614 38.4114C223.658 34.8886 226.958 29.0399 226.958 22.4204Z fill#AD6EF9>/path> g idMask group_6> mask idmask5_603_3 stylemask-type:alpha maskUnitsuserSpaceOnUse x146 y2 width155 height167> path idUnion_12 fill-ruleevenodd clip-ruleevenodd dM226.958 22.4204C226.958 11.656 218.232 2.92969 207.467 2.92969C203.06 2.92969 198.995 4.3924 195.73 6.85883C193.329 4.96654 190.299 3.83742 187.006 3.83742C183.643 3.83742 180.555 5.01436 178.131 6.9788C175.077 4.99091 171.43 3.83594 167.514 3.83594C156.75 3.83594 148.023 12.5622 148.023 23.3267C148.023 30.7198 152.14 37.1515 158.205 40.455C154.504 42.9969 152.076 47.2595 152.076 52.0892C152.076 57.2162 154.812 61.7042 158.903 64.1731C155.56 66.752 153.406 70.798 153.406 75.347C153.406 78.8069 154.652 81.9759 156.72 84.4297C154.688 86.216 153.406 88.8345 153.406 91.7523C153.406 93.9417 154.128 95.9624 155.347 97.5896C150.755 100.732 147.742 106.012 147.742 111.996C147.742 117.923 150.699 123.16 155.217 126.312C149.995 128.227 146.27 133.243 146.27 139.128C146.27 145.023 150.006 150.044 155.24 151.953C151.403 152.221 148.373 155.419 148.373 159.325C148.373 163.406 151.682 166.715 155.763 166.715C158.769 166.715 161.355 164.921 162.51 162.345C166.062 166.089 171.085 168.424 176.653 168.424C182.854 168.424 188.38 165.528 191.949 161.014C194.446 164.975 198.86 167.607 203.888 167.607C211.677 167.607 217.992 161.292 217.992 153.503C217.992 145.724 211.693 139.415 203.917 139.4C206.462 136.849 208.035 133.328 208.035 129.441C208.035 123.434 204.279 118.304 198.989 116.271C201.22 113.45 202.553 109.884 202.553 106.007C202.553 103.442 201.969 101.013 200.928 98.8461C202.383 97.8729 203.434 96.3411 203.772 94.5574C206.351 98.5258 210.584 101.32 215.495 101.963C213.834 104.276 212.856 107.113 212.856 110.179C212.856 117.968 219.17 124.282 226.959 124.282C227.906 124.282 228.83 124.189 229.725 124.011C229.184 125.8 228.893 127.697 228.893 129.663C228.893 139.449 236.105 147.551 245.505 148.942C245.51 159.703 254.234 168.424 264.996 168.424C270.891 168.424 276.176 165.806 279.75 161.67C279.914 161.661 280.078 161.652 280.241 161.643C281.213 164.589 283.988 166.715 287.26 166.715C291.342 166.715 294.65 163.406 294.65 159.325C294.65 157.476 293.971 155.785 292.849 154.489C294.799 153.159 296.08 150.919 296.08 148.379C296.08 145.232 294.112 142.544 291.339 141.478C294.713 138.901 296.889 134.837 296.889 130.264C296.889 125.259 294.281 120.863 290.351 118.36C295.769 114.314 299.277 107.851 299.277 100.569C299.277 94.3524 296.721 88.7328 292.602 84.7043C294.781 82.2219 296.102 78.9678 296.102 75.4051C296.102 71.2535 294.308 67.5208 291.453 64.94C293.932 61.6705 295.402 57.5947 295.402 53.1754C295.402 49.458 294.362 45.9836 292.556 43.0278C292.806 43.0534 293.059 43.0665 293.316 43.0665C297.397 43.0665 300.706 39.7578 300.706 35.6763C300.706 32.4789 298.675 29.7558 295.834 28.7261C298.901 26.1391 300.849 22.2674 300.849 17.9407C300.849 10.1517 294.535 3.83742 286.746 3.83742C282.825 3.83742 279.277 5.4378 276.721 8.02106C275.404 5.98957 273.116 4.64557 270.515 4.64557C267.574 4.64557 265.034 6.36374 263.844 8.85111C261.285 6.23923 257.717 4.61867 253.771 4.61867C245.982 4.61867 239.668 10.9329 239.668 18.722C239.668 23.8326 242.386 28.3083 246.456 30.7821C243.249 32.4738 241.062 35.8413 241.062 39.7195C241.062 43.6406 243.297 47.0396 246.563 48.7124C243.079 52.2336 240.928 57.0758 240.928 62.4204C240.928 67.6137 242.959 72.3325 246.27 75.826C245.351 76.9671 244.801 78.4178 244.801 79.9969C244.801 80.6041 244.883 81.1923 245.035 81.7512C244.837 81.7452 244.638 81.7422 244.438 81.7422C244.389 81.7422 244.339 81.7424 244.29 81.7427C243.005 76.6901 239.397 72.5651 234.67 70.5721C236.151 68.3406 237.013 65.6632 237.013 62.7845C237.013 55.5642 231.587 49.6112 224.591 48.7803C225.311 47.7166 225.732 46.4332 225.732 45.0516C225.732 41.3756 222.752 38.3956 219.076 38.3956C218.921 38.3956 218.767 38.4009 218.614 38.4114C223.658 34.8886 226.958 29.0399 226.958 22.4204Z fill#AD6EF9>/path> /mask> g maskurl(#mask5_603_3)> path idVector 346_3 dM205.27 106.552L202.77 85.8018C206.27 101.427 220.895 99.5518 220.895 99.5518C218.52 119.427 236.52 119.052 242.332 117.239C234.332 134.489 246.957 143.052 253.895 144.052C251.582 159.239 273.52 164.427 279.832 154.802C281.332 159.864 288.957 158.739 288.957 152.864C294.557 150.914 293.832 143.427 290.27 141.677L299.145 140.302C300.103 148.51 301.87 165.902 301.27 169.802C300.52 174.677 284.645 175.177 282.77 175.677C280.895 176.177 241.395 168.302 241.02 167.677C240.72 167.177 217.061 126.718 205.27 106.552Z fill#9853F7>/path> path idVector 347_3 dM161.457 148.239C149.607 146.089 147.499 136.135 148.644 130.739C147.603 130.156 145.357 128.989 144.707 128.989C143.895 128.989 143.52 134.552 143.207 138.052C142.895 141.552 143.145 151.802 142.457 153.552C141.77 155.302 142.206 163.177 141.831 164.302C141.456 165.427 161.144 173.989 162.456 174.427C163.506 174.777 189.436 171.948 202.269 170.489C208.894 168.052 222.219 162.827 222.519 161.427C222.894 159.677 222.144 147.302 221.081 143.989C220.231 141.339 215.269 138.135 212.894 136.864L204.519 139.364C206.54 140.677 212.545 146.877 207.395 153.677C202.245 160.477 192.873 154.635 190.456 151.802C190.456 151.802 187.395 160.552 177.394 161.427C170.221 162.054 161.457 157.739 161.457 148.239Z fill#9853F7>/path> path idVector 348_3 dM178.895 15.7393C169.582 6.67687 143.52 13.5518 153.895 37.9268C142.02 37.9268 142.057 10.5393 141.707 8.98926C141.269 7.05176 146.644 2.17676 147.082 2.11426C147.432 2.06426 165.811 -2.15658 174.957 -4.26074C183.332 -4.57324 200.182 -5.21074 200.582 -5.26074C201.082 -5.32324 217.019 -1.38574 218.019 0.239261C219.019 1.86426 228.457 13.5518 228.832 14.4893C229.132 15.2393 234.624 38.1768 237.332 49.5518L240.894 70.8643L246.707 85.4268C245.707 84.6143 243.582 84.3018 243.145 87.4268C239.457 76.4268 232.895 72.5518 226.144 72.5518C235.77 61.3018 224.145 50.8018 218.769 51.4893C222.395 44.9268 216.02 38.5518 211.957 39.4268C223.02 22.9268 203.02 8.98926 196.019 15.7393C190.707 7.17687 180.27 9.67676 178.895 15.7393Z fill#CEA6FF>/path> path idVector 349_3 dM264.582 14.8018C258.645 4.86426 237.632 8.96751 242.27 27.6768C240.312 27.531 236.307 27.2143 235.957 27.1143C235.52 26.9893 235.02 18.9268 235.957 15.8018C236.895 12.6768 238.77 3.30176 239.332 2.73926C239.895 2.17676 280.207 0.0518625 282.145 -0.135637C283.695 -0.285637 295.291 2.55186 300.895 3.98936L302.895 22.6144C302.582 23.7602 300.97 26.4644 297.02 28.1144C302.895 5.98926 280.082 7.30176 276.895 12.3019C273.082 7.48943 265.02 9.73926 264.582 14.8018Z fill#CEA6FF>/path> /g> /g> path idVector 347_4 dM284.068 38.1249C289.382 38.6332 292.175 41.8413 292.906 43.3819C286.667 38.0207 278.252 39.8771 274.825 41.4755C275.691 40.1468 278.753 37.6165 284.068 38.1249Z fill#CEA6FF>/path> path idVector 346_4 dM243.395 118.302C248.134 122.487 253.257 122.69 255.48 122.36C253.895 123.514 246.362 125.757 240.895 120.552C235.427 115.346 238.569 108.524 239.326 106.382C239.039 107.556 238.308 113.81 243.395 118.302Z fill#9853F7>/path> path idVector 351_2 dM287.777 85.8522C281.481 85.2745 277.227 88.1375 275.629 89.7165C276.226 87.8487 280.979 81.5894 288.466 82.5599C295.953 83.5304 297.446 90.8912 298.101 93.0671C297.639 91.9503 294.535 86.4722 287.777 85.8522Z fill#9853F7>/path> path idVector 352_2 dM278.806 79.6619C274.381 79.256 271.393 81.2678 270.27 82.3773C270.689 81.0648 274.029 76.6666 279.29 77.3486C284.55 78.0305 285.6 83.2027 286.06 84.7317C285.735 83.9469 283.555 80.0976 278.806 79.6619Z fill#9853F7>/path> path idVector 353_2 dM278.066 152.234C282.822 152.882 286.035 149.672 287.242 147.902C286.791 149.996 283.201 157.013 277.547 155.925C271.892 154.837 270.763 146.585 270.269 144.146C270.618 145.398 272.962 151.539 278.066 152.234Z fill#9853F7>/path> path idVector 349_4 dM194.419 99.6453C200.665 98.6566 204.083 94.8354 205.244 92.9118C205.125 94.8691 202.057 102.105 194.562 103.006C187.066 103.906 183.808 97.1391 182.638 95.1909C183.361 96.1598 187.716 100.706 194.419 99.6453Z fill#9853F7>/path> path idVector 350_2 dM179.996 17.5153C173.699 16.9376 169.446 19.8006 167.848 21.3796C168.445 19.5117 173.198 13.2525 180.684 14.223C188.171 15.1935 189.665 22.5543 190.32 24.7302C189.858 23.6134 186.754 18.1352 179.996 17.5153Z fill#CEA6FF>/path> path idVector 348_4 dM188.616 150.211C194.913 150.789 199.958 149.422 201.557 147.843C200.96 149.71 196.854 153.781 189.367 152.811C181.88 151.84 179.739 146.668 179.084 144.492C179.547 145.609 181.858 149.591 188.616 150.211Z fill#9853F7>/path> path idVector 369_2 dM160.942 62.8739C165.967 63.4516 169.994 62.0844 171.27 60.5054C170.793 62.3733 167.517 66.4441 161.541 65.4735C155.566 64.503 153.857 59.3308 153.334 57.1548C153.703 58.2717 155.548 62.2539 160.942 62.8739Z fill#9853F7>/path> /g> g idE1> path idUnion_13 fill-ruleevenodd clip-ruleevenodd dM99.8939 42.2156C103.462 46.7704 109.012 49.6973 115.247 49.6973C126.011 49.6973 134.737 40.971 134.737 30.2066C134.737 25.8709 133.322 21.8659 130.927 18.6285C132.228 17.2964 133.03 15.4745 133.03 13.4653C133.03 9.38387 129.722 6.0752 125.64 6.0752C123.79 6.0752 122.099 6.75486 120.803 7.87809C119.473 5.92233 117.23 4.6377 114.687 4.6377C111.54 4.6377 108.853 6.6045 107.787 9.37588C105.21 6.00639 101.148 3.83301 96.5779 3.83301C92.0471 3.83301 88.0152 5.96956 85.435 9.29012C82.854 6.43309 79.12 4.6377 74.9666 4.6377C70.0798 4.6377 65.7735 7.12314 63.2428 10.8989C63.0463 7.3993 60.1462 4.62207 56.5974 4.62207C54.1301 4.62207 51.9763 5.96456 50.8268 7.95894C48.3692 5.87735 45.1895 4.62207 41.7166 4.62207C37.5646 4.62207 33.8318 6.41621 31.2509 9.27148C27.9822 6.79469 23.9081 5.3252 19.4908 5.3252C8.72631 5.3252 0 14.0515 0 24.816C0 30.6769 2.58693 35.9337 6.68125 39.5067C5.0563 41.8049 4.10156 44.6107 4.10156 47.6394C4.10156 51.8794 5.9726 55.6824 8.93406 58.2677C6.69792 60.1199 5.27344 62.9177 5.27344 66.0482C5.27344 69.1146 6.64022 71.8617 8.7978 73.7137C5.29337 76.2796 3.01758 80.4242 3.01758 85.1004C3.01758 89.5932 5.11844 93.5954 8.39139 96.1781C7.53544 97.2455 7.02344 98.6006 7.02344 100.075C7.02344 101.577 7.55472 102.956 8.43962 104.032C3.47055 106.213 0 111.177 0 116.952C0 124.741 6.31426 131.055 14.1033 131.055L14.155 131.055C8.15971 134.379 4.10156 140.772 4.10156 148.113C4.10156 158.877 12.8279 167.604 23.5923 167.604C29.0709 167.604 34.0215 165.343 37.5624 161.704C40.1097 165.368 44.3498 167.766 49.1502 167.766C53.7655 167.766 57.863 165.549 60.4359 162.122C61.2767 165.279 64.1555 167.605 67.5776 167.605C69.9504 167.605 72.062 166.487 73.4141 164.749C76.981 169.32 82.542 172.26 88.7896 172.26C97.4106 172.26 104.724 166.663 107.295 158.904C109.198 164.442 114.452 168.422 120.636 168.422C128.426 168.422 134.74 162.108 134.74 154.319C134.74 150.957 133.563 147.869 131.599 145.445C133.585 142.391 134.739 138.746 134.739 134.832C134.739 124.067 126.013 115.341 115.249 115.341C107.854 115.341 101.421 119.459 98.1179 125.527C95.5762 121.824 91.3128 119.396 86.4822 119.396C81.358 119.396 76.8721 122.128 74.4024 126.216C71.8233 122.875 67.779 120.724 63.2322 120.724C61.7217 120.724 60.2666 120.961 58.9023 121.401C59.2468 120.18 59.4312 118.892 59.4312 117.561C59.4312 114.461 58.4311 111.595 56.736 109.268C56.9819 109.285 57.2303 109.295 57.4808 109.295C61.3903 109.295 64.7808 107.073 66.4589 103.823C68.1222 105.029 70.1677 105.74 72.3792 105.74C75.2746 105.74 77.8853 104.521 79.7266 102.569C83.3003 106.691 88.5754 109.299 94.4595 109.299C99.819 109.299 104.673 107.136 108.197 103.635C110.685 105.836 113.956 107.172 117.539 107.172C125.328 107.172 131.642 100.858 131.642 93.0691C131.642 89.0597 129.969 85.4411 127.283 82.8733C128.247 80.9646 128.791 78.8068 128.791 76.5222C128.791 68.7332 122.476 62.4189 114.687 62.4189C110.472 62.4189 106.689 64.2679 104.105 67.1991C102.287 64.535 99.2267 62.7861 95.7581 62.7861C91.56 62.7861 87.9602 65.348 86.4368 68.9937C84.66 66.8572 81.9816 65.4971 78.9856 65.4971C75.6277 65.4971 72.6688 67.2057 70.931 69.8009C68.3748 66.2079 64.1768 63.8643 59.4314 63.8643C59.3723 63.8643 59.3133 63.8646 59.2544 63.8653C60.6667 61.6686 61.4859 59.0544 61.4859 56.2488C61.4859 52.2385 59.8121 48.6191 57.1249 46.0512C57.9943 43.8419 58.4717 41.4355 58.4717 38.9175C58.4717 38.7993 58.4707 38.6814 58.4686 38.5637C61.4183 43.1199 66.5458 46.1349 72.3775 46.1349C77.8147 46.1349 82.6398 43.514 85.6583 39.4667C85.6801 43.5296 88.9804 46.8164 93.0483 46.8164C96.1429 46.8164 98.7931 44.9144 99.8939 42.2156Z fill#AD6EF9>/path> g idMask group_7> mask idmask6_603_3 stylemask-type:alpha maskUnitsuserSpaceOnUse x0 y3 width135 height170> path idUnion_14 fill-ruleevenodd clip-ruleevenodd dM99.8939 42.2156C103.462 46.7704 109.012 49.6973 115.247 49.6973C126.011 49.6973 134.737 40.971 134.737 30.2066C134.737 25.8709 133.322 21.8659 130.927 18.6285C132.228 17.2964 133.03 15.4745 133.03 13.4653C133.03 9.38387 129.722 6.0752 125.64 6.0752C123.79 6.0752 122.099 6.75486 120.803 7.87809C119.473 5.92233 117.23 4.6377 114.687 4.6377C111.54 4.6377 108.853 6.6045 107.787 9.37588C105.21 6.00639 101.148 3.83301 96.5779 3.83301C92.0471 3.83301 88.0152 5.96956 85.435 9.29012C82.854 6.43309 79.12 4.6377 74.9666 4.6377C70.0798 4.6377 65.7735 7.12314 63.2428 10.8989C63.0463 7.3993 60.1462 4.62207 56.5974 4.62207C54.1301 4.62207 51.9763 5.96456 50.8268 7.95894C48.3692 5.87735 45.1895 4.62207 41.7166 4.62207C37.5646 4.62207 33.8318 6.41621 31.2509 9.27148C27.9822 6.79469 23.9081 5.3252 19.4908 5.3252C8.72631 5.3252 0 14.0515 0 24.816C0 30.6769 2.58693 35.9337 6.68125 39.5067C5.0563 41.8049 4.10156 44.6107 4.10156 47.6394C4.10156 51.8794 5.9726 55.6824 8.93406 58.2677C6.69792 60.1199 5.27344 62.9177 5.27344 66.0482C5.27344 69.1146 6.64022 71.8617 8.7978 73.7137C5.29337 76.2796 3.01758 80.4242 3.01758 85.1004C3.01758 89.5932 5.11844 93.5954 8.39139 96.1781C7.53544 97.2455 7.02344 98.6006 7.02344 100.075C7.02344 101.577 7.55472 102.956 8.43962 104.032C3.47055 106.213 0 111.177 0 116.952C0 124.741 6.31426 131.055 14.1033 131.055L14.155 131.055C8.15971 134.379 4.10156 140.772 4.10156 148.113C4.10156 158.877 12.8279 167.604 23.5923 167.604C29.0709 167.604 34.0215 165.343 37.5624 161.704C40.1097 165.368 44.3498 167.766 49.1502 167.766C53.7655 167.766 57.863 165.549 60.4359 162.122C61.2767 165.279 64.1555 167.605 67.5776 167.605C69.9504 167.605 72.062 166.487 73.4141 164.749C76.981 169.32 82.542 172.26 88.7896 172.26C97.4106 172.26 104.724 166.663 107.295 158.904C109.198 164.442 114.452 168.422 120.636 168.422C128.426 168.422 134.74 162.108 134.74 154.319C134.74 150.957 133.563 147.869 131.599 145.445C133.585 142.391 134.739 138.746 134.739 134.832C134.739 124.067 126.013 115.341 115.249 115.341C107.854 115.341 101.421 119.459 98.1179 125.527C95.5762 121.824 91.3128 119.396 86.4822 119.396C81.358 119.396 76.8721 122.128 74.4024 126.216C71.8233 122.875 67.779 120.724 63.2322 120.724C61.7217 120.724 60.2666 120.961 58.9023 121.401C59.2468 120.18 59.4312 118.892 59.4312 117.561C59.4312 114.461 58.4311 111.595 56.736 109.268C56.9819 109.285 57.2303 109.295 57.4808 109.295C61.3903 109.295 64.7808 107.073 66.4589 103.823C68.1222 105.029 70.1677 105.74 72.3792 105.74C75.2746 105.74 77.8853 104.521 79.7266 102.569C83.3003 106.691 88.5754 109.299 94.4595 109.299C99.819 109.299 104.673 107.136 108.197 103.635C110.685 105.836 113.956 107.172 117.539 107.172C125.328 107.172 131.642 100.858 131.642 93.0691C131.642 89.0597 129.969 85.4411 127.283 82.8733C128.247 80.9646 128.791 78.8068 128.791 76.5222C128.791 68.7332 122.476 62.4189 114.687 62.4189C110.472 62.4189 106.689 64.2679 104.105 67.1991C102.287 64.535 99.2267 62.7861 95.7581 62.7861C91.56 62.7861 87.9602 65.348 86.4368 68.9937C84.66 66.8572 81.9816 65.4971 78.9856 65.4971C75.6277 65.4971 72.6688 67.2057 70.931 69.8009C68.3748 66.2079 64.1768 63.8643 59.4314 63.8643C59.3723 63.8643 59.3133 63.8646 59.2544 63.8653C60.6667 61.6686 61.4859 59.0544 61.4859 56.2488C61.4859 52.2385 59.8121 48.6191 57.1249 46.0512C57.9943 43.8419 58.4717 41.4355 58.4717 38.9175C58.4717 38.7993 58.4707 38.6814 58.4686 38.5637C61.4183 43.1199 66.5458 46.1349 72.3775 46.1349C77.8147 46.1349 82.6398 43.514 85.6583 39.4667C85.6801 43.5296 88.9804 46.8164 93.0483 46.8164C96.1429 46.8164 98.7931 44.9144 99.8939 42.2156Z fill#AD6EF9>/path> /mask> g maskurl(#mask6_603_3)> path idVector 337 dM18.5195 158.177C9.70703 155.114 6.14453 148.489 6.14453 139.677L2.08203 140.364C0.873698 143.76 -1.54297 150.639 -1.54297 150.989C-1.54297 151.339 -0.001302 160.802 0.769531 165.489C9.26953 167.614 26.3945 171.877 26.8945 171.927C27.5195 171.989 74.582 178.989 75.0195 179.614C75.457 180.239 121.082 173.427 126.77 173.177C131.32 172.977 139.29 155.635 142.707 146.989L132.895 145.552C133.433 145.649 133.77 155.777 125.02 160.427C116.27 165.077 109.249 155.239 106.832 149.739C106.832 149.739 102.145 159.677 92.707 161.677C82.1814 163.907 76.6237 159.552 74.582 156.614C73.9362 158.01 71.8128 161.018 68.5195 161.677C64.5195 162.477 61.5195 156.552 60.957 153.427C60.957 153.427 57.0195 160.177 49.457 160.177C43.6631 160.177 39.4154 156.843 37.7695 153.864C32.7695 158.177 25.9672 160.765 18.5195 158.177Z fill#9853F7>/path> path idVector 338 dM50.207 102.864C53.3737 104.968 60.9695 107.339 66.0195 99.9893C69.7695 101.302 75.0195 103.427 79.8945 98.8643C82.207 102.302 88.1445 106.114 97.332 103.677C104.682 101.727 107.311 95.6559 107.707 92.8643C110.853 96.9893 118.707 101.364 125.707 96.4268C130.019 93.3852 131.209 90.3011 131.127 87.8904L129.27 83.6143C130.041 84.2318 131.057 85.8105 131.127 87.8904L136.52 100.302C134.874 103.177 131.445 108.964 130.895 109.114C130.345 109.264 120.332 111.052 115.395 111.927C105.02 112.614 83.507 113.927 80.457 113.677C77.407 113.427 64.1029 111.156 57.832 110.052C55.7487 109.885 51.307 108.214 50.207 102.864Z fill#9853F7>/path> path idVector 339 dM3.39548 131.427C14.2955 133.577 19.8955 129.739 21.333 127.552C7.38374 129.952 0.0624623 118.385 -1.85452 112.302C-4.64619 117.781 -7.50452 129.277 3.39548 131.427Z fill#9853F7>/path> path idVector 340 dM87.5195 30.3955C81.7695 42.5518 63.0195 39.9268 57.1445 34.2705C57.7445 40.5455 63.5612 45.6559 65.2695 47.6768C85.4779 50.8851 124.545 57.6018 128.145 56.8018C131.745 56.0018 136.228 46.9684 138.02 42.5518C138.853 37.8018 139.02 27.0268 133.02 21.9268C135.895 49.9268 101.895 47.1768 99.8633 36.583C92.582 42.0205 85.8945 36.583 87.5195 30.3955Z fill#9853F7>/path> path idVector 341 dM72.5195 61.8019C65.4195 63.4019 54.0195 61.8019 49.1445 71.8018C59.7695 64.4268 70.1445 70.3018 71.5195 78.3623C72.7695 70.0518 83.7695 70.0518 87.082 74.4873C89.0195 67.5518 100.02 66.0518 104.457 73.1123C107.645 62.6123 130.895 65.5518 128.645 80.7373L133.207 62.6123L132.646 62.5873C112.962 61.7085 79.5523 60.217 72.5195 61.8019Z fill#CEA6FF>/path> path idVector 342 dM15.8945 12.3018C3.69453 13.8018 0.394531 18.0518 0.394531 30.6768C-1.1888 25.1767 -5.42971 12.8018 -5.72971 12.3018C-6.10471 11.6768 -0.604707 1.42676 -0.604707 0.926758C-0.604707 0.426758 79.3953 -7.32324 83.6453 -7.32324C87.0453 -7.32324 109.979 -2.90658 121.02 -0.698242C125.437 1.84342 134.345 8.50176 134.645 14.8018C132.02 4.05176 122.395 8.80176 121.02 14.8018C119.395 10.5518 111.02 8.05176 107.52 13.6767C100.895 8.5517 90.7703 10.5517 85.6453 15.5517C80.0195 6.05176 67.6445 7.67676 62.6453 13.6767C59.0203 9.92664 52.2695 9.17676 51.2703 16.5518C47.5983 6.88405 31.9462 9.43667 32.5817 26.321C32.6346 26.7375 32.6553 27.1101 32.6453 27.4268C32.6164 27.0516 32.5953 26.683 32.5817 26.321C31.9738 21.5319 27.1182 10.9218 15.8945 12.3018Z fill#CEA6FF>/path> path idVector 343 dM69.832 119.3C59.832 119.95 52.2279 123.656 51.1445 125.802C64.457 123.239 74.3945 130.737 75.8945 135.05C84.207 124.8 96.5195 129.925 98.832 133.737C105.77 115.112 137.895 116.552 133.332 143.987L137.895 139.175C135.374 131.133 130.232 115.062 129.832 115.112C129.432 115.162 110.874 112.218 101.02 112.677C95.207 113.323 79.832 118.65 69.832 119.3Z fill#CEA6FF>/path> /g> /g> path idVector 337_2 dM49.3176 41.9776C54.6323 42.486 57.4245 45.6941 58.1562 47.2346C51.9172 41.8734 43.5021 43.7299 40.0745 45.3283C40.941 43.9996 44.0028 41.4693 49.3176 41.9776Z fill#CEA6FF>/path> path idVector 340_2 dM86.5226 14.1688C91.8374 14.6772 94.6296 17.8853 95.3613 19.4258C89.1223 14.0646 80.7072 15.921 77.2796 17.5194C78.1461 16.1907 81.2079 13.6604 86.5226 14.1688Z fill#CEA6FF>/path> path idVector 341_2 dM119.587 77.4157C124.433 77.8118 126.477 81.4125 127.145 82.613C121.456 78.435 113.784 79.8817 110.659 81.1274C111.449 80.0919 114.741 77.0195 119.587 77.4157Z fill#CEA6FF>/path> path idVector 338_2 dM43.4386 102.055C49.7355 102.633 54.7806 101.266 56.3789 99.6865C55.782 101.554 51.6765 105.625 44.1896 104.655C36.7027 103.684 34.5614 98.5119 33.9067 96.3359C34.3689 97.4528 36.6807 101.435 43.4386 102.055Z fill#9853F7>/path> path idVector 339_2 dM12.0179 58.088C15.9724 58.4508 19.1408 57.5922 20.1445 56.6006C19.7696 57.7736 17.1914 60.3301 12.4895 59.7206C7.78764 59.1111 6.44287 55.8629 6.0317 54.4963C6.32194 55.1977 7.77383 57.6987 12.0179 58.088Z fill#9853F7>/path> path idVector 342_2 dM79.9386 97.8219C86.2355 98.3996 91.2806 97.0324 92.8789 95.4534C92.282 97.3213 88.1765 101.392 80.6896 100.422C73.2027 99.451 71.0614 94.2788 70.4067 92.1028C70.8689 93.2197 73.1807 97.2019 79.9386 97.8219Z fill#9853F7>/path> path idVector 343_2 dM24.1886 57.4267C30.4855 58.0044 35.5306 56.6372 37.1289 55.0581C36.532 56.926 32.4265 60.9968 24.9396 60.0263C17.4527 59.0558 15.3114 53.8835 14.6567 51.7075C15.1189 52.8244 17.4307 56.8067 24.1886 57.4267Z fill#9853F7>/path> path idVector 344 dM111.189 149.865C117.485 150.443 122.531 149.076 124.129 147.497C123.532 149.365 119.426 153.436 111.94 152.465C104.453 151.494 102.311 146.322 101.657 144.146C102.119 145.263 104.431 149.245 111.189 149.865Z fill#9853F7>/path> path idVector 345 dM36.1749 153.421C42.4718 153.998 47.517 152.631 49.1152 151.052C48.5183 152.92 44.4128 156.991 36.9259 156.02C29.4391 155.05 27.2977 149.877 26.643 147.701C27.1052 148.818 29.4171 152.801 36.1749 153.421Z fill#9853F7>/path> /g> /g> /svg> /landing-enhance-type-animated> span classclip>Enhance/span> /h1> figure classmiddle-clouds relative z1> img src/_public/img/landing/cloud-purple-medium-83d5a621f7.svg alt classmiddle-cloud-medium absolute> img src/_public/img/landing/cloud-purple-wide-5a0bb880e3.svg alt classmiddle-cloud-wide absolute> div classflare-blue absolute z-1> /div>/figure> figure classbottom-clouds flex align-items-center justify-content-center> p classfont-medium uppercase text-center relative> The HTML firstbr> Full Stack br> Web Frameworkbr> /p> /figure> /div> landing-marquee classpt0 pb0 enhanced✨> figure> div classmarquee-wrapper flex overflow-hidden> div classmarquee flex flex-shrink-0 align-items-center justify-content-around font-extrabold uppercase> span slottext>HTML First/span> img slotimage src/_public/img/landing/star-white-outline-732b113632.svg alt> /div> div classmarquee flex-shrink-0 align-items-center justify-content-around font-extrabold uppercase aria-hiddentrue> span slottext>HTML First/span> img slotimage src/_public/img/landing/star-white-outline-732b113632.svg alt> /div> /div> /figure> /landing-marquee> /landing-intro>landing-cyan-to-indigo classblock relative z1 enhanced✨> img src/_public/img/landing/cloud-purple-section-bottom-d567aad919.svg alt classz1 absolute inset-bs-0 clouds-purple-section-bottom> landing-swinging-axols enhanced✨> figure classflex justify-content-center relative> landing-star-cross classabsolute enhanced✨> svg width30 height36 viewBox0 0 30 36 strokewhite fillnone xmlnshttp://www.w3.org/2000/svg> path dM14.9023 3V32.6607 stroke-width4.34974 stroke-linecapround stroke-linejoinround>/path> path dM26.8203 20.0859H3 stroke-width4.34974 stroke-linecapround stroke-linejoinround>/path> /svg> /landing-star-cross> landing-star-cross classabsolute enhanced✨> svg width30 height36 viewBox0 0 30 36 strokewhite fillnone xmlnshttp://www.w3.org/2000/svg> path dM14.9023 3V32.6607 stroke-width4.34974 stroke-linecapround stroke-linejoinround>/path> path dM26.8203 20.0859H3 stroke-width4.34974 stroke-linecapround stroke-linejoinround>/path> /svg> /landing-star-cross> landing-star-filled classabsolute enhanced✨> svg width32 height32 viewBox0 0 32 32 fillwhite xmlnshttp://www.w3.org/2000/svg> path dM15.9098 0L22.5364 9.59082L31.8195 15.9098L21.7659 21.9195L15.9098 31.8195L9.12903 21.9195L3.59732e-05 15.9098L9.12903 9.59082L15.9098 0Z>/path> /svg> /landing-star-filled> landing-star-filled classabsolute enhanced✨> svg width32 height32 viewBox0 0 32 32 fillwhite xmlnshttp://www.w3.org/2000/svg> path dM15.9098 0L22.5364 9.59082L31.8195 15.9098L21.7659 21.9195L15.9098 31.8195L9.12903 21.9195L3.59732e-05 15.9098L9.12903 9.59082L15.9098 0Z>/path> /svg> /landing-star-filled> landing-axol-swing-pink classrelative flex justify-content-center enhanced✨> img src/_public/img/landing/axol-swing-pink-75d0d8125b.svg alt loadinglazy> /landing-axol-swing-pink> landing-axol-swing-blue classrelative flex justify-content-center enhanced✨> img src/_public/img/landing/axol-swing-blue-5aa9721325.svg alt loadinglazy> /landing-axol-swing-blue> /figure> /landing-swinging-axols> landing-no-js-required enhanced✨> js-naked-day enhanced✨> script typemodule> const allowAnimation window.matchMedia( (prefers-reduced-motion: no-preference) ).matches // This script handles animations. The following shouldnt be executed if the user has indicated they prefer reduced motion. if (allowAnimation) { // No JS Required const heartCloud document.querySelector(.js-heart) const axolNoJS document.querySelector(landing-axol-no-js-required) const noJSStyle getComputedStyle(axolNoJS) const noJSInitialOffset noJSStyle.getPropertyValue(--initial-offset) const noJSAnimationOffset noJSStyle.getPropertyValue(--animation-offset) axolNoJS.style.setProperty(--active-offset, noJSAnimationOffset) const handleHeartObserver (entries) > { entries.forEach((entry) > { if (entry.isIntersecting) { axolNoJS.style.setProperty(--active-offset, noJSInitialOffset) } }) } const heartObserver new IntersectionObserver(handleHeartObserver, { threshold: 0.33, }) heartObserver.observe(heartCloud) // Unless you want it const cloud document.querySelector(.js-unless-cloud) const axolUnless document.querySelector( landing-axol-unless-you-want-it ) const unlessStyle getComputedStyle(axolUnless) const unlessInitialOffset unlessStyle.getPropertyValue(--initial-offset) const unlessAnimationOffset unlessStyle.getPropertyValue(--animation-offset) axolUnless.style.setProperty(--active-offset, unlessAnimationOffset) const handleCloudObserver (entries) > { entries.forEach((entry) > { if (entry.isIntersecting) { axolUnless.style.setProperty( --active-offset, unlessInitialOffset ) } }) } const cloudObserver new IntersectionObserver(handleCloudObserver, { threshold: 0.66, }) cloudObserver.observe(cloud) } /script> /js-naked-day> h2 classtext-center uppercase leading1 relative accessible> Build your entire app br> with span classfont-bold>accessible/span> HTML /h2> section class grid gap4 gap2-lg align-items-center col-1 col-2-lg pb4 features > div classmi-auto get-productive> h2 class mbe2 uppercase font-extrabold tracking-1 > Get productive /h2> p classleading3 mbe2> Enhance ships with everything you need to build a production ready app. /p> dl classpis4 leading3> dt classfont-bold>File-based routing/dt> dd>Organize your pages as easily as a desktop folder./dd> dt classfont-bold>Database-backed APIs/dt> dd>Access and store data with simple JavaScript functions./dd> dt classfont-bold>SSR composable HTML Custom Elements/dt> dd>Build reusable components with HTML and scoped CSS./dd> dt classfont-bold>Web Component progressive enhancement/dt> dd>Add client-side interaction just where you need it./dd> /dl> /div> landing-cloud-features classsi-100 block font-mono enhanced✨> svg viewBox0 0 833 392 fillnone xmlnshttp://www.w3.org/2000/svg> path dM161.731 350.862C151.13 374.337 76.1611 379.638 67.074 343.289C62.7265 318.3 76.9022 307.975 98.1216 304.48C114.21 301.829 131.567 306.562 140.15 311.106C138.509 305.552 139.089 292.553 154.538 284.98C169.986 277.408 185.964 284.601 192.022 289.145C192.274 280.058 195.884 258.703 208.303 245.981C223.827 230.079 253.36 225.914 277.592 242.574C277.214 219.477 297.66 206.605 320.377 204.332C343.095 202.059 351.804 206.605 369.221 221.942C363.163 203.204 366.949 153.974 406.705 129.363C446.461 104.752 497.765 113.085 526.731 139.589C533.546 119.143 574.438 92.6388 614.573 122.172C654.708 151.705 636.912 194.3 633.694 206.605C643.917 197.329 650.543 195.057 663.605 195.246C676.668 195.436 685.566 206.984 685.755 221.942C688.027 213.804 704.497 212.855 707.526 221.942C724.186 199.414 748.229 200.55 769.622 204.715C791.014 208.88 801.616 233.682 799.155 251.477C812.596 246.176 826.227 254.128 832.096 259.996V354.5C813.219 374.913 808.583 384.522 759.967 388.157C711.351 391.792 679.382 365.818 669.474 352.376C668.591 354.459 665.006 359.684 657.737 363.924C650.467 368.165 638.426 365.691 633.315 363.924C631.422 369.478 621.159 385.112 592.991 387.589C558.538 390.618 541.939 376.924 533.735 368.089C529.255 372.317 522.568 385.128 497.765 385.128C479.409 385.128 466.402 378.375 461.985 372.822C453.655 392.132 417.309 402.355 398.756 375.094C387.018 392.511 337.796 392.511 323.785 370.172C293.873 389.482 257.525 383.424 231.399 357.677C227.992 368.657 182.935 393.268 161.731 350.862Z fill#CEA6FF>/path> path fill-ruleevenodd clip-ruleevenodd dM67.0852 343.289C76.1723 379.638 151.141 374.337 161.743 350.862C182.946 393.269 228.003 368.658 231.411 357.677C257.536 383.424 293.885 389.482 323.796 370.172C337.808 392.511 387.03 392.511 398.767 375.094C417.32 402.356 453.666 392.133 461.996 372.822C466.413 378.376 479.42 385.128 497.777 385.128C518.799 385.128 526.807 375.924 531.488 370.545C532.33 369.578 533.064 368.734 533.746 368.09C541.95 376.924 558.549 390.618 593.002 387.589C621.17 385.113 631.433 369.478 633.326 363.925C638.438 365.692 650.478 368.165 657.748 363.925C665.018 359.684 668.602 354.459 669.485 352.376C679.393 365.818 711.362 391.792 759.978 388.157C805.983 384.717 818.65 369.818 830.153 356.289C830.806 355.521 831.456 354.757 832.107 354C832.179 353.916 832.251 353.838 832.322 353.764C832.361 348.64 832.237 342.666 832 335.688C830.999 337.001 806.991 319.937 803.145 312.998C803.145 312.998 787.621 332.687 747.108 340.638C695.685 350.73 657.877 319.813 645.256 302.396C645.13 309.212 640.334 323.599 622.16 326.629C603.985 329.658 592.879 316.279 589.597 309.212C586.568 313.124 574.831 326.629 551.356 322.842C528.281 319.121 512.357 301.765 507.435 290.28C507.3 290.627 507.156 291.004 507.001 291.408C503.837 299.692 496.233 319.602 468.436 330.793C442.221 341.347 414.923 331.551 403.311 322.842C401.797 331.677 385.743 349.952 333.644 352.375C281.544 354.799 253.879 336.725 246.559 327.386C245.423 331.424 237.471 340.411 214.754 344.045C192.036 347.68 175.502 336.725 170.075 330.793C169.066 333.949 156.066 350.482 125.018 352.375C91.008 354.449 72.6115 342.671 66.4255 331.68C66.1386 335.144 66.3391 339.001 67.0852 343.289Z fill#AD6EF9>/path> path dM453.927 137.029C420.77 140.2 403.35 160.215 398.785 169.826C437.709 136.379 490.208 147.961 511.593 157.932C506.187 149.643 487.085 133.857 453.927 137.029Z fill#CEA6FF>/path> path dM250.657 333.416C272.276 333.095 284.591 321.055 288.046 315.075C261.116 334.683 227.754 324.449 214.439 316.881C217.504 322.527 229.039 333.737 250.657 333.416Z fill#AD6EF9>/path> path dM259.01 193.129C259.01 203.332 286.961 204.221 286.295 190.911C285.63 177.601 259.01 178.932 259.01 193.129Z fill#CEA6FF>/path> path dM19.3402 361.241C19.3402 371.444 51.9372 372.332 51.1611 359.022C50.3849 345.712 19.3402 347.043 19.3402 361.241Z fill#CEA6FF>/path> path dM0 340.875C0 347.83 19.8019 348.436 19.3304 339.362C18.859 330.289 0 331.196 0 340.875Z fill#CEA6FF>/path> rect x241.5 y1.5 width541 height271 rx3.5 fill#003451 stroke#9E4EFF stroke-width3>/rect> text fillwhite font-size15> tspan x259.889 y37.8264>app/tspan> tspan x259.889 y61.8264> ├── api ............... data routes/tspan> tspan x259.889 y85.8264> │ └── index.mjs/tspan> tspan x259.889 y109.826> ├── browser ........... Web Components/tspan> tspan x259.889 y133.826> │ └── index.mjs/tspan> tspan x259.889 y157.826> ├── elements .......... Custom Elements/tspan> tspan x259.889 y181.826> │ └── my-header.mjs/tspan> tspan x259.889 y205.826> └── pages ............. HTML file-based routing/tspan> tspan x259.889 y229.826> └── index.html/tspan> /text> path dM251.327 63.6582C242.391 71.3822 232.459 63.4689 228.609 58.5467C225.771 62.1355 219.52 66.8847 213.273 68.2099C207.026 69.5351 196.804 67.074 190.368 57.419C188.666 68.2099 162.538 69.9138 165.189 51.3609C167.309 36.5186 181.722 38.1088 188.664 40.7593C187.717 37.4129 186.107 27.8802 195.669 22.3906C205.892 16.5213 214.095 22.7693 217.25 27.1234C219.017 24.0944 224.596 18.9072 232.774 22.3906C240.953 25.8739 240.725 34.5678 239.59 38.4793C240.725 37.7851 244.663 36.8133 251.327 38.4793C259.657 40.5618 262.497 54.0031 251.327 63.6582Z fill#CEA6FF>/path> path dM472.854 314.823C468.982 323.541 441.605 325.51 438.287 312.01C436.699 302.73 441.876 298.896 449.625 297.597C455.5 296.613 461.838 298.371 464.973 300.058C464.373 297.996 464.585 293.168 470.227 290.356C475.868 287.543 481.703 290.215 483.915 291.902C484.008 288.528 485.326 280.597 489.861 275.872C495.53 269.966 506.315 268.42 515.164 274.607C515.026 266.029 522.492 261.249 530.788 260.404C539.085 259.56 542.265 261.249 548.625 266.945C546.413 259.986 547.795 241.703 562.314 232.563C576.832 223.422 595.567 226.517 606.145 236.36C608.634 228.767 623.567 218.924 638.223 229.892C652.88 240.86 646.381 256.679 645.206 261.249C648.939 257.804 651.359 256.96 656.129 257.03C660.899 257.101 664.149 261.389 664.218 266.945C665.047 263.922 671.062 263.57 672.168 266.945C678.252 258.578 687.032 259 694.844 260.547C702.656 262.093 706.528 271.304 705.629 277.913C710.538 275.945 715.515 278.898 717.659 281.077C719.802 283.257 720.493 287.264 719.249 293.1C723.397 292.819 725.586 295.982 726.162 297.598C728.213 295.114 734.113 290.455 741.303 291.692C750.29 293.239 750.359 300.761 750.29 304.417C754.507 299.988 771.929 297.527 770.961 311.096C770.187 321.952 757.641 319.885 751.465 317.494C751.373 318.362 749.737 320.518 743.93 322.205C738.122 323.893 733.076 320.893 731.278 319.182C730.771 320.143 728.706 322.205 724.503 322.768C720.3 323.33 716.806 320.611 715.585 319.182C714.893 321.783 709.072 327.324 691.318 328.673C673.565 330.023 661.89 320.377 658.272 315.385C657.95 316.159 656.641 318.099 653.986 319.674C651.331 321.249 646.934 320.33 645.067 319.674C644.376 321.736 640.628 327.543 630.342 328.463C617.76 329.588 611.699 324.502 608.703 321.221C607.067 322.791 604.625 327.549 595.567 327.549C588.864 327.549 584.114 325.041 582.501 322.979C579.459 330.15 566.186 333.947 559.411 323.822C555.124 330.291 537.15 330.291 532.033 321.994C521.11 329.166 507.836 326.916 498.295 317.354C497.051 321.432 480.597 330.572 472.854 314.823Z fill#CEA6FF>/path> /svg> /landing-cloud-features> /section> section classrelative> img src/_public/img/landing/cloud-pink-thin-0a73ee4176.svg alt loadinglazy classcloud-pink> landing-star-filled classabsolute enhanced✨> svg width32 height32 viewBox0 0 32 32 fillwhite xmlnshttp://www.w3.org/2000/svg> path dM15.9098 0L22.5364 9.59082L31.8195 15.9098L21.7659 21.9195L15.9098 31.8195L9.12903 21.9195L3.59732e-05 15.9098L9.12903 9.59082L15.9098 0Z>/path> /svg> /landing-star-filled> figure classflex align-items-center justify-content-end relative z1 heart js-heart> landing-axol-no-js-required classabsolute enhanced✨> div classflex align-items-center> img src/_public/img/landing/axol-f82642f7e7.svg alt classaxol relative z1> p classbanner font-extrabold uppercase pr0 flex-none relative> No Javascript required /p> /div> /landing-axol-no-js-required> img src/_public/img/landing/cloud-pink-heart-left-fc4b680ef0.svg classheart-left relative z-1 loadinglazy alt> img src/_public/img/landing/cloud-pink-heart-right-0d661d8474.svg classheart-right relative z1 loadinglazy alt> img src/_public/img/landing/cloud-pink-thin-extra-4f081abf58.svg alt loadinglazy classcloud-pink-thin-extra absolute inset-be-0> img src/_public/img/landing/cloud-blue-wide-00b0de4b6f.svg alt loadinglazy classcloud-blue-wide absolute inset-be-0 z1> /figure> figure classunless flex relative z1> img src/_public/img/landing/cloud-blue-small-d98da0a2a4.svg alt loadinglazy classcloud-blue-small absolute> landing-axol-unless-you-want-it classabsolute z-1 enhanced✨> div classflex align-items-center> p classbanner font-bold italic uppercase flex-none> Unless you want it /p> img src/_public/img/landing/axol-wink-5f1594e83e.svg alt classaxol> /div> /landing-axol-unless-you-want-it> img src/_public/img/landing/cloud-blue-chunky-d7d74fe0f1.svg alt loadinglazy classcloud-blue-chunky-left js-unless-cloud> img src/_public/img/landing/cloud-blue-chunky-d7d74fe0f1.svg alt loadinglazy classcloud-blue-chunky-right absolute inset-ie-0> /figure> /section> /landing-no-js-required> landing-ssr-web-components enhanced✨> div classtext-center pi0> h2 classfont-extrabold uppercase mi-auto> landing-ssr-type classsi-100 mbe0 enhanced✨> svg viewBox0 0 1118 478 fillnone classoverflow-visible xmlnshttp://www.w3.org/2000/svg> g idR> path idVector 294 dM1054.63 453.473C1054.22 461.011 1078.27 462.966 1078.22 453.102C1078.18 443.239 1055.19 442.985 1054.63 453.473Z fillwhite>/path> path idVector 295 dM1087.76 473.113C1087.48 478.252 1102.08 479.488 1102.1 472.766C1102.11 466.044 1088.14 465.963 1087.76 473.113Z fillwhite>/path> g idGroup 468> path idVector 114 dM1034.49 90.4806C1034.72 74.3455 1048.59 73.1129 1055.5 74.5136C1055.5 64.9931 1064.87 57.7082 1075.95 57.7031C1089.4 57.697 1100.6 64.4287 1100.04 76.7542C1108.16 76.4741 1115.17 79.5437 1117.41 89.0683C1122.75 111.759 1100.04 111.198 1100.04 111.198C1100.04 111.198 1072.03 122.963 1061.95 102.245C1052.7 105.047 1034.27 106.616 1034.49 90.4806Z fill#E8F8FF>/path> path idIntersect fill-ruleevenodd clip-ruleevenodd dM1034.5 89.999C1034.5 90.1555 1034.5 90.3134 1034.49 90.4728C1034.27 106.608 1052.7 105.039 1061.95 102.238C1072.03 122.955 1100.04 111.19 1100.04 111.19C1100.04 111.19 1122.75 111.751 1117.41 89.0604C1115.95 82.8473 1112.46 79.3809 1107.95 77.7994C1112.38 87.7039 1108.3 95.4907 1099.2 100.543C1089.12 106.146 1076.79 101.944 1064.75 92.1397C1057.45 102.566 1038.26 104.258 1034.5 89.999Z fill#7EF6FF>/path> path idVector 117 dM1067.38 94.7997C1076.7 94.6613 1082.01 89.4714 1083.5 86.8937C1071.89 95.3459 1057.51 90.9345 1051.77 87.6722C1053.09 90.1057 1058.07 94.9381 1067.38 94.7997Z fill#7EF6FF>/path> path idVector 118 dM1079.04 63.9042C1069.75 63.1663 1063.98 67.8344 1062.25 70.2607C1074.6 62.9367 1088.51 68.6799 1093.91 72.4671C1092.83 69.9202 1088.33 64.642 1079.04 63.9042Z fillwhite>/path> /g> path idVector 307 dM1044.24 122.205C1044.24 127.351 1058.89 127.8 1058.54 121.087C1058.19 114.374 1044.24 115.045 1044.24 122.205Z fill#7EF6FF>/path> g idGroup 299> path idUnion fill-ruleevenodd clip-ruleevenodd dM953.539 117.905C953.627 116.792 953.672 115.667 953.672 114.531C953.672 91.1109 934.686 72.125 911.266 72.125C892.579 72.125 876.715 84.2117 871.066 100.994C865.919 91.2676 855.697 84.6406 843.927 84.6406C827.191 84.6406 813.585 98.0386 813.249 114.694C810.641 113.603 807.778 113 804.775 113C799.769 113 795.155 114.674 791.461 117.492C788.683 112.678 783.482 109.438 777.524 109.438C768.644 109.438 761.445 116.636 761.445 125.516C761.445 129.11 762.624 132.428 764.617 135.106C756.732 136.137 750.645 142.882 750.645 151.048C750.645 156.871 753.741 161.972 758.376 164.793C750.692 172.468 745.938 183.077 745.938 194.797C745.938 202.898 748.209 210.469 752.15 216.906C739.079 224.131 730.227 238.055 730.227 254.047C730.227 273.847 743.797 290.478 762.144 295.146C751.112 299.795 743.367 310.711 743.367 323.435C743.367 336.918 752.063 348.369 764.153 352.487C760.56 356.399 758.367 361.616 758.367 367.345C758.367 374.835 762.115 381.45 767.838 385.415C763.272 390.772 760.516 397.719 760.516 405.31C760.516 422.256 774.254 435.994 791.2 435.994C801.608 435.994 810.805 430.813 816.354 422.888C820.192 429.294 827.202 433.581 835.212 433.581C842.186 433.581 848.401 430.332 852.425 425.265C855.164 430.222 860.444 433.579 866.508 433.579C875.388 433.579 882.587 426.381 882.587 417.501C882.587 411.154 878.91 405.666 873.57 403.051C874.441 401.537 874.94 399.78 874.94 397.907C874.94 394.615 873.399 391.682 870.999 389.791C875.677 382.973 878.414 374.72 878.414 365.828C878.414 355.345 874.61 345.751 868.308 338.35C872.749 335.667 875.787 330.896 876.063 325.397C881.207 327.615 886.878 328.844 892.836 328.844C894.789 328.844 896.712 328.711 898.596 328.456C895.601 333.921 893.898 340.194 893.898 346.865C893.898 366.482 908.622 382.661 927.621 384.953C927.157 387.465 926.914 390.056 926.914 392.703C926.914 416.123 945.9 435.109 969.32 435.109C979.515 435.109 988.869 431.512 996.183 425.518C998.005 432.398 1004.27 437.47 1011.73 437.47C1017.42 437.47 1022.41 434.516 1025.27 430.059C1028.02 432.262 1031.51 433.579 1035.31 433.579C1044.19 433.579 1051.39 426.381 1051.39 417.501C1051.39 410.665 1047.13 404.825 1041.11 402.499C1046.56 396.961 1049.92 389.364 1049.92 380.982C1049.92 364.035 1036.18 350.297 1019.24 350.297C1016.76 350.297 1014.36 350.589 1012.05 351.142C1016.47 347.124 1019.24 341.331 1019.24 334.892C1019.24 322.758 1009.4 312.922 997.267 312.922C994.007 312.922 990.914 313.632 988.132 314.905C985.869 308.79 979.994 304.427 973.097 304.406C977.466 300.226 980.603 294.767 981.904 288.63C986.421 291.246 991.667 292.744 997.263 292.744C1014.21 292.744 1027.95 279.006 1027.95 262.06C1027.95 260.339 1027.81 258.651 1027.53 257.007C1040.28 249.692 1048.86 235.95 1048.86 220.203C1048.86 207.569 1043.33 196.226 1034.57 188.457C1037.08 185.62 1038.61 181.887 1038.61 177.798C1038.61 169.362 1032.11 162.443 1023.85 161.772C1026.4 158.927 1027.95 155.168 1027.95 151.048C1027.95 142.167 1020.75 134.969 1011.87 134.969C1008.78 134.969 1005.89 135.841 1003.44 137.353C1001.38 122.412 988.557 110.906 973.048 110.906C965.638 110.906 958.842 113.533 953.539 117.905ZM856.216 405.147C856.038 404.567 855.837 403.998 855.613 403.44C855.682 403.404 855.75 403.368 855.819 403.332C856.112 403.807 856.444 404.257 856.808 404.676C856.607 404.829 856.41 404.986 856.216 405.147ZM920.104 196.27C920.78 206.457 927.042 215.117 935.856 219.213C933.021 222.112 931.273 226.079 931.273 230.454C931.273 231.697 931.414 232.907 931.681 234.069C923.233 235.446 916.403 241.642 914.105 249.743C907.853 246.111 900.587 244.031 892.836 244.031C888.009 244.031 883.37 244.838 879.047 246.324C878.956 239.152 874.17 233.112 867.621 231.136C871.988 225.835 874.611 219.043 874.611 211.638C874.611 205.978 873.079 200.676 870.407 196.125C873.881 198.427 878.048 199.769 882.529 199.769C890.515 199.769 897.505 195.508 901.352 189.136C904.151 193.863 909.304 197.033 915.196 197.033C916.907 197.033 918.557 196.765 920.104 196.27Z fillurl(#paint0_linear_42_1372)>/path> path idVector 305 dM865.902 317.422C871.277 325.922 889.902 335.922 916.902 324.422C895.152 326.172 882.402 325.922 865.902 317.422Z fill#7EF6FF>/path> g idMask group> mask idmask0_42_1372 stylemask-type:alpha maskUnitsuserSpaceOnUse x730 y72 width322 height366> path idUnion_2 fill-ruleevenodd clip-ruleevenodd dM953.539 117.905C953.627 116.792 953.672 115.667 953.672 114.531C953.672 91.1109 934.686 72.125 911.266 72.125C892.579 72.125 876.715 84.2117 871.066 100.994C865.919 91.2676 855.697 84.6406 843.927 84.6406C827.191 84.6406 813.585 98.0386 813.249 114.694C810.641 113.603 807.778 113 804.775 113C799.769 113 795.155 114.674 791.461 117.492C788.683 112.678 783.482 109.438 777.524 109.438C768.644 109.438 761.445 116.636 761.445 125.516C761.445 129.11 762.624 132.428 764.617 135.106C756.732 136.137 750.645 142.882 750.645 151.048C750.645 156.871 753.741 161.972 758.376 164.793C750.692 172.468 745.938 183.077 745.938 194.797C745.938 202.898 748.209 210.469 752.15 216.906C739.079 224.131 730.227 238.055 730.227 254.047C730.227 273.847 743.797 290.478 762.144 295.146C751.112 299.795 743.367 310.711 743.367 323.435C743.367 336.918 752.063 348.369 764.153 352.487C760.56 356.399 758.367 361.616 758.367 367.345C758.367 374.835 762.115 381.45 767.838 385.415C763.272 390.772 760.516 397.719 760.516 405.31C760.516 422.256 774.254 435.994 791.2 435.994C801.608 435.994 810.805 430.813 816.354 422.888C820.192 429.294 827.202 433.581 835.212 433.581C842.186 433.581 848.401 430.332 852.425 425.265C855.164 430.222 860.444 433.579 866.508 433.579C875.388 433.579 882.587 426.381 882.587 417.501C882.587 411.154 878.91 405.666 873.57 403.051C874.441 401.537 874.94 399.78 874.94 397.907C874.94 394.615 873.399 391.682 870.999 389.791C875.677 382.973 878.414 374.72 878.414 365.828C878.414 355.345 874.61 345.751 868.308 338.35C872.749 335.667 875.787 330.896 876.063 325.397C881.207 327.615 886.878 328.844 892.836 328.844C894.789 328.844 896.712 328.711 898.596 328.456C895.601 333.921 893.898 340.194 893.898 346.865C893.898 366.482 908.622 382.661 927.621 384.953C927.157 387.465 926.914 390.056 926.914 392.703C926.914 416.123 945.9 435.109 969.32 435.109C979.515 435.109 988.869 431.512 996.183 425.518C998.005 432.398 1004.27 437.47 1011.73 437.47C1017.42 437.47 1022.41 434.516 1025.27 430.059C1028.02 432.262 1031.51 433.579 1035.31 433.579C1044.19 433.579 1051.39 426.381 1051.39 417.501C1051.39 410.665 1047.13 404.825 1041.11 402.499C1046.56 396.961 1049.92 389.364 1049.92 380.982C1049.92 364.035 1036.18 350.297 1019.24 350.297C1016.76 350.297 1014.36 350.589 1012.05 351.142C1016.47 347.124 1019.24 341.331 1019.24 334.892C1019.24 322.758 1009.4 312.922 997.267 312.922C994.007 312.922 990.914 313.632 988.132 314.905C985.869 308.79 979.994 304.427 973.097 304.406C977.466 300.226 980.603 294.767 981.904 288.63C986.421 291.246 991.667 292.744 997.263 292.744C1014.21 292.744 1027.95 279.006 1027.95 262.06C1027.95 260.339 1027.81 258.651 1027.53 257.007C1040.28 249.692 1048.86 235.95 1048.86 220.203C1048.86 207.569 1043.33 196.226 1034.57 188.457C1037.08 185.62 1038.61 181.887 1038.61 177.798C1038.61 169.362 1032.11 162.443 1023.85 161.772C1026.4 158.927 1027.95 155.168 1027.95 151.048C1027.95 142.167 1020.75 134.969 1011.87 134.969C1008.78 134.969 1005.89 135.841 1003.44 137.353C1001.38 122.412 988.557 110.906 973.048 110.906C965.638 110.906 958.842 113.533 953.539 117.905ZM856.216 405.147C856.038 404.567 855.837 403.998 855.613 403.44C855.682 403.404 855.75 403.368 855.819 403.332C856.112 403.807 856.444 404.257 856.808 404.676C856.607 404.829 856.41 404.986 856.216 405.147ZM920.104 196.27C920.78 206.457 927.042 215.117 935.856 219.213C933.021 222.112 931.273 226.079 931.273 230.454C931.273 231.697 931.414 232.907 931.681 234.069C923.233 235.446 916.403 241.642 914.105 249.743C907.853 246.111 900.587 244.031 892.836 244.031C888.009 244.031 883.37 244.838 879.047 246.324C878.956 239.152 874.17 233.112 867.621 231.136C871.988 225.835 874.611 219.043 874.611 211.638C874.611 205.978 873.079 200.676 870.407 196.125C873.881 198.427 878.048 199.769 882.529 199.769C890.515 199.769 897.505 195.508 901.352 189.136C904.151 193.863 909.304 197.033 915.196 197.033C916.907 197.033 918.557 196.765 920.104 196.27Z fillurl(#paint1_linear_42_1372)>/path> /mask> g maskurl(#mask0_42_1372)> path idVector 303 dM787.28 417.422C772.78 419.672 763.78 407.172 762.78 393.547L757.405 388.922C755.947 391.797 753.055 397.872 753.155 399.172C753.28 400.797 765.155 440.547 766.905 440.797C768.655 441.047 870.28 447.547 876.655 446.922C883.03 446.297 889.405 423.672 891.28 421.672C893.155 419.672 884.154 394.922 881.404 411.672C878.654 428.422 856.529 428.547 852.28 413.547C843.155 427.922 815.029 423.797 816.155 399.172C811.28 408.547 801.78 415.172 787.28 417.422Z fill#7EF6FF>/path> path idVector 304 dM773.153 346.672C749.278 344.422 744.028 330.422 744.028 316.672C740.903 319.214 734.528 324.647 734.028 326.047C733.403 327.797 750.528 353.422 762.278 354.297C767.978 348.997 771.903 347.005 773.153 346.672Z fill#7EF6FF>/path> path idVector 306 dM934.404 377.672C915.904 378.547 898.529 367.422 893.904 348.172L889.154 350.172L907.904 391.672L941.904 441.172C970.821 442.089 1029.1 443.922 1030.9 443.922C1032.7 443.922 1048.82 435.922 1056.65 431.922C1057.99 428.672 1058.65 420.772 1050.65 415.172C1044.15 430.422 1027.53 427.047 1023.4 419.922C1010.8 429.122 1000.49 420.589 996.904 415.172C990.988 418.255 975.854 423.522 962.654 419.922C946.154 415.422 936.904 403.172 934.404 377.672Z fill#7EF6FF>/path> path idVector 308 dM790.779 124.169C783.279 113.169 763.597 110.666 761.404 124.794L750.904 120.67L772.154 103.922L792.154 109.172H808.904L811.404 88.9219L842.404 79.9219L870.404 88.9219L899.154 65.6719L938.404 73.4219L959.654 105.672L982.904 103.922L1010.4 127.547L1034.9 143.172C1035.61 147.714 1034.98 156.872 1026.78 157.172C1026.78 140.922 1004.9 139.672 998.529 149.547C996.946 144.214 990.404 132.347 976.904 127.547C963.404 122.747 950.446 130.964 945.654 135.672C943.779 124.63 942.404 101.672 916.279 93.7977C892.046 86.4936 877.279 108.42 873.404 114.295C840.904 82.1695 817.154 114.67 815.154 120.67C804.279 117.17 796.779 121.669 790.779 124.169Z fill#E8F8FF>/path> path idVector 307_2 dM885.092 190.734C877.992 193.534 868.175 190.818 864.154 189.109C865.654 191.809 873.071 199.109 876.592 202.422L906.529 209.734C911.925 213.609 924.804 221.484 933.154 221.984C939.904 214.172 944.404 214.172 949.654 214.172C930.404 206.922 927.529 200.672 924.467 188.047C912.967 192.547 903.217 185.255 899.779 181.047C897.842 183.109 892.192 187.934 885.092 190.734Z fill#E8F8FF>/path> path idVector 309 dM873.779 257.422C875.879 243.422 867.571 235.089 863.154 232.672L870.779 230.297L917.029 227.047C921.363 228.922 931.504 233.622 937.404 237.422C924.529 234.172 918.404 250.922 916.279 257.422C895.154 243.047 880.779 255.172 873.779 257.422Z fill#7EF6FF>/path> path idVector 310 dM976.404 275.172C1015.9 285.172 1024.15 266.672 1027.65 257.922L1037.9 266.172C1033.32 275.755 1023.75 295.272 1022.15 296.672C1020.55 298.072 997.154 301.589 985.654 303.172C980.738 303.755 967.404 305.122 953.404 305.922C970.404 299.172 976.404 287.172 976.404 275.172Z fill#7EF6FF>/path> /g> /g> path idVector 259 dM981.174 263.987C979.912 276.559 969.479 278.848 964.389 278.421C979.862 281.836 984.128 272.099 984.426 266.055C990.182 267.278 995.09 259.951 992.102 254.346C991.567 260.841 985.683 263.186 981.174 263.987Z fill#7EF6FF>/path> path idVector 306_2 dM801.414 298.662C790.478 304.992 782.52 297.869 779.888 293.49C786.168 308.038 796.561 305.803 801.638 302.51C804.012 307.894 812.826 307.589 815.625 301.887C810.044 305.252 804.7 301.852 801.414 298.662Z fill#7EF6FF>/path> path idVector 256 dM931.331 374.974C938.652 381.844 946.129 385.324 949.506 385.159C947.12 386.634 938.432 387.074 929.977 378.592C921.522 370.11 923.412 362.271 924.513 359.216C924.104 360.909 923.474 367.601 931.331 374.974Z fill#7EF6FF>/path> path idVector 308_2 dM876.472 113.956C866.437 113.651 858.529 115.99 856.106 118.348C856.919 115.663 863.141 109.584 875.093 110.347C887.045 111.111 890.816 118.239 892.012 121.258C891.198 119.719 887.242 114.284 876.472 113.956Z fill#E8F8FF>/path> path idVector 309_2 dM948.882 134.706C938.848 134.401 930.939 136.74 928.516 139.098C929.329 136.413 935.551 130.334 947.503 131.097C959.455 131.861 963.226 138.989 964.422 142.008C963.608 140.469 959.652 135.034 948.882 134.706Z fill#E8F8FF>/path> /g> /g> g idS2> path idUnion_3 fill-ruleevenodd clip-ruleevenodd dM546.429 91.5078C534.787 91.5078 525.26 100.563 524.507 112.015C519.162 107.493 512.248 104.766 504.698 104.766C491.323 104.766 479.947 113.323 475.746 125.262C469.887 122.205 463.224 120.477 456.158 120.477C432.738 120.477 413.752 139.462 413.752 162.883C413.752 172.56 416.994 181.481 422.451 188.618C413.729 191.529 407.441 199.761 407.441 209.462C407.441 216.357 410.617 222.51 415.586 226.538C408.002 230.001 402.732 237.651 402.732 246.533C402.732 258.667 412.569 268.503 424.703 268.503C428.103 268.503 431.324 267.73 434.197 266.351C434.148 267.062 434.123 267.781 434.123 268.505C434.123 285.452 447.861 299.19 464.808 299.19C470.056 299.19 474.997 297.872 479.317 295.549C483.058 302.327 490.275 306.917 498.564 306.917C501.944 306.917 505.146 306.154 508.006 304.79C508.558 304.901 509.113 305.002 509.672 305.091C514.453 315.82 525.21 323.299 537.714 323.299C546.244 323.299 553.961 319.818 559.523 314.2C563.548 319.241 569.747 322.472 576.701 322.472C579.822 322.472 582.791 321.821 585.48 320.647C584.779 322.795 584.4 325.088 584.4 327.47C584.4 333.824 587.098 339.549 591.41 343.56C583.332 344.551 575.957 347.814 569.943 352.69C564.319 345.695 555.69 341.219 546.017 341.219C537.97 341.219 530.646 344.316 525.174 349.384C519.911 331.948 503.723 319.25 484.57 319.25C482.966 319.25 481.383 319.339 479.825 319.513C474.59 313.959 467.166 310.492 458.932 310.492C446.753 310.492 436.346 318.077 432.175 328.78C429.843 327.936 427.326 327.477 424.703 327.477C412.569 327.477 402.732 337.313 402.732 349.447C402.732 359.057 408.902 367.226 417.497 370.208C417.414 371.294 417.371 372.392 417.371 373.5C417.371 396.301 435.366 414.899 457.928 415.866C463.157 433.359 479.372 446.109 498.564 446.109C509.623 446.109 519.692 441.876 527.242 434.943C534.953 442.921 545.766 447.883 557.738 447.883C570.786 447.883 582.458 441.99 590.237 432.72C593.736 434.107 597.55 434.869 601.542 434.869C611.949 434.869 621.147 429.688 626.695 421.764C631.966 424.115 637.805 425.422 643.949 425.422C667.369 425.422 686.355 406.436 686.355 383.016C686.355 380.8 686.185 378.623 685.858 376.499C699.093 369.323 708.08 355.309 708.08 339.195C708.08 328.224 703.914 318.226 697.077 310.697C699.205 306.522 700.404 301.794 700.404 296.786C700.404 279.84 686.666 266.102 669.72 266.102C668.081 266.102 666.472 266.23 664.903 266.477C663.881 255.292 654.476 246.531 643.025 246.531C638.807 246.531 634.867 247.72 631.521 249.78C627.658 244.974 621.731 241.898 615.085 241.898C608.683 241.898 602.947 244.754 599.082 249.26C597.35 247.912 595.174 247.109 592.81 247.109C591.841 247.109 590.903 247.244 590.015 247.496C588.158 237.244 579.186 229.469 568.398 229.469C563.886 229.469 559.692 230.829 556.203 233.161C553.629 227.714 548.084 223.945 541.659 223.945C540.01 223.945 538.42 224.193 536.923 224.654C537.438 222.788 537.714 220.821 537.714 218.791C537.714 214.343 536.392 210.203 534.12 206.744C539.762 205.389 544.247 201.058 545.821 195.504C548.27 201.257 553.975 205.29 560.622 205.29C564.666 205.29 568.362 203.797 571.187 201.332C573.37 216.138 586.129 227.502 601.542 227.502C607.631 227.502 613.305 225.729 618.077 222.67C625.809 230.859 636.766 235.969 648.916 235.969C672.336 235.969 691.322 216.983 691.322 193.562C691.322 182.73 687.261 172.847 680.578 165.352C682.795 161.108 684.049 156.281 684.049 151.161C684.049 134.215 670.311 120.477 653.364 120.477C648.773 120.477 644.417 121.485 640.507 123.292C634.99 115.149 625.662 109.797 615.085 109.797C607.839 109.797 601.179 112.309 595.93 116.509C594.581 108.993 588.009 103.289 580.104 103.289C575.232 103.289 570.866 105.456 567.917 108.879C565.803 98.953 556.986 91.5078 546.429 91.5078Z fillurl(#paint2_linear_42_1372)>/path> g idMask group_2> mask idmask1_42_1372 stylemask-type:alpha maskUnitsuserSpaceOnUse x402 y91 width307 height357> path idUnion_4 fill-ruleevenodd clip-ruleevenodd dM546.429 91.5078C534.787 91.5078 525.26 100.563 524.507 112.015C519.162 107.493 512.248 104.766 504.698 104.766C491.323 104.766 479.947 113.323 475.746 125.262C469.887 122.205 463.224 120.477 456.158 120.477C432.738 120.477 413.752 139.462 413.752 162.883C413.752 172.56 416.994 181.481 422.451 188.618C413.729 191.529 407.441 199.761 407.441 209.462C407.441 216.357 410.617 222.51 415.586 226.538C408.002 230.001 402.732 237.651 402.732 246.533C402.732 258.667 412.569 268.503 424.703 268.503C428.103 268.503 431.324 267.73 434.197 266.351C434.148 267.062 434.123 267.781 434.123 268.505C434.123 285.452 447.861 299.19 464.808 299.19C470.056 299.19 474.997 297.872 479.317 295.549C483.058 302.327 490.275 306.917 498.564 306.917C501.944 306.917 505.146 306.154 508.006 304.79C508.558 304.901 509.113 305.002 509.672 305.091C514.453 315.82 525.21 323.299 537.714 323.299C546.244 323.299 553.961 319.818 559.523 314.2C563.548 319.241 569.747 322.472 576.701 322.472C579.822 322.472 582.791 321.821 585.48 320.647C584.779 322.795 584.4 325.088 584.4 327.47C584.4 333.824 587.098 339.549 591.41 343.56C583.332 344.551 575.957 347.814 569.943 352.69C564.319 345.695 555.69 341.219 546.017 341.219C537.97 341.219 530.646 344.316 525.174 349.384C519.911 331.948 503.723 319.25 484.57 319.25C482.966 319.25 481.383 319.339 479.825 319.513C474.59 313.959 467.166 310.492 458.932 310.492C446.753 310.492 436.346 318.077 432.175 328.78C429.843 327.936 427.326 327.477 424.703 327.477C412.569 327.477 402.732 337.313 402.732 349.447C402.732 359.057 408.902 367.226 417.497 370.208C417.414 371.294 417.371 372.392 417.371 373.5C417.371 396.301 435.366 414.899 457.928 415.866C463.157 433.359 479.372 446.109 498.564 446.109C509.623 446.109 519.692 441.876 527.242 434.943C534.953 442.921 545.766 447.883 557.738 447.883C570.786 447.883 582.458 441.99 590.237 432.72C593.736 434.107 597.55 434.869 601.542 434.869C611.949 434.869 621.147 429.688 626.695 421.764C631.966 424.115 637.805 425.422 643.949 425.422C667.369 425.422 686.355 406.436 686.355 383.016C686.355 380.8 686.185 378.623 685.858 376.499C699.093 369.323 708.08 355.309 708.08 339.195C708.08 328.224 703.914 318.226 697.077 310.697C699.205 306.522 700.404 301.794 700.404 296.786C700.404 279.84 686.666 266.102 669.72 266.102C668.081 266.102 666.472 266.23 664.903 266.477C663.881 255.292 654.476 246.531 643.025 246.531C638.807 246.531 634.867 247.72 631.521 249.78C627.658 244.974 621.731 241.898 615.085 241.898C608.683 241.898 602.947 244.754 599.082 249.26C597.35 247.912 595.174 247.109 592.81 247.109C591.841 247.109 590.903 247.244 590.015 247.496C588.158 237.244 579.186 229.469 568.398 229.469C563.886 229.469 559.692 230.829 556.203 233.161C553.629 227.714 548.084 223.945 541.659 223.945C540.01 223.945 538.42 224.193 536.923 224.654C537.438 222.788 537.714 220.821 537.714 218.791C537.714 214.343 536.392 210.203 534.12 206.744C539.762 205.389 544.247 201.058 545.821 195.504C548.27 201.257 553.975 205.29 560.622 205.29C564.666 205.29 568.362 203.797 571.187 201.332C573.37 216.138 586.129 227.502 601.542 227.502C607.631 227.502 613.305 225.729 618.077 222.67C625.809 230.859 636.766 235.969 648.916 235.969C672.336 235.969 691.322 216.983 691.322 193.562C691.322 182.73 687.261 172.847 680.578 165.352C682.795 161.108 684.049 156.281 684.049 151.161C684.049 134.215 670.311 120.477 653.364 120.477C648.773 120.477 644.417 121.485 640.507 123.292C634.99 115.149 625.662 109.797 615.085 109.797C607.839 109.797 601.179 112.309 595.93 116.509C594.581 108.993 588.009 103.289 580.104 103.289C575.232 103.289 570.866 105.456 567.917 108.879C565.803 98.953 556.986 91.5078 546.429 91.5078Z fillurl(#paint3_linear_42_1372)>/path> /mask> g maskurl(#mask1_42_1372)> path idVector 297 dM433.627 364.922C416.627 372.672 400.128 346.922 408.627 334.422L406.377 324.922C403.544 327.005 397.378 331.822 395.378 334.422C393.378 337.022 397.711 357.505 400.128 367.422C408.461 388.005 425.178 430.072 425.378 433.672C425.578 437.272 466.794 456.672 487.378 465.922L620.378 458.672C656.711 433.755 729.728 383.372 731.128 381.172C732.528 378.972 724.878 347.422 720.878 331.922L705.878 325.422C711.128 354.922 687.627 368.172 670.128 364.922C669.378 403.422 633.878 405.172 620.378 398.672C616.628 416.172 596.378 416.922 585.878 410.422C573.128 437.672 537.627 437.422 525.878 416.922C502.628 431.672 468.878 419.672 468.878 394.922C440.377 408.422 427.127 379.172 433.627 364.922Z fill#7EF6FF>/path> path idVector 299 dM439.877 255.922C424.377 270.172 400.127 253.047 406.127 234.172L400.877 222.172L383.377 263.422L467.377 308.172L547.377 328.672C555.627 329.089 574.727 328.122 585.127 320.922C573.877 325.422 557.877 310.547 558.627 304.422C539.377 322.672 515.002 307.297 512.127 293.172C501.877 304.672 480.252 294.672 481.127 281.672C462.377 296.172 435.002 277.297 439.877 255.922Z fill#7EF6FF>/path> /g> /g> g idMask group_3> mask idmask2_42_1372 stylemask-type:alpha maskUnitsuserSpaceOnUse x402 y91 width307 height357> path idUnion_5 fill-ruleevenodd clip-ruleevenodd dM546.429 91.5078C534.787 91.5078 525.26 100.563 524.507 112.015C519.162 107.493 512.248 104.766 504.698 104.766C491.323 104.766 479.947 113.323 475.746 125.262C469.887 122.205 463.224 120.477 456.158 120.477C432.738 120.477 413.752 139.462 413.752 162.883C413.752 172.56 416.994 181.481 422.451 188.618C413.729 191.529 407.441 199.761 407.441 209.462C407.441 216.357 410.617 222.51 415.586 226.538C408.002 230.001 402.732 237.651 402.732 246.533C402.732 258.667 412.569 268.503 424.703 268.503C428.103 268.503 431.324 267.73 434.197 266.351C434.148 267.062 434.123 267.781 434.123 268.505C434.123 285.452 447.861 299.19 464.808 299.19C470.056 299.19 474.997 297.872 479.317 295.549C483.058 302.327 490.275 306.917 498.564 306.917C501.944 306.917 505.146 306.154 508.006 304.79C508.558 304.901 509.113 305.002 509.672 305.091C514.453 315.82 525.21 323.299 537.714 323.299C546.244 323.299 553.961 319.818 559.523 314.2C563.548 319.241 569.747 322.472 576.701 322.472C579.822 322.472 582.791 321.821 585.48 320.647C584.779 322.795 584.4 325.088 584.4 327.47C584.4 333.824 587.098 339.549 591.41 343.56C583.332 344.551 575.957 347.814 569.943 352.69C564.319 345.695 555.69 341.219 546.017 341.219C537.97 341.219 530.646 344.316 525.174 349.384C519.911 331.948 503.723 319.25 484.57 319.25C482.966 319.25 481.383 319.339 479.825 319.513C474.59 313.959 467.166 310.492 458.932 310.492C446.753 310.492 436.346 318.077 432.175 328.78C429.843 327.936 427.326 327.477 424.703 327.477C412.569 327.477 402.732 337.313 402.732 349.447C402.732 359.057 408.902 367.226 417.497 370.208C417.414 371.294 417.371 372.392 417.371 373.5C417.371 396.301 435.366 414.899 457.928 415.866C463.157 433.359 479.372 446.109 498.564 446.109C509.623 446.109 519.692 441.876 527.242 434.943C534.953 442.921 545.766 447.883 557.738 447.883C570.786 447.883 582.458 441.99 590.237 432.72C593.736 434.107 597.55 434.869 601.542 434.869C611.949 434.869 621.147 429.688 626.695 421.764C631.966 424.115 637.805 425.422 643.949 425.422C667.369 425.422 686.355 406.436 686.355 383.016C686.355 380.8 686.185 378.623 685.858 376.499C699.093 369.323 708.08 355.309 708.08 339.195C708.08 328.224 703.914 318.226 697.077 310.697C699.205 306.522 700.404 301.794 700.404 296.786C700.404 279.84 686.666 266.102 669.72 266.102C668.081 266.102 666.472 266.23 664.903 266.477C663.881 255.292 654.476 246.531 643.025 246.531C638.807 246.531 634.867 247.72 631.521 249.78C627.658 244.974 621.731 241.898 615.085 241.898C608.683 241.898 602.947 244.754 599.082 249.26C597.35 247.912 595.174 247.109 592.81 247.109C591.841 247.109 590.903 247.244 590.015 247.496C588.158 237.244 579.186 229.469 568.398 229.469C563.886 229.469 559.692 230.829 556.203 233.161C553.629 227.714 548.084 223.945 541.659 223.945C540.01 223.945 538.42 224.193 536.923 224.654C537.438 222.788 537.714 220.821 537.714 218.791C537.714 214.343 536.392 210.203 534.12 206.744C539.762 205.389 544.247 201.058 545.821 195.504C548.27 201.257 553.975 205.29 560.622 205.29C564.666 205.29 568.362 203.797 571.187 201.332C573.37 216.138 586.129 227.502 601.542 227.502C607.631 227.502 613.305 225.729 618.077 222.67C625.809 230.859 636.766 235.969 648.916 235.969C672.336 235.969 691.322 216.983 691.322 193.562C691.322 182.73 687.261 172.847 680.578 165.352C682.795 161.108 684.049 156.281 684.049 151.161C684.049 134.215 670.311 120.477 653.364 120.477C648.773 120.477 644.417 121.485 640.507 123.292C634.99 115.149 625.662 109.797 615.085 109.797C607.839 109.797 601.179 112.309 595.93 116.509C594.581 108.993 588.009 103.289 580.104 103.289C575.232 103.289 570.866 105.456 567.917 108.879C565.803 98.953 556.986 91.5078 546.429 91.5078Z fillurl(#paint4_linear_42_1372)>/path> /mask> g maskurl(#mask2_42_1372)> path idVector 300 dM553.002 244.172C553.402 233.172 543.752 226.172 538.877 224.047L541.252 220.922C546.669 222.464 557.652 225.572 558.252 225.672C558.852 225.772 566.752 224.63 570.627 224.047L585.752 235.422C587.502 237.505 590.902 241.547 590.502 241.047C590.102 240.547 595.502 241.922 598.252 242.672L617.752 236.297C629.877 239.464 654.252 245.847 654.752 246.047C655.252 246.247 678.71 259.714 690.377 266.422C692.71 269.339 697.552 277.172 698.252 285.172C684.877 265.672 665.502 272.297 658.627 275.172C660.377 254.297 636.752 251.797 630.502 254.547C619.877 243.922 604.252 252.922 599.752 259.297C597.377 252.547 591.627 252.922 586.377 257.547C582.252 240.672 565.377 241.672 553.002 244.172Z fillwhite>/path> /g> /g> g idMask group_4> mask idmask3_42_1372 stylemask-type:alpha maskUnitsuserSpaceOnUse x402 y91 width307 height357> path idUnion_6 fill-ruleevenodd clip-ruleevenodd dM546.429 91.5078C534.787 91.5078 525.26 100.563 524.507 112.015C519.162 107.493 512.248 104.766 504.698 104.766C491.323 104.766 479.947 113.323 475.746 125.262C469.887 122.205 463.224 120.477 456.158 120.477C432.738 120.477 413.752 139.462 413.752 162.883C413.752 172.56 416.994 181.481 422.451 188.618C413.729 191.529 407.441 199.761 407.441 209.462C407.441 216.357 410.617 222.51 415.586 226.538C408.002 230.001 402.732 237.651 402.732 246.533C402.732 258.667 412.569 268.503 424.703 268.503C428.103 268.503 431.324 267.73 434.197 266.351C434.148 267.062 434.123 267.781 434.123 268.505C434.123 285.452 447.861 299.19 464.808 299.19C470.056 299.19 474.997 297.872 479.317 295.549C483.058 302.327 490.275 306.917 498.564 306.917C501.944 306.917 505.146 306.154 508.006 304.79C508.558 304.901 509.113 305.002 509.672 305.091C514.453 315.82 525.21 323.299 537.714 323.299C546.244 323.299 553.961 319.818 559.523 314.2C563.548 319.241 569.747 322.472 576.701 322.472C579.822 322.472 582.791 321.821 585.48 320.647C584.779 322.795 584.4 325.088 584.4 327.47C584.4 333.824 587.098 339.549 591.41 343.56C583.332 344.551 575.957 347.814 569.943 352.69C564.319 345.695 555.69 341.219 546.017 341.219C537.97 341.219 530.646 344.316 525.174 349.384C519.911 331.948 503.723 319.25 484.57 319.25C482.966 319.25 481.383 319.339 479.825 319.513C474.59 313.959 467.166 310.492 458.932 310.492C446.753 310.492 436.346 318.077 432.175 328.78C429.843 327.936 427.326 327.477 424.703 327.477C412.569 327.477 402.732 337.313 402.732 349.447C402.732 359.057 408.902 367.226 417.497 370.208C417.414 371.294 417.371 372.392 417.371 373.5C417.371 396.301 435.366 414.899 457.928 415.866C463.157 433.359 479.372 446.109 498.564 446.109C509.623 446.109 519.692 441.876 527.242 434.943C534.953 442.921 545.766 447.883 557.738 447.883C570.786 447.883 582.458 441.99 590.237 432.72C593.736 434.107 597.55 434.869 601.542 434.869C611.949 434.869 621.147 429.688 626.695 421.764C631.966 424.115 637.805 425.422 643.949 425.422C667.369 425.422 686.355 406.436 686.355 383.016C686.355 380.8 686.185 378.623 685.858 376.499C699.093 369.323 708.08 355.309 708.08 339.195C708.08 328.224 703.914 318.226 697.077 310.697C699.205 306.522 700.404 301.794 700.404 296.786C700.404 279.84 686.666 266.102 669.72 266.102C668.081 266.102 666.472 266.23 664.903 266.477C663.881 255.292 654.476 246.531 643.025 246.531C638.807 246.531 634.867 247.72 631.521 249.78C627.658 244.974 621.731 241.898 615.085 241.898C608.683 241.898 602.947 244.754 599.082 249.26C597.35 247.912 595.174 247.109 592.81 247.109C591.841 247.109 590.903 247.244 590.015 247.496C588.158 237.244 579.186 229.469 568.398 229.469C563.886 229.469 559.692 230.829 556.203 233.161C553.629 227.714 548.084 223.945 541.659 223.945C540.01 223.945 538.42 224.193 536.923 224.654C537.438 222.788 537.714 220.821 537.714 218.791C537.714 214.343 536.392 210.203 534.12 206.744C539.762 205.389 544.247 201.058 545.821 195.504C548.27 201.257 553.975 205.29 560.622 205.29C564.666 205.29 568.362 203.797 571.187 201.332C573.37 216.138 586.129 227.502 601.542 227.502C607.631 227.502 613.305 225.729 618.077 222.67C625.809 230.859 636.766 235.969 648.916 235.969C672.336 235.969 691.322 216.983 691.322 193.562C691.322 182.73 687.261 172.847 680.578 165.352C682.795 161.108 684.049 156.281 684.049 151.161C684.049 134.215 670.311 120.477 653.364 120.477C648.773 120.477 644.417 121.485 640.507 123.292C634.99 115.149 625.662 109.797 615.085 109.797C607.839 109.797 601.179 112.309 595.93 116.509C594.581 108.993 588.009 103.289 580.104 103.289C575.232 103.289 570.866 105.456 567.917 108.879C565.803 98.953 556.986 91.5078 546.429 91.5078Z fillurl(#paint5_linear_42_1372)>/path> /mask> g maskurl(#mask3_42_1372)> path idVector 301 dM478.127 138.922C472.627 124.672 449.127 118.172 434.627 126.172L439.627 116.173L514.377 89.6719L608.127 81.6719L683.877 126.172C688.377 132.588 694.677 147.522 683.877 155.922C674.127 123.922 646.377 129.922 640.127 135.172C630.627 114.172 594.127 121.172 591.377 133.672C587.877 116.172 570.877 109.422 565.627 116.173C550.127 99.423 531.627 113.922 529.377 126.172C508.627 106.672 480.627 126.172 478.127 138.922Z fill#E8F8FF>/path> /g> /g> g idMask group_5> mask idmask4_42_1372 stylemask-type:alpha maskUnitsuserSpaceOnUse x402 y91 width307 height357> path idUnion_7 fill-ruleevenodd clip-ruleevenodd dM546.429 91.5078C534.787 91.5078 525.26 100.563 524.507 112.015C519.162 107.493 512.248 104.766 504.698 104.766C491.323 104.766 479.947 113.323 475.746 125.262C469.887 122.205 463.224 120.477 456.158 120.477C432.738 120.477 413.752 139.462 413.752 162.883C413.752 172.56 416.994 181.481 422.451 188.618C413.729 191.529 407.441 199.761 407.441 209.462C407.441 216.357 410.617 222.51 415.586 226.538C408.002 230.001 402.732 237.651 402.732 246.533C402.732 258.667 412.569 268.503 424.703 268.503C428.103 268.503 431.324 267.73 434.197 266.351C434.148 267.062 434.123 267.781 434.123 268.505C434.123 285.452 447.861 299.19 464.808 299.19C470.056 299.19 474.997 297.872 479.317 295.549C483.058 302.327 490.275 306.917 498.564 306.917C501.944 306.917 505.146 306.154 508.006 304.79C508.558 304.901 509.113 305.002 509.672 305.091C514.453 315.82 525.21 323.299 537.714 323.299C546.244 323.299 553.961 319.818 559.523 314.2C563.548 319.241 569.747 322.472 576.701 322.472C579.822 322.472 582.791 321.821 585.48 320.647C584.779 322.795 584.4 325.088 584.4 327.47C584.4 333.824 587.098 339.549 591.41 343.56C583.332 344.551 575.957 347.814 569.943 352.69C564.319 345.695 555.69 341.219 546.017 341.219C537.97 341.219 530.646 344.316 525.174 349.384C519.911 331.948 503.723 319.25 484.57 319.25C482.966 319.25 481.383 319.339 479.825 319.513C474.59 313.959 467.166 310.492 458.932 310.492C446.753 310.492 436.346 318.077 432.175 328.78C429.843 327.936 427.326 327.477 424.703 327.477C412.569 327.477 402.732 337.313 402.732 349.447C402.732 359.057 408.902 367.226 417.497 370.208C417.414 371.294 417.371 372.392 417.371 373.5C417.371 396.301 435.366 414.899 457.928 415.866C463.157 433.359 479.372 446.109 498.564 446.109C509.623 446.109 519.692 441.876 527.242 434.943C534.953 442.921 545.766 447.883 557.738 447.883C570.786 447.883 582.458 441.99 590.237 432.72C593.736 434.107 597.55 434.869 601.542 434.869C611.949 434.869 621.147 429.688 626.695 421.764C631.966 424.115 637.805 425.422 643.949 425.422C667.369 425.422 686.355 406.436 686.355 383.016C686.355 380.8 686.185 378.623 685.858 376.499C699.093 369.323 708.08 355.309 708.08 339.195C708.08 328.224 703.914 318.226 697.077 310.697C699.205 306.522 700.404 301.794 700.404 296.786C700.404 279.84 686.666 266.102 669.72 266.102C668.081 266.102 666.472 266.23 664.903 266.477C663.881 255.292 654.476 246.531 643.025 246.531C638.807 246.531 634.867 247.72 631.521 249.78C627.658 244.974 621.731 241.898 615.085 241.898C608.683 241.898 602.947 244.754 599.082 249.26C597.35 247.912 595.174 247.109 592.81 247.109C591.841 247.109 590.903 247.244 590.015 247.496C588.158 237.244 579.186 229.469 568.398 229.469C563.886 229.469 559.692 230.829 556.203 233.161C553.629 227.714 548.084 223.945 541.659 223.945C540.01 223.945 538.42 224.193 536.923 224.654C537.438 222.788 537.714 220.821 537.714 218.791C537.714 214.343 536.392 210.203 534.12 206.744C539.762 205.389 544.247 201.058 545.821 195.504C548.27 201.257 553.975 205.29 560.622 205.29C564.666 205.29 568.362 203.797 571.187 201.332C573.37 216.138 586.129 227.502 601.542 227.502C607.631 227.502 613.305 225.729 618.077 222.67C625.809 230.859 636.766 235.969 648.916 235.969C672.336 235.969 691.322 216.983 691.322 193.562C691.322 182.73 687.261 172.847 680.578 165.352C682.795 161.108 684.049 156.281 684.049 151.161C684.049 134.215 670.311 120.477 653.364 120.477C648.773 120.477 644.417 121.485 640.507 123.292C634.99 115.149 625.662 109.797 615.085 109.797C607.839 109.797 601.179 112.309 595.93 116.509C594.581 108.993 588.009 103.289 580.104 103.289C575.232 103.289 570.866 105.456 567.917 108.879C565.803 98.953 556.986 91.5078 546.429 91.5078Z fillurl(#paint6_linear_42_1372)>/path> /mask> g maskurl(#mask4_42_1372)> path idVector 302 dM573.002 189.047C569.602 199.247 552.377 202.172 546.002 195.672L548.502 210.172H565.502C569.794 214.839 578.902 224.547 581.002 226.047C583.627 227.922 602.002 232.422 607.127 231.547C611.227 230.847 627.085 234.172 634.502 235.922C644.877 237.297 666.627 240.072 670.627 240.172C675.627 240.297 701.502 213.422 701.877 212.172C702.252 210.922 704.627 198.672 689.752 182.172C684.627 224.047 630.627 213.297 619.752 204.672C599.252 220.297 573.002 204.672 573.002 189.047Z fill#7EF6FF>/path> /g> /g> g idMask group_6> mask idmask5_42_1372 stylemask-type:alpha maskUnitsuserSpaceOnUse x402 y91 width307 height357> path idUnion_8 fill-ruleevenodd clip-ruleevenodd dM546.429 91.5078C534.787 91.5078 525.26 100.563 524.507 112.015C519.162 107.493 512.248 104.766 504.698 104.766C491.323 104.766 479.947 113.323 475.746 125.262C469.887 122.205 463.224 120.477 456.158 120.477C432.738 120.477 413.752 139.462 413.752 162.883C413.752 172.56 416.994 181.481 422.451 188.618C413.729 191.529 407.441 199.761 407.441 209.462C407.441 216.357 410.617 222.51 415.586 226.538C408.002 230.001 402.732 237.651 402.732 246.533C402.732 258.667 412.569 268.503 424.703 268.503C428.103 268.503 431.324 267.73 434.197 266.351C434.148 267.062 434.123 267.781 434.123 268.505C434.123 285.452 447.861 299.19 464.808 299.19C470.056 299.19 474.997 297.872 479.317 295.549C483.058 302.327 490.275 306.917 498.564 306.917C501.944 306.917 505.146 306.154 508.006 304.79C508.558 304.901 509.113 305.002 509.672 305.091C514.453 315.82 525.21 323.299 537.714 323.299C546.244 323.299 553.961 319.818 559.523 314.2C563.548 319.241 569.747 322.472 576.701 322.472C579.822 322.472 582.791 321.821 585.48 320.647C584.779 322.795 584.4 325.088 584.4 327.47C584.4 333.824 587.098 339.549 591.41 343.56C583.332 344.551 575.957 347.814 569.943 352.69C564.319 345.695 555.69 341.219 546.017 341.219C537.97 341.219 530.646 344.316 525.174 349.384C519.911 331.948 503.723 319.25 484.57 319.25C482.966 319.25 481.383 319.339 479.825 319.513C474.59 313.959 467.166 310.492 458.932 310.492C446.753 310.492 436.346 318.077 432.175 328.78C429.843 327.936 427.326 327.477 424.703 327.477C412.569 327.477 402.732 337.313 402.732 349.447C402.732 359.057 408.902 367.226 417.497 370.208C417.414 371.294 417.371 372.392 417.371 373.5C417.371 396.301 435.366 414.899 457.928 415.866C463.157 433.359 479.372 446.109 498.564 446.109C509.623 446.109 519.692 441.876 527.242 434.943C534.953 442.921 545.766 447.883 557.738 447.883C570.786 447.883 582.458 441.99 590.237 432.72C593.736 434.107 597.55 434.869 601.542 434.869C611.949 434.869 621.147 429.688 626.695 421.764C631.966 424.115 637.805 425.422 643.949 425.422C667.369 425.422 686.355 406.436 686.355 383.016C686.355 380.8 686.185 378.623 685.858 376.499C699.093 369.323 708.08 355.309 708.08 339.195C708.08 328.224 703.914 318.226 697.077 310.697C699.205 306.522 700.404 301.794 700.404 296.786C700.404 279.84 686.666 266.102 669.72 266.102C668.081 266.102 666.472 266.23 664.903 266.477C663.881 255.292 654.476 246.531 643.025 246.531C638.807 246.531 634.867 247.72 631.521 249.78C627.658 244.974 621.731 241.898 615.085 241.898C608.683 241.898 602.947 244.754 599.082 249.26C597.35 247.912 595.174 247.109 592.81 247.109C591.841 247.109 590.903 247.244 590.015 247.496C588.158 237.244 579.186 229.469 568.398 229.469C563.886 229.469 559.692 230.829 556.203 233.161C553.629 227.714 548.084 223.945 541.659 223.945C540.01 223.945 538.42 224.193 536.923 224.654C537.438 222.788 537.714 220.821 537.714 218.791C537.714 214.343 536.392 210.203 534.12 206.744C539.762 205.389 544.247 201.058 545.821 195.504C548.27 201.257 553.975 205.29 560.622 205.29C564.666 205.29 568.362 203.797 571.187 201.332C573.37 216.138 586.129 227.502 601.542 227.502C607.631 227.502 613.305 225.729 618.077 222.67C625.809 230.859 636.766 235.969 648.916 235.969C672.336 235.969 691.322 216.983 691.322 193.562C691.322 182.73 687.261 172.847 680.578 165.352C682.795 161.108 684.049 156.281 684.049 151.161C684.049 134.215 670.311 120.477 653.364 120.477C648.773 120.477 644.417 121.485 640.507 123.292C634.99 115.149 625.662 109.797 615.085 109.797C607.839 109.797 601.179 112.309 595.93 116.509C594.581 108.993 588.009 103.289 580.104 103.289C575.232 103.289 570.866 105.456 567.917 108.879C565.803 98.953 556.986 91.5078 546.429 91.5078Z fillurl(#paint7_linear_42_1372)>/path> /mask> g maskurl(#mask5_42_1372)> path idVector 298 dM473.752 336.672C471.502 314.047 439.502 316.172 432.252 328.673L416.877 314.047L456.127 304.922L516.627 322.297L567.002 335.547C571.419 336.839 582.452 340.272 591.252 343.672C584.002 345.547 574.877 349.797 569.877 359.922C552.752 343.047 530.502 352.172 521.252 365.172C526.877 349.172 488.002 320.672 473.752 336.672Z fillwhite>/path> /g> /g> path idVector 259_2 dM665.512 349.198C664.25 361.77 653.817 364.059 648.727 363.632C664.2 367.047 668.466 357.31 668.764 351.266C674.52 352.489 679.428 345.162 676.44 339.557C675.905 346.052 670.021 348.397 665.512 349.198Z fill#7EF6FF>/path> path idVector 250 dM596.832 410.276C605.458 408.269 611.562 404.227 612.991 401.423C613.021 404.169 609.357 411.391 598.976 413.401C588.595 415.412 583.468 409.479 581.639 406.875C582.746 408.156 587.575 412.431 596.832 410.276Z fill#7EF6FF>/path> path idVector 277 dM558.43 304.4C563.379 303.249 566.881 300.93 567.701 299.321C567.718 300.897 565.616 305.04 559.661 306.193C553.705 307.347 550.763 303.943 549.714 302.449C550.349 303.184 553.119 305.637 558.43 304.4Z fill#7EF6FF>/path> path idVector 272 dM527.865 365.183C519.183 366.933 512.961 370.791 511.449 373.55C511.501 370.804 515.378 363.695 525.814 361.995C536.251 360.295 541.199 366.377 542.95 369.035C541.882 367.721 537.182 363.304 527.865 365.183Z fillwhite>/path> path idVector 273 dM432.703 335.398C425.917 336.766 421.053 339.781 419.872 341.939C419.912 339.792 422.943 334.235 431.1 332.906C439.258 331.577 443.125 336.332 444.494 338.409C443.659 337.382 439.986 333.93 432.703 335.398Z fillwhite>/path> path idVector 256_2 dM519.148 415.063C534.021 416.277 545.938 413.404 549.713 410.087C548.303 414.011 538.606 422.564 520.922 420.525C503.238 418.486 498.181 407.619 496.634 403.047C497.726 405.393 503.186 413.76 519.148 415.063Z fill#7EF6FF>/path> path idVector 276 opacity0.9 dM509.703 291.827C517.718 292.481 524.139 290.933 526.174 289.145C525.414 291.26 520.188 295.869 510.658 294.77C501.129 293.672 498.403 287.815 497.57 285.352C498.158 286.616 501.101 291.125 509.703 291.827Z fill#7EF6FF>/path> path idVector 275 dM620.957 203.141C635.83 204.355 647.746 201.482 651.521 198.165C650.112 202.089 640.415 210.642 622.731 208.603C605.047 206.564 599.989 195.697 598.443 191.125C599.534 193.472 604.995 201.838 620.957 203.141Z fill#7EF6FF>/path> path idVector 274 dM593.341 134.422C586.43 133.858 581.717 137.195 579.963 138.737C580.618 136.913 585.124 128.974 593.341 129.922C601.558 130.869 603.908 139.883 604.627 142.008C604.12 140.917 600.758 135.027 593.341 134.422Z fill#E8F8FF>/path> path idVector 257 dM481.867 382.617C469.344 384.295 464.706 374.674 463.944 369.623C464.198 385.466 474.657 387.366 480.607 386.259C480.747 392.141 489.011 395.223 493.773 391.021C487.33 392.001 483.688 386.819 481.867 382.617Z fill#7EF6FF>/path> path idVector 261 dM640.58 270.805C645.792 270.911 659.647 273.964 673.37 285.326C660.714 266.851 647.168 268.835 640.58 270.805Z fillwhite>/path> /g> g idS1> path idVector 122 dM313.383 20.8432C313.383 28.3917 337.499 29.0491 336.925 19.202C336.351 9.35491 313.383 10.3396 313.383 20.8432Z fillwhite>/path> path idVector 123 dM299.074 5.78356C299.074 10.9295 313.724 11.3777 313.376 4.66473C313.027 -2.0482 299.074 -1.3769 299.074 5.78356Z fillwhite>/path> path idUnion_9 fill-ruleevenodd clip-ruleevenodd dM206.414 101.904C206.393 101.512 206.383 101.117 206.383 100.72C206.383 88.5864 216.219 78.75 228.353 78.75C240.412 78.75 250.201 88.465 250.322 100.495C253.23 97.6012 257.238 95.8125 261.665 95.8125C267.323 95.8125 272.298 98.7352 275.164 103.153C279.177 97.8714 285.525 94.4609 292.669 94.4609C304.803 94.4609 314.64 104.297 314.64 116.431C314.64 116.807 314.63 117.181 314.612 117.552C317.237 116.821 320.005 116.43 322.864 116.43C339.811 116.43 353.549 130.168 353.549 147.114C353.549 153.697 351.476 159.795 347.948 164.792C353.961 170.394 357.721 178.381 357.721 187.247C357.721 204.194 343.983 217.932 327.036 217.932C320.928 217.932 315.236 216.147 310.454 213.07C307.667 222.003 299.33 228.487 289.478 228.487C278.823 228.487 269.94 220.903 267.933 210.838C265.019 213.78 260.976 215.603 256.508 215.603C247.628 215.603 240.43 208.404 240.43 199.524C240.43 197.269 240.894 195.122 241.732 193.174C238.999 194.263 236.018 194.862 232.896 194.862C225.246 194.862 218.436 191.264 214.067 185.667C208.587 194.008 199.151 199.517 188.427 199.526C192.351 202.457 194.892 207.139 194.892 212.415C194.892 214.959 194.301 217.366 193.248 219.505C194.753 219.179 196.314 219.008 197.916 219.008C207.7 219.008 215.991 225.404 218.835 234.244C223.932 230.472 230.239 228.242 237.067 228.242C246.91 228.242 255.67 232.876 261.285 240.082C264.209 237.059 268.307 235.18 272.844 235.18C279.27 235.18 284.816 238.949 287.39 244.398C290.127 243.173 293.161 242.492 296.353 242.492C304.509 242.492 311.626 246.936 315.417 253.534C319.001 252.067 322.924 251.258 327.036 251.258C343.983 251.258 357.721 264.996 357.721 281.942C357.721 285.964 356.947 289.804 355.541 293.324C366.741 294.33 375.519 303.742 375.519 315.205C375.519 324.042 370.301 331.66 362.779 335.148C365.358 338.008 366.929 341.797 366.929 345.953C366.929 354.867 359.703 362.093 350.789 362.093C350.511 362.093 350.236 362.086 349.962 362.072C353.995 364.993 356.618 369.741 356.618 375.102C356.618 383.982 349.42 391.181 340.54 391.181C337.738 391.181 335.103 390.464 332.809 389.204C333.961 390.682 334.648 392.54 334.648 394.558C334.648 399.371 330.746 403.273 325.933 403.273C325.906 403.273 325.879 403.272 325.852 403.272L325.805 403.272C325.888 403.935 325.931 404.611 325.931 405.297C325.931 414.178 318.732 421.376 309.852 421.376C303.986 421.376 298.854 418.235 296.046 413.543C294.215 424.908 284.36 433.589 272.478 433.589C265.348 433.589 258.949 430.464 254.574 425.508C253.803 437.996 243.43 447.886 230.748 447.886C220.672 447.886 212.054 441.644 208.55 432.815C205.596 436.594 200.995 439.022 195.828 439.022C188.781 439.022 182.789 434.506 180.588 428.211C176.388 435.046 168.843 439.605 160.232 439.605C149.873 439.605 141.054 433.006 137.751 423.783C135.102 425.704 131.844 426.837 128.321 426.837C119.441 426.837 112.242 419.638 112.242 410.758C112.242 410.37 112.256 409.985 112.283 409.604C111.523 409.677 110.753 409.714 109.974 409.714C96.7897 409.714 86.1016 399.026 86.1016 385.841C86.1016 385.326 86.1179 384.814 86.1502 384.306L86.1022 384.306C77.2221 384.306 70.0234 377.107 70.0234 368.227C70.0234 363.212 72.3193 358.734 75.9172 355.785C73.7189 351.556 72.4766 346.75 72.4766 341.653C72.4766 324.707 86.2145 310.969 103.161 310.969C113.373 310.969 122.42 315.957 127.997 323.63C130.838 319.085 135.887 316.062 141.641 316.062C148.381 316.062 154.153 320.21 156.543 326.091C158.128 324.45 160.351 323.43 162.812 323.43C167.091 323.43 170.65 326.514 171.387 330.581C172.939 330.082 174.595 329.812 176.313 329.812C185.193 329.812 192.392 337.011 192.392 345.891C192.392 345.984 192.391 346.076 192.39 346.168C195.106 344.069 198.513 342.82 202.212 342.82C208.546 342.82 214.024 346.483 216.645 351.806C219.283 346.481 224.772 342.82 231.117 342.82C235.975 342.82 240.332 344.967 243.291 348.363C243.233 347.958 243.203 347.543 243.203 347.121C243.203 343.76 245.105 340.844 247.891 339.39C242.371 336.844 238.539 331.26 238.539 324.782C238.539 322.446 239.037 320.226 239.933 318.223C238.164 318.893 236.246 319.259 234.243 319.259C228.48 319.259 223.426 316.228 220.587 311.673C215.464 315.51 209.102 317.783 202.208 317.783C190.96 317.783 181.125 311.731 175.783 302.705C171.405 307.768 164.935 310.972 157.716 310.972C144.921 310.972 134.477 300.905 133.871 288.26C131.282 290.043 128.144 291.087 124.762 291.087C115.882 291.087 108.684 283.888 108.684 275.008C108.684 273.585 108.869 272.205 109.216 270.891C108.553 270.934 107.885 270.955 107.212 270.955C90.2653 270.955 76.5273 257.217 76.5273 240.271C76.5273 234.209 78.2849 228.558 81.3183 223.799C72.6882 218.369 66.9531 208.759 66.9531 197.81C66.9531 183.162 77.2166 170.911 90.9444 167.857C89.561 164.363 88.8008 160.554 88.8008 156.567C88.8008 139.621 102.539 125.883 119.485 125.883C123.034 125.883 126.442 126.485 129.613 127.594C133.409 114.957 145.132 105.75 159.005 105.75C166.555 105.75 173.468 108.477 178.813 112.999C178.877 104.174 186.051 97.0391 194.891 97.0391C199.41 97.0391 203.493 98.903 206.414 101.904Z fillurl(#paint8_linear_42_1372)>/path> path idVector 120 dM43.1133 153.124C43.1133 160.673 63.7922 161.33 63.2998 151.483C62.8075 141.636 43.1133 142.621 43.1133 153.124Z fill#EDEFFF>/path> path idVector 138 dM77.6172 433.218C77.6172 440.767 101.734 441.424 101.159 431.577C100.585 421.73 77.6172 422.715 77.6172 433.218Z fill#7EF6FF>/path> path idIntersect_2 fill-ruleevenodd clip-ruleevenodd dM356.233 371.593C356.485 372.725 356.618 373.902 356.618 375.11C356.618 383.99 349.42 391.189 340.54 391.189C337.738 391.189 335.103 390.472 332.809 389.212C333.961 390.689 334.648 392.547 334.648 394.566C334.648 399.379 330.746 403.28 325.933 403.28C325.906 403.28 325.879 403.28 325.852 403.28L325.805 403.279C325.888 403.943 325.931 404.619 325.931 405.305C325.931 414.185 318.732 421.384 309.852 421.384C303.986 421.384 298.854 418.243 296.046 413.551C294.215 424.916 284.36 433.597 272.478 433.597C265.348 433.597 258.949 430.471 254.574 425.516C253.803 438.004 243.43 447.894 230.748 447.894C220.672 447.894 212.054 441.651 208.55 432.823C205.596 436.601 200.995 439.03 195.828 439.03C188.781 439.03 182.789 434.514 180.588 428.218C176.388 435.054 168.843 439.612 160.232 439.612C149.873 439.612 141.054 433.014 137.751 423.791C135.102 425.712 131.844 426.845 128.321 426.845C119.441 426.845 112.242 419.646 112.242 410.766C112.242 410.378 112.256 409.993 112.283 409.612C111.523 409.685 110.753 409.722 109.974 409.722C96.7897 409.722 86.1016 399.034 86.1016 385.849C86.1016 385.333 86.1179 384.821 86.1502 384.314L86.1022 384.314C77.2221 384.314 70.0234 377.115 70.0234 368.235C70.0234 363.22 72.3193 358.741 75.9172 355.793C73.7189 351.563 72.4766 346.757 72.4766 341.661C72.4766 332.237 76.7252 323.805 83.4117 318.176C74.2654 327.46 73.5678 344.327 85.8885 357.738C79.0152 360.446 81.7155 384.748 101.783 377.629C92.6392 385.791 105.65 396.286 122.096 391.499C115.714 413.592 162.355 443.663 179.907 420.465C185.921 434.335 207.032 431.389 210.1 420.465C211.696 437.157 250.481 437.648 250.972 415.31C265.332 423.411 291.967 412.487 302.768 391.499C313.446 397.022 332.225 393.094 325.842 380.698C332.088 388.504 354.648 387.495 356.233 371.593Z fill#7EF6FF>/path> path idIntersect_3 fill-ruleevenodd clip-ruleevenodd dM103.936 310.971C113.83 311.216 122.561 316.144 127.998 323.622C130.839 319.078 135.887 316.055 141.641 316.055C148.381 316.055 154.153 320.202 156.543 326.083C158.128 324.442 160.351 323.422 162.812 323.422C167.092 323.422 170.65 326.506 171.387 330.573C172.939 330.074 174.595 329.805 176.313 329.805C185.193 329.805 192.392 337.003 192.392 345.883C192.392 345.976 192.391 346.068 192.39 346.16C195.106 344.061 198.513 342.813 202.212 342.813C208.546 342.813 214.024 346.475 216.645 351.798C219.283 346.473 224.772 342.813 231.117 342.813C235.975 342.813 240.332 344.959 243.291 348.356C243.233 347.95 243.203 347.535 243.203 347.113C243.203 343.753 245.105 340.836 247.891 339.382C247.542 339.221 247.199 339.048 246.863 338.862C253.47 332.915 268.467 327.414 283.747 339.805C265.091 331.336 248.889 345.328 249.626 356.866C232.933 339.314 220.046 351.834 216.732 363.494C210.595 352.079 199.058 352.447 188.993 356.866C193.903 339.56 171.196 328.759 166.041 340.787C158.186 322.622 136.215 328.759 127.256 337.105C126.871 321.453 118.318 313.055 103.936 310.971Z fillwhite>/path> path idVector 90 dM252.224 413.448C260.85 411.44 266.955 407.399 268.383 404.595C268.413 407.341 264.75 414.563 254.369 416.573C243.988 418.583 238.861 412.651 237.031 410.047C238.138 411.328 242.967 415.603 252.224 413.448Z fill#7EF6FF>/path> path idVector 143 dM262.146 264.205C253.57 261.991 249.282 263.514 246.717 265.338C247.962 262.89 253.425 255.994 263.557 259.019C273.689 262.043 272.793 268.531 272.211 271.445C267.577 266.997 263.838 264.642 262.146 264.205Z fillwhite>/path> path idVector 136 dM251.18 357.247C244.295 356.615 238.779 358.11 237.031 359.836C237.684 357.794 242.173 353.343 250.359 354.404C258.545 355.466 260.886 361.121 261.602 363.5C261.097 362.279 258.569 357.925 251.18 357.247Z fillwhite>/path> path idVector 144 dM210.813 110.169C203.928 109.537 198.412 111.032 196.664 112.758C197.317 110.716 201.806 106.265 209.992 107.326C218.178 108.387 220.519 114.043 221.235 116.422C220.729 115.201 218.202 110.847 210.813 110.169Z fill#E8F8FF>/path> path idVector 145 dM275.75 109.075C268.865 108.443 263.349 109.938 261.602 111.665C262.254 109.622 266.743 105.171 274.929 106.233C283.115 107.294 285.456 112.949 286.172 115.328C285.667 114.107 283.139 109.753 275.75 109.075Z fill#E8F8FF>/path> path idVector 137 dM149.547 338.341C142.662 337.709 137.146 339.204 135.398 340.93C136.051 338.888 140.54 334.437 148.726 335.498C156.912 336.559 159.253 342.215 159.969 344.594C159.464 343.373 156.936 339.018 149.547 338.341Z fillwhite>/path> path idVector 135 dM174.537 418.235C189.41 419.448 201.326 416.576 205.102 413.258C203.692 417.183 193.995 425.736 176.311 423.697C158.627 421.658 153.569 410.79 152.023 406.219C153.114 408.565 158.575 416.932 174.537 418.235Z fill#7EF6FF>/path> path idVector 112 dM137.256 385.789C124.733 387.466 120.094 377.846 119.333 372.795C119.586 388.638 130.046 390.538 135.996 389.431C136.136 395.313 144.399 398.395 149.161 394.193C142.718 395.173 139.077 389.991 137.256 385.789Z fill#7EF6FF>/path> path idVector 141 dM110.311 252.961C97.7872 254.638 93.1491 245.018 92.3875 239.967C92.6411 255.81 103.101 257.709 109.05 256.603C109.19 262.485 117.454 265.567 122.216 261.365C115.773 262.345 112.132 257.163 110.311 252.961Z fill#7EF6FF>/path> path idVector 142 dM309.901 186.932C308.638 199.504 298.206 201.793 293.116 201.367C308.588 204.782 312.854 195.044 313.153 189C318.908 190.224 323.816 182.896 320.829 177.292C320.294 183.787 314.41 186.132 309.901 186.932Z fill#7EF6FF>/path> path idVector 140 dM336.938 285.641C340.206 289.702 346.77 302.28 346.882 320.096C352.905 298.526 342.68 289.422 336.938 285.641Z fillwhite>/path> path idIntersect_4 fill-ruleevenodd clip-ruleevenodd dM237.095 319.077C236.169 319.243 235.216 319.329 234.243 319.329C228.48 319.329 223.426 316.298 220.587 311.743C215.464 315.58 209.102 317.854 202.208 317.854C190.96 317.854 181.125 311.801 175.783 302.775C171.405 307.838 164.935 311.042 157.716 311.042C144.92 311.042 134.475 300.974 133.871 288.327C131.281 290.112 128.142 291.158 124.758 291.158C115.878 291.158 108.68 283.959 108.68 275.079C108.68 273.655 108.865 272.275 109.212 270.961C108.549 271.004 107.881 271.026 107.208 271.026C90.2614 271.026 76.5234 257.288 76.5234 240.341C76.5234 239.428 76.5633 238.525 76.6413 237.632C76.8433 252.482 91.2514 272.997 118.416 260.962C111.052 268.817 126.517 288.455 139.036 270.29C133.636 283.791 163.584 307.602 176.84 282.318C174.876 298.765 202.615 313.739 220.78 305.393C221.711 310.356 226.257 319.627 237.095 319.077Z fill#7EF6FF>/path> path idIntersect_5 fill-ruleevenodd clip-ruleevenodd dM193.819 219.381C195.146 219.131 196.515 219 197.916 219C207.7 219 215.991 225.397 218.835 234.236C223.932 230.465 230.239 228.234 237.067 228.234C246.91 228.234 255.67 232.869 261.285 240.074C264.209 237.051 268.307 235.172 272.844 235.172C279.27 235.172 284.816 238.941 287.39 244.39C290.127 243.165 293.161 242.484 296.353 242.484C304.509 242.484 311.626 246.928 315.417 253.526C319.001 252.059 322.924 251.25 327.036 251.25C343.983 251.25 357.721 264.988 357.721 281.935C357.721 282.603 357.699 283.266 357.657 283.923C355.676 261.272 329.107 259.3 312.347 264.567C310.874 247.875 279.698 251.557 263.251 262.358C265.215 237.319 234.285 239.283 222.011 248.12C219.065 225.144 201.964 219.399 193.781 219.399C193.794 219.393 193.806 219.387 193.819 219.381Z fillwhite>/path> path idIntersect_6 fill-ruleevenodd clip-ruleevenodd dM354.475 173.512C356.549 177.646 357.717 182.314 357.717 187.255C357.717 204.202 343.979 217.94 327.032 217.94C320.924 217.94 315.232 216.155 310.45 213.078C307.663 222.011 299.326 228.495 289.474 228.495C278.818 228.495 269.934 220.909 267.928 210.843C265.014 213.787 260.97 215.611 256.501 215.611C247.621 215.611 240.422 208.412 240.422 199.532C240.422 197.277 240.886 195.131 241.724 193.183C238.992 194.272 236.012 194.87 232.892 194.87C225.242 194.87 218.432 191.272 214.063 185.675C208.772 193.729 199.791 199.143 189.524 199.513C189.298 199.435 189.079 199.359 188.867 199.286C190.064 198.776 191.301 198.328 192.549 197.876C200.524 194.987 208.983 191.922 210.469 171.547C215.992 185.048 238.454 190.694 247.045 181.12C247.536 191.921 249.009 200.022 260.056 195.113C258.583 204.195 263.738 208.368 269.629 200.513C275.152 218.678 302.769 214.996 307.678 198.058C322.407 213.033 362.051 200.513 354.073 173.265C354.208 173.347 354.342 173.43 354.475 173.512Z fill#7EF6FF>/path> path idVector 139 dM63.3086 418.159C63.3086 423.304 77.9588 423.753 77.6099 417.04C77.2611 410.327 63.3086 410.998 63.3086 418.159Z fill#7EF6FF>/path> path idIntersect_7 fill-ruleevenodd clip-ruleevenodd dM88.8059 154.514C91.2214 134.43 121.792 120.048 139.467 145.267C133.576 126.245 155.791 103.416 180.462 118.998C181.444 105.253 202.309 98.629 210.656 110.162C206.605 98.5062 238.272 78.6226 248.95 105.253C254.76 101.406 268.245 97.0023 275.707 110.162C285.772 103.536 310.442 112.989 300.991 134.1C314.738 117.04 348.368 121.456 353.032 142.322C353.05 142.258 353.067 142.195 353.084 142.132C350.704 127.555 338.052 116.43 322.802 116.43C319.943 116.43 317.175 116.821 314.549 117.552C314.568 117.181 314.577 116.807 314.577 116.431C314.577 104.297 304.741 94.4609 292.607 94.4609C285.462 94.4609 279.114 97.8714 275.102 103.153C272.236 98.7352 267.26 95.8125 261.602 95.8125C257.176 95.8125 253.167 97.6012 250.26 100.495C250.139 88.465 240.349 78.75 228.291 78.75C216.157 78.75 206.32 88.5864 206.32 100.72C206.32 101.117 206.331 101.512 206.352 101.904C203.431 98.903 199.347 97.0391 194.829 97.0391C185.988 97.0391 178.814 104.174 178.75 112.999C173.405 108.477 166.492 105.75 158.942 105.75C145.069 105.75 133.347 114.957 129.551 127.594C126.38 126.485 122.972 125.883 119.423 125.883C103.166 125.883 89.8623 138.525 88.8059 154.514Z fill#E8F8FF>/path> path idVector 121 dM63.8678 128.784C57.2569 134.499 49.9083 128.644 47.0604 125.003C44.9607 127.658 40.3362 131.171 35.7141 132.152C31.0921 133.132 23.53 131.311 18.7678 124.168C17.509 132.152 -1.82131 133.412 0.139556 119.686C1.70825 108.705 12.3717 109.882 17.5073 111.843C16.807 109.367 15.6158 102.314 22.69 98.253C30.2534 93.9107 36.3223 98.5332 38.6567 101.755C39.9639 99.5135 44.0911 95.6759 50.1418 98.253C56.1924 100.83 56.0244 107.262 55.184 110.156C56.0244 109.642 58.9377 108.923 63.8678 110.156C70.0306 111.697 72.1315 121.641 63.8678 128.784Z fill#EDEFFF>/path> /g> defs> linearGradient idpaint0_linear_42_1372 x1890.809 y172.125 x2890.809 y2437.47 gradientUnitsuserSpaceOnUse> stop stop-colorwhite>/stop> stop offset0.583333 stop-color#E8F8FF>/stop> /linearGradient> linearGradient idpaint1_linear_42_1372 x1890.809 y172.125 x2890.809 y2437.47 gradientUnitsuserSpaceOnUse> stop stop-colorwhite>/stop> stop offset0.583333 stop-color#E8F8FF>/stop> /linearGradient> linearGradient idpaint2_linear_42_1372 x1555.406 y191.5078 x2555.406 y2447.883 gradientUnitsuserSpaceOnUse> stop stop-colorwhite>/stop> stop offset0.583333 stop-color#E8F8FF>/stop> /linearGradient> linearGradient idpaint3_linear_42_1372 x1555.406 y191.5078 x2555.406 y2447.883 gradientUnitsuserSpaceOnUse> stop stop-colorwhite>/stop> stop offset0.583333 stop-color#E8F8FF>/stop> /linearGradient> linearGradient idpaint4_linear_42_1372 x1555.406 y191.5078 x2555.406 y2447.883 gradientUnitsuserSpaceOnUse> stop stop-colorwhite>/stop> stop offset0.583333 stop-color#E8F8FF>/stop> /linearGradient> linearGradient idpaint5_linear_42_1372 x1555.406 y191.5078 x2555.406 y2447.883 gradientUnitsuserSpaceOnUse> stop stop-colorwhite>/stop> stop offset0.583333 stop-color#E8F8FF>/stop> /linearGradient> linearGradient idpaint6_linear_42_1372 x1555.406 y191.5078 x2555.406 y2447.883 gradientUnitsuserSpaceOnUse> stop stop-colorwhite>/stop> stop offset0.583333 stop-color#E8F8FF>/stop> /linearGradient> linearGradient idpaint7_linear_42_1372 x1555.406 y191.5078 x2555.406 y2447.883 gradientUnitsuserSpaceOnUse> stop stop-colorwhite>/stop> stop offset0.583333 stop-color#E8F8FF>/stop> /linearGradient> linearGradient idpaint8_linear_42_1372 x1221.236 y178.75 x2221.236 y2447.886 gradientUnitsuserSpaceOnUse> stop stop-colorwhite>/stop> stop offset0.583333 stop-color#E8F8FF>/stop> /linearGradient> /defs> /svg> /landing-ssr-type> span classclip>SSR/span> svg viewBox0 0 1072 75 xmlnshttp://www.w3.org/2000/svg classwebComponentsType> text fill#E8F8FF font-size101.48> tspan y72.7569>Web Components/tspan> /text> /svg> /h2> p classtext-center leading3 mi-auto> Build server rendered custom elementsbr classhidden block-lg> that seamlessly upgrade to interactive Web Components. /p> figure classcloud-and-puffs flex justify-content-between> img src/_public/img/landing/cloud-blue-wide-00b0de4b6f.svg alt loadinglazy> landing-three-puffs enhanced✨> svg viewBox0 0 411 187 fillnone classoverflow-visible xmlnshttp://www.w3.org/2000/svg> g idpuff-right> path idVector 81 dM331.616 86.98C348.952 73.2783 350.71 78.9184 369.498 69.6532C386.797 64.6114 386.692 84.9872 386.142 88.4912C385.592 91.9952 385.126 88.2641 394.985 104.979C404.844 121.693 390.314 141.409 389.457 143.71C388.601 146.01 389.952 150.05 390.933 153.907C392.234 159.022 393.421 163.686 391.025 166.859C386.788 172.468 379.452 163.556 371.797 151.727C356.68 156.534 346.505 154.317 338.471 151.074C330.438 147.832 316.739 159.487 312.128 155.213C306.931 150.395 313.156 139.733 319.76 133.568C314.861 114.31 314.816 100.257 331.616 86.98Z fillwhite>/path> ellipse idEllipse 59 cx329.812 cy101.946 rx3.4154 ry2.56155 transformrotate(-62.8016 329.812 101.946) fill#9853F7>/ellipse> ellipse idEllipse 60 cx359.531 cy117.987 rx3.4154 ry2.56155 transformrotate(-62.8016 359.531 117.987) fill#9853F7>/ellipse> path idVector 82 dM337.451 109.908C338.539 111.874 342.099 115.71 347.64 115.326 stroke#9E5DF7 stroke-width2 stroke-linecapround>/path> g idMask group> mask idmask0_50_2246 stylemask-type:alpha maskUnitsuserSpaceOnUse x310 y68 width89 height101> path idVector 294 dM331.616 86.9812C348.952 73.2796 350.71 78.9196 369.498 69.6544C386.797 64.6126 386.692 84.9884 386.142 88.4924C385.592 91.9964 385.126 88.2654 394.985 104.98C404.844 121.695 390.314 141.41 389.457 143.711C388.601 146.011 389.952 150.051 390.933 153.908C392.234 159.023 393.421 163.687 391.025 166.86C386.788 172.469 379.452 163.557 371.797 151.728C356.68 156.535 346.505 154.318 338.471 151.076C330.438 147.833 316.739 159.488 312.128 155.214C306.931 150.396 313.156 139.735 319.76 133.569C314.861 114.311 314.816 100.258 331.616 86.9812Z fillwhite>/path> /mask> g maskurl(#mask0_50_2246)> path idVector 295 dM367.677 136.054C336.317 146.61 312.098 131.086 317.377 102.21C313.858 105.626 305.392 116.306 302.163 119.287C298.127 123.013 299.369 154.683 294.091 160.582C288.813 166.482 319.241 174.555 320.793 175.176C322.346 175.797 380.407 184.801 386.617 186.043C392.827 187.285 419.529 166.171 422.324 163.998C424.559 162.259 416.838 124.152 412.698 105.315L386.617 91.343C391.378 99.1053 397.65 125.964 367.677 136.054Z fill#E8F8FF>/path> /g> /g> /g> g idpuff-center> g idGroup 227> path idVector 85 dM186.076 62.7195C185.602 31.9853 203.334 21.9794 229.238 15.7554C240.134 12.6252 239.083 10.8217 255.128 25.8801C271.173 40.9385 272.101 77.7498 253.793 81.9646C249.581 93.4997 225.719 95.6992 220.709 96.7802C215.699 97.8612 210.54 112.03 201.924 108.886C195.032 106.371 199.854 94.8019 203.127 89.3318C195.58 83.2701 186.253 74.2255 186.076 62.7195Z fillwhite>/path> ellipse idEllipse 63 cx188.644 cy55.2602 rx3.4154 ry1.64868 transformrotate(-79.9107 188.644 55.2602) fill#9853F7>/ellipse> ellipse idEllipse 64 cx214.88 cy50.7167 rx3.4154 ry2.56155 transformrotate(-100.715 214.88 50.7167) fill#9853F7>/ellipse> path idVector 86 dM198.059 63.4818C200.894 67.1296 209.529 66.8332 207.945 56.7613 stroke#9E5DF7 stroke-width2 stroke-linecapround>/path> /g> g idMask group_2> mask idmask1_50_2246 stylemask-type:alpha maskUnitsuserSpaceOnUse x186 y13 width82 height97> path idVector 85_2 dM186.076 62.7195C185.602 31.9853 203.334 21.9794 229.238 15.7554C240.134 12.6252 239.083 10.8217 255.128 25.8801C271.173 40.9385 272.101 77.7498 253.793 81.9646C249.581 93.4997 225.719 95.6992 220.709 96.7802C215.699 97.8612 210.54 112.03 201.924 108.886C195.032 106.371 199.854 94.8019 203.127 89.3318C195.58 83.2701 186.253 74.2255 186.076 62.7195Z fillwhite>/path> /mask> g maskurl(#mask1_50_2246)> path idVector 296 dM245.652 72.713C224.042 94.5715 196.491 77.6808 185.417 66.5032C186.038 77.7843 186.908 101.589 185.417 106.556C183.554 112.766 204.668 116.492 209.946 116.492C214.169 116.492 252.897 101.589 271.734 94.1368V52.2206C273.907 45.5968 272.23 29.6789 248.136 18.998C268.318 47.8737 254.603 63.6592 245.652 72.713Z fill#E8F8FF>/path> /g> /g> /g> g idpuff-left> path idVector 83 dM48.8661 127.348C26.6075 123.854 21.9073 108.734 22.3395 101.611C18.6232 100.037 15.6955 102.171 12.5943 101.532C9.49316 100.892 4.04218 93.8599 21.0722 81.5189C34.6228 55.8995 55.232 60.5813 72.2548 65.7693C81.064 66.4663 90.969 75.7203 88.3779 89.7967C94.2921 119.615 71.0053 127.622 66.1986 128.621C61.392 129.62 64.6876 137.76 56.1742 139.548C47.6608 141.337 50.5378 127.382 48.8661 127.348Z fillurl(#paint0_radial_50_2246)>/path> ellipse idEllipse 61 cx38.4489 cy79.6307 rx3.4154 ry2.56155 transformrotate(-60.1271 38.4489 79.6307) fill#9853F7>/ellipse> ellipse idEllipse 62 cx65.0017 cy95.5877 rx3.4154 ry2.56155 transformrotate(-60.1271 65.0017 95.5877) fill#9853F7>/ellipse> path idVector 84 dM47.2548 83.5596C45.2673 87.7297 49.4075 95.3129 57.6971 89.377 stroke#9853F7 stroke-width2 stroke-linecapround>/path> /g> defs> radialGradient idpaint0_radial_50_2246 cx0 cy0 r1 gradientUnitsuserSpaceOnUse gradientTransformtranslate(8.40612 97.0707) rotate(-2.2403) scale(92.6707 82.7469)> stop offset0.28125 stop-colorwhite>/stop> stop offset1 stop-color#E8F8FF>/stop> /radialGradient> /defs> /svg> /landing-three-puffs> /figure> /div> /landing-ssr-web-components> landing-progressive-by-design enhanced✨> h2 classuppercase font-black tracking-1> span classblock text-end>Progressive/span> span classblock>By Design/span> /h2> div classparagraph-safety> p classtext-center-lg leading3 mi-auto relative> Enhance makes the right way the easy way. br classhidden block-lg> Start with a version that works everywhere for everyone. br classhidden block-lg> Incrementally upgrade interactive elements from there. /p> /div> figure classflex justify-content-end> img src/_public/img/landing/cloud-blue-wide-00b0de4b6f.svg alt loadinglazy classcloud-wide relative> /figure> figure classrainbow-top relative> img src/_public/img/landing/cloud-and-rainbow-top-1bd2f6c4ce.svg alt loadinglazy> landing-axol-rainbow-buttslide classabsolute inset-bs-0 inset-is-0 enhanced✨> js-naked-day enhanced✨> script typemodule> const allowAnimation window.matchMedia( (prefers-reduced-motion: no-preference) ).matches // This script handles animations. The following shouldnt be executed if the user has indicated they prefer reduced motion. if (allowAnimation) { const nextSection document.querySelector(landing-stable-forever) const axol document.getElementById(axol-sliding) // Swap the static Axol for the animation-ready one document.getElementById(axol-sliding-static).style.display none document.getElementById(axol-sliding-animated).style.display block const handleObserver (entries) > { entries.forEach((entry) > { if (entry.isIntersecting) { axol.classList.add(animated) setTimeout(() > { // For markup see stable-forever.mjs document .querySelector(landing-axol-face-front) .classList.add(animated) document .querySelector(.js-rewindButton) .classList.add(active) }, 900) } }) } const options { threshold: 0.2, } const observer new IntersectionObserver(handleObserver, options) observer.observe(nextSection) } /script> /js-naked-day> figure idaxol-sliding-static classalign-items-center justify-content-center> img src/_public/img/landing/axol-sliding-3533e1d90d.svg alt> /figure> svg idaxol-sliding-animated viewBox0 0 1488 1460 fillnone xmlnshttp://www.w3.org/2000/svg> g idaxol-sliding> path idVector dM253.54 318.054C270.454 329.016 267.898 339.442 277.983 341.105C283.528 342.018 291.681 335.011 293.407 330.782C298.245 318.838 278.98 297.576 260.82 293.132C242.661 288.688 237.779 307.827 253.54 318.054Z fill#9556E1>/path> path idVector_2 dM255.413 370.301C274.352 377.257 281.217 368.354 288.595 375.681C292.628 379.695 291.899 390.995 289.432 395.208C282.701 407.008 254.029 404.795 239.609 392.541C225.188 380.286 237.731 363.801 255.413 370.301Z fill#9556E1>/path> path idVector_3 dM146.634 338.776C140.087 343.137 131.618 349.242 113.83 333.992C99.1698 321.417 84.0816 291.75 99.3596 287.001C111.596 283.191 113.484 295.713 123.397 310.764C133.311 325.815 147.45 319.415 147.45 319.415L146.634 338.776Z fill#9556E1>/path> g idGroup 208> path idUnion fill-ruleevenodd clip-ruleevenodd dM199.856 427.002C199.646 429.258 200.107 431.181 201.323 432.606C206.137 438.243 220.97 433.932 234.454 422.978C247.339 412.51 254.329 399.762 250.722 393.733C255.875 379.117 256.341 358.759 256.076 330.109C255.836 304.282 263.731 290.354 270.063 279.184C278.699 263.949 284.426 253.845 262.635 225.684C262.635 225.684 221.842 204.451 185.393 219.617C179.006 217.182 166.472 221.691 154.928 231.069C141.444 242.023 134.416 255.472 139.23 261.109C140.436 262.522 142.272 263.309 144.558 263.525L144.489 263.684C133.202 274.023 127.7 285.713 132.103 290.868C132.926 291.832 134.043 292.505 135.396 292.904C135.248 293.585 135.103 294.272 134.96 294.964C128.419 303.122 125.898 311.02 129.303 315.007C129.803 315.592 130.41 316.07 131.112 316.444C125.176 324.23 123.001 331.636 126.263 335.455C127.045 336.37 128.091 337.023 129.353 337.428C126.259 343.091 125.585 348.09 128.072 351.003C128.414 351.402 128.806 351.752 129.244 352.053C126.305 357.579 125.704 362.44 128.143 365.295C128.687 365.932 129.358 366.441 130.14 366.829C127.309 372.256 126.76 377.019 129.164 379.834C130.552 381.459 132.774 382.257 135.556 382.307C139.374 393.158 144.772 401.56 151.028 407.976C150.462 410.832 150.833 413.257 152.292 414.964C154.187 417.184 157.636 417.861 161.943 417.198C161.404 420.012 161.783 422.403 163.226 424.091C165.951 427.282 171.887 427.285 178.971 424.7C179.159 425.95 179.625 427.044 180.391 427.941C183.581 431.677 191.173 431.043 199.856 427.002Z fillurl(#paint0_radial_98_2706)>/path> /g> path idVector_4 dM201.236 409.771C218.612 419.998 226.774 413.057 232.785 421.346C236.084 425.896 233.507 436.282 230.464 439.745C221.966 449.421 194.32 441.702 182.217 427.418C170.113 413.134 185.021 400.236 201.236 409.771Z fill#AD6EF9>/path> g idGroup 209> path idVector_5 dM255.918 122.976C255.918 122.976 254.097 119.609 240.592 96.3437C215.514 52.7611 181.388 63.6908 136.882 45.3076C120.533 38.5487 102.396 32.9754 107.971 48.6978C117.199 74.7749 138.163 76.9683 156.295 80.9409C140.342 79.0964 133.13 81.8777 134.099 86.9049C136.034 96.4259 154.02 108.534 179.164 113.251C179.164 113.251 162.587 112.684 163.068 120.037C164.179 133.98 188.172 141.957 205.364 138.235C224.194 134.166 235.728 136.746 240.731 140.125C248.195 144.849 256.669 125.432 255.918 122.976Z fillurl(#paint1_linear_98_2706)>/path> path idVector_6 dM323.771 205.286C325.4 266.864 270.404 302.977 202.336 304.695C134.268 306.413 78.831 273.408 77.2023 211.831C75.5735 150.253 132.145 103.641 200.267 103.576C247.286 103.56 322.156 143.656 323.771 205.286Z fillwhite>/path> path idVector_7 dM265.651 256.333C251.667 272.346 225.526 230.27 221.902 224.245C221.649 223.825 221.76 223.311 222.15 223.014C224.545 221.187 233.205 214.985 245.481 210.791C258.034 206.502 267.258 207.574 269.539 207.945C269.884 208.001 270.148 208.228 270.253 208.561C271.547 212.673 279.559 240.409 265.651 256.333Z fill#003451>/path> path classeye idVector_8 dM184.093 226.473C191.851 228.438 199.734 223.738 201.701 215.976C203.667 208.213 198.972 200.327 191.214 198.361C183.455 196.396 175.572 201.096 173.605 208.858C171.639 216.621 176.334 224.507 184.093 226.473Z fill#003451>/path> path idVector_9 dM195.921 266.478C205.316 268.858 214.862 263.167 217.243 253.767C219.625 244.367 213.939 234.818 204.545 232.438C195.15 230.058 185.604 235.749 183.223 245.149C180.841 254.549 186.527 264.098 195.921 266.478Z fillurl(#paint2_radial_98_2706)>/path> path idVector_10 dM301.563 248.855C308.289 250.558 315.672 244.319 318.053 234.92C320.434 225.52 316.912 216.518 310.187 214.815C303.461 213.111 296.078 219.35 293.697 228.75C291.316 238.15 294.838 247.151 301.563 248.855Z fillurl(#paint3_radial_98_2706)>/path> path idVector_11 dM153.131 190.563C153.131 190.563 151.107 187.331 136.345 164.71C108.845 122.566 75.407 135.436 29.9736 119.564C13.2932 113.763 -5.05581 109.204 1.29311 124.585C12.099 150.122 33.0026 151.12 51.3227 154.17C35.3217 153.246 28.2685 156.435 29.5137 161.393C31.9227 170.903 50.6027 181.85 75.9534 185.16C75.9534 185.16 59.3882 185.531 60.3669 192.753C62.2156 206.63 86.6277 213.257 103.484 208.547C122.117 203.376 133.702 205.356 138.931 208.503C146.559 212.805 153.969 192.987 153.131 190.563Z fillurl(#paint4_linear_98_2706)>/path> path classeye idVector_12 dM291.437 210.53C299.196 212.495 307.079 207.795 309.046 200.032C311.012 192.27 306.317 184.384 298.558 182.418C290.8 180.453 282.917 185.153 280.95 192.915C278.984 200.678 283.679 208.564 291.437 210.53Z fill#003451>/path> path idVector_13 dM296.281 191.405C298.759 192.033 301.278 190.532 301.906 188.052C302.534 185.572 301.034 183.053 298.556 182.425C296.078 181.797 293.559 183.298 292.931 185.778C292.303 188.258 293.803 190.777 296.281 191.405Z fillwhite>/path> path idVector_14 dM189.235 207.113C191.713 207.741 194.232 206.239 194.86 203.759C195.488 201.28 193.988 198.76 191.51 198.132C189.031 197.505 186.513 199.006 185.885 201.486C185.256 203.966 186.756 206.485 189.235 207.113Z fillwhite>/path> ellipse idEllipse 76 cx30.893 cy13.0964 rx30.893 ry13.0964 transformmatrix(-0.917822 -0.396992 -0.396992 0.917822 273.797 118.996) fillwhite>/ellipse> ellipse idEllipse 77 cx30.893 cy13.0964 rx30.893 ry13.0964 transformmatrix(-0.97987 -0.199639 -0.199639 0.97987 223.904 100.47) fillwhite>/ellipse> ellipse idEllipse 78 cx30.893 cy13.0964 rx30.893 ry13.0964 transformmatrix(-0.97987 -0.199639 -0.199639 0.97987 174.592 101.551) fillwhite>/ellipse> ellipse idEllipse 79 cx30.893 cy13.0964 rx30.893 ry13.0964 transformmatrix(-0.97987 -0.199639 -0.199639 0.97987 164.063 122.503) fillwhite>/ellipse> /g> path idVector_15 dM207.693 332.016C223.566 344.495 232.56 338.709 237.454 347.74C240.111 352.681 236.149 362.634 232.664 365.645C222.917 374.089 196.556 362.699 186.506 346.937C176.456 331.174 192.931 320.385 207.693 332.016Z fill#AD6EF9>/path> path idVector 245 dM257.908 246.399C251.922 238.132 241.121 239.314 237.003 245.094C241.636 251.194 253.644 262.785 261.531 259.649C271.39 255.729 273.706 239.635 273.706 232.913C264.964 226.167 259.73 242.717 257.908 246.399Z fill#F088FE>/path> /g> defs> radialGradient idpaint0_radial_98_2706 cx0 cy0 r1 gradientUnitsuserSpaceOnUse gradientTransformtranslate(236.261 312.204) rotate(-176.048) scale(110.32 424.414)> stop stop-color#C8EBFF>/stop> stop offset0.322917 stop-colorwhite>/stop> stop offset1 stop-colorwhite>/stop> /radialGradient> linearGradient idpaint1_linear_98_2706 x1120.68 y127.6091 x2240.143 y2146.383 gradientUnitsuserSpaceOnUse> stop stop-color#E0C1FD>/stop> stop offset1 stop-color#AD6EF9>/stop> /linearGradient> radialGradient idpaint2_radial_98_2706 cx0 cy0 r1 gradientUnitsuserSpaceOnUse gradientTransformtranslate(200.233 249.458) rotate(180) scale(21.3221 16.0395)> stop stop-color#F088FE>/stop> stop offset1 stop-colorwhite stop-opacity0>/stop> /radialGradient> radialGradient idpaint3_radial_98_2706 cx0 cy0 r1 gradientUnitsuserSpaceOnUse gradientTransformtranslate(305.875 231.835) rotate(174.729) scale(15.6961 15.5984)> stop stop-color#F088FE>/stop> stop offset1 stop-colorwhite stop-opacity0>/stop> /radialGradient> linearGradient idpaint4_linear_98_2706 x176.5505 y1114.045 x276.6691 y2210.072 gradientUnitsuserSpaceOnUse> stop stop-color#E0C1FD>/stop> stop offset1 stop-color#AD6EF9>/stop> /linearGradient> clipPath idclip0_98_2706> rect width1488 height1460 fillwhite>/rect> /clipPath> /defs> /svg> /landing-axol-rainbow-buttslide> /figure> /landing-progressive-by-design> /landing-cyan-to-indigo>landing-pink-to-cyan enhanced✨> landing-stable-forever enhanced✨> js-naked-day enhanced✨> script typemodule> const rewindButton document.querySelector(.js-rewindButton) const axolSliding document.getElementById(axol-sliding) const axolFace document.querySelector(landing-axol-face-front) rewindButton.addEventListener(click, () > { rewindButton.classList.remove(active) axolFace.classList.remove(animated) axolSliding.classList.remove(animated) }) /script> /js-naked-day> img src/_public/img/landing/cloud-and-rainbow-bottom-a910cd4ce3.svg alt loadinglazy classrainbow-bottom> figure classcloud-and-axol absolute inset-bs-0 inset-is-0 flex align-items-center si-100> img src/_public/img/landing/cloud-cyan-chunky-light-0e4de9a59f.svg alt loadinglazy classinline-block flex-none cloud-blue-chunky> landing-axol-face-front classabsolute inset-bs-0 inset-is-0 flex-none enhanced✨> svg viewBox0 0 215 117 fillnone xmlnshttp://www.w3.org/2000/svg> g idaxol-face-front> path idVector dM168.039 76.0198C163.345 107.105 132.479 120.327 98.1246 115.096C63.7703 109.866 38.8706 88.3203 43.5648 57.2348C44.4614 51.2977 46.3758 45.8249 49.1251 40.8979C60.7704 20.0285 87.3945 8.95221 115.089 13.8596C132.699 16.991 156.089 32.7046 164.91 53.3871C167.924 60.4526 169.237 68.098 168.039 76.0198Z fillwhite>/path> path idVector_2 dM98.8898 83.8533C98.8898 83.8533 99.7078 97.5069 103.709 93.3159C105.743 91.0385 107.897 88.0455 109.289 86.0657C109.289 86.0657 110.364 97.9349 114.461 95.0854C118.559 92.236 119.221 85.2359 119.221 85.2359 stroke#F088FE stroke-width2.70993 stroke-linecapround stroke-linejoinround>/path> path ideye-left dM71.3201 80.3425C74.7453 82.5678 79.327 81.5935 81.5536 78.1664C83.7802 74.7392 82.8085 70.157 79.3833 67.9316C75.9581 65.7063 71.3764 66.6806 69.1498 70.1078C66.9232 73.5349 67.8949 78.1172 71.3201 80.3425Z fill#003451>/path> path ideye-right dM136.551 83.5515C139.976 85.7768 144.557 84.8025 146.784 81.3754C149.011 77.9482 148.039 73.3659 144.614 71.1406C141.189 68.9153 136.607 69.8896 134.38 73.3167C132.154 76.7439 133.125 81.3261 136.551 83.5515Z fill#003451>/path> ellipse idEllipse 244 cx15.7666 cy6.68389 rx15.7666 ry6.68389 transformmatrix(-0.86329 -0.504708 -0.504708 0.86329 146.381 20.7344) fillwhite>/ellipse> ellipse idEllipse 245 cx15.7666 cy6.68389 rx15.7666 ry6.68389 transformmatrix(-0.86329 -0.504708 -0.504708 0.86329 122.379 13.1465) fillwhite>/ellipse> ellipse idEllipse 246 cx15.7666 cy6.68389 rx15.7666 ry6.68389 transformmatrix(-0.86329 -0.504708 -0.504708 0.86329 113.847 21.5391) fillwhite>/ellipse> path idgill-right dM155.773 34.2777C155.773 34.2777 157.649 34.8217 170.713 39.0428C195.163 46.8392 193.4 65.0419 207.381 85.2535C212.52 92.6773 217.26 101.121 208.816 100.04C194.811 98.2564 191.451 88.037 187.509 79.4231C190.154 87.1804 189.546 91.0782 186.934 91.1386C181.976 91.2026 173.992 83.5409 168.922 71.5092C168.922 71.5092 170.996 79.7162 167.277 80.2714C160.202 81.2245 153.629 70.1199 153.627 61.1424C153.621 51.3108 151.087 45.8364 148.861 43.7066C145.698 40.4943 154.467 34.1687 155.773 34.2777Z fillurl(#paint0_linear_132_2912)>/path> path idgill-left dM64.6762 20.3296C64.6762 20.3296 62.7547 20.6831 49.3334 23.5748C24.2264 28.8838 24.1571 47.1716 8.22269 65.8816C2.36647 72.7536 -3.19569 80.6799 5.3148 80.45C19.4273 80.0778 23.7942 70.2463 28.5785 62.0703C25.1704 69.5238 25.3847 73.4629 27.9776 73.7846C32.9044 74.3446 41.6152 67.5209 47.8653 56.0574C47.8653 56.0574 44.9793 64.0154 48.6244 64.9403C55.5681 66.597 63.2198 56.2063 64.1209 47.2742C65.1114 37.4926 68.1808 32.2995 70.6086 30.4032C74.0778 27.5238 65.9866 20.352 64.6762 20.3296Z fillurl(#paint1_linear_132_2912)>/path> /g> defs> linearGradient idpaint0_linear_132_2912 x1217.96 y191.4212 x2145.803 y244.6762 gradientUnitsuserSpaceOnUse> stop stop-color#E0C1FD>/stop> stop offset1 stop-color#AD6EF9>/stop> /linearGradient> linearGradient idpaint1_linear_132_2912 x1-2.92091 y170.9591 x273.5543 y231.6741 gradientUnitsuserSpaceOnUse> stop stop-color#E0C1FD>/stop> stop offset1 stop-color#AD6EF9>/stop> /linearGradient> /defs> /svg> /landing-axol-face-front> button classrelative mi-auto flex-none uppercase tracking2 font-semibold rewindButton js-rewindButton> ↺ Rewind! /button> /figure> figure classflex justify-content-end> img src/_public/img/landing/cloud-cyan-wide-0762b9a312.svg alt loadinglazy classcloud-wide> /figure> div classcontainer mi-auto> h2 classuppercase font-bold tracking-1> span classkern-st>span classkern-s>S/span>t/span>span classkern-ab>ab/span>lebr> Forspan classkern-ev>ev/span>er /h2> p classleading3 font-medium> The web platform has what you need and never goes out of fashion /p> p classleading3> When you learn Enhance, you’re learning development approaches that will last as long as the web does. /p> /div> figure classflex justify-content-end> landing-axol-on-rainbow-and-cloud enhanced✨> svg viewBox0 0 789 550 fillnone xmlnshttp://www.w3.org/2000/svg> g idaxol-rainbow-cloud> g idaxol-and-rainbow> path idVector 254 dM397.591 364.339C384.445 375.702 369.833 364.06 364.17 356.819C359.995 362.098 350.799 369.085 341.608 371.035C332.417 372.984 317.38 369.364 307.911 355.16C305.408 371.035 266.97 373.541 270.869 346.248C273.989 324.412 295.192 326.752 305.404 330.651C304.012 325.728 301.643 311.704 315.71 303.628C330.75 294.994 342.817 304.185 347.459 310.591C350.059 306.135 358.265 298.504 370.297 303.628C382.328 308.753 381.994 321.543 380.323 327.297C381.994 326.276 387.787 324.846 397.591 327.297C409.845 330.36 414.023 350.135 397.591 364.339Z fill#D2ACFF>/path> path idaxol-tail dM287.746 218.423C292.331 218.495 298.41 218.816 302.318 205.727C305.537 194.936 303.573 175.631 294.585 178.124C287.384 180.117 290.409 186.852 290.298 197.358C290.187 207.865 281.236 209.189 281.236 209.189L287.746 218.423Z fill#9556E1>/path> g idGroup 235> path idUnion fill-ruleevenodd clip-ruleevenodd dM286.724 247.369C288.508 247.531 290.024 247.176 291.137 246.236C295.533 242.527 297.371 223.417 288.621 213.048C280.222 203.095 265.122 204.812 260.036 208.246C248.481 204.305 232.454 203.962 209.919 204.188C189.58 204.391 178.538 198.325 169.683 193.46C157.605 186.825 149.596 182.424 127.613 199.217C127.613 199.217 111.263 230.621 123.529 258.659C121.662 263.575 125.327 273.223 132.822 282.106C141.572 292.475 152.228 297.875 156.624 294.165C157.726 293.236 158.329 291.823 158.478 290.064L158.652 290.136C166.89 298.794 176.13 303.007 180.146 299.618C180.894 298.987 181.412 298.132 181.715 297.098C182.255 297.211 182.799 297.323 183.348 297.433C189.823 302.445 196.052 304.37 199.157 301.749C199.612 301.366 199.982 300.9 200.27 300.361C206.459 304.929 212.316 306.6 215.296 304.085C216.011 303.482 216.516 302.676 216.823 301.703C221.311 304.08 225.255 304.596 227.526 302.679C227.842 302.413 228.116 302.107 228.351 301.765C232.734 304.028 236.573 304.489 238.802 302.609C239.299 302.19 239.694 301.672 239.992 301.069C244.283 303.233 248.029 303.647 250.22 301.798C251.481 300.734 252.09 299.037 252.11 296.911C260.636 293.962 267.213 289.794 272.215 284.966C274.459 285.393 276.357 285.104 277.685 283.984C279.415 282.524 279.917 279.871 279.357 276.558C281.578 276.971 283.457 276.677 284.775 275.566C287.264 273.465 287.212 268.895 285.11 263.443C286.089 263.296 286.943 262.937 287.64 262.349C290.553 259.891 289.985 254.048 286.724 247.369Z fillurl(#paint0_radial_59_2381)>/path> /g> path idEllipse 261 dM317.378 382.034C317.378 309.362 258.465 250.449 185.793 250.449C113.121 250.449 54.209 309.362 54.209 382.034 stroke#F03EFE stroke-width24.3862>/path> path idEllipse 262 dM295.298 382.039C295.298 321.563 246.273 272.537 185.796 272.537C125.32 272.537 76.2949 321.563 76.2949 382.039 stroke#F57AFF stroke-width24.3862>/path> path idEllipse 263 dM272.668 382.045C272.668 334.067 233.775 295.174 185.797 295.174C137.819 295.174 98.9258 334.067 98.9258 382.045 stroke#FFF43A stroke-width24.3862>/path> path idVector dM140.485 233.041C141.665 252.236 151.479 254.967 148.156 264.169C146.326 269.189 136.737 272.678 132.387 272.107C120.206 270.525 111.605 244.559 116.449 227.424C121.293 210.289 139.404 215.172 140.485 233.041Z fill#9556E1>/path> path idVector_2 dM196.689 237.849C195.508 257.045 185.695 259.776 189.018 268.978C190.848 273.998 200.437 277.486 204.787 276.915C216.968 275.333 225.568 249.367 220.725 232.233C215.881 215.098 197.769 219.98 196.689 237.849Z fill#9556E1>/path> path idVector_3 dM253.92 255.14C252.739 274.336 242.925 277.067 246.248 286.269C248.079 291.289 257.668 294.777 262.017 294.206C274.198 292.624 282.799 266.658 277.955 249.524C273.112 232.389 255 237.271 253.92 255.14Z fill#9556E1>/path> g idaxol-head> path idVector_4 dM93.5265 118.111C93.5265 118.111 92.5152 115.629 85.9407 97.9783C73.526 65.034 94.6137 51.441 104.467 19.1975C108.083 7.35052 113.135 -4.9356 119.158 5.07167C129.156 21.6595 121.018 33.9717 115.102 45.5431C121.2 36.0963 125.911 33.4334 128.199 36.193C132.487 41.474 131.035 56.585 122.403 72.2799C122.403 72.2799 129.469 63.0638 133.232 66.5938C140.277 73.3959 133.92 89.9182 124.262 97.5598C113.687 105.932 109.952 113.317 109.554 117.525C108.789 123.663 94.5205 119.609 93.5265 118.111Z fillurl(#paint1_linear_59_2381)>/path> path idVector_5 dM68.1201 144.966C60.3852 187.396 94.561 218.284 141.472 226.777C188.383 235.27 230.281 218.384 238.016 175.954C245.751 133.523 211.612 95.2022 164.486 87.8474C131.956 82.7904 75.8515 102.498 68.1201 144.966Z fillwhite>/path> path idVector_6 dM124.513 172.681C124.513 172.681 115.063 186.955 113.358 179.906C112.583 176.164 112.128 171.572 111.863 168.555C111.863 168.555 103.253 180.735 100.603 175.079C97.953 169.423 101.626 161.426 101.626 161.426 stroke#F57AFF stroke-width4.33465 stroke-linecapround stroke-linejoinround>/path> path ideye-right dM151.206 181.079C145.609 181.366 140.84 177.059 140.553 171.459C140.266 165.86 144.569 161.088 150.166 160.801C155.762 160.514 160.532 164.821 160.819 170.42C161.106 176.02 156.802 180.792 151.206 181.079Z fill#003451>/path> path idVector_8 dM192.339 166.539C192.339 166.539 193.534 164.152 202.313 147.401C218.667 116.192 242.831 122.93 273.438 108.836C284.677 103.68 297.161 99.2776 293.763 110.422C287.936 128.941 273.433 131.032 260.868 134.38C271.958 132.668 277.087 134.42 276.55 137.959C275.506 144.748 263.217 153.624 245.769 157.623C245.769 157.623 257.339 156.776 257.139 161.875C256.777 171.67 240.205 177.918 228.142 175.76C214.81 173.4 206.868 175.553 203.433 178.095C198.404 181.603 191.916 168.285 192.339 166.539Z fillurl(#paint2_linear_59_2381)>/path> path ideye-left dM79.6823 155.434C74.086 155.721 69.3165 151.414 69.0293 145.815C68.7421 140.215 73.0461 135.443 78.6424 135.156C84.2387 134.869 89.0082 139.176 89.2954 144.776C89.5826 150.375 85.2786 155.147 79.6823 155.434Z fill#003451>/path> ellipse idEllipse 76 cx151.276 cy107.354 rx21.6301 ry9.16961 transformrotate(-23.3902 151.276 107.354) fillwhite>/ellipse> ellipse idEllipse 79 cx189.475 cy102.352 rx21.6301 ry9.16961 transformrotate(-2.69951 189.475 102.352) fillwhite>/ellipse> ellipse idEllipse 266 cx200.38 cy114.807 rx21.6301 ry9.16961 transformrotate(-2.69951 200.38 114.807) fillwhite>/ellipse> /g> g idGroup 238> g idGroup 237> path idVector 114 dM225.541 397.135C225.941 368.326 250.715 366.126 263.053 368.626C263.053 351.627 279.774 338.62 299.561 338.611C323.569 338.6 343.575 350.62 342.575 372.627C357.079 372.127 369.583 377.608 373.585 394.614C383.117 435.128 342.575 434.126 342.575 434.126C342.575 434.126 292.559 455.133 274.556 418.142C258.051 423.143 225.141 425.945 225.541 397.135Z fill#BB83FF>/path> path idIntersect fill-ruleevenodd clip-ruleevenodd dM225.56 396.244C225.551 396.527 225.545 396.812 225.541 397.101C225.141 425.91 258.051 423.108 274.556 418.107C292.559 455.098 342.575 434.091 342.575 434.091C342.575 434.091 383.117 435.093 373.585 394.579C370.975 383.488 364.75 377.299 356.711 374.475C364.597 392.151 357.308 406.048 341.074 415.067C323.068 425.07 301.061 417.568 279.554 400.062C266.523 418.678 232.274 421.699 225.56 396.244Z fill#9E4EFF>/path> path idVector 117 dM284.269 404.834C300.908 404.587 310.386 395.32 313.045 390.718C292.319 405.809 266.642 397.932 256.394 392.108C258.753 396.453 267.631 405.081 284.269 404.834Z fill#9E4EFF>/path> path idVector 118 dM305.083 349.674C288.495 348.356 278.188 356.691 275.108 361.023C297.16 347.946 321.984 358.201 331.639 364.963C329.699 360.415 321.671 350.991 305.083 349.674Z fill#CEA6FF>/path> /g> /g> path idVector 255 dM126.999 412.638C113.853 424.001 99.2409 412.359 93.5779 405.118C89.4028 410.398 80.207 417.384 71.0163 419.334C61.8255 421.284 46.7885 417.663 37.3191 403.459C34.816 419.334 -3.62162 421.841 0.277502 394.547C3.3968 372.712 24.6007 375.051 34.8127 378.95C33.4201 374.027 31.0514 360.003 45.1183 351.927C60.1578 343.293 72.2256 352.485 76.8674 358.89C79.4669 354.434 87.6736 346.803 99.7051 351.927C111.737 357.052 111.402 369.842 109.731 375.596C111.402 374.575 117.195 373.145 126.999 375.596C139.253 378.66 143.431 398.434 126.999 412.638Z fill#AD6EF9>/path> /g> g idcloud-back> path idVector 88 dM527.73 233.973C499.776 208.814 471.919 226.286 459.572 236.769C446.996 206.72 370.813 185.052 334.473 222.092C298.132 259.131 303.024 296.171 318.399 324.125C306.518 322.029 286.099 323.427 272.82 335.308C262.198 344.812 258.53 364.193 259.694 371.648C252.553 368.853 240.621 366.284 228.944 375.142C221.803 380.559 219.859 391.566 219.859 403.796C207.28 403.097 189.808 407.989 186.314 433.847C152.07 427.557 123.416 466.693 152.07 490.454C174.992 509.463 202.621 486.727 213.569 472.983C217.53 479.971 228.944 499.191 259.694 505.13C287.99 510.596 310.245 489.756 318.399 476.477C320.728 480.903 329.441 490.594 345.654 493.949C361.868 497.303 378.967 487.892 385.489 482.767C386.654 490.221 394.435 508.066 416.239 519.807C438.044 531.547 462.597 514.915 472.148 505.13C481.234 519.574 506.672 548.739 535.745 549.858C572.086 551.255 593.051 525.397 596.546 498.142C645.466 507.227 653.852 498.841 676.915 482.767C697.881 498.841 732.125 494.648 742.608 466.693C757.633 473.333 774.411 469.839 780.706 461.802C786.803 454.017 791.716 434.027 774.411 417.075C758.358 401.349 732.824 398.205 715.352 407.989C718.148 399.602 720.943 362.563 676.915 347.188C641.692 334.888 618.443 358.37 611.222 371.648C610.29 366.756 605.351 355.854 593.051 351.381C580.752 346.908 567.894 349.517 563.002 351.381C569.758 346.722 575.182 322.026 564.77 309.101C551.822 293.027 537.864 295.473 523.886 297.22C538.563 287.902 547.557 251.817 527.73 233.973Z fillurl(#paint3_linear_59_2381)>/path> path idIntersect_2 fill-ruleevenodd clip-ruleevenodd dM164.209 435.973C141.923 444.74 130.004 472.156 152.07 490.454C174.992 509.463 202.621 486.727 213.569 472.983C217.53 479.971 228.944 499.191 259.694 505.13C287.99 510.596 310.245 489.756 318.399 476.477C320.728 480.903 329.441 490.594 345.654 493.949C361.868 497.303 378.967 487.892 385.489 482.767C386.654 490.221 394.435 508.066 416.239 519.807C438.044 531.547 462.597 514.915 472.148 505.13C481.234 519.574 506.672 548.739 535.745 549.858C572.086 551.255 593.051 525.397 596.546 498.142C642.817 506.735 652.825 499.698 673.289 485.309C674.46 484.485 675.666 483.637 676.915 482.767C697.881 498.841 732.125 494.648 742.608 466.693C757.633 473.333 774.411 469.839 780.706 461.802C786.803 454.017 791.716 434.027 774.411 417.075C773.082 415.773 771.689 414.558 770.24 413.429C754.628 409.436 725.174 405.425 710.829 416.379C710.13 396.112 693.358 372.351 661.21 370.953C635.492 369.835 615.551 384.93 608.795 392.617C608.679 386.909 603.414 374.163 583.287 368.852C563.16 363.541 548.577 372.696 543.801 377.937C535.572 359.608 499.773 340.828 450.154 365.011C479.233 340.828 520.739 346.401 543.801 353.739C543.102 330.677 519.69 308.75 499.773 308.4C508.509 288.832 506.761 269.264 492.784 261.227C478.807 253.19 460.637 255.636 445.96 263.324C433.032 251.094 398.088 221.74 352.313 249.345C315.693 271.429 328.786 315.62 340.085 333.907C359.886 334.49 397.741 349.287 413.813 375.839C368.42 340.645 330.162 333.315 292.213 346.137C280.334 350.151 268.45 363.259 268.45 382.827C246.785 383.177 225.471 389.816 235.953 425.458C213.938 416.373 202.758 426.157 192.275 442.231C182.986 438.102 173.386 435.342 164.209 435.973Z fill#D3FBFF>/path> path idVector 93 dM416.956 277.295C449.104 280.37 465.993 299.775 470.419 309.093C432.681 276.665 381.78 287.894 361.048 297.562C366.289 289.525 384.809 274.22 416.956 277.295Z fill#E8F8FF>/path> path idVector 91 dM647.585 441.884C673.862 442.722 700 429.188 709.784 422.315C703.145 433.031 682.388 454.393 652.477 454.114C622.566 453.834 602.508 436.06 596.219 427.207C602.392 431.75 621.308 441.045 647.585 441.884Z fill#7EF6FF>/path> path idIntersect_3 fill-ruleevenodd clip-ruleevenodd dM142.851 478.882C144.744 482.946 147.758 486.869 152.069 490.444C174.991 509.453 202.62 486.717 213.568 472.972C217.529 479.961 228.943 499.18 259.693 505.12C287.989 510.585 310.244 489.745 318.398 476.467C320.727 480.893 329.44 490.584 345.653 493.938C361.867 497.293 378.966 487.881 385.488 482.756C386.653 490.211 394.434 508.055 416.238 519.796C438.043 531.537 462.596 514.904 472.148 505.12C481.233 519.563 506.671 548.729 535.744 549.847C572.085 551.245 593.051 525.387 596.545 498.131C642.816 506.725 652.824 499.687 673.288 485.298C674.459 484.475 675.665 483.627 676.914 482.756C697.88 498.83 732.124 494.637 742.607 466.683C757.632 473.323 774.41 469.828 780.705 461.791C781.983 460.159 783.21 457.989 784.19 455.424C769.074 460.636 744.224 463.868 731.792 446.073C723.058 455.507 711.874 464.243 700.692 464.243C699.621 464.243 698.438 464.287 697.173 464.334C687.707 464.683 673.62 465.204 667.147 448.868C650.933 446.632 629.408 446.073 620.673 446.073C620.09 456.905 611.238 478.29 580.488 477.172C542.051 475.774 542.4 434.891 543.798 431.047C525.977 443.976 505.71 455.507 477.755 440.132C462.866 431.943 456.547 427.843 454.365 426.017C460.139 435.641 474.263 449.151 489.986 455.507C491.034 481.715 465.875 489.053 447.704 488.703C429.534 488.354 407.17 474.726 405.773 460.399C392.145 470.882 353.009 477.172 340.429 466.34C330.366 457.674 329.014 446.655 329.597 442.229L286.966 420.564C289.063 437.803 285.009 472 252.023 470.882C219.037 469.764 211.722 456.439 212.188 449.916C207.296 464.127 189.964 490.73 159.773 483.462C152.728 481.766 147.183 480.24 142.851 478.882ZM453.645 424.757C453.217 424.757 453.27 425.101 454.365 426.017C454.108 425.589 453.868 425.169 453.645 424.757Z fill#7EF6FF>/path> path idVector 90 dM331.002 436.285C369.09 439.779 399.607 431.51 409.275 421.959C405.664 433.257 380.831 457.88 335.545 452.01C290.259 446.139 277.306 414.853 273.346 401.692C276.142 408.447 290.126 432.535 331.002 436.285Z fill#7EF6FF>/path> /g> g idcloud-front> path idVector 88_2 dM529.232 233.1C501.206 207.877 473.278 225.394 460.901 235.903C448.292 205.777 371.916 184.054 335.483 221.188C299.05 258.322 303.955 295.455 319.369 323.481C307.458 321.379 286.987 322.781 273.675 334.692C263.025 344.221 259.348 363.651 260.515 371.124C253.356 368.323 241.394 365.747 229.687 374.627C222.528 380.058 220.579 391.093 220.579 403.354C207.968 402.653 190.452 407.557 186.948 433.481C152.617 427.175 123.891 466.411 152.617 490.232C175.598 509.29 203.297 486.496 214.273 472.717C218.244 479.723 229.687 498.991 260.515 504.946C288.883 510.425 311.195 489.532 319.369 476.22C321.704 480.657 330.439 490.373 346.694 493.736C362.948 497.099 380.09 487.663 386.63 482.525C387.797 489.999 395.598 507.888 417.458 519.659C439.318 531.43 463.933 514.755 473.509 504.946C482.617 519.426 508.12 548.665 537.267 549.786C573.7 551.188 594.719 525.264 598.222 497.939C647.267 507.048 655.674 498.64 678.795 482.525C699.814 498.64 734.145 494.436 744.655 466.411C759.719 473.068 776.539 469.565 782.849 461.507C788.962 453.702 793.888 433.662 776.539 416.666C760.445 400.901 734.846 397.748 717.33 407.557C720.133 399.15 722.935 362.016 678.795 346.602C643.483 334.271 620.175 357.812 612.935 371.124C612.001 366.22 607.05 355.29 594.719 350.806C582.388 346.322 569.497 348.937 564.593 350.806C571.366 346.135 576.804 321.377 566.365 308.418C553.384 292.303 539.391 294.756 525.378 296.507C540.092 287.166 549.109 250.989 529.232 233.1Z fill#BB83FF>/path> path idIntersect_4 fill-ruleevenodd clip-ruleevenodd dM164.789 435.612C142.445 444.401 130.495 471.888 152.617 490.233C175.598 509.29 203.297 486.496 214.273 472.717C218.244 479.723 229.687 498.991 260.515 504.946C288.883 510.425 311.195 489.532 319.369 476.22C321.704 480.657 330.439 490.373 346.694 493.736C362.948 497.099 380.09 487.664 386.63 482.526C387.797 489.999 395.598 507.889 417.458 519.659C439.318 531.43 463.934 514.755 473.509 504.946C482.617 519.426 508.12 548.666 537.267 549.787C573.7 551.188 594.719 525.264 598.222 497.94C644.611 506.555 654.645 499.499 675.16 485.074C676.334 484.248 677.543 483.398 678.795 482.526C699.814 498.64 734.145 494.436 744.655 466.411C759.719 473.068 776.539 469.565 782.849 461.507C788.962 453.702 793.888 433.662 776.539 416.667C775.207 415.362 773.81 414.143 772.357 413.012C756.706 409.009 727.176 404.986 712.794 415.969C712.094 395.651 695.278 371.829 663.049 370.427C637.266 369.306 617.274 384.44 610.501 392.147C610.385 386.424 605.106 373.646 584.928 368.321C564.75 362.996 550.13 372.175 545.342 377.429C537.092 359.054 501.202 340.226 451.457 364.47C480.61 340.226 522.221 345.813 545.342 353.17C544.641 330.049 521.17 308.066 501.202 307.716C509.96 288.098 508.208 268.48 494.196 260.423C480.183 252.366 461.966 254.818 447.253 262.525C434.291 250.264 399.259 220.836 353.368 248.511C316.654 270.651 329.781 314.954 341.108 333.288C360.96 333.871 398.911 348.706 415.024 375.326C369.516 340.042 331.16 332.693 293.115 345.549C281.206 349.573 269.291 362.714 269.291 382.332C247.572 382.682 226.204 389.338 236.712 425.071C214.642 415.963 203.433 425.772 192.924 441.886C183.612 437.747 173.988 434.981 164.789 435.612Z fill#AD6EF9>/path> path idVector 93_2 dM418.177 276.534C450.406 279.617 467.338 299.071 471.775 308.413C433.941 275.902 382.911 287.16 362.126 296.853C367.381 288.795 385.947 273.451 418.177 276.534Z fill#AD6EF9>/path> path idVector 91_2 dM649.389 441.54C675.733 442.38 701.937 428.811 711.746 421.922C705.09 432.665 684.281 454.081 654.294 453.801C624.307 453.521 604.198 435.701 597.893 426.826C604.082 431.38 623.046 440.699 649.389 441.54Z fill#9E4EFF>/path> path idIntersect_5 fill-ruleevenodd clip-ruleevenodd dM143.374 478.633C145.272 482.708 148.293 486.641 152.615 490.225C175.596 509.282 203.295 486.488 214.271 472.709C218.242 479.715 229.685 498.983 260.513 504.938C288.881 510.417 311.193 489.524 319.367 476.212C321.702 480.649 330.437 490.365 346.692 493.728C362.946 497.091 380.089 487.656 386.628 482.518C387.796 489.991 395.596 507.881 417.456 519.651C439.316 531.422 463.932 514.747 473.507 504.938C482.615 519.418 508.118 548.658 537.265 549.779C573.698 551.18 594.717 525.256 598.22 497.932C644.609 506.547 654.643 499.491 675.158 485.066C676.332 484.24 677.541 483.39 678.793 482.518C699.812 498.632 734.144 494.428 744.653 466.403C759.717 473.06 776.537 469.557 782.848 461.499C784.129 459.863 785.359 457.688 786.342 455.117C771.187 460.342 746.275 463.581 733.812 445.741C725.056 455.2 713.844 463.958 702.634 463.958C701.56 463.958 700.374 464.002 699.105 464.048C689.615 464.399 675.492 464.921 669.003 448.544C652.748 446.302 631.169 445.741 622.411 445.741C621.827 456.601 612.952 478.041 582.124 476.92C543.589 475.518 543.939 434.531 545.341 430.678C527.474 443.639 507.156 455.2 479.131 439.786C464.203 431.576 457.868 427.465 455.681 425.635C461.47 435.283 475.629 448.827 491.392 455.2C492.443 481.474 467.22 488.83 449.003 488.48C430.787 488.13 408.366 474.467 406.965 460.104C393.303 470.614 354.067 476.92 341.456 466.06C331.366 457.372 330.012 446.325 330.596 441.888L287.857 420.168C289.959 437.45 285.895 471.735 252.825 470.614C219.755 469.493 212.422 456.134 212.889 449.595C207.984 463.841 190.609 490.512 160.341 483.225C153.277 481.525 147.717 479.995 143.374 478.633ZM454.959 424.372C454.529 424.372 454.583 424.716 455.681 425.635C455.423 425.206 455.182 424.784 454.959 424.372Z fill#9E4EFF>/path> path idVector 90_2 dM332.001 435.928C370.186 439.431 400.781 431.14 410.473 421.565C406.853 432.892 381.957 457.577 336.556 451.692C291.154 445.807 278.169 414.441 274.199 401.246C277.001 408.019 291.021 432.168 332.001 435.928Z fill#9E4EFF>/path> /g> /g> defs> radialGradient idpaint0_radial_59_2381 cx0 cy0 r1 gradientUnitsuserSpaceOnUse gradientTransformtranslate(196.857 216.479) rotate(93.656) scale(87.8991 335.689)> stop stop-color#C8EBFF>/stop> stop offset0.322917 stop-colorwhite>/stop> stop offset1 stop-colorwhite>/stop> /radialGradient> linearGradient idpaint1_linear_59_2381 x1102.102 y12.56477 x2113.2 y2119.991 gradientUnitsuserSpaceOnUse> stop stop-color#E0C1FD>/stop> stop offset1 stop-color#AD6EF9>/stop> /linearGradient> linearGradient idpaint2_linear_59_2381 x1240.607 y1108.098 x2246.933 y2175.034 gradientUnitsuserSpaceOnUse> stop stop-color#E0C1FD>/stop> stop offset1 stop-color#AD6EF9>/stop> /linearGradient> linearGradient idpaint3_linear_59_2381 x1281.434 y1189.109 x2737.162 y2399.573 gradientUnitsuserSpaceOnUse> stop stop-colorwhite>/stop> stop offset0.203125 stop-color#E8F8FF>/stop> /linearGradient> /defs> /svg> /landing-axol-on-rainbow-and-cloud> /figure> img src/_public/img/landing/cloud-purple-triad-b016a98db9.svg alt loadinglazy classcloud-triad> /landing-stable-forever> landing-scoped-dom-updates enhanced✨> !-- Using an H2 in the marquee produces a duplicate heading --> h2 classclip>Scoped DOM Updates/h2> landing-marquee enhanced✨> figure> div classmarquee-wrapper flex overflow-hidden> div classmarquee flex flex-shrink-0 align-items-center justify-content-around font-extrabold uppercase> span slottext>Scoped DOM Updates/span> img slotimage src/_public/img/landing/star-filled-purple-3fc978f4c9.svg loadinglazy alt> /div> div classmarquee flex-shrink-0 align-items-center justify-content-around font-extrabold uppercase aria-hiddentrue> span slottext>Scoped DOM Updates/span> img slotimage src/_public/img/landing/star-filled-purple-3fc978f4c9.svg loadinglazy alt> /div> /div> /figure> /landing-marquee> div classgrid gap4 gap2-lg align-items-center col-1 col-2-lg pbe4> landing-cloud-and-code classblock si-100 font-mono enhanced✨> svg viewBox0 0 970 570 xmlnshttp://www.w3.org/2000/svg> g idcloud-and-code> g idcloud-back> path idVector-109 fill#ad6ef9 strokenone dM 160.334 529.362 C 149.824005 552.633972 75.505203 557.888977 66.496902 521.85498 C 62.187099 497.083008 76.239899 486.847992 97.275299 483.381989 C 113.223999 480.755005 130.431 485.446991 138.938995 489.950989 C 137.311996 484.446014 137.888 471.55899 153.201996 464.052002 C 168.516006 456.545013 184.356003 463.677002 190.360992 468.181 C 190.612 459.173004 194.190002 438.002991 206.501007 425.390991 C 221.891006 409.627014 251.167999 405.497986 275.190002 422.013 C 274.815002 399.117004 295.083008 386.356995 317.604004 384.102997 C 340.125 381.848999 348.757996 386.356995 366.023987 401.561005 C 360.018005 382.984985 363.772003 334.182007 403.183014 309.783997 C 442.595001 285.386993 493.45401 293.647003 522.16803 319.92099 C 528.924011 299.653015 569.461975 273.377991 609.249023 302.654999 C 649.036011 331.932007 631.393982 374.15799 628.203979 386.356995 C 638.338013 377.161011 644.906982 374.908997 657.856018 375.096008 C 670.80603 375.283997 679.625977 386.731995 679.814026 401.561005 C 682.065979 393.493011 698.393982 392.552002 701.395996 401.561005 C 717.911987 379.227997 741.745972 380.354004 762.953003 384.481995 C 784.161011 388.610992 794.669983 413.197998 792.231018 430.839996 C 805.554993 425.584991 819.067993 433.46701 824.885986 439.285004 C 830.703979 445.102997 832.580017 455.799988 829.202026 471.377014 C 840.463013 470.626007 846.406006 479.069 847.969971 483.38501 C 853.536987 476.753998 869.552002 464.316986 889.070007 467.619995 C 913.468018 471.748993 913.655029 491.828003 913.468018 501.587006 C 924.916016 489.763 972.210022 483.195007 969.58197 519.416016 C 967.47998 548.392029 933.424011 542.875 916.65802 536.494019 C 916.40802 538.809021 911.966003 544.564026 896.202026 549.067993 C 880.437012 553.572021 866.737 545.565002 861.856995 540.997986 C 860.481018 543.562988 854.875977 549.067993 843.465027 550.56897 C 832.054993 552.070984 822.570984 544.814026 819.255981 540.997986 C 817.379028 547.942017 801.577026 562.731018 753.382019 566.333984 C 705.187988 569.937012 673.495972 544.189026 663.674011 530.864014 C 662.797974 532.927979 659.244995 538.107971 652.038025 542.312012 C 644.83197 546.515991 632.895996 544.062988 627.828003 542.312012 C 625.952026 547.817017 615.778015 563.315979 587.854004 565.770996 C 553.698975 568.773987 537.244995 555.198975 529.112 546.440979 C 524.671021 550.632019 518.041992 563.330994 493.45401 563.330994 C 475.256989 563.330994 462.363007 556.638 457.984009 551.132019 C 449.726013 570.275024 413.695007 580.409973 395.303009 553.38501 C 383.666992 570.651001 334.872009 570.651001 320.981995 548.505005 C 291.329987 567.64801 255.296997 561.642029 229.397995 536.119019 C 226.018997 547.004028 181.352997 571.401001 160.334 529.362 Z>/path> g idVector-112> path idPath fill#ad6ef9 strokenone dM 529.481995 333.438995 C 533.861023 338.881989 542.656982 355.734985 542.807007 379.606995 C 550.877014 350.704987 537.177002 338.506989 529.481995 333.438995 Z>/path> path idpath1 fill#ad6ef9 strokenone dM 713.403015 457.678986 C 696.622009 459.927002 690.406982 447.036011 689.387024 440.268005 C 689.726013 461.496002 703.742004 464.041992 711.713989 462.55899 C 711.901001 470.44101 722.973999 474.570007 729.35498 468.940002 C 720.721985 470.253998 715.84198 463.309998 713.403015 457.678986 Z>/path> /g> path idIntersect fill#9e4eff fill-ruleevenodd strokenone dM 66.498802 521.856995 C 75.507103 557.890991 149.826004 552.635986 160.335999 529.364014 C 181.354996 571.403015 226.020996 547.005981 229.399994 536.120972 C 255.298004 561.643982 291.332001 567.650024 320.984009 548.507019 C 334.873993 570.653015 383.669006 570.653015 395.304993 553.387024 C 413.696991 580.411987 449.727997 570.276978 457.985992 551.133972 C 462.36499 556.638977 475.259003 563.333008 493.455994 563.333008 C 514.296997 563.333008 522.234985 554.208984 526.875 548.875977 C 527.710022 547.91803 528.437012 547.080994 529.114014 546.442993 C 537.247009 555.200989 553.700989 568.776001 587.856018 565.77301 C 615.780029 563.317993 625.953979 547.81897 627.830017 542.314026 C 632.89801 544.065002 644.833984 546.518005 652.039978 542.314026 C 659.247009 538.109985 662.799988 532.929993 663.676025 530.866028 C 673.497986 544.190002 705.189026 569.939026 753.383972 566.335999 C 801.578979 562.732971 817.380981 547.94397 819.257996 541 C 822.572998 544.815979 832.057007 552.072998 843.46698 550.570984 C 854.877991 549.070007 860.482971 543.565002 861.859009 541 C 866.739014 545.567017 880.439026 553.573975 896.203979 549.070007 C 911.968018 544.565979 916.409973 538.810974 916.659973 536.495972 C 933.426025 542.877014 967.481995 548.393982 969.583984 519.41803 C 969.703003 517.778015 969.719971 516.226013 969.642029 514.757996 C 968.107971 521.822021 962.786987 528.927979 950.067993 533.116028 C 925.445007 541.223022 896.018005 519.228027 884.382019 507.21701 C 886.508972 509.968994 866.366028 519.228027 852.10199 519.228027 C 821.028015 519.228027 801.93103 502.212006 796.176025 491.826996 C 796.176025 491.826996 780.786011 511.346008 740.624023 519.228027 C 689.64801 529.232971 652.166992 498.584015 639.656006 481.317993 C 639.531006 488.074005 634.776001 502.337006 616.76001 505.339996 C 598.742981 508.342987 587.732971 495.079987 584.47998 488.074005 C 581.47699 491.953003 569.841003 505.339996 546.570007 501.587006 C 523.695007 497.897003 507.908997 480.691986 503.028992 469.307007 C 502.894989 469.649994 502.752991 470.023987 502.600006 470.424988 C 499.463013 478.636993 491.924988 498.375 464.368988 509.468994 C 438.381012 519.93103 411.320007 510.218994 399.80899 501.587006 C 398.308014 510.345001 382.393005 528.460999 330.744995 530.864014 C 279.096985 533.265991 251.671997 515.348999 244.414993 506.091003 C 243.289001 510.093994 235.406998 519.002991 212.886002 522.606018 C 190.365005 526.208984 173.975006 515.348999 168.595001 509.468994 C 167.593994 512.596985 154.707001 528.987 123.929001 530.864014 C 90.214798 532.919006 71.977997 521.244019 65.844803 510.348999 C 65.560402 513.78302 65.759201 517.606018 66.498802 521.856995 Z>/path> path idVector-111 fill#ad6ef9 strokenone dM 374.281006 416.378998 C 382.97699 432.330994 398.678986 460.858002 446.722992 454.85199 C 422.325989 466.299988 379.911011 462.921997 374.281006 416.378998 Z>/path> path idVector-116 fill#ad6ef9 strokenone dM 248.477997 512.067993 C 269.908997 511.748993 282.118011 499.813995 285.542999 493.885986 C 258.846985 513.323975 225.772995 503.178986 212.574005 495.675995 C 215.612 501.27301 227.046997 512.385986 248.477997 512.067993 Z>/path> path idVector-122 fill#f9b0ff strokenone dM 19.1719 539.651001 C 19.1719 549.765015 51.486198 550.645996 50.716801 537.452026 C 49.947498 524.257019 19.1719 525.577026 19.1719 539.651001 Z>/path> path idVector-123 fill#f9b0ff strokenone dM -0 519.461975 C -0 526.357971 19.630199 526.958008 19.1628 517.963013 C 18.695499 508.967987 -0 509.868011 -0 519.461975 Z>/path> /g> path idframe fill#003451 stroke#9e4eff stroke-width3 dM 337.53299 1.5 L 878.53302 1.5 C 880.466003 1.5 882.03302 3.067017 882.03302 5 L 882.03302 468 C 882.03302 469.932983 880.466003 471.5 878.53302 471.5 L 337.53299 471.5 C 335.600006 471.5 334.03299 469.932983 334.03299 468 L 334.03299 5 C 334.03299 3.067017 335.600006 1.5 337.53299 1.5 Z>/path> text idcode fill#ffffff>tspan x353 y39 font-size15>tspan classmagenta>class/tspan> tspan classcyan>MyMessage/tspan> tspan classmagenta>extends/tspan> tspan classcyan>HTMLElement/tspan> {/tspan>tspan x353 y63 font-size15> tspan classcyan>constructor/tspan>() {/tspan>tspan x353 y87 font-size15> tspan classgreen>super/tspan>()/tspan>tspan x353 y111 font-size15> tspan classgreen>this/tspan>.paragraph tspan classgreen>this/tspan>.tspan classcyan>querySelector/tspan>(tspan classgreen>p/tspan>)/tspan>tspan x353 y135 font-size15> }/tspan>tspan x353 y159 font-size15> /tspan>tspan x353 y183 font-size15> tspan classmagenta>static get/tspan> tspan classcyan>observedAttributes/tspan>() { /tspan>tspan x353 y207 font-size15> tspan classmagenta>return/tspan> tspan classgreen>message/tspan> /tspan>tspan x353 y231 font-size15> }/tspan>tspan x353 y255 font-size15> /tspan>tspan x353 y279 font-size15> tspan classcyan>attributeChangedCallback/tspan>(attr, oldValue, newValue) {/tspan>tspan x353 y303 font-size15> tspan classmagenta>if/tspan> (oldValue ! newValue) { /tspan>tspan x353 y327 font-size15> tspan classmagenta>if/tspan> (attr tspan classgreen>message/tspan>) { /tspan>tspan x353 y351 font-size15> tspan classgreen>this/tspan>.paragraph.textContent newValue /tspan>tspan x353 y375 font-size15> } /tspan>tspan x353 y399 font-size15> } /tspan>tspan x353 y423 font-size15> } /tspan>tspan x353 y447 font-size15>} /tspan>/text> g idcloud-front> path idVector-1092 fill#ad6ef9 strokenone dM 515.799011 479.891998 C 511.235992 489.996002 478.966003 492.278015 475.054993 476.631989 C 473.183014 465.876007 479.285004 461.432007 488.419006 459.927002 C 495.343994 458.786011 502.815002 460.822998 506.509003 462.778992 C 505.803009 460.389008 506.053009 454.792999 512.702026 451.533997 C 519.35199 448.273987 526.229004 451.371002 528.836975 453.326996 C 528.945984 449.415009 530.499023 440.222992 535.844971 434.747009 C 542.526978 427.902008 555.239014 426.109009 565.669983 433.279999 C 565.507019 423.338989 574.307983 417.798004 584.085999 416.820007 C 593.86499 415.841003 597.612976 417.798004 605.109985 424.399994 C 602.502991 416.334015 604.132019 395.144012 621.244995 384.549988 C 638.357971 373.957001 660.440979 377.542999 672.908997 388.951996 C 675.84198 380.151001 693.44397 368.743011 710.718994 381.454987 C 727.994995 394.166992 720.335022 412.501007 718.950012 417.798004 C 723.349976 413.804993 726.202026 412.826996 731.825012 412.908997 C 737.447021 412.98999 741.276978 417.960999 741.359009 424.399994 C 742.336975 420.897003 749.426025 420.488007 750.72998 424.399994 C 757.901001 414.703003 768.25 415.191986 777.458008 416.984009 C 786.666016 418.777008 791.22998 429.453003 790.169983 437.113007 C 795.955994 434.830994 801.822998 438.253998 804.348999 440.779999 C 806.875977 443.306 807.690002 447.950989 806.223999 454.713989 C 811.112976 454.388 813.692993 458.053986 814.372986 459.928009 C 816.789978 457.049011 823.744019 451.648987 832.218994 453.083008 C 842.812012 454.876007 842.893982 463.593994 842.812012 467.830994 C 847.78302 462.697998 868.317993 459.846008 867.177002 475.572998 C 866.263977 488.154999 851.47699 485.759003 844.197021 482.988007 C 844.088989 483.993011 842.159973 486.492004 835.315002 488.447998 C 828.469971 490.403992 822.520996 486.927002 820.403015 484.944 C 819.804993 486.058014 817.370972 488.447998 812.416992 489.100006 C 807.461975 489.752014 803.343994 486.601013 801.905029 484.944 C 801.090027 487.959015 794.229004 494.380005 773.302002 495.945007 C 752.375977 497.509003 738.61499 486.32901 734.351013 480.544006 C 733.971008 481.440002 732.427979 483.688995 729.299011 485.514008 C 726.169006 487.339996 720.987 486.274994 718.786987 485.514008 C 717.971985 487.904999 713.554016 494.634003 701.429993 495.700012 C 686.599976 497.003998 679.455017 491.109985 675.924011 487.307007 C 673.994995 489.127014 671.117004 494.640991 660.440979 494.640991 C 652.539978 494.640991 646.940979 491.734985 645.039001 489.343994 C 641.453979 497.656006 625.809021 502.057007 617.822998 490.321991 C 612.770996 497.819 591.583984 497.819 585.552979 488.20401 C 572.677979 496.515015 557.031982 493.90799 545.786987 482.825012 C 544.320007 487.552002 524.926025 498.144989 515.799011 479.891998 Z>/path> g idVector-1122> path idpath2 fill#ad6ef9 strokenone dM 676.083984 394.821991 C 677.984985 397.184998 681.804016 404.502991 681.869995 414.868011 C 685.374023 402.319 679.424988 397.022003 676.083984 394.821991 Z>/path> path idpath3 fill#ad6ef9 strokenone dM 755.942993 448.768005 C 748.656006 449.743011 745.958008 444.145996 745.515015 441.207001 C 745.661987 450.424988 751.747986 451.529999 755.208984 450.885986 C 755.291016 454.30899 760.098999 456.10199 762.869019 453.657013 C 759.120972 454.22699 757.002014 451.212006 755.942993 448.768005 Z>/path> /g> path idIntersect2 fill#ad6ef9 fill-ruleevenodd strokenone dM 475.057007 476.627991 C 478.967987 492.273987 511.237 489.992004 515.801025 479.888 C 524.927979 498.140991 544.322021 487.548004 545.789001 482.821014 C 557.033997 493.903992 572.679993 496.510986 585.554993 488.200012 C 591.585999 497.815002 612.77301 497.815002 617.825012 490.317993 C 625.810974 502.053009 641.455994 497.652008 645.041016 489.339996 C 646.942993 491.730988 652.541016 494.636993 660.442993 494.636993 C 669.492004 494.636993 672.939026 490.675995 674.953003 488.359985 C 675.315979 487.944 675.632019 487.580994 675.926025 487.303009 C 679.45697 491.105988 686.60199 497 701.43103 495.696991 C 713.55603 494.631012 717.973999 487.901001 718.789001 485.51001 C 720.989014 486.270996 726.171021 487.335999 729.301025 485.51001 C 732.429993 483.684998 733.973022 481.436005 734.353027 480.540009 C 738.617004 486.325012 752.377991 497.506012 773.304016 495.94101 C 794.231018 494.376007 801.09198 487.954987 801.906982 484.940002 C 803.346008 486.596985 807.463989 489.747986 812.419006 489.096008 C 817.372986 488.444 819.807007 486.053986 820.405029 484.940002 C 822.52301 486.923004 828.471985 490.399994 835.317017 488.444 C 842.161987 486.488007 844.091003 483.989014 844.198975 482.984009 C 851.479004 485.755005 866.265991 488.151001 867.179016 475.569 C 867.22998 474.859985 867.237976 474.187988 867.205017 473.553009 C 866.536987 476.618988 864.226013 479.700989 858.70697 481.519012 C 848.015015 485.039001 835.237976 475.488007 830.185974 470.27301 C 831.109009 471.467987 822.362976 475.488007 816.169983 475.488007 C 802.677002 475.488007 794.38501 468.100006 791.885986 463.591003 C 791.885986 463.591003 785.203979 472.06601 767.765991 475.488007 C 745.630981 479.833008 729.356995 466.524994 723.924988 459.028015 C 723.869995 461.960999 721.80603 468.153992 713.982971 469.458008 C 706.159973 470.761993 701.380005 465.003998 699.96698 461.960999 C 698.663025 463.644989 693.611023 469.458008 683.507019 467.82901 C 673.573975 466.22699 666.719971 458.756012 664.601013 453.812012 C 664.54303 453.962006 664.481018 454.123993 664.414978 454.298004 C 663.052979 457.864014 659.780029 466.43399 647.815002 471.251007 C 636.531006 475.794006 624.780029 471.576996 619.78302 467.82901 C 619.130981 471.631012 612.219971 479.497986 589.794983 480.540985 C 567.369019 481.584015 555.460999 473.803986 552.309998 469.783997 C 551.820984 471.52301 548.398987 475.390991 538.619995 476.954987 C 528.841003 478.519989 521.724976 473.803986 519.388977 471.251007 C 518.953979 472.609009 513.359009 479.726013 499.993988 480.540985 C 485.352997 481.433014 477.43399 476.362 474.77301 471.630005 C 474.648987 473.122009 474.734985 474.782013 475.057007 476.627991 Z>/path> path idVector-1112 fill#ad6ef9 strokenone dM 608.695007 430.834015 C 612.471008 437.760986 619.289001 450.147003 640.150024 447.539001 C 629.55603 452.51001 611.140015 451.042999 608.695007 430.834015 Z>/path> path idVector-1162 fill#ad6ef9 strokenone dM 554.072021 472.381989 C 563.377991 472.243988 568.679016 467.061005 570.166016 464.487 C 558.575012 472.927002 544.213989 468.522003 538.482971 465.265015 C 539.802002 467.695007 544.767029 472.519989 554.072021 472.381989 Z>/path> path idVector-1222 fill#ad6ef9 strokenone dM 489.006012 450.493011 C 489.006012 454.884003 503.036987 455.266998 502.703003 449.537994 C 502.368988 443.80899 489.006012 444.381989 489.006012 450.493011 Z>/path> path idVector-1232 fill#ad6ef9 strokenone dM 480.682007 441.723999 C 480.682007 444.717987 489.204987 444.979004 489.002014 441.072998 C 488.799011 437.167999 480.682007 437.558014 480.682007 441.723999 Z>/path> /g> /g> /svg> /landing-cloud-and-code> div classpi0 pis-none-lg pi5-lg mi-auto m-none-lg> p classfont-semibold leading2 mbe0> No need for a full page render to update one element /p> p classleading3 mbe5> Ditch throbbers and loading screens by removing framework bloat and authoring only the code you need. /p> landing-link-button href/docs/ enhanced✨> a classinline-block relative uppercase pb0 tracking1 font-medium href/docs/> Try it now! /a> /landing-link-button> /div> /div> img src/_public/img/landing/cloud-blue-chunky-d7d74fe0f1.svg alt loadinglazy classcloud-chunky-left> img src/_public/img/landing/cloud-blue-chunky-d7d74fe0f1.svg alt loadinglazy classcloud-chunky-right absolute> /landing-scoped-dom-updates> landing-liftoff enhanced✨> h2 classfont-black uppercase tracking-1> span classkern-a>A/span>span classkern-lway>lway/span>sbr> Rspan classkern-ea>ea/span>dybr> forbr> lspan classkern-ift>ispan classkern-ft>ft/span>/span>off!br> /h2> img src/_public/img/landing/cloud-blue-chunky-d7d74fe0f1.svg alt loadinglazy classcloud absolute z-1> img src/_public/img/landing/axol-balloons-231502f5d2.svg alt loadinglazy classaxol absolute inset-bs-0 z1> p classleading3 font-medium> Enhance apps are designed with deployment in mind. br classhidden block-lg> When youre ready to launch, weve got you covered with a hrefhttps://begin.com classunderline>Begin/a>! /p> div classflex flex-col flex-row-lg gap0> landing-link-button href/docs enhanced✨> a classinline-block relative uppercase pb0 tracking1 font-medium href/docs> Check out Enhance /a> /landing-link-button> landing-link-button hrefhttps://begin.com/docs enhanced✨> a classinline-block relative uppercase pb0 tracking1 font-medium hrefhttps://begin.com/docs> Prepare for launch /a> /landing-link-button> /div> /landing-liftoff> img src/_public/img/landing/ground-top-a707ee91f2.svg alt classground-top loadinglazy> /landing-pink-to-cyan>landing-the-ground enhanced✨> section> div classpi0 ground-bottom> h2 classuppercase font-extrabold tracking-1 text-center mi-auto> svg viewBox0 0 586 48 xmlnshttp://www.w3.org/2000/svg> text fill#003451 font-size65 font-weight800 letter-spacing0em classuppercase> tspan x-3.62354 y46.7625>Dont miss out!/tspan> /text> /svg> /h2> form action/email/interest/add methodPOST nameenhance-newsletter-signup classmi-auto> label foremail classinline-block mbe-2 font-medium> Stay informed via email: /label> div classform-layout grid flow-col> input required typeemail idemail nameemail placeholderyou@your-email.com classblock si-100 pb0> button typesubmit classflex align-items-center justify-content-center relative> span classclip>Submit/span> img src/_public/img/landing/submit-arrow-20708327d7.svg alt loadinglazy> /button> /div> /form> landing-axol-gills-down classmi-auto enhanced✨> svg viewBox0 0 225 258 fillnone xmlnshttp://www.w3.org/2000/svg> path idarm-back dM70.9249 157.302C60.6569 151.214 55.7991 155.314 52.262 150.402C50.3183 147.701 51.8898 141.531 53.6789 139.503C58.7421 133.792 75.0923 138.416 82.2296 146.88C89.3668 155.344 80.4984 162.971 70.9249 157.302Z fill#9556E1>/path> g idflower> path dM50.255 162.509L66.1317 172.87 stroke#00D700 stroke-width5 stroke-linecapround>/path> path dM44.8975 164.992C46.9856 168.072 48.5832 175.108 38.2683 178.611C33.9391 170.718 39.5188 166.675 44.8975 164.992Z fill#00D700>/path> circle cx52.926 cy149.616 r6.40079 transformrotate(152.413 52.926 149.616) fillwhite>/circle> circle cx49.8322 cy167.643 r6.40079 transformrotate(152.413 49.8322 167.643) fillwhite>/circle> circle cx40.436 cy160.656 r6.40079 transformrotate(152.413 40.436 160.656) fillwhite>/circle> ellipse cx57.4632 cy159.678 rx6.72858 ry6.47323 transformrotate(152.413 57.4632 159.678) fillwhite>/ellipse> ellipse cx43.1451 cy152.018 rx5.7644 ry5.54564 transformrotate(152.413 43.1451 152.018) fillwhite>/ellipse> ellipse cx48.9651 cy157.942 rx5.7644 ry5.54564 transformrotate(152.413 48.9651 157.942) fill#FFF43A>/ellipse> /g> path dM121.104 201.751C114.344 211.59 118.105 216.704 112.961 219.911C110.144 221.664 104.115 219.719 102.212 217.743C96.8542 212.313 102.566 196.291 111.497 189.742C120.428 183.193 127.419 192.565 121.104 201.751Z fill#9556E1>/path> path dM165.625 189.782C169.046 192.944 173.429 197.305 185.255 190.047C195.002 184.061 206.595 168.12 198.104 163.917C191.304 160.547 189.03 167.693 181.828 175.57C174.626 183.446 166.955 178.384 166.955 178.384L165.625 189.782Z fill#F088FE>/path> path fill-ruleevenodd clip-ruleevenodd dM163.924 194.548C164.828 195.176 165.746 195.446 166.626 195.282C170.099 194.635 171.677 187.468 170.15 179.275C168.691 171.451 164.929 165.52 161.568 165.566C156.595 159.946 148.132 154.896 136.013 148.171C125.087 142.109 121.03 135.518 117.777 130.233C113.339 123.025 110.396 118.244 93.5601 120.544C93.5601 120.544 75.2979 132.357 73.3435 151.056C70.8533 153.113 69.882 159.38 71.1906 166.4C72.7177 174.593 76.7713 180.71 80.2445 180.063C81.1162 179.901 81.8685 179.328 82.4823 178.431L82.5357 178.5C84.3053 185.643 87.9695 190.715 91.1478 190.123C91.7439 190.012 92.2842 189.709 92.7625 189.241C93.0082 189.458 93.2565 189.676 93.5076 189.894C95.4459 194.554 98.1962 197.487 100.656 197.028C101.017 196.961 101.357 196.823 101.676 196.621C103.596 200.938 106.217 203.607 108.571 203.168C109.134 203.063 109.647 202.787 110.105 202.363C111.781 204.993 113.73 206.464 115.525 206.129C115.775 206.083 116.015 206.002 116.246 205.89C117.9 208.428 119.81 209.838 121.571 209.51C121.962 209.437 122.329 209.282 122.67 209.051C124.305 211.512 126.182 212.871 127.914 212.548C128.914 212.362 129.758 211.634 130.415 210.497C135.858 211.507 140.631 211.278 144.763 210.22C145.835 211.134 146.94 211.558 147.991 211.362C149.357 211.107 150.43 209.844 151.136 207.906C152.197 208.801 153.29 209.214 154.33 209.02C156.296 208.653 157.655 206.199 158.187 202.651C158.754 202.87 159.318 202.937 159.868 202.834C162.171 202.405 163.641 199.109 163.924 194.548Z fillurl(#paint0_radial_79_2636)>/path> path dM145.334 208.287C144.492 220.197 150.324 222.695 147.513 228.068C145.97 231.017 139.782 232.388 137.144 231.688C129.773 229.732 126.578 213.036 130.963 202.852C135.347 192.668 146.117 197.174 145.334 208.287Z fill#AD6EF9>/path> path idarm-front dM85.8972 178.514C73.9497 178.035 71.6424 183.934 66.1596 181.299C63.1698 179.85 61.6161 173.699 62.2431 171.045C63.9889 163.61 80.5914 159.925 90.8849 164.001C101.178 168.076 97.0177 178.971 85.8972 178.514Z fill#AD6EF9>/path> path dM83.7775 25.7571C54.0548 23.5876 48.118 43.9588 24.3362 59.6661C15.6175 65.4423 6.88487 72.4503 16.4092 74.9792C32.317 79.0528 40.289 69.5636 48.3002 62.0276C42.1229 69.2341 41.0939 73.7011 43.8762 74.8936C49.2211 77.1718 61.0815 72.3001 71.7386 61.5457C71.7386 61.5457 65.9685 69.4825 69.7218 71.6131C76.9228 75.7223 88.8053 66.6002 92.6354 56.9691C96.4655 47.338 103.585 28.2785 83.7775 25.7571Z fillurl(#paint1_linear_79_2636)>/path> path dM34.1776 83.0542C28.491 119.088 58.011 144.518 97.8488 150.756C137.687 156.994 172.775 141.872 178.462 105.838C184.148 69.804 154.51 38.0875 114.513 32.8168C86.9047 29.1954 39.8604 46.9887 34.1776 83.0542Z fillwhite>/path> path classeye dM114.571 106.218C109.865 106.776 105.596 103.411 105.038 98.7016C104.48 93.9922 107.843 89.722 112.549 89.1639C117.256 88.6058 121.524 91.9711 122.083 96.6805C122.641 101.39 119.278 105.66 114.571 106.218Z fill#003451>/path> path dM164.977 73.6139C190.426 89.1207 183.42 109.149 193.646 135.752C197.385 145.52 200.419 156.297 191.199 152.821C175.885 146.892 174.912 134.536 172.771 123.748C173.611 133.203 171.852 137.436 168.895 136.79C163.221 135.538 156.4 124.681 153.977 109.735C153.977 109.735 154.061 119.548 149.768 119.1C141.52 118.26 137.15 103.931 139.63 93.8674C142.11 83.8037 147.392 64.1554 164.977 73.6139Z fillurl(#paint2_linear_79_2636)>/path> path classeye dM52.7631 88.6143C48.0564 89.1724 43.7881 85.8071 43.2297 81.0977C42.6713 76.3883 46.0342 72.1181 50.7409 71.56C55.4476 71.0019 59.7159 74.3672 60.2743 79.0766C60.8327 83.786 57.4698 88.0562 52.7631 88.6143Z fill#003451>/path> ellipse cx89.8746 cy38.6536 rx18.2951 ry7.75582 transformrotate(-15.9373 89.8746 38.6536) fillwhite>/ellipse> ellipse cx119.672 cy35.6063 rx18.2951 ry7.75582 transformrotate(-4.06291 119.672 35.6063) fillwhite>/ellipse> ellipse cx148.543 cy40.0337 rx18.2951 ry7.75582 transformrotate(-4.06291 148.543 40.0337) fillwhite>/ellipse> ellipse cx153.117 cy53.1441 rx18.2951 ry7.75582 transformrotate(-4.06291 153.117 53.1441) fillwhite>/ellipse> path dM89.2268 102.308C89.2268 102.308 81.3684 116.098 79.3548 109.683C78.4067 106.269 77.7015 102.049 77.2692 99.2741C77.2692 99.2741 70.0584 111.075 67.2568 106.006C64.4552 100.938 67.3581 93.3132 67.3581 93.3132 stroke#F088FE stroke-width2.23535 stroke-linecapround stroke-linejoinround>/path> defs> radialGradient idpaint0_radial_79_2636 cx0 cy0 r1 gradientUnitsuserSpaceOnUse gradientTransformtranslate(116.955 146.353) rotate(94.0042) scale(50.1224 197.54)> stop stop-color#C8EBFF>/stop> stop offset0.239583 stop-colorwhite>/stop> stop offset1 stop-colorwhite>/stop> /radialGradient> linearGradient idpaint1_linear_79_2636 x138.4511 y135.7435 x283.7311 y270.1486 gradientUnitsuserSpaceOnUse> stop stop-color#E0C1FD>/stop> stop offset1 stop-color#AD6EF9>/stop> /linearGradient> linearGradient idpaint2_linear_79_2636 x1196.061 y1108.081 x2139.218 y2109.768 gradientUnitsuserSpaceOnUse> stop stop-color#E0C1FD>/stop> stop offset1 stop-color#AD6EF9>/stop> /linearGradient> /defs> /svg> /landing-axol-gills-down> /div> img src/_public/img/landing/footer-background-trim-77f2d3b45e.svg alt loadinglazy classfooter-trim> /section> /landing-the-ground>landing-footer enhanced✨> footer classpi0 mi-auto> h2 classfont-semibold text-center mbe4> img src/_public/img/landing/axol-face-3f3d481230.svg alt classinline loadinglazy> span classpis0>Enhance/span> /h2> div classflex gap-3 align-items-center justify-content-center> a href/docs classinline-block font-medium uppercase p0>Docs/a> a hrefhttps://fosstodon.org/@enhance_dev classinline-block p0> img src/_public/img/landing/mastodon-logo-e3b7e8406e.svg classsocial-logo mi-auto loadinglazy altMastodon> /a> a href/discord classinline-block p0> img src/_public/img/landing/discord-logo-357eff847f.svg classsocial-logo mi-auto loadinglazy altDiscord> /a> a hrefhttps://github.com/enhance-dev classinline-block p0> img src/_public/img/landing/github-logo-34a4026248.svg classsocial-logo mi-auto loadinglazy altGitHub> /a> /div> div classmbs4 text-center> a href#top classunderline text0>Back to the top!/a> /div> /footer> /landing-footer>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]