{"id":11601,"date":"2026-05-01T15:10:39","date_gmt":"2026-05-01T19:10:39","guid":{"rendered":"https:\/\/gradiantstg1.wpenginepowered.com\/?page_id=11601"},"modified":"2026-07-30T17:57:11","modified_gmt":"2026-07-30T21:57:11","slug":"data-centers","status":"publish","type":"page","link":"https:\/\/www.gradiant.com\/it\/ai-applications\/data-centers\/","title":{"rendered":"Data Centers"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"11601\" class=\"elementor elementor-11601\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f53e9ec hypersolved-hero e-con-full e-flex e-con e-child\" data-id=\"f53e9ec\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e39c601 elementor-widget__width-inherit elementor-absolute elementor-widget elementor-widget-html\" data-id=\"e39c601\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n\/* Hero CSS *\/\n.hypersolved-hero {\n  position: relative;\n  height: 100vh;\n  overflow: hidden;\n}\n\n\/* Below the design's own aspect ratio (1440:873 \u2248 1.683), 100vh would leave a black gap above the SVG, so we release to aspect-ratio lock. Hero shrinks\/grows to the SVG's natural height and the SVG fills exactly.\n   `!important` on every property is here to defeat the production `.hero-height { min-height: 102vh !important }` rule. min-height: 0 explicitly zeroes that floor \u2014 without it, height:auto + aspect-ratio still computes to 102vh and the gap returns. *\/\n@media (max-aspect-ratio: 1440 \/ 873) {\n  .hypersolved-hero {\n    height: auto !important;\n    aspect-ratio: 1440 \/ 873 !important;\n    min-height: 0 !important;\n  }\n}\n\n\/* Defensive 600px floor \u2014 only above 1.683 AR, where the hero is already 100vh and 600px is a no-op on any reasonable viewport. Below that AR the hero is sized by the SVG's natural aspect-ratio, and a 600px floor would re-introduce the gap on portrait tablets (where the SVG natural height is ~466px). *\/\n@media (min-aspect-ratio: 1440 \/ 873) {\n  .hypersolved-hero {\n    min-height: 600px;\n  }\n}\n\n\/* Mobile: hero is shorter than the SVG by `bleed` so the SVG extends past the\n   bottom of the hero into the section below. Bleed amount = (svg 100vh) \u2212 (hero height).\n   Tweak the hero height to control how far the SVG drops below the hero.\n   Keep the breakpoint in sync with the .hs-ripple swap below\n   and the Section-2 lineart widget.\n   `!important` and `aspect-ratio: auto` are here to override both the\n   narrow-AR fallback above and the production `.hero-height` rule. *\/\n@media (max-width: 767px) {\n  .hypersolved-hero {\n    height: 96vh !important;                    \/* SVG is 100vh, so 10vh of SVG bleeds below the hero *\/\n    aspect-ratio: auto !important;              \/* unset the narrow-AR fallback so 90vh wins *\/\n    min-height: 0 !important;                   \/* override production .hero-height min-height: 102vh *\/\n    overflow: visible !important;               \/* don't clip the bleed; !important defeats production rules *\/\n  }\n\n  \/* Bubble overflow:visible through the Elementor wrapper chain.\n     Several of these wrappers default to overflow:hidden in many Elementor configs,\n     which clips the mobile SVG bleed at whichever wrapper is the first offender.\n     Without this rule the bleed visibly stops mid-air at the boundary of one of\n     the inner wrappers (typically .elementor-widget-container or\n     .elementor-element-populated). *\/\n  .hypersolved-hero,\n  .hypersolved-hero .elementor-container,\n  .hypersolved-hero .elementor-row,\n  .hypersolved-hero .elementor-column,\n  .hypersolved-hero .elementor-column-wrap,\n  .hypersolved-hero .elementor-element,\n  .hypersolved-hero .elementor-element-populated,\n  .hypersolved-hero .elementor-widget-wrap,\n  .hypersolved-hero .elementor-widget,\n  .hypersolved-hero .elementor-widget-container {\n    overflow: visible !important;\n  }\n}\n<\/style>\n\n<!--\n  HypersolvED Hero \u2014 Section 1 SVG (Version A \u00b7 clip + shimmer) \u2014 STATIC-PAGE VERSION\n  ===================================================================================\n  Identical to the video-page hero widget except for the trigger source. Paste the\n  entire contents of this file into a single Elementor HTML widget inside the hero\n  section.\n\n  This widget contains BOTH the desktop SVG (1440 \u00d7 873) and the mobile SVG (390 \u00d7 789).\n  CSS swaps which is visible at the breakpoint defined below \u2014 only one is in the visual flow at a time.\n  Both gate on the same `.is-revealed` class set by `video copy.html` (the static-page\n  reveal-trigger widget \u2014 fires ~400ms after page load, no video involved).\n\n  \u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510\n  \u2502  BREAKPOINT \u2014 change in TWO files to retune:                        \u2502\n  \u2502     1. this widget         \u2192 @media (max-width: 767px) in <style>   \u2502\n  \u2502     2. Section-2 lineart   \u2192 @media (max-width: 767px) in <style>   \u2502\n  \u2502  Keep the numbers in sync. The static trigger widget (`video copy.  \u2502\n  \u2502  html`) fires the reveal regardless of viewport.                    \u2502\n  \u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518\n\n  ELEMENTOR SETUP (one-time):\n\n  1. Hero SECTION (.hypersolved-hero) \u2014 Advanced > Custom CSS:\n       selector { position: relative; height: 100vh; overflow: hidden; }\n       @media (max-aspect-ratio: 1440\/873) {\n         selector { height: auto; aspect-ratio: 1440\/873; }\n       }\n       @media (max-width: 767px) {\n         selector { height: 90vh; overflow: visible; }   \/* mobile: shorter hero so the 100vh SVG bleeds 10vh below *\/\n       }\n     Set section background to #020022.\n     (These rules are also inlined in the <style> block at the top of this file \u2014\n      keep them in sync if you tweak one place.)\n\n  2. THIS HTML widget \u2014 no Custom CSS required for positioning.\n     The widget self-anchors via the inlined `.hs-ripple { position: absolute; bottom: 0; ... }`\n     rule below. (Earlier versions of this file relied on Elementor's per-widget Custom CSS\n     to anchor the widget \u2014 that's been moved inline so the seam alignment can't break if\n     Elementor settings drift.)\n\n     DESKTOP behavior: the widget anchors to the BOTTOM of the hero. SVG fills the widget's width\n     and the aspect-ratio drives its height. On wide viewports (\u2265 1.65 aspect) the SVG is taller\n     than 100vh, so its top overflows above the hero and is clipped \u2014 empty navy area, nothing\n     visually important is lost.\n\n     MOBILE behavior: the widget anchors to the TOP of the hero, the wrapper is 100vh tall, and\n     the hero is 90vh \u2014 so the bottom 10vh of the SVG drops below the hero into the section\n     below (the bleed). Top-anchoring means the SVG always starts at the hero's top edge, so\n     the bleed amount is a single predictable number across every device.\n\n  3. Hero text widgets (heading\/subheading\/CTA) \u2014 give each z-index: 1 (or higher) so they\n     layer on top of this widget.\n\n  Animation trigger: .is-revealed on .hypersolved-hero (set by the static reveal-trigger\n  widget `video copy.html` after a short delay \u2014 no video, no 6s wait).\n-->\n\n<style>\n  \/* Widget self-anchors to the bottom of the hero section. Inlined here (not\n     left to Elementor's per-widget Custom CSS) so seam alignment with the\n     section-2 lineart can't drift if Elementor settings get reset or the\n     widget is dropped on a page where the per-widget rule wasn't added.\n     See combined-demo-version-a.html for the reference pattern. *\/\n  .hs-ripple {\n    position: absolute;\n    bottom: 0; left: 0; right: 0;       \/* desktop: anchored to BOTTOM of hero *\/\n    z-index: 0;                          \/* sits behind heading\/subheading\/CTA (z-index: 1+) *\/\n    width: 100%;\n    overflow: hidden;\n  }\n  .hs-ripple svg {\n    display: block;\n    width: 100%;\n    height: 100%;\n  }\n\n  \/* ---- Desktop \/ mobile swap ----\n     Single source of truth for the breakpoint in this file. Mirror the same number\n     in the Section-2 lineart widget. *\/\n  .hs-ripple--desktop { aspect-ratio: 1440 \/ 873; }\n  .hs-ripple--mobile  {\n    \/* Mobile wrapper is exactly 100vh. The hero section is 90vh, so when the\n       widget is anchored top:0 (see mobile rule below), the bottom 10vh of\n       this wrapper bleeds below the hero. !important so it defeats the parent\n       .hs-ripple { overflow: hidden } base rule even if specificity ties\n       shift due to other CSS getting layered in. *\/\n    height: 100vh;\n    display: none;\n    overflow: visible !important;\n  }\n\n  @media (max-width: 767px) {\n    .hs-ripple--desktop { display: none; }\n    .hs-ripple--mobile  {\n      display: block;\n      top: 0; bottom: auto;              \/* mobile anchors to TOP so the bleed lands below the 90vh hero *\/\n    }\n  }\n\n  \/* ---- INITIAL hidden state ----\n     Rings and bars start hidden. They animate in only when .is-revealed appears\n     on the parent .hypersolved-hero (set by the video script at currentTime >= 6s)\n     OR on .hs-ripple itself (for portability outside the hypersolved page). *\/\n  .hs-ripple svg [data-ring] {\n    transform-box: view-box;\n    transform-origin: 874px 766px;     \/* desktop ring center *\/\n    transform: scale(0.4);\n    opacity: 0;\n    will-change: transform, opacity;\n  }\n  .hs-ripple--mobile svg [data-ring] {\n    transform-origin: 294px 606px;     \/* mobile ring center (different viewBox) *\/\n  }\n  .hs-ripple svg [data-bar] {\n    clip-path: inset(0 100% 0 0);\n    will-change: clip-path;\n  }\n\n  \/* ---- Reveal: rings scale-from-base, innermost first ---- *\/\n  .hypersolved-hero.is-revealed .hs-ripple svg [data-ring],\n  .hs-ripple.is-revealed             svg [data-ring] {\n    animation: hs-ring-in 950ms cubic-bezier(0.22, 1, 0.36, 1) forwards;\n  }\n  .hypersolved-hero.is-revealed .hs-ripple svg [data-ring=\"0\"],\n  .hs-ripple.is-revealed             svg [data-ring=\"0\"] { animation-delay:   0ms; }\n  .hypersolved-hero.is-revealed .hs-ripple svg [data-ring=\"1\"],\n  .hs-ripple.is-revealed             svg [data-ring=\"1\"] { animation-delay:  90ms; }\n  .hypersolved-hero.is-revealed .hs-ripple svg [data-ring=\"2\"],\n  .hs-ripple.is-revealed             svg [data-ring=\"2\"] { animation-delay: 180ms; }\n  .hypersolved-hero.is-revealed .hs-ripple svg [data-ring=\"3\"],\n  .hs-ripple.is-revealed             svg [data-ring=\"3\"] { animation-delay: 270ms; }\n  .hypersolved-hero.is-revealed .hs-ripple svg [data-ring=\"4\"],\n  .hs-ripple.is-revealed             svg [data-ring=\"4\"] { animation-delay: 360ms; }\n  .hypersolved-hero.is-revealed .hs-ripple svg [data-ring=\"5\"],\n  .hs-ripple.is-revealed             svg [data-ring=\"5\"] { animation-delay: 450ms; }\n\n  @keyframes hs-ring-in {\n      0% { transform: scale(0.4); opacity: 0; }\n     60% { opacity: 1; }\n    100% { transform: scale(1);   opacity: 1; }\n  }\n\n  \/* ---- Reveal: bars left-to-right wipe ---- *\/\n  .hypersolved-hero.is-revealed .hs-ripple svg [data-bar],\n  .hs-ripple.is-revealed             svg [data-bar] {\n    animation: hs-bar-wipe 750ms cubic-bezier(0.22, 1, 0.36, 1) forwards;\n  }\n  .hypersolved-hero.is-revealed .hs-ripple svg [data-bar=\"0\"],\n  .hs-ripple.is-revealed             svg [data-bar=\"0\"] { animation-delay: 380ms; }\n  .hypersolved-hero.is-revealed .hs-ripple svg [data-bar=\"1\"],\n  .hs-ripple.is-revealed             svg [data-bar=\"1\"] { animation-delay: 440ms; }\n  .hypersolved-hero.is-revealed .hs-ripple svg [data-bar=\"2\"],\n  .hs-ripple.is-revealed             svg [data-bar=\"2\"] { animation-delay: 500ms; }\n  .hypersolved-hero.is-revealed .hs-ripple svg [data-bar=\"3\"],\n  .hs-ripple.is-revealed             svg [data-bar=\"3\"] { animation-delay: 560ms; }\n  .hypersolved-hero.is-revealed .hs-ripple svg [data-bar=\"4\"],\n  .hs-ripple.is-revealed             svg [data-bar=\"4\"] { animation-delay: 620ms; }\n  .hypersolved-hero.is-revealed .hs-ripple svg [data-bar=\"5\"],\n  .hs-ripple.is-revealed             svg [data-bar=\"5\"] { animation-delay: 680ms; }\n\n  @keyframes hs-bar-wipe {\n    from { clip-path: inset(0 100% 0 0); }\n    to   { clip-path: inset(0   0% 0 0); }\n  }\n\n  \/* ---- Reduced motion: skip stagger, just fade in on reveal ---- *\/\n  @media (prefers-reduced-motion: reduce) {\n    .hypersolved-hero.is-revealed .hs-ripple svg [data-ring],\n    .hypersolved-hero.is-revealed .hs-ripple svg [data-bar],\n    .hs-ripple.is-revealed             svg [data-ring],\n    .hs-ripple.is-revealed             svg [data-bar] {\n      transform: none;\n      clip-path: none;\n      opacity: 1;\n      animation: hs-fade-in 350ms ease-out both;\n    }\n    @keyframes hs-fade-in {\n      from { opacity: 0; }\n      to   { opacity: 1; }\n    }\n  }\n\n<\/style>\n\n<!-- ====== DESKTOP (\u2265 768px) ====== -->\n<div class=\"hs-ripple hs-ripple--desktop\">\n<svg viewBox=\"0 0 1440 873\" preserveAspectRatio=\"xMidYMid slice\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\">\n<g clip-path=\"url(#hs-clip0)\">\n<g clip-path=\"url(#hs-clip1)\">\n\n<path data-bar=\"0\" d=\"M0 671.471H653.19V660H0\" fill=\"url(#hs-paint0)\"\/>\n<path data-bar=\"1\" d=\"M-0.325195 698.247H652.864V686.776H-0.325195\" fill=\"url(#hs-paint1)\"\/>\n<path data-bar=\"2\" d=\"M-0.325195 725.008H652.864V713.537H-0.325195\" fill=\"url(#hs-paint2)\"\/>\n<path data-bar=\"3\" d=\"M-0.325195 751.77H652.864V740.299H-0.325195\" fill=\"url(#hs-paint3)\"\/>\n<path data-bar=\"4\" d=\"M-0.325195 778.545H652.864V767.074H-0.325195\" fill=\"url(#hs-paint4)\"\/>\n<path data-bar=\"5\" d=\"M-0.325195 805.308H652.864V793.837H-0.325195\" fill=\"url(#hs-paint5)\"\/>\n\n<path data-ring=\"5\" d=\"M1089.15 766.285C1089.15 884.768 992.849 981.148 874.469 981.148C756.088 981.148 659.791 884.768 659.791 766.285V201.728C659.791 164.78 629.769 134.733 592.853 134.733C555.937 134.733 525.916 164.793 525.916 201.728L525.929 660.116H539.782L539.769 201.728C539.769 172.432 563.583 148.585 592.866 148.585C622.15 148.585 645.963 172.419 645.963 201.728V766.285C645.963 892.407 748.481 995.013 874.494 995.013C1000.51 995.013 1103.03 892.407 1103.03 766.285V-3.94238H1089.17V766.272L1089.15 766.285Z\" fill=\"url(#hs-paint6)\"\/>\n<path data-ring=\"4\" d=\"M1056.82 766.285C1056.82 866.93 975.014 948.796 874.468 948.796C773.922 948.796 692.114 866.918 692.114 766.285V201.728C692.114 146.956 647.591 102.381 592.853 102.381C538.115 102.381 493.592 146.943 493.592 201.728L493.605 660.116H507.458L507.445 201.728C507.445 154.595 545.76 116.246 592.853 116.246C639.946 116.246 678.261 154.595 678.261 201.728V766.285C678.261 874.569 766.29 962.661 874.468 962.661C982.647 962.661 1070.68 874.569 1070.68 766.285V-3.94238H1056.82V766.272V766.285Z\" fill=\"url(#hs-paint7)\"\/>\n<path data-ring=\"3\" d=\"M1024.51 766.285C1024.51 849.093 957.206 916.457 874.469 916.457C791.732 916.457 724.426 849.093 724.426 766.285V201.728C724.426 129.118 665.401 70.0425 592.854 70.0425C520.306 70.0425 461.281 129.118 461.281 201.728L461.295 660.116H475.148L475.134 201.728C475.134 136.758 527.951 83.9075 592.866 83.9075C657.781 83.9075 710.585 136.77 710.585 201.728V766.285C710.585 856.732 784.112 930.322 874.482 930.322C964.851 930.322 1038.38 856.732 1038.38 766.285V-3.94238H1024.52V766.272L1024.51 766.285Z\" fill=\"url(#hs-paint8)\"\/>\n<path data-ring=\"2\" d=\"M992.188 766.285C992.188 831.256 939.371 884.106 874.469 884.106C809.566 884.106 756.749 831.243 756.749 766.285V201.728C756.749 111.281 683.235 37.6908 592.853 37.6908C502.471 37.6908 428.957 111.281 428.957 201.728L428.97 660.116H442.824L442.81 201.728C442.81 118.92 510.116 51.5558 592.853 51.5558C675.59 51.5558 742.896 118.92 742.896 201.728V766.285C742.896 838.895 801.921 897.971 874.469 897.971C947.016 897.971 1006.04 838.895 1006.04 766.285V-3.94238H992.188V766.272V766.285Z\" fill=\"url(#hs-paint9)\"\/>\n<path data-ring=\"1\" d=\"M959.877 766.285C959.877 813.418 921.562 851.767 874.469 851.767C827.376 851.767 789.061 813.418 789.061 766.285V201.728C789.061 93.4437 701.045 5.35188 592.854 5.35188C484.662 5.35188 396.646 93.4437 396.646 201.728L396.66 660.116H410.513L410.5 201.728C410.5 101.083 492.308 19.2169 592.854 19.2169C693.4 19.2169 775.208 101.096 775.208 201.728V766.285C775.208 821.07 819.744 865.632 874.469 865.632C929.194 865.632 973.73 821.07 973.73 766.285V-3.94238H959.877V766.272V766.285Z\" fill=\"url(#hs-paint10)\"\/>\n<path data-ring=\"0\" d=\"M927.566 766.285C927.566 795.593 903.752 819.427 874.469 819.427C845.185 819.427 821.372 795.593 821.372 766.285V201.728C821.372 75.6061 718.867 -27 592.853 -27C466.84 -27 364.322 75.6061 364.322 201.728L364.336 660.116H378.189L378.175 201.728C378.175 83.258 474.485 -13.135 592.853 -13.135C711.221 -13.135 807.531 83.2453 807.531 201.728V766.285C807.531 803.232 837.565 833.28 874.469 833.28C911.372 833.28 941.406 803.232 941.406 766.285V-3.94258H927.553V766.272L927.566 766.285Z\" fill=\"url(#hs-paint11)\"\/>\n\n<\/g>\n<\/g>\n\n<defs>\n\n<!-- bar gradients (orange \u2192 navy) \u2014 static -->\n<linearGradient id=\"hs-paint0\" x1=\"-28.5\" y1=\"667.105\" x2=\"651.62\" y2=\"699.104\" gradientUnits=\"userSpaceOnUse\">\n  <stop offset=\"0.0865385\" stop-color=\"#EE4C01\"\/>\n  <stop offset=\"0.687504\" stop-color=\"#030870\"\/>\n<\/linearGradient>\n<linearGradient id=\"hs-paint1\" x1=\"-28.8252\" y1=\"693.881\" x2=\"651.295\" y2=\"725.88\" gradientUnits=\"userSpaceOnUse\">\n  <stop offset=\"0.0865385\" stop-color=\"#EE4C01\"\/>\n  <stop offset=\"0.687504\" stop-color=\"#030870\"\/>\n<\/linearGradient>\n<linearGradient id=\"hs-paint2\" x1=\"-28.8252\" y1=\"720.642\" x2=\"651.295\" y2=\"752.641\" gradientUnits=\"userSpaceOnUse\">\n  <stop offset=\"0.0865385\" stop-color=\"#EE4C01\"\/>\n  <stop offset=\"0.687504\" stop-color=\"#030870\"\/>\n<\/linearGradient>\n<linearGradient id=\"hs-paint3\" x1=\"-28.8252\" y1=\"747.404\" x2=\"651.295\" y2=\"779.403\" gradientUnits=\"userSpaceOnUse\">\n  <stop offset=\"0.0865385\" stop-color=\"#EE4C01\"\/>\n  <stop offset=\"0.687504\" stop-color=\"#030870\"\/>\n<\/linearGradient>\n<linearGradient id=\"hs-paint4\" x1=\"-28.8252\" y1=\"774.179\" x2=\"651.295\" y2=\"806.178\" gradientUnits=\"userSpaceOnUse\">\n  <stop offset=\"0.0865385\" stop-color=\"#EE4C01\"\/>\n  <stop offset=\"0.687504\" stop-color=\"#030870\"\/>\n<\/linearGradient>\n<linearGradient id=\"hs-paint5\" x1=\"-28.8252\" y1=\"800.942\" x2=\"651.295\" y2=\"832.941\" gradientUnits=\"userSpaceOnUse\">\n  <stop offset=\"0.0865385\" stop-color=\"#EE4C01\"\/>\n  <stop offset=\"0.687504\" stop-color=\"#030870\"\/>\n<\/linearGradient>\n\n<!-- ring gradients (navy \u2192 cyan) \u2014 static -->\n<linearGradient id=\"hs-paint6\" x1=\"359.649\" y1=\"747.708\" x2=\"1310.95\" y2=\"488.849\" gradientUnits=\"userSpaceOnUse\">\n  <stop stop-color=\"#020022\"\/>\n  <stop offset=\"0.413462\" stop-color=\"#030870\"\/>\n  <stop offset=\"1\" stop-color=\"#30D1FF\"\/>\n<\/linearGradient>\n<linearGradient id=\"hs-paint7\" x1=\"327.332\" y1=\"723.366\" x2=\"1274.16\" y2=\"457.114\" gradientUnits=\"userSpaceOnUse\">\n  <stop stop-color=\"#020022\"\/>\n  <stop offset=\"0.413462\" stop-color=\"#030870\"\/>\n  <stop offset=\"1\" stop-color=\"#30D1FF\"\/>\n<\/linearGradient>\n<linearGradient id=\"hs-paint8\" x1=\"295.018\" y1=\"699.033\" x2=\"1237\" y2=\"424.968\" gradientUnits=\"userSpaceOnUse\">\n  <stop stop-color=\"#020022\"\/>\n  <stop offset=\"0.413462\" stop-color=\"#030870\"\/>\n  <stop offset=\"1\" stop-color=\"#30D1FF\"\/>\n<\/linearGradient>\n<linearGradient id=\"hs-paint9\" x1=\"262.697\" y1=\"674.69\" x2=\"1199.33\" y2=\"392.414\" gradientUnits=\"userSpaceOnUse\">\n  <stop stop-color=\"#020022\"\/>\n  <stop offset=\"0.413462\" stop-color=\"#030870\"\/>\n  <stop offset=\"1\" stop-color=\"#30D1FF\"\/>\n<\/linearGradient>\n<linearGradient id=\"hs-paint10\" x1=\"230.387\" y1=\"650.357\" x2=\"1161.14\" y2=\"359.419\" gradientUnits=\"userSpaceOnUse\">\n  <stop stop-color=\"#020022\"\/>\n  <stop offset=\"0.413462\" stop-color=\"#030870\"\/>\n  <stop offset=\"1\" stop-color=\"#30D1FF\"\/>\n<\/linearGradient>\n<linearGradient id=\"hs-paint11\" x1=\"198.062\" y1=\"620.306\" x2=\"1127.02\" y2=\"326.792\" gradientUnits=\"userSpaceOnUse\">\n  <stop stop-color=\"#020022\"\/>\n  <stop offset=\"0.413462\" stop-color=\"#030870\"\/>\n  <stop offset=\"1\" stop-color=\"#30D1FF\"\/>\n<\/linearGradient>\n\n<clipPath id=\"hs-clip0\"><rect width=\"1440\" height=\"873\" fill=\"white\"\/><\/clipPath>\n<clipPath id=\"hs-clip1\"><rect width=\"1336\" height=\"1022\" fill=\"white\" transform=\"translate(-233 -27)\"\/><\/clipPath>\n\n<\/defs>\n<\/svg>\n<\/div>\n\n<!-- ====== MOBILE (\u2264 767px) ======\n     Same data-bar \/ data-ring conventions as desktop, so the CSS animations apply uniformly:\n       data-bar=\"0..5\"  \u2014 top\u2192bottom bars\n       data-ring=\"0..5\" \u2014 innermost\u2192outermost rings\n     Gradient and clipPath IDs are namespaced (`hsm-`) so they don't collide with the desktop block. -->\n<div class=\"hs-ripple hs-ripple--mobile\">\n<svg viewBox=\"0 0 390 789\" preserveAspectRatio=\"xMidYMid slice\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\">\n<g clip-path=\"url(#hsm-clip0)\">\n<g clip-path=\"url(#hsm-clip1)\">\n\n<path data-bar=\"0\" d=\"M-402.809 530.797H117.959V521.649H-402.809\" fill=\"url(#hsm-paint0)\"\/>\n<path data-bar=\"1\" d=\"M-403.068 552.149H117.699V543.001H-403.068\" fill=\"url(#hsm-paint1)\"\/>\n<path data-bar=\"2\" d=\"M-403.068 573.49H117.699V564.343H-403.068\" fill=\"url(#hsm-paint2)\"\/>\n<path data-bar=\"3\" d=\"M-403.068 594.832H117.699V585.684H-403.068\" fill=\"url(#hsm-paint3)\"\/>\n<path data-bar=\"4\" d=\"M-403.068 616.184H117.699V607.036H-403.068\" fill=\"url(#hsm-paint4)\"\/>\n<path data-bar=\"5\" d=\"M-403.068 637.526H117.699V628.378H-403.068\" fill=\"url(#hsm-paint5)\"\/>\n\n<path data-ring=\"5\" d=\"M465.532 606.407C465.532 700.891 388.758 777.751 294.376 777.751C199.995 777.751 123.22 700.891 123.22 606.407V156.198C123.22 126.733 99.2854 102.772 69.8534 102.772C40.4214 102.772 16.4863 126.743 16.4863 156.198L16.497 521.742H27.5416L27.5309 156.198C27.5309 132.835 46.5167 113.819 69.8635 113.819C93.2103 113.819 112.196 132.825 112.196 156.198V606.407C112.196 706.983 193.93 788.807 294.397 788.807C394.863 788.807 476.597 706.983 476.597 606.407V-7.81569H465.553V606.397L465.532 606.407Z\" fill=\"url(#hsm-paint6)\"\/>\n<path data-ring=\"4\" d=\"M439.761 606.407C439.761 686.667 374.538 751.951 294.376 751.951C214.214 751.951 148.991 686.657 148.991 606.407V156.198C148.991 112.519 113.494 76.9729 69.8527 76.9729C26.2118 76.9729 -9.28516 112.509 -9.28516 156.198L-9.27446 521.742H1.77017L1.75947 156.198C1.75947 118.611 32.3071 88.0296 69.8527 88.0296C107.398 88.0296 137.946 118.611 137.946 156.198V606.407C137.946 692.759 208.128 763.008 294.376 763.008C380.623 763.008 450.806 692.759 450.806 606.407V-7.81569H439.761V606.396V606.407Z\" fill=\"url(#hsm-paint7)\"\/>\n<path data-ring=\"3\" d=\"M414.001 606.407C414.001 672.442 360.34 726.163 294.377 726.163C228.413 726.163 174.752 672.442 174.752 606.407V156.198C174.752 98.2944 127.693 51.184 69.8536 51.184C12.0139 51.184 -35.0449 98.2944 -35.0449 156.198L-35.0342 521.742H-23.9897L-24.0004 156.198C-24.0004 104.386 18.1091 62.2407 69.8636 62.2407C121.618 62.2407 163.718 104.396 163.718 156.198V606.407C163.718 678.534 222.338 737.219 294.387 737.219C366.435 737.219 425.056 678.534 425.056 606.407V-7.81569H414.011V606.396L414.001 606.407Z\" fill=\"url(#hsm-paint8)\"\/>\n<path data-ring=\"2\" d=\"M388.23 606.407C388.23 658.218 346.12 700.363 294.376 700.363C242.632 700.363 200.522 658.208 200.522 606.407V156.198C200.522 84.0699 141.912 25.385 69.8529 25.385C-2.20589 25.385 -60.8164 84.0699 -60.8164 156.198L-60.8057 521.742H-49.7611L-49.7718 156.198C-49.7718 90.1618 3.88944 36.4417 69.8529 36.4417C135.816 36.4417 189.477 90.1618 189.477 156.198V606.407C189.477 664.31 236.536 711.42 294.376 711.42C352.216 711.42 399.274 664.31 399.274 606.407V-7.81569H388.23V606.396V606.407Z\" fill=\"url(#hsm-paint9)\"\/>\n<path data-ring=\"1\" d=\"M362.47 606.407C362.47 643.993 331.922 674.575 294.377 674.575C256.831 674.575 226.284 643.993 226.284 606.407V156.198C226.284 69.8454 156.111 -0.403922 69.8537 -0.403922C-16.4038 -0.403922 -86.5762 69.8454 -86.5762 156.198L-86.5655 521.742H-75.5209L-75.5316 156.198C-75.5316 75.9373 -10.3085 10.6528 69.8537 10.6528C150.016 10.6528 215.239 75.9474 215.239 156.198V606.407C215.239 650.095 250.746 685.631 294.377 685.631C338.008 685.631 373.515 650.095 373.515 606.407V-7.81569H362.47V606.396V606.407Z\" fill=\"url(#hsm-paint10)\"\/>\n<path data-ring=\"0\" d=\"M336.709 606.406C336.709 629.779 317.723 648.785 294.376 648.785C271.029 648.785 252.043 629.779 252.043 606.406V156.197C252.043 55.6207 170.319 -26.2031 69.853 -26.2031C-30.6134 -26.2031 -112.348 55.6207 -112.348 156.197L-112.337 521.742H-101.292L-101.303 156.197C-101.303 61.7228 -24.5181 -15.1464 69.853 -15.1464C164.224 -15.1464 241.009 61.7126 241.009 156.197V606.406C241.009 635.871 264.954 659.832 294.376 659.832C323.798 659.832 347.743 635.871 347.743 606.406V-7.81585H336.699V606.396L336.709 606.406Z\" fill=\"url(#hsm-paint11)\"\/>\n\n<\/g>\n<\/g>\n\n<defs>\n\n<!-- bar gradients (orange \u2192 navy) \u2014 static -->\n<linearGradient id=\"hsm-paint0\" x1=\"-425.531\" y1=\"527.315\" x2=\"116.708\" y2=\"552.821\" gradientUnits=\"userSpaceOnUse\">\n  <stop offset=\"0.0865385\" stop-color=\"#EE4C01\"\/>\n  <stop offset=\"0.687504\" stop-color=\"#030870\"\/>\n<\/linearGradient>\n<linearGradient id=\"hsm-paint1\" x1=\"-425.791\" y1=\"548.667\" x2=\"116.448\" y2=\"574.173\" gradientUnits=\"userSpaceOnUse\">\n  <stop offset=\"0.0865385\" stop-color=\"#EE4C01\"\/>\n  <stop offset=\"0.687504\" stop-color=\"#030870\"\/>\n<\/linearGradient>\n<linearGradient id=\"hsm-paint2\" x1=\"-425.791\" y1=\"570.008\" x2=\"116.448\" y2=\"595.515\" gradientUnits=\"userSpaceOnUse\">\n  <stop offset=\"0.0865385\" stop-color=\"#EE4C01\"\/>\n  <stop offset=\"0.687504\" stop-color=\"#030870\"\/>\n<\/linearGradient>\n<linearGradient id=\"hsm-paint3\" x1=\"-425.791\" y1=\"591.35\" x2=\"116.448\" y2=\"616.856\" gradientUnits=\"userSpaceOnUse\">\n  <stop offset=\"0.0865385\" stop-color=\"#EE4C01\"\/>\n  <stop offset=\"0.687504\" stop-color=\"#030870\"\/>\n<\/linearGradient>\n<linearGradient id=\"hsm-paint4\" x1=\"-425.791\" y1=\"612.702\" x2=\"116.448\" y2=\"638.208\" gradientUnits=\"userSpaceOnUse\">\n  <stop offset=\"0.0865385\" stop-color=\"#EE4C01\"\/>\n  <stop offset=\"0.687504\" stop-color=\"#030870\"\/>\n<\/linearGradient>\n<linearGradient id=\"hsm-paint5\" x1=\"-425.791\" y1=\"634.044\" x2=\"116.448\" y2=\"659.55\" gradientUnits=\"userSpaceOnUse\">\n  <stop offset=\"0.0865385\" stop-color=\"#EE4C01\"\/>\n  <stop offset=\"0.687504\" stop-color=\"#030870\"\/>\n<\/linearGradient>\n\n<!-- ring gradients (navy \u2192 cyan) \u2014 static -->\n<linearGradient id=\"hsm-paint6\" x1=\"-116.073\" y1=\"591.593\" x2=\"642.397\" y2=\"385.254\" gradientUnits=\"userSpaceOnUse\">\n  <stop stop-color=\"#020022\"\/>\n  <stop offset=\"0.413462\" stop-color=\"#030870\"\/>\n  <stop offset=\"1\" stop-color=\"#30D1FF\"\/>\n<\/linearGradient>\n<linearGradient id=\"hsm-paint7\" x1=\"-141.839\" y1=\"572.18\" x2=\"613.063\" y2=\"359.949\" gradientUnits=\"userSpaceOnUse\">\n  <stop stop-color=\"#020022\"\/>\n  <stop offset=\"0.413462\" stop-color=\"#030870\"\/>\n  <stop offset=\"1\" stop-color=\"#30D1FF\"\/>\n<\/linearGradient>\n<linearGradient id=\"hsm-paint8\" x1=\"-167.602\" y1=\"552.776\" x2=\"583.44\" y2=\"334.316\" gradientUnits=\"userSpaceOnUse\">\n  <stop stop-color=\"#020022\"\/>\n  <stop offset=\"0.413462\" stop-color=\"#030870\"\/>\n  <stop offset=\"1\" stop-color=\"#30D1FF\"\/>\n<\/linearGradient>\n<linearGradient id=\"hsm-paint9\" x1=\"-193.37\" y1=\"533.364\" x2=\"553.403\" y2=\"308.358\" gradientUnits=\"userSpaceOnUse\">\n  <stop stop-color=\"#020022\"\/>\n  <stop offset=\"0.413462\" stop-color=\"#030870\"\/>\n  <stop offset=\"1\" stop-color=\"#30D1FF\"\/>\n<\/linearGradient>\n<linearGradient id=\"hsm-paint10\" x1=\"-219.13\" y1=\"513.959\" x2=\"522.964\" y2=\"282.048\" gradientUnits=\"userSpaceOnUse\">\n  <stop stop-color=\"#020022\"\/>\n  <stop offset=\"0.413462\" stop-color=\"#030870\"\/>\n  <stop offset=\"1\" stop-color=\"#30D1FF\"\/>\n<\/linearGradient>\n<linearGradient id=\"hsm-paint11\" x1=\"-244.901\" y1=\"489.995\" x2=\"495.761\" y2=\"256.031\" gradientUnits=\"userSpaceOnUse\">\n  <stop stop-color=\"#020022\"\/>\n  <stop offset=\"0.413462\" stop-color=\"#030870\"\/>\n  <stop offset=\"1\" stop-color=\"#30D1FF\"\/>\n<\/linearGradient>\n\n<clipPath id=\"hsm-clip0\"><rect width=\"390\" height=\"789\" fill=\"white\"\/><\/clipPath>\n<clipPath id=\"hsm-clip1\"><rect width=\"758\" height=\"815\" fill=\"white\" transform=\"translate(-281.422 -26.2031)\"\/><\/clipPath>\n\n<\/defs>\n<\/svg>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-987deb2 elementor-widget__width-inherit elementor-absolute hero-poster elementor-widget elementor-widget-html\" data-id=\"987deb2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!--\n  HypersolvED Hero \u2014 Static-page reveal trigger (no video, background image instead)\n  =================================================================================\n  Drop-in replacement for video.html on pages that use a static background IMAGE\n  in the hero section instead of a looping video.\n\n  This widget renders nothing \u2014 it's purely the script that fires the same reveal\n  trigger that video.html fires on the regular page, but after a short fixed delay\n  instead of a video timestamp. The hero SVG and Section-2 lineart widgets are\n  identical to the video-page versions; they gate on the same .is-revealed and\n  .is-hero-revealed classes set below.\n\n  ELEMENTOR SETUP:\n  1. Hero SECTION background \u2014 set the static IMAGE in Elementor's section settings\n     (Style > Background > Image). Nothing image-related is in this widget.\n  2. Drop in this widget anywhere inside the hero section. No Custom CSS needed.\n  3. Drop in the index-clip-shimmer (hero) and index-clip-shimmer-section2 (lineart)\n     widgets exactly as on the video-page version \u2014 they need no edits.\n\n  Trigger: REVEAL_DELAY_MS after the script runs. Tune the constant below.\n  Reduced motion \/ save-data \u2192 fires immediately so the hero is never stuck hidden.\n-->\n\n<style>\n  \/* ========== HERO ENTRANCE ==========\n     Mirrors the rules in the video-page video.html \u2014 just the trigger source differs (a\n     short setTimeout instead of a video timestamp). Keep the two sets of rules in sync;\n     otherwise the static page will visually drift from the video page. *\/\n\n  .hypersolved-hero .hypersolved-hero-heading,\n  .hypersolved-hero .hypersolved-hero-subheading,\n  .hypersolved-hero .hypersolved-hero-cta {\n    opacity: 0;\n    transform: translateY(28px);\n    transition:\n      opacity   1100ms cubic-bezier(0.22, 1, 0.36, 1),\n      transform 1100ms cubic-bezier(0.22, 1, 0.36, 1);\n    will-change: opacity, transform;\n  }\n\n  \/* Overlay (full-section tint\/gradient layer) \u2014 pure opacity fade, no slide.\n     No transition-delay so the backdrop establishes first and the heading\/subheading\/CTA\n     layer in over it. *\/\n  .hypersolved-hero .hypersolved-hero-overlay {\n    opacity: 0;\n    transition: opacity 1100ms cubic-bezier(0.22, 1, 0.36, 1);\n    will-change: opacity;\n  }\n\n  .hypersolved-hero.is-revealed .hypersolved-hero-heading {\n    opacity: 1;\n    transform: translateY(0);\n    transition-delay: 200ms;\n  }\n  .hypersolved-hero.is-revealed .hypersolved-hero-subheading {\n    opacity: 1;\n    transform: translateY(0);\n    transition-delay: 420ms;\n  }\n  .hypersolved-hero.is-revealed .hypersolved-hero-cta {\n    opacity: 1;\n    transform: translateY(0);\n    transition-delay: 640ms;\n  }\n  .hypersolved-hero.is-revealed .hypersolved-hero-overlay {\n    opacity: 1;\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    .hypersolved-hero .hypersolved-hero-heading,\n    .hypersolved-hero .hypersolved-hero-subheading,\n    .hypersolved-hero .hypersolved-hero-cta,\n    .hypersolved-hero .hypersolved-hero-overlay {\n      transform: none;\n      transition: opacity 350ms ease-out;\n      transition-delay: 0ms !important;\n    }\n  }\n<\/style>\n\n<script>\n  (function () {\n    var REVEAL_DELAY_MS = 400;       \/\/ shorter than video.html's 6s \u2014 tune to taste\n\n    var revealed = false;\n\n    function triggerReveal() {\n      if (revealed) return;\n      revealed = true;\n      \/\/ Query the hero at trigger time, not at script time \u2014 covers the case\n      \/\/ where this widget runs before the hero markup is in the DOM.\n      var hero = document.querySelector('.hypersolved-hero');\n      if (hero) hero.classList.add('is-revealed');\n      document.body.classList.add('is-hero-revealed');\n    }\n\n    function schedule() {\n      if (revealed) return;\n\n      \/\/ Accessibility \/ data-saver short-circuit \u2014 skip the delay, reveal immediately.\n      var reducedMotion = matchMedia('(prefers-reduced-motion: reduce)').matches;\n      var saveData      = navigator.connection && navigator.connection.saveData;\n      if (reducedMotion || saveData) {\n        triggerReveal();\n        return;\n      }\n\n      \/\/ iOS Safari sometimes throttles `setTimeout` until the first user interaction\n      \/\/ (bfcache restore, prerender, low-power mode, certain cold loads). Pairing\n      \/\/ requestAnimationFrame with setTimeout sidesteps this \u2014 rAF only fires once\n      \/\/ the page is actually rendering, which guarantees the timer is no longer\n      \/\/ suspended. Without this, the SVG was only animating after the user touched\n      \/\/ the screen on iPhone.\n      requestAnimationFrame(function () {\n        setTimeout(triggerReveal, REVEAL_DELAY_MS);\n      });\n    }\n\n    \/\/ Wait for DOMContentLoaded so .hypersolved-hero is definitely in the tree.\n    if (document.readyState === 'loading') {\n      document.addEventListener('DOMContentLoaded', schedule, { once: true });\n    } else {\n      schedule();\n    }\n\n    \/\/ Belt-and-suspenders: pageshow fires when the page is restored from bfcache,\n    \/\/ where the original setTimeout may have been suspended and never re-fires on its own.\n    window.addEventListener('pageshow', schedule);\n  })();\n<\/script>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5a6946a e-flex e-con-boxed e-con e-child\" data-id=\"5a6946a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5776542 hypersolved-hero-heading elementor-widget elementor-widget-heading\" data-id=\"5776542\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">THE WATER <br>LAYER \n<br>FOR DATA CENTERS<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f944100 elementor-widget-mobile__width-initial elementor-widget__width-initial elementor-widget-tablet__width-initial hypersolved-hero-subheading elementor-widget elementor-widget-heading\" data-id=\"f944100\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">HyperSolved is the most complete cooling water solution for AI data centers<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2553829 elementor-widget elementor-widget-button\" data-id=\"2553829\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#hypersolved-contact\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Speak with an Expert<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-471f18f e-con-full hypersolved-hero-overlay e-flex e-con e-child\" data-id=\"471f18f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;,&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-47ff5d9 e-flex e-con-boxed e-con e-parent\" data-id=\"47ff5d9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-1136440 e-con-full e-flex e-con e-child\" data-id=\"1136440\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-fee15f9 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"fee15f9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInDown&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2b67f69 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"2b67f69\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Water determines where AI data centers get built<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8f75070 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"8f75070\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:400}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1dcf854 elementor-widget elementor-widget-text-editor\" data-id=\"1dcf854\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Data Center and AI infrastructure is scaling faster than water certainty. In many locations, cooling water availability, permitting, discharge sensitivity, and community acceptance are becoming as strategic as power, land, and chips.<\/p>\n<p>\u00a0<\/p>\n<p>HyperSolved brings Gradiant\u2019s treatment technologies, CURE Chemicals, SmartOps AI, and liquid concentration expertise into one end-to-end cooling water solution, helping operators reduce freshwater dependence, protect uptime, and fast-track deployment.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-abb34ba elementor-widget__width-inherit elementor-absolute elementor-hidden-mobile elementor-widget elementor-widget-html\" data-id=\"abb34ba\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!--\n  HypersolvED \u2014 Section 2 Lineart (Version A \u00b7 clip + shimmer) \u2014 STATIC-PAGE VERSION\n  ==================================================================================\n  Identical to the video-page lineart widget except for the trigger source.\n  Paste the entire contents of this file into a NEW Elementor HTML widget at the top\n  of section 2 (the section directly below the hero).\n\n  \u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510\n  \u2502  RESPONSIVE \u2014 this widget is hidden on mobile.                      \u2502\n  \u2502  The mobile hero is a single combined SVG (handled in the Section-1 \u2502\n  \u2502  widget), so the section-2 lineart strip is not used below 768px.   \u2502\n  \u2502  BREAKPOINT must match the Section-1 widget. Change in TWO places:  \u2502\n  \u2502     1. this widget         \u2192 @media (max-width: 767px) below        \u2502\n  \u2502     2. Section-1 hero SVG  \u2192 @media (max-width: 767px) in <style>   \u2502\n  \u2514\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518\n\n  ELEMENTOR SETUP:\n\n  1. Section 2 \u2014 auto-height, no aspect-ratio. Set the section to FULL WIDTH (no container\n     max-width, no horizontal padding) so its inner width matches the hero's. The hero widget\n     spans the full viewport (`left:0; right:0`); if section-2 is constrained to e.g. 1140px,\n     the two SVGs render at different horizontal scales and the seam arcs no longer line up\n     with the hero rings. Drop this widget at the top of the section.\n\n  2. THIS HTML widget \u2014 no Custom CSS needed. It's normal flow, anchored to the top of the section.\n     The widget naturally sets its own height from the `aspect-ratio: 1440\/124` rule below.\n\n  3. Section 2 background \u2014 set to whatever the design calls for (the design uses light bg).\n     If your section bg is dark, change `--hs-line-color` to a light value (e.g., rgba(255,255,255,0.45)).\n\n  Animation trigger: body.is-hero-revealed (set by the static reveal-trigger widget\n  `video copy.html` at the same instant as section 1 \u2014 no video, no 6s wait).\n  Both halves of every arc reveal in the same frame across the seam.\n-->\n\n<style>\n  .hs-line {\n    --hs-line-color: #FFFFFF45;     \/* navy at 45% \u2014 works on a light section bg *\/\n    --hs-line-width: 1px;\n\n    position: relative;\n    width: 100%;\n    aspect-ratio: 1440 \/ 124;     \/* matches the SVG's natural ratio so width:100% sets the height correctly *\/\n    display: block;\n    overflow: hidden;             \/* trim anything that bleeds (defensive) *\/\n  }\n  .hs-line svg {\n    display: block;\n    width: 100%;\n    height: 100%;\n  }\n\n  \/* ---- Hide on mobile ----\n     The mobile hero variant ships the bars+rings as a single combined SVG,\n     so this lineart strip is not part of the mobile design. Keep this\n     breakpoint in sync with the Section-1 widget. *\/\n  @media (max-width: 767px) {\n    .hs-line { display: none; }\n  }\n\n  \/* ---- INITIAL hidden state ----\n     Each lineart path is hidden via stroke-dashoffset = pathLength. The draw-on animation only fires when\n     `is-hero-revealed` appears on <body> (set by video.html at currentTime >= 6s). This is the SAME trigger that\n     fires the section-1 SVG entrance, so both halves of every arc reveal in the same frame. *\/\n  .hs-line svg [data-line] {\n    stroke: var(--hs-line-color);\n    stroke-width: var(--hs-line-width);\n    fill: none;\n    \/* Each path's `pathLength=\"100\"` SVG attribute (in markup below) normalizes its length to 100 units,\n       so dasharray:100 and dashoffset:100 hide the path consistently across all 12 arcs regardless of true length. *\/\n    stroke-dasharray: 100;\n    stroke-dashoffset: 100;\n    will-change: stroke-dashoffset;\n    vector-effect: non-scaling-stroke; \/* keep stroke width constant even if any subtle SVG scaling occurs *\/\n  }\n\n  \/* ---- Reveal: stroke draw-on, innermost \u2192 outermost ----\n     Hero rings reveal at 0\u2013540ms (90ms \u00d7 6). Lineart starts at the same moment, draws over 1.2s with a tighter\n     60ms stagger so all 12 arcs are mid-animation while the rings are still landing. The last arc finishes at\n     ~1.86s \u2014 a smooth continuation rather than an obvious second beat. *\/\n  body.is-hero-revealed .hs-line svg [data-line] {\n    animation: hs-line-draw 1200ms cubic-bezier(0.22, 1, 0.36, 1) forwards;\n  }\n  body.is-hero-revealed .hs-line svg [data-line=\"0\"]  { animation-delay:   0ms; }\n  body.is-hero-revealed .hs-line svg [data-line=\"1\"]  { animation-delay:  60ms; }\n  body.is-hero-revealed .hs-line svg [data-line=\"2\"]  { animation-delay: 120ms; }\n  body.is-hero-revealed .hs-line svg [data-line=\"3\"]  { animation-delay: 180ms; }\n  body.is-hero-revealed .hs-line svg [data-line=\"4\"]  { animation-delay: 240ms; }\n  body.is-hero-revealed .hs-line svg [data-line=\"5\"]  { animation-delay: 300ms; }\n  body.is-hero-revealed .hs-line svg [data-line=\"6\"]  { animation-delay: 360ms; }\n  body.is-hero-revealed .hs-line svg [data-line=\"7\"]  { animation-delay: 420ms; }\n  body.is-hero-revealed .hs-line svg [data-line=\"8\"]  { animation-delay: 480ms; }\n  body.is-hero-revealed .hs-line svg [data-line=\"9\"]  { animation-delay: 540ms; }\n  body.is-hero-revealed .hs-line svg [data-line=\"10\"] { animation-delay: 600ms; }\n  body.is-hero-revealed .hs-line svg [data-line=\"11\"] { animation-delay: 660ms; }\n\n  @keyframes hs-line-draw {\n    from { stroke-dashoffset: 100; }\n    to   { stroke-dashoffset:   0; }\n  }\n\n  @media (prefers-reduced-motion: reduce) {\n    body.is-hero-revealed .hs-line svg [data-line] {\n      animation: hs-line-fade 350ms ease-out both;\n      stroke-dashoffset: 0;\n    }\n    @keyframes hs-line-fade {\n      from { opacity: 0; }\n      to   { opacity: 1; }\n    }\n  }\n<\/style>\n\n<div class=\"hs-line\">\n<svg viewBox=\"0 0 1440 124\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" preserveAspectRatio=\"xMidYMid meet\">\n  <!-- 12 arcs split out of the original combined path. Indices ordered innermost (0) \u2192 outermost (11)\n       so they pair with the hero's 6 filled rings (each ring contributes 2 outlines: inner + outer).\n       pathLength=\"100\" normalizes each path's length so the same dasharray\/offset values work uniformly across all 12. -->\n  <path data-line=\"0\"  pathLength=\"100\" d=\"M927.374 -106.122C927.374 -76.8564 903.594 -53.0599 874.349 -53.0599C845.104 -53.0599 821.324 -76.8564 821.324 -106.122\"\/>\n  <path data-line=\"1\"  pathLength=\"100\" d=\"M807.492 -106.122C807.492 -69.2213 837.489 -39.2182 874.349 -39.2182C911.208 -39.2182 941.206 -69.2213 941.206 -106.122\"\/>\n  <path data-line=\"2\"  pathLength=\"100\" d=\"M789.054 -106.122C789.054 -59.0513 827.311 -20.7678 874.349 -20.7678C921.371 -20.7678 959.643 -59.0513 959.643 -106.122\"\/>\n  <path data-line=\"3\"  pathLength=\"100\" d=\"M775.222 -106.122C775.222 -51.4161 819.696 -6.92618 874.349 -6.92618C929.001 -6.92618 973.476 -51.4315 973.476 -106.122\"\/>\n  <path data-line=\"4\"  pathLength=\"100\" d=\"M756.769 -106.137C756.769 -41.2616 809.518 11.5241 874.349 11.5241C939.179 11.5241 991.928 -41.2461 991.928 -106.122\"\/>\n  <path data-line=\"5\"  pathLength=\"100\" d=\"M742.937 -106.137C742.937 -33.6264 801.888 25.3657 874.349 25.3657C946.809 25.3657 1005.76 -33.6264 1005.76 -106.137\"\/>\n  <path data-line=\"6\"  pathLength=\"100\" d=\"M724.5  -106.122C724.5  -23.441  791.725 43.8314 874.349 43.8314C956.972 43.8314 1024.2  -23.441  1024.2  -106.122\"\/>\n  <path data-line=\"7\"  pathLength=\"100\" d=\"M710.668 -106.122C710.668 -15.8058 784.095 57.6731 874.349 57.6731C964.602 57.6731 1038.03 -15.8058 1038.03 -106.122\"\/>\n  <path data-line=\"8\"  pathLength=\"100\" d=\"M692.215 -106.137C692.215  -5.63576 773.932 76.1235 874.349 76.1235C974.78  76.1235 1056.48 -5.62047 1056.48 -106.122\"\/>\n  <path data-line=\"9\"  pathLength=\"100\" d=\"M678.383 -106.137C678.383   1.99941 766.302 89.9651 874.349 89.9651C982.395 89.9651 1070.31  1.99941 1070.31 -106.137\"\/>\n  <path data-line=\"10\" pathLength=\"100\" d=\"M1088.75 -106.122C1088.75  12.1847 992.573 108.431 874.349 108.431C756.124 108.431 659.945 12.1847 659.945 -106.122\"\/>\n  <path data-line=\"11\" pathLength=\"100\" d=\"M646.113 -106.137C646.113  19.8046 748.51  122.257 874.349 122.257C1000.19 122.257 1102.58 19.8046 1102.58 -106.137\"\/>\n<\/svg>\n<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-34d779e e-flex e-con-boxed e-con e-parent\" data-id=\"34d779e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;gradient&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-bda2ea3 e-con-full e-flex e-con e-child\" data-id=\"bda2ea3\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-74b518e elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"74b518e\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">One accountable partner \nmanaging the water layer<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-86e306a elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"86e306a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>HyperSolved is Gradiant\u2019s integrated cooling water solution for data centers and AI infrastructure, designed to expand water options, protect performance, reduce discharge burden, and simplify responsibility across the cooling water lifecycle, all at the most accelerated pace in the industry.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ca8c522 e-grid e-con-full e-con e-child\" data-id=\"ca8c522\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f760b6f e-con-full e-flex e-con e-child\" data-id=\"f760b6f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-708d8d4 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"708d8d4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"602\" height=\"1024\" src=\"https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/Frame-1991424931.svg\" class=\"attachment-large size-large wp-image-11604\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-764dc6b elementor-widget-mobile__width-initial elementor-widget__width-initial elementor-widget-tablet__width-initial elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"764dc6b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Broadest source water options<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a8bc350 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"a8bc350\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Works with any water source, including municipal effluent and groundwater, to reduce freshwater dependence.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6d62c62 e-con-full e-flex e-con e-child\" data-id=\"6d62c62\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-893f1f3 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"893f1f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"868\" height=\"1024\" src=\"https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/Frame-1991424932.svg\" class=\"attachment-large size-large wp-image-11603\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6d67eea elementor-widget-mobile__width-initial elementor-widget__width-initial elementor-widget-tablet__width-initial elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"6d67eea\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Highest operating confidence<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4734574 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"4734574\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Protect uptime with an integrated approach to performance across the cooling water system.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ca131af e-con-full e-flex e-con e-child\" data-id=\"ca131af\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c56186a elementor-invisible elementor-widget elementor-widget-image\" data-id=\"c56186a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:600}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/icons8-features-list-1.svg\" class=\"attachment-large size-large wp-image-11605\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-47cc1ca elementor-widget-mobile__width-initial elementor-widget__width-initial elementor-widget-tablet__width-initial elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"47cc1ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Least permitting friction<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ebe8116 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"ebe8116\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Reduce blowdown, disposal burden, and localized impact for better community acceptance.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-806a772 e-con-full e-flex e-con e-child\" data-id=\"806a772\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-46460b1 elementor-invisible elementor-widget elementor-widget-image\" data-id=\"46460b1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:800}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/icons8-time-span-1.svg\" class=\"attachment-large size-large wp-image-11602\" alt=\"\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-771f15a elementor-widget-mobile__width-initial elementor-widget__width-initial elementor-widget-tablet__width-initial elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"771f15a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Fastest time to deployment<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d25468c elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"d25468c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Move at the project\u2019s pace with one accountable partner who can manage the water layer.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2b1768c e-con-full e-flex e-con e-parent\" data-id=\"2b1768c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-ff33515 e-con-full animated-slow bg-svg e-flex elementor-invisible e-con e-child\" data-id=\"ff33515\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;,&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:800}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3195ed4 challenge-cards-section e-con-full e-flex e-con e-child\" data-id=\"3195ed4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-e995251 e-con-full challenge-cards-heading e-flex e-con e-child\" data-id=\"e995251\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d45ba7f elementor-widget-mobile__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"d45ba7f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">One complete solution. <br>\nThree critical challenges solved.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-249332f e-grid e-con-full e-con e-child\" data-id=\"249332f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f6f13d4 e-con-full challenge-card e-flex elementor-invisible e-con e-child\" data-id=\"f6f13d4\" data-element_type=\"container\" data-e-type=\"container\" id=\"challenge-card-1\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInDown&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f4a4318 elementor-absolute challenge-card-image elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"f4a4318\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"814\" height=\"542\" src=\"https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/HyperSolved-Challenge-Image-1.webp\" class=\"attachment-full size-full wp-image-11616\" alt=\"\" srcset=\"https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/HyperSolved-Challenge-Image-1.webp 814w, https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/HyperSolved-Challenge-Image-1-300x200.webp 300w, https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/HyperSolved-Challenge-Image-1-768x511.webp 768w, https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/HyperSolved-Challenge-Image-1-18x12.webp 18w, https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/HyperSolved-Challenge-Image-1-150x100.webp 150w\" sizes=\"auto, (max-width: 814px) 100vw, 814px\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-616cad0 e-con-full challenge-card-content e-flex e-con e-child\" data-id=\"616cad0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7837701 elementor-widget elementor-widget-heading\" data-id=\"7837701\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Challenge One<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-36e3d7b elementor-widget elementor-widget-heading\" data-id=\"36e3d7b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Secure your <br>\nwater supply<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12a7bf3 challenge-card-description elementor-widget elementor-widget-text-editor\" data-id=\"12a7bf3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Access more sources, reduce freshwater dependence, and unlock constrained sites.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5dc2fcf e-con-full challenge-card e-flex elementor-invisible e-con e-child\" data-id=\"5dc2fcf\" data-element_type=\"container\" data-e-type=\"container\" id=\"challenge-card-2\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInDown&quot;,&quot;animation_delay&quot;:600}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0eecc48 elementor-absolute challenge-card-image elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"0eecc48\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"542\" src=\"https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/HyperSolved-Challenge-Image-2.webp\" class=\"attachment-full size-full wp-image-11617\" alt=\"\" srcset=\"https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/HyperSolved-Challenge-Image-2.webp 800w, https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/HyperSolved-Challenge-Image-2-300x203.webp 300w, https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/HyperSolved-Challenge-Image-2-768x520.webp 768w, https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/HyperSolved-Challenge-Image-2-18x12.webp 18w, https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/HyperSolved-Challenge-Image-2-150x102.webp 150w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-688c9c9 e-con-full challenge-card-content e-flex e-con e-child\" data-id=\"688c9c9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5a40ee0 elementor-widget elementor-widget-heading\" data-id=\"5a40ee0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Challenge Two<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-094b8e3 elementor-widget elementor-widget-heading\" data-id=\"094b8e3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Protect cooling system performance<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-507a134 challenge-card-description elementor-widget elementor-widget-text-editor\" data-id=\"507a134\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Stabilize cooling performance and help protect uptime through integrated chemistry, AI-powered control, and operating optimization.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7a6f7e5 e-con-full challenge-card e-flex elementor-invisible e-con e-child\" data-id=\"7a6f7e5\" data-element_type=\"container\" data-e-type=\"container\" id=\"challenge-card-3\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;animation&quot;:&quot;fadeInDown&quot;,&quot;animation_delay&quot;:1000}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c49071 elementor-absolute challenge-card-image elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"7c49071\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"542\" src=\"https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/HyperSolved-Challenge-Image-3.webp\" class=\"attachment-full size-full wp-image-11618\" alt=\"\" srcset=\"https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/HyperSolved-Challenge-Image-3.webp 800w, https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/HyperSolved-Challenge-Image-3-300x203.webp 300w, https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/HyperSolved-Challenge-Image-3-768x520.webp 768w, https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/HyperSolved-Challenge-Image-3-18x12.webp 18w, https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/HyperSolved-Challenge-Image-3-150x102.webp 150w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-b79e966 e-con-full challenge-card-content e-flex e-con e-child\" data-id=\"b79e966\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7d255c8 elementor-widget elementor-widget-heading\" data-id=\"7d255c8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Challenge THREE<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a146a86 elementor-widget elementor-widget-heading\" data-id=\"a146a86\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Minimize discharge <br>\nand waste<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-66d3f17 challenge-card-description elementor-widget elementor-widget-text-editor\" data-id=\"66d3f17\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Reduce blowdown, disposal costs, and regulatory risk.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-00160c7 e-con-full e-flex e-con e-child\" data-id=\"00160c7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-99df9bf e-grid e-con-full e-con e-child\" data-id=\"99df9bf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-40f8478 e-con-full e-flex e-con e-child\" data-id=\"40f8478\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.4,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:25,&quot;end&quot;:45}},&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;tablet&quot;]}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d5e0765 elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"d5e0765\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ready when your project is<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d8cb887 elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"d8cb887\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>HyperSolved is built for the pace of data center development. From containerized deployment that helps bring cooling water support online quickly to startup, commissioning, ongoing operations and maintenance services, Gradiant helps customers move faster at the front end and stay supported over time.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ca6dd75 e-con-full e-flex e-con e-child\" data-id=\"ca6dd75\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_effect&quot;:&quot;yes&quot;,&quot;motion_fx_translateY_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.4,&quot;sizes&quot;:[]},&quot;motion_fx_translateY_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:25,&quot;end&quot;:45}},&quot;motion_fx_scale_effect&quot;:&quot;yes&quot;,&quot;motion_fx_scale_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:-1,&quot;sizes&quot;:[]},&quot;motion_fx_scale_range&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:23}},&quot;motion_fx_devices&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;tablet&quot;],&quot;motion_fx_scale_direction&quot;:&quot;in-out&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c5bb533 e-con-full deployment e-flex e-con e-child\" data-id=\"c5bb533\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-cf3e72a e-con-full deployment__pinned e-flex e-con e-child\" data-id=\"cf3e72a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-f936350 e-con-full deployment__heading e-flex e-con e-child\" data-id=\"f936350\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c00bfa0 elementor-widget-tablet__width-initial elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"c00bfa0\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Deployment options for speed and performance<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8f307b7 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-hidden-mobile elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"8f307b7\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>HyperSolved helps match the solution to the project\u2019s pace and the site\u2019s long-term needs &#8211; all from one accountable partner, with the option for Gradiant to manage the end-to-end water operations.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bcdd8d4 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-tablet elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"bcdd8d4\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>HyperSolved helps match the solution to the project\u2019s pace and the site\u2019s long-term needs &#8211; all from one accountable partner, with the option for Gradiant to manage the end-to-end water operations.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-39e5bb3 deployment__option deployment__option--one e-flex e-con-boxed e-con e-child\" data-id=\"39e5bb3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-58e7e66 e-con-full e-flex e-con e-child\" data-id=\"58e7e66\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26e09c1 elementor-widget-tablet__width-initial elementor-widget-mobile__width-initial elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"26e09c1\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Containerized for speed and variable demand<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4b29b8b elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"4b29b8b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>For fast-moving builds, HyperSolved can be deployed in containerized configurations that provide ready-to-go treatment capacity while the permanent facility is being built and commissioned, or during seasonal demand increases.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8eb37d5 e-con-full circle-image-container e-flex e-con e-child\" data-id=\"8eb37d5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dc5c9ef deployment__option deployment__option--two e-flex e-con-boxed e-con e-child\" data-id=\"dc5c9ef\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-60f16e2 e-con-full e-flex e-con e-child\" data-id=\"60f16e2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-50f5c47 elementor-widget-tablet__width-initial elementor-widget-mobile__width-initial elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"50f5c47\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Permanent infrastructure for long-term performance<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-19fd1cb elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"19fd1cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>As the site moves into long-term operation, Gradiant can deliver a fully integrated permanent cooling water system engineered for steady-state performance and long-term operating confidence.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d8e59c2 e-con-full circle-image-container e-flex e-con e-child\" data-id=\"d8e59c2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6c9226f glass-cells-section e-flex e-con-boxed e-con e-parent\" data-id=\"6c9226f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-53ae38b elementor-absolute elementor-widget elementor-widget-html\" data-id=\"53ae38b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!--\n  HyperSolved \u00b7 v1 \u00b7 Sweep wipe\n  Drop-in for the Elementor HTML widget on the dark section.\n  Scroll progress is locked to .glass-cells-section.\n  --p reaches 1 when the section's bottom edge enters the viewport bottom.\n-->\n<div class=\"hs-dark-bg\" data-mount=\"absolute\" data-parallax>\n<svg id=\"hsDarkSvg\" class=\"hs-svg hs-svg-desktop\" preserveAspectRatio=\"xMidYMid slice\" width=\"1440\" height=\"2023\" viewBox=\"0 0 1440 2023\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<g clip-path=\"url(#clip0_1469_1249)\">\n<g style=\"mix-blend-mode:hard-light; isolation:isolate\" opacity=\"0.3\"><g clip-path=\"url(#clip1_1469_1249)\"><g class=\"hs-c hs-c1\" data-anchor=\"0 0\" style=\"transform-box: fill-box; transform-origin: 0px 0px;\"><path class=\"hs-l\" data-i=\"0\" d=\"M319.16 5.5091V-5.41016H307.344V5.5091C307.344 106.578 225.178 188.8 124.18 188.8H-89.6992V200.625H124.18C231.696 200.625 319.16 113.101 319.16 5.5091Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"1\" d=\"M291.592 5.5091V-5.41016H279.776V5.5091C279.776 91.367 209.978 161.213 124.18 161.213H-89.6992V173.038H124.18C216.483 173.038 291.592 97.8897 291.592 5.5091Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"2\" d=\"M264.012 5.5091V-5.41016H252.195V5.5091C252.195 76.143 194.765 133.613 124.18 133.613H-89.6992V145.438H124.18C201.283 145.438 264.012 82.6657 264.012 5.5091Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"3\" d=\"M236.444 5.5091V-5.41016H224.627V5.5091C224.627 60.9322 179.564 106.027 124.18 106.027H-89.6992V117.851H124.18C186.082 117.851 236.444 67.4549 236.444 5.5091Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"4\" d=\"M208.876 5.5091V-5.41016H197.06V5.5091C197.06 45.7214 164.364 78.4266 124.193 78.4266H-89.6992V90.2515H124.18C170.869 90.2515 208.863 52.2309 208.863 5.5091H208.876Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"5\" d=\"M181.296 5.5091V-5.41016H169.479V5.5091C169.479 30.5105 149.151 50.8398 124.18 50.8398H-89.6992V62.6646H124.18C155.669 62.6646 181.296 37.0201 181.296 5.5091Z\" fill=\"url(#hsDarkGrad)\"\/><\/g><g class=\"hs-c hs-c2\" data-anchor=\"720 650\" style=\"transform-box: fill-box; transform-origin: 720px 650px;\"><path class=\"hs-l\" data-i=\"0\" d=\"M1517.88 -5.41016V1079.55C1517.88 1180.62 1435.72 1262.84 1334.72 1262.84C1233.72 1262.84 1151.55 1180.62 1151.55 1079.55V597.931C1151.55 566.42 1125.94 540.776 1094.44 540.776C1062.94 540.776 1037.32 566.42 1037.32 597.931V772.862H1049.14V597.931C1049.14 572.93 1069.47 552.601 1094.44 552.601C1119.41 552.601 1139.74 572.93 1139.74 597.931V772.889H853.031C828.047 772.889 807.732 752.559 807.732 727.558V445.009H809.7C917.216 445.009 1004.68 357.485 1004.68 249.893V-5.41016H992.863V249.893C992.863 350.962 910.698 433.184 809.7 433.184H450.533C349.534 433.184 267.369 350.962 267.369 249.893C267.369 148.824 349.534 66.6018 450.533 66.6018H612.752C713.75 66.6018 795.916 148.824 795.916 249.893V253.857C795.916 265.025 795.811 295.224 795.811 295.224H780.151V272.152C780.151 260.064 780.151 253.555 779.784 249.893H780.151C780.151 157.526 705.042 82.3639 612.739 82.3639H450.52C358.203 82.3639 283.107 157.513 283.107 249.893C283.107 342.274 358.203 417.422 450.52 417.422H809.686C901.99 417.422 977.099 342.274 977.099 249.893V-5.41016H965.282V249.893C965.282 335.751 895.485 405.597 809.686 405.597H450.52C364.722 405.597 294.924 335.751 294.924 249.893C294.924 164.035 364.722 94.1887 450.52 94.1887H612.739C698.524 94.1887 768.335 164.035 768.335 249.893V295.224H752.492L752.571 272.152C752.571 260.064 752.571 253.555 752.204 249.893H752.571C752.571 172.736 689.842 109.964 612.739 109.964H450.52C373.417 109.964 310.688 172.736 310.688 249.893C310.688 327.05 373.417 389.822 450.52 389.822H809.686C886.789 389.822 949.518 327.05 949.518 249.893V-5.41016H937.702V249.893C937.702 320.527 880.271 377.997 809.686 377.997H450.52C379.935 377.997 322.504 320.527 322.504 249.893C322.504 179.259 379.935 121.789 450.52 121.789H612.739C683.324 121.789 740.754 179.259 740.754 249.893V295.224H725.003V272.152C725.003 260.064 725.003 253.555 724.649 249.893H725.003C725.003 187.947 674.641 137.551 612.739 137.551H450.52C388.617 137.551 338.256 187.947 338.256 249.893C338.256 311.839 388.617 362.235 450.52 362.235H809.686C871.589 362.235 921.951 311.839 921.951 249.893V-5.41016H910.134V249.893C910.134 305.316 865.071 350.411 809.686 350.411H450.52C395.135 350.411 350.072 305.316 350.072 249.893C350.072 194.47 395.135 149.376 450.52 149.376H612.739C668.123 149.376 713.186 194.47 713.186 249.893V295.224H697.435V271.771C697.435 259.92 697.435 253.515 697.081 249.893H697.435C697.435 203.158 659.441 165.151 612.752 165.151H450.533C403.83 165.151 365.849 203.171 365.849 249.893C365.849 296.615 403.844 334.635 450.533 334.635H809.7C856.389 334.635 894.383 296.615 894.383 249.893V-5.41016H882.566V249.893C882.566 290.105 849.871 322.811 809.7 322.811H450.533C410.349 322.811 377.666 290.092 377.666 249.893C377.666 209.694 410.362 176.976 450.533 176.976H612.752C652.936 176.976 685.619 209.694 685.619 249.893V295.224H669.868V271.771C669.868 259.92 669.868 253.515 669.514 249.893H669.868C669.868 218.382 644.241 192.738 612.752 192.738H450.533C419.031 192.738 393.417 218.382 393.417 249.893C393.417 281.404 419.031 307.049 450.533 307.049H809.7C841.189 307.049 866.815 281.404 866.815 249.893V-5.41016H854.999V249.893C854.999 274.895 834.67 295.224 809.7 295.224H807.627L807.732 257.138C807.732 253.896 807.732 251.586 807.614 249.893H807.732C807.732 142.302 720.269 54.777 612.752 54.777H450.533C343.016 54.777 255.552 142.302 255.552 249.893C255.552 357.485 343.016 445.009 450.533 445.009H462.926V1044.52C462.926 1069.51 442.611 1089.85 417.627 1089.85C392.643 1089.85 372.328 1069.51 372.328 1044.52V809.019H462.9V797.195H148.613C117.124 797.195 91.4973 822.839 91.4973 854.35V1307H103.314V854.35C103.314 829.349 123.642 809.019 148.613 809.019H222.647V1044.52C222.647 1152.11 310.111 1239.63 417.627 1239.63C525.144 1239.63 612.608 1152.1 612.608 1044.52V445.009H658.051V727.558C658.051 835.149 745.515 922.674 853.031 922.674H1139.74V1079.53C1139.74 1187.12 1227.21 1274.65 1334.72 1274.65C1442.22 1274.65 1529.7 1187.12 1529.7 1079.53V-5.41016H1517.88ZM450.533 295.224C425.549 295.224 405.234 274.895 405.234 249.893C405.234 224.892 425.549 204.562 450.533 204.562H612.752C637.723 204.562 658.051 224.892 658.051 249.893V295.224H450.533ZM573.223 445.009V1044.52C573.223 1130.38 503.425 1200.22 417.627 1200.22C331.829 1200.22 262.031 1130.38 262.031 1044.52V809.019H277.782V1044.52C277.782 1121.67 340.511 1184.45 417.614 1184.45C494.717 1184.45 557.446 1121.67 557.446 1044.52V445.009H573.223ZM545.656 445.009V1044.52C545.656 1115.15 488.225 1172.62 417.64 1172.62C347.056 1172.62 289.625 1115.15 289.625 1044.52V809.019H305.376V1044.52C305.376 1106.46 355.738 1156.86 417.64 1156.86C479.543 1156.86 529.905 1106.46 529.905 1044.52V445.009H545.656ZM518.075 445.009V1044.52C518.075 1099.94 473.012 1145.04 417.627 1145.04C362.243 1145.04 317.18 1099.94 317.18 1044.52V809.019H332.931V1044.52C332.931 1091.24 370.925 1129.26 417.614 1129.26C464.304 1129.26 502.298 1091.24 502.298 1044.52V445.009H518.075ZM417.64 1101.67C449.143 1101.67 474.756 1076.03 474.756 1044.52V445.009H490.507V1044.52C490.507 1084.73 457.825 1117.44 417.64 1117.44C377.456 1117.44 344.774 1084.73 344.774 1044.52V809.019H360.525V1044.52C360.525 1076.03 386.151 1101.67 417.64 1101.67ZM600.804 1044.52C600.804 1145.59 518.639 1227.81 417.64 1227.81C316.642 1227.81 234.477 1145.59 234.477 1044.52V809.019H250.228V1044.52C250.228 1136.89 325.337 1212.05 417.64 1212.05C509.944 1212.05 585.053 1136.9 585.053 1044.52V445.009H600.804V1044.52ZM1139.74 910.849H853.031C752.033 910.849 669.868 828.627 669.868 727.558V445.009H685.619V727.558C685.619 819.925 760.715 895.087 853.031 895.087H1139.74V910.849ZM1139.74 883.262H853.031C767.233 883.262 697.435 813.416 697.435 727.558V445.009H713.186V727.558C713.186 804.715 775.915 867.487 853.018 867.487H1139.72V883.249L1139.74 883.262ZM1139.74 855.662H853.031C782.447 855.662 725.016 798.192 725.016 727.558V445.009H740.767V727.558C740.767 789.504 791.129 839.9 853.031 839.9H1139.74V855.662ZM1139.74 828.076H853.031C797.647 828.076 752.584 782.981 752.584 727.558V445.009H768.335V727.558C768.335 774.293 806.329 812.3 853.018 812.3H1139.72V828.062L1139.74 828.076ZM1139.74 800.489H853.031C812.847 800.489 780.165 767.77 780.165 727.571V445.022H795.916V727.571C795.916 759.082 821.529 784.727 853.031 784.727H1139.74V800.489Z\" fill=\"url(#hsDarkGrad)\"\/><\/g><g class=\"hs-c hs-c3\" data-anchor=\"1334 1080\" style=\"transform-box: fill-box; transform-origin: 1334px 1080px;\"><path class=\"hs-l\" data-i=\"0\" d=\"M1334.72 1235.24C1248.93 1235.24 1179.12 1165.39 1179.12 1079.53V597.918C1179.12 551.183 1141.13 513.176 1094.44 513.176C1047.75 513.176 1009.76 551.196 1009.76 597.918V772.849H1021.57V597.918C1021.57 557.706 1054.27 525.001 1094.44 525.001C1134.61 525.001 1167.31 557.719 1167.31 597.918V1079.53C1167.31 1171.91 1242.41 1247.06 1334.72 1247.06C1427.02 1247.06 1502.13 1171.91 1502.13 1079.53V-5.41016H1490.31V1079.55C1490.31 1165.4 1420.52 1235.25 1334.72 1235.25V1235.24Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"1\" d=\"M1334.72 1207.65C1264.13 1207.65 1206.7 1150.18 1206.7 1079.55V597.931C1206.7 535.985 1156.34 485.589 1094.44 485.589C1032.54 485.589 982.175 535.985 982.175 597.931V772.862H993.991V597.931C993.991 542.508 1039.05 497.414 1094.44 497.414C1149.82 497.414 1194.89 542.508 1194.89 597.931V1079.55C1194.89 1156.7 1257.62 1219.48 1334.72 1219.48C1411.82 1219.48 1474.55 1156.7 1474.55 1079.55V-5.41016H1462.73V1079.55C1462.73 1150.18 1405.3 1207.65 1334.72 1207.65Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"2\" d=\"M1334.72 1180.05C1279.33 1180.05 1234.27 1134.96 1234.27 1079.53V597.918C1234.27 520.761 1171.54 457.989 1094.44 457.989C1017.34 457.989 954.607 520.761 954.607 597.918V772.849H966.423V597.918C966.423 527.284 1023.85 469.814 1094.44 469.814C1165.02 469.814 1222.45 527.284 1222.45 597.918V1079.53C1222.45 1141.48 1272.82 1191.88 1334.72 1191.88C1396.62 1191.88 1446.98 1141.48 1446.98 1079.53V-5.41016H1435.17V1079.55C1435.17 1134.97 1390.1 1180.06 1334.72 1180.06V1180.05Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"3\" d=\"M1334.72 1152.46C1294.53 1152.46 1261.85 1119.76 1261.85 1079.55V597.931C1261.85 505.564 1186.76 430.402 1094.44 430.402C1002.12 430.402 927.026 505.551 927.026 597.931V772.862H938.843V597.931C938.843 512.073 1008.64 442.227 1094.44 442.227C1180.24 442.227 1250.03 512.073 1250.03 597.931V1079.55C1250.03 1126.28 1288.03 1164.29 1334.72 1164.29C1381.41 1164.29 1419.4 1126.27 1419.4 1079.55V-5.41016H1407.58V1079.55C1407.58 1119.76 1374.89 1152.46 1334.72 1152.46Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"4\" d=\"M899.458 597.931V772.862H911.275V597.931C911.275 496.862 993.44 414.64 1094.44 414.64C1195.44 414.64 1277.6 496.862 1277.6 597.931V1079.55C1277.6 1111.07 1303.23 1136.7 1334.72 1136.7C1366.21 1136.7 1391.83 1111.07 1391.83 1079.55V-5.41016H1380.02V1079.55C1380.02 1104.55 1359.7 1124.88 1334.72 1124.88C1309.73 1124.88 1289.42 1104.55 1289.42 1079.55V597.931C1289.42 490.34 1201.96 402.815 1094.44 402.815C986.922 402.815 899.458 490.34 899.458 597.931Z\" fill=\"url(#hsDarkGrad)\"\/><\/g><g class=\"hs-c hs-c4\" data-anchor=\"462 854\" style=\"transform-box: fill-box; transform-origin: 462px 854px;\"><path class=\"hs-l\" data-i=\"0\" d=\"M148.613 671.059H462.9V659.234H148.613C41.0964 659.234 -46.3673 746.759 -46.3673 854.35V1307H-34.5507V854.35C-34.5507 753.281 47.6146 671.059 148.613 671.059Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"1\" d=\"M148.613 698.646H462.9V686.821H148.613C56.3098 686.821 -18.7997 761.969 -18.7997 854.35V1307H-6.98307V854.35C-6.98307 768.492 62.8149 698.646 148.613 698.646Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"2\" d=\"M148.613 726.232H462.9V714.408H148.613C71.5101 714.408 8.78112 777.18 8.78112 854.337V1306.99H20.5977V854.337C20.5977 783.703 78.0282 726.232 148.613 726.232Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"3\" d=\"M148.613 753.833H462.9V742.008H148.613C86.7103 742.008 36.3488 792.404 36.3488 854.35V1307H48.1654V854.35C48.1654 798.927 93.2285 753.833 148.613 753.833Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"4\" d=\"M148.613 781.419H462.9V769.595H148.613C101.924 769.595 63.9296 807.615 63.9296 854.337V1306.99H75.7462V854.337C75.7462 814.125 108.442 781.419 148.613 781.419Z\" fill=\"url(#hsDarkGrad)\"\/><\/g><g class=\"hs-c hs-c5\" data-anchor=\"882 1149\" style=\"transform-box: fill-box; transform-origin: 882px 1149px;\"><path class=\"hs-l\" data-i=\"0\" d=\"M882.54 1092.81C851.051 1092.81 825.424 1118.46 825.424 1149.97V1307H837.241V1149.97C837.241 1124.97 857.556 1104.64 882.54 1104.64C907.524 1104.64 927.839 1124.97 927.839 1149.97V1307H939.656V1149.97C939.656 1118.46 914.029 1092.81 882.54 1092.81Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"1\" d=\"M882.54 1065.23C835.838 1065.23 797.857 1103.25 797.857 1149.97V1307H809.673V1149.97C809.673 1109.76 842.369 1077.05 882.54 1077.05C922.711 1077.05 955.407 1109.76 955.407 1149.97V1307H967.224V1149.97C967.224 1103.24 929.23 1065.23 882.54 1065.23Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"2\" d=\"M882.54 1037.64C820.637 1037.64 770.276 1088.04 770.276 1149.98V1307.01H782.092V1149.98C782.092 1094.56 827.155 1049.47 882.54 1049.47C937.925 1049.47 982.988 1094.56 982.988 1149.98V1307.01H994.804V1149.98C994.804 1088.04 944.443 1037.64 882.54 1037.64Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"3\" d=\"M882.54 1010.04C805.437 1010.04 742.708 1072.81 742.708 1149.97V1307H754.525V1149.97C754.525 1079.34 811.955 1021.87 882.54 1021.87C953.125 1021.87 1010.56 1079.34 1010.56 1149.97V1307H1022.37V1149.97C1022.37 1072.81 959.643 1010.04 882.54 1010.04Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"4\" d=\"M882.54 982.454C790.237 982.454 715.127 1057.6 715.127 1149.98V1307.01H726.944V1149.98C726.944 1064.13 796.742 994.279 882.54 994.279C968.338 994.279 1038.14 1064.13 1038.14 1149.98V1307.01H1049.95V1149.98C1049.95 1057.62 974.856 982.454 882.54 982.454Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"5\" d=\"M882.54 954.854C775.024 954.854 687.56 1042.38 687.56 1149.97V1307H699.376V1149.97C699.376 1048.9 781.542 966.679 882.54 966.679C983.539 966.679 1065.7 1048.9 1065.7 1149.97V1307H1077.52V1149.97C1077.52 1042.38 990.057 954.854 882.54 954.854Z\" fill=\"url(#hsDarkGrad)\"\/><\/g><g class=\"hs-c hs-c6\" data-anchor=\"0 444\" style=\"transform-box: fill-box; transform-origin: 0px 444px;\"><path class=\"hs-l\" data-i=\"0\" d=\"M250.136 444.209C250.136 331.551 158.541 239.893 45.9621 239.893H-89.6992V251.717H45.9621C152.023 251.717 238.319 338.074 238.319 444.209C238.319 550.343 152.023 636.7 45.9621 636.7H-89.6992V648.525H45.9621C158.541 648.525 250.136 556.866 250.136 444.209Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"1\" d=\"M222.568 444.209C222.568 346.762 143.341 267.479 45.9621 267.479H-89.6992V279.304H45.9621C136.823 279.304 210.752 353.272 210.752 444.209C210.752 535.145 136.836 609.1 45.9621 609.1H-89.6992V620.925H45.9621C143.341 620.925 222.568 541.655 222.568 444.209Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"2\" d=\"M194.988 444.209C194.988 361.973 128.14 295.079 45.9621 295.079H-89.6992V306.904H45.9621C121.622 306.904 183.171 368.496 183.171 444.209C183.171 519.922 121.622 581.513 45.9621 581.513H-89.6992V593.338H45.9621C128.14 593.338 194.988 526.444 194.988 444.209Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"3\" d=\"M167.42 444.209C167.42 377.197 112.94 322.666 45.9621 322.666H-89.6992V334.491H45.9621C106.422 334.491 155.603 383.706 155.603 444.209C155.603 504.711 106.422 553.926 45.9621 553.926H-89.6992V565.751H45.9621C112.927 565.751 167.42 511.233 167.42 444.209Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"4\" d=\"M139.839 444.209C139.839 392.408 97.7269 350.266 45.9621 350.266H-89.6992V362.091H45.9621C91.2087 362.091 128.022 398.93 128.022 444.209C128.022 489.487 91.2087 526.326 45.9621 526.326H-89.6992V538.151H45.9621C97.7269 538.151 139.839 496.009 139.839 444.209Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"5\" d=\"M112.271 444.209C112.271 407.619 82.5266 377.853 45.9621 377.853H-89.6992V389.678H45.9621C76.0085 389.678 100.455 414.141 100.455 444.209C100.455 474.276 76.0085 498.739 45.9621 498.739H-89.6992V510.564H45.9621C82.5266 510.564 112.271 480.799 112.271 444.209Z\" fill=\"url(#hsDarkGrad)\"\/><\/g><\/g>\n<g clip-path=\"url(#clip2_1469_1249)\" transform=\"translate(0 -1)\"><g class=\"hs-c hs-c7\" data-anchor=\"0 2023\" style=\"transform-box: fill-box; transform-origin: 0px 2023px;\"><path class=\"hs-l\" data-i=\"0\" d=\"M319.16 2608.49V2619.41H307.344V2608.49C307.344 2507.42 225.178 2425.2 124.18 2425.2H-89.6992V2413.37H124.18C231.696 2413.37 319.16 2500.9 319.16 2608.49Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"1\" d=\"M291.592 2608.49V2619.41H279.776V2608.49C279.776 2522.63 209.978 2452.79 124.18 2452.79H-89.6992V2440.96H124.18C216.483 2440.96 291.592 2516.11 291.592 2608.49Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"2\" d=\"M264.012 2608.49V2619.41H252.195V2608.49C252.195 2537.86 194.765 2480.39 124.18 2480.39H-89.6992V2468.56H124.18C201.283 2468.56 264.012 2531.33 264.012 2608.49Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"3\" d=\"M236.444 2608.49V2619.41H224.627V2608.49C224.627 2553.07 179.564 2507.97 124.18 2507.97H-89.6992V2496.15H124.18C186.082 2496.15 236.444 2546.55 236.444 2608.49Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"4\" d=\"M208.876 2608.49V2619.41H197.06V2608.49C197.06 2568.28 164.364 2535.57 124.193 2535.57H-89.6992V2523.75H124.18C170.869 2523.75 208.863 2561.77 208.863 2608.49H208.876Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"5\" d=\"M181.296 2608.49V2619.41H169.479V2608.49C169.479 2583.49 149.151 2563.16 124.18 2563.16H-89.6992V2551.34H124.18C155.669 2551.34 181.296 2576.98 181.296 2608.49Z\" fill=\"url(#hsDarkGrad)\"\/><\/g><g class=\"hs-c hs-c8\" data-anchor=\"720 1370\" style=\"transform-box: fill-box; transform-origin: 720px 1370px;\"><path class=\"hs-l\" data-i=\"0\" d=\"M1517.88 2619.41V1534.45C1517.88 1433.38 1435.72 1351.16 1334.72 1351.16C1233.72 1351.16 1151.55 1433.38 1151.55 1534.45V2016.07C1151.55 2047.58 1125.94 2073.22 1094.44 2073.22C1062.94 2073.22 1037.32 2047.58 1037.32 2016.07V1841.14H1049.14V2016.07C1049.14 2041.07 1069.47 2061.4 1094.44 2061.4C1119.41 2061.4 1139.74 2041.07 1139.74 2016.07V1841.11H853.031C828.047 1841.11 807.732 1861.44 807.732 1886.44V2168.99H809.7C917.216 2168.99 1004.68 2256.52 1004.68 2364.11V2619.41H992.863V2364.11C992.863 2263.04 910.698 2180.82 809.7 2180.82H450.533C349.534 2180.82 267.369 2263.04 267.369 2364.11C267.369 2465.18 349.534 2547.4 450.533 2547.4H612.752C713.75 2547.4 795.916 2465.18 795.916 2364.11V2360.14C795.916 2348.97 795.811 2318.78 795.811 2318.78H780.151V2341.85C780.151 2353.94 780.151 2360.45 779.784 2364.11H780.151C780.151 2456.47 705.042 2531.64 612.739 2531.64H450.52C358.203 2531.64 283.107 2456.49 283.107 2364.11C283.107 2271.73 358.203 2196.58 450.52 2196.58H809.686C901.99 2196.58 977.099 2271.73 977.099 2364.11V2619.41H965.282V2364.11C965.282 2278.25 895.485 2208.4 809.686 2208.4H450.52C364.722 2208.4 294.924 2278.25 294.924 2364.11C294.924 2449.96 364.722 2519.81 450.52 2519.81H612.739C698.524 2519.81 768.335 2449.96 768.335 2364.11V2318.78H752.492L752.571 2341.85C752.571 2353.94 752.571 2360.45 752.204 2364.11H752.571C752.571 2441.26 689.842 2504.04 612.739 2504.04H450.52C373.417 2504.04 310.688 2441.26 310.688 2364.11C310.688 2286.95 373.417 2224.18 450.52 2224.18H809.686C886.789 2224.18 949.518 2286.95 949.518 2364.11V2619.41H937.702V2364.11C937.702 2293.47 880.271 2236 809.686 2236H450.52C379.935 2236 322.504 2293.47 322.504 2364.11C322.504 2434.74 379.935 2492.21 450.52 2492.21H612.739C683.324 2492.21 740.754 2434.74 740.754 2364.11V2318.78H725.003V2341.85C725.003 2353.94 725.003 2360.45 724.649 2364.11H725.003C725.003 2426.05 674.641 2476.45 612.739 2476.45H450.52C388.617 2476.45 338.256 2426.05 338.256 2364.11C338.256 2302.16 388.617 2251.76 450.52 2251.76H809.686C871.589 2251.76 921.951 2302.16 921.951 2364.11V2619.41H910.134V2364.11C910.134 2308.68 865.071 2263.59 809.686 2263.59H450.52C395.135 2263.59 350.072 2308.68 350.072 2364.11C350.072 2419.53 395.135 2464.62 450.52 2464.62H612.739C668.123 2464.62 713.186 2419.53 713.186 2364.11V2318.78H697.435V2342.23C697.435 2354.08 697.435 2360.48 697.081 2364.11H697.435C697.435 2410.84 659.441 2448.85 612.752 2448.85H450.533C403.83 2448.85 365.849 2410.83 365.849 2364.11C365.849 2317.39 403.844 2279.36 450.533 2279.36H809.7C856.389 2279.36 894.383 2317.39 894.383 2364.11V2619.41H882.566V2364.11C882.566 2323.89 849.871 2291.19 809.7 2291.19H450.533C410.349 2291.19 377.666 2323.91 377.666 2364.11C377.666 2404.31 410.362 2437.02 450.533 2437.02H612.752C652.936 2437.02 685.619 2404.31 685.619 2364.11V2318.78H669.868V2342.23C669.868 2354.08 669.868 2360.48 669.514 2364.11H669.868C669.868 2395.62 644.241 2421.26 612.752 2421.26H450.533C419.031 2421.26 393.417 2395.62 393.417 2364.11C393.417 2332.6 419.031 2306.95 450.533 2306.95H809.7C841.189 2306.95 866.815 2332.6 866.815 2364.11V2619.41H854.999V2364.11C854.999 2339.11 834.67 2318.78 809.7 2318.78H807.627L807.732 2356.86C807.732 2360.1 807.732 2362.41 807.614 2364.11H807.732C807.732 2471.7 720.269 2559.22 612.752 2559.22H450.533C343.016 2559.22 255.552 2471.7 255.552 2364.11C255.552 2256.52 343.016 2168.99 450.533 2168.99H462.926V1569.48C462.926 1544.49 442.611 1524.15 417.627 1524.15C392.643 1524.15 372.328 1544.49 372.328 1569.48V1804.98H462.9V1816.81H148.613C117.124 1816.81 91.4973 1791.16 91.4973 1759.65V1307H103.314V1759.65C103.314 1784.65 123.642 1804.98 148.613 1804.98H222.647V1569.48C222.647 1461.89 310.111 1374.37 417.627 1374.37C525.144 1374.37 612.608 1461.9 612.608 1569.48V2168.99H658.051V1886.44C658.051 1778.85 745.515 1691.33 853.031 1691.33H1139.74V1534.47C1139.74 1426.88 1227.21 1339.35 1334.72 1339.35C1442.22 1339.35 1529.7 1426.88 1529.7 1534.47V2619.41H1517.88ZM450.533 2318.78C425.549 2318.78 405.234 2339.11 405.234 2364.11C405.234 2389.11 425.549 2409.44 450.533 2409.44H612.752C637.723 2409.44 658.051 2389.11 658.051 2364.11V2318.78H450.533ZM573.223 2168.99V1569.48C573.223 1483.62 503.425 1413.78 417.627 1413.78C331.829 1413.78 262.031 1483.62 262.031 1569.48V1804.98H277.782V1569.48C277.782 1492.33 340.511 1429.55 417.614 1429.55C494.717 1429.55 557.446 1492.33 557.446 1569.48V2168.99H573.223ZM545.656 2168.99V1569.48C545.656 1498.85 488.225 1441.38 417.64 1441.38C347.056 1441.38 289.625 1498.85 289.625 1569.48V1804.98H305.376V1569.48C305.376 1507.54 355.738 1457.14 417.64 1457.14C479.543 1457.14 529.905 1507.54 529.905 1569.48V2168.99H545.656ZM518.075 2168.99V1569.48C518.075 1514.06 473.012 1468.96 417.627 1468.96C362.243 1468.96 317.18 1514.06 317.18 1569.48V1804.98H332.931V1569.48C332.931 1522.76 370.925 1484.74 417.614 1484.74C464.304 1484.74 502.298 1522.76 502.298 1569.48V2168.99H518.075ZM417.64 1512.33C449.143 1512.33 474.756 1537.97 474.756 1569.48V2168.99H490.507V1569.48C490.507 1529.27 457.825 1496.56 417.64 1496.56C377.456 1496.56 344.774 1529.27 344.774 1569.48V1804.98H360.525V1569.48C360.525 1537.97 386.151 1512.33 417.64 1512.33ZM600.804 1569.48C600.804 1468.41 518.639 1386.19 417.64 1386.19C316.642 1386.19 234.477 1468.41 234.477 1569.48V1804.98H250.228V1569.48C250.228 1477.11 325.337 1401.95 417.64 1401.95C509.944 1401.95 585.053 1477.1 585.053 1569.48V2168.99H600.804V1569.48ZM1139.74 1703.15H853.031C752.033 1703.15 669.868 1785.37 669.868 1886.44V2168.99H685.619V1886.44C685.619 1794.07 760.715 1718.91 853.031 1718.91H1139.74V1703.15ZM1139.74 1730.74H853.031C767.233 1730.74 697.435 1800.58 697.435 1886.44V2168.99H713.186V1886.44C713.186 1809.29 775.915 1746.51 853.018 1746.51H1139.72V1730.75L1139.74 1730.74ZM1139.74 1758.34H853.031C782.447 1758.34 725.016 1815.81 725.016 1886.44V2168.99H740.767V1886.44C740.767 1824.5 791.129 1774.1 853.031 1774.1H1139.74V1758.34ZM1139.74 1785.92H853.031C797.647 1785.92 752.584 1831.02 752.584 1886.44V2168.99H768.335V1886.44C768.335 1839.71 806.329 1801.7 853.018 1801.7H1139.72V1785.94L1139.74 1785.92ZM1139.74 1813.51H853.031C812.847 1813.51 780.165 1846.23 780.165 1886.43V2168.98H795.916V1886.43C795.916 1854.92 821.529 1829.27 853.031 1829.27H1139.74V1813.51Z\" fill=\"url(#hsDarkGrad)\"\/><\/g><g class=\"hs-c hs-c9\" data-anchor=\"1334 940\" style=\"transform-box: fill-box; transform-origin: 1334px 940px;\"><path class=\"hs-l\" data-i=\"0\" d=\"M1334.72 1378.76C1248.93 1378.76 1179.12 1448.61 1179.12 1534.47V2016.08C1179.12 2062.82 1141.13 2100.82 1094.44 2100.82C1047.75 2100.82 1009.76 2062.8 1009.76 2016.08V1841.15H1021.57V2016.08C1021.57 2056.29 1054.27 2089 1094.44 2089C1134.61 2089 1167.31 2056.28 1167.31 2016.08V1534.47C1167.31 1442.09 1242.41 1366.94 1334.72 1366.94C1427.02 1366.94 1502.13 1442.09 1502.13 1534.47V2619.41H1490.31V1534.45C1490.31 1448.6 1420.52 1378.75 1334.72 1378.75V1378.76Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"1\" d=\"M1334.72 1406.35C1264.13 1406.35 1206.7 1463.82 1206.7 1534.45V2016.07C1206.7 2078.01 1156.34 2128.41 1094.44 2128.41C1032.54 2128.41 982.175 2078.01 982.175 2016.07V1841.14H993.991V2016.07C993.991 2071.49 1039.05 2116.59 1094.44 2116.59C1149.82 2116.59 1194.89 2071.49 1194.89 2016.07V1534.45C1194.89 1457.3 1257.62 1394.52 1334.72 1394.52C1411.82 1394.52 1474.55 1457.3 1474.55 1534.45V2619.41H1462.73V1534.45C1462.73 1463.82 1405.3 1406.35 1334.72 1406.35Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"2\" d=\"M1334.72 1433.95C1279.33 1433.95 1234.27 1479.04 1234.27 1534.47V2016.08C1234.27 2093.24 1171.54 2156.01 1094.44 2156.01C1017.34 2156.01 954.607 2093.24 954.607 2016.08V1841.15H966.423V2016.08C966.423 2086.72 1023.85 2144.19 1094.44 2144.19C1165.02 2144.19 1222.45 2086.72 1222.45 2016.08V1534.47C1222.45 1472.52 1272.82 1422.12 1334.72 1422.12C1396.62 1422.12 1446.98 1472.52 1446.98 1534.47V2619.41H1435.17V1534.45C1435.17 1479.03 1390.1 1433.94 1334.72 1433.94V1433.95Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"3\" d=\"M1334.72 1461.54C1294.53 1461.54 1261.85 1494.24 1261.85 1534.45V2016.07C1261.85 2108.44 1186.76 2183.6 1094.44 2183.6C1002.12 2183.6 927.026 2108.45 927.026 2016.07V1841.14H938.843V2016.07C938.843 2101.93 1008.64 2171.77 1094.44 2171.77C1180.24 2171.77 1250.03 2101.93 1250.03 2016.07V1534.45C1250.03 1487.72 1288.03 1449.71 1334.72 1449.71C1381.41 1449.71 1419.4 1487.73 1419.4 1534.45V2619.41H1407.58V1534.45C1407.58 1494.24 1374.89 1461.54 1334.72 1461.54Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"4\" d=\"M899.458 2016.07V1841.14H911.275V2016.07C911.275 2117.14 993.44 2199.36 1094.44 2199.36C1195.44 2199.36 1277.6 2117.14 1277.6 2016.07V1534.45C1277.6 1502.93 1303.23 1477.3 1334.72 1477.3C1366.21 1477.3 1391.83 1502.93 1391.83 1534.45V2619.41H1380.02V1534.45C1380.02 1509.45 1359.7 1489.12 1334.72 1489.12C1309.73 1489.12 1289.42 1509.45 1289.42 1534.45V2016.07C1289.42 2123.66 1201.96 2211.18 1094.44 2211.18C986.922 2211.18 899.458 2123.66 899.458 2016.07Z\" fill=\"url(#hsDarkGrad)\"\/><\/g><g class=\"hs-c hs-c10\" data-anchor=\"462 1170\" style=\"transform-box: fill-box; transform-origin: 462px 1170px;\"><path class=\"hs-l\" data-i=\"0\" d=\"M148.613 1942.94H462.9V1954.77H148.613C41.0964 1954.77 -46.3673 1867.24 -46.3673 1759.65V1307H-34.5507V1759.65C-34.5507 1860.72 47.6146 1942.94 148.613 1942.94Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"1\" d=\"M148.613 1915.35H462.9V1927.18H148.613C56.3098 1927.18 -18.7997 1852.03 -18.7997 1759.65V1307H-6.98307V1759.65C-6.98307 1845.51 62.8149 1915.35 148.613 1915.35Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"2\" d=\"M148.613 1887.77H462.9V1899.59H148.613C71.5101 1899.59 8.78112 1836.82 8.78112 1759.66V1307.01H20.5977V1759.66C20.5977 1830.3 78.0282 1887.77 148.613 1887.77Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"3\" d=\"M148.613 1860.17H462.9V1871.99H148.613C86.7103 1871.99 36.3488 1821.6 36.3488 1759.65V1307H48.1654V1759.65C48.1654 1815.07 93.2285 1860.17 148.613 1860.17Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"4\" d=\"M148.613 1832.58H462.9V1844.41H148.613C101.924 1844.41 63.9296 1806.38 63.9296 1759.66V1307.01H75.7462V1759.66C75.7462 1799.88 108.442 1832.58 148.613 1832.58Z\" fill=\"url(#hsDarkGrad)\"\/><\/g><g class=\"hs-c hs-c11\" data-anchor=\"882 873\" style=\"transform-box: fill-box; transform-origin: 882px 873px;\"><path class=\"hs-l\" data-i=\"0\" d=\"M882.54 1521.19C851.051 1521.19 825.424 1495.54 825.424 1464.03V1307H837.241V1464.03C837.241 1489.03 857.556 1509.36 882.54 1509.36C907.524 1509.36 927.839 1489.03 927.839 1464.03V1307H939.656V1464.03C939.656 1495.54 914.029 1521.19 882.54 1521.19Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"1\" d=\"M882.54 1548.77C835.838 1548.77 797.857 1510.75 797.857 1464.03V1307H809.673V1464.03C809.673 1504.24 842.369 1536.95 882.54 1536.95C922.711 1536.95 955.407 1504.24 955.407 1464.03V1307H967.224V1464.03C967.224 1510.76 929.23 1548.77 882.54 1548.77Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"2\" d=\"M882.54 1576.36C820.637 1576.36 770.276 1525.96 770.276 1464.02V1306.99H782.092V1464.02C782.092 1519.44 827.155 1564.53 882.54 1564.53C937.925 1564.53 982.988 1519.44 982.988 1464.02V1306.99H994.804V1464.02C994.804 1525.96 944.443 1576.36 882.54 1576.36Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"3\" d=\"M882.54 1603.96C805.437 1603.96 742.708 1541.19 742.708 1464.03V1307H754.525V1464.03C754.525 1534.66 811.955 1592.13 882.54 1592.13C953.125 1592.13 1010.56 1534.66 1010.56 1464.03V1307H1022.37V1464.03C1022.37 1541.19 959.643 1603.96 882.54 1603.96Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"4\" d=\"M882.54 1631.55C790.237 1631.55 715.127 1556.4 715.127 1464.02V1306.99H726.944V1464.02C726.944 1549.87 796.742 1619.72 882.54 1619.72C968.338 1619.72 1038.14 1549.87 1038.14 1464.02V1306.99H1049.95V1464.02C1049.95 1556.38 974.856 1631.55 882.54 1631.55Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"5\" d=\"M882.54 1659.15C775.024 1659.15 687.56 1571.62 687.56 1464.03V1307H699.376V1464.03C699.376 1565.1 781.542 1647.32 882.54 1647.32C983.539 1647.32 1065.7 1565.1 1065.7 1464.03V1307H1077.52V1464.03C1077.52 1571.62 990.057 1659.15 882.54 1659.15Z\" fill=\"url(#hsDarkGrad)\"\/><\/g><g class=\"hs-c hs-c12\" data-anchor=\"0 1579\" style=\"transform-box: fill-box; transform-origin: 0px 1579px;\"><path class=\"hs-l\" data-i=\"0\" d=\"M250.136 2169.79C250.136 2282.45 158.541 2374.11 45.9621 2374.11H-89.6992V2362.28H45.9621C152.023 2362.28 238.319 2275.93 238.319 2169.79C238.319 2063.66 152.023 1977.3 45.9621 1977.3H-89.6992V1965.48H45.9621C158.541 1965.48 250.136 2057.13 250.136 2169.79Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"1\" d=\"M222.568 2169.79C222.568 2267.24 143.341 2346.52 45.9621 2346.52H-89.6992V2334.7H45.9621C136.823 2334.7 210.752 2260.73 210.752 2169.79C210.752 2078.85 136.836 2004.9 45.9621 2004.9H-89.6992V1993.08H45.9621C143.341 1993.08 222.568 2072.34 222.568 2169.79Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"2\" d=\"M194.988 2169.79C194.988 2252.03 128.14 2318.92 45.9621 2318.92H-89.6992V2307.1H45.9621C121.622 2307.1 183.171 2245.5 183.171 2169.79C183.171 2094.08 121.622 2032.49 45.9621 2032.49H-89.6992V2020.66H45.9621C128.14 2020.66 194.988 2087.56 194.988 2169.79Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"3\" d=\"M167.42 2169.79C167.42 2236.8 112.94 2291.33 45.9621 2291.33H-89.6992V2279.51H45.9621C106.422 2279.51 155.603 2230.29 155.603 2169.79C155.603 2109.29 106.422 2060.07 45.9621 2060.07H-89.6992V2048.25H45.9621C112.927 2048.25 167.42 2102.77 167.42 2169.79Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"4\" d=\"M139.839 2169.79C139.839 2221.59 97.7269 2263.73 45.9621 2263.73H-89.6992V2251.91H45.9621C91.2087 2251.91 128.022 2215.07 128.022 2169.79C128.022 2124.51 91.2087 2087.67 45.9621 2087.67H-89.6992V2075.85H45.9621C97.7269 2075.85 139.839 2117.99 139.839 2169.79Z\" fill=\"url(#hsDarkGrad)\"\/><path class=\"hs-l\" data-i=\"5\" d=\"M112.271 2169.79C112.271 2206.38 82.5266 2236.15 45.9621 2236.15H-89.6992V2224.32H45.9621C76.0085 2224.32 100.455 2199.86 100.455 2169.79C100.455 2139.72 76.0085 2115.26 45.9621 2115.26H-89.6992V2103.44H45.9621C82.5266 2103.44 112.271 2133.2 112.271 2169.79Z\" fill=\"url(#hsDarkGrad)\"\/><\/g><\/g>\n<\/g><\/g>\n<defs>\n<linearGradient id=\"hsDarkGrad\" x1=\"-89.6992\" y1=\"650.796\" x2=\"1529.7\" y2=\"650.796\" gradientUnits=\"userSpaceOnUse\"><stop offset=\"0.0726441\" stop-color=\"#EE4C01\"\/><stop offset=\"0.353821\" stop-color=\"#030870\"\/><stop offset=\"0.7\" stop-color=\"#005FD3\"\/><stop offset=\"1\" stop-color=\"#1BD9FF\"\/><\/linearGradient>\n\n<clipPath id=\"clip0_1469_1249\">\n<rect width=\"1440\" height=\"2023\" fill=\"white\"\/>\n<\/clipPath>\n<clipPath id=\"clip1_1469_1249\">\n<rect width=\"1619.4\" height=\"1312.41\" fill=\"white\" transform=\"translate(-89.6992 -5.41016)\"\/>\n<\/clipPath>\n<clipPath id=\"clip2_1469_1249\">\n<rect width=\"1619.4\" height=\"1312.41\" fill=\"white\" transform=\"matrix(1 0 0 -1 -89.6992 2619.41)\"\/>\n<\/clipPath>\n<\/defs>\n<\/svg>\n\n<svg id=\"hsDarkSvgMobile\" class=\"hs-svg hs-svg-mobile\" preserveAspectRatio=\"xMidYMid slice\" width=\"375\" height=\"2186\" viewBox=\"0 0 375 2186\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<g clip-path=\"url(#clip0_1643_1215)\">\n<g style=\"mix-blend-mode:hard-light; isolation:isolate\" opacity=\"0.3\"><g clip-path=\"url(#clip1_1643_1215)\">\n<path d=\"M-274.901 9.1363V0H-284.789V9.1363C-284.789 93.702 -353.537 162.499 -438.044 162.499H-617V172.393H-438.044C-348.084 172.393 -274.901 99.1596 -274.901 9.1363Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-297.968 9.1363V0H-307.855V9.1363C-307.855 80.9748 -366.256 139.416 -438.044 139.416H-617V149.31H-438.044C-360.813 149.31 -297.968 86.4325 -297.968 9.1363Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-321.045 9.1363V0H-330.932V9.1363C-330.932 68.2367 -378.985 116.323 -438.044 116.323H-617V126.217H-438.044C-373.531 126.217 -321.045 73.6944 -321.045 9.1363Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-344.111 9.1363V0H-353.998V9.1363C-353.998 55.5096 -391.703 93.2408 -438.044 93.2408H-617V103.135H-438.044C-386.249 103.135 -344.111 60.9672 -344.111 9.1363Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-367.178 9.1363V0H-377.065V9.1363C-377.065 42.7825 -404.422 70.1475 -438.033 70.1475H-617V80.0415H-438.044C-398.979 80.0415 -367.189 48.2291 -367.189 9.1363H-367.178Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-390.255 9.1363V0H-400.142V9.1363C-400.142 30.0554 -417.151 47.0651 -438.044 47.0651H-617V56.9591H-438.044C-411.697 56.9591 -390.255 35.502 -390.255 9.1363Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M728.086 0V907.799C728.086 992.365 659.338 1061.16 574.831 1061.16C490.324 1061.16 421.575 992.365 421.575 907.799V504.825C421.575 478.459 400.144 457.002 373.785 457.002C347.427 457.002 325.996 478.459 325.996 504.825V651.192H335.883V504.825C335.883 483.905 352.892 466.896 373.785 466.896C394.679 466.896 411.688 483.905 411.688 504.825V651.214H171.796C150.892 651.214 133.894 634.204 133.894 613.285V376.872H135.54C225.501 376.872 298.683 303.639 298.683 213.616V0H288.796V213.616C288.796 298.182 220.047 366.978 135.54 366.978H-164.98C-249.487 366.978 -318.236 298.182 -318.236 213.616C-318.236 129.05 -249.487 60.2535 -164.98 60.2535H-29.2489C55.2579 60.2535 124.007 129.05 124.007 213.616V216.932C124.007 226.277 123.919 251.545 123.919 251.545H110.817V232.24C110.817 222.126 110.817 216.68 110.509 213.616H110.817C110.817 136.331 47.9715 73.4418 -29.2599 73.4418H-164.991C-242.233 73.4418 -305.068 136.32 -305.068 213.616C-305.068 290.912 -242.233 353.79 -164.991 353.79H135.529C212.76 353.79 275.606 290.912 275.606 213.616V0H265.718V213.616C265.718 285.454 207.318 343.896 135.529 343.896H-164.991C-236.78 343.896 -295.18 285.454 -295.18 213.616C-295.18 141.777 -236.78 83.3358 -164.991 83.3358H-29.2599C42.5177 83.3358 100.93 141.777 100.93 213.616V251.545H87.6736L87.7394 232.24C87.7394 222.126 87.7395 216.68 87.4322 213.616H87.7394C87.7394 149.058 35.2532 96.5351 -29.2599 96.5351H-164.991C-229.504 96.5351 -281.99 149.058 -281.99 213.616C-281.99 278.174 -229.504 330.697 -164.991 330.697H135.529C200.042 330.697 252.528 278.174 252.528 213.616V0H242.641V213.616C242.641 272.716 194.588 320.803 135.529 320.803H-164.991C-224.05 320.803 -272.103 272.716 -272.103 213.616C-272.103 154.515 -224.05 106.429 -164.991 106.429H-29.2599C29.7994 106.429 77.8524 154.515 77.8524 213.616V251.545H64.6732V232.24C64.6732 222.126 64.6732 216.68 64.3769 213.616H64.6732C64.6732 161.785 22.535 119.617 -29.2599 119.617H-164.991C-216.786 119.617 -258.924 161.785 -258.924 213.616C-258.924 265.447 -216.786 307.614 -164.991 307.614H135.529C187.324 307.614 229.462 265.447 229.462 213.616V0H219.575V213.616C219.575 259.989 181.87 297.72 135.529 297.72H-164.991C-211.332 297.72 -249.037 259.989 -249.037 213.616C-249.037 167.243 -211.332 129.511 -164.991 129.511H-29.2599C17.0811 129.511 54.7861 167.243 54.7861 213.616V251.545H41.6069V231.921C41.6069 222.006 41.6069 216.647 41.3106 213.616H41.6069C41.6069 174.512 9.81671 142.711 -29.2489 142.711H-164.98C-204.057 142.711 -235.836 174.523 -235.836 213.616C-235.836 252.709 -204.046 284.521 -164.98 284.521H135.54C174.606 284.521 206.396 252.709 206.396 213.616V0H196.509V213.616C196.509 247.262 169.152 274.627 135.54 274.627H-164.98C-198.603 274.627 -225.949 247.251 -225.949 213.616C-225.949 179.981 -198.592 152.605 -164.98 152.605H-29.2489C4.37386 152.605 31.7198 179.981 31.7198 213.616V251.545H18.5406V231.921C18.5406 222.006 18.5407 216.647 18.2444 213.616H18.5406C18.5406 187.25 -2.90156 165.793 -29.2489 165.793H-164.98C-191.338 165.793 -212.77 187.25 -212.77 213.616C-212.77 239.982 -191.338 261.439 -164.98 261.439H135.54C161.887 261.439 183.33 239.982 183.33 213.616V0H173.442V213.616C173.442 234.535 156.434 251.545 135.54 251.545H133.806L133.894 219.678C133.894 216.965 133.894 215.033 133.795 213.616H133.894C133.894 123.593 60.7118 50.3595 -29.2489 50.3595H-164.98C-254.941 50.3595 -328.123 123.593 -328.123 213.616C-328.123 303.639 -254.941 376.872 -164.98 376.872H-154.61V878.49C-154.61 899.399 -171.608 916.419 -192.513 916.419C-213.417 916.419 -230.415 899.399 -230.415 878.49V681.445H-154.632V671.551H-417.601C-443.948 671.551 -465.39 693.008 -465.39 719.374V1098.11H-455.503V719.374C-455.503 698.455 -438.494 681.445 -417.601 681.445H-355.655V878.49C-355.655 968.514 -282.473 1041.75 -192.513 1041.75C-102.552 1041.75 -29.3696 968.503 -29.3696 878.49V376.872H8.65354V613.285C8.65354 703.308 81.8357 776.542 171.796 776.542H411.688V907.788C411.688 997.811 484.881 1071.04 574.831 1071.04C664.78 1071.04 737.974 997.811 737.974 907.788V0H728.086ZM-164.98 251.545C-185.884 251.545 -202.882 234.535 -202.882 213.616C-202.882 192.697 -185.884 175.687 -164.98 175.687H-29.2489C-8.35539 175.687 8.65354 192.697 8.65354 213.616V251.545H-164.98ZM-62.323 376.872V878.49C-62.323 950.329 -120.724 1008.77 -192.513 1008.77C-264.301 1008.77 -322.702 950.329 -322.702 878.49V681.445H-309.523V878.49C-309.523 943.049 -257.037 995.571 -192.523 995.571C-128.01 995.571 -75.5241 943.049 -75.5241 878.49V376.872H-62.323ZM-85.3893 376.872V878.49C-85.3893 937.591 -133.442 985.677 -192.502 985.677C-251.561 985.677 -299.614 937.591 -299.614 878.49V681.445H-286.435V878.49C-286.435 930.321 -244.296 972.489 -192.502 972.489C-140.707 972.489 -98.5685 930.321 -98.5685 878.49V376.872H-85.3893ZM-108.467 376.872V878.49C-108.467 924.864 -146.171 962.595 -192.513 962.595C-238.854 962.595 -276.558 924.864 -276.558 878.49V681.445H-263.379V878.49C-263.379 917.583 -231.589 949.396 -192.523 949.396C-153.458 949.396 -121.668 917.583 -121.668 878.49V376.872H-108.467ZM-192.502 926.313C-166.143 926.313 -144.712 904.856 -144.712 878.49V376.872H-131.533V878.49C-131.533 912.137 -158.879 939.502 -192.502 939.502C-226.124 939.502 -253.47 912.137 -253.47 878.49V681.445H-240.291V878.49C-240.291 904.856 -218.849 926.313 -192.502 926.313ZM-39.2458 878.49C-39.2458 963.056 -107.995 1031.85 -192.502 1031.85C-277.008 1031.85 -345.757 963.056 -345.757 878.49V681.445H-332.578V878.49C-332.578 955.776 -269.733 1018.66 -192.502 1018.66C-115.27 1018.66 -52.4249 955.787 -52.4249 878.49V376.872H-39.2458V878.49ZM411.688 766.648H171.796C87.2896 766.648 18.5406 697.851 18.5406 613.285V376.872H31.7198V613.285C31.7198 690.57 94.554 753.459 171.796 753.459H411.688V766.648ZM411.688 743.565H171.796C100.008 743.565 41.6069 685.124 41.6069 613.285V376.872H54.7861V613.285C54.7861 677.843 107.272 730.366 171.785 730.366H411.677V743.554L411.688 743.565ZM411.688 720.472H171.796C112.737 720.472 64.6842 672.386 64.6842 613.285V376.872H77.8633V613.285C77.8633 665.116 120.002 707.284 171.796 707.284H411.688V720.472ZM411.688 697.39H171.796C125.455 697.39 87.7504 659.658 87.7504 613.285V376.872H100.93V613.285C100.93 652.389 132.72 684.19 171.785 684.19H411.677V697.379L411.688 697.39ZM411.688 674.307H171.796C138.174 674.307 110.828 646.931 110.828 613.296V376.883H124.007V613.296C124.007 639.662 145.438 661.119 171.796 661.119H411.688V674.307Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M574.831 1038.07C503.053 1038.07 444.641 979.627 444.641 907.788V504.814C444.641 465.71 412.851 433.908 373.785 433.908C334.72 433.908 302.93 465.721 302.93 504.814V651.181H312.817V504.814C312.817 471.167 340.174 443.802 373.785 443.802C407.397 443.802 434.754 471.178 434.754 504.814V907.788C434.754 985.084 497.599 1047.96 574.831 1047.96C652.062 1047.96 714.907 985.084 714.907 907.788V0H705.02V907.799C705.02 979.638 646.619 1038.08 574.831 1038.08V1038.07Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M574.831 1014.99C515.771 1014.99 467.718 966.899 467.718 907.799V504.825C467.718 452.994 425.58 410.826 373.785 410.826C321.991 410.826 279.852 452.994 279.852 504.825V651.192H289.739V504.825C289.739 458.451 327.444 420.72 373.785 420.72C420.126 420.72 457.831 458.451 457.831 504.825V907.799C457.831 972.357 510.318 1024.88 574.831 1024.88C639.344 1024.88 691.83 972.357 691.83 907.799V0H681.943V907.799C681.943 966.899 633.89 1014.99 574.831 1014.99Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M574.831 991.893C528.49 991.893 490.785 954.161 490.785 907.788V504.813C490.785 440.255 438.298 387.733 373.785 387.733C309.272 387.733 256.786 440.255 256.786 504.813V651.181H266.673V504.813C266.673 445.713 314.726 397.627 373.785 397.627C432.845 397.627 480.898 445.713 480.898 504.813V907.788C480.898 959.619 523.036 1001.79 574.831 1001.79C626.625 1001.79 668.764 959.619 668.764 907.788V0H658.877V907.799C658.877 954.172 621.172 991.903 574.831 991.903V991.893Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M574.831 968.81C541.208 968.81 513.862 941.445 513.862 907.799V504.825C513.862 427.539 451.028 364.65 373.785 364.65C296.543 364.65 233.709 427.528 233.709 504.825V651.192H243.596V504.825C243.596 432.986 301.997 374.544 373.785 374.544C445.574 374.544 503.975 432.986 503.975 504.825V907.799C503.975 946.903 535.765 978.704 574.831 978.704C613.896 978.704 645.687 946.892 645.687 907.799V0H635.799V907.799C635.799 941.445 608.442 968.81 574.831 968.81Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M210.642 504.825V651.192H220.53V504.825C220.53 420.259 289.279 351.462 373.785 351.462C458.292 351.462 527.041 420.259 527.041 504.825V907.799C527.041 934.176 548.483 955.622 574.831 955.622C601.178 955.622 622.62 934.176 622.62 907.799V0H612.733V907.799C612.733 928.718 595.735 945.728 574.831 945.728C553.926 945.728 536.928 928.718 536.928 907.799V504.825C536.928 414.801 463.746 341.568 373.785 341.568C283.825 341.568 210.642 414.801 210.642 504.825Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-417.601 566.011H-154.632V556.117H-417.601C-507.561 556.117 -580.744 629.351 -580.744 719.374V1098.11H-570.856V719.374C-570.856 634.808 -502.108 566.011 -417.601 566.011Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-417.601 589.094H-154.632V579.2H-417.601C-494.832 579.2 -557.677 642.078 -557.677 719.374V1098.11H-547.79V719.374C-547.79 647.535 -489.389 589.094 -417.601 589.094Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-417.601 612.176H-154.632V602.282H-417.601C-482.114 602.282 -534.6 654.805 -534.6 719.363V1098.1H-524.713V719.363C-524.713 660.262 -476.66 612.176 -417.601 612.176Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-417.601 635.269H-154.632V625.375H-417.601C-469.396 625.375 -511.534 667.543 -511.534 719.374V1098.11H-501.647V719.374C-501.647 673.001 -463.942 635.269 -417.601 635.269Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-417.601 658.352H-154.632V648.458H-417.601C-456.666 648.458 -488.457 680.27 -488.457 719.363V1098.1H-478.569V719.363C-478.569 685.717 -451.213 658.352 -417.601 658.352Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M196.487 918.901C170.139 918.901 148.697 940.358 148.697 966.724V1098.11H158.584V966.724C158.584 945.805 175.582 928.795 196.487 928.795C217.391 928.795 234.389 945.805 234.389 966.724V1098.11H244.276V966.724C244.276 940.358 222.834 918.901 196.487 918.901Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M196.487 895.819C157.41 895.819 125.631 927.631 125.631 966.724V1098.11H135.518V966.724C135.518 933.078 162.875 905.713 196.487 905.713C230.099 905.713 257.456 933.078 257.456 966.724V1098.11H267.343V966.724C267.343 927.62 235.552 895.819 196.487 895.819Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M196.487 872.736C144.692 872.736 102.554 914.904 102.554 966.735V1098.12H112.441V966.735C112.441 920.361 150.146 882.63 196.487 882.63C242.828 882.63 280.533 920.361 280.533 966.735V1098.12H290.42V966.735C290.42 914.904 248.282 872.736 196.487 872.736Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M196.487 849.643C131.974 849.643 79.4874 902.166 79.4874 966.724V1098.11H89.3745V966.724C89.3745 907.623 137.427 859.537 196.487 859.537C255.546 859.537 303.599 907.623 303.599 966.724V1098.11H313.486V966.724C313.486 902.166 261 849.643 196.487 849.643Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M196.487 826.561C119.255 826.561 56.4101 889.439 56.4101 966.735V1098.12H66.2972V966.735C66.2972 894.896 124.698 836.455 196.487 836.455C268.275 836.455 326.676 894.896 326.676 966.735V1098.12H336.563V966.735C336.563 889.45 273.729 826.561 196.487 826.561Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M196.487 803.467C106.526 803.467 33.3439 876.7 33.3439 966.724V1098.11H43.2309V966.724C43.2309 882.158 111.98 813.361 196.487 813.361C280.994 813.361 349.742 882.158 349.742 966.724V1098.11H359.63V966.724C359.63 876.7 286.447 803.467 196.487 803.467Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-332.655 376.203C-332.655 281.941 -409.294 205.248 -503.49 205.248H-617V215.142H-503.49C-414.748 215.142 -342.542 287.398 -342.542 376.203C-342.542 465.007 -414.748 537.263 -503.49 537.263H-617V547.157H-503.49C-409.294 547.157 -332.655 470.465 -332.655 376.203Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-355.721 376.203C-355.721 294.668 -422.012 228.331 -503.49 228.331H-617V238.225H-503.49C-427.466 238.225 -365.608 300.114 -365.608 376.203C-365.608 452.291 -427.455 514.169 -503.49 514.169H-617V524.063H-503.49C-422.012 524.063 -355.721 457.737 -355.721 376.203Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-378.798 376.203C-378.798 307.395 -434.73 251.424 -503.49 251.424H-617V261.318H-503.49C-440.184 261.318 -388.686 312.852 -388.686 376.203C-388.686 439.553 -440.184 491.087 -503.49 491.087H-617V500.981H-503.49C-434.73 500.981 -378.798 445.01 -378.798 376.203Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-401.865 376.203C-401.865 320.133 -447.449 274.506 -503.49 274.506H-617V284.4H-503.49C-452.902 284.4 -411.752 325.58 -411.752 376.203C-411.752 426.826 -452.902 468.005 -503.49 468.005H-617V477.899H-503.49C-447.46 477.899 -401.865 432.283 -401.865 376.203Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-424.942 376.203C-424.942 332.86 -460.178 297.6 -503.49 297.6H-617V307.494H-503.49C-465.632 307.494 -434.829 338.318 -434.829 376.203C-434.829 414.087 -465.632 444.911 -503.49 444.911H-617V454.805H-503.49C-460.178 454.805 -424.942 419.545 -424.942 376.203Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-448.008 376.203C-448.008 345.587 -472.896 320.682 -503.49 320.682H-617V330.576H-503.49C-478.35 330.576 -457.895 351.045 -457.895 376.203C-457.895 401.36 -478.35 421.829 -503.49 421.829H-617V431.723H-503.49C-472.896 431.723 -448.008 406.818 -448.008 376.203Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<\/g>\n<g clip-path=\"url(#clip2_1643_1215)\" transform=\"translate(0 -1)\">\n<path d=\"M-274.901 2187.09V2196.23H-284.789V2187.09C-284.789 2102.52 -353.537 2033.73 -438.044 2033.73H-617V2023.83H-438.044C-348.084 2023.83 -274.901 2097.07 -274.901 2187.09Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-297.968 2187.09V2196.23H-307.855V2187.09C-307.855 2115.25 -366.256 2056.81 -438.044 2056.81H-617V2046.92H-438.044C-360.813 2046.92 -297.968 2109.79 -297.968 2187.09Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-321.045 2187.09V2196.23H-330.932V2187.09C-330.932 2127.99 -378.985 2079.9 -438.044 2079.9H-617V2070.01H-438.044C-373.531 2070.01 -321.045 2122.53 -321.045 2187.09Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-344.111 2187.09V2196.23H-353.998V2187.09C-353.998 2140.72 -391.703 2102.98 -438.044 2102.98H-617V2093.09H-438.044C-386.249 2093.09 -344.111 2135.26 -344.111 2187.09Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-367.178 2187.09V2196.23H-377.065V2187.09C-377.065 2153.44 -404.422 2126.08 -438.033 2126.08H-617V2116.18H-438.044C-398.979 2116.18 -367.189 2148 -367.189 2187.09H-367.178Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-390.255 2187.09V2196.23H-400.142V2187.09C-400.142 2166.17 -417.151 2149.16 -438.044 2149.16H-617V2139.27H-438.044C-411.697 2139.27 -390.255 2160.72 -390.255 2187.09Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M728.086 2196.23V1288.43C728.086 1203.86 659.338 1135.06 574.831 1135.06C490.324 1135.06 421.575 1203.86 421.575 1288.43V1691.4C421.575 1717.77 400.144 1739.22 373.785 1739.22C347.427 1739.22 325.996 1717.77 325.996 1691.4V1545.03H335.883V1691.4C335.883 1712.32 352.892 1729.33 373.785 1729.33C394.679 1729.33 411.688 1712.32 411.688 1691.4V1545.01H171.796C150.892 1545.01 133.894 1562.02 133.894 1582.94V1819.35H135.54C225.501 1819.35 298.683 1892.59 298.683 1982.61V2196.23H288.796V1982.61C288.796 1898.04 220.047 1829.25 135.54 1829.25H-164.98C-249.487 1829.25 -318.236 1898.04 -318.236 1982.61C-318.236 2067.18 -249.487 2135.97 -164.98 2135.97H-29.2489C55.2579 2135.97 124.007 2067.18 124.007 1982.61V1979.29C124.007 1969.95 123.919 1944.68 123.919 1944.68H110.817V1963.99C110.817 1974.1 110.817 1979.55 110.509 1982.61H110.817C110.817 2059.89 47.9715 2122.78 -29.2599 2122.78H-164.991C-242.233 2122.78 -305.068 2059.91 -305.068 1982.61C-305.068 1905.31 -242.233 1842.44 -164.991 1842.44H135.529C212.76 1842.44 275.606 1905.31 275.606 1982.61V2196.23H265.718V1982.61C265.718 1910.77 207.318 1852.33 135.529 1852.33H-164.991C-236.78 1852.33 -295.18 1910.77 -295.18 1982.61C-295.18 2054.45 -236.78 2112.89 -164.991 2112.89H-29.2599C42.5177 2112.89 100.93 2054.45 100.93 1982.61V1944.68H87.6736L87.7394 1963.99C87.7394 1974.1 87.7395 1979.55 87.4322 1982.61H87.7394C87.7394 2047.17 35.2532 2099.69 -29.2599 2099.69H-164.991C-229.504 2099.69 -281.99 2047.17 -281.99 1982.61C-281.99 1918.05 -229.504 1865.53 -164.991 1865.53H135.529C200.042 1865.53 252.528 1918.05 252.528 1982.61V2196.23H242.641V1982.61C242.641 1923.51 194.588 1875.42 135.529 1875.42H-164.991C-224.05 1875.42 -272.103 1923.51 -272.103 1982.61C-272.103 2041.71 -224.05 2089.8 -164.991 2089.8H-29.2599C29.7994 2089.8 77.8524 2041.71 77.8524 1982.61V1944.68H64.6732V1963.99C64.6732 1974.1 64.6732 1979.55 64.3769 1982.61H64.6732C64.6732 2034.44 22.535 2076.61 -29.2599 2076.61H-164.991C-216.786 2076.61 -258.924 2034.44 -258.924 1982.61C-258.924 1930.78 -216.786 1888.61 -164.991 1888.61H135.529C187.324 1888.61 229.462 1930.78 229.462 1982.61V2196.23H219.575V1982.61C219.575 1936.24 181.87 1898.51 135.529 1898.51H-164.991C-211.332 1898.51 -249.037 1936.24 -249.037 1982.61C-249.037 2028.98 -211.332 2066.71 -164.991 2066.71H-29.2599C17.0811 2066.71 54.7861 2028.98 54.7861 1982.61V1944.68H41.6069V1964.3C41.6069 1974.22 41.6069 1979.58 41.3106 1982.61H41.6069C41.6069 2021.71 9.81671 2053.51 -29.2489 2053.51H-164.98C-204.057 2053.51 -235.836 2021.7 -235.836 1982.61C-235.836 1943.52 -204.046 1911.7 -164.98 1911.7H135.54C174.606 1911.7 206.396 1943.52 206.396 1982.61V2196.23H196.509V1982.61C196.509 1948.96 169.152 1921.6 135.54 1921.6H-164.98C-198.603 1921.6 -225.949 1948.97 -225.949 1982.61C-225.949 2016.24 -198.592 2043.62 -164.98 2043.62H-29.2489C4.37386 2043.62 31.7198 2016.24 31.7198 1982.61V1944.68H18.5406V1964.3C18.5406 1974.22 18.5407 1979.58 18.2444 1982.61H18.5406C18.5406 2008.98 -2.90156 2030.43 -29.2489 2030.43H-164.98C-191.338 2030.43 -212.77 2008.98 -212.77 1982.61C-212.77 1956.24 -191.338 1934.79 -164.98 1934.79H135.54C161.887 1934.79 183.33 1956.24 183.33 1982.61V2196.23H173.442V1982.61C173.442 1961.69 156.434 1944.68 135.54 1944.68H133.806L133.894 1976.55C133.894 1979.26 133.894 1981.19 133.795 1982.61H133.894C133.894 2072.63 60.7118 2145.87 -29.2489 2145.87H-164.98C-254.941 2145.87 -328.123 2072.63 -328.123 1982.61C-328.123 1892.59 -254.941 1819.35 -164.98 1819.35H-154.61V1317.74C-154.61 1296.83 -171.608 1279.81 -192.513 1279.81C-213.417 1279.81 -230.415 1296.83 -230.415 1317.74V1514.78H-154.632V1524.67H-417.601C-443.948 1524.67 -465.39 1503.22 -465.39 1476.85V1098.11H-455.503V1476.85C-455.503 1497.77 -438.494 1514.78 -417.601 1514.78H-355.655V1317.74C-355.655 1227.71 -282.473 1154.48 -192.513 1154.48C-102.552 1154.48 -29.3696 1227.72 -29.3696 1317.74V1819.35H8.65354V1582.94C8.65354 1492.92 81.8357 1419.68 171.796 1419.68H411.688V1288.44C411.688 1198.41 484.881 1125.18 574.831 1125.18C664.78 1125.18 737.974 1198.41 737.974 1288.44V2196.23H728.086ZM-164.98 1944.68C-185.884 1944.68 -202.882 1961.69 -202.882 1982.61C-202.882 2003.53 -185.884 2020.54 -164.98 2020.54H-29.2489C-8.35539 2020.54 8.65354 2003.53 8.65354 1982.61V1944.68H-164.98ZM-62.323 1819.35V1317.74C-62.323 1245.9 -120.724 1187.45 -192.513 1187.45C-264.301 1187.45 -322.702 1245.9 -322.702 1317.74V1514.78H-309.523V1317.74C-309.523 1253.18 -257.037 1200.65 -192.523 1200.65C-128.01 1200.65 -75.5241 1253.18 -75.5241 1317.74V1819.35H-62.323ZM-85.3893 1819.35V1317.74C-85.3893 1258.63 -133.442 1210.55 -192.502 1210.55C-251.561 1210.55 -299.614 1258.63 -299.614 1317.74V1514.78H-286.435V1317.74C-286.435 1265.9 -244.296 1223.74 -192.502 1223.74C-140.707 1223.74 -98.5685 1265.9 -98.5685 1317.74V1819.35H-85.3893ZM-108.467 1819.35V1317.74C-108.467 1271.36 -146.171 1233.63 -192.513 1233.63C-238.854 1233.63 -276.558 1271.36 -276.558 1317.74V1514.78H-263.379V1317.74C-263.379 1278.64 -231.589 1246.83 -192.523 1246.83C-153.458 1246.83 -121.668 1278.64 -121.668 1317.74V1819.35H-108.467ZM-192.502 1269.91C-166.143 1269.91 -144.712 1291.37 -144.712 1317.74V1819.35H-131.533V1317.74C-131.533 1284.09 -158.879 1256.72 -192.502 1256.72C-226.124 1256.72 -253.47 1284.09 -253.47 1317.74V1514.78H-240.291V1317.74C-240.291 1291.37 -218.849 1269.91 -192.502 1269.91ZM-39.2458 1317.74C-39.2458 1233.17 -107.995 1164.37 -192.502 1164.37C-277.008 1164.37 -345.757 1233.17 -345.757 1317.74V1514.78H-332.578V1317.74C-332.578 1240.45 -269.733 1177.56 -192.502 1177.56C-115.27 1177.56 -52.4249 1240.44 -52.4249 1317.74V1819.35H-39.2458V1317.74ZM411.688 1429.58H171.796C87.2896 1429.58 18.5406 1498.37 18.5406 1582.94V1819.35H31.7198V1582.94C31.7198 1505.66 94.554 1442.77 171.796 1442.77H411.688V1429.58ZM411.688 1452.66H171.796C100.008 1452.66 41.6069 1511.1 41.6069 1582.94V1819.35H54.7861V1582.94C54.7861 1518.38 107.272 1465.86 171.785 1465.86H411.677V1452.67L411.688 1452.66ZM411.688 1475.75H171.796C112.737 1475.75 64.6842 1523.84 64.6842 1582.94V1819.35H77.8633V1582.94C77.8633 1531.11 120.002 1488.94 171.796 1488.94H411.688V1475.75ZM411.688 1498.84H171.796C125.455 1498.84 87.7504 1536.57 87.7504 1582.94V1819.35H100.93V1582.94C100.93 1543.84 132.72 1512.04 171.785 1512.04H411.677V1498.85L411.688 1498.84ZM411.688 1521.92H171.796C138.174 1521.92 110.828 1549.29 110.828 1582.93V1819.34H124.007V1582.93C124.007 1556.56 145.438 1535.11 171.796 1535.11H411.688V1521.92Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M574.831 1158.16C503.053 1158.16 444.641 1216.6 444.641 1288.44V1691.41C444.641 1730.52 412.851 1762.32 373.785 1762.32C334.72 1762.32 302.93 1730.5 302.93 1691.41V1545.04H312.817V1691.41C312.817 1725.06 340.174 1752.42 373.785 1752.42C407.397 1752.42 434.754 1725.05 434.754 1691.41V1288.44C434.754 1211.14 497.599 1148.26 574.831 1148.26C652.062 1148.26 714.907 1211.14 714.907 1288.44V2196.23H705.02V1288.43C705.02 1216.59 646.619 1158.15 574.831 1158.15V1158.16Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M574.831 1181.24C515.771 1181.24 467.718 1229.33 467.718 1288.43V1691.4C467.718 1743.23 425.58 1785.4 373.785 1785.4C321.991 1785.4 279.852 1743.23 279.852 1691.4V1545.03H289.739V1691.4C289.739 1737.77 327.444 1775.51 373.785 1775.51C420.126 1775.51 457.831 1737.77 457.831 1691.4V1288.43C457.831 1223.87 510.318 1171.35 574.831 1171.35C639.344 1171.35 691.83 1223.87 691.83 1288.43V2196.23H681.943V1288.43C681.943 1229.33 633.89 1181.24 574.831 1181.24Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M574.831 1204.33C528.49 1204.33 490.785 1242.06 490.785 1288.44V1691.41C490.785 1755.97 438.298 1808.49 373.785 1808.49C309.272 1808.49 256.786 1755.97 256.786 1691.41V1545.04H266.673V1691.41C266.673 1750.51 314.726 1798.6 373.785 1798.6C432.845 1798.6 480.898 1750.51 480.898 1691.41V1288.44C480.898 1236.61 523.036 1194.44 574.831 1194.44C626.625 1194.44 668.764 1236.61 668.764 1288.44V2196.23H658.877V1288.43C658.877 1242.05 621.172 1204.32 574.831 1204.32V1204.33Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M574.831 1227.42C541.208 1227.42 513.862 1254.78 513.862 1288.43V1691.4C513.862 1768.69 451.028 1831.58 373.785 1831.58C296.543 1831.58 233.709 1768.7 233.709 1691.4V1545.03H243.596V1691.4C243.596 1763.24 301.997 1821.68 373.785 1821.68C445.574 1821.68 503.975 1763.24 503.975 1691.4V1288.43C503.975 1249.32 535.765 1217.52 574.831 1217.52C613.896 1217.52 645.687 1249.33 645.687 1288.43V2196.23H635.799V1288.43C635.799 1254.78 608.442 1227.42 574.831 1227.42Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M210.642 1691.4V1545.03H220.53V1691.4C220.53 1775.97 289.279 1844.76 373.785 1844.76C458.292 1844.76 527.041 1775.97 527.041 1691.4V1288.43C527.041 1262.05 548.483 1240.6 574.831 1240.6C601.178 1240.6 622.62 1262.05 622.62 1288.43V2196.23H612.733V1288.43C612.733 1267.51 595.735 1250.5 574.831 1250.5C553.926 1250.5 536.928 1267.51 536.928 1288.43V1691.4C536.928 1781.42 463.746 1854.66 373.785 1854.66C283.825 1854.66 210.642 1781.42 210.642 1691.4Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-417.601 1630.21H-154.632V1640.11H-417.601C-507.561 1640.11 -580.744 1566.88 -580.744 1476.85V1098.11H-570.856V1476.85C-570.856 1561.42 -502.108 1630.21 -417.601 1630.21Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-417.601 1607.13H-154.632V1617.03H-417.601C-494.832 1617.03 -557.677 1554.15 -557.677 1476.85V1098.11H-547.79V1476.85C-547.79 1548.69 -489.389 1607.13 -417.601 1607.13Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-417.601 1584.05H-154.632V1593.94H-417.601C-482.114 1593.94 -534.6 1541.42 -534.6 1476.86V1098.12H-524.713V1476.86C-524.713 1535.96 -476.66 1584.05 -417.601 1584.05Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-417.601 1560.96H-154.632V1570.85H-417.601C-469.396 1570.85 -511.534 1528.68 -511.534 1476.85V1098.11H-501.647V1476.85C-501.647 1523.23 -463.942 1560.96 -417.601 1560.96Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-417.601 1537.87H-154.632V1547.77H-417.601C-456.666 1547.77 -488.457 1515.96 -488.457 1476.86V1098.12H-478.569V1476.86C-478.569 1510.51 -451.213 1537.87 -417.601 1537.87Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M196.487 1277.32C170.139 1277.32 148.697 1255.87 148.697 1229.5V1098.11H158.584V1229.5C158.584 1250.42 175.582 1267.43 196.487 1267.43C217.391 1267.43 234.389 1250.42 234.389 1229.5V1098.11H244.276V1229.5C244.276 1255.87 222.834 1277.32 196.487 1277.32Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M196.487 1300.41C157.41 1300.41 125.631 1268.59 125.631 1229.5V1098.11H135.518V1229.5C135.518 1263.15 162.875 1290.51 196.487 1290.51C230.099 1290.51 257.456 1263.15 257.456 1229.5V1098.11H267.343V1229.5C267.343 1268.61 235.552 1300.41 196.487 1300.41Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M196.487 1323.49C144.692 1323.49 102.554 1281.32 102.554 1229.49V1098.1H112.441V1229.49C112.441 1275.86 150.146 1313.6 196.487 1313.6C242.828 1313.6 280.533 1275.86 280.533 1229.49V1098.1H290.42V1229.49C290.42 1281.32 248.282 1323.49 196.487 1323.49Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M196.487 1346.58C131.974 1346.58 79.4874 1294.06 79.4874 1229.5V1098.11H89.3745V1229.5C89.3745 1288.6 137.427 1336.69 196.487 1336.69C255.546 1336.69 303.599 1288.6 303.599 1229.5V1098.11H313.486V1229.5C313.486 1294.06 261 1346.58 196.487 1346.58Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M196.487 1369.66C119.255 1369.66 56.4101 1306.79 56.4101 1229.49V1098.1H66.2972V1229.49C66.2972 1301.33 124.698 1359.77 196.487 1359.77C268.275 1359.77 326.676 1301.33 326.676 1229.49V1098.1H336.563V1229.49C336.563 1306.78 273.729 1369.66 196.487 1369.66Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M196.487 1392.76C106.526 1392.76 33.3439 1319.53 33.3439 1229.5V1098.11H43.2309V1229.5C43.2309 1314.07 111.98 1382.86 196.487 1382.86C280.994 1382.86 349.742 1314.07 349.742 1229.5V1098.11H359.63V1229.5C359.63 1319.53 286.447 1392.76 196.487 1392.76Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-332.655 1820.02C-332.655 1914.29 -409.294 1990.98 -503.49 1990.98H-617V1981.08H-503.49C-414.748 1981.08 -342.542 1908.83 -342.542 1820.02C-342.542 1731.22 -414.748 1658.96 -503.49 1658.96H-617V1649.07H-503.49C-409.294 1649.07 -332.655 1725.76 -332.655 1820.02Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-355.721 1820.02C-355.721 1901.56 -422.012 1967.89 -503.49 1967.89H-617V1958H-503.49C-427.466 1958 -365.608 1896.11 -365.608 1820.02C-365.608 1743.93 -427.455 1682.06 -503.49 1682.06H-617V1672.16H-503.49C-422.012 1672.16 -355.721 1738.49 -355.721 1820.02Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-378.798 1820.02C-378.798 1888.83 -434.73 1944.8 -503.49 1944.8H-617V1934.91H-503.49C-440.184 1934.91 -388.686 1883.37 -388.686 1820.02C-388.686 1756.67 -440.184 1705.14 -503.49 1705.14H-617V1695.24H-503.49C-434.73 1695.24 -378.798 1751.22 -378.798 1820.02Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-401.865 1820.02C-401.865 1876.09 -447.449 1921.72 -503.49 1921.72H-617V1911.83H-503.49C-452.902 1911.83 -411.752 1870.65 -411.752 1820.02C-411.752 1769.4 -452.902 1728.22 -503.49 1728.22H-617V1718.33H-503.49C-447.46 1718.33 -401.865 1763.94 -401.865 1820.02Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-424.942 1820.02C-424.942 1863.37 -460.178 1898.63 -503.49 1898.63H-617V1888.73H-503.49C-465.632 1888.73 -434.829 1857.91 -434.829 1820.02C-434.829 1782.14 -465.632 1751.31 -503.49 1751.31H-617V1741.42H-503.49C-460.178 1741.42 -424.942 1776.68 -424.942 1820.02Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<path d=\"M-448.008 1820.02C-448.008 1850.64 -472.896 1875.54 -503.49 1875.54H-617V1865.65H-503.49C-478.35 1865.65 -457.895 1845.18 -457.895 1820.02C-457.895 1794.87 -478.35 1774.4 -503.49 1774.4H-617V1764.5H-503.49C-472.896 1764.5 -448.008 1789.41 -448.008 1820.02Z\" fill=\"url(#hsDarkGradMobile)\"\/>\n<\/g>\n<\/g><\/g>\n<defs>\n<linearGradient id=\"hsDarkGradMobile\" x1=\"-617\" y1=\"549.057\" x2=\"737.974\" y2=\"549.057\" gradientUnits=\"userSpaceOnUse\"><stop offset=\"0.0726441\" stop-color=\"#EE4C01\"\/><stop offset=\"0.353821\" stop-color=\"#030870\"\/><stop offset=\"0.7\" stop-color=\"#005FD3\"\/><stop offset=\"1\" stop-color=\"#1BD9FF\"\/><\/linearGradient>\n\n<clipPath id=\"clip0_1643_1215\">\n<rect width=\"375\" height=\"2186\" fill=\"white\"\/>\n<\/clipPath>\n<clipPath id=\"clip1_1643_1215\">\n<rect width=\"1354.97\" height=\"1098.11\" fill=\"white\" transform=\"translate(-617)\"\/>\n<\/clipPath>\n<clipPath id=\"clip2_1643_1215\">\n<rect width=\"1354.97\" height=\"1098.11\" fill=\"white\" transform=\"matrix(1 0 0 -1 -617 2196.23)\"\/>\n<\/clipPath>\n<\/defs>\n<\/svg>\n\n<\/div>\n\n<style id=\"hs-dark-bg-styles\">\n  \/* Host: 100% cover background, scrolls with section by default.\n     Switch to data-mount=\"sticky\" to make it stick within the section\n     (emulates a fixed background without position:fixed mobile bugs). *\/\n  .hs-dark-bg {\n    position: absolute; inset: 0; z-index: 0;\n    pointer-events: none; overflow: hidden;\n    --p: 0;                                  \/* scroll progress 0\u21921, set by JS *\/\n  }\n  \/* Sticky mount: 100% width \u00d7 100vh, anchored to top of viewport.\n     Requires .hs-dark-bg to be a direct child of a sized ancestor (taller\n     than the viewport) \u2014 the JS portal step on init handles that by\n     reparenting it to .glass-cells-section. *\/\n  .hs-dark-bg[data-mount=\"sticky\"] {\n    position: sticky;\n    top: 0; left: 0;\n    width: 100%; height: 100vh;\n    inset: auto;                \/* override the absolute base's inset:0 *\/\n  }\n  .hs-dark-bg .hs-svg {\n    position: absolute; inset: 0;\n    width: 100%; height: 100%;\n    \/* SVG paths use `mix-blend-mode: hard-light` at opacity .3 in the source.\n       Keep that \u2014 the variant CSS layers reveal effects on top of it. *\/\n  }\n  \/* v1 \u2014 Sweep wipe. A soft diagonal mask travels NW\u2192SE across the SVG as --p\n     goes 0\u21921. One cohesive gesture; \"the lights come on\" feel.\n\n     Stop layout: opaque (revealed) on the NW side of the moving edge, transparent\n     (hidden) on the SE side. Edge position travels from -SOFT (everything hidden\n     at p=0) to 100%+SOFT (everything revealed at p=1). *\/\n  .hs-dark-bg .hs-svg {\n    --sweep-soft: 12%;                                      \/* soft-edge half-width *\/\n    --sweep-edge: calc((100% + 2 * var(--sweep-soft)) * var(--p) - var(--sweep-soft));\n    -webkit-mask-image: linear-gradient(135deg,\n      #000 0%,\n      #000 calc(var(--sweep-edge) - var(--sweep-soft)),\n      transparent calc(var(--sweep-edge) + var(--sweep-soft)),\n      transparent 100%);\n            mask-image: linear-gradient(135deg,\n      #000 0%,\n      #000 calc(var(--sweep-edge) - var(--sweep-soft)),\n      transparent calc(var(--sweep-edge) + var(--sweep-soft)),\n      transparent 100%);\n  }\n  \/* Desktop\/mobile SVG toggle. Both SVGs are inlined inside .hs-dark-bg; this\n     hides one based on viewport width. Breakpoint matches Elementor's default\n     mobile cutoff (mobile = up to 767px, tablet\/desktop = 768px+). The mask\n     CSS above applies to whichever is visible because both carry .hs-svg. *\/\n  .hs-dark-bg .hs-svg-mobile { display: none; }\n  @media (max-width: 767px) {\n    .hs-dark-bg .hs-svg-desktop { display: none; }\n    .hs-dark-bg .hs-svg-mobile { display: block; }\n  }\n  @media (prefers-reduced-motion: reduce) {\n    .hs-dark-bg { --p: 1 !important; }\n    .hs-dark-bg .hs-svg, .hs-dark-bg .hs-c, .hs-dark-bg .hs-l {\n      transition: none !important; animation: none !important;\n    }\n  }\n<\/style>\n<script id=\"hs-dark-bg-v1-init\">\n  \/* v1 needs no per-path init \u2014 the mask is a single linear gradient on the SVG. *\/\n<\/script>\n<script id=\"hs-dark-bg-progress\">\n(function () {\n  'use strict';\n  if (typeof window === 'undefined') return;\n  var prefersReduced = matchMedia('(prefers-reduced-motion: reduce)').matches;\n\n  function init() {\n    var hosts = document.querySelectorAll('.hs-dark-bg');\n    if (!hosts.length) return;\n\n    var items = [];\n    hosts.forEach(function (host) {\n    var section = host.closest('.glass-cells-section');\n    if (!section) return;\n      items.push({\n        host: host,\n        section: section,\n        maxP: 0,                              \/* once-only: monotonically increases *\/\n        replay: host.dataset.replay === 'true' \/* opt-in: reveal every entry *\/\n      });\n    });\n    if (!items.length) return;\n\n    if (prefersReduced) {\n      items.forEach(function (it) { it.host.style.setProperty('--p', '1'); });\n      return;\n    }\n\n    var rafScheduled = false;\n    function tick() {\n      rafScheduled = false;\n      var vh = window.innerHeight;\n      var anyVisible = false;\n      for (var i = 0; i < items.length; i++) {\n        var it = items[i];\n        var rect = it.section.getBoundingClientRect();\n        \/* p=0 when section's top hits viewport bottom (section just entering);\n           p=1 when section's bottom hits viewport bottom (whole section reached).\n           Travelled = vh - rect.top (= 0 at start, = section.height at end).\n           Range = section.height. *\/\n        var range = rect.height || 1;\n        var travelled = vh - rect.top;\n        var p = travelled \/ range;\n        if (p < 0) p = 0; else if (p > 1) p = 1;\n        if (!it.replay && p < it.maxP) p = it.maxP; else it.maxP = p;\n        it.host.style.setProperty('--p', p.toFixed(4));\n        if (rect.bottom > -200 && rect.top < vh + 200) anyVisible = true;\n      }\n      if (anyVisible) schedule();\n    }\n    function schedule() {\n      if (rafScheduled) return;\n      rafScheduled = true;\n      requestAnimationFrame(tick);\n    }\n    window.addEventListener('scroll', schedule, { passive: true });\n    window.addEventListener('resize', schedule);\n    schedule();\n  }\n\n  if (document.readyState === 'loading') {\n    document.addEventListener('DOMContentLoaded', init);\n  } else {\n    init();\n  }\n})();\n<\/script>\n\n\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-834108d e-con-full glass-grid-container e-flex e-con e-child\" data-id=\"834108d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-0361e26 e-con-full e-flex e-con e-child\" data-id=\"0361e26\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5b50645 elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"5b50645\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Secure YOUR \nwater supply<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a1dce21 elementor-widget-tablet__width-inherit elementor-widget-mobile__width-initial elementor-widget__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"a1dce21\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Powered by industry-leading water treatment technologies<\/h3>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-21eb565 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"21eb565\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-f9f52f0 e-con-full e-flex e-con e-child\" data-id=\"f9f52f0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6969e6d elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"6969e6d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Eliminate water as a constraint<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4f3f11b elementor-widget elementor-widget-text-editor\" data-id=\"4f3f11b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>More viable water options can improve site feasibility, support permitting conversations, and help unlock locations constrained by water availability.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fedaf4f e-con-full e-flex e-con e-child\" data-id=\"fedaf4f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-80f574b elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"80f574b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Reduced freshwater needs<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fafd3d1 elementor-widget elementor-widget-text-editor\" data-id=\"fafd3d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Flexible-source treatment makes lower-cost and impaired water sources viable for cooling, reducing freshwater dependence and improving sourcing economics.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-aec7156 e-con-full e-flex e-con e-child\" data-id=\"aec7156\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-08ab38a elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"08ab38a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Lower total water costs<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-01d1488 elementor-widget elementor-widget-text-editor\" data-id=\"01d1488\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tBy treating reused municipal effluent, groundwater, seawater, and other unconventional waters to spec, HyperSolved can help lower total water cost.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-efc6960 e-con-full e-flex e-con e-child\" data-id=\"efc6960\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-fe6a114 e-con-full glass-cell e-flex elementor-invisible e-con e-child\" data-id=\"fe6a114\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0b5f866 glass-cell-heading elementor-widget elementor-widget-heading\" data-id=\"0b5f866\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Selective <br>Contaminant <br>Extraction<\/h3>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4f90b78 e-con-full glass-cell-body e-flex e-con e-child\" data-id=\"4f90b78\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-8c63f2d e-con-full glass-cell-body-inner e-flex e-con e-child\" data-id=\"8c63f2d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-967396a elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"967396a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>SCE targets specific hard-to-remove contaminants so a wider range of feedwaters can be treated to exact cooling water objectives.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b7e7861 elementor-align-center glass-cell-button elementor-widget elementor-widget-button\" data-id=\"b7e7861\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/technologies\/selective-contaminant-extraction\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Learn more \u2192<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-710fef2 e-con-full glass-cell e-flex elementor-invisible e-con e-child\" data-id=\"710fef2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:600}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c541a1e glass-cell-heading elementor-widget elementor-widget-heading\" data-id=\"c541a1e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Semi-Batch \n<br>REVERSE <br>OSMOSIS<\/h3>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e4019c2 e-con-full glass-cell-body e-flex e-con e-child\" data-id=\"e4019c2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-0ea0ece e-con-full glass-cell-body-inner e-flex e-con e-child\" data-id=\"0ea0ece\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d963d2 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"2d963d2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>SBRO is a high-recovery reverse osmosis process that helps recover more water, reduce energy use, and cut brine volume while maintaining reliable performance on variable feedwater.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9257bb7 elementor-align-center glass-cell-button elementor-widget elementor-widget-button\" data-id=\"9257bb7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/technologies\/semi-batch-reverse-osmosis-sbro\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Learn more \u2192<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f2668e3 e-con-full glass-cell e-flex elementor-invisible e-con e-child\" data-id=\"f2668e3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:600}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-08c1462 glass-cell-heading elementor-widget elementor-widget-heading\" data-id=\"08c1462\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">COUNTER <br>FLOW <br>REVERSE <br>OSMOSIS<\/h3>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fcf23a6 e-con-full glass-cell-body e-flex e-con e-child\" data-id=\"fcf23a6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e5864aa e-con-full glass-cell-body-inner e-flex e-con e-child\" data-id=\"e5864aa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e066cf elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"3e066cf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>CFRO enables ultra-high water recovery and brine concentration, minimizing liquid discharge, reducing waste volumes, and lowering disposal costs for data center operations.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2c12d28 elementor-align-center glass-cell-button elementor-widget elementor-widget-button\" data-id=\"2c12d28\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/technologies\/counter-flow-reverse-osmosis-cfro\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Learn more \u2192<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e3eac51 e-con-full glass-grid-container e-flex e-con e-child\" data-id=\"e3eac51\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-885f77e e-con-full e-flex e-con e-child\" data-id=\"885f77e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eee3e39 elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"eee3e39\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Protect cooling \nsystem performance<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9201bb6 elementor-widget-tablet__width-inherit elementor-widget-mobile__width-initial elementor-widget__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"9201bb6\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Enabled by CURE Chemicals and SmartOps AI<\/h3>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-545e092 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"545e092\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-1f2ceb0 e-con-full e-flex e-con e-child\" data-id=\"1f2ceb0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e92f7eb elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"e92f7eb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Best-in-class efficiency<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4df892f elementor-widget elementor-widget-text-editor\" data-id=\"4df892f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tCURE Chemicals and SmartOps AI help protect uptime, stabilize cooling performance, and extend equipment life by optimizing the cooling system in operation.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ad881ca e-con-full e-flex e-con e-child\" data-id=\"ad881ca\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cfc682d elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"cfc682d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Seamless operations<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7fe4824 elementor-widget elementor-widget-text-editor\" data-id=\"7fe4824\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Optimization is engineered into the system, not bolted on later, reducing fragmentation between equipment, chemistry, and operations.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4fd1f56 e-con-full e-flex e-con e-child\" data-id=\"4fd1f56\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f571447 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"f571447\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Predictable performance<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bbfef9f elementor-widget elementor-widget-text-editor\" data-id=\"bbfef9f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>By maximizing cycles of concentration and reducing scaling and corrosion risk, Gradiant helps customers operate more predictably and efficiently.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-48b8350 e-grid e-con-full glass-cell-grid e-con e-child\" data-id=\"48b8350\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-cdcf448 e-con-full glass-cell e-flex elementor-invisible e-con e-child\" data-id=\"cdcf448\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-99639de glass-cell-heading elementor-widget elementor-widget-heading\" data-id=\"99639de\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Cure <br>Chemicals<\/h3>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9426b88 e-con-full glass-cell-body e-flex e-con e-child\" data-id=\"9426b88\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6533814 e-con-full glass-cell-body-inner e-flex e-con e-child\" data-id=\"6533814\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f179423 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"f179423\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Customized chemical programs help control scale, corrosion, and biofouling in cooling systems to improve heat transfer and thermal efficiency.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d3150f6 elementor-align-center glass-cell-button elementor-widget elementor-widget-button\" data-id=\"d3150f6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/cure-chemicals\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Learn more \u2192<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-571e80c e-con-full glass-cell e-flex elementor-invisible e-con e-child\" data-id=\"571e80c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-76c685d glass-cell-heading elementor-widget elementor-widget-heading\" data-id=\"76c685d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><span>S<\/span>MART<span>O<\/span>PS\n<br>AI<\/h3>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-30a6d99 e-con-full glass-cell-body e-flex e-con e-child\" data-id=\"30a6d99\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b8d2cdf e-con-full glass-cell-body-inner e-flex e-con e-child\" data-id=\"b8d2cdf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3a0f09a elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"3a0f09a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>SmartOps is an AI-powered platform that monitors, predicts, and optimizes data center water systems in real time, improving reliability, reducing downtime, and lowering operating costs.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8db248d elementor-align-center glass-cell-button elementor-widget elementor-widget-button\" data-id=\"8db248d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/technologies\/smartops-ai\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Learn more \u2192<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-34c0b9c e-con-full glass-grid-container e-flex e-con e-child\" data-id=\"34c0b9c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-7a6f882 e-con-full e-flex e-con e-child\" data-id=\"7a6f882\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8028297 elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"8028297\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">MINIMIZE discharge \nand waste<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b2b83ea elementor-widget-tablet__width-inherit elementor-widget-mobile__width-initial elementor-widget__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"b2b83ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Driven by order-of-magnitude better concentration<\/h3>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fe98dc2 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"fe98dc2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-3165ba0 e-con-full e-flex e-con e-child\" data-id=\"3165ba0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b1a8026 elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"b1a8026\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Lowest discharge<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-995c64b elementor-widget elementor-widget-text-editor\" data-id=\"995c64b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tHigh-recovery concentration and liquid-management capabilities reduce blowdown volume and minimize sewer, hauling, and disposal burden.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-53c1d29 e-con-full e-flex e-con e-child\" data-id=\"53c1d29\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9f1ac9d elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"9f1ac9d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Complete compliance<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-68a2c34 elementor-widget elementor-widget-text-editor\" data-id=\"68a2c34\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tLess waste out means lower downstream cost, stronger compliance confidence, and greater acceptance among regulators, communities, and stakeholders.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6b119ec e-con-full e-flex e-con e-child\" data-id=\"6b119ec\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-122d6da elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"122d6da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Reduced risk<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c493793 elementor-widget elementor-widget-text-editor\" data-id=\"c493793\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tBy concentrating waste for reuse, recovery, or reduced discharge, HyperSolved squeezes more value from every gallon and sends less risk out of the site.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f48f8c7 e-grid e-con-full glass-cell-grid e-con e-child\" data-id=\"f48f8c7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-efd70a7 e-con-full glass-cell e-flex elementor-invisible e-con e-child\" data-id=\"efd70a7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-bea6407 glass-cell-heading elementor-widget elementor-widget-heading\" data-id=\"bea6407\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">COUNTER FLOW REVERSE OSMOSIS<\/h3>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-25d2525 e-con-full glass-cell-body e-flex e-con e-child\" data-id=\"25d2525\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-cfb0189 e-con-full glass-cell-body-inner e-flex e-con e-child\" data-id=\"cfb0189\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d727e06 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"d727e06\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>CFRO enables ultra-high water recovery and brine concentration, minimizing liquid discharge, reducing waste volumes, and lowering disposal costs for data center operations.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-db46227 elementor-align-center glass-cell-button elementor-widget elementor-widget-button\" data-id=\"db46227\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/technologies\/counter-flow-reverse-osmosis-cfro\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Learn more \u2192<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-47b4c38 e-con-full glass-cell e-flex elementor-invisible e-con e-child\" data-id=\"47b4c38\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5881482 glass-cell-heading elementor-widget elementor-widget-heading\" data-id=\"5881482\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">CARRIER GAS EXTRACTION<\/h3>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-31aae85 e-con-full glass-cell-body e-flex e-con e-child\" data-id=\"31aae85\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-a7ac979 e-con-full glass-cell-body-inner e-flex e-con e-child\" data-id=\"a7ac979\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ce4130e elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"ce4130e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Carrier Gas Extraction uses thermal evaporation to concentrate brine, recover water, and minimize liquid discharge and waste in data center operations.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b6964be elementor-align-center glass-cell-button elementor-widget elementor-widget-button\" data-id=\"b6964be\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/technologies\/carrier-gas-extraction\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Learn more \u2192<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-073f17a e-flex e-con-boxed e-con e-parent\" data-id=\"073f17a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-77dedca elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"77dedca\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Proven across the world\u2019s largest AI <br>data center builds<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-aa29855 e-con-full e-flex e-con e-child\" data-id=\"aa29855\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-2bd626f-c1dd635 e-svg-base\" data-interaction-id=\"2bd626f\" data-e-type=\"widget\" data-id=\"2bd626f\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width: 100%; height: 100%; overflow: unset;\" width=\"222\" height=\"89\" viewBox=\"0 0 222 89\" fill=\"currentColor\"><g clip-path=\"url(#clip0_1092_3762)\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M123.452 53.0462C117.122 57.716 107.947 60.202 100.045 60.202C88.9694 60.202 78.9988 56.1097 71.453 49.2943C70.8601 48.7589 71.3879 48.0284 72.1031 48.4415C80.2456 53.1801 90.3157 56.0332 100.715 56.0332C107.729 56.0332 115.443 54.576 122.538 51.5661C123.608 51.111 124.503 52.2698 123.459 53.0462H123.452Z\" fill=\"#2D2082\"><\/path><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M126.088 50.0401C125.277 49.0037 120.737 49.5468 118.695 49.7915C118.076 49.8642 117.98 49.3249 118.538 48.9348C122.16 46.3915 128.1 47.1258 128.788 47.9749C129.484 48.8354 128.605 54.7864 125.212 57.628C124.688 58.064 124.195 57.8307 124.424 57.2532C125.189 55.3448 126.899 51.0728 126.088 50.0363V50.0401Z\" fill=\"#2D2082\"><\/path><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M118.84 30.9594V28.4849C118.84 28.1101 119.126 27.8577 119.467 27.8577H130.55C130.906 27.8577 131.189 28.1139 131.189 28.4811V30.5999C131.189 30.9556 130.887 31.4183 130.355 32.1565L124.615 40.3525C126.745 40.3028 129.001 40.6202 130.937 41.7102C131.373 41.955 131.491 42.3183 131.526 42.674V45.313C131.526 45.6763 131.128 46.097 130.711 45.879C127.3 44.0929 122.771 43.8979 119 45.9019C118.614 46.1085 118.212 45.6916 118.212 45.3283V42.8194C118.212 42.4178 118.22 41.7332 118.625 41.1212L125.276 31.579H119.486C119.13 31.579 118.847 31.3265 118.847 30.9556L118.84 30.9594Z\" fill=\"#2D2082\"><\/path><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M78.4102 46.4028H75.0369C74.7156 46.3837 74.4594 46.1389 74.4326 45.8329V28.5268C74.4326 28.1787 74.7271 27.9034 75.0866 27.9034H78.2266C78.5555 27.9187 78.8194 28.1673 78.8385 28.4847V30.745H78.9035C79.722 28.5612 81.2633 27.54 83.34 27.54C85.4168 27.54 86.7707 28.5612 87.7153 30.745C88.5338 28.5612 90.3887 27.54 92.3736 27.54C93.7887 27.54 95.3338 28.1214 96.2747 29.4332C97.3456 30.8904 97.1237 33.0015 97.1237 34.8603V45.7794C97.1237 46.1236 96.8292 46.4028 96.4697 46.4028H93.1003C92.7637 46.3798 92.496 46.1121 92.496 45.7832V36.6081C92.496 35.8814 92.5572 34.0571 92.4004 33.3687C92.148 32.2022 91.3945 31.8771 90.4193 31.8771C89.6008 31.8771 88.7518 32.424 88.4037 33.296C88.0557 34.1718 88.0901 35.6252 88.0901 36.6081V45.7794C88.0901 46.1236 87.7995 46.4028 87.4399 46.4028H84.0705C83.734 46.3798 83.4662 46.1121 83.4662 45.7832V36.6081C83.4662 34.6767 83.776 31.8389 81.3857 31.8389C78.9953 31.8389 79.0565 34.6078 79.0565 36.6081V45.7794C79.0565 46.1236 78.7658 46.4028 78.4063 46.4028H78.4102Z\" fill=\"#2D2082\"><\/path><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M140.727 27.54C145.73 27.54 148.437 31.8389 148.437 37.3003C148.437 42.7618 145.447 46.7699 140.727 46.7699C136.008 46.7699 133.143 42.4711 133.143 37.1206C133.143 31.77 135.851 27.5439 140.727 27.5439V27.54ZM140.758 31.0701C138.272 31.0701 138.115 34.4549 138.115 36.5698C138.115 38.6848 138.084 43.1978 140.727 43.1978C143.37 43.1978 143.466 39.5568 143.466 37.3348C143.466 35.8776 143.404 34.1298 142.961 32.7453C142.582 31.5444 141.829 31.0701 140.758 31.0701Z\" fill=\"#2D2082\"><\/path><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M154.927 46.4029H151.569C151.232 46.3799 150.964 46.1122 150.964 45.7833V28.4733C150.987 28.1559 151.266 27.9073 151.607 27.9073H154.735C155.03 27.9226 155.271 28.1215 155.336 28.393V31.0396H155.401C156.346 28.6722 157.665 27.5439 159.994 27.5439C161.505 27.5439 162.985 28.0909 163.93 29.5824C164.809 30.9669 164.809 33.2961 164.809 34.9713V45.8598C164.771 46.1657 164.496 46.4067 164.163 46.4067H160.782C160.468 46.3876 160.22 46.1581 160.182 45.8598V36.4628C160.182 34.5697 160.403 31.8007 158.074 31.8007C157.256 31.8007 156.498 32.3476 156.124 33.1852C155.653 34.2408 155.588 35.2963 155.588 36.4628V45.7795C155.581 46.1237 155.29 46.4029 154.93 46.4029H154.927Z\" fill=\"#2D2082\"><\/path><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M110.004 38.1381C110.004 39.4537 110.035 40.5476 109.373 41.7141C108.838 42.6625 107.985 43.2477 107.04 43.2477C105.748 43.2477 104.99 42.261 104.99 40.8038C104.99 37.9316 107.568 37.4114 110.004 37.4114V38.1419V38.1381ZM113.401 46.3609C113.179 46.5598 112.858 46.5751 112.605 46.4412C111.485 45.5119 111.286 45.0797 110.674 44.1962C108.823 46.0817 107.511 46.6477 105.113 46.6477C102.275 46.6477 100.064 44.8961 100.064 41.3928C100.064 38.6544 101.548 36.7957 103.66 35.8816C105.488 35.0784 108.042 34.9331 110.001 34.7151V34.2791C110.001 33.476 110.066 32.5275 109.591 31.8352C109.182 31.2156 108.394 30.9594 107.698 30.9594C106.413 30.9594 105.27 31.6172 104.987 32.9826C104.929 33.2847 104.707 33.5869 104.402 33.6022L101.135 33.2503C100.86 33.1891 100.554 32.9673 100.63 32.5466C101.38 28.5805 104.964 27.3834 108.169 27.3834C109.809 27.3834 111.955 27.8194 113.248 29.0624C114.888 30.5961 114.732 32.6384 114.732 34.8643V40.1154C114.732 41.6949 115.389 42.3872 116.005 43.2401C116.219 43.546 116.269 43.9132 115.994 44.135C115.305 44.7125 114.081 45.7757 113.408 46.3762L113.401 46.3686V46.3609Z\" fill=\"#2D2082\"><\/path><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M65.801 38.1381C65.801 39.4537 65.8316 40.5476 65.17 41.7141C64.6345 42.6625 63.7817 43.2477 62.837 43.2477C61.5443 43.2477 60.787 42.261 60.787 40.8038C60.787 37.9316 63.3648 37.4114 65.801 37.4114V38.1419V38.1381ZM69.2011 46.3609C68.9792 46.5598 68.6542 46.5751 68.4056 46.4412C67.285 45.5119 67.0861 45.0797 66.4742 44.1962C64.6231 46.0817 63.3112 46.6477 60.9171 46.6477C58.0792 46.6477 55.8687 44.8961 55.8687 41.3928C55.8687 38.6544 57.3526 36.7957 59.4637 35.8816C61.2919 35.0784 63.8467 34.9331 65.8049 34.7151V34.2791C65.8049 33.476 65.8661 32.5275 65.3956 31.8352C64.9864 31.2156 64.1985 30.9594 63.5025 30.9594C62.2174 30.9594 61.0739 31.6172 60.7909 32.9826C60.7335 33.2847 60.5117 33.5869 60.2057 33.6022L56.9395 33.2503C56.6642 33.1891 56.3582 32.9673 56.4347 32.5466C57.1843 28.5805 60.7641 27.3834 63.9729 27.3834C65.6136 27.3834 67.7592 27.8194 69.0519 29.0624C70.6926 30.5961 70.5358 32.6384 70.5358 34.8643V40.1154C70.5358 41.6949 71.1937 42.3872 71.8094 43.2401C72.0236 43.546 72.0733 43.9132 71.798 44.135C71.1095 44.7125 69.8857 45.7757 69.2125 46.3762L69.2049 46.3686L69.2011 46.3609Z\" fill=\"#2D2082\"><\/path><\/g><defs><clipPath id=\"clip0_1092_3762\"><rect width=\"109\" height=\"33.2737\" fill=\"white\" transform=\"translate(56.1665 27.5966)\"><\/rect><\/clipPath><\/defs><\/svg><\/div>\t\t\t\t\t<div class=\"e-2a8b39e-6a1444d e-svg-base\" data-interaction-id=\"2a8b39e\" data-e-type=\"widget\" data-id=\"2a8b39e\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width: 100%; height: 100%; overflow: unset;\" width=\"222\" height=\"89\" viewBox=\"0 0 222 89\" fill=\"currentColor\"><mask id=\"mask0_1092_3773\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"59\" y=\"27\" width=\"103\" height=\"34\"><path d=\"M161.667 27.6562H59.6665V60.8063H161.667V27.6562Z\" fill=\"white\"><\/path><\/mask><g mask=\"url(#mask0_1092_3773)\"><path d=\"M84.7695 39.3773H72.8792V42.8675H81.3118C80.8953 47.7614 76.7789 49.8486 72.8934 49.8486C67.9223 49.8486 63.5846 45.9797 63.5846 40.5569C63.5846 35.2743 67.7195 31.2059 72.9045 31.2059C76.9045 31.2059 79.2616 33.7284 79.2616 33.7284L81.7321 31.1978C81.7321 31.1978 78.5613 27.7061 72.7781 27.7061C65.4147 27.7061 59.7178 33.854 59.7178 40.4947C59.7178 47.0018 65.0769 53.3472 72.9662 53.3472C79.9054 53.3472 84.9848 48.645 84.9848 41.692C84.9848 40.2251 84.7695 39.3773 84.7695 39.3773Z\" fill=\"#2D2082\"><\/path><path d=\"M94.5086 36.8495C89.6297 36.8495 86.1333 40.6225 86.1333 45.0229C86.1333 49.4884 89.5247 53.3315 94.566 53.3315C99.1296 53.3315 102.868 49.8811 102.868 45.1189C102.868 39.6606 98.5194 36.8495 94.5086 36.8495ZM94.5571 40.0866C96.9564 40.0866 99.23 42.0053 99.23 45.0971C99.23 48.1233 96.966 50.0966 94.5461 50.0966C91.8871 50.0966 89.7895 47.9902 89.7895 45.0731C89.7895 42.2186 91.8611 40.0866 94.5571 40.0866Z\" fill=\"#2D2082\"><\/path><path d=\"M112.726 36.8495C107.847 36.8495 104.351 40.6225 104.351 45.0229C104.351 49.4884 107.742 53.3315 112.783 53.3315C117.347 53.3315 121.086 49.8811 121.086 45.1189C121.086 39.6606 116.737 36.8495 112.726 36.8495ZM112.774 40.0866C115.174 40.0866 117.447 42.0053 117.447 45.0971C117.447 48.1233 115.183 50.0966 112.763 50.0966C110.104 50.0966 108.007 47.9902 108.007 45.0731C108.007 42.2186 110.078 40.0866 112.774 40.0866Z\" fill=\"#2D2082\"><\/path><path d=\"M130.587 36.8575C126.109 36.8575 122.588 40.7374 122.588 45.092C122.588 50.0524 126.669 53.3418 130.509 53.3418C132.884 53.3418 134.147 52.4094 135.079 51.3393V52.9644C135.079 55.8076 133.333 57.5103 130.699 57.5103C128.154 57.5103 126.878 55.6385 126.434 54.5763L123.232 55.9004C124.369 58.2761 126.655 60.7539 130.726 60.7539C135.178 60.7539 138.572 57.9797 138.572 52.1616V37.3528H135.079V38.7488C134.005 37.6039 132.536 36.8575 130.587 36.8575ZM130.911 40.088C133.106 40.088 135.36 41.9425 135.36 45.1095C135.36 48.3285 133.111 50.1025 130.862 50.1025C128.475 50.1025 126.253 48.1849 126.253 45.1399C126.253 41.976 128.561 40.088 130.911 40.088Z\" fill=\"#2D2082\"><\/path><path d=\"M154.108 36.8409C149.883 36.8409 146.336 40.1655 146.336 45.0711C146.336 50.2618 150.29 53.3405 154.513 53.3405C158.038 53.3405 160.202 51.4329 161.492 49.7238L158.612 47.8283C157.865 48.9755 156.615 50.0969 154.531 50.0969C152.189 50.0969 151.111 48.8282 150.444 47.5993L161.616 43.0141L161.036 41.6704C159.956 39.0389 157.439 36.8409 154.108 36.8409ZM154.253 40.0105C155.775 40.0105 156.87 40.8109 157.336 41.7707L149.876 44.8551C149.555 42.4671 151.841 40.0105 154.253 40.0105Z\" fill=\"#2D2082\"><\/path><path d=\"M141.007 52.8482H144.676V28.557H141.007V52.8482Z\" fill=\"#2D2082\"><\/path><\/g><\/svg><\/div>\t\t\t\t\t<div class=\"e-22f8e0c-6921312 e-svg-base\" data-interaction-id=\"22f8e0c\" data-e-type=\"widget\" data-id=\"22f8e0c\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width: 100%; height: 100%; overflow: unset;\" width=\"222\" height=\"89\" viewBox=\"0 0 222 89\" fill=\"currentColor\"><mask id=\"mask0_1092_3785\" style=\"mask-type:luminance\" maskUnits=\"userSpaceOnUse\" x=\"45\" y=\"30\" width=\"132\" height=\"29\"><path d=\"M176.167 30.2395H45.1665V58.2231H176.167V30.2395Z\" fill=\"white\"><\/path><\/mask><g mask=\"url(#mask0_1092_3785)\"><path d=\"M45.0879 30.2395H58.4039C58.4039 34.6769 58.4039 39.1142 58.4039 43.5516H45.0879V30.2395Z\" fill=\"#2D2082\"><\/path><path d=\"M59.7578 30.2395H73.0738C73.0738 34.6769 73.0738 39.1142 73.0738 43.5516C68.6352 43.5516 64.1965 43.5516 59.7578 43.5516C59.7578 39.1142 59.7578 34.6769 59.7578 30.2395Z\" fill=\"#2D2082\"><\/path><path d=\"M165.159 35.3079C166.391 34.5084 167.973 34.4365 169.358 34.8122C169.366 35.6358 169.358 36.4593 169.358 37.2829C168.702 36.9949 167.926 36.8031 167.238 37.091C166.687 37.3068 166.366 37.8745 166.278 38.4341C166.175 39.1457 166.247 39.8733 166.222 40.5928C167.63 40.5928 169.029 40.5928 170.437 40.5928C170.445 39.6813 170.429 38.77 170.453 37.8585C171.405 37.5867 172.356 37.2827 173.3 36.9949C173.3 38.1942 173.292 39.3935 173.309 40.6008C174.26 40.5848 175.212 40.6008 176.155 40.6008V42.9355C175.203 42.8956 174.252 42.9275 173.292 42.9195C173.292 44.2627 173.292 45.6059 173.292 46.9491C173.309 47.6926 173.253 48.4442 173.34 49.1798C173.397 49.6195 173.549 50.0992 173.964 50.3311C174.652 50.7149 175.524 50.547 176.155 50.1232V52.4819C175.331 52.8416 174.412 52.9456 173.524 52.8817C172.676 52.8176 171.805 52.5138 171.253 51.8422C170.613 51.0827 170.453 50.0593 170.437 49.0919C170.437 47.0291 170.437 44.9663 170.437 42.9035C169.029 42.9035 167.63 42.9035 166.222 42.9035C166.222 46.1416 166.222 49.3797 166.222 52.6178H163.344C163.344 49.3797 163.344 46.1416 163.344 42.9115C162.68 42.8956 162.007 42.9115 161.335 42.9035C161.335 42.1359 161.335 41.3684 161.335 40.5928C162 40.5769 162.664 40.5848 163.336 40.5928C163.383 39.5695 163.231 38.5221 163.535 37.5226C163.792 36.6272 164.367 35.8116 165.159 35.3079Z\" fill=\"#2D2082\"><\/path><path d=\"M103.504 35.4761C104.088 35.3881 104.711 35.588 105.095 36.0437C105.543 36.5394 105.631 37.3309 105.295 37.9147C104.927 38.5702 104.096 38.8741 103.376 38.7142C102.632 38.5782 102.008 37.8826 102.04 37.1071C102.016 36.2916 102.704 35.564 103.504 35.4761Z\" fill=\"#2D2082\"><\/path><path d=\"M81.4326 35.8362H85.6233C86.9269 39.1462 88.2386 42.4483 89.5422 45.7583C89.8781 46.5899 90.19 47.4214 90.5338 48.245C92.2134 44.1114 93.9088 39.9858 95.5804 35.8442C96.9239 35.8203 98.2674 35.8442 99.6111 35.8362C99.6111 41.433 99.6111 47.0297 99.6111 52.6264C98.6434 52.6264 97.6757 52.6344 96.708 52.6264C96.716 48.5008 96.708 44.3672 96.708 40.2336C96.708 40.0497 96.708 39.8658 96.692 39.6739C96.636 39.7619 96.588 39.8498 96.5401 39.9458C94.8765 44.1753 93.1811 48.3888 91.5255 52.6184C90.8378 52.6424 90.15 52.6184 89.4541 52.6344C87.7346 48.4048 86.0392 44.1673 84.3357 39.9379C84.2878 39.8498 84.2398 39.7619 84.1917 39.682C84.1598 41.4889 84.1917 43.3038 84.1758 45.1108C84.1758 47.6133 84.1758 50.1238 84.1758 52.6264C83.264 52.6264 82.3444 52.6264 81.4326 52.6264C81.4326 47.0297 81.4326 41.433 81.4326 35.8362Z\" fill=\"#2D2082\"><\/path><path d=\"M111.432 40.5759C112.823 40.1761 114.319 40.1921 115.711 40.5919C115.998 40.6718 116.27 40.7838 116.534 40.9356C116.518 41.8551 116.534 42.7746 116.526 43.6861C115.599 42.9745 114.423 42.5268 113.239 42.6787C112.304 42.7666 111.408 43.2464 110.848 44.0059C110.128 44.9414 109.96 46.1886 110.088 47.34C110.184 48.2354 110.552 49.1389 111.248 49.7306C111.976 50.3781 112.991 50.602 113.943 50.5301C114.879 50.4181 115.767 50.0264 116.526 49.4666C116.534 50.3382 116.526 51.2017 116.526 52.0731C115.351 52.7767 113.935 52.9527 112.591 52.8886C111.216 52.8167 109.84 52.297 108.841 51.3216C107.753 50.2742 107.169 48.7871 107.097 47.2919C107.025 45.7409 107.345 44.1178 108.233 42.8226C108.985 41.7193 110.152 40.9356 111.432 40.5679V40.5759Z\" fill=\"#2D2082\"><\/path><path d=\"M142.891 40.4006C144.218 40.1687 145.619 40.3367 146.874 40.8164C146.874 41.6958 146.874 42.5833 146.874 43.4629C145.995 42.8551 144.915 42.5354 143.851 42.5673C143.316 42.5913 142.723 42.8152 142.476 43.3269C142.283 43.8306 142.412 44.4942 142.891 44.798C143.707 45.3417 144.683 45.5735 145.531 46.0692C146.194 46.4451 146.842 46.9328 147.177 47.6364C147.81 48.9556 147.546 50.7065 146.426 51.6899C145.363 52.6815 143.826 52.9613 142.42 52.9052C141.42 52.8413 140.413 52.6414 139.492 52.2337C139.492 51.3062 139.492 50.3787 139.492 49.4513C140.269 50.011 141.155 50.4187 142.108 50.5786C142.763 50.6825 143.483 50.6905 144.099 50.3947C144.683 50.1069 144.795 49.2675 144.442 48.7556C144.115 48.364 143.635 48.1481 143.187 47.9322C142.34 47.5484 141.444 47.2286 140.7 46.661C140.172 46.2532 139.78 45.6775 139.62 45.0299C139.388 44.0704 139.46 42.9911 140.02 42.1595C140.66 41.1841 141.763 40.6005 142.883 40.4006H142.891Z\" fill=\"#2D2082\"><\/path><path d=\"M122.969 40.7768C123.76 40.2971 124.776 40.257 125.64 40.5529C125.64 41.5123 125.64 42.4718 125.64 43.4311C125.072 43.0634 124.36 42.9034 123.696 42.9755C122.881 43.0714 122.233 43.6951 121.897 44.4145C121.529 45.1742 121.465 46.0376 121.489 46.8692C121.489 48.7879 121.489 50.7068 121.489 52.6257H118.65C118.65 48.6201 118.65 44.6064 118.65 40.6008C119.594 40.5849 120.545 40.6008 121.489 40.6008C121.489 41.2885 121.489 41.9759 121.489 42.6636C121.801 41.912 122.257 41.1844 122.977 40.7768H122.969Z\" fill=\"#2D2082\"><\/path><path d=\"M102.302 40.5942C103.254 40.5942 104.214 40.5782 105.165 40.5942C105.157 44.5998 105.165 48.6135 105.165 52.6191H102.31C102.31 48.6055 102.31 44.5998 102.31 40.5862L102.302 40.5942Z\" fill=\"#2D2082\"><\/path><path d=\"M130.937 40.3776C132.32 40.2018 133.776 40.2813 135.056 40.8649C136.168 41.3688 137.072 42.2965 137.575 43.4079C138.11 44.5912 138.24 45.9185 138.152 47.2057C138.064 48.4609 137.672 49.7164 136.887 50.7077C136.088 51.7628 134.872 52.482 133.584 52.7458C132.48 52.9776 131.321 52.9776 130.21 52.7458C128.882 52.466 127.659 51.6982 126.883 50.5788C125.972 49.2836 125.715 47.6366 125.827 46.0856C125.907 44.7666 126.315 43.4392 127.156 42.4079C128.075 41.2488 129.49 40.5694 130.937 40.3854V40.3776ZM131.799 42.6559H131.783C131.095 42.6959 130.398 42.9272 129.886 43.4069C129.183 44.0465 128.864 44.9902 128.776 45.9177C128.68 46.933 128.753 48.0048 129.216 48.9323C129.575 49.6515 130.239 50.2107 131.022 50.4186C131.789 50.6185 132.629 50.6028 133.373 50.3151C134.014 50.0673 134.517 49.5391 134.79 48.9235C135.205 48.0041 135.246 46.9726 135.198 45.9811C135.126 45.0779 134.87 44.1269 134.206 43.4714C133.582 42.8478 132.663 42.6 131.799 42.6559Z\" fill=\"#2D2082\"><\/path><path d=\"M153.9 40.3695C155.34 40.1936 156.859 40.2899 158.171 40.9535C159.314 41.5211 160.201 42.5602 160.641 43.7513C160.986 44.6628 161.105 45.655 161.09 46.6224C161.089 48.0774 160.697 49.5647 159.786 50.724C158.93 51.8432 157.626 52.5624 156.242 52.7943C154.891 53.0101 153.467 52.9542 152.187 52.4505C150.892 51.9389 149.813 50.8995 149.261 49.6127C148.693 48.3016 148.629 46.8301 148.805 45.431C148.989 44.0318 149.62 42.6642 150.709 41.7367C151.596 40.9612 152.732 40.5214 153.892 40.3695H153.9ZM154.675 42.6625H154.668C153.867 42.7024 153.076 43.0466 152.564 43.6703C151.997 44.3338 151.757 45.2133 151.693 46.0687C151.629 46.9481 151.693 47.8674 152.036 48.6908C152.324 49.3863 152.86 49.9858 153.555 50.2816C154.204 50.5614 154.931 50.6101 155.619 50.5062C156.259 50.4102 156.883 50.1056 157.299 49.6019C157.715 49.0983 157.93 48.4667 158.042 47.8353C158.178 46.9798 158.186 46.1086 158.018 45.2611C157.874 44.5335 157.555 43.8219 156.978 43.3421C156.355 42.7905 155.492 42.6064 154.675 42.6625Z\" fill=\"#2D2082\"><\/path><path d=\"M45.0879 44.9092C49.5266 44.9092 53.9652 44.9092 58.4039 44.9092C58.4039 49.3465 58.4039 53.7839 58.4039 58.2214H45.0879V44.9092Z\" fill=\"#2D2082\"><\/path><path d=\"M59.7578 44.9092C64.1965 44.9092 68.6352 44.9092 73.0738 44.9092V58.2214H59.7578C59.7578 53.7839 59.7578 49.3465 59.7578 44.9092Z\" fill=\"#2D2082\"><\/path><\/g><\/svg><\/div>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4e61d5d e-con-full e-grid e-con e-child\" data-id=\"4e61d5d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-fc4b0a9 e-con-full e-flex e-con e-child\" data-id=\"fc4b0a9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7be155c elementor-widget elementor-widget-text-editor\" data-id=\"7be155c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Deployed with the world\u2019s largest hyperscale operators<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-dcab547 e-con-full e-flex e-con e-child\" data-id=\"dcab547\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b7cff37 elementor-widget elementor-widget-text-editor\" data-id=\"b7cff37\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Initial deployments expanding into multi-site programs worldwide<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f397609 e-con-full e-flex e-con e-child\" data-id=\"f397609\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d4f2532 elementor-widget elementor-widget-text-editor\" data-id=\"d4f2532\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>One integrated platform from water sourcing through discharge<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-be0d0f8 e-con-full e-flex e-con e-child\" data-id=\"be0d0f8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e18e398 elementor-widget elementor-widget-text-editor\" data-id=\"e18e398\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Cuts freshwater demand up to 100% depending on site conditions<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e24190d e-con-full e-flex e-con e-child\" data-id=\"e24190d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7d199df elementor-widget elementor-widget-text-editor\" data-id=\"7d199df\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Containerized capacity online while permanent infrastructure is built<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-03c0765 e-flex e-con-boxed e-con e-parent\" data-id=\"03c0765\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-7bd2e55 e-con-full e-flex e-con e-child\" data-id=\"7bd2e55\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b75e497 elementor-widget-mobile__width-initial elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"b75e497\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Solve your water strategy before it becomes a bottleneck.<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-274bfb2 elementor-widget__width-initial elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"274bfb2\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Whether you&#8217;re planning a new AI data center or optimizing an existing site, HyperSolved helps you move faster with less risk.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3376fd9 hypersolved-hero-cta elementor-widget elementor-widget-button\" data-id=\"3376fd9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#hypersolved-contact\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Speak with an Expert<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d20887a e-flex e-con-boxed e-con e-parent\" data-id=\"d20887a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9a2be6b elementor-widget__width-initial elementor-widget-tablet__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"9a2be6b\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Frequently Asked Questions<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b82c629 elementor-invisible elementor-widget elementor-widget-n-accordion\" data-id=\"b82c629\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:220,&quot;sizes&quot;:[]},&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:400,&quot;default_state&quot;:&quot;expanded&quot;,&quot;max_items_expended&quot;:&quot;one&quot;}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1930\" class=\"e-n-accordion-item\" open>\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-1930\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> What makes HyperSolved different from traditional cooling water vendors? <\/div><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1930\" class=\"elementor-element elementor-element-7d8fb5b e-con-full e-flex e-con e-child\" data-id=\"7d8fb5b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f7027a6 elementor-widget elementor-widget-text-editor\" data-id=\"f7027a6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>HyperSolved uniquely combines source-water treatment, cooling optimization, CURE Chemicals, SmartOps AI, brine management, and optional operational support in one integrated solution, rather than addressing only one piece of the problem.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1931\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1931\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Can HyperSolved help reduce freshwater dependence? <\/div><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1931\" class=\"elementor-element elementor-element-0f24cf2 e-con-full e-flex e-con e-child\" data-id=\"0f24cf2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-124bb87 elementor-widget elementor-widget-text-editor\" data-id=\"124bb87\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tYes. The solution is designed to broaden viable source-water options and make lower-cost or impaired waters usable where appropriate, helping reduce dependence on freshwater supplies.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1932\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1932\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Does Gradiant only provide equipment, or can it help operate the water layer too? <\/div><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1932\" class=\"elementor-element elementor-element-f62c0a6 e-con-full e-flex e-con e-child\" data-id=\"f62c0a6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ea67500 elementor-widget elementor-widget-text-editor\" data-id=\"ea67500\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tGradiant can support startup, commissioning, and provide ongoing operations &#038; maintenance.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1933\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"4\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1933\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Can HyperSolved be deployed temporarily while a permanent system is built? <\/div><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1933\" class=\"elementor-element elementor-element-091473f e-con-full e-flex e-con e-child\" data-id=\"091473f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ca5f7ca elementor-widget elementor-widget-text-editor\" data-id=\"ca5f7ca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tYes. Containerized solutions can be used as part of a phased deployment approach, especially where fast construction schedules require interim treatment capacity.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-1934\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"5\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-1934\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> Is the solution mainly about water recycling? <\/div><\/span>\n\t\t\t\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-1934\" class=\"elementor-element elementor-element-102d7c1 e-con-full e-flex e-con e-child\" data-id=\"102d7c1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ca12550 elementor-widget elementor-widget-text-editor\" data-id=\"ca12550\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tNo. HyperSolved is a much more complete solution that reduces freshwater dependence, optimizes cooling performance, and minimizes waste and discharge burden.\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2e4d0a2 elementor-hidden-widescreen elementor-hidden-desktop elementor-hidden-tablet e-flex e-con-boxed e-con e-parent\" data-id=\"2e4d0a2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c229037 elementor-widget__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"c229037\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">LEARN MORE ABOUT HYPERSOLVED<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-156f900 e-flex e-con-boxed e-con e-child\" data-id=\"156f900\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-fa66ced e-con-full resource-card e-flex elementor-invisible e-con e-child\" data-id=\"fa66ced\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e0cb8d3 elementor-align-center hypersolved-hero-cta elementor-widget elementor-widget-button\" data-id=\"e0cb8d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/press-release\/gradiant-hypersolved-ai-data-center-solution-to-hyperscalers\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">View press release<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1ddad92 e-con-full resource-card e-flex elementor-invisible e-con e-child\" data-id=\"1ddad92\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-69cbd30 elementor-align-center hypersolved-hero-cta elementor-widget elementor-widget-button\" data-id=\"69cbd30\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/pages.gradiant.com\/hubfs\/Gradiant%20HyperSolved%20Technology%20Brief.pdf\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">DOWNLOAD TECHNOLOGy brief<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-92dc973 e-con-full resource-card e-flex elementor-invisible e-con e-child\" data-id=\"92dc973\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4bb152b elementor-align-center hypersolved-hero-cta elementor-widget elementor-widget-button\" data-id=\"4bb152b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/pages.gradiant.com\/hubfs\/Success%20Story_Gradiant_UAE%20Data%20Center_CURE%20Chemicals.pdf\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">DOWNLOAD SUCCESS STORY<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0061fdb elementor-widget elementor-widget-button\" data-id=\"0061fdb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/knowledge-base\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Visit Knowledge Base<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d4760ac elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"d4760ac\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9519fae elementor-widget__width-inherit elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"9519fae\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\"><span data-metadata=\"&lt;!--(figmeta)eyJmaWxlS2V5IjoiZUlGSzVXYVkxek5jUnBSb1NidWtJUyIsInBhc3RlSUQiOjEyMTc3NzA1NDUsImRhdGFUeXBlIjoic2NlbmUifQo=(\/figmeta)--&gt;\"><\/span><span data-buffer=\"&lt;!--(figma)ZmlnLWtpd2lqAAAA0XcAALW9CZxsSVXgHffeXKre3vvCvu\/YdDfNIqK5VVW+lxt5s+p19ziWWZVZr5KXlZnmzXr9Ht8siIiIiIiIiIgMIiIiIiIiIiIiIiIiIiIig4gMwzAMwzAMwzDM9z8n4t68WVWN4+\/7ff3rVzfixIkTESdOnDjnRNybf5yp96Ooe6HfuTLpG3PT2Wa1sRl2Cu2O4b9Gs1zZLK0VGquVkKy3Hlbaqbyv2JVGmXQQVlcbhRqpTNi5q1YhkdXEZlgRWjnFVcqb4blqa7NdqTULUjPfaHaqK3dthmvN9Vp5c7212i6Upf6SS26Wmw3JL8f5dmWlXQnXAB0LS5VGZRNwa23zGeuV9l0Aj6eB7UqrJsAT5erKCs+TpVq10uhsFtu0XiqE0rdTqb6dba63GUdFenY67LQrhbotIX\/G5e2Ir6o2OpV2odSpbjDIWpWOWdZQdnW7Umo2GpUSg011Ju7hNUcXx329VvtDK5vVRqldqdPfQo1SVweM63Rm6FdnPZy3er0bW5uqlbYO4Ybi+t13bxZarXZzAxoJ6o2Fy4OIGbyTtJE2vcL2NpIAiCGWN5sN7YnRzPl2tSOVvMa412\/tdqM+aHSs0NE2QKo3NzTpnR+MeoPRhfb+UHAazcbdlXaTAtMsa7lQsKJWoLACyJSbpXUZIkmvVGhsFEJS\/mq7ud4iEay0C3XByxSbzVql0NhstuB6p9psAMxuwI9mm1QOZsgzX6sq2aVKrVZthZJchnMdxq1CeaxdWV2vFdqbrWbtrlUlcpymYFgZvs3xTnQqd0qXTjKzJQGcCu+qF5si4KerDRprKBSRqJbOCauuCtcKrcrm+WpnbdPVvdpNmHbwmpJMWbHWLJ0jd+35anlVF8Z10KrLSK+vV8rVAokb1qqrazX+SfGNIQTsYG9yyU2Y3a4VpNGbzxfCtepmh5bJ3Wej0K4Witr\/+3Zc4n6a2CzBD3L3j1HcsnwAw9PF9sBCGFZDJnQTys11KXvQYQGv1FQaKXxwQkh606YQ4EPqzfK6tvpQi79KAbmH2Vy7eZ7Mw1m7rWYjVKraiUcoa0rNOmBL\/ZHCwc1WoSOL\/FFanGL6oxVQqxbbBV1Oj9H8SlVbfqxmGERFuP64YntdNcXj64VGYZXhsYarjVUg39FpFxrhSrNdJ3NLqR5utqulZO6ewGIUARcit54NZZ3cVqkXK2URFFZTp9m5S5l+O+uAdbxSLSruE1Ojs4tUh3jH+UqxRfskn3Suclcs1E+O05t0RgXjKYVGta7iTSsVKqcH\/lQdm3aD3HcWqw0YQNM68KeFrUopEbDv6rBc0nWfXloPO02U18oKYpQu+e4G7dFdJa6MS5d+T7jbnfTPD2a7nf7lmV279w+fsV5oVyg1iJVbZh7SW2+qavThsS4ktDnZIMmWm+dFkjNHrbhsq9Au1GpsC2jDOpNhF0BuEVyrrAg0X2msbpYLyHZBG1+SPOp1XTLLknFcOabpZg2FSO44bG5V7m6qVJ6AweXKCvpCZ7RUCUXznGRBVWpSfirWTJshEqPUTieg+nqtU20p8AyitY5yrTZaum6uWqvcWbCq5erSWmWjrclrWlRz4GubDNsmr4PR0rPrW7V1af6GQptlEg\/zRpuLeXFTuF6v05fNs+sNlqUSuFm1y33CVqWC9BbXi6xJAPfVxctOhsA321by7lcc9ke9OipYusOC3+ysMROrsj7Y69t13b+9cqF9riKkfTdIWWOB6FXUZpHtkWym1Kw1k1xWtZXWyYVsDJpSTUyNchNNR37JVomzy6I3kDaSx8LmSof1DA1yx9cKbbSQy+m+zWZmhfFk5c4SfLIjP7Wms306ZBdMdoQz2gqJq2rrsKoZVjvSxNWt7mDkpPd42EQdATRIVLnKtNCadBWIl4DkqfxgKyIpICRVtg5gQQIDyQl9hnWrI8uyHZ6tkshtoPVk98ujyWQ2SC41mlWV2GW7Hkkdq+5hgIXb3WHfzg0WVLvSKem0rFSFCx7SrH3pWKkOKjs7\/W03nmNVdpk29lOB5UWhKbebrXnWQ8VVZDvFnijW1qX7fhFlswgKrL4jlWGjq1c6qlmzjLMq3c7F3c6v1hAcEktJ\/5dFMZTUKsg1EVW0kvTVrLfYqXl6teZ5TdD7ju1+iKhhjRRaQikzz7FS2yVVblkhWu5vj6fd2WA8ok5sL9BpBIcJI+3Bqeq5ylyM\/cVq4eyKGCJBMuPlJhMhKe98YUNG6Nf6XbFYOtPBHrm4ETqzuVZxMug19ve2+tP10WAWQaxdELaaVvXOSi0k4TFMrDjB9EvjUTSbzmUtjwwCN1KuPPDqBdlLfDrupjgIS9ibJDIrUCxv2hpZl1HsXDibji\/2C8PBhRF4CTGDnkbESHhs2S7pN1dW2DdIBbZaqTtBz8Qjg1Mqrl6iw32rZISlMpzAZivPWK\/WZAPUycw4ORe1ao3jLJxnQaDUE1Aubbjk56bJ5hPIL6Xyt5JfTuVvI38slb+d\/PFU\/onkT6Tyd5A\/Waq2S+nWT1VQG2JubqJl7GBPCwhlXOrU7nKgMwKKseqsDGBXCYziFOhqByJ5jSRR8SIt11qOnh0PmIegjlncBmqKlY2KcMmLmesXx+NhvztqTvpWEOHgesNqKCaNamLLkfbC9SJ7kqb9O1VxBSLCOtVr4+ngWePRrDukutsRUpLEUlNO+2dZidWVqnJhXnujP50NUCoCa7YoSlUtsgx07fr18X7UL+1Po\/EUnrMdFtD5FJhSuxmiQ6pt0l7lrooolZbW9nEitKkWugFPar3ECiSfYYfjkeVRqtZI5eqyk0iVPGIUamopkRHNLos2ERV5bAN9Np7WB9Op9CRZ7SpiPD1NoILZGtjS1TD0y91o16pMv4QZAsjM15WnatUuw1xLTT5ztlWRpxduyMNvlcUlDOqt23lkVquSy1YuT8bT2cGFHGDLs8NhC7jVamIAlrz2xosBid7wa90r4\/3Z6nTQs0Qydm2nJmLeXd8u9WBep9WdzfrTEUVgVVu6ONmyVJF5Os37s3G7Hw2eBemEYdod5VPSDy9JqXrsTPdH204q\/XI1FCteaBrcRowLEp7qzbDvxs6MtsOm0+odPGAeXqL+\/ZU2uoI5lwUSdCpY8c4uz8RkYOasn3AyUcZsLrqJkvTizdMPZ93ti3ZSM\/GY1thW7oa72gMPuwGnS9PszUoKTUctFXuqHeKyZa1fRAZFy5G2FUrjfTo2dfVy91YP9rtJCgrrHZHWTIpUVkmd3Y9mg50rZO+VSqtQwnjfqFjXOrD5YqVz3tpLGZnz0u5g2HP9ybjGjKXoJRRjUZEKIgOdKR2IgMf8Qn+HPJhGCkIrH7qfAMRbD6t343A0UZ3K+gUA4oz4VOst3F5yUgKOnZXWOBqI2LBdAop7Vygyoes2QKBo56ey4dAZAgeFFmDjnrY4zXQnGGDH1A5yxQNlhGqgWSs+x+NBonswqTBwxc0i7623VSSK2DY8g1KtqRZLhs1wM\/ZWyWfXWzgOlU11tzfb641OVX2xHOu3XBUzUkUrn67GtqBtLDWLZ1HcLC\/kVVCBEZZSeglsUwiKcGB6UwDKsSrDZJLmozgDGipLe2oKK4xEa7GLk\/fqTSJt+BOkfZu2BQG11sRuJp2xBdh4gpa1OXW3cmDh2qiVRnBNubVUxgfguUwZPmdc7RjZjaYNcBwnbXmypnJxIsmjF8iftE3EQnjKZgnJbEjt0wjhyIqHHeHN2Cb4dh3xbLFShDGgGfQN4qJVvBWCeTx9Gx1YaeOdul0uSIHibS6TgtkNLZuCJDtaroXDb2GOWH4OiWktzUGW1PIckFA6JlEtC3OUjs8hMaUTc5ClBJtiQELplO0okwhSTOz0AjCmd2YBakletQBLqF6tLTmoI3pNGhbTvDYNtCSvS4MSitejhKslhF3n5wbsciKiVq4FcCO+XRNLfQ65qdKN0AZ2xomLbZbWi9USBUZIxxkPPyyV9WVtWDeKGrJck6KM4C1AsrbuAixn954knw9bLqaztIp4slwTgPOy5oBjNqULhAVuV8fxRWDnvKiiEweAa\/i1gE+uEUzgeSrcno6Hw\/JgarUTnXdr7dtsV3BatxFbF9U2E63Q76EYZ33KK3e22Lmtni5BQSxDzXmr62x0nh8Ro6Ux0nnjDceYd5r0S+MhZpOXmZpl413gj7\/Fn6DLn4y1rKh8mZx3hT9+GxDYc8A9\/Al2+ZNRSuFsPKHCtqTNjvEmTvODYJsShI3u1PjBtmQFRxMCezn9SVUI6t3ZdHDZeLm9W24h7+3d8gQe\/t4tt\/II9p4gwMzeEwSY3XuCAHOt7pRtoTrq9annX9gf9Ewv1YvjxrcuGYWXusP9PnW8fXXP7m\/8Fdja6O71jRfsdPcGwyvge5GYIiSkZ7NoezqYzMgFgkufB12q7O\/1p4PtlcGF\/SlzgUHlAiIGeUUQSHhMvR5qkNZmFquGk+42q2GhLoEl7CHRfpr3iFi5GMIRBFZEGmSAaQpoYEJFmsZcZB2oQKRrl7qTiFUwr8LC1XCBx2MzzvitCv63dD0AsJnkxDHhIESSWUAMdpVkLkW\/FfM93S0cF\/7iv2AcktD+hMpkJifBqrIIdI16YX8PUoPt8\/3Bhd3ZAhJhdRlSglLF4xlsL6DM6ZQwDcMRI94d054uG3QE+4tFDBuEEdZQaHYYXlN2WD+GbhKqtk5WrVZng2VxE1a0W2Umpgo7Z4iAtUH9lXXlniEM6dqwXRjvT7f71dHO2Pg5\/LQLg1G7v9NHbIH2EC3PAhvgku8ZfzgYXWSlu0YUFmynmnqBZzKRUi0Ox1sQg0jWAirD\/p6sB6Gbk9abW89kBVu1u0Ro2YZt6ZuRTFW2aDQHQgfEc+HdGMW36ptCRi+qDRgeoh5tZJy6tEFiAFnCkgR0SOWEstLYRMlWiJUDzNfGsbGOaFjth3Dx1xON7UJM7jDJxxtW42Cl35VRG\/OPXotAC0WmdGtL6HEApILol1qhwAMRSJ4qozyz4rnzzBGRFWct32yXpXNLhZW2lC+XG7qRHWus12Wsx\/E05UjlBLaWiMPJsn2eEheU52kCSfI8Uyio13tVyT6vJrQgz2tCm7+2vaHRu+tEmfO8Pjyvpwo3lMLz8ryR9Snwm0olPcu5ObT+wn3WOFPheV9nR9+v2W5I\/+4v8szzAdhGIvoPLHc0lPSglVpBxvHg+mpbBPchIeqG50Nxo6X9h63g3vF8+Jp9PmLNtvvIjs0\/6hn2+eiWfT5GQgM8H1tbKUr+cc2WPh\/f7ujzO1q2\/i2tcw3h0xNqbDk8b+Up\/byt3alJ\/naekn9iodje4HlHobgh+SfxlH4\/mcNFofOUDTrE86nF2nmZn+\/kKXhP4yl431U4tybjeHrprIrXd5dWVBd+T6ml+UJpvS14RcxEyZfYEOVZXrH0K0TrpT8rPG\/lucrzNp5rNCvtVXkK\/bNrdjy0tir9qa01z4rc4EmpbduoYoTybJ5tPenJPFtnW08WOs8423rKLTzbZ1u33M4zrJ2tS70OpyqCv45FJPOyIYYxz\/M8pR931s\/VBX5Xo6Ym\/d2N9XMdnv+CFSb9+l6eIc9\/uQHDeX5fK+wIfJOnwL+\/fa4t+W67tSbPrfZ6UeZ9O8QR49nr2H70Ow31vneYJpm\/CxvEvnnubtjywYYd9zM3zqm8XNxod9o8hzxv5bkXhmy+xox4Sn7M8zaeE5638\/wBnk\/kOeV5B8+I55N4zngKn\/Z5PoXnpTBk2zbmHp5C7zJPoXeFp9B7Fk+h9\/\/wFHr\/iqfQ+9c8hd6\/4Sn0\/i1PofdsLwxvFYI\/6JU2tIfPkYSQ\/CFJCM3nSkKI\/rAkhOrzJCFkf0QSQvf5khDCPyoJofwCEtrVH5OEUH6hJITyj0tCKL9IEkL5JyQhlF8sCaH8k5IQyi+RhFD+KUkI5ZeS0D7\/tCSE8sskIZR\/RhJC+eWSEMo\/Kwmh\/ApJCOWfk4RQfqUkhPLPS0Iov4rEbUL5FyQhlF8tCaH87yQhlF8jCaH8i5IQyq+VhFD+JUkI5ddJQij\/siSE8utJ3C6Uf0USQvkNkhDKvyoJofxGSQjlX5OEUH6TJITyr0tCKL9ZEkL5NyQhlN9C4olC+TclIZTfKgmh\/FuSEMpvk4RQ\/m1JCOW3S0Io\/44khPI7JCGUf1cSQvmdJO4Qyr8nCaH8LkkI5d+XhFB+tySE8h9IQii\/RxJC+Q8lIZTfKwmh\/EeSEMrvI\/EkofzHkhDK75eEUP4TSQjlD0hCKP+pJITyByUhlP9MEkL5Q5IQyn8uCaH8YRJPFsp\/IQmh\/BFJCOW\/lIRQ\/qgkhPJfSUIof0wSQvmvJSGUPy4Jofw3khDKnyChKupvJSGUPykJofx3khDKn5KEUP73khDKn5aEUP57SQjlz0hCKP+DJITyZ72DkU+s6xnbtbnDeLGV7YsfUu9OJmLnev7OdLyHHePNxvz1xW4xnrd1ZdaPTODZAKzxg13CtJIfiVGOCd7rzrqKmzfBxqDXx4TyY5zotvXpUJBa3WjmrCyKoymGObYldhVJMaqkQUDEVUrieBR6z9yP6PHSTDqOOxDtdnvjeyKS\/i4WJ9GmXdwDHI5ef9YdDEll+ow3EkMEx+MS0ag+8VbSuVl\/T+P2tih\/abBFbINuLBM3EL7YZt3FKeMf+\/+3yW0M6ynMIL28hU25OxvRMrlj2hnjP1In6YyxHhiumD8WR2Qmjl1waRANtmAcxiUPd\/p7CsMSBy4yQy8H7VG0M57umYnJD3TGXuGZJU11dvGyRtJ1QMvdEUCc1aoUCeSMheAZ4LgwtXlzFfn0UebV5piF7I73h72S9K\/eHQGgP9dPx5jvVKabxyOpQuLEjvJWMd2UvtozJycy0hUtQvOZU\/298TMHYgi3OImBx3nv9CUVpFd65mpreOMZS8vnB73ZLj27ZgG6Zp2QvLnWsQpPR\/zWh29Lwy5z3UBQXeYByjDJjLwbZsKXtW60W+TUE71z3NyYgBDimyIVW5FSTPaeuTmSRlgwy+Y+ExvUDx1k1zzMQTqId0cm8vWeue8ld3ZTQIZGYvqjp839dhmDPQ9agN9\/II08sDucSXSfzjxoNB5EltjrPPPgXl8CcyIND9ECDQjvmoduw93xnj1JrvbMVz3ziO3x3mQ8gm5rOp4UCDXYViLz7Kz3yIZUVqr49JwSVTvO4udgsOnSXnk9TrKCFwfGySlOBec4zgFOxUk4q9ArE2ocJRGTBWhMbj50wigdnDLKsBPF5SHh2VileqN1Vl0ZVWP87MX+FXPJeDtAa4NRPP2sU4GUBxf6yFlAuICc9WGfw3qRnPNWs5zHkmP6B1Zk\/aB7eRB1uheQIU+SDVkAqK1YUeo5nG39mu3drjj2\/WkEhpfktKVqWaTXjyTdZNoJ6fc7XZaqeT8dGtLZyHwo650Y6rHQBjSk+bxZ2ukOh1uE06VfkbnkHdsbxOH0ZHhX2VpuwjNbSKul+HbPy14YXpnsRmy4Xq6XHJhHbLdefmuIW\/cD+2PR4+\/yvDM70E24+UbPW95lPqeQulgcXwbnrZ53fJacKuGVT13sJmtOOni\/l\/Tq1HB8QYRbUTrjUsyP5s5O1J+xuZhl77TMMLQs\/bd53tU9AiSX+r2a9v\/DWe+asgXM+ex45EbrLYzWn48WbbwwWvTiwmizB0ebOzzavBsVNBZGu+TgqdEu\/1+M9tjB0R7v2cHVtP+M9sRaqg9EHLY4ROlF5pmEvex26WJkwfYeUjm90J+ZryC0Yzzu6qjRvweRMp6ZjwTvMMsRQtIsa2ROMpolQyKUx6YRp4MBGnBIQ6yOPVv3HCsrb7JFx2zjL7HB2WgRc3CPal\/WmZTdRUIlOuFNRnKFaBtS5PIs7PG0X0tdyGD72xlMo1nCNWmLDqXzuVWZWuMvo7z2ugyhaE2LebiQQl1fDJoxyPSqjND+YeLd3iW38eYObzJ5BVVlWwjh8AuWzFJqE1suJ4KFxTJFq8JND27GTYuB5CQNBXLJ6fgiewpMV3C9O2WC3TykO21juCqRUlMyjf7snjHobrSwbo+5eRYhJv4kYz6sU2TBoEt3Q5llOopWsyoL9Ti9pzuV2VUzT5CM74lkRabneeGVva3x0PUh0gydA92m45YiacUnGgu5vZAB9lfgLoYJsx+TRezVgvR9hAkKE2AY6MYvW7kvTvvdixNhu23OG6eJ6y3i1f5IDCaYbVGCRZT9qL+CcK2KIQtLrox0u\/UwPgc7O83R8EqbubzUHSp24Jqt7u3tz4RRas9Yuv4iXTJOA\/tno8sW5UDvHLF7K2Zb7bPfwgKKkPzpgIKPeUlBBdAV2u1KVpYXe4amqz2sf+MXJC3hQd+\/aEshr31CDWghiH5epk1Y2xWIoH+cuhHCCk\/G+5NqD8fBBCojpD\/FirbTSObTHsapbHVwguxnUBxxNlTqn\/M4c0mT8mP9s9hc6KjfW3Hc4L2Ub7hGkbJ\/AqMJC4TD1d4\/hRkygPK9IWGz7tNc797K2\/0I8yhidkPI3Cva+f7WBBVRvVeEzi7x3Hvvhuic2gAPYHql2vt2SFjE36YVwSjFBl313tG6o0vdSJZUFZwgxoniyUEaDsuN7gjt7kgseSmd7xeItN0vKpe3h\/vCK4D0ZTjsbql2vNQXDdScMH6q4soguqSpuY3mQw1r5qga1or0OVjGQMTKM+VKrdKpkCAkfwA7ZF1NJv1ec9LeH8ntZTG0fKvwGcM3PONN90e1\/ugCmofmJvbEqRdR5AXT\/hYbWq85opsWlPmnW6iNt9lGZ9LJbwp55c7X4Z6mrAtU7FcZIcyER+0+UhvBQBNssyfRfFE85+qouI9NPpWqGdeRtlAQQPZQN7R5tt2BHdTCOKz7TmeCaUwgo6lv15ms6wzqJOeaT\/Eh70BtISMElxZ61Bqib6Vb8Hp3gH8xvdKcRMIdqf8ttNwiVHj2bN\/DX1ao8HR0oWQ74NiAet7eldaizrgAw0c98xz\/qPnoD9kXESYmYYQ0ixDvDPrDnkxvpIWpbgfbMGpWmK1MaYxRZ2aQ2IAFQoBxZudrvUOJajLVIWD7eWzt8860sW2IahfjHwSUzAo0dRfGcQxiYI2NyFk+gDMJWEIA09gfpCRRva3utHth2p3spgpzIzYmZia\/MuxO3ILItjiUZxGY+MUAb6VQqrTsTWGfc7PVhlxZJxPImx3rRYFnQuy4vioi8fVYG0szycQskG3F9SNUXYfO92cxJ2QyP8U6wQUCxFSoX7+PS3IldJwWng6i4njac+78EQjZaH9LzmK3MOOlcaeSctE2uW7clTyWYeS2+36PCdsr98UzhcDSfBSL++mLfeyVdFmFAtlVZ5JnOF9irWjajv6FPtsRdqCYCqL36Ik9y8Ou3EHLnrM7baSFKCg05SXbPfX5OUkWvdnqJqYNAoHS2JIFjQRnh1adi\/3TGYdu1KAJgLixl9uOFbVtKb8\/2hmKwyuXrdIklwbRelykPFy23S7F9etd4maxpbgdQy1Vb7K\/NRxEuxCThqW7nXGn392rzbsnjfgHG0Hfo+RhR7zRhjMZ9tzoElLNnfAeeiraJFJksehQ6gtdWDSnjqa7cev\/FeWhXH8IUzMSV3GkaXeKwMg2uMIUVqwE0CGbRwi+ApWDaKyERIpegRQVh\/vTZOuZH0jHB8ecrJLz2v0Jh5oOiyN0e7\/FcErjzozXR4O4OLk4btqVGgexaQpNWS7grDTb5wttWcwgEQ8JFcfGagqEG1jLdwKxr+7duckp4qYkfYth\/Dtm0ta1nEKrm4k7wBbQG+xL3DAzjwlmeSQxwVw0wezugZGPdsf3IFdEM4t9pKXXEAyWm6WxgceCLsLhYlm7zDFb2eWOX3aJE3Fk7aRu7qzlU1MdaEf692rfnO7KaF7nmzP7MYde45urxsqH1\/rm6q05\/1\/lm2uY\/+msGQ\/qWnqfZO6rZW3tIoO4Trsn4dCovz0e9ZDvkoPcOJJQlmroXXN91EfG8+Z+28PBhMUprzsx1hvmYbObFF278DrP3OxChhTcZ9rfEdcRNZA0e\/9o0t\/eH3anhdEFeLxM5NABqrKrOZIP3GK\/HWoPls2DtndRamxk24UtJJgEWm\/ZPBjqoirJldkeVe6J4QF1baYJPnQOtl1xfH9Y3Lp2xwEfHgMTCq7gEUf0xBU9MpoQX3GZR81bO0ji0YfDio9JdIAo2wIWn43gaVjxsYwsnjVH4nEKsvN6p4M9PgW7y8G+I5n9GOuWBBLjPEHnThgd49yaQGKc29xUu+ztfe17006zAz5xUYgc9I7O1EXPWUMDLIGpSolEOt3bNCb1No0Xnquc5+kfqiWHCFLxDX5qxfrzdYoit6sns7h6svHqyaVXTz5ZPUvRxf49dyIey5K4i8SxpO1QN1mtM7+8obeEN5vtso2mrrQrFVSRHDn7db3GdfuO8c4cfZGLU1qUi73PlbX3uXL2Pld+j3NWYjl7nJfSlz1OS+nJHmelhP73bpWyE3uceC6bk3ucdxIi3OO0c9mc3uOsc9mcWRlcxgiVQSW9vw19nyWYJZIsFiBo3kwK2bX6d5PzNTLTl8EHNinDz9ikIGQ7gi60VvRWipEbVJYL9UKnXb1z8zbRv14L7dsicG31tM\/JeyNEbVc27yYbtJtyx3dTlHHGpWWqsy4tOLlUQxsaa\/Eze11hJoN4MzO+OAzXcV2vZIOZ1JZR2bqMoSMQS08sGun7WyFzScvfhiWTINg53tAC3985ko1voeoszq8QvpRVTdAUq7wTg0HzA23oTWBfUnrvoCEJQO90t\/trgx5rSAS1wTFIf7rBaMbTW8t4eJfNTO4YsieFxPn6SmlxwOnxN\/WUxrwL2uwnUX96SWpAV7ui4Tx758oO+3uN19u3agpCPuplNpaCcv\/SYNtqbJOJZ1XuYOhtJ6+0Hnb0npCvME4g5DoUeQJBUrEtMyA0Zce3lUul85t67uodaITJlIx5L4yJUCqycLXrKD90nF3e2IfUsjTf55tME0sFbdpyEcqOEMCToie67kyn2Ypv9HqSTkp8ycX3eoNiUy7uxpgZl02Qsw4Q4+fq+qIqqbzrQJH5u4BbLy47VqPV6LSSjFru0G82G\/auutwXdi+ZeYcI2DEkNUN5yWMzfhnzMHoBcw7\/RvY0X8XIgpXKh2DlHKT6lk3bb3Q5MVUeKpbJNgob1VVWGQ2YJkZSTd8m9cLzeqfMl2dyBT9wd5f1LYNMhWNYOemGMtO5g9kHMH63FwQTtlf1emO5GrYgu9m6bXPjdgB+qX6XXPAJLIVi0kvbpfm7LaomWoW2pee591R8Wy3E58MGx9Q8HeHkDi4jIN5AwspK5nbjs9dEM4ldzsxLkf7o0gWx6Bvi\/OFXka2W2Tv65hPsAeSa+7Mh7qU4Y5TjTDCb7K8S5ySfB2NlzIlkqG+v4SFcjAAv7Uf9wlY0Hu7P+i7ojDuxnWbKR31z7Afw2tgHWV\/HqVAcbO9vDbbD7t5kiGB7nNhKrLSNfjKc9gzH40kJWnJkdmprkTsfw9pz499Ydf0nmrOy2ahU3J3nQu184a6QhFfTsxx5w8X4J2dS\/clGD9oMqiG1MY7290JRHfCLJjNu80S7RxYaypJkI7qwjzMzdbm8DhKZWpqIjzMdmaea5RQlt7sfs9Rc7nhkS4WGA52YU3WQk6u4gYi0Hg\/S1Xg3RzldoAQvJWjh0IBwD2Y1MqBfylgyeCULhxfE1MTNLpMMQkl2hAVmKV5e8tYjDy\/stJvnBOK77xYEydXNTOVOuXlMKuukL5fc\/CSTL073o130LYKiiwoabPVHeB2KaNtPvQplwpK+1EzKK18ZdfcQChWvMBHuYGfa\/4F9vGgRHs6CLtgdzY\/2xmN8b1HZAQcEysIDVbMXcOcXKnVHF8RiPTsQdABzhcqOGDEDSUkWYv3Z9i6PBZpyIzcZ7GeZG4sgCwsdFGkmMl\/G50NZiWsP8wlhC9j4pyJNVHtImWfT7myYvqXzThCIrAuspUv4tYQCIpnFao91GGrJymA4JIaCoGq2IMfa5sE4YZotMfyHsnDjTMgA2UOXLEDfP304htSAEdcGPOjFsR6uM8IFCJ54xyfIWUcO0T6FoNp6zVgYTw6iMmEY3F7W0Cm6rIEeDWm1oD1jU5u4vQls4sVs3VLPx7l2ySDqXxAjXjmSwWsiCBHKGNvz0AmMAWAd\/5ipLl4SR1sEAYVEp+08wDcgrkqErmjF\/aDODjrJFiE38gYF3imbAksZgOp30R0sDjFiz69V2LfWqjXs2ZVNW1xtrG7q9zbAYu2wp93lSqSiX5huJ73A20BsCs4KIyQgqzXO+oMR4SjrtJANbBSixsEqdfenA3ro9QbqMTXQjmQ5d9Ksqmj63xruY+i41iaaYY1SzRpXVLhoB9rSsnZ\/2MU027UVMhMF2gp7fXsPiSpOiZAM0hOcqe8PZwNpvT9dkWjlhp0KJmgb7QzvkXQvHYr3S2MGKDZcvSuXlORGtdM87kU9MUt4+M72CKypQSoTWxvZxA7JSZ3N+W0PQPlKWV\/3XEq9PbicNFoZ9SZODPsuKREIusZwJrFAoEX3bO+eG6AO4JBYkK15cSYhSIIFMGwJJUY9mePYPQVSoFhcmaGQlJTj9VTL5Zq+HIklodrUzEH2sgmHD64q66sAOR6yzDCGY54VMU94esVKTb\/JsNhafWDHiCREAKXhFwTprYNUiu4LGW1SH5nrh7JkaK5SKzbP240UPV1w84C127ZfZ0q1arV5Yg\/qSyasC1JeYTRymhUrANN8dsViP8jtOULb7jneeaKZshf4yQvGQb3a2IzBGckkRdl64c6kCFP0znlR3pJMSpdKzXaj0t6U8Nm6rMzlZFc7Jvscc2FfwjmuOQ1xL8rXiRVSmyuFelVfPTipWXcJ\/5RmzseNn0YrVOZ9OcOREmK7ifFWQl0AuYqZx\/idA662gFah7N6XvsYC3Eui19qc9srZk9c1pbJe5b8+\/Z2jG7Qr8WhulH1avpK0uaoW7E2ax4Zerzcc6GYFCUqpua4k7qMQhxQD76tAQSs0SjBms9ooV8RHvZ8WOOwDZffXMqnEUBsAHqAAh+xgDzwsHsb3ZiIhL0Vm56UlLMILHOm01BdixhsMGgKmUJIv7VSL1ZplCItiDUNe\/QRfXnqzrAnKWCC1ZstxMLP4Ukv2cEMltenM0l2Vml1kpokNrlrGa1v5b1UbarzTGrNMKlOsrQtCtlNRscmtEvAQ+vkj6GtcizW6rQ29gtFuK6ikeRwUzqP6chknOFyZaoOeai\/LjpdzWmRrm1eynA9VkOizHx8xoJA9dvq9yLwq8Pw5LuoxbhK6OhlS72UgKZw4Op3ZthTlKLlnMvPa9X5XbqLKHi7KNRS7ldiCqnWTqHPPKXg\/VuupvqYocEwyEPreDvFDIUfan41dCkPQQrWR1wYmMxvjQdgsJpDupla7tZ0aR+3lcABi8IqELoDlLc1Qb2m0sHDkJGAJO9P6PsfNsjvKqI8v9V2kYDzsndO9lMNRDI2VxIjwU7hrRFiFSbCZKgcucGKISL4UhzFddQIA\/aGwXTutt7UuMicjW432duZNDSlzpkAg6XW9tpXB5LrQx8ZB+7ML+56rS5OV3oAzdRlAZjZgj5\/hcVWj8ZPvIOgGaVyxKYhCmUEJcr9XkAhhsE0cPs5kpCBW98vlinykkTk059eqnUqxaW19T18vFjXrs+Y25eseTf1WYhCCJfBMqSlf3SOVZQ8geJJ8bim3Ul2tF3Q3yJOUQBnJJSy6i7bRoFBrrckrKfJGsGhaUh4KpdpA+0jGXbpw2LGSCFGs7LHxq\/163TTO+SF7GOIXIoWYX\/NKxXWMPZ6eqFgWuF30C9iWo9lIM+btrGFh3\/qkB8vWR4PLnZjVME+NXc74pTaMDhKWZ1jEl8KERLa4\/6xnEc+YjrHd2uLxRG7mOCy3OanluUx\/uh4T8mOQna0AsoP+PTFCZI57zP2Mvf244UgbD5sj+a7c3WAcbVvV9Lz8Ee2jPeL2IvPOgGOsFE4DIXPdN0l0jK0an6+qAWrPfjDS8s9+MzKk9BnrFflCIMDgaHJ21MH2\/hQHYGZh5t0w+Z5u1JLBjfej4RVbj+XsGb+raen2JfwT2ODWocl72Di9foVoIrEpIZvd1yUj9\/\/XNeXHvAn08rXcU69iEPadh5EZRC173ImbwfKguWzs6TDNWPNla5Iz7zPGialQq4YVdqByyBDNPKn3zUp6B8H4f5xxjrxejLM3gJ842e1GfZMzviYs8I5JV7hQlbswZmqCVNYiPGkmMn8MZcjTgp48sioiK08LekoyDOk4g3iTtyiX7\/KHczWmrHp9YJ6dBsY8fUPg\/axzK35ffamCyJII2kc983+ss4aNzaGJS9oe9AfRCs5qKDDa\/3lvEIVY07jWDvLvgDTZqwjW6EGuqOK47OuWbIchms\/45hc9zZYXRvD7sW9I+ldVs61w9DK6sJFAfyI44Aq+2x8\/k4BwuI\/2ZYHj78scqXNjvuabv+HM71J9PB4RuaoNhlfK4jYB\/yQn2+F4Z+Z8o1D6QiffzAAa45FVA47Nv+HB8SM8VKi8MV00d3e\/6ptf8waj3f50wH7lGAY\/e+ZVMTjFNy14TVyQsEzBvxyDXbgsKXh9UqBHVPOCX4kLJGI2B78hBqf6k0QgKP8dL1JgD6CgSEDig3bGFGYR45I\/S5VIhwX2oRTMdkqgf56CSo8E9mELK8TvjKA78957M\/MgocZKIgmW\/IF3ZLeLCSpdfw9zJhrGXktjwv6escTZlrWGOLzDmdYTj8i8N+t9CQsAG6k7bHWZz7khY96XNX+UcZOqrvx8Vl\/im2fRkkIXF+L\/QyqpkL6j8a\/SBXMh\/jcWnFgRKaF6qW9e7i6XLC6NF3v78UUMqKcbea1c191m0zq6+LPxXQ9YKBrlY86GqVm1cE61wI8FDkmF5a8lCGm7Zos\/DotLtzLSv4mJ9ZPQwXHzCYmnEYUoLVb65pyKzEK5vxOZ52S9F\/gLYPgbmW9mvB+zd6YsMOQQiM5nvX9w14uVN+\/zzA\/Ms1YlyYxiJDoWC1yufPzrUR+Osl0gCExdux8RNauMZLpQ1\/jU40uqpHr9ka2ow\/6JxQ6jE4nEiU2rx9Mv5DBnPIkK035xf8sR+o3kpkko11XMy3zv68klXwVheb\/c976hW0RspY7jjB3CJK5QEyvSZM0f+HtzS+htgfmW6KrhWAL6f044R5L478y0QP5L+hr7dXHaUq4i5PbimGw2oC+b6w+ALOLZBBrfMFs2NxyEWdRzM9a7xijXmHX7EpJ5tHngEWBboZOUbLAQ5Z67eax50CGgRV4XeImd01xvHhynbdGGZFMX6280D1mEWLTz2NTx7bqZeeQ8Z4u\/VzjUYE81l8yj4rQt+pdKTiTozZ55dJyxZd\/nxKzjoOYtnvkP+s7QhpXaEgG38agmx1I4QnJ+8m8XSpmuy7P9LpHBOcazWbgJCiaIbF6Mg0WZxvrBNJbdwIVfaZTnpFFQcvJ2G+AfSoNDzFtW7d396Zii56aLGvv2myP2eyeXzQ8fUehkwDzLPO+I0pX4wPBfmR9JF5e6k8j8G\/P8NCzZu5\/tmR\/12H1RfTH1mfkli5rolg+A0WVA9i2Q+5r3+GJ9kW8RBIWhSskzfxGDazCI\/F\/68VtR+k6IMOl1mb3u5RriIMdD\/x6D+95udUbm+b737+IAHKtYbFes+09jSqRAamC9IzD\/4M8gsI6tUtOTqrjvefOnnpSwcw8H21gfB0pfGMzGcqQhd2o7K31I0iXzEs\/7My8u2NlZLPmQl7y2Y77MIDxRTkLta1kO6JRxMgQBRViH3nO1a8VBbzBv9mcU1pnCPkU0T0dBYauudXvtTq1DGbx6rd8\/+H7LjwSRvUXpDOw1xIn5eX7qvdKcS9ol89TheBtDHnjepiz4OyVTx0RjRzNvCcYy80SOls2SS1q0p0EnuY+2nGRs4XdFqDhCtcflaUHfzRmpvaFgJuZEkrGF37N4IHIylbUIhT3cVHp6Rp4WVI5PlZq6t9Ha6wMprUZNe8QK+tULAFtvRWCqud8amN9LHWg37fAY6TWHgLbqKpqM8EdymHBtOm9R1iK1w+wBEyg3p\/MWpWFBqlw5RrpfKmsRnmEhrE0Olu6fZGxhO8mH8JYF+V85ARGIO2l6wDxnK4Q7WGZzg+3h86wtv9tWsCDBeEQaYHH+RV\/txci83vce49K2ZHPOqji4dusBkEXckXZX++O9vtzt\/LTv3ZYGWJwLtuUYKFi3L4Is3u7YRZqGGHPRxbhQ8N+ambFC5nuO4NiRyNB+LlgsDS8OJlXWqkdoT0rW2XJl9cbHbzPz8wqf1+jsDrYvoqIiyn7hQJnqKHOzebW9CCTizZLQayWReaPv\/fEcflvPvNM378jY0emG9SXf\/G5GjuzkGs27ffPOjLyXhtJkvY4ntf4Om9Rc2hCtn\/TSCG0RsAMYL5ljFMczIphHUPmpgzhHEXrpHGleMhADZcK6R8fBwZ8+iNMZY7ZROkd5mcY+cZNgVsSWy+iZGlVBP+NxjEd8rRBhWc7awk85Df1lCeUUtg7cfHiOvzUWu5JhJ9eZfsHB7CAS8KsdWEaeAP+dA+pQE+hrHBTJxvFj3YsGeZ0D0pRdw3Djlx3MNpWAX+\/A0lQC\/BUH1KYS6BscNNTpt2D2qzSvftXfHcd2WsKqmXmgue9RcLsuWpF8tROZ65uyYZ91GVv4TM3LuNiF6cPFdN6iDBXU6vZkPwdlL523KDQIqMRMoJxVZ5k1c1mBZ\/ftd1XPmiuat6Ur5sOeZteSbjuCNPAXtojNT03MecFHbAExVyzylvlLm7V2IvmP2nwLkwNjDEUotVrmHxfA2n6VKHFElz5ni9Idt0Ur5j+4Ivmeq6u6Oh3LZ\/Y+b0tct3QKgf7HBagVAsBfsGAlo\/TD\/nAH5nzRwmOriiqmbX4cDxsgsTTkrX+3TP1lJv0nLFg\/y9oxf2hzrs9upmjpvT4hMQbdlxXyR5ysXo4z71uoob1ARtQR2TB\/7Utkps82fQk62k\/aHWxjumS9l7GLUPOgDfSuzAUcn7Z8KuNDGfObgeRQ6vt72C8A3qoAilfp8LL5Lc3acgt5m0JAKHAizu7QM7+tEIuTAN+uQNAYpDT7O5q3SA70jhQoYrwMwXwkYz6hYGqmYH+rMB0gI1HJUlaYmvnkvGgtkce48O+0sDD\/TG\/D\/Kodf39nOL5n7p6+MYOTN0JLrHb30Er2RdyP+zPR7jrJEuFSj\/XHROPZO4ghCk5DX1rwwnlBkbYuzLdLdtAft7c8lZRase\/xzc+mYB1qme81r0iByvO7lT\/ncdgDKxTr+8wrU1hEdjGDL\/VDvZJBp38Lj5oTHbWaFf9O87YUSL7Te9z89ryvnKMgMOb9vnm7h9qJ7yF2KDJ3m99NNUXcto8o0Z93pjHrXTL8Uz7+nkcmLkmN4F0SN53hJEke8+0Sm3JXrse9O9VAqC\/GhSzXmQ1Uibr+83lXq3PSkflE1vuMN9ZP8VnkGPqGIKmgEwTf9IjHfCFr\/qdnL2\/o9vwt3\/ugy8sZEta5veHx7MD725hjEoWDhnleYL4yh1UIggH5b3NIjfFbY+HFgfnqHK61seww+\/77HEp9C\/vaHFZCcJlC7SruUOD973lZsf+sQf8wxr\/nNNRhdDBbkpsMLwrM\/5lX7sAI85LA\/HeCQA604bRB1vx0ppsE4iLzmsD7r\/4esob3I35OZF4XeM8O5igl5oTjTDnofHVg\/iggqHbg52lOmP\/qKXQdsXTafdn8D4JZIZ13NmgZBxbPntl9SaZn00e8\/f0hz3wLsbmX4ngMzwnMR\/wRi9C9pAZMis0HPfNl75nuNfAPe+Y\/BY7UWQf7iGe+KCoSojZ49p9hZ0++\/yhKc3RhH0fMvCNrfgi+OXBnF7aYd2bNb+gxImtPjoyU2jezRKJ04M7Pg0WeeUXsv5aYO2FoYpr8nK\/fzGmxCrbQFuYNGexJerM3UXLfyJpfi+vSDJarao0XLZmv+BNijmJxhtIaIb4BRyigmdcsmZ8N7tEzTXnlngAdk4ZPlDE\/6c\/BJftzA3liqxZYtmwJ97dmnOS64rdkzE+58lJ3myAGip0FTMmbAgKmtqQ6muzPkltgb8qan3cFYifOBhN4+ioHWRtfYr\/TBfLmjPlFomvnFR6iyy\/KFMCSX4J\/ogDgketG1JQ3PUHT6qB83pGr92fdnvDpzVnzPAerXBIGmzdmvR9xkBamKbvFlXp\/tG9Ng7dnvR91hdp5EdsGs6ui+7as+cngmdFlqRYJ2\/5joNLBVhRv9ZH5AFukr2BUOxvXQslv2RIqWMmPzKcz5m0WaNHPi\/mj4N+24HofG7lX6g+HkXlfxrwiw\/JAjJl4dLp4\/0jOzkAvIEuX\/pt\/sLyFgiHWwZZqo2QgfdUnLO1eUH2Bz9ofRHqU1+tjDTnVCDM\/Z8ML4aTPvjdtcMTJoaf5YbDFiZogElIM4ivQqIggWl5G2rSut3Lo9zIzWRLsf1\/yzP\/yI6nQEYh25VNL5n+nYETIzYt8FKcF9fdEkOV8w62\/H7UFxLe2mOxPL5nfTQPC\/oTgqEjgccLNvYHESfdaXc4JOERj+\/1PnMWLpdMeE7XtmS+4bDw\/1Pqi72rVtEQu\/3aEE1\/L4Km5IkdQjbevZ8x\/ieG2Squ7H6G2vpExX0aCWyiI8kCWsYjmN+3MEAasjPb3VtC7rBfz7qz5X15cIEyJC96TNT\/odzFM2v0RGg0Cp+Y5a5gXRTFYM6KSGCqnDwEtcqmvp1VIi+qZpr18ftVhqEWv7A3oU3x79SYeLmeL6zMWRgcxu8juCcJ90nmL0mRFInhplwVX5mGHoRb9LtuTkNgjJCJsK+9xiyCLh0QQpVZORGICP808fhFi0baGOiGrmHIRB4ved6TyFmN7h2lD5qKL5UGkjIIf0SGgRUbzKe3xCvzwDNtfkrUIl7ZQaQu\/KfNI89CDMIt6J2HRHgtbf0yFgZlbzGMPgCzi928zi3L14JgmLPDpERZDlX16GsJFOWC4cRFi0Wpdd1v2G775Q05wZVfX\/Ls9c8s8a5F7FpD0c8NtnXnzKxrvIC63G9IIUumZNwd2WopMtpWzmFXGM\/fIMQpL\/1O+9wKPuVWxFqmi7EVepDbo\/KPs329+ATNEAgfhHqtyl5Eznlc7PBeQ2TWv82yLHbpSiMKNVUlA8NcdIqKEJG3j59BJNrQtTgK25zAmCiK\/6e3ILSX1A6b9Ubwuj5u3OirJPvV1ojSxWWFPooRTNZWfmDNZzoxGoBPvJ6ta4iO++SM9ZxoeeHXoAz6nZK5A7EjRzDECHfvjuGzO0Kowjs4Lwgd9DgwPYRRQv2g79lxObs2fKAKirYqyZ\/5Kh99FCU85gxfWuTsCYmAVRjgdwnOxPz5pPdUSNGkSVskUtMzfzQnIKb5QuBcCn\/Iu9q9wDnDhAsz8UtZ82rs0xl2oyF7b2p1yUgSL\/8GTnop1IJJU7O+Mp9glHDPIAHvef3KHqzVMJs4dfe8\/ezNmWI4NhPPmA1nzX5gQOrrb5OgVIaejGHpjtCiHKKTpyA\/7Q\/DxHJ3H\/HzC5WxpSuDrWfYVjkR2633UtYI+mzMv5rwBPc6hr5g9\/FXhYdP6aT8asPcQ2IgPK1vdUZ\/9l5ih391mJBpSX+vUa7J+Pp03b\/Ilxt9mtZvP5M2va64wm00HW8SwIvO1vPnHVMWaXP+DLW9mj4hDiZf6VQns08QXkm9SaEdfnjdvscewQEoozf09eCBe1cS8Hf88KZOwT\/FKiO1DybsyBBvjEoFRGJlX5L23p6Fsy5\/zzO8koHafqBtSr2L7+Zx5R1IiXdHj+si8Mm9+N4F3kIdRA5XJcD7lz9ggFi\/uvC8wb8vEyOH2eAKBV+e9v5cvulALmTs8pN9TM5s5mXUvm\/dkzOdAjpKvjb6Kg7JgAqu0k28JzI9jo4tY6oswq6gfFsC7HCzso5VOm88kLFXzqiVOUISh7P1+0Dvy5ZjP++bdQYSRTgcPFH3BN38g1I94h+WLvnlPXEt702GFauw3MhPv88GWwqTbn\/PNexkEbhHBJ4nivCoTKS2n8wgXZrZYl5DdcD0Pma6eTNf\/jM+38RPiQko+45kPBwfqAH7fEjvAgMjr0L2sXrnMTt+TUmTtB4MpejdGP4fyOI6\/5K539OV7AVpQZQ99Ycb8cEa2qfHOTshK2Y9kur6ZN\/\/RZzKgGKs0AX82Y\/7Ygeus2x7SI+AvZAgj7A2wlwTRUjGfzZs\/oYepiz907AM+KxUzC5fmzYH5UzwswiTYpjsYg+YLefNXvtUHrFpVHYz00575mL8t6r1tTyfn+8yX8uYTLHaFWtPtuPlbvzfe5qSUA9E07S\/mzd9Bm0N\/ZDV9dRTHIfA+Y63VAmQ5oxSbtTbYsmz7rPZYRVy7\/a28+c84aHuY3cnPKjzXM19LYO53FJ7nmf+BvrC2OjwdcSA9RPEwu7RsPPNT2NssTHcwihgA+6HYVy0yqtSn2D7gma9StNPdH84W6sCfHm4\/NikCR7RzXg9qH8B8V+i8ivg8WudPgj1oDSqMbZXlr7APIclx9fr8Wzv\/HfLFpKA6WoG\/ojNfkJkmdOkK\/9vl8tmAWMiW23U5q1kyLw0iXeQlWoelr0plmaThwgeFNth\/ZG6\/4Xkvy2ynS8OkknkuZyo0MRzTXmcsIOZrykgZx5cJuAfoefY2zAKKVph\/1Jtv\/lIVkGRL6a9vfc0zH2WIFQyLKzrEEnDBYoxfoQqk5JpKE42B0KyyT0+saHzt6MJ4BHnzP1IDdR20Nb9+ZAFemPdDmX08jXr3ooNLxOVjgffCzF4CulKKW6Xzx83zMnPvuWUDEyvyBtHF\/rnBrMS86VLxzPMzA8RQoeR+ObNN2w4\/mbr3++antKBymYCEsO2jgffjGWum2a8AlSgV5tD2VwifwgLBlvIGip\/+vElBSR\/Lfcyw5GbVL8bqr5TGgdZXPfNrTILEFBeK6Op\/UIIEafUnPJTP5vlYicH2bpeAgL6HhdQteX+oEKmKYMoUWNwvLpl\/DLqDEmWdXfiBH7dkvqxEBRZTYALo4GcVHjeG6jV\/ugCpIjisaOj29Pbwp+l0ifKik3f6+xdBF6eFOcD8QlY981fBbjcq9vuoUKsF2v0RvBIl8DElrrNk2Qu7JILtmb8+umQus3+PkNPvKozCDjTPXjZ\/o1WaGhrV7ehF7KkZgcmEtdiWGODHFSnublm0y0cC8ymFOvmi64RVGdyPIDIl4C0rJi12f6auSTQQLogK+AmlXhGDTJXje4kRUUcBJUpq8vIbeK9RvFBlXhFf6Jk3ZfaIK2s\/j5uXy\/dgtwjOm8D72cz2XsSJC6OAn58PzC8GAA7YE18LzGsF3Mb6E7WhISYp+GZgPhjY73X0p+lN5OdQVxZa2tM4NFut2j\/wyLwyKbRVFsqfnzG\/lJQvlDwvY34+01Ut2tfP9ZTYSS\/A7v6w19DohXzA9KeRPkHRTaTmjMSXB\/pVvPK0y\/4otF62ZH4mBWOZVuwP0GjpK5YI0m6PIcDmRRcs9PX0zEHjsIrCv7Vk\/izYSt0Wb8e30t+Fcs6kS6TXsk7cJZv3BOYnM7v7WyIxBWfpwnIqERLe68pXxDGoxZfVhl6SwRScxfdUlMLXcwgUy01lpIXgTmbmGznzpdiIkQaZEST4v2EqXXCNw5HXZvbG0lZiXZmX5c2PZTA++0M8ltgOMSfNN4KL\/Svq0W+I7Wpelzf\/C+uG2ZmM4QFIKlbPXTb\/k11CQuhrGDiizp63jIAQ56Yf2v\/3583PZGJiTdiotc3zl83\/Dg42rDRfsGy+JUt+SJST0+fMNglG0zP\/J8FPTj9Om2cnvW9aA\/Ck+cEEVJ6717+QYe40HqxybF64bJ4zx0sivQT\/s8x5XJC+NPnirPkVQvqoBEFkwdIakbq8+VEsUEhi6q2Mp4UYwbwj770v1sUJ1FZjOC\/Omz\/OzIhyROadeWx3NnxORiv2toh5N6d6mZnMkvYqXhGR+WDevEj2r1r\/Qnf7yoHznFdnIl3\/LGRMYnHuCW9ic5hfy0ST\/nZR4+zC4ndlza\/PQeBh2GJj+QSQBVpCfrQkidUfN7+hJQrtCE8LcgwojKHsLfMya33FVz9\/UwuqokTXunrB6vcVYu2erHm35mxAl+wfaFbpaBuLwd73HCgtHYj6\/qHM8HZ\/dzzEwoMbv5Xp2ek\/O5iVCQt65rczqwOMuwnhrh2WjQ1jmGB9tdox\/Mdjzf74V7Ozpm8F+XN842PquSofCIx3wZYwJF+T8qtWQXgE+32fuBTnYOhM4+1PIvyf7p5kfGFzvOkZPx+xSnXbzQ1Y1+kdMD9hz4YJr\/W8+OXZXeMjzoRV1IffNcG2KgOXy2KGE0poEbYZtkXuIJKR5hY2JT8reyT99gbbyCsjGYEiAoKu8KCoB1KyZWe6k9Sdu6xQcuYLw+vbVMPR2tZC2TEdxF9fMLeuGN\/bm+dYClQqjccXB\/0ip2GiZglR+VdvaWYNYwKOg2Lz5UG0PeyyOqe0gROApUULB8vYseOyAH012L4S7wkZiSVMNB5GLsvqHI3vQUPgFFtQzmpgl8tP+7rV29wSR3xiykzjt92XE0B5wQY7Bo3hFTyVyCEeTwCLiCcm0\/hCfox6MgVaRD7Far9I5Icgp0U9nQAWEc9E3UvJLngVW4mEmOL81Wleh7FZ6h\/v25A3y4QpxOIR01BkwXwSUb1cSJb7pwMT2Nsimv2MvPRoW7hzDgUp66B3zaHg5hy0tNDEpwJkXOfJvgG1NJMBfjwwyxZaw4tkAzjG2idMC8Lx9CAWaRm\/WGg0dPmaerOsr796naNaTWN29FdknRymBmIC956oSd769+I3RlnAgp0aoAnca6Zz5OSFU799pCvnXzdzb3t5vX56En3CIUNQJP7EeZKR8IjmB7iHLnYnXwhx0O7lFDQbQwejmmoJ1ZIU5OKC7uXFgvwQVU+rSzvoB7SBU9fL0Xh70F14\/ezYhfH4Avo\/FmgiYczHFlNzMSSwuq038S\/TBpJ0wu5qJYYgCznUQDgivgiucOSPdM+BxXHvSox7ehFscc+4XtJ2z1yV6qMCru72esUrRL6iGnIjRvQ1TBCB03a\/t0+0sq42EOBrt3UCrRSZTwTmutQcOUbRrsxdZcW9ex2WCrUKT69UDxML2hd7mv1IspC2Om1Hf9alJOEgYkEEJ5lStCLRs0B+AIMDIXRpBjIrKUS0ss9ujsUtEvpFtowdLY2w7jz\/APKA0FCMavx6oVNa27S\/UihfepNMQ19Ep1rcVVvd+GLYqw1t+zqe4K4ZYkV7RBcHEecYavWhPg\/VtSYcgzZe5RnrhZq8SGhSWCFjZBAH6E\/R4sUrhFhYNTIISpoOZvxCyHopV\/WTA6ZcSeWk6yUmJOWWzL9i+vXAO1xeoZAthqEkUG0Ni9Z4C52SjpQOYsHGaigv6dK40Y8wlAsdec1XWjrkCc378i3blwWMCmXSlUgypSHyiLVqvBnl5X60LUsdNj4noz1ZqGmRzfJapSCMkF\/DMi59K0nPpW8j7bv07aQDl5Zfxsq4tPw4VrZVaMtnMFryDYpczX4sIF+sNUvnnrHe7FTILaW6kOqcr9frtU\/w7FPsDTtoGdnYNcApRsklD81mHbfSAa\/PTw5XiHvAoBiv6aAOCZHrE6EQtRGXLOIf4TCmSBevxO4D8bJ5pRjYjPEYzMTBDPbhOIHTlF89GLiNXDOXXB7rHsvb8w4hVuwspxAloOytHXbwfH\/XAkFhTbiMMJOsX++K3YGOTDw\/+\/M+YG7Dc6aBpI+atTsgPilA9pyXZ0zGpe1XEYkPmOwCtdJCsfE2bmHGzQJKAz1n9UhGpJ5iU2o2SoVOpcE\/cl6rtt7WzdRv1QqlivxatO5wwSE6dHwmpF7mhF1gOqBXIOrbY73BM+JfAn9lBjNtiE+nrrKCXs2oUuZ8An\/dwbF10g3ILFi95S0gleaNFqJD6BE89BYrtLQ3HRmFybnfZjX2hXLP\/oq2v6JvlAd1q2Mzscuw2DtLZ6FNH5kjiL2Dyyz93B6PiFsgHhEhHG9RCmxt6QXKpmLlTN9zfhWc1a7T8wOSgwu6RxSOOnQqnkp0WIWH16nW5ek31utF7e3i5LXmDF\/ocrDY5Z15E6+leZsl9sWiE8MlKGm0JBVDYbFifw2wGDak07LiEEKIzu9o+bkuEb0JWfZlj8jdoFuDDBl\/j4PAHokAP+meEqKMbyWbeiYSE6GDvV8nBGSy\/VEvyeTqQkEOG1h35hgSK5NkWoV1++m3TnNVPsMg8M0Y6Nft55qC9YZLZRyaZDcTaDY8V21tzj8pl9N8sVA65wB5BejXpJbCSkdbkeLNtp2GZeux0zXpL1ZGP+5oRlDB+Cc6GhMVFU8+wIi74C5yqaqGmzucObfmXmME09wFQQWkf0kP7buSYGOXCmuBhakqFpodRE1bzeZztt0y+pDzlMVLbux6fWIn2ELy3j1SrqfkJP26HIrIRPeJoKe30LdlWIQLhRVKYpFH7i6J8JDwN5yqFeECLUXjHdA4UFqhCCLBCHFe0T2e\/lxK4cg5cXIqazHeiULaWICYp6fsgoNfcfKS\/VW+JuQ+puTPgfIhooYsxCB034OKP8qUsZ9UmtfKWoD7BFP8BdTcItQ6GflFYOyVLC2CE\/9jeaMaVotqu9pvTaEUCmSOxx+nOpF8Kuqk+z07BI+mtBObB8d8ahFHWz+EdHqOZPtxNK0zh9COJndVUT\/grA0mLLzaAV3NBH6Ng2uLCfRaB7UNJODrNgrtaqHBsmrLB2E61Yq0d71lpX58ijrzWbqhXp1\/DexG+eRXnLlJShJG3ixFSe4++lGs5Ntd99Vs\/I2s+2lOu9GpNhvS\/P3nH9d6gJa673w9sHbwS14PxqZLferroc2NSrtdLSN1m+Fd9WKztskyNOZha3cxOHDF\/ns4Ft9mWKG9GmTLcASHIS0YjwhrTZkDxk7bSuCR+uEs+ZKW\/WrXozTvPqRlQY++c7PVDKsyBnKPQWvNc4\/Vj0fb9OPqTUltdtoF\/ey0pOVjXY8\/Ai4c+A4HT5G4xYHUJdPKT1iASLVbYwi6Uja82+xXETebKyuiRaXS7YsgqfXEVqEDM9rVOvNjv453xxyEdwLgSWUUQrO2gXJ2P5kA8MmVgiiJmIVPqVfK1cJmab0t38vddNvvU3VsbCD1zdvKm8yIfF3IfYb7OxfKNOOYIF\/cfpoC4tKYFTqK7zq6SEbz9KOLhOB3x1pO\/NzkCsxcn747pU\/TKBXKRalecmVAEZDPsXXHEMEG1JurVnAqcoPC7QogYykQAdXbKtBMNfteml0oq1BAe8n9bPNJVeJuP9BwcD257Qt+itb7oXUYoUIpBDPT8T1Y45gX23qIRXeBhJOu3FPDxB66ZEYptMX+kKBzy\/kREEq19MG4paPwKiDRINYfjcy\/9Ujv5cdJWi4PYorghyF4oLRC0b2TkTuanSn2lMSBwE7R+qijdRClQvmc4CwuMZ\/IGN+ecybWSm1AFH1O8eNQPAKjOtMvjWGbYRs0mMSqUu7GOOYzWTqb7gXYe\/qKFiao+WQG80\/f0XK5BVxg8ZfcqTUTE\/RTVLCSsHwItyMIJlip6XcA7fdTeXpr66I1rdwkk0UVYUhqhJ9hhEfiVECYMy0CKI0X9NZOa2znBLQUqc9B6lB5hcI5mYkrkMm0qMJKOwTffSLMqNPO0xFLXxGaN\/bFpLFUeYXCeWMCNF+Cu4t4WI6jrvqj9tOHnwcjNZNlqgYzjNapnkN+GSft0nhmz5u\/gme2tx8NtjX31YzJWdKdBN33ZpKuxb9N5vq4EVPAHSNZElNxXlpPSGJSjkcX6AOdWzT9\/XL6Jnly+Vy4pi6b6bQr8vQcXgvzdmQDDsaLv1+9wH+HaAm6q+lCDiLmLrUN0E8ultyajuWzL3i9I3hkzUW63+vv0Nee8Z813tsa9Fe69gMODctedEuqeiOp+C1YKlcb49tc2dLReCY7N+cW41T3svf71QYOahX7o8pep1aHLQgOb\/McFaUaLWDHu\/i2n4lH5Zbcc7Oq3zc0gx0dDPVc0rkE4puXRaregkuxQLMs\/Dph+T6yHPH1BNa5iEI4wI9Iv2OQmei0uepVqWvjDC\/NmlyaZ3l7gjKVGA20IvOyrFlK93IZSjSKQ4I7KWd0L8+aY0SCNOplGzseDcfalMN4bdacWBiBJSa\/Ljt2XWbzmzFgm3mzx7kggmVzrJqd4bjryojaL56PZ0WSxQ9UAEzG7Zd+rEcccIsgyaW0GId2fPpPN2JI2XGDGIr1pq0TyAl3JoWi7CXMgCpgpVFdVcULsqi4I5EqYBzQF8\/LojMd8lwqzuGd+X5X88y5K69qtW3cdTxIxroAT6gUB0Q\/HCM4KNWzTUZ9kgbt2S005tgFbUPalA6mRvGS1CgWkSpgSPcu0skXZmOxfREDWZjNjsiRWS42mxLh0gXFw8OytZ9vrTawAxulyqb89gKAQA119ekySTAlW60X9LOsOVlSPPPWGiS1tNBa64B8otkYh1w+1exxzxu429Py82AO+vqs57cOyC3ael+uwAhRB3odg9yG6wRJzCsYZjQkzhLjv4pVNdRzQFZBZiCvabmSV2Y5NGIFbceA17CoDjTHXyVrMuXKSmG9JkM0+o1NGb1XbbTWBUR4ooY9Syqoplrwg32ESxr22O3lyUHHZXkGYbqPfuCKxQyQJ8zpTyQRhNpBucjOGvVRPDBGCjw7JnSIxYgpcawhqJF5NfIRLi5o+Vam3kQuyb3X5qg6ighXIW0iebKQimgxXXjAxD5RPJYduj2gZ6lsBtU+vufApLo3N7KNgxPEWZHjI9NziBXxWDP0J5GARdKMfCbi+gaqi1gz7HtH7ggmwt6cf5vZIMrEs1bbzXURZc9GcSry2gEyXG8SZNosN8+Lh2VK8vMoPD1ZEZs4M\/xR78cvdPCN1\/Ab9WvzBXaicNN+UVOKCXSs4zlLS+tpuPsurMpFfBcB7POESShln17XmDNJ+2lUfFXJ+LZaPbFSshN9t5itCGPApjc4JGOyFeTeQ2wgveQCvQU8eJboE6YkQ1beuXXZ7HnFlRlCAJIXGi3j8smHmU1YkYBOR\/XBXDGUiRc4ZgUKxKUW6ddSFz8klWUgwkcXMks3ZkVWXiESWWVyxzbBwOR6EOEwko4ByrcOm4wYAraHPpGHVdxW2cDFjVU2m8SZJ+0mON2mDND4yxMHcnxKtzcAQxt4CypDjloBZmzPIvPWrOeURb\/XVBilbMEd+6EnmJrfRQoBLunSKO3bI9whk+3J5\/BxJDnImF8vMld1iEzgh1db0mNTaok4eO31ovivfkl96+BsYYOTQoeTkXdIeGbPhjo\/OQ21PUNA+dZdnTUFLq2KxbYcKvhYeL6q0bTj55ryxV5SJ9rroUBOFguhRG9OEVWtYggp307XC+1zbm7PJH3Wq+u0sVJdPVuoY3W1ZV5NuV0ordfUACtzpMZaQxAk6ydZojUVAEEMICChIaNMDMBDr2h3sjGk5gI6uTC5+SRzYq5NKWCRSh076fhgcFNODOOTwc1byQRx5jYy8dng5u1ksnFGTg1zcUaODfMlnI7N2ONY0sRmfGC4vNaMP0u\/2V5XIT+moTVUQq0aYkl2KhJ2PL7eOAp8ojz\/UaKTHVEfJE5pggiFnKyctplSRQ+0z3Sa5eacAtH40lqldE6l\/aoDZfOSq+Md+ZqqhJ85gKiM5i+QYivXBIszPVtYRinEhTgrPNTYLhAA8EI0hr183nKrRvWrHmKzaCcOiMxbG0O2cdmvxaRtdVHrheRNf9AHkStiPeAaa4le9jrtotvWUJBpB3tCks1ITSdLnWZ80QPicEuv2VWGJFF+dHVrf4gprJLywSxLGT8HK0xaju\/lBWIoNXRnIpcpzitwkGVnC76YZOpIe0kQGzdImU0ysH3AdNQ+HBuSVDIfoRuRWKH0Gdv6iC7gzMldueRNk+6QcwXz0axZ7i2CPkZ3F0EyXexVH6fnvfE9Ixw1IkVJY1mUVQQv+qPtK3NoTtjDHMY\/tQgoL5\/\/nUba\/+ZOjXImY6k8d12kwA4MmyDdAemTJ6U6Vo7XRWvADuPYFbPHSxgYQ3xdRPEaCmS1qfGUCY\/ihgnkB0YoNrWOYHntjqwF\/yCab4uNLcbLTRc7bhm\/Wm+xm9urjpU7k\/T8d98Ek9iJ1GSHHai0MVtU\/iTzZQsIimQ9NtS5t5WJmFiCInKOuAey24dhcDahXFEqfn4wb6ED2NxtsHQTkLyZIN6CkkVsk4Ky84fwnORacofDxAtI7pcQgCNemczOknuz4hPgwFMvtycHgmsDdZrI55O+6XLDFOhomIPVxsDlAH+ExrfLfzjoRuabOYPLgLcidDnS1Y6J6d51KfgihrdFEBPOT5ooKIrxHz3vWQPqrFZGOod1QDXfS8AlgaQHbl1Gxfk+uXIX48iA7BhTAw\/1fZUD14NzdG9kJUPJ3GnycmSIrasvayH2ibe9a5YPv6N7bE4fIxNzWW5JYciKEjtuu5cE55a9E6ygadciuDW3a04CciTaUJjZ4qRZz9x0AKEaS8GlfuJCyeHvzXO8JmMg7NePKskNxkfPR2o\/yrOEdh6tT4fVUaN\/T6e7Bc7Vw8HoIlq4uyeT9eDtvchJwFey5iEzTcaioRN1ahG2oWr4CzlzehFuPpU11yyCVIfQxrUqgwXtlnljxpyZj0HHak\/E57y4SvHlgxGdscwyU3xdAipeKexppGzZXK\/AFvO4hfPflsleNg+FBVYWI9r2bkiyc9n9dNa7cbGnIQzXyPx9FuFJMP++i3Dwz6kHcr9Lc0hHUSpJqL8nBB\/eVTEkr9L0uay5\/xyiFcDrmQckwNaurObPZs0DE1AoisZ8PmsepC8Z92tMIGx6WIIgTBqiP+wAzZsy5hGHyuJ99FFJiXAzYfAjCzHYdgC1aTW7urZeUqqjmP\/2ywp6nIf9xYnNlTYHkXLuCMhPgfTQERghtwTGWSaQTApiDzIBZpPW7MjFNdDjd\/pp1caOHIUQCEk0DYiYFSP3VSYOvZ1lz+pIBbfm96Bwjpw2LeuNcRo9V7kr\/gENDIBzDQzguXMh24x3Z7F556YduN8Kb+cRYFrLfUNOwshlkAlHlT5f7F8R41k+m0anFera+mIWG5VOT5mXi1gw+3r3V78tzQT5CysS36OPj56sXrmXWMVHabHrOCxGSztVqSsX\/aSUzHHj74gWt5efFBDUUSKM3u659D5lTZearbs2y+uyOzo\/NKzWsHs4w+esVFB8V9v4SwNta8\/m+711VGJVGvATUPFKAgx2BvF7wu41DfNV9sgE1SJWmbbTsls5aEzAwvMJXKBqjSrtJX0dTPWMf8qx8dv9nIQtyNzjLv9md\/UtC1K5vhDqMCmU5xP8qtytXbP3f+MbwmmYeJKX0F5yPehYfNdHTCjyx5n7lOyd0BY2rJGgnT+JMRx\/hT0cIOeeOYUcu681ETZiqIooxwPIdugulgiI2BCIczYBCmpIE\/uTvE5nKSzt63C9mA9iT8e9DRZ7lzlyyNkjhpxbxDzvWHmQZzFjlzbojrwUgZxv21c1WMt995HOZxLEkHc1XLfhgK\/5sqhQXe+BrbRq10amPt5HOfnZbXvb5vFIvJYr0dp4u6vj2WURzcEhJpsqxuL4Mi0eoGgprem78W02c6oTmC4NB9sXOSMBhzDbRLUKVMMD27a+OAIV9z2QZLv3O8gCC54wwSWWuVzu0m\/Vk3LtervjWTQZz1zWj4hguXSsmZLKdjazY5tzWN+OAPNs1WI1tiLGI1eWcdWK7OITYq+zas+81yMSH7cZzne5gla0reuPIK3IXWi2U8yx8WRvjGOxPe2jnoSwN1NtFNcFhsAtwpQSojft229GxHDZZXEbCRsd0Qkp\/P\/SEUhZ5XOgM0IXfLqzCAcfMDt3ZoOlMg5lByrtErCx3fezFr1hq9Mcq5hZoSsivUkmFAEHEv92jmyzHNl5ma6ORT4eq1tzJOsYGctWRD2kv6Zlm1MJsw1FyfpXGxvLidnthdJB8La6kVilwoWyYDtpiczzcx7iyKapMpv4SCh04i7u5p5pVzg900t2HhxVX1UGInaVHTxOzJjNRBt7Sc54o\/49ScY\/JFNlkamAVCx9QJC9QbRmMaujRl8Cx+khIIS9pHMvzRFXi4O7M5mXlrxjDNV8dQ6OZ4ZZiSSnrXgHm427Fy7QoXdRTCcFzkx2YaR5VY4lgR4vqXZAGUeLSsSpHbeo9LJ4g4lyeQ0PhHENWBfFaWojBs\/EY\/q29SUfxnXaOsRddDRQwWrKkYE4jMhZdcfVQS4Zhtzy4NC+KpBcAiECqZD84py2dKgmqDaqnSq7vkpCodhs2yTB3nq92rEZf7EqS0rfa4UzE6UCw+SjmheYU\/kUNHtvLNvo8FAmh0Mp+TETVnCkHYs5ziFGNIuFzlI3L0OoDoNDyOxH5tU5GJQin0HsUb4J\/WBrUQ7jpVAlGHNZ1k6k+ImyDuKh2Z8LYroONy09OqKjYdIjR9R1IjKvzXmLndQ9pD9N7VFZCRxbaivCS0uSdZCjUsKvyLwm5+Up4xQgkq8JsNZFENBcMJxtkx2xY\/P+hgQF5ocF4paLN9jvlQhHIwFUKcCYId5qLNiywwGeTdm5536kH6OtDC60CNb57rcNOUvQzlPDWdj+Wh\/Le6vfnSEjKJSKHK\/oSYkpFkrnkpwXYuFEG2zyoQzOyA\/N1SoUYHlaF6JcIDytkeOw0ukQiw1JI5vO\/MzoySORUQFny3057FwhfieGcIpsEHsmZf1tvM3wrpDQKHkvXd9fx2qCp8Jv\/3GxYi0jHF6kwhkmoOPmsQkbhTNu3MG2RvV3UGpi71hvO3uJjqix8y0ib3vMTN88O2fmy9\/0vKXxFm3Lt5XZDZZ7fQys+FWIY2g\/FKLaHpF5Ts47boUqtjci89ycd2IWb5JNK9aReV7OO0lTU+3tKZXSGGfNqj7W\/ukFeCveZaoilClleWYB7cA1p3gFPXyWILg+lEXg2GmumpCbr6XIvC7nXb2dEt7X58w1lxbE9A05cy3a8Ly8XAKDr9vFclwh7BEyoawtz1yf0tSxxse3z3k3zJB7J8ivyJkbJRsmrH5lztyUzFxBN+CQvt+8M0aWm6MOyK4ubv9uIsVvzuHsx8ML53ZBQamWpccvyHn3uzQ4wjh4Uc67\/\/ZQfpMcXh43D9CmoCLHvNUe3H3gUZTFEklRf2HOe1DXLT\/XwTfmzIP7R9oHL855D+lSF3ZJI\/bzGPqppgSPZh9qUWxhikSEPD7GlomrmgSatK8PizvhdMCbcuYRCD1Hzu6jOcLBObuf55tHIqbpNf6WnHnUSOgy\/5XL28qnyHxhyXs0PT1y+b41Zx6XSKQbU2XYF++vpNXZPeColXTOD8ajK7LK1mOQtZbK9D5gI2IwkWUTtmWDEmlkP4opWeSeMMGLtESvW70jMH4x9RWLQhQR1eHkWq5TdCXT0Ho04nUVxyqGdJ24iUDxpbLc1nhnzov3feJ2CRV\/ar+gQQa9EqICOG\/pTnafsd+fXkkdFi94640OoXeU5GbLHvTIa0qrGrLBSVmgIOIFtFAWNcxprhDwDuDQUzigERTpFp0icjJhf2a33Ip78G72XSm1g4uSBex7W0OU2opEG9ymih61ootHxUwiHr6HDkFPWo9UFuNUuU0wgSOhfVYJPPRmwNuEK9S0sVfckFRcauCaDWakZK7zJkNDRTHss\/hscj0uz2FHN5q1UaLITi8E2gGbge1NtHI+ArS+DirefH1+v46NeN4FKoiiAonGpQIppuXbU8ayDWfjCQ45JLItZK8vUtxgxxx17fj9CMKkIAd3BlFJNBrHT1IjseYdT7A2U7ijOZUPYWhwit9P9BqVg5JqnOJ03O1t00vj5xaqby9OxPshMaPzU\/MB5nMSN2w+nMNGiRVDKw22txvNBzHJ7YGeyHQHLKTKBcoQKRPvryS9Oh2AieytM8UzXrpLErxAQ4UJ6Lh5NFsGCSZYhoc1Mor2BlrMCB82mkudeX\/gqQqI82\/LedmBdFXGd6TKeHvOPFAohLrGHfAdOfPQrcMr9l0581iVZvNyz8tJqtiN2CTtvnd\/0Vrdoduu8\/JJBazdjFmK5LwtRDPYkuU435HRf485FudL2O10TMFFc3wi7GTYWXNCk271cFyg2ZUkcHbKNtzqXhkyywBORwsLWLTLe3PeGRmmHcl8eb4vZ67agdKGDT0xjKuVehWhZ8VjGV5p7s8iYdtoe4ipwWmGmKMw\/hpFFBWNbuqZa5FaDlzYo4dYscP1UU92wO2L5mM573oFtfsp0A1bsUhG5iM578ZpLLah6Duk3x3E5s1N2k6RWd\/exXEmRLhCh+3Qb9ayCjH88VT59pbA3GciLv+V0XaBOUfJg3bfSRxKU\/EUp0gU+\/1wKWdX5BtX1RE2VHdYo0uM4AHbw8FkS36TIdnB2v0L\/I3Mi5e8B9E7OOm0GduCTP\/H2YRxdexrtjCpZOcSYg+RtdJhTUWiEAhXEvTXk23oldjWLhAZZIJeFXiPoFlw230oTvu9ZI7evWQeqePUzuswP8rmOV40vyLzsYx5zOLMW\/X+HvbNyhF9ttESJxEHFPTBkuR6si9ib2EJtoaYLbaFReYTOS+zijItjHoLTRMVuwD3kZf4my2QLA92dkq7+xLuPj4nher0POs\/opV69v5Zg2JWORa2bpVVoZSxabe8sjZXZZCse9YFc5DbFupRQb8jxOx0dhFWAdFEfqvLwTjSDuvXBmiK6fbuFZrwliaHYctHIa8yIBGnY5Oj4cdlfDptxi+2C43SGlszas80cG427TWwkKMDff+Jc+qdnXgp+\/kR443ZQfuecl\/UDwxxTIvMJ3EnJVuUzglaZktSLe1OY5FCdnIUNCfVtYufwiORV97rfU7PFGL8QqNalwjAJg+1J8wG5zJyqOElqGWRVJ8YP+k1Gwz2pnGh0vkMsxhbtYKtQHOT3C6tFHSTWKk1C9YA6bQti\/xCrVoQn8xeIyOR4ZC+XQlDe\/8sW9crcrn0ne68fStM7nKTW5J7S5vuGvhytbEBRcE6psxfqVZq5U1A2shxjk+SzAmObVqb7Yr8NPrJeOCn6oUGKbnfJz1MkE\/X7E22M2fDzfZ6Q15pSsquknuvelikJybS+NX0R8hdw7HSSrsAcqeNP2wLrz0AlKtM9Yq82kYtGcV1yQXa62nIpm7YiK\/X3RjzuN23gdQ5r6\/69rxOWGyZmk0zNbfA1HyaqUsxc5YdE44dwYTjh5lw4sA4FXjyAPDQ4E8lgz9NAzZ1Jhn8VfHgCyN7E8n419\/LXfTjHIGxyFyOOFRXbzR8higfjszY3YvfMdn+5cmUnRwVa0FfwtTZcxeQzVdYLpF+iKFKxFogn\/Y4DEL7h7KrW9BXc2ZZGpaZsJA3e+bYiCWoerQgDVv4N3PmOKd0Kciz82z\/U32XwgKem+dsSKxlm\/1aTr6AJNdMeiGOxOhCqu4L8zj2nPvY3Jez5swzozan44M9+VBZjPWcvLkqGiY\/NxuP4wWYAhddIK+D\/XQxLnhR3lyzUNCS6wJ9lK0tfwtn+hyV0BWbf3\/eXGe\/B2\/zu+b6SsJSPEg0MoaHuRYfhEijLmsTrhdl\/l3WY8HrO4VqRdrrVnoRtqUqMyhXRR+RyiTfXsk2EDfNkckR1wk3OyhaMvkks9lsJyhLq+0Ka7KtBeSX0\/k04rGCRqyOq7idoBUeJ+0aqq5Ib05Rq1FoS\/I0\/d2si56pNZvn9F7xmUZlFbqkrqrSi\/Z6Z00wr47FnvQ1c+6gUPtJJmHVF3NGPmDvwIXphX2xZ9kV8l6iYOuxgPpyNwhhdzfkXs52e4F96RxA\/OAUOk6YokTmy3iiccEKQqGSDCFOzFTChIjXjVZk9UjaF0kCXTonvSAuJ\/J5QCz8\/ECg5hWsQk114jNBAfldtWP6vaoUCSTXHeqlXvoeYCLp4akWutND\/KoFsD1r5KzEUqIvK9I+kHzSknWgrGtfZvzeLC6J7V+0QmFQUguihV04wWEKxKFwGfjY3Z\/tju2hqnvjpCHkdKdXD3i+pqmL0QcXJZrdGUuhhpxHJBTLfIs9cSDGWHMqM8JQG3GZUrB62194y97dWZdrBa3NAgWrDbkyKlIvH9vReth2KDFnu2pfvcHiyb8mg5nQ\/xzO3dkFxYAsDMfji\/H3huUy3FwB+Xj\/9raIV08rHkC+ypaUdMVUpYr5OHO7gNaaf04DqasQ\/SDAIPchpKFL2gJ9DNMKiSZjugukXF\/9vTSw2jPPQz4n82Y2hChHXSyPc2m9Bea9dLgQi1CLRaZHfveC2GFvqd5raUnD4vbrldV7xeq0w5D+2Hsrt5aZupnk5O4ZArmLGeW8BTYpDhLkQzccS+DMdKd3Asro2kPIZHdB4i7JaM0X0BE9AB03wYSRDlgDn8fBj6uGff2gvwQ7tH8jWCSzQGgg\/a5ZYOU9VatqD0MtXEgA6JlsjCGNbUh\/mCUPDOvpYNYfRqhQKoKwJ0TKEEEW5jiiVRLdFsrnbDF5CvLKXqnZqojo69tJsYFBlvOpxc8kyCsBnbX55wAC+2Z+Rqhw2mB3DdXBmiWXC9cKrSRnbR6XWULjN89VSC3b1GZsTx2rrKxgjST54y4fG1cn5p8vOLlgU53SXPIdhNOadd82OINllfqSwVU1zkAYm1yet2rharGT9L57CnjNHJhcU75WybIvcaTH5iqDvo6d1r4IT+b6eIXMDajMjih6m1k2HBuljCM9bJIJsgDMmmBxq8\/E9BSgggeXHW\/M3Bxnuix\/fGWzM\/aCxLBbpCMtIiuXJG1ew2rXlFJ\/LYIS43ZklbfibUiL2ZuSNg3GvN3UPevhwBC0asVGQUVr7XeHR9Oi8YvpAsQes8gTBYrB1S87BXlQkZxL10kRC7qLeFR+MeQuptGB0YRG59JNBOfSSMxamuyeDsG8AVoHWjBvhFYC0x2+yEZk9edBqimSjudvguJM+Pl6yByNu6GI+h0zC4jMm1n5hbhN2w9RDBOXetvhYjfR3UUoXRT2HGSFr8MoxLhQ7sbphXqKVu2tpD9L7GcGQsI7RLMbo7ha8rm3IMZq2hDGSZORjUDGMtPnuxhJh5TtfjAjSc2X0LacfsHkEloufaDyVc\/423FedtsCtp17X9M8O+sF6a1E2tleyL+H9kopiG13AYlGXkr7Icc27MEyJ5DBPMHvH2FIysruEZ+ikCQ7qoICpnRk1X9FLXrky82rHyklCzbvhbT94LUDPA8iNmn74vc10xGZ+T7MV81ZUu9DhObtNC\/Ze8vGPzaQCfB689vefpxmJ5AdIej1CQlRkNGEg2YtcfE7cjbpCvLbU4JzxABndXmFeGmAeYHICsFqWcy3ZYJMssHQqjl2uEtuJMREzQdg+IRpkpdb4uLIfPzIkbTAQ+mxz6BVzFz9e6p37XdMyPrxJ0hIB\/qpFhKZw+TcMu3ElwPEmIN8ykQUtW99ZrbDcL3eEqqb1qn33HbkFKwv+xlOdpVNwYECt6EtAO+9HzUiuwJmBc0WuvRhRGIiciZrX0F2urPO4iUR9FU0WxZrOnhWv7eAmCj9IjVoq3I0OrtWavTugzXyaQvPpYXbfmIIBCE6vlAmlYk3nSxhHuduzg2GnHyAZr2GC0eATmcjn0BgTaUR2nlcKq21m7J7lDYLxUq7TUoncTls1fS7ZcdS1NMVj4fyFZ15gyds3nVaBoBjmYJInVOVRjnOC8bpVF7KzzSa1bCidoOWX5XKS\/nV2AGu+WucKMwl8tqwgsSUcV6RHMuZ68QfcYZ4dGA6\/tlT\/87M\/+3cfxTv7rDIyUrCZ0Cz0Ru1JT\/BOrxXvApImJSZCVnzIfo0duWRrF9\/i66kR\/ERFMooNdrigfKP0SfR2xwtzLqXW9jnOxjsyNP5inwe3RAYaDfVsPAGTZlP374F2sW53MYkotuXdHCY9PKapvzUFyaIe5eJea6WVMo8ZkFkhaTfKGzwCAh52fjGmrzCmF27lb+5tdv4m1+7nb9La\/Ka4vLaHfw9tibXamStH09epDqx0myiD0idJMqChROSPCU4p9cEeoYVweOqhfewrta3\/q9Zl7\/X4mGu87yuVuXv9WWB3VDu8PfGsoz4ppXq6rrSuJlUqaAqh9x96mgRnvclRMPjfqJL7q83bh4gakZX7APDutWND5JePRhZFDoPeQZ\/HlpekdoPKxSL0s2Hu1dfH6F3fh7ZlgE8ymmoRxMNlHqPcTeGHouNy+NxYaEuaI8\/V5R+fgeBJR63hMqgJ8hgbhXAbTK42+XVVp5PLJal4I5iWWbmSWFLI0JP1i485bw+ntqqljp2wN8ZNtfb+g7r06p1Gc93OVP66TXUgYzru+NvAHxPcb3TUb4U7PvQpIrSf\/ceHL5MJ568MmnLQzT5nagBfW92pbnesbRWcf+JUelMrqm2J1HVeDa6gPTZWmUV5UDqnETHZChormqhPcaBNN8fy12DYAKP2wutlt7ut23evxh\/A7wkAYdahfmnD8L8MioCHdapNlaEQMWNdsXN9CoiWyXEZemstSurNoUWKrRL8jru2fQ74yfncv8AdM56vZEI7UPKlZWqXD7U+g8tV+V7eE3tw8PL8\/dkHxFz7LFS024Cj7Mz8XjH11vkiVhJP5+AppZe3NqwUv5ERD+EUtzjJ9n3bJ\/MIyb8FNJCW3v1VH0Bl8TTOwTTiypkhWRevZK8ZVtsiur15TNw7kXdAAdORCtDp9ddT7JxOlUnF8NkUxD25hMxWIon3La5HGMcC0vtZs31hDA7cy2pU2Gr2kj6dZpe87iKB9KsUnm1iJVt9ZpOu1KRVklfy3wXmxZ+nYyA5\/XCPwu6QTrI80Z52jZv0p7EzLqZJgSd5H2ELM\/7ytORup9wjcAtySImji7kc7WmzFatXmg\/Y11r1Nn3OronImd1HU9TscvVgkVuJalnWMGy3TsR6is3pM4s6LIHzlXSg9yUPLjMEnSwh1XqrTWUrLT4yJWK3ml9FIrMrvBHs44q7WqJ5GPsjUNb6zviZXebyLM62mTuCGPF9p0oGybHvpn\/NFROpZ1kv4uawu7vlvHx\/B78Tz1EaYukIcX6snoYZ24l04kzt5FZjzO3k9mIM08ko6IqmTvI3CkZ7eNdyRZwt2wmdur+xXyr+V5Zv25pk\/2XMo0cTlpefR+xk1XVKpv1A7+2RzQw6pWGfTxN+S6t12CH1I2cDZhCNlLdqD\/PRp0uqgBnbw7iiNiOwInV6sXe+pjjyAEBvYNXAYKSBB9a7qf1jB+2V0WsTbmqttZmS1jjlcdH\/A4fS5DIe0m0h3HVvIVqvn67pN3vyqZfTu6aE5G1GtLIq2ubnWbyvpqnCYFICQC\/gHotuE9b44fikMh2f+BrSBHl4pJIlhDbTjq4EuCS2DTGr0UsTKfi2QjsuJddaEH8EXWoTDZ1sIf4MfskvDjM4mN08hDDnpL4pevMIVr4NjMh9xVMpUva4peZkAU0+XhQala\/zqweKq9QyNT63RjIMB29r0JvrTvqjVM\/+Rijx5Kwmy7X+3ZraQg1Uh34Bh2o9NwvXLnofj\/OU0Gvyi55XuR+UAZnesnzKwmGA1NLDVuLPEJOS7tyNr4iUmmlT24jpCoKafoR6fO5VEqKEGrl4vOWjDfsui\/w9CkdTzsCf0tgggpZRVZI+liaMGZI2K\/SUWXqraNtePrJ\/b0gubKcYS\/obBZaYqpkmw19O5HpJZeTvT0sbFRI5wtSvhRaabZhkBBG9iFqdZkqOyMN6ZdsNOtV9sbPHFTlWCUkvoEQYB1UKMBcULPBO3AxZoUl5w4rkvXSaqPTdLv2UDNN9SvI+At9sXOWIZo9lIDLaeNxTDHBtpZQy2lDfNHmGswOjCRgQcY8fwlT\/F7u6LDeJhqOFmGSqRTP3keNpG4vNW3chjC63qupylUJuf9z75edMjvJCF+4RARTPpEQ\/1yaQtEvTZx2Bmhq1WLbjtVzvPAX8JG2i\/a4YyY1X7KULncL8UJ\/RGxCRgUfwLxItZcuIJ5LfqetI1TmfC+uV2siCck3SjzdmyvySVp3dgTwSEq2cdutlyO\/LVgvTk6425Vrfwgs8Q5ET6IG0BBdQ6iAhCfGBE\/fQmjJuo\/y9sScQtFdFu0IfURZwusgYfdifxHhlhpeobxRaJS0t3OovGAypxP3BF1QQRGI9pg4kHkl3ZZZlyO3iNM2b7Eqcb2B3PUSOQniSo6OKJRXs5S30t18FUxPTgkbEIYmvCZRdGjsgfKJj4vmvTTdnUw4lzFvpNauuJvmTUsIGaJO9BOhVSkyb0GC3OV93N\/hsHvZvHXJ5CxI3Vnpr3n7EiErvZ9p3rFklva6U7ZDvOgls7xN++ZdS96xuBNay43LRb20+0msLTk9Xvb8WYJcdgE12Xs0hkYic7jYBdCyiuIyuYIOdd4BvbuOcMidYw68C6pIOmscc7PHol2qjc2Nqv48gN\/ElmkfAhP1Ekt201r61izJxB9hSO3IGasb3UeIfLf7Brodk8gsdozZmbm+vZ4J6iV03sAcjWe7\/WlNPqyOtgj6OP4MJB69eR0zprBQtc77A2KLl1nvCxg5ASUI+cmweyVqYrSgNJaSjOPZcvoTIcfWREDm3QxmC3S9KKbpp2sFLRGmf3atFRG8f3atUCUyFtJ59Wz38iAy30+9SR9MIrNTN02dsVwIlbpa5MadSVPNWqod6YHIeUy242aJIYoEJadd\/0wZOpq48Zdnjv7bGO\/CvKfWgzAj2OGsP4wZQmgrSWeT+WQYuSQjg\/RSM0\/+Vhn1UnrUyyVdyfP+xO\/ayhlu\/LruXaT9bUVcteZQkKaRqVsVMCeSXxDn+XRg1OwPe7XxeMIGKwqvr9\/dW5yUo5BcGVvoftRvjlREBZBL9yNfQv3MOxFsky3FpxdVPc3gmNDlWyjZwuJpxqKQsZFT0D5469XPYBn3MIrY\/ZggPTaJL4X3AMqspYGxs0AhjgJcGet1YiWQqaGf4w6rXjS+vJSFcIms8fTTGLQ9E6T3wNJ9fSfBn4hUMx1sGKPqqNG\/5zzRwbG8k56BZXosXe01OfSy6SZsk0gjnZEjMwsk8xk4E2dTOJ\/1sMYYv\/5a2YaUy5QWZJF52RlxQngwEkOEnuwNVFvLpxHR1b2+fo1xQ83rZZM9mootRvFbUpc0i5gk2KEcbrFzuEa8yTiaRfoFAHL+PfbGDa0OZt3hYFtGHc2m8p1IgNlLh5oiwLrk5RLqK+KA6a9v9OMGGLtMGlPl73T3BkinGnf0IjIfXPIyKZpA3r\/kZZFHoSUx1e3uMCRgTDdcG0oBCRLinj8e9iwEmvIqcpKx4w2llTSyAigW3DhtUW1NhUVJjR0FNiRDnUgKbVlkPoJzoRVjQIxtPoxdoajmozGO2tix1BqPFdPr63ug4mp4cxSoIM6XBo5fXsTQBcWPXF0OnpY8NDxrTyohvZF+1mMj4THuNSMwH6LpqevZx1B0fUv+E2xz+mZEh1qJJyhpFs+XRGIdIdiieNYjMvMPvWjUiacY+m7j9iX4keSCTpMo5ybBmTV0dZl4F8DMAnCOnBXrCgcsfi2wI2uRXV9clDoBMLtiiaESsOkUOKSaAz0JL6XyvnWXUhA13VLEjb80EEVrjd7PYBMgaPZ6VyCXG0qwFfVENiMX+Qty8SwrB7ol9sTIfA45l1y7H7EMiXMseXmLd8ft+C9LcWsdcKQG2nLmktqGHhg3mBHSfnd6ITobKaOTbnYot8S\/bdWpohysHL9Xh0iMAMkw9+ywI\/ndcvRw54oe+aKGRUTi9zK\/xApsUKEEjRKKHOoiAHYj5OhX3gazspZHHvf39roY4fRiJaFBZ0dd7RpyrRyU9zBoMKX4C1VLX4sxMhihC0Cgdy+JHjFfZT4OoXUEx6QvcjjvA\/GTqDq+g17urpZDgIfrzyMzuJfz68BeRNe26ZuMXO7zHfdc3TrDh2dtjZyrHEJ3Ln+kVe54Onkj5UbnqmIybU\/nh89wbSrEvsbwtm3HzJdZw9u6FersZlL4KkpZS9D9krzv7VnKBGFQLSU2cUxX5yxbBhVK66H9ZJLpsMY6rJ5WU0M\/nkSjcfYbMUBCAZ2C5jbDZ6xz2AAQBifAVrPNaXVVcDMWDGl1cbM2W5B5yK0UShVCUefAV7r5BFCSD7BvttZs+GApgVc2cEdtKfDlBF4oQyNp81gannTwOBFuRqVhENA1PnIiHmpygHFyYbDz2nplfw5PtXZmsaTGwR7n8eqqXjUvajfxgivzdq5OityRxrzomnlReYHctemCpGccss2hMAZqGli4\/i5Of9aLlc3O2nq92ChUBXhDDExauzGG6JzcJAwprc2Lb15tNjnOJmgpkWENG1nM+8QFhTbmt4Lu60B1lpQC7hcDmsX54G3R\/V1ReO4u\/DjG5+APKEkL8++iAiIaDyg1sgcRK0IM1jHz9WYboAcL7zX1ENcKYiYxJKH5UAciLC0Me5jLrteYQgd7eKNQh1OFVSYxmdlHJMD0LDzSijCHFLVEEh91d1M+OlZIfaSAE8ZzHURQOkZWjgKoxRSlGnisBQoKzeDLpsoeJzPBkIBRmsz24xPZXoR\/xyI8ReiWpCRehE+Iea+V6ROwW2OYnK4ulNzmShqFNidbhybsdle8VqitbIp5bMFPdGArHoek5w5XjFzUUuAnxWA7Q4eqPdmVd5ryY3GKo\/CnOLgTtHS9NNpTHZrtlENOI3ynQ3BFSBmHMJwFcnpkEZ62iCCSLtEHvfJhMb4LzUItUTOk4DmiQz8oeTr5dInyGPh3k3NwxCMBf4+V8sLtpAuLGrusRpe1Qb7J7qeh1yoe1FR+V4iSgaaJTy9jGs4L2cLibXYgULk4j3VJyGIyhi57dkdImkB+mJJmTbFyd1UF3AulNxIu9ot6cWuNKLsYiX5m8gRxLbzJE67w8Ce3Si6Y3Cq55EZOk84rfWgTrYaMYTnVKjzdrRtSfsfdk2sRSxVk2xm\/UAw56u1UQDHtityA0li1hBv18xChGsomaBIHBG5qTf0coIfMcxjI1JDx\/19zDgAAKLUv\/WC6FE1zAKrOTC9CECiNpwPvRkFkchUnSViBBWq+4BiXAMq2BRVU9D0iFJf4YH4IBhD0n+LyE\/19oRTKHIHS5mNyl7cVqElDRGxbk1KmvALiAu8CXfwKc8mOCzHWw3nujrEQES3P7kjj2Twgz8odejbFBp41i3rWg6Vnsfg8G7Xl2QdpntVlnr2z6djLDI5d\/HIsYKZj5wAde3boWK86jo0ac6zbxrFVqN6HANX7wop4Hxw1v0GX6TcuizgfGEe34U1A7jhPiqP+tIT6k4uaD4mTT7QkRFBiYC0BQ7C8K8OqEQfa3fOyY+y6S+8s8KvLRCTMs5kKwI45ns24DYbf1V3KU\/JsnirJLXo2e5KKqGfzz9Qd5dVFMkPybCZ64EHTs1k7wOrh2YyZCtNc3aMoMc\/moTM4IFfX6MGbZ7PQnit1dYt0Cs\/mICqeJwUYfld3elnm2Azkpmfz6hItqjk2S4cA9zg2\/1xwgHd1heYOHZujQWeQjs0Z6Ivq2AyVRrlwbMbRn6hjs6ZSgNHV\/aki5n35Jwym9eq6CIh5X3a3UmhgwIWGWXpfhiIxY3V1n3Ak\/UZ+fik5cHV1XZnfyNrtjvLqZjN6zpfzB6rn1cWSem4jY+wuzbCFcXUdqufO98yOm7Q3uQ6tuvP9OLrzPV0jpvFs5nLnc3RfAOPs6M4HxT2L8xp3j\/qPSz07kGMshC1Uwa3FiDuTg1tD8zkXbW5jLge3hlaFc2vBJhcXYgo7uvNV8Cdc5XKvkaTnzvfAv8BKjJGhnYGVnRCrkiCArMtDFeyMbIDqiDMPYGPQoac\/YdeeHeMG3HW5tTq4Na8qDRhwZFUYa3Az2ObgQEDz0yVkx46n7p53dFVla1srg+anP7ljz\/M8IXfPi2LX5+DYYtCxiPuC4qdnd\/x8+pS7w7W5ybF9acfas2Mg2HXWGTvOOWOHZpyxP7NnDKXgDvWnjjYKIeIcZRRCxPjJIWgmfxDVBuFw4EeOBuIF3Qq0uLMEzliMUODqxJqJLBFhINiIMufWb490it+QFEcTSQyEXHvGOK\/1Tc86WJjmA++E2WqjuK02ivvLChpstVGclbAyaBtVTd+vwSQbyihOv5DaraS\/sm09lOo3oKnJ9qoM+gbGJG0RW4SX4JcpTLNFeAlur8qgPU2b2tZD6caAad1TG8Y2lFHcNqqa7g1gyGz8wYm+rKDB3gCGzCc+AupttWLEB94Js6c2jD2bWpfeTRU0eKyq6Z6mTb2ddCTQv8dNjzfLYJIvU5jm1eElqD9xM\/Dq8BLE\/kz0pre8n2DG6psOpZqcCuS3qmr5NXCG5I0Embh3o13eTW567J+C9lPQROShHcKRL38MHm6PgaRm\/rernnfDw43zjjJvDmWg8KBjz9r7mbqjzK8TBwvsqUUV+VUEO7KriEy44eGWN4cHgvwEM1Z5R2i0e6jKoLwhYGB6JCxV3urwEtwZOutgt\/P8SMxYfREPObKkZpELufyFal3PSEcC7PkRCS0BV4wgrAzSW6pF20tRDMPio4beEKJceDBjkraSWZsn09RE7yKpDB6z0W5L9WzqjblceTVoCHg7j4CvBg0B+jU5FfgLPjx5y0C6N4OBSb8XEFVejBwm7+j4IbVb+qeYtXlFyEQkZqz0IxJaPo5FFdizDi\/BBxJI90xuRNBvhMuVv4JD65nkoa\/8M9O\/mELDq1Hr+shFFU9HgAz6Lw+ln6eAoo9T1aJ3HqCC74P3Zk8xrd8H743eSw8EeTv7uqHQ8DybPKT31B3lk2lqsjFgWj9yUYXeWIhPn7gZMPLhifbz8gW7HvS3vunlT4DQcrst2naW1My\/A9P6Ytot7F68fMn7wo8GvjHPZRMebnvpgSAUnDxIfATM+41y4aUohpWpWcOO96iElVTCymeSh7Y2isuPxShualHFHiIqYec76xHwXQPDL7u77yGiEvnlsnH0UWhI5J31CPiugeGH3UOR6\/iCM2Eix1D8dPc8DYW6V4wznpvbG152jKU8Aobg7nkAZM6t3+VfEM4\/PPNh7QfFAdLER0CnKWdTIVJyoVpXfkEs1TtxsMALZkwSBThD8u\/h0HoIDqXY2XwnAX3+xx0odhLQJwH9hvJR42VT6\/o+JXGINNptqFoXm1oXdjR\/OswObPlnIEp4MTuwPVRl0IvZge2pK0a8Y16+\/JVUBm53lDxcyOms3b7YaqM462EU6+twOPGOefmyozOgUAkrH6oyaC8hZfXPQJSwhJTNOys\/3SPgFvLy5TWAHdlCXr5sd8KZ74P35jdnQKGATZ92+wIIlcUeDq0SzyX90SsK3wGBA14D2JF\/4nJFP90j4D9xuYI9C3p+tczaCD6X3vCO8g+jWG7UByFi5SmfS\/pzvDIeTWXQz21f\/MZ783IMO3+aNvVyDDv1awYD06tR63oHC9P8GKSsfukeAT\/LYBLEqhb9apm1+R9\/ZdjzX8GhpcNLEIrhHr2fPjx5yKsKW2mSj95Qta7H7MD2bG5EeMwObPopsQH8FzFztm56aMHnEvYMJJDuCQBFtDUDhxOPxUcN6\/ZN7y2pLPRrfdP7NXCGvDvSph6PWRv9VgL99iwQPHXFCA84tDbUSJe3A0NmQ4100Xvc9HgkBkB4OAAU0Y9Y1fKVf2a\/fdN7RxtH+hvrIh+JARDyR6mafhJOGp\/4CPiPQiH0P+5A8RXckfwwaRZes0WbfjRoeR6OECl\/R8QEev84efB4JvvsqvvjmeyjtwVHvi9TmKYxz6XO8crAruH4W7D3MwdRwlNXjNjRKwpfwQ4WvY\/mGB\/tjuR2mnL2eu56RzlReSEYmDbVliW\/mEKD3lRbllBtWbKj1Lr2EFnmdspzuZnWxND7SDFsS3HS2FHtFh3FsK1FZfGU2AD210V+XeQHzjHur4vcWlQWV2z6thQnjVfL4cRmWhNjD5FldiZQqN8IjXYRGu1+8QIx\/e65US8kyoVXy+HE77lR+t0JZ77Ec+mxqqY\/pWdTPwwdX1\/kQu4D5xhfOYad+rXbF68cw07s\/0eWaQLoj+YY38cdKB6rahruL5eNoyg0JPIPoHd0rDeUUdyfmYK2mw6lRYZ7tnTD2HaVxNlHimH64xBabqVJPj+pAAbbKYvLKYvrAVeM2E5ZXPpbtGjbSlQWX0VkYhex6dP\/VHJgu5w0XkWwIzq8BF8uG0c\/JIsLOxIzVu7u1iyDScS0W1tXBm1qVUvToVS\/GZu+HK8MKYphFcwxbqo8FGWky5bq2dxVDzn0Tvor2w62L3aUE5Ut3TCmdxVZ5rshMgF5VUF\/4BxjLuNi2q3M+EOVX4piGAUqrTTJJ79i2q138qOBvH3TG4OUxR7C86bKQ5+ngKJtVdUiwBzjd\/EShCKVgd4aIBP\/x1\/Z1oAN4Oe2L\/S2UrP2YUribKobEX7pgSB6P3G58nbSkWArUVnsoDz0Qmq3tts4eudUTV\/OO0p3whktQVJz473Rv0VJnF8xwORbwXvzNXagCLwTJoLrBvqTtGiDoIIGLwYOiH4dW5bYgSHzXj5qfJso1g+RZX6bKJZ+xchh8meyuN4\/ssyXVLOmXxKddb7KmhhKYPhpHi7k3mna1OO56WEC6F+3O8q\/kspAvz72fhTBjrwXfHjyajmcyDecqLwnkLLvYRRLv9O0qdcNDzdr4BzjKwXS6Q6ElUH\/NZhEhmGnVYeX4IdJs\/AGEMX6TTtY9Bulavp3REzw0SsKX4NJdpbUzJKa+v\/IModMOfs62xf6I7hu8Jot2l4R7MhbUllsmXDmt+j\/Qpb5RyQ1n\/K59H4gqujH7MC2aQfLi2m39GsARvhWVS07C4UQAlFlqQzUJ\/2V6S1BUvO7dqCIwcNNByFiZVNtWVJhBpSH1G7tKCcqj9loB0eIFOzPOL6llMR57fbFhqoM+iyDSfR2qov8MGkW9lIBRU+GiBW9jaqmn+khxw7KQ3jM2nDq2SxTmAZMCeiLkcMkcsOY\/imTfV4CERMUoiGhDfVsWsF7Y8HeDxq0PHIMO++AIcOnLpJPXSSfukgdp6plW3hlPAYDTOqNAdP6kNqtJ0Kk6D8xc7DnS\/89HFoPwWGBSqihEKGQSGREpERkgiRJOmEFBCLEHKM7EsDxyohaTCQpSEmlxrBvBKwXWK5LuE6RBj11+iEbzEMY4EnHOZhwzZlRne0XENRQjdZRTJYn0mijm4pEhJBuCIPQskcIgZh32WkeeKu69YROOJqY0cUaIfrTM63rvbpVcL+DmxZ6ZeJJQYXYe0VCNm\/SU+OUAzrcfsTXy7L6tREiv8uTrQ7+ZBzy4fmof9Gl8ol7TjcNdBtAJn+jYaZbv4Ef41kTnt0cRIywHqCBqB\/CjtzDU+o\/lWHHgPsY6YFJR1yymo41aEQiloFFQRuno17aeHAPO623yU+WQrzFzBnQLY4uPBsikpr++s1ub2yjsEQfrxghtbyALL4JkD0JphBbwXaxyNNQeO5vKMmZYCF6kJvTIfPHPYN1F8dwCOBZSnCdVbELfXgxmXLbFMciMU4vR52HurGnMcpeXZOfI8LdzmcMIcD7kTqpz5Jqj8HnkOuJqjOB+tLyTW98C+Y7ytNat3VHGGV7epyCCqIJEAWAcfzABz6iOK7Xr72hobhANI17tL1gk9mAJn\/hHkTye5ayyf\/C+cQMfhElN4Ysi6F\/SfOKxLbjjs4JDcRoja\/TA4Xje20amexnKUw5XMyljIFJmX7mAkdU39YPW7FjFF46+bN8JsLZ6hOgTNJzCVdo5eAp7JA5L5GFPu0l8oyjoydD4C63alMpcHFyWz5GKjO+QJp\/OrTtccOtmZ5u2XhDKkeAP2EgPuphDrikHugw6MBClTachqggOLHIuei0oA1HVTNp0f2sPIwkQ3tspoUtG5hem2ph5WFkYmYipeLkIuei06IIdXU0MKup4Z1QleRjT94sDCKNoTZ\/AuSzBcEwQUREXFTE60E1(\/figma)--&gt;\"><\/span>LEARN MORE ABOUT HYPERSOLVED<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c94baa5 e-con-full e-flex e-con e-child\" data-id=\"c94baa5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b98d118 e-con-full resource-card e-flex elementor-invisible e-con e-child\" data-id=\"b98d118\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0c16cfd elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"0c16cfd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"648\" src=\"https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/hypersolved-press-release.png\" class=\"attachment-full size-full wp-image-11748\" alt=\"\" srcset=\"https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/hypersolved-press-release.png 700w, https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/hypersolved-press-release-300x278.png 300w, https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/hypersolved-press-release-13x12.png 13w, https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/hypersolved-press-release-150x139.png 150w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-22ea8e5 elementor-align-center hypersolved-hero-cta elementor-widget elementor-widget-button\" data-id=\"22ea8e5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/press-release\/gradiant-hypersolved-ai-data-center-solution-to-hyperscalers\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">View press release<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-008469b e-con-full resource-card e-flex elementor-invisible e-con e-child\" data-id=\"008469b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b9b34e4 elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"b9b34e4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"642\" src=\"https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/HyperSolved-Tech-Brief.webp\" class=\"attachment-full size-full wp-image-11708\" alt=\"\" srcset=\"https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/HyperSolved-Tech-Brief.webp 700w, https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/HyperSolved-Tech-Brief-300x275.webp 300w, https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/HyperSolved-Tech-Brief-13x12.webp 13w, https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/HyperSolved-Tech-Brief-150x138.webp 150w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1abf4cb elementor-align-center hypersolved-hero-cta elementor-widget elementor-widget-button\" data-id=\"1abf4cb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/pages.gradiant.com\/hubfs\/Gradiant%20HyperSolved%20Technology%20Brief.pdf\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">DOWNLOAD TECHNOLOGy BRIEF<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-56d5415 e-con-full resource-card e-flex elementor-invisible e-con e-child\" data-id=\"56d5415\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;,&quot;animation_delay&quot;:200}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dbaf4ce elementor-hidden-mobile elementor-widget elementor-widget-image\" data-id=\"dbaf4ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"642\" src=\"https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/HyperSolved-Success-Story.webp\" class=\"attachment-full size-full wp-image-11709\" alt=\"\" srcset=\"https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/HyperSolved-Success-Story.webp 700w, https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/HyperSolved-Success-Story-300x275.webp 300w, https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/HyperSolved-Success-Story-13x12.webp 13w, https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/05\/HyperSolved-Success-Story-150x138.webp 150w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" loading=\"lazy\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-564ddfd elementor-align-center hypersolved-hero-cta elementor-widget elementor-widget-button\" data-id=\"564ddfd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/pages.gradiant.com\/hubfs\/Success%20Story_Gradiant_UAE%20Data%20Center_CURE%20Chemicals.pdf\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">DOWNLOAD SUCCESS STORY<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dead72a elementor-widget elementor-widget-button\" data-id=\"dead72a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/knowledge-base\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Visit Knowledge Base<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-72a53a9 e-flex e-con-boxed e-con e-parent\" data-id=\"72a53a9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c3c8c3 hypersolved-cta-heading elementor-invisible elementor-widget elementor-widget-heading\" data-id=\"2c3c8c3\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInDown&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">SPEAK WITH an expert<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f06d747 elementor-widget__width-initial hypersolved-cta-body elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"f06d747\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Ready to explore our solutions for data-centers? <br \/>Complete this form and an expert will be in touch.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2433cc8 e-flex e-con-boxed e-con e-parent\" data-id=\"2433cc8\" data-element_type=\"container\" data-e-type=\"container\" id=\"hypersolved-contact\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8a0dc95 elementor-widget elementor-widget-html\" data-id=\"8a0dc95\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script charset=\"utf-8\" type=\"text\/javascript\" src=\"\/\/js.hsforms.net\/forms\/embed\/v2.js\"><\/script>\n<script>\nhbspt.forms.create({\nportalId: \"23884196\",\nformId: \"ee15fcc1-4987-4fe9-9d3a-8ef410ad8e36\",\nregion: \"na1\"\n});\n<\/script>\n\n<style>\n\/* Center the submit button *\/\n.hs_submit .actions {\n  display: flex !important;\n  justify-content: center !important;\n  align-items: center !important;\n  width: 100% !important;\n  text-align: center !important;\n}\n\n\/* Submit button styling *\/\n.hs_submit .actions .hs-button,\n.hs_submit input[type=\"submit\"].hs-button {\n  border-radius: 30px !important;\n  background: #EE4C01 !important;\n  background-color: #EE4C01 !important;\n  border: 1px solid #EE4C01 !important;\n  display: flex !important;\n  width: 112px !important;\n  height: 40px !important;\n  padding: 0 25px !important;\n  justify-content: center !important;\n  align-items: center !important;\n  gap: 15px !important;\n\n  \/* Text *\/\n  color: #FFF !important;\n  text-align: center !important;\n  font-family: \"Source Sans Pro\", sans-serif !important;\n  font-size: 16px !important;\n  font-style: normal !important;\n  font-weight: 600 !important;\n  line-height: normal !important;\n  letter-spacing: 1.6px !important;\n  text-transform: uppercase !important;\n\n  cursor: pointer !important;\n  transition: background-color 0.2s ease, color 0.2s ease !important;\n  box-sizing: border-box !important;\n}\n\n\/* Hover state *\/\n.hs_submit .actions .hs-button:hover,\n.hs_submit input[type=\"submit\"].hs-button:hover,\n.hs_submit .actions .hs-button:focus,\n.hs_submit input[type=\"submit\"].hs-button:focus {\n  background: #FFF !important;\n  background-color: #FFF !important;\n  border: 1px solid #EE4C01 !important;\n  color: #EE4C01 !important;\n}    \n\n\n    \n<\/style>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; THE WATER LAYER FOR DATA CENTERS HyperSolved is the most complete cooling water solution for AI data centers Speak with an Expert Water determines where AI data centers get built Data Center and AI infrastructure is scaling faster than water certainty. In many locations, cooling water availability, permitting, discharge [&hellip;]<\/p>\n","protected":false},"author":14,"featured_media":14443,"parent":11944,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-11601","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Gradiant | Cooling Water, Reuse, &amp; ZLD for Data Centers<\/title>\n<meta name=\"description\" content=\"Gradiant is the water layer for AI data centers, with Hypersolved for cooling water, freshwater reuse, and discharge minimization as one accountable system.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.gradiant.com\/it\/soluzioni\/hypersolved\/\" \/>\n<meta property=\"og:locale\" content=\"it_IT\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Gradiant | Cooling Water, Reuse, &amp; ZLD for Data Centers\" \/>\n<meta property=\"og:description\" content=\"Gradiant is the water layer for AI data centers, with Hypersolved for cooling water, freshwater reuse, and discharge minimization as one accountable system.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.gradiant.com\/it\/soluzioni\/hypersolved\/\" \/>\n<meta property=\"og:site_name\" content=\"Gradiant\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-30T21:57:11+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-30-at-5.55.14-PM-1024x571.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"571\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@Gradiant_Corp\" \/>\n<meta name=\"twitter:label1\" content=\"Tempo di lettura stimato\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minuti\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.gradiant.com\\\/ai-applications\\\/data-centers\\\/\",\"url\":\"https:\\\/\\\/www.gradiant.com\\\/solutions\\\/hypersolved\\\/\",\"name\":\"Gradiant | Cooling Water, Reuse, & ZLD for Data Centers\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.gradiant.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.gradiant.com\\\/solutions\\\/hypersolved\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.gradiant.com\\\/solutions\\\/hypersolved\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.gradiant.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Screenshot-2026-07-30-at-5.55.14-PM-scaled.png\",\"datePublished\":\"2026-05-01T19:10:39+00:00\",\"dateModified\":\"2026-07-30T21:57:11+00:00\",\"description\":\"Gradiant is the water layer for AI data centers, with Hypersolved for cooling water, freshwater reuse, and discharge minimization as one accountable system.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.gradiant.com\\\/solutions\\\/hypersolved\\\/#breadcrumb\"},\"inLanguage\":\"it-IT\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.gradiant.com\\\/solutions\\\/hypersolved\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"it-IT\",\"@id\":\"https:\\\/\\\/www.gradiant.com\\\/solutions\\\/hypersolved\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.gradiant.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Screenshot-2026-07-30-at-5.55.14-PM-scaled.png\",\"contentUrl\":\"https:\\\/\\\/www.gradiant.com\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/Screenshot-2026-07-30-at-5.55.14-PM-scaled.png\",\"width\":2560,\"height\":1428},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.gradiant.com\\\/solutions\\\/hypersolved\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Gradiant\",\"item\":\"https:\\\/\\\/www.gradiant.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"AI Applications\",\"item\":\"https:\\\/\\\/www.gradiant.com\\\/ai-applications\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Data Centers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.gradiant.com\\\/#website\",\"url\":\"https:\\\/\\\/www.gradiant.com\\\/\",\"name\":\"Gradiant\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.gradiant.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.gradiant.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"it-IT\"},{\"@type\":\"Corporation\",\"@id\":\"https:\\\/\\\/www.gradiant.com\\\/#organization\",\"name\":\"Gradiant\",\"legalName\":\"Gradiant Corporation\",\"url\":\"https:\\\/\\\/www.gradiant.com\\\/\",\"description\":\"Gradiant is a global water technology company that designs, builds, and operates advanced water and wastewater treatment systems for industrial clients. An MIT spinout founded in 2013, Gradiant helps companies reduce freshwater consumption, reclaim wastewater, and recover valuable resources through proprietary technologies achieving up to 99% water recovery.\",\"slogan\":\"Ensuring water for generations to come\",\"foundingDate\":\"2013\",\"foundingLocation\":{\"@type\":\"Place\",\"name\":\"Massachusetts Institute of Technology\",\"address\":{\"@type\":\"PostalAddress\",\"addressLocality\":\"Cambridge\",\"addressRegion\":\"MA\",\"addressCountry\":\"US\"}},\"founder\":[{\"@type\":\"Person\",\"name\":\"Anurag Bajpayee\",\"jobTitle\":\"Chief Executive Officer\"},{\"@type\":\"Person\",\"name\":\"Prakash Govindan\",\"jobTitle\":\"Chief Operating Officer\"}],\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":1000,\"maxValue\":1500},\"address\":{\"@type\":\"PostalAddress\",\"streetAddress\":\"130 New Boston St, Suite 200\",\"addressLocality\":\"Woburn\",\"addressRegion\":\"MA\",\"postalCode\":\"01801\",\"addressCountry\":\"US\"},\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.gradiant.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.gradiant.com\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/Gradiant.svg\",\"contentUrl\":\"https:\\\/\\\/www.gradiant.com\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/Gradiant.svg\",\"width\":117,\"height\":26,\"caption\":\"Gradiant\"},\"image\":{\"@id\":\"https:\\\/\\\/www.gradiant.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/Gradiant_Corp\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/gradiant-corporation\\\/\",\"https:\\\/\\\/www.youtube.com\\\/@gradiantcorp\"],\"subOrganization\":[{\"@type\":\"Organization\",\"name\":\"alkaLi\",\"url\":\"https:\\\/\\\/alkali3.com\\\/\",\"description\":\"Gradiant spin-out company specializing in direct lithium extraction from produced water and brines using proprietary EC\u00b2 technology.\"},{\"@type\":\"Organization\",\"name\":\"Gradiant Energy Services\",\"description\":\"Gradiant subsidiary providing produced water treatment solutions for oil and gas operations.\"}],\"areaServed\":{\"@type\":\"Place\",\"name\":\"Worldwide\"},\"knowsAbout\":[\"Industrial water treatment\",\"Wastewater treatment\",\"Water recycling\",\"Desalination\",\"PFAS removal\",\"Ultrapure water\",\"Zero liquid discharge\",\"Direct lithium extraction\",\"Semiconductor water treatment\",\"Produced water treatment\"],\"award\":[\"Global Water Intelligence Water Technology Company of the Year 2024\",\"Global Water Intelligence Water Technology Company of the Year 2022\",\"TIME Best Inventions 2024\",\"Gold Edison Award 2025\",\"Global Cleantech 100 2023\"],\"naics\":\"221310\",\"isicV4\":\"3600\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Gradiant | Cooling Water, Reuse, & ZLD for Data Centers","description":"Gradiant is the water layer for AI data centers, with Hypersolved for cooling water, freshwater reuse, and discharge minimization as one accountable system.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.gradiant.com\/it\/soluzioni\/hypersolved\/","og_locale":"it_IT","og_type":"article","og_title":"Gradiant | Cooling Water, Reuse, & ZLD for Data Centers","og_description":"Gradiant is the water layer for AI data centers, with Hypersolved for cooling water, freshwater reuse, and discharge minimization as one accountable system.","og_url":"https:\/\/www.gradiant.com\/it\/soluzioni\/hypersolved\/","og_site_name":"Gradiant","article_modified_time":"2026-07-30T21:57:11+00:00","og_image":[{"width":1024,"height":571,"url":"https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-30-at-5.55.14-PM-1024x571.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_site":"@Gradiant_Corp","twitter_misc":{"Tempo di lettura stimato":"8 minuti"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.gradiant.com\/ai-applications\/data-centers\/","url":"https:\/\/www.gradiant.com\/solutions\/hypersolved\/","name":"Gradiant | Cooling Water, Reuse, & ZLD for Data Centers","isPartOf":{"@id":"https:\/\/www.gradiant.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.gradiant.com\/solutions\/hypersolved\/#primaryimage"},"image":{"@id":"https:\/\/www.gradiant.com\/solutions\/hypersolved\/#primaryimage"},"thumbnailUrl":"https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-30-at-5.55.14-PM-scaled.png","datePublished":"2026-05-01T19:10:39+00:00","dateModified":"2026-07-30T21:57:11+00:00","description":"Gradiant is the water layer for AI data centers, with Hypersolved for cooling water, freshwater reuse, and discharge minimization as one accountable system.","breadcrumb":{"@id":"https:\/\/www.gradiant.com\/solutions\/hypersolved\/#breadcrumb"},"inLanguage":"it-IT","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.gradiant.com\/solutions\/hypersolved\/"]}]},{"@type":"ImageObject","inLanguage":"it-IT","@id":"https:\/\/www.gradiant.com\/solutions\/hypersolved\/#primaryimage","url":"https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-30-at-5.55.14-PM-scaled.png","contentUrl":"https:\/\/www.gradiant.com\/wp-content\/uploads\/2026\/07\/Screenshot-2026-07-30-at-5.55.14-PM-scaled.png","width":2560,"height":1428},{"@type":"BreadcrumbList","@id":"https:\/\/www.gradiant.com\/solutions\/hypersolved\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Gradiant","item":"https:\/\/www.gradiant.com\/"},{"@type":"ListItem","position":2,"name":"AI Applications","item":"https:\/\/www.gradiant.com\/ai-applications\/"},{"@type":"ListItem","position":3,"name":"Data Centers"}]},{"@type":"WebSite","@id":"https:\/\/www.gradiant.com\/#website","url":"https:\/\/www.gradiant.com\/","name":"Gradiant","description":"","publisher":{"@id":"https:\/\/www.gradiant.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.gradiant.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"it-IT"},{"@type":"Corporation","@id":"https:\/\/www.gradiant.com\/#organization","name":"Gradiant","legalName":"Gradiant Corporation","url":"https:\/\/www.gradiant.com\/","description":"Gradiant is a global water technology company that designs, builds, and operates advanced water and wastewater treatment systems for industrial clients. An MIT spinout founded in 2013, Gradiant helps companies reduce freshwater consumption, reclaim wastewater, and recover valuable resources through proprietary technologies achieving up to 99% water recovery.","slogan":"Ensuring water for generations to come","foundingDate":"2013","foundingLocation":{"@type":"Place","name":"Massachusetts Institute of Technology","address":{"@type":"PostalAddress","addressLocality":"Cambridge","addressRegion":"MA","addressCountry":"US"}},"founder":[{"@type":"Person","name":"Anurag Bajpayee","jobTitle":"Chief Executive Officer"},{"@type":"Person","name":"Prakash Govindan","jobTitle":"Chief Operating Officer"}],"numberOfEmployees":{"@type":"QuantitativeValue","minValue":1000,"maxValue":1500},"address":{"@type":"PostalAddress","streetAddress":"130 New Boston St, Suite 200","addressLocality":"Woburn","addressRegion":"MA","postalCode":"01801","addressCountry":"US"},"logo":{"@type":"ImageObject","@id":"https:\/\/www.gradiant.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.gradiant.com\/wp-content\/uploads\/2023\/01\/Gradiant.svg","contentUrl":"https:\/\/www.gradiant.com\/wp-content\/uploads\/2023\/01\/Gradiant.svg","width":117,"height":26,"caption":"Gradiant"},"image":{"@id":"https:\/\/www.gradiant.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/Gradiant_Corp","https:\/\/www.linkedin.com\/company\/gradiant-corporation\/","https:\/\/www.youtube.com\/@gradiantcorp"],"subOrganization":[{"@type":"Organization","name":"alkaLi","url":"https:\/\/alkali3.com\/","description":"Gradiant spin-out company specializing in direct lithium extraction from produced water and brines using proprietary EC\u00b2 technology."},{"@type":"Organization","name":"Gradiant Energy Services","description":"Gradiant subsidiary providing produced water treatment solutions for oil and gas operations."}],"areaServed":{"@type":"Place","name":"Worldwide"},"knowsAbout":["Industrial water treatment","Wastewater treatment","Water recycling","Desalination","PFAS removal","Ultrapure water","Zero liquid discharge","Direct lithium extraction","Semiconductor water treatment","Produced water treatment"],"award":["Global Water Intelligence Water Technology Company of the Year 2024","Global Water Intelligence Water Technology Company of the Year 2022","TIME Best Inventions 2024","Gold Edison Award 2025","Global Cleantech 100 2023"],"naics":"221310","isicV4":"3600"}]}},"_links":{"self":[{"href":"https:\/\/www.gradiant.com\/it\/wp-json\/wp\/v2\/pages\/11601","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.gradiant.com\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.gradiant.com\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.gradiant.com\/it\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/www.gradiant.com\/it\/wp-json\/wp\/v2\/comments?post=11601"}],"version-history":[{"count":139,"href":"https:\/\/www.gradiant.com\/it\/wp-json\/wp\/v2\/pages\/11601\/revisions"}],"predecessor-version":[{"id":14444,"href":"https:\/\/www.gradiant.com\/it\/wp-json\/wp\/v2\/pages\/11601\/revisions\/14444"}],"up":[{"embeddable":true,"href":"https:\/\/www.gradiant.com\/it\/wp-json\/wp\/v2\/pages\/11944"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.gradiant.com\/it\/wp-json\/wp\/v2\/media\/14443"}],"wp:attachment":[{"href":"https:\/\/www.gradiant.com\/it\/wp-json\/wp\/v2\/media?parent=11601"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}